@charset "UTF-8";

/*
Theme Name: Icon Starter
Theme URI: https://icon-infotech.net
Author: Mohammad Jewel
Author URI: https://facebook.com/jewelmm9
Description: This is a starter theme for running basic website with supported theme options.
Tested up to: 6.0.0
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iconStarter
Tags: one-column, accessibility-ready, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/
.search_result {
    z-index: 999 !important;
}
:root {
  --c-block: #fafafa;
}
.icon-heading span {
  background: var(--c-block);
}

.product-block {
  position: relative;
  background-color: #fff;
  transition: all ease-out 0.3s;
  display: flex;
  border-radius: 6px;
  flex-direction: column;
  margin-bottom: 0;
  height: 100%;
  overflow: hidden;
}
.product-transition {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
  padding: 2px;
}
li.product .product-image {
  border-radius: 5px;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
ul.products li img,
ul.products li.product img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.group-label {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
}
.group-label > span {
  border-radius: 4px;
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  padding: 0 8px;
  text-transform: uppercase;
  background-color: #84be52;
}

li.product .caption {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-block .caption {
  padding: 0 20px 20px;
}
li.product .caption .star-rating {
  display: inline-block;
  float: right;
}
.product-img-wrap {
  overflow: hidden;
  position: relative;
}
.shop-action {
  transition: all 0.35s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

li.product:hover .product-img-wrap.top-to-bottom .inner {
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.product-img-wrap .inner {
  width: 100%;
  height: 100%;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-img-wrap .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-img-wrap.top-to-bottom .product-image {
  bottom: 100%;
}
.product-footer a[class*="product_type_"] {
  background-color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: auto;
  align-items: center;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  width: auto;
  height: auto;
  display: flex;
  padding: 0 20px 0 0;
  border-radius: 30px;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: 0 100%;
  position: relative;
}

.shop-action a[class*="product_type_"] {
  background-image: linear-gradient(to right, #24aeb1 0, #24aeb1 100%) !important;
}
.shop-action a[class*="product_type_"]:not(.loading):hover {
  color: #fff;
  background-size: 100% 100%;
  background-color: transparent;
}
.shop-action a[class*="product_type_"]:before {
  content: "\F11A";
  background-color: #24aeb1;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 5px;
  z-index: 1;
  font-family: "remixicon" !important;
}
.shop-action a[class*="product_type_"]:not(.loading):hover:before {
  text-indent: 15px;
}
.single_add_to_cart_button {
  border-radius: 30px !important;
  padding: 15px 20px !important;
}
.single_add_to_cart_button:before {
  content: "\F11A";
  font-family: "remixicon" !important;
  margin-right: 10px;
  border-radius: 30px;
}
.group-label > span {
  border-radius: 4px;
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  padding: 0 8px;
  text-transform: uppercase;
  background-color: #84be52;
}
.woocommerce ul.products li.product a {
  color: #000;
}
.woocommerce ul.products .woocommerce-loop-product__title a:hover {
  text-decoration: underline;
}
li.product .price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del bdi {
  font-weight: 500;
  position: relative;
  margin-right: 0.327em;
  color: #7d879c !important;
  font-size: 1.2rem;
  display: flex;
}
.woocommerce ul.products li.product .price del {
  margin-left: 15px;
  order: 2;
}
ul.products li .price ins,
ul.products li .price bdi {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #eb3a7b;
  text-decoration: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  height: 75px;
  overflow: hidden;
}
.woocommerce-ordering select {
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 35px;
  padding: 5px;
}

.single-product div.type-product,
.wp-block-woocommerce-cart,
.woocommerce-checkout .type-page {
  border-bottom: 0;
  padding: 30px;
  border-radius: 6px;
  background-color: #f7f7f7;
  margin-bottom: 25px;
}
 {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
}

.single-product div.type-product form.cart .woocommerce-variation-add-to-cart,
.single-product div.type-product form.cart:not(.variations_form) {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-product div.type-product form.cart .quantity {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  width: 120px;
  flex-basis: 120px;
  margin-top: 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 30px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
  background-color: #24aeb1 !important;
  border-color: #24aeb1;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 10px;
}

nav.woocommerce-breadcrumb {
  display: block;
  margin: 25px 0 !important;
  color: #000 !important;
  font-weight: 600;
}
.woocommerce div.product .product_title {
  font-size: 1.75rem;
  color: #1d2a38;
  font-weight: 600;
  padding-top: 0;
  margin-bottom: 12px;
}
div.type-product .summary .price {
  color: #eb3a7b !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce-product-details__short-description p {
  color: #7d879c;
  font-size: 1rem;
  line-height: 1.75;
  font-family: Medilazar, Helvetica Neue, helvetica, arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.single-product div.type-product form.cart .quantity .quantity-action {
  cursor: pointer;
  padding: 1.032rem 0;
  color: #222;
  width: 33.33%;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
div.type-product form.cart .quantity input:focus {
  outline: none;
}
div.type-product form.cart .quantity input::-webkit-outer-spin-button,
div.type-product form.cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 10px;
}
.single-product div.type-product .product_meta {
  margin-top: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
}
span.posted_in a {
  font-size: 14px;
  color: #7d879c;
}
.single-product .product-inner .saleon {
  border-radius: 4px;
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  padding: 0 8px;
  text-transform: uppercase;
  background-color: #84be52;
}
.single-product .woocommerce-tabs {
  position: relative;
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 6px;
  margin-bottom: 20px;
}
.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin-right: 40px;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 26px;
  position: relative;
  color: #1d2a38;
}
.woocommerce-tabs ul.tabs li.active a:after {
  border-color: #24aeb1;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #24aeb1;
}
.single-product .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}
.c-primary {
  color: #24aeb1;
}
.woocommerce-tabs .panel {
  max-width: 920px;
  margin-top: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description {
  line-height: 1.9;
}

input,
button,
select,
textarea {
  color: #7d879c;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-header .page-title,
.site-title,
.tags-links .tags-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  margin: 0 0 0.5em;
  padding: 1.5rem 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  max-width: 100%;
  font-style: normal;
  font-weight: 600;
}
.h1,
.site-title,
h1 {
  font-size: 2.25rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
.page-header .page-title,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
.tags-links .tags-title,
h6 {
  font-size: 1rem;
}
section.related.products {
  position: relative;
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 6px;
  margin-bottom: 20px;
}
.product-block:hover {
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.11);
}
.wc-block-cart table.wc-block-cart-items,
.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th {
  border: 1px solid #ddd;
}
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  color: #fff;
  background: #24aeb1 !important;
}
.wc-block-components-product-name {
  font-size: 14px !important;
}
section.related.products h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.woocommerce .quantity .qty {
  background: transparent;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
/* mini cart */
.min-cart .shopping_cart {
  width: auto;
  font-size: 0.875rem;
  background-color: #fff;
  min-width: 300px;
  flex-direction: column;
  padding-bottom: 0;
  text-align: left;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  border-top: 3px solid;
  border-radius: 6px;
  border-color: #24aeb1;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999999;
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.min-cart:hover .shopping_cart {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.min-cart .shopping_cart:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -15px;
  right: 10%;
  border-left-width: 6px;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-top-width: 0;
  border-style: solid;
  transform: translateX(-50%) translateY(100%);
  transition: all 0.35s;
  border-bottom-color: #24aeb1;
}
.shopping_cart .woocommerce-mini-cart__empty-message {
  padding: 30px;
  margin: 0;
  min-height: 180px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
  line-height: 1.5;
  color: #1d2a38;
}
.shopping_cart .woocommerce-mini-cart__empty-message:before {
  content: "+";
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 200;
  display: block;
  color: #e43636;
  transform: rotate(45deg);
  line-height: 60px;
  padding: 10px;
}
.shopping_cart .product_list_widget li {
  width: 100%;
  border-width: 0 0 1px;
  padding: 15px !important;
  border-bottom: 1px solid #e6e6e6;
}
.shopping_cart .mini_cart_item img {
  max-width: 50px;
  margin-right: 1em;
  float: left;
}
.shopping_cart .product_list_widget li a.remove {
  position: relative;
  float: right;
  z-index: 999;
  text-indent: 0;
  text-align: center;
  top: 0.4em;
  width: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}
.shopping_cart .product_list_widget li a {
  font-size: 13px;
  font-size: 0.8125rem;
  height: auto;
  line-height: 1.2;
  padding: 0 !important;
  border: none;
  text-align: left;
  display: block;
  font-weight: 600;
  color: #000;
}
.shopping_cart p.woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.shopping_cart p.woocommerce-mini-cart__buttons a {
  padding: 0.532rem 1.6rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 30px;
  background-color: #24aeb1;
  border-color: #24aeb1;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.shopping_cart .woocommerce-mini-cart__buttons .checkout {
  background-color: #be1c2a;
  border-color: #be1c2a;
  color: #fff;
}
.shopping_cart p.total {
  order: -1;
  text-align: right;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.shopping_cart p.total bdi {
  font-size: 20px;
  font-weight: bold;
}
.ajax_add_to_cart.added::after {
  content: inherit !important;
}
li.product .added_to_cart.wc-forward {
  display: none;
}
ul.products li.product a[class*="product_type_"].loading,
ul.products li a[class*="product_type_"].loading {
  color: transparent;
}
.add_to_cart_button.loading:after {
  content: "" !important;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  border-left-color: #000;
  border-radius: 50%;
  animation: q 0.45s infinite linear;
  -webkit-animation: q 0.45s infinite linear;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  overflow: hidden;
}
.add_to_cart_button.loading::before {
  opacity: 0;
}
@keyframes q {
  to {
    transform: rotate(1turn);
  }
}
.title-wrap {
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 4px;
  background-image: linear-gradient(90deg, #faf7ee, #faf7ee, #faf7ee, #eefaf5);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 5px;
  transition: all 0.75s ease-in;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  border: 1px solid #ddd;
  margin-right: 3px;
  width: 100% !important;
}


