/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#filter_btn,
#close_btn {
  display: none;
}

.mobile_btns {
  display: none !important;
}

@media (max-width: 1024px) {
  .filter_sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 400px !important;
    height: 100vh !important;
    background: bisque;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    padding-top: 2.5rem !important;
  }
  .filter_sidebar.active {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }

  #close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px !important;
    border-radius: 999px !important;
    aspect-ratio: 1/1 !important;
    width: 33px !important;
  }

  #filter_btn,
  #close_btn {
    display: inline-block !important;
  }

  .mobile_btns {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    gap: 10px !important;
  }
}
@media (max-width: 500px) {
  .filter_sidebar {
    width: 95vw !important;
  }
}

.custom_wc_filter_form {
  padding: 0px 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}

.custom_wc_filter_form .filter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
}
.custom_wc_filter_form .filter_item h4 {
  margin: 0px !important;
  font-size: 1.2rem !important;
}
.custom_wc_filter_form .filter_item ul {
  list-style: none !important;
  padding-left: 10px !important;
}
.slider-range-wrapper {
  margin-top: 8px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  gap: 7px !important;
}

ul.filter_colors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding-left: 0px !important;
  margin-top: 10px !important;
}
ul.filter_colors li input {
  display: none !important;
}
ul.filter_colors li label {
  width: 18px !important;
  aspect-ratio: 1/1 !important;
  border-radius: 9999px !important;
  background-color: var(---bg-color);
  cursor: pointer !important;
}
ul.filter_colors li label.active {
  outline: var(---bg-color) solid 1px !important;
  outline-offset: 3px !important;
  /* width: 16px !important; */
}

ul.filter_colors li label:has(input:checked) {
  outline: var(---bg-color) solid 1px !important;
  outline-offset: 3px !important;
}

ul.filter_colors li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  gap: 10px !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.woocommerce ul.products li.product .button.add_to_cart_button {
  width: 75% !important;
  float: left !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
  text-align: center !important;
}

td .button.product_type_simple {
  padding: 16px 5px 16px 5px !important;
}
@media screen and (max-width: 680px) {
  td .button.product_type_simple {
    padding: 10px 3px 10px 3px !important;
    height: 56px;
  }
}

.button.cart_icon_btn {
  padding: 16px 0px !important;
  border-radius: 0px 0px 20px 0px !important;
  background-color: #e6e674 !important;
  float: left !important;
  width: 25% !important;
  display: -ms-grid !important;
  display: grid !important;
  place-items: center !important;
}

.button.cart_icon_btn svg path {
  fill: #000 !important;
}

/** price range filter */
.range-input-wrapper {
  margin-bottom: 5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100% !important;
  gap: 10px !important;
}

.range-input-wrapper > div {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  overflow: hidden !important;
  padding: 2px 7px !important;
  border: 1px solid #7c7c79 !important;
  border-radius: 5px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  gap: 1px !important;
}

.range-input-wrapper > div input {
  border: unset !important;
  outline: unset !important;
  background-color: unset !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  width: -webkit-fill-available !important;
}

/** slider range css */
.slider-range.ui-slider {
  height: 8px !important;
  width: 94% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.slider-range.ui-slider span.ui-slider-handle {
  border-radius: 9999px !important;
  background-color: #7c7c79 !important;
  top: -0.4em !important;
}

/** compare popup */
.compare_popup {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff !important;
  padding: 1em 1rem !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0px 0px 11px -5px #000000a1 !important;
  box-shadow: 0px 0px 11px -5px #000000a1 !important;
  width: 250px !important;
  z-index: 10000 !important;
  display: none;
}
.compare_popup .popup_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding-bottom: 0.5rem !important;
}
.popup_header p {
  margin: 0px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.compare_popup p.compare_content {
  margin: 0px !important;
  font-weight: 500;
}

.compare_popup .popup_footer {
  padding-top: 0.5rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.compare_popup .compare_btn {
  border: unset !important;
  background-color: #9d8f8f !important;
  color: #f2f2f2 !important;
  width: 100% !important;
  font-size: 0.9rem !important;
}
.compare_popup .clear_btn {
  border: 1.5px solid #9d8f8f !important;
  background-color: transparent !important;
  color: #9d8f8f !important;
  width: 100% !important;
  font-size: 0.9rem !important;
}
button.compare_btn:disabled {
  background-color: #9d8f8fa3 !important;
}

/* button.compare_btn .close_sign {
  margin-left: 10px !important;
} */

/** compare container */

.compare_table_container {
  overflow-x: auto;
  overflow-y: hidden;
}

.compare_table {
  overflow: auto !important;
  /*   width: max-content !important; */
  width: 100% !important;
  background: unset !important;
}

.compare_table tr td {
  width: 25% !important;
  background-color: unset !important;
}

.compare_table tr td:nth-of-type(1) {
  width: 20% !important;
  background-color: #f6f6f6 !important;
  border-left: none !important;
  /*   position: sticky; */
  /*   left: 0; */
  /*   z-index: 1000; */
}

.compare_table tr:nth-of-type(1) td {
  border-top: none !important;
}

.compare_table .product_card {
  position: relative;
  padding-top: 1rem !important;
}
.compare_table .product_img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  overflow: hidden !important;
  display: block !important;
  position: relative !important;
  margin: unset !important;
  padding: unset !important;
}

.compare_table .product_img img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  margin: unset !important;
  padding: unset !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

button.product_remove_btn {
  position: absolute;
  top: -15px;
  right: 0px;
  border: unset !important;
  padding: unset !important;
  background: unset !important;
  color: #000;
}
button.product_remove_btn:hover {
  color: inherit;
}

/** single product page css */

.price_table_wrapper {
  margin-top: 1rem !important;
}
.cus_single_price_table tr td {
  border: none !important;
  background: transparent !important;
  padding: 3px 0px !important;
  font-size: 1rem;
  pointer-events: none !important;
}

.cus_single_price_table tr td:first-child {
  font-weight: 600 !important;
  padding-right: 5px !important;
}

.cus_single_price_table tr td:last-child {
  text-align: end !important;
  padding-left: 5px !important;
}

.custom_product_offer {
  display: flex;
  flex-direction: column;
  row-gap: 1rem !important;
}

.cus_offer_label {
  margin: 0px !important;
  font-weight: 600 !important;
}

ul.product_field_options {
  display: flex !important;
  flex-direction: column;
  list-style: none !important;
  row-gap: 0.5rem !important;
  padding-left: 10px !important;
}
ul.product_field_options > li {
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
  gap: 0.5rem !important;
}

ul.product_field_options > li > label {
  cursor: pointer !important;
}
