@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../../../fonts/icomoon.eot?tdfêyd23fgzvwp");
  src: url("../../../fonts/icomoon.eot?tyzvwgdêf323fdp#iefix") format("embedded-opentype"), url("../../../fonts/icomoon.woff?tyzfêd323gfdfvwp") format("woff"), url("../../../fonts/icomoon.woff2?tyfge232zdfvwp") format("woff2"), url("../../../fonts/icomoon.svg?tyzv23edfgwdfp") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icomoon-],
[class*=" icomoon-"],
.star-full,
.xmark-solid,
.star-regular,
.star-solid {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.star-full:before {
  content: "\e9d9";
}

.xmark-solid:before {
  content: "\e900";
}

.star-regular:before {
  content: "\e901";
}

.star-solid:before {
  content: "\e902";
}

html {
  line-height: 1.6rem;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

body ul {
  padding-left: 0;
  margin-left: 0;
}

body ul li {
  list-style: none;
}

select {
  cursor: pointer;
}

.wcbt-container {
  max-width: 1290px !important;
  width: 100%;
  margin: 0 auto !important;
}

.wcbt-compare-product-panel {
  position: fixed;
  width: 300px;
  right: -300px;
  left: auto;
  height: 100%;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  padding-top: 40px;
  transition: all 0.3s ease;
}

.site-main > .wcbt-compare-product-panel {
  margin-top: 32px;
}

#wcbt-compare-product-panel.active {
  right: 0;
  left: auto;
}

.wcbt-compare-product-panel-inner {
  padding: 20px;
}

.wcbt-compare-product-panel-inner > button {
  box-sizing: border-box;
  width: 100%;
  color: #000;
  background-color: #fff;
  padding: 5px;
  height: 50px;
}

.wcbt-compare-product-panel-inner #wcbt-compare-product-action {
  background-color: #1ec6bc;
  color: #fff;
  margin-bottom: 10px;
}

.wcbt-compare-product-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.wcbt-compare-product-wrap .wcbt-compare-item {
  width: calc(50% - 5px);
  margin: 5px 0;
  position: relative;
  display: inline-flex;
}

.wcbt-compare-product-wrap .wcbt-compare-item img {
  max-width: 100%;
}

.wcbt-compare-product-wrap .wcbt-remove-compare {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-flex;
}

.wcbt-compare-product-wrap .wcbt-remove-compare svg {
  cursor: pointer;
}

#wcbt-compare-product-open {
  padding: 10px;
  position: fixed;
  background-color: #19a974;
  top: 130px;
  right: 0;
  left: auto;
  color: #fff;
  border-radius: 5px 0 0 5px;
  z-index: 999;
}

#wcbt-compare-product-open span {
  background-color: #85c341;
  font-size: 11px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  top: -5px;
  left: -5px;
}

.wcbt-product-wishlist,
.wcbt-product-compare,
.wcbt-product-quick-view {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

.wcbt-product-wishlist[data-type=circle],
.wcbt-product-compare[data-type=circle],
.wcbt-product-quick-view[data-type=circle] {
  border-radius: 50%;
}

.wcbt-product-wishlist svg path,
.wcbt-product-compare svg path,
.wcbt-product-quick-view svg path {
  stroke: var(--wcbt-color-svg, #000);
}

.wcbt-product-wishlist:hover .svg path,
.wcbt-product-compare:hover .svg path,
.wcbt-product-quick-view:hover .svg path {
  stroke: var(--wcbt-color-hover-svg, #000);
}

.wcbt-product-wishlist:hover .tooltip,
.wcbt-product-compare:hover .tooltip,
.wcbt-product-quick-view:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.wcbt-product-wishlist > .tooltip,
.wcbt-product-compare > .tooltip,
.wcbt-product-quick-view > .tooltip {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: white;
  background-color: black;
  position: absolute;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 8px 15px;
  border-radius: 3px;
  left: 50%;
  right: auto;
  bottom: 130%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.wcbt-product-wishlist > .tooltip:after,
.wcbt-product-compare > .tooltip:after,
.wcbt-product-quick-view > .tooltip:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: black;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -6px;
}

.wcbt-product-wishlist:hover,
.wcbt-product-compare:hover,
.wcbt-product-quick-view:hover {
  background-color: #000;
}

.wcbt-product-wishlist:hover svg path,
.wcbt-product-compare:hover svg path,
.wcbt-product-quick-view:hover svg path {
  fill: #fff;
}

.wcbt-product-wishlist svg,
.wcbt-product-compare svg,
.wcbt-product-quick-view svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wcbt-product-wishlist.active svg path,
.wcbt-product-compare.active svg path,
.wcbt-product-quick-view.active svg path {
  stroke: red;
}

#wcbt-snackbar {
  display: none;
  min-width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 15px;
  position: fixed;
  z-index: 99999;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 0;
}

#wcbt-snackbar.active {
  display: block;
}

#wcbt-quick-view-popup {
  display: none;
  padding: 10px;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
}

