section.related.products {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}

.woocommerce div.product div.images img {
  background-color: var(--lightgreybackground);
  border-radius: 10px;
}

.woocommerce div.product .product_title {
  color: var(--darktext);
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}

.woocommerce ul.products li.product a img {
  background: var(--lightgreybackground);
  border-radius: 10px;
  overflow: hidden;
}

.product_meta > span {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

/*
Single Product Page Styles

*/
.woocommerce-product-gallery__wrapper {
  display: none;
}

.newgallery {
  width: 100%;
  aspect-ratio: 1.33;
  margin-bottom: 20px;
}

.gallery-cell {
  width: 100%;
  height: 100%;
  position: relative;
}

.newgallery .gallery-cell:hover {
  cursor: zoom-in;
}

.biggallery .gallery-cell {
  width: 100%;
  height: 100%;
  position: relative;
}

.biggallery .gallery-cell img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce div.product div.images .gallery-cell img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery-cell-thumb {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.woocommerce div.product div.images .gallery-cell-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product .flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-image: url(./svg/rightarrowbutton.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.newgallery .flickity-prev-next-button {
  display: none;
}

.newgallery:hover .flickity-prev-next-button {
  display: block;
}

.single-product .flickity-prev-next-button.next {
  background-image: url(./svg/rightarrowbutton.svg);
}

.single-product .flickity-prev-next-button.previous {
  background-image: url(./svg/leftarrowbutton.svg);
}

.single-product .flickity-prev-next-button svg {
  display: none;
}

.newgallery-thumbs .flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

/*

Hide SKU on single product page

*/
.sku_wrapper {
  display: none !important;
}

.posted_in a {
  color: #222;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.backdropslideshow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  top: 0;
  left: 0;
}

.closeslideshow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 36px;
  right: 20px;
  font-size: 80px;
  font-weight: 100;
  color: white;
}

.biggallery {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}

div#tab-description ul {
  padding: 0 0 20px 15px;
}

/*

Hiding Stuff 

*/
p.woocommerce-result-count {
  display: none;
}

form.woocommerce-ordering {
  display: none;
}/*# sourceMappingURL=wooremix.css.map */