@charset "UTF-8";
/*
Theme Name: kalleh

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
  display: none;
}
table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
}
/**
 * Products
 */
/**
 * Products
 */
@media screen and (min-width: 992px) {
  .archive.woocommerce ul.products li.product {
    /* &.last {
       margin-right: 0;
     }*/
  }
  .archive.woocommerce .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }
}
.archive.woocommerce ul.products .product h2.woocommerce-loop-category__title {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  /*   mark.count {
       display: none;
     }*/
}

.post-type-archive-product .products-cat .category, .error404 .products-cat .category, .search-no-results .products-cat .category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.post-type-archive-product .products-cat .category .product-category, .error404 .products-cat .category .product-category, .search-no-results .products-cat .category .product-category {
  position: relative;
  text-align: center;
  margin: 30px 0;
  padding: 35px;
  flex: 16.6666%;
  flex-grow: 0;
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.post-type-archive-product .products-cat .category .product-category a h3, .error404 .products-cat .category .product-category a h3, .search-no-results .products-cat .category .product-category a h3 {
  color: #3a3a3a;
  font-size: 17px;
  margin-top: 15px;
  font-weight: 100;
}
.post-type-archive-product .products-cat .category .product-category a i, .error404 .products-cat .category .product-category a i, .search-no-results .products-cat .category .product-category a i {
  color: #ee3439;
  font-size: 45px !important;
}
.post-type-archive-product .products-cat .category .product-category a:hover, .error404 .products-cat .category .product-category a:hover, .search-no-results .products-cat .category .product-category a:hover {
  text-decoration: none;
}
.post-type-archive-product .products-cat .category .product-category a:hover h3, .error404 .products-cat .category .product-category a:hover h3, .search-no-results .products-cat .category .product-category a:hover h3 {
  color: #ee3439;
}
.post-type-archive-product .products-cat .category .product-category:before, .post-type-archive-product .products-cat .category .product-category:after, .error404 .products-cat .category .product-category:before, .error404 .products-cat .category .product-category:after, .search-no-results .products-cat .category .product-category:before, .search-no-results .products-cat .category .product-category:after {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: -1;
  left: 0;
  height: 0;
  width: 100%;
}
.post-type-archive-product .products-cat .category .product-category:before, .error404 .products-cat .category .product-category:before, .search-no-results .products-cat .category .product-category:before {
  bottom: 0;
  border: 2px solid #fdebe9;
  border-top: 0;
  border-bottom: 0;
}
.post-type-archive-product .products-cat .category .product-category:after, .error404 .products-cat .category .product-category:after, .search-no-results .products-cat .category .product-category:after {
  top: 0;
  height: 0;
}
.post-type-archive-product .products-cat .category .product-category:hover, .error404 .products-cat .category .product-category:hover, .search-no-results .products-cat .category .product-category:hover {
  color: #fdebe9;
  transition-delay: 0.6s;
}
.post-type-archive-product .products-cat .category .product-category:hover:before, .error404 .products-cat .category .product-category:hover:before, .search-no-results .products-cat .category .product-category:hover:before {
  transition-delay: 0s;
}
.post-type-archive-product .products-cat .category .product-category:hover:after, .error404 .products-cat .category .product-category:hover:after, .search-no-results .products-cat .category .product-category:hover:after {
  background: #fdebe9;
  transition-delay: 0.4s;
}
.post-type-archive-product .products-cat .category .product-category:hover:before, .post-type-archive-product .products-cat .category .product-category:hover:after, .error404 .products-cat .category .product-category:hover:before, .error404 .products-cat .category .product-category:hover:after, .search-no-results .products-cat .category .product-category:hover:before, .search-no-results .products-cat .category .product-category:hover:after {
  height: 100%;
}

.tax-product_tag .hero-product .hero-image img, .tax-product_cat .hero-product .hero-image img {
  transform: rotate(15deg);
}
.tax-product_tag .term-description, .tax-product_cat .term-description {
  color: #3a3a3a;
  font-weight: 300;
  line-height: 2.2;
  text-align: justify;
}
.tax-product_tag .sec-description, .tax-product_cat .sec-description {
  background-color: #f8f8f8;
}
.tax-product_tag .sec-products, .tax-product_cat .sec-products {
  margin: 5rem 0;
  clear: both;
}

.tax-product_tag .woocommerce-products-header.hero, .tax-product_cat .woocommerce-products-header.hero, .post-type-archive-product .woocommerce-products-header.hero {
  margin-top: -200px;
  position: relative;
  /*border-bottom: 1px solid #eaeaea;*/
}
.tax-product_tag .woocommerce-products-header.hero .hero-product .hero-image, .tax-product_cat .woocommerce-products-header.hero .hero-product .hero-image, .post-type-archive-product .woocommerce-products-header.hero .hero-product .hero-image {
  display: flex;
  margin-top: 210px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 200px);
}
.tax-product_tag .hero-product .hero-image, .tax-product_cat .hero-product .hero-image, .post-type-archive-product .hero-product .hero-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/slider-back-en.png");
  height: 100%;
  text-align: center;
}
.tax-product_tag .hero-product .hero-image .helper, .tax-product_cat .hero-product .hero-image .helper, .post-type-archive-product .hero-product .hero-image .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tax-product_tag .hero-product .hero-image img, .tax-product_cat .hero-product .hero-image img, .post-type-archive-product .hero-product .hero-image img {
  max-width: 75%;
  vertical-align: middle;
}
.tax-product_tag .hero-product .hero-decorative, .tax-product_cat .hero-product .hero-decorative, .post-type-archive-product .hero-product .hero-decorative {
  height: 800px;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.tax-product_tag .hero-product .hero-decorative img, .tax-product_cat .hero-product .hero-decorative img, .post-type-archive-product .hero-product .hero-decorative img {
  width: auto;
  height: 100%;
  max-width: none;
}
.tax-product_tag .sec-description, .tax-product_cat .sec-description, .post-type-archive-product .sec-description {
  padding: 50px 10px;
  /*margin-top: 50px;*/
  border-top: 1px solid #eaeaea;
}
.tax-product_tag .sec-description .page-title, .tax-product_cat .sec-description .page-title, .post-type-archive-product .sec-description .page-title {
  font-size: 22px;
  color: #3a3a3a;
}
.tax-product_tag .sec-description .page-title:after, .tax-product_cat .sec-description .page-title:after, .post-type-archive-product .sec-description .page-title:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  margin-top: 5px;
  background-color: #ee3439;
}
.tax-product_tag .sec-decorative, .tax-product_cat .sec-decorative, .post-type-archive-product .sec-decorative {
  padding: 0;
}
.tax-product_tag .sec-decorative .container-fluid, .tax-product_cat .sec-decorative .container-fluid, .post-type-archive-product .sec-decorative .container-fluid {
  padding: 0;
}
.tax-product_tag .sec-decorative .container-fluid .category-decorative, .tax-product_cat .sec-decorative .container-fluid .category-decorative, .post-type-archive-product .sec-decorative .container-fluid .category-decorative {
  height: 400px;
  overflow: hidden;
}
.tax-product_tag .sec-decorative .container-fluid .category-decorative div, .tax-product_cat .sec-decorative .container-fluid .category-decorative div, .post-type-archive-product .sec-decorative .container-fluid .category-decorative div {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
}