#wcbt-quick-view-popup.active {
  display: block;
}

#wcbt-quick-view-popup .wcbt-quick-view-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#wcbt-quick-view-popup .close {
  position: absolute;
  top: 6px;
  right: 5px;
}

#wcbt-quick-view-popup .close svg {
  cursor: pointer;
}

#wcbt-quick-view-popup .close:hover svg path {
  fill: #ff0000;
}

#wcbt-quick-view-popup .wcbt-quick-view-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1290px;
  width: 100%;
  overflow: auto;
  background-color: #fff;
  padding: 48px 33px;
  border-radius: 20px;
}

@media (max-width: 1440px) {
  #wcbt-quick-view-popup .wcbt-quick-view-container {
    max-width: 1100px;
    max-height: 626px;
  }
}
@media (max-width: 1024px) {
  #wcbt-quick-view-popup .wcbt-quick-view-container {
    max-width: 900px;
    max-height: 526px;
  }
}
@media (max-width: 880px) {
  #wcbt-quick-view-popup .wcbt-quick-view-container {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  #wcbt-quick-view-popup .wcbt-quick-view-container {
    max-width: 650px;
  }
}
@media (max-width: 480px) {
  #wcbt-quick-view-popup .wcbt-quick-view-container {
    max-width: 350px;
    padding: 30px 15px 15px;
  }
}
#wcbt-quick-view-popup .wcbt-quick-view-container::-webkit-scrollbar {
  display: none;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-header .close {
  z-index: 9999;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content {
  position: relative;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .product_title {
  margin-top: 0;
  margin-bottom: 16px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .description {
  border-top: 1px solid var(--wcbt-line-color, #d9d9d9);
  padding: 20px 0;
  margin-bottom: 0px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .product_meta {
  border-width: 1px 0px;
  border-style: solid;
  border-color: var(--wcbt-line-color, #d9d9d9);
  padding: 20px 0;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .product_meta > span {
  display: block;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .quantity {
  margin: 0;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .quantity-add-value {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0;
  min-width: 160px;
  border: 1px solid var(--wcbt-border-color, #d9d9d9);
  padding: 8px 12px;
  border-radius: var(--wcbt-border-radius, 6px);
  width: 100%;
  height: 44px;
}

@media (max-width: 880px) {
  #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .quantity-add-value {
    min-width: 90px;
  }
}
#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .quantity-add-value .input-text {
  border: 0 !important;
  -moz-appearance: textfield;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .quantity-add-value .input-text.qty {
  width: 3em;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .quantity-add-value .input-text::-webkit-outer-spin-button, #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .quantity-add-value .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .quantity-add-value .plus,
#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .quantity-add-value .minus {
  cursor: pointer;
  font-size: 20px;
  color: #444444;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content form.cart:not(.variations_form), #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content form.cart.variations_form .variations_button {
  display: inline-flex !important;
  margin-right: 7px;
  margin-bottom: 20px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content form.cart:not(.variations_form) .quantity, #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content form.cart.variations_form .variations_button .quantity {
  overflow: hidden;
  margin-right: 7px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content form.cart.variations_form {
  margin-bottom: 0;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content form.cart.variations_form .variations {
  margin-bottom: 20px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content form.cart.variations_form .variations tr td {
  display: block;
  padding-bottom: 0;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content form.cart.variations_form .variations tr td.value {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content form.cart .button {
  height: 44px;
  border-radius: 6px !important;
  font-weight: 500;
  background: var(--wcbt-button-background, #003aaa);
  margin: 0;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content form.cart .button:hover {
  background: var(--wcbt-button-background-hover, #ffc700);
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-wishlist,
#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-compare {
  display: inline-block;
  margin-bottom: 4px;
  vertical-align: middle;
  text-align: center;
  height: 44px;
  width: 44px;
  border-radius: 6px;
  margin-right: 3px;
  margin-bottom: 20px;
  border: 1px solid var(--wcbt-border-color, #d9d9d9);
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-wishlist:hover,
#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-compare:hover {
  background: var(--wcbt-color-hover, #003aaa);
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-wishlist.vertical-align-top,
#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-compare.vertical-align-top {
  vertical-align: top;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-wishlist.vertical-align-top {
  margin-left: -4px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .product_price_on {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .price {
  margin-bottom: 0;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .price .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: var(--wcbt-price-color, #000);
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .price del {
  order: 1;
  opacity: 1;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .price del .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--wcbt-color-price-sale, #444444);
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .price ins .woocommerce-Price-amount {
  color: #e74040 !important;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-onsale-wp {
  position: relative;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-onsale-wp span.wcbt-onsale {
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 4px;
  background: #e74040;
  text-transform: uppercase;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .woocommerce-product-rating .woocommerce-review-link {
  color: var(--wcbt-color-price-sale, #444444);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 5px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content ul.thim-social-share {
  margin-bottom: 40px;
  margin-top: 0px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images {
  float: left;
  width: 50%;
  padding: 0 15px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images img {
  border-radius: 20px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images .wcbt-quick-view-img .slick-prev,
#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images .wcbt-quick-view-img .slick-next {
  display: none !important;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images .slick-prev {
  left: 5px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images .slick-next {
  right: 5px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images .slick-prev,
#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images .slick-next {
  background: transparent;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images .slick-prev:hover::before,
#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images .slick-next:hover::before {
  color: #000;
  font-size: 25px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images:hover .slick-prev,
#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images:hover .slick-next {
  opacity: 1;
  visibility: visible;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images:hover .slick-prev::before,
#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images:hover .slick-next::before {
  color: #444;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product > .images .wcbt-quick-view-thumbnails .slick-slide.slick-current img {
  border: 1px solid var(--wcbt-color-hover, #003aaa);
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .product .summary {
  float: right;
  width: 50%;
  clear: none;
  padding: 0 15px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .onsale {
  position: absolute;
  top: 5px;
  right: auto;
  left: 5px;
  border-radius: 100%;
  background-color: #b3af54;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
  padding: 6px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .woocommerce-product-rating .star-rating {
  float: left;
  overflow: hidden;
  position: relative;
  line-height: 1;
  font-size: 1.2em;
  width: 5.4em;
  font-family: star;
  margin: 0;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .woocommerce-product-rating .star-rating::before {
  content: "sssss";
  color: #cfc8d8;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 2px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .woocommerce-product-rating .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .woocommerce-product-rating .star-rating span::before {
  content: "sssss";
  top: 0;
  position: absolute;
  left: 0;
  color: #facc5d;
  letter-spacing: 2px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .slick-track {
  margin-bottom: 6px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .woocommerce-product-gallery {
  opacity: 1 !important;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .woocommerce-product-gallery .slick-slide {
  cursor: pointer;
  padding: 0 5px;
}

#wcbt-quick-view-popup .wcbt-quick-view-container .quantity {
  margin-bottom: 4px;
}

.single-product #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-wishlist,
.single-product #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-compare {
  vertical-align: top;
}

.single-product #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-wishlist:not(.vertical-align-top),
.single-product #wcbt-quick-view-popup .wcbt-quick-view-container .wcbt-quickview-content .summary-content .wcbt-product-compare:not(.vertical-align-top) {
  vertical-align: middle;
  margin-bottom: 5px;
}

form.cart .variations {
  border: 0px;
}

form.cart .variations th,
form.cart .variations tr,
form.cart .variations td {
  border: 0px;
}

form.cart .variations tr td {
  padding: 0 0 15px;
}

form.cart .variations tr td.value {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 8px;
}

form.cart .variations tr td.value input {
  display: none;
}

form.cart .variations tr td.value label {
  border-radius: var(--wcbt-border-radius, 6px);
  cursor: pointer;
  position: relative;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid var(--wcbt-border-color, #d9d9d9);
}

form.cart .variations tr td.value label span.att-type-tooltip {
  display: none;
  position: absolute;
  top: -30px;
  left: 50%;
  text-align: center;
  background: #000;
  padding: 2px 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}

form.cart .variations tr td.value label span.att-type-tooltip::before {
  content: "";
  position: absolute;
  top: 30px;
  transform: rotateX(198deg);
  left: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px;
  border-color: transparent transparent #000;
}

form.cart .variations tr td.value label:hover {
  border-color: var(--wcbt-color-hover, #003aaa);
}

form.cart .variations tr td.label span {
  text-transform: capitalize;
  margin-right: 8px;
}

form.cart .variations tr td input[type=radio]:checked + label,
form.cart .variations tr td input[type=checkbox]:checked + label {
  border-color: var(--wcbt-color-hover, #003aaa);
}

form.cart .variations .att-type-color label {
  display: flex;
  align-items: center;
}

form.cart .variations .att-type-color label span {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: block;
  margin-right: 8px;
}

form.cart .variations .att-type-img {
  width: 40px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: all 0.5s ease;
  position: relative;
}

form.cart .variations .att-type-img img {
  max-width: 37px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: var(--wcbt-border-radius, 6px);
}

form.cart .variations .att-type-img label {
  padding: 0 !important;
}

form.cart .variations .att-type-img label:hover span.att-type-tooltip {
  display: block;
}

form.cart .variations .att-type-img label:hover span.att-type-tooltip::before {
  top: 25px;
  left: 33%;
  border-width: 0 5px 10px;
}

form.cart .variations .att-type-text label {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}

form.cart .variations .td-attr-type-select .attr-type-select {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}

form.cart .variations .td-attr-type-select .type-select-default {
  display: none;
}

.wcbt-pagination-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  align-items: center;
}

.wcbt-pagination-wrapper .wcbt-pagination-nav ul {
  margin: 0;
  padding: 0;
  display: block;
}

.wcbt-pagination-wrapper .wcbt-pagination-nav ul li {
  display: inline-block;
  zoom: 1;
  list-style: none;
  margin-right: 6px;
}

.wcbt-pagination-wrapper .wcbt-pagination-nav ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--wcbt-border-color, #d9d9d9);
  text-align: center;
  line-height: 38px;
  display: inline-block;
  overflow: hidden;
  color: #000;
  border-radius: var(--wctb-pagition-boder-radius, 4px);
}

.wcbt-pagination-wrapper .wcbt-pagination-nav ul li.current a, .wcbt-pagination-wrapper .wcbt-pagination-nav ul li:hover a {
  background: var(--wcbt-background, #003aaa);
  color: #fff;
}

.wcbt-maxsale-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 9999;
}

.wcbt-maxsale-wrapper.hide {
  display: none;
}

.wcbt-maxsale-wrapper .inner-content {
  position: relative;
  align-items: center;
  margin: auto;
  padding: 100px 50px;
}

.wcbt-maxsale-wrapper .inner-content .inner-image {
  margin-bottom: 30px;
}

.wcbt-maxsale-wrapper .inner-content .inner-image img {
  width: 100%;
  height: auto;
}

.wcbt-maxsale-wrapper .inner-content .inner-info {
  margin: 10px auto;
  text-align: center;
  width: 75%;
}

.wcbt-maxsale-wrapper .inner-content .inner-info .input-form .text-field {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.wcbt-maxsale-wrapper .inner-content .inner-info .input-form .text-field input {
  font-size: 16px;
  padding: 14px 50px 14px 20px;
  border: 1px solid #000;
  display: block;
  width: 100%;
}

.wcbt-maxsale-wrapper .inner-content .inner-info .input-form .text-field svg {
  position: absolute;
  right: 18px;
}

.wcbt-maxsale-wrapper .inner-content .inner-info .input-form button {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 14px 11px;
  display: block;
  width: 100%;
}

.wcbt-maxsale-wrapper .inner-content .button-close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: auto;
  transition: all 0.8s ease;
  transform-origin: center;
}

body #toast-container > .toast-success {
  padding: 15px !important;
  z-index: 999;
}

body #toast-container > .toast-success .product-notification__wrapper {
  display: flex;
  justify-content: start;
}

body #toast-container > .toast-success .product-notification__wrapper :first-child,
body #toast-container > .toast-success .product-notification__wrapper :nth-child(2) {
  margin-right: 5px;
}

body #toast-container > .toast-success .product-notification__wrapper .product-image {
  width: 20%;
}

body #toast-container > .toast-success .product-notification__wrapper .product-notification-content {
  width: 80%;
}

body #toast-container > .toast-success .product-notification__wrapper p,
body #toast-container > .toast-success .product-notification__wrapper .info-ago,
body #toast-container > .toast-success .product-notification__wrapper .toast-close-button {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
}

body #toast-container > .toast-success .product-notification__wrapper .product-name {
  color: #000;
  text-decoration: none;
}

.wcbt-wave-loading {
  height: 100%;
  min-height: 500px;
  background: linear-gradient(90deg, hsla(0, 0%, 74.5%, 0.2) 25%, hsla(0, 0%, 50.6%, 0.24) 37%, hsla(0, 0%, 74.5%, 0.2) 63%);
  animation: waveLoading 1.4s ease infinite;
  background-size: 400% 100%;
  width: 100%;
}

.related.products .product-grid .product__title .block-after-title {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-bottom: 10px;
  align-items: center;
  align-content: center;
}

.related.products .product-grid .product__title .block-after-title .single_variation_wrap {
  display: none !important;
}

.single-product .product-info .wcbt-product-wishlist,
.single-product .product-info .wcbt-product-compare,
.single-product .product-info .wcbt-product-quick-view {
  display: inline-block;
  border: 1px solid rgba(212, 212, 212, 0.5725490196);
  margin-bottom: 15px;
  margin-right: 3px;
}

.wcbt-show-wishlist {
  position: relative;
}

.wcbt-show-wishlist .count {
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  bottom: 15px;
  display: block;
  left: 15px;
  position: absolute;
  text-align: center;
  font-size: 11px;
}

@keyframes waveLoading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.variations .att-type-img img {
  width: 36px;
  height: auto;
}

ul.products li.product .woocommerce-variation-add-to-cart {
  display: none;
}

ul.products li.product .woocommerce-variation-add-to-cart .quantity {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #wcbt-quick-view-popup .wcbt-quick-view-content-wrapper .wcbt-quickview-content .product > .images,
  #wcbt-quick-view-popup .wcbt-quick-view-content-wrapper .wcbt-quickview-content .product .summary {
    width: 100%;
  }
}
body.archive .wcbt-product-archive-sidebar {
  flex-basis: 30%;
  margin-left: 20px;
  margin-top: 0 !important;
}

body.archive .wcbt-product-archive-sidebar .wrapper-search-fields > .wrapper {
  margin-bottom: 20px;
}

body.archive .wcbt-product-archive-sidebar h3 {
  margin-bottom: 10px;
}

body.archive .wcbt-product-archive-sidebar .wcbt-product-list-content {
  flex-basis: calc(70% - 20px);
}

body.archive .wcbt-product-archive-sidebar label {
  display: inline-flex;
  align-items: center;
}

body.archive .wcbt-product-archive-sidebar label input {
  margin-right: 10px;
}

body.archive .wcbt-product-archive-sidebar .rating ul li {
  display: flex;
  align-items: center;
}

body.archive .wcbt-product-archive-sidebar .rating ul li input {
  margin-right: 10px;
}

body.archive .wcbt-product-archive-sidebar .rating ul li .star span {
  vertical-align: middle;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.wcbt-breadcrumb {
  flex-basis: 100%;
  margin-bottom: 20px;
}

.wcbt-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.wcbt-breadcrumb ul li {
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #686868;
  margin-right: 16px;
  margin-left: 0;
}

.wcbt-breadcrumb ul li a {
  font-weight: 500;
  color: #000;
  display: inline-block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

h1.wcbt-wishlist-title {
  margin-bottom: 15px;
}

@media (max-width: 766px) {
  .wcbt-wishlist-content .wcbt-product-container {
    overflow: auto;
  }
}
.wcbt-wishlist-content .wcbt-product-container table {
  border: 0;
  border-spacing: 24px;
}

@media (max-width: 766px) {
  .wcbt-wishlist-content .wcbt-product-container table {
    min-width: 800px;
  }
}
.wcbt-wishlist-content .wcbt-product-container table tr,
.wcbt-wishlist-content .wcbt-product-container table td {
  border: 0;
}

.wcbt-wishlist-content .wcbt-product-container table tr img,
.wcbt-wishlist-content .wcbt-product-container table td img {
  max-width: 90px;
  border-radius: 8px;
  margin-right: 16px;
}

.wcbt-wishlist-content .wcbt-product-container table tr th:first-child,
.wcbt-wishlist-content .wcbt-product-container table tr td:first-child {
  width: 5%;
}

.wcbt-wishlist-content .wcbt-product-container table tr th:nth-child(2),
.wcbt-wishlist-content .wcbt-product-container table tr td:nth-child(2) {
  width: 50%;
}

.wcbt-wishlist-content .wcbt-product-container table tr th:nth-child(3),
.wcbt-wishlist-content .wcbt-product-container table tr td:nth-child(3) {
  width: 19%;
}

.wcbt-wishlist-content .wcbt-product-container table tr th:nth-child(4),
.wcbt-wishlist-content .wcbt-product-container table tr td:nth-child(4) {
  width: 16%;
}

.wcbt-wishlist-content .wcbt-product-container table tr:first-child {
  border-bottom: 1px solid var(--wcbt-border-color, #eee);
}

.wcbt-wishlist-content .wcbt-product-container table tr:first-child th {
  padding-bottom: 24px;
  padding-left: 0px;
}

.wcbt-wishlist-content .wcbt-product-container table tr:nth-child(2) td {
  padding-top: 24px;
}

.wcbt-wishlist-content .wcbt-product-container table tr td {
  padding: 10px 24px 24px 0px;
  border-bottom: 1px solid var(--wcbt-border-color, #eee);
  vertical-align: middle;
}

.wcbt-wishlist-content .wcbt-product-container table tr td .button {
  padding: 12px 20px;
  border-radius: var(--wcbt-border-radius, 6px);
  background: var(--wcbt-button-background, #003aaa);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.wcbt-wishlist-content .wcbt-product-container table tr td .button:hover {
  background: var(--wcbt-button-background-hover, #ffc700);
}

.wcbt-wishlist-content .wcbt-product-container table tr td a.added_to_cart.wc-forward {
  display: inline-block;
  margin: 20px auto 0;
  text-align: center;
}

.wcbt-wishlist-content .wcbt-product-container table tr td a.product-remove {
  display: block;
  font-size: 23px;
  cursor: pointer;
}

.wcbt-wishlist-content .wcbt-product-container table tr td a.product-remove:hover {
  color: #ff0000;
}

.wcbt-wishlist-content .wcbt-product-container table tr td:first-child {
  padding-left: 0;
}

.wcbt-wishlist-content .wcbt-product-container table tr td:nth-child(2) a {
  font-weight: 500;
}

#wcbt-wishlist {
  max-width: none !important;
}

@media (max-width: 1024px) {
  #wcbt-wishlist {
    margin: 0px;
    padding: 0 15px;
  }
  #wcbt-wishlist .wcbt-wishlist-content .wcbt-product-container table tr td:nth-child(2) a {
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  #wcbt-wishlist .wcbt-wishlist-content .wcbt-product-container table tr td .button {
    padding: 9px 6px;
    width: 100%;
    display: inline-block;
    text-wrap: nowrap;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .wcbt-wishlist-content [data-grid-col="3"] .wcbt-property-item {
    max-width: 50%;
  }
  .wcbt-wishlist-content .wcbt-product-container table tr td:nth-child(2) a {
    width: 250px !important;
  }
}
@media (max-width: 575px) {
  .wcbt-wishlist-content [data-grid-col="3"] .wcbt-property-item {
    max-width: 100%;
  }
  #wcbt-wishlist .wcbt-pagination-wrapper {
    flex-wrap: wrap;
  }
  #wcbt-wishlist .wcbt-pagination-wrapper .wcbt-from-to {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}
.theme-twentytwentyone .wcbt-quickview-content.woocommerce div.product,
.theme-twentytwentytwo .wcbt-quickview-content.woocommerce div.product,
.theme-twentytwentythree .wcbt-quickview-content.woocommerce div.product,
.theme-twentytwentyfour .wcbt-quickview-content.woocommerce div.product {
  display: flex;
}

.theme-twentytwentyone .wcbt-quickview-content.woocommerce div.product .quantity input[type=number],
.theme-twentytwentytwo .wcbt-quickview-content.woocommerce div.product .quantity input[type=number],
.theme-twentytwentythree .wcbt-quickview-content.woocommerce div.product .quantity input[type=number],
.theme-twentytwentyfour .wcbt-quickview-content.woocommerce div.product .quantity input[type=number] {
  padding: 10px 12px;
  height: 44px;
  width: 3em;
}

.theme-twentytwentyone .wcbt-quickview-content.woocommerce div.product form.cart .button,
.theme-twentytwentytwo .wcbt-quickview-content.woocommerce div.product form.cart .button,
.theme-twentytwentythree .wcbt-quickview-content.woocommerce div.product form.cart .button,
.theme-twentytwentyfour .wcbt-quickview-content.woocommerce div.product form.cart .button {
  line-height: 44px;
  padding: 0px 20px;
}

.theme-twentytwentyone .wcbt-quickview-content.woocommerce div.product form.cart .variations .att-type-color label,
.theme-twentytwentytwo .wcbt-quickview-content.woocommerce div.product form.cart .variations .att-type-color label,
.theme-twentytwentythree .wcbt-quickview-content.woocommerce div.product form.cart .variations .att-type-color label,
.theme-twentytwentyfour .wcbt-quickview-content.woocommerce div.product form.cart .variations .att-type-color label {
  display: block;
}

.theme-twentytwentyone .wcbt-quickview-content.woocommerce div.product .wcbt-product-wishlist,
.theme-twentytwentyone .wcbt-quickview-content.woocommerce div.product .wcbt-product-compare,
.theme-twentytwentyone .wcbt-quickview-content.woocommerce div.product .wcbt-product-quick-view,
.theme-twentytwentytwo .wcbt-quickview-content.woocommerce div.product .wcbt-product-wishlist,
.theme-twentytwentytwo .wcbt-quickview-content.woocommerce div.product .wcbt-product-compare,
.theme-twentytwentytwo .wcbt-quickview-content.woocommerce div.product .wcbt-product-quick-view,
.theme-twentytwentythree .wcbt-quickview-content.woocommerce div.product .wcbt-product-wishlist,
.theme-twentytwentythree .wcbt-quickview-content.woocommerce div.product .wcbt-product-compare,
.theme-twentytwentythree .wcbt-quickview-content.woocommerce div.product .wcbt-product-quick-view,
.theme-twentytwentyfour .wcbt-quickview-content.woocommerce div.product .wcbt-product-wishlist,
.theme-twentytwentyfour .wcbt-quickview-content.woocommerce div.product .wcbt-product-compare,
.theme-twentytwentyfour .wcbt-quickview-content.woocommerce div.product .wcbt-product-quick-view {
  vertical-align: top !important;
}

.theme-twentytwentytwo form.cart .button {
  margin: 0;
}

.theme-twentytwentytwo .elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields input::after,
.theme-twentytwentythree .elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields input::after,
.theme-twentytwentyfour .elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields input::after {
  display: none;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 8px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: -2px;
  top: -4px;
  border-radius: 100%;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
  right: -13px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: 0;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: var(--wcbt-line-color, #d9d9d9);
  border-radius: 4px;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #000;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #000;
  border-radius: 3px;
  background: #000;
  cursor: pointer;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields {
  display: flex;
  flex-wrap: wrap;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields .wrapper.filter-title-toggle .item-filter-heading {
  position: relative;
  cursor: pointer;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields .wrapper.filter-title-toggle .item-filter-heading::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields .wrapper:not(.filter-item-dropdown).filter-title-toggle .wrapper-content {
  display: none;
  transition: all 0.5s ease;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields .wrapper:not(.filter-item-dropdown).open .wrapper-content {
  display: block;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields .wrapper .item {
  display: flex;
  align-items: center;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields .wrapper .item label {
  text-wrap: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  display: block ruby;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields .wrapper input {
  position: relative;
  overflow: hidden;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields .wrapper input::before {
  display: none;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields .wrapper input::after {
  content: "";
  border: 0;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter .wrapper-search-fields .wrapper input:checked::after {
  content: "\f00c";
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter.show-filter-toggle {
  position: relative;
  display: inline-block;
  width: 100%;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter.show-filter-toggle .wrapper-search-fields {
  padding: 10px;
  border: 1px solid #eee;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  margin-top: 50px;
  transition: all 1.5s ease-out;
  z-index: -99999;
  height: 0;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter.show-filter-toggle .wrapper-search-fields .wrapper-search-fields-inner::-webkit-scrollbar {
  width: 2px;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter.show-filter-toggle .wrapper-search-fields .wrapper-search-fields-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter.show-filter-toggle .wrapper-search-fields .wrapper-search-fields-inner::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.elementor-widget-wcbt-filterproduct .wcbt-product-filter.show-filter-toggle.disabled .wrapper-search-fields {
  opacity: 1;
  margin-top: 0;
  z-index: 999;
  display: block;
  height: auto;
}

.elementor-widget-wcbt-filterproduct .filter-button-toggle-wp {
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 767px) {
  .elementor-widget-wcbt-filterproduct .filter-button-toggle-wp.button-hidden-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .elementor-widget-wcbt-filterproduct .filter-button-toggle-wp.button-hidden-mobile {
    display: none;
  }
}
.elementor-widget-wcbt-filterproduct.wcbt-filter-form-toggle-offset-left .show-filter-toggle .wrapper-search-fields {
  left: var(--wcbt-toggle-offset, 0);
}

.elementor-widget-wcbt-filterproduct.wcbt-filter-form-toggle-offset-right .show-filter-toggle .wrapper-search-fields {
  right: var(--wcbt-toggle-offset, 0);
}

.filter-title-toggle.filter-item-dropdown {
  position: relative;
}

.filter-title-toggle.filter-item-dropdown .wrapper-content {
  position: absolute;
  top: var(--wcbt-toggle-item-offset, 45px);
  margin-top: 10px;
  left: 0;
  padding: 8px 20px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #fff;
  transition: all 0.5s ease;
  opacity: 0;
  overflow: hidden;
}

.filter-title-toggle.filter-item-dropdown.open .wrapper-content {
  opacity: 1;
  overflow: visible;
  margin-top: 5px;
  z-index: 99;
}

.att-type-bgcolor {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  margin-right: 6px;
}

.elementor-widget-wcbt-productfilterselected .wcbt-product-filter-selection .list {
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 8px;
  margin-bottom: 0;
}

.elementor-widget-wcbt-productfilterselected .wcbt-product-filter-selection .list:empty {
  display: none;
}

.elementor-widget-wcbt-productfilterselected .wcbt-product-filter-selection .list .list-item {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid var(--wcbt-border-color, #d9d9d9);
  background: #fff;
  display: inline-flex;
  place-items: center;
  vertical-align: middle;
}

.elementor-widget-wcbt-productfilterselected .wcbt-product-filter-selection .list .list-item .remove {
  margin-top: 4px;
}

.elementor-widget-wcbt-productfilterselected .wcbt-product-filter-selection .list .list-item .remove:hover {
  color: #ff0000;
}

.elementor-widget-wcbt-productfilterselected .wcbt-product-filter-selection .clear {
  border: 0;
  outline: 0;
  padding: 0;
}

.wcbt-product-filter .wrapper .item {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.wcbt-product-filter .wrapper .item input {
  margin-right: 6px;
}

.wcbt-product-filter .wrapper .item label {
  margin-bottom: 0;
  padding-left: 0;
}

.wcbt-product-filter .wrapper.attribute-type-color label {
  display: flex;
  align-items: center;
}

.wcbt-product-filter .wrapper.attribute-type-color input {
  display: none;
}

.wcbt-product-filter .price .show-price {
  margin-bottom: 8px;
}

.wcbt-product-filter .rating ul {
  padding-left: 0;
}

.wcbt-product-filter .rating ul li {
  list-style: none;
  display: flex;
  align-items: center;
}

.wcbt-product-filter .rating ul li input {
  margin-right: 6px;
}

.wcbt-product-filter .rating ul li .star {
  display: flex;
  align-items: center;
}

.wcbt-product-filter .rating ul li .star .dashicons,
.wcbt-product-filter .rating ul li .star i {
  color: #f9c64b;
}

.wcbt-product-filter-selection.wrapper span {
  cursor: pointer;
}

.close-filter-product {
  display: none;
}

body .elementor-widget .wcbt-tooltip-offset-left .tooltip {
  left: -28%;
  right: auto;
  bottom: 0;
  transform: translate(-100%, -50%);
}

body .elementor-widget .wcbt-tooltip-offset-left .tooltip::after {
  transform: rotate(137deg) translateX(-50%);
  position: absolute;
  left: auto;
  right: -1px;
  bottom: 24%;
  z-index: -1;
}

body .elementor-widget .wcbt-tooltip-offset-right .tooltip {
  right: -28%;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translate(100%, -50%);
}

body .elementor-widget .wcbt-tooltip-offset-right .tooltip::after {
  transform: rotate(137deg) translateX(50%);
  position: absolute;
  left: -1px;
  right: auto;
  bottom: 50%;
  z-index: -1;
}

@media (max-width: 767px) {
  .elementor-widget-wcbt-filterproduct .show-filter-toggle .wrapper-search-fields {
    position: fixed !important;
    top: 0 !important;
    transition: all 0.3s ease !important;
    margin-top: 0;
    overflow: auto;
    max-height: 100vh !important;
    height: 100vh;
    align-content: flex-start;
  }
  .elementor-widget-wcbt-filterproduct .show-filter-toggle.disabled .wrapper-search-fields {
    transform: translateX(0%) !important;
    margin-top: 0 !important;
  }
  .elementor-widget-wcbt-filterproduct .show-filter-toggle .close-filter-product {
    display: block;
    margin-bottom: 20px;
  }
  .elementor-widget-wcbt-filterproduct .show-filter-toggle .close-filter-product:hover i {
    color: #ff0000;
  }
  .elementor-widget-wcbt-filterproduct.wcbt-filter-form-toggle-offset-right .show-filter-toggle .wrapper-search-fields {
    right: 0 !important;
    transform: translateX(1000%);
  }
  .elementor-widget-wcbt-filterproduct.wcbt-filter-form-toggle-offset-left .show-filter-toggle .wrapper-search-fields {
    left: 0 !important;
    transform: translateX(-1000%);
  }
}