/* .woocommerce-tabs ul li {
  
} */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-weight: 500 !important;
}
body.single-product.woocommerce div.product {
  margin-bottom: 30px;
}
body.single-product.woocommerce .breadcrumbs {
  margin-bottom: 30px;
  font-size: 11.2px;
  font-family: 'Gotham', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  color: #000;
  font-weight: normal;
  line-height: 1.6;
}
body.single-product.woocommerce .breadcrumbs .nav-breadcrumb {
  margin: 0 7px;
  padding: 0 7px;
}



/* gallery */
/* body.single-product.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
body.single-product.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    height: 500px!important;
} */
body.single-product.woocommerce
  div.product
  div.images
  .flex-viewport
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image
  .zoomImg {
  display: none;
}
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
  display: inline-flex;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  width: 87%;
  order: 2;
}
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery .nav-viewport {
  position: absolute;
  left: 0;
  width: 10%;
  height: 50px;
}
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery .nav-viewport#top {
  top: 0;
}
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery .nav-viewport#bottom {
  top: 300px;
}
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery .nav-viewport i {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  place-items: center;
  justify-content: space-around;
  cursor: pointer;
}
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
  width: 10%;
  order: 1;
  margin-right: 7px;
  margin-top: 50px;
  height: 250px;
  overflow: hidden;
}
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
  width: 100%;
  height: 50px;
  transition: all .5s;
}
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
body.single-product.woocommerce
  div.product
  div.images.woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  right: 1em;
}

/* info */
body.single-product.woocommerce div.product .product_title {
  /* font-size: 28px; */
  line-height: 39px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 0.75em;
}
body.single-product.woocommerce div.product .price {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #000;
  line-height: 40px;
  font-weight: 300;
}
body.single-product.woocommerce div.product .clearpay-paragraph {
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  /* font-family: 'Gotham'; */
}
body.single-product.woocommerce div.product .clearpay-paragraph #clearpay-action {
  font-size: 12px;
  text-decoration: underline;
  line-height: 18px;
  font-weight: 700;
  margin-left: 7px;
}
body.single-product.woocommerce div.product #clearpay-lightbox-desktop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  visibility: hidden;
  justify-content: center;
  align-items: center;
}
body.single-product.woocommerce div.product #clearpay-lightbox-desktop.show {
  display: flex;
  visibility: visible;
}
body.single-product.woocommerce div.product #clearpay-lightbox-desktop .content {
  max-width: 597px;
  display: block;
  width: 100%;
}
body.single-product.woocommerce div.product #clearpay-lightbox-desktop .content #clearpay-lightbox-close {
  position: absolute;
  transform: translate(-45px, 10px);
}
body.single-product.woocommerce div.product .stock,
body.single-product.woocommerce div.product .product_meta {
  display: none;
}
body.single-product.woocommerce div.product form.cart {
  margin-top: 2em;
}
body.single-product.woocommerce div.product form.cart div.quantity {
  float: unset;
  display: block;
  justify-content: center;
  align-content: center;
  margin-bottom: 2.7em;
  text-align: center;
}
body.single-product.woocommerce div.product form.cart div.quantity .screen-reader-text {
  display: block;
  position: relative !important;
  width: 100%;
  height: 100%;
  clip: unset;
  clip-path: unset;
  /* font-family: "Gotham",sans-serif; */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.8em;
  margin-bottom: 2px;
}
body.single-product.woocommerce div.product form.cart div.quantity input[type='number'] {
  width: 100px;
  text-align: center;
  padding: 0 30px;
}
body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  color: #000;
  transition: all 0.3s;
}
body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
  background: #c50017 !important;
  color: #000;
}

body.single-product.woocommerce div.product form.cart div.quantity span {
  position: absolute;
  height: 40px;
  line-height: 40px;
  width: 25px;
  cursor: pointer;
}
body.single-product.woocommerce div.product form.cart div.quantity span#plus {
  transform: translateX(-25px);
}
body.single-product.woocommerce div.product form.cart div.quantity span#minus {
  transform: translateX(-100px);
}
body.single-product.woocommerce div.product form.cart div.quantity span::selection {
  background: transparent;
  color: #000;
}

body.single-product.woocommerce div.product .single-product-addthis {
  display: inline-table;
  width: 49%;
  margin-top: 40px;
  margin-bottom: 40px;
}
body.single-product.woocommerce div.product .single-product-addthis div {
  display: flex;
  justify-content: space-evenly;
}
body.single-product.woocommerce div.product .single-product-addthis div a {
  display: inline-block;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 700;
}
body.single-product.woocommerce div.product .single-product-addthis div a i {
  margin-right: 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/* tab */
body.single-product.woocommerce div.product .single-product-tabs .tabs-title ul.tabs {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 0;
  text-align: center;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: none;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 3px solid black;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  width: 100%;
  color: #000;
}
/*
body.single-product.woocommerce div.product div.images .slider.wpgis-slider-for{
	height:570px;
}
body.single-product.woocommerce div.product div.images .slick-slider .slick-list{
	height:570px!important;
}*/
body.single-product.woocommerce div.product div.images  {
  width: 50%;
}
body.single-product.woocommerce div.product .summary {
  width: 49%;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.single-product.woocommerce div.product .single-product-addthis {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  body.single-product.woocommerce div.product div.images  {
    width: 100%;
  }
  body.single-product.woocommerce div.product div.images  .slider.vertical-img-left.wpgis-slider-for{
		width: 100%;
		/* height: 320px; */
		float: none;
	}
	/*body.single-product.woocommerce div.product div.images .slick-slider .slick-list{
		height:auto!important;
	}*/
  body.single-product.woocommerce div.product .summary {
    width: 100%;
    padding-left: 0;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: block;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 250px;
  }
  body.single-product.woocommerce div.product .single-product-addthis {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  /* body.single-product.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
    body.single-product.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
        height: 350px!important;
    } */

  body.single-product.woocommerce div.product .woocommerce-tabs {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 505px) {
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: auto;
    inline-size: min-content;
  }
  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  /* body.single-product.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
    body.single-product.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
        height: 270px!important;
    } */
}
@media only screen and (max-width: 400px) {
  /* body.single-product.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
    body.single-product.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
        height: 250px!important;
    } */
}

/* tab-item */
.woocommerce div.product .woocommerce-tabs .panel * {
  /* word-break: break-all; */
}
.woocommerce div.product .woocommerce-tabs #tab-description {
  padding: 50px 0;
  /* border: 1px solid #e6e6e6; */
}
/* tab-founders
.founders-sect {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.founders-sect:first-child {
    border-bottom: none;
}
.founders-sect:nth-child(2n) .founders-image {
    order: 1;
}
.founders-sect:nth-child(2n) .founders-text {
    order: 2;
}
.founders-sect .founders-image,
.founders-sect .founders-text {
    width: 47.5%;
}
.founders-sect .founders-text {
    margin-right: 5%;
    padding: 50px;
    line-height: 1.75;
    text-align: left;
}
.founders-sect .founders-text * {
    word-break: break-all;
}
.founders-sect .founders-image {
    padding: 50px 20px;
} */

/* tab-benefits */
.benefits-container {
  text-align: center;
  margin: auto;
}
.benefits-container .benefit {
  width: 29%;
  display: inline-flex;
  height: 300px;
  border: 1px solid #e6e6e6;
  padding: 0 25px;
  white-space: pre-line;
}
.benefits-container .benefit-outer {
  margin: auto;
}
.benefits-container .benefit .benefit-img {
  max-width: 45px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .benefits-container .benefit {
    width: 100%;
    display: block;
  }
  .benefits-container {
    max-width: 280px;
  }
  .benefits-container .benefit {
    height: 350px;
    display: flex;
  }
}
/* tab-application */
.application-container {
  display: flex;
  text-align: center;
  margin: auto;
  display: table;
  align-items: center;
  justify-content: center;
  width: 87%;
}
.application-container .application {
  min-height: 400px;
  width: 50%;
  border: 1px solid #e6e6e6;
  display: table-cell;
  padding: 70px 40px;
}
.application-excerpt {
  margin: 10px 0 0;
}
.application-excerpt,
.application-price {
  font-family: 'Gotham';
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.application-description {
  font-size: 14px;
}
.application-label {
  position: absolute;
  margin-left: -40px;
  margin-top: -70px;
  width: inherit;
}
.application-label span {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  left: 15px;
  padding-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
}
.application-container .application.index-2 .application-inner-middle {
  width: 50%;
  margin: auto;
  font-weight: 400;
}

/* tab-ingredients, tab-delivery, tab the-eve-appeal */
.delivery-container,
.ingredients-container,
.the-eve-appeal-container {
  width: 100%;
  margin: auto;
  /* border: 1px solid #e6e6e6; */
  padding-top: 50px;
}
/* tab-reponsive */
@media only screen and (max-width: 768px) {
  .application-container {
    display: block;
  }
  .application-container {
    max-width: 400px;
  }
  .application-container .application {
    width: unset;
  }
  /* .founders-sect .founders-image, .founders-sect .founders-text {
        width: 100%;
    } */
  .application-container .application {
    display: block;
  }
}