.archive.woocommerce ul.products {
  margin: 0;
  padding: 0;
}
.archive.woocommerce ul.products li.product {
  display: flex;
  transition: 0.4s;
  list-style: none;
  position: relative;
  margin-right: -1px;
  background-size: auto;
  border: 1px solid #eee;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center 20%;
  background-image: url("../images/back-product.png");
}
.archive.woocommerce ul.products li.product a {
  width: 100%;
  color: #3a3a3a;
  padding: 2rem;
  text-align: center;
}
.archive.woocommerce ul.products li.product a img {
  max-width: 85%;
}
.archive.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 1.8;
  margin: 2rem auto;
}
.archive.woocommerce ul.products li.product a .woocommerce-loop-product__title:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: 6px;
  border-radius: 25px;
  display: inline-block;
  background-color: #ee3439;
}
.archive.woocommerce ul.products li.product a:hover {
  color: #ee3439;
  text-decoration: none;
}
.archive.woocommerce ul.products li.product a.button {
  display: none;
}
.archive.woocommerce ul.products li.product:hover {
  transition: 0.4s;
  background-color: #fec8bc;
}

ul.page-numbers {
  display: flex;
  list-style: none;
  margin: 3rem auto;
  justify-content: center;
}
ul.page-numbers li {
  padding: 0 4px;
  margin: auto 5px;
}
ul.page-numbers li .current {
  color: #fff;
  padding: 10px 8px;
  background-color: #ee3439;
}
ul.page-numbers li .dots {
  color: #b6b6b6;
}
ul.page-numbers li a.page-numbers {
  color: #b6b6b6;
  padding: 0 10px;
}
ul.page-numbers li a:hover {
  text-decoration: none;
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product {
  /* ****************  MOBILE VIEW ***************/
}
.single-product h1 {
  font-size: 24px !important;
  font-weight: bold;
}
.single-product h2 {
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 1rem;
}
.single-product h3 {
  font-size: 18px !important;
  font-weight: bold;
  margin-bottom: 1rem;
}
.single-product h4 {
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 1rem;
}
.single-product .amount-title {
  margin-bottom: 10px;
}
.single-product .amount-title:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-radius: 25px;
  display: inline-block;
  background-color: #ee3439;
}
.single-product .flex-viewport {
  background-image: url("../images/slider-back-fa.png.webp");
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0.5px solid #dee2e6;
  justify-content: center;
}
.single-product .flex-viewport img {
  width: 70%;
}
.single-product .standard .item img {
  max-height: 50px;
}
.single-product div.product {
  /*@include clearfix;*/
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 4em;
  background-image: url("../images/slider-back-fa.png.webp");
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
  table-layout: fixed;
  justify-content: space-evenly;
  overflow-y: scroll;
  min-width: fit-content;
  scrollbar-width: none;
  scrollbar-color: white white;
  max-height: 577px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  float: left;
  cursor: pointer;
  list-style: none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.single-product div.product .variations select {
  display: none;
}
.single-product div.product .variations .variation-radios {
  margin-right: 2.5rem;
}
.single-product div.product .variations .variation-radios::before {
  content: "وزن : ";
  margin-left: 30px;
}
.single-product div.product .variations .value {
  color: #333;
}
.single-product div.product .variations .variation-radios input[type=radio] {
  -webkit-appearance: none;
}
.single-product div.product .variations .variation-radios label {
  color: #333;
  padding: 8px 12px;
  background: transparent;
}
.single-product div.product .variations .variation-radios label:hover {
  cursor: pointer;
}
.single-product div.product .variations .variation-radios input[type=radio]:checked + label {
  border-bottom: 2px solid #EE3439;
  color: #000;
}
.single-product .sec-hero, .single-product .ingredients, .single-product .product-description {
  padding: 0;
}
.single-product .product-description {
  padding: 0 20px;
  color: #3a3a3a;
  line-height: 2;
  text-align: justify;
  padding-top: 4rem;
}
.single-product .product-description p {
  color: #3a3a3a;
  line-height: 2;
  text-align: justify !important;
}
.single-product .amount {
  color: #ee3439;
  font-size: 14px;
  font-weight: 300;
  width: 150px;
  text-align: center;
  padding: 10px 8px;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #ee3439;
  line-height: 24px;
  font-size: 16px;
}
.single-product .amount .unit {
  margin: 0 2px;
}
.single-product .variations_form {
  position: absolute;
  top: 0;
}
.single-product .woocommerce-product-details__short-description {
  color: #888888;
  margin-top: 1rem;
}
.single-product .ingredients {
  padding: 20px;
  background-color: #fafafa;
  margin-top: 20px;
}
.single-product .ingredients .title {
  padding: 5px 0;
}
.single-product .ingredients .title:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  margin-top: 5px;
  background-color: #ee3439;
}
.single-product .ingredients ul {
  margin: 0;
  padding: 0;
  line-height: 2;
  list-style: none;
  text-align: left;
}
.single-product .ingredients ul li {
  padding: 0 3px;
  font-weight: 300;
}
.single-product .sec-decorative .container-fluid {
  padding: 0;
}
.single-product .sec-nutritionfacts {
  padding: 50px 0;
  background: #fbfbfb;
  overflow: hidden;
  border-top: 1px solid #eaeaea;
}
.single-product .sec-nutritionfacts .item {
  padding: 15px !important;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ee3439;
  margin: 0 10px;
}
.single-product .sec-nutritionfacts .item i {
  padding: 5px 0;
  font-size: 35px;
  color: #ee3439;
}
.single-product .sec-nutritionfacts .item .title {
  padding: 5px 0;
}
.single-product .sec-nutritionfacts .slick-dots {
  margin: 15px 0 0 0;
  padding: 0;
  bottom: auto;
  list-style: none;
  text-align: center;
  position: absolute;
}
.single-product .sec-nutritionfacts .slick-dots li {
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.single-product .sec-nutritionfacts .slick-dots li.slick-active button::before {
  opacity: 0.85;
  font-size: 40px;
  color: #ee3439;
  line-height: 22px;
}
.single-product .sec-nutritionfacts .slick-dots li:before {
  content: none;
}
.single-product .sec-nutritionfacts .slick-dots li button {
  border: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  padding: 5px;
  outline: none;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.single-product .sec-nutritionfacts .slick-dots li button::before {
  content: "•";
  top: 0;
  left: 0;
  opacity: 1;
  width: 20px;
  height: 20px;
  color: #d9d9d9;
  font-size: 40px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-product .sec-nutritionfacts .slick-slide {
  padding: 0 15px;
}
.single-product .sec-hero {
  padding-top: 200px;
}
.single-product .sec-hero figure {
  overflow: hidden;
}
.single-product .sec-hero .cart {
  text-align: center;
  margin: auto 25px;
}
.single-product .sec-hero .cart tbody {
  display: flex;
  justify-content: center;
}
.single-product .sec-hero .cart tbody td.label {
  display: flex;
  justify-content: center;
}
.single-product .sec-hero .cart tbody td.label:before, .single-product .sec-hero .cart tbody td.label:after {
  content: "";
  width: 7px;
  height: 7px;
  margin: 10px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #ee3439;
}
.single-product .sec-hero .images {
  background-size: contain;
}
.single-product .sec-hero .images > .flex-viewport,
.single-product .sec-hero .images > .woocommerce-product-gallery__wrapper {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-product .sec-hero .images > .flex-viewport .woocommerce-product-gallery__image,
.single-product .sec-hero .images > .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  padding: 2rem 0;
}
.single-product .sec-hero figure.woocommerce-product-gallery__wrapper {
  margin: 0;
}
.single-product .sec-description .wp-video {
  max-width: 600px !important;
  display: block;
  margin: 0 auto;
}
.single-product .sec-description .hero-decorative {
  height: 650px;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.single-product .sec-description .hero-decorative img {
  width: auto;
  height: 100%;
  max-width: none;
}
.single-product .product_title {
  padding: 15px;
  font-size: 20px;
  color: #ee3439;
  margin-bottom: 20px;
}
.single-product .product_title span:last-child {
  color: #3a3a3a;
}
.single-product .product_title .deprecated {
  margin: 0 5px;
  color: #a6a6a6 !important;
}
.single-product .related {
  padding: 50px 0;
  background: #FFF;
}
.single-product .related .container > h2 {
  margin-bottom: 50px;
}
.single-product .related .container > h2:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  margin-top: 5px;
  background-color: #ee3439;
}
.single-product .related .container ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.single-product .related .container ul li {
  list-style: none;
}
.single-product .related .container ul li a {
  color: #3a3a3a;
}
.single-product .related .container ul li a img {
  max-width: 70%;
  margin: 0 auto;
}
.single-product .related .container ul li a:hover {
  text-decoration: none;
}
.single-product .related .container ul li h2 {
  font-size: 16px;
  margin-top: 20px;
}
.single-product .related .container ul li h2:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 6px;
  margin-left: auto;
  border-radius: 25px;
  display: inline-block;
  background-color: #ee3439;
}
.single-product .related .container ul li a.button {
  display: none;
}
.single-product .subtitle {
  padding: 0 20px;
  font-size: 16px;
  color: #555555;
  margin-bottom: 35px;
}
.single-product .cart .single_add_to_cart_button {
  color: #fff;
  border: none;
  padding: 15px;
  cursor: pointer;
  max-width: 350px;
  border-radius: 6px;
  background: #2cb774;
  text-decoration: none;
  display: none;
}
.single-product .cart .single_add_to_cart_button[href=""], .single-product .cart .single_add_to_cart_button.deprecated {
  cursor: auto;
  background: #ddd;
}
.single-product form {
  text-align: center;
}
.single-product form button {
  color: #fff;
  border: none;
  padding: 10px 4.5rem;
  border-radius: 10px;
  background: #2cb774;
  margin-top: 3rem;
}
.single-product form button:hover {
  cursor: pointer;
}
.single-product .stock:empty:before {
  display: none;
}
.single-product .stock.in-stock {
  color: #0f834d;
}
.single-product .stock.out-of-stock {
  color: #e2401c;
}
.single-product hr.solid {
  border-top: 1px solid #969696;
}
.single-product .carousel-indicators [data-bs-target] {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #ccc;
}
.single-product .carousel-indicators .active {
  background-color: #f44336;
}
.single-product #faq {
  background-color: #FDEBE7;
  padding: 50px;
}
.single-product #faq .faq-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  text-align: center;
}
.single-product #faq .faq-number {
  width: 60px;
  height: 60px;
  border: 2px solid #EE3439;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 32px;
}
.single-product #faq .card {
  border: 1px solid #CACACA;
  border-radius: 0px;
}
.single-product #faq .card-text {
  margin: 0px;
}
.single-product #faq .card-text p {
  font-size: 14px;
}
.single-product #faq .card-title {
  font-size: 16px;
}
.single-product .woocommerce-product-gallery {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.single-product .flex-control-nav.flex-control-thumbs {
  flex-direction: column;
  justify-content: flex-start !important;
}
.single-product .flex-control-nav li {
  padding: 10px;
}
.single-product .flex-control-nav.flex-control-thumbs li {
  border: 0.5px solid #dee2e6;
  margin-bottom: 5px;
  height: 92px;
  width: 88px;
}
.single-product .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #dee2e6;
  min-height: 577px;
  align-content: center !important;
  margin-bottom: 0px !important;
  flex-grow: 1;
  height: 110%;
}
.single-product .woocommerce-product-gallery .flex-viewport img {
  max-width: 70%;
}
.single-product .flex-direction-nav {
  position: absolute;
  bottom: 5%;
  right: 0;
  display: flex;
  width: calc(100% - 120px);
  gap: 10px;
  text-decoration: none;
  list-style: none;
  flex-direction: row-reverse;
  padding: 0;
  margin: 0;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .single-product .flex-direction-nav {
    width: 100%;
  }
}
.single-product .flex-direction-nav .flex-nav-prev, .single-product .flex-direction-nav .flex-nav-next {
  width: 44px;
}
.single-product .flex-direction-nav .flex-next {
  visibility: hidden;
  color: #ccc;
  display: flex;
  text-decoration: none;
  flex-direction: column;
}
.single-product .flex-direction-nav .flex-next::after {
  visibility: visible;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSJhdXRvIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgDQogICAgPHRpdGxlPmFycm93X3JpZ2h0IFsjMzM2XTwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQoNCjwvZGVmcz4NCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IkRyaWJiYmxlLUxpZ2h0LVByZXZpZXciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMDUuMDAwMDAwLCAtNjY3OS4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4NCiAgICAgICAgICAgIDxnIGlkPSJpY29ucyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTYuMDAwMDAwLCAxNjAuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI0OS4zNjU4NTEsNjUzOC43MDc2OSBMMjQ5LjM2NTg1MSw2NTM4LjcwNzY5IEMyNDkuNzcwNzY0LDY1MzkuMDk3NDQgMjUwLjQyNjI4OSw2NTM5LjA5NzQ0IDI1MC44MzAxNjYsNjUzOC43MDc2OSBMMjU5LjM5MzQwNyw2NTMwLjQ0NDEzIEMyNjAuMjAyMTk4LDY1MjkuNjYzNjQgMjYwLjIwMjE5OCw2NTI4LjM5NzQ3IDI1OS4zOTM0MDcsNjUyNy42MTY5OSBMMjUwLjc2ODAzMSw2NTE5LjI5MjQ2IEMyNTAuMzY3MjYxLDY1MTguOTA2NzEgMjQ5LjcyMDAyMSw2NTE4LjkwMTcyIDI0OS4zMTQwNzIsNjUxOS4yODI0NyBMMjQ5LjMxNDA3Miw2NTE5LjI4MjQ3IEMyNDguODk5ODM5LDY1MTkuNjcxMjEgMjQ4Ljg5NDY2MSw2NTIwLjMxMTc5IDI0OS4zMDI2ODEsNjUyMC43MDY1MyBMMjU3LjE5NjkzNCw2NTI4LjMyMzUyIEMyNTcuNjAxODQ3LDY1MjguNzE0MjYgMjU3LjYwMTg0Nyw2NTI5LjM0Njg1IDI1Ny4xOTY5MzQsNjUyOS43Mzc1OSBMMjQ5LjM2NTg1MSw2NTM3LjI5NDYyIEMyNDguOTYwOTM4LDY1MzcuNjg0MzcgMjQ4Ljk2MDkzOCw2NTM4LjMxNzk1IDI0OS4zNjU4NTEsNjUzOC43MDc2OSIgaWQ9ImFycm93X3JpZ2h0LVsjMzM2XSI+DQoNCjwvcGF0aD4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
  padding: 12px 10px 6px 18px;
  background-color: #D9D9D9;
  border-radius: 22px;
}
.single-product .flex-direction-nav .flex-prev {
  visibility: hidden;
  color: #ccc;
  text-decoration: none;
  display: flex;
  flex-direction: column-reverse;
}
.single-product .flex-direction-nav .flex-prev::before {
  visibility: visible;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSJhdXRvIiB2aWV3Qm94PSIwIDAgMjAgMjAgIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIA0KICAgIDx0aXRsZT5hcnJvd19sZWZ0IFsjMzM1XTwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQoNCjwvZGVmcz4NCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IkRyaWJiYmxlLUxpZ2h0LVByZXZpZXciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDUuMDAwMDAwLCAtNjY3OS4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIj4NCiAgICAgICAgICAgIDxnIGlkPSJpY29ucyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTYuMDAwMDAwLCAxNjAuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI5OS42MzM3NzcsNjUxOS4yOTIzMSBMMjk5LjYzMzc3Nyw2NTE5LjI5MjMxIEMyOTkuMjI4ODc4LDY1MTguOTAyNTYgMjk4LjU3MzM3Nyw2NTE4LjkwMjU2IDI5OC4xNjk1MTMsNjUxOS4yOTIzMSBMMjg5LjYwNjU3Miw2NTI3LjU1NTg3IEMyODguNzk3ODA5LDY1MjguMzM2MzYgMjg4Ljc5NzgwOSw2NTI5LjYwMjUzIDI4OS42MDY1NzIsNjUzMC4zODMwMSBMMjk4LjIzMTY0Niw2NTM4LjcwNzU0IEMyOTguNjMyNDAzLDY1MzkuMDkzMjkgMjk5LjI3OTYyLDY1MzkuMDk4MjggMjk5LjY4NTU1NCw2NTM4LjcxNzUzIEwyOTkuNjg1NTU0LDY1MzguNzE3NTMgQzMwMC4xMDA4MDksNjUzOC4zMjg3OSAzMDAuMTA0OTUxLDY1MzcuNjg4MjEgMjk5LjY5Njk0NSw2NTM3LjI5MzQ3IEwyOTEuODAyOTY4LDY1MjkuNjc2NDggQzI5MS4zOTgwNjksNjUyOS4yODU3NCAyOTEuMzk4MDY5LDY1MjguNjUzMTUgMjkxLjgwMjk2OCw2NTI4LjI2MjQxIEwyOTkuNjMzNzc3LDY1MjAuNzA1MzggQzMwMC4wMzg2NzYsNjUyMC4zMTU2MyAzMDAuMDM4Njc2LDY1MTkuNjgzMDUgMjk5LjYzMzc3Nyw2NTE5LjI5MjMxIiBpZD0iYXJyb3dfbGVmdC1bIzMzNV0iPg0KDQo8L3BhdGg+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=");
  padding: 12px 10px 6px 18px;
  background-color: #D9D9D9;
  border-radius: 22px;
}
.single-product .sec-hero .summary-title {
  color: #3A3B3A;
  text-align: start;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product .sec-hero .summary-text {
  color: #333;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.single-product .sec-hero .summary-tab {
  margin-top: 56px;
}
.single-product .sec-hero .summary-tab-in-text {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.single-product .sec-hero .summary .nav-link {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product .sec-hero .summary .nav-link.active {
  border: none;
  border-bottom: 2px solid rgb(238, 52, 57);
}
.single-product .specification {
  height: 83px;
  background-color: #FAFAFA;
  border: 0.5px solid #969696;
}
.single-product .specification .spectext {
  height: fit-content;
}
.single-product .specification .spectext {
  color: #3A3B3A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product .specification .leftBorder {
  border-left: 0.5px solid #969696;
}
.single-product .calimWrapper {
  background-color: #FAFAFA;
  height: 137px;
  overflow: hidden;
}
.single-product .calimWrapper .item-text {
  color: #3A3B3A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.single-product .calimWrapper img {
  align-self: center;
}
.single-product #extraInfo .extraInfo {
  margin-top: 80px;
}
.single-product #extraInfo .extraTitle {
  color: #3A3B3A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product #extraInfo .extraDesc {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-product .recpFeat {
  background-color: #FAFAFA;
}
.single-product .recpFeat img {
  height: 21px;
  width: auto;
}
.single-product .recpFeat span {
  color: #1B1211;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.single-product #relProduct .carousel-title {
  font-size: 16px;
  color: #3A3A3A;
}
@media only screen and (max-width: 576px) {
  .single-product .sec-hero {
    padding-top: 0 !important;
  }
  .single-product ol.flex-control-nav {
    display: none !important;
  }
  .single-product .calimWrapper {
    background-color: transparent;
    min-height: 108px;
    margin-top: 35px;
    overflow: scroll;
    margin-left: -0.75rem;
  }
  .single-product .tagsWrapper {
    min-width: 126px;
    background-color: #E6E6E6;
    padding: 5px;
    margin-left: 10px;
  }
  .single-product .standard .item {
    border: none !important;
  }
  .single-product .calimWrapper .item-text {
    font-size: 14px;
  }
  .single-product .summary-title {
    text-align: start;
    margin-top: 80px;
  }
  .single-product .summary-text {
    margin-top: 28px;
  }
  .single-product .specification {
    height: 111px;
    margin-top: 35px;
  }
  .single-product .spectext .top {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .single-product .accordion-button {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 0.5px solid #000 !important;
  }
  .single-product .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #000;
  }
  .single-product .accordion-header {
    font-size: 14px;
    font-weight: 700;
  }
  .single-product .accordion-button::after {
    content: none !important;
  }
  .single-product .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0;
    margin-left: 8px;
    content: "";
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBQRC4gTWFkZSBieSBNYXJ5IEFrdmVvOiBodHRwczovL21hcnlha3Zlby5jb20vIC0tPgo8c3ZnIGZpbGw9IiMwMDAwMDAiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0icGx1cyIgZGF0YS1uYW1lPSJGbGF0IENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGZsYXQtY29sb3IiPjxwYXRoIGlkPSJwcmltYXJ5IiBkPSJNMTIsMjBhMSwxLDAsMCwxLTEtMVYxM0g1YTEsMSwwLDAsMSwwLTJoNlY1YTEsMSwwLDAsMSwyLDB2Nmg2YTEsMSwwLDAsMSwwLDJIMTN2NkExLDEsMCwwLDEsMTIsMjBaIiBzdHlsZT0iZmlsbDogcmdiKDAsIDAsIDApOyI+PC9wYXRoPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }
  .single-product .accordion-button:not(.collapsed)::after {
    content: none !important;
  }
  .single-product .accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20PD.%20Made%20by%20Mary%20Akveo%3A%20https%3A%2F%2Fmaryakveo.com%2F%20--%3E%3Csvg%20fill%3D%22%23000000%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22minus%22%20data-name%3D%22Line%20Color%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22icon%20line-color%22%3E%3Cline%20id%3D%22primary%22%20x1%3D%2219%22%20y1%3D%2212%22%20x2%3D%225%22%20y2%3D%2212%22%20style%3D%22fill%3A%20none%3B%20stroke%3A%20rgb(0%2C%200%2C%200)%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202%3B%22%3E%3C%2Fline%3E%3C%2Fsvg%3E");
  }
  .single-product .outbtn {
    margin: 35px 0 !important;
    padding: 10px 40px !important;
  }
  .single-product .allrecButton {
    width: 100% !important;
    color: #fff;
  }
  .single-product #faq {
    background-color: #FDEBE7;
    padding: 2px;
  }
  .single-product #faq .card-title {
    font-size: 14px;
  }
  .single-product #faq .card-text {
    font-size: 12px;
  }
  .single-product .standard {
    margin-top: 1.5rem;
  }
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: "star";
  font-weight: 400;
}
.star-rating:before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: royalblue;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "S";
  color: #393939;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a:before {
  content: "S";
  color: #393939;
  opacity: 0.25;
}
p.stars:hover a:before {
  content: "S";
  color: royalblue;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "S";
  color: royalblue;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "S";
  color: #393939;
  opacity: 0.25;
}
p.stars.selected a:not(.active):before {
  content: "S";
  color: royalblue;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3D9CD2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3D9CD2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: royalblue;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: royalblue;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/*# sourceMappingURL=woocommerce.css.map */
