@charset "UTF-8";
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
:root {
  --tb-label-featured: #ff9801;
  --tb-btn-text-color: #121216;
  --tb-label-sale: var(--tb-theme-color);
  --tb-decoration-hover: underline;
}
.has-before {
  position: relative;
}
.has-before:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: auto;
  background: #777;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 1px;
  display: block;
}
.has-before:hover {
  color: var(--tb-theme-color-text);
  text-decoration: var(--tb-decoration-hover, auto);
  text-underline-position: under;
}
.has-before:hover:after {
  background: var(--tb-theme-color);
}
.btn-theme,
.show-all,
.product-recently-viewed-main a.btn-readmore,
.rev-btn-theme,
.tbay-btn-theme {
  border: 0;
  padding: 0 15px;
  font-weight: 400;
  line-height: 52px;
  font-size: 14px;
  letter-spacing: 0.08px;
  text-transform: uppercase;
  background: var(--tb-theme-color);
  color: var(--tb-btn-text-color, #fff);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: var(--tb-btn-border-radius, 0);
  -webkit-border-radius: var(--tb-btn-border-radius, 0);
  -moz-border-radius: var(--tb-btn-border-radius, 0);
  -ms-border-radius: var(--tb-btn-border-radius, 0);
  -o-border-radius: var(--tb-btn-border-radius, 0);
}
.btn-theme:hover,
.show-all:hover,
.product-recently-viewed-main a.btn-readmore:hover,
.rev-btn-theme:hover,
.tbay-btn-theme:hover,
.btn-theme:focus,
.show-all:focus,
.product-recently-viewed-main a.btn-readmore:focus,
.rev-btn-theme:focus,
.tbay-btn-theme:focus,
.btn-theme:active:hover,
.show-all:active:hover,
.product-recently-viewed-main a.btn-readmore:active:hover,
.rev-btn-theme:active:hover,
.tbay-btn-theme:active:hover {
  outline: 0;
  background: var(--tb-theme-color-second, #121216);
  color: var(--tb-btn-text-color-hover, #fff);
}
.btn-theme i,
.show-all i,
.product-recently-viewed-main a.btn-readmore i,
.rev-btn-theme i,
.tbay-btn-theme i {
  margin-right: 7px;
  margin-left: 0;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.btn-theme-after {
  position: relative;
}
.btn-theme-after::after {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--tb-theme-color);
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-theme-after:hover span,
.btn-theme-after:focus span {
  color: #000;
}
.btn-theme-after:hover::after,
.btn-theme-after:focus::after {
  top: 0;
  left: 0;
  border-color: transparent;
  background-color: var(--white-color, #fff);
  z-index: 1;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.btn-theme-after span {
  position: relative;
  z-index: 2;
}
.btn-theme-2 {
  background-color: var(--tb-theme-color);
  color: var(--tb-btn-text-color, #fff);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 15px 41px;
}
button.btn-close {
  position: absolute;
  top: 22px;
  right: 22px;
  left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 25px;
  height: 25px;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: center;
  padding: 0;
  z-index: 1111;
  color: #222;
}
button.btn-close i {
  font-size: 29px;
  font-weight: 400;
  width: 25px;
  display: inline-block;
}
button.btn-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: var(--tb-theme-color-text);
  text-decoration: var(--tb-decoration-hover, auto);
  text-underline-position: under;
}
.title-widget {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--tb-text-second-font);
  margin: 0;
  color: var(--tb-button-color, #121216);
  padding: 0;
  padding-bottom: 18px;
  margin-bottom: 24px;
  position: relative;
}
.title-widget:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: var(--tb-border-color, #ddd);
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-x-inverse: -40px;
}
@media (max-width: 767px) {
  .row {
    --bs-gutter-x: 30px;
    --bs-gutter-x-inverse: -30px;
  }
}
.new-input {
  display: none;
}
.new-input + span:after,
.new-input + label:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "tb-icon";
}
.new-input + span::after,
.new-input + label::after {
  background: var(--white-color, #fff);
  color: var(--tb-theme-color-text);
  width: 20px;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  text-align: center;
  justify-content: center;
  border: 2px solid var(--body-color, #646464);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  margin-left: 16px;
  font-size: 0;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.new-input + span::before,
.new-input + label::before {
  display: none;
}
.new-input:checked + span:after,
.new-input:checked + label:after {
  font-size: 8px;
  background: var(--tb-theme-color);
  color: var(--tb-btn-text-color, #fff);
  border-color: var(--tb-theme-color);
}
.new-input-before {
  display: none;
}
.new-input-before + span:before,
.new-input-before + label:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "tb-icon";
}
.new-input-before + span::before,
.new-input-before + label::before {
  background: var(--white-color, #fff);
  color: var(--tb-theme-color-text);
  width: 20px;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  text-align: center;
  justify-content: center;
  border: 2px solid var(--body-color, #646464);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  margin-left: 0;
  font-size: 0;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.new-input-before + span::after,
.new-input-before + label::after {
  display: none;
}
.new-input-before:checked + span:before,
.new-input-before:checked + label:before {
  font-size: 8px;
  background: var(--tb-theme-color);
  color: var(--tb-btn-text-color, #fff);
  border-color: var(--tb-theme-color);
}
.title-base {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  color: var(--tb-button-color, #121216);
}
@media (max-width: 399px) {
  .title-base {
    line-height: 26px;
  }
}
.btn-close {
  width: 24px;
  height: 24px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #6b6b6b;
}
.btn-close i {
  font-size: 16px;
  color: #6b6b6b;
}
.btn-close:hover,
.btn-close:focus {
  background: transparent;
  color: var(--tb-theme-color-text);
}
.btn-close:hover i,
.btn-close:focus i {
  color: var(--tb-theme-color-text);
}
.post .entry-header .readmore::before,
.post .entry-header .readmore::after {
  display: none !important;
}
.flash-sales-date .times > div,
.flash-sales-date .times .label {
  color: var(--tb-btn-text-color, #fff);
}
.woocommerce .product span.onsale span.saled {
  color: var(--tb-btn-text-color, #fff);
}
.woocommerce .product span.onsale span {
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 13px;
}
.slick-dots li.slick-active button {
  background-color: var(--tb-theme-color-text);
}
.slick-dots li.slick-active button::before {
  border-color: var(--tb-theme-color-text);
}
.top-wishlist i {
  min-width: unset;
}
.owl-carousel > .slick-arrow.slick-prev,
.slider > .slick-arrow.slick-prev {
  left: -37px;
  right: auto;
}
.owl-carousel > .slick-arrow.slick-next,
.slider > .slick-arrow.slick-next {
  right: -37px;
  left: auto;
}
.owl-carousel > .slick-arrow.slick-disabled,
.slider > .slick-arrow.slick-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.owl-carousel > .slick-arrow.slick-disabled:hover,
.slider > .slick-arrow.slick-disabled:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel > .slick-arrow i,
.slider > .slick-arrow i {
  font-size: 43px;
  color: #292d32;
  background: transparent !important;
  width: auto;
}
.owl-carousel.slider-blog .slick-arrow.slick-prev,
.slider.slider-blog .slick-arrow.slick-prev {
  left: 20px;
  right: auto;
}
.owl-carousel.slider-blog .slick-arrow.slick-next,
.slider.slider-blog .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}
.post-style-1.post .entry-header {
  background-color: transparent;
  text-align: center;
  padding-top: 15px;
}
.post-style-1.post .entry-category {
  text-align: center;
}
.post-style-1.post .entry-meta-list {
  margin-bottom: 17px;
}
.post .entry-title {
  margin: 0 0 8px 0;
}
.post .entry-title a {
  color: #646464;
  text-transform: uppercase;
}
.entry-meta-list {
  justify-content: center;
}
.entry-meta-list i {
  display: none;
}
.post .entry-meta-list > li > a {
  color: #888;
}
.post .entry-meta-list > li > a time,
.post .entry-meta-list > li > a span {
  color: var(--tb-theme-color-text);
}
.post .entry-meta-list > li > a time:hover,
.post .entry-meta-list > li > a span:hover {
  text-decoration: underline;
}
.post .entry-meta-list > li.entry-author > a {
  color: var(--tb-theme-color-text);
}
.post .entry-meta-list > li.entry-author > a:hover {
  text-decoration: underline;
}
.post .entry-header .readmore {
  background: transparent;
  color: var(--tb-theme-color-text);
  position: relative;
  padding: 5px 10px;
  margin-bottom: 2px;
}
.post .entry-header .readmore i {
  margin-right: 14px;
}
.post .entry-header .readmore:hover,
.post .entry-header .readmore:focus {
  border-color: transparent;
  color: var(--tb-theme-color-text);
  text-decoration: var(--tb-decoration-hover, auto);
  text-underline-position: under;
  background: transparent;
}
.post .entry-header .readmore:hover::before,
.post .entry-header .readmore:focus::before {
  width: calc(100% - -2px);
  transition: 200ms width ease 300ms;
  -web-kit-transition: 300ms width ease 300ms;
}
.post .entry-header .readmore:hover::after,
.post .entry-header .readmore:focus::after {
  height: calc(100% - -2px);
  transition: 200ms height ease 300ms;
  -web-kit-transition: 200ms height ease 300ms;
}
.post .entry-header .readmore:hover .text::before,
.post .entry-header .readmore:focus .text::before {
  height: calc(100% - -2px);
  transition: 200ms height ease 300ms;
  -web-kit-transition: 200ms height ease 300ms;
}
.post .entry-header .readmore:hover .text::after,
.post .entry-header .readmore:focus .text::after {
  width: 100%;
  transition: 200ms width ease 0ms;
  -web-kit-transition: 200ms width ease 0ms;
}
.post .entry-header .readmore::before {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  background: var(--tb-theme-color);
  top: -1px;
  left: -1px;
  right: 0;
  margin: auto;
  transition: 200ms width ease 300ms;
  -web-kit-transition: 200ms width ease 300ms;
}
.post .entry-header .readmore::after {
  position: absolute;
  width: 2px;
  height: 0;
  content: "";
  background: var(--tb-theme-color);
  bottom: -1px;
  right: -1px;
  transition: 200ms height ease 300ms;
  -web-kit-transition: 200ms height ease 300ms;
}
.post .entry-header .readmore .text::before {
  position: absolute;
  width: 2px;
  height: 0;
  content: "";
  background: var(--tb-theme-color);
  bottom: -1px;
  left: -1px;
  transition: 200ms height ease 300ms;
  -web-kit-transition: 200ms height ease 300ms;
}
.post .entry-header .readmore .text::after {
  position: absolute;
  width: calc(100% - 19px);
  height: 2px;
  content: "";
  background: var(--tb-theme-color);
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 200ms width ease 0ms;
  -web-kit-transition: 200ms width ease 0ms;
}
.single-post .entry-single .entry-title {
  text-transform: uppercase;
  text-align: center;
}
.entry-single .entry-category,
.single-reladted .entry-category {
  justify-content: center;
}
.tbay-addon-blog.relate-blog .entry-title {
  text-align: center;
}
.tbay-addon-blog.relate-blog .entry-title a {
  color: initial;
}
.tbay-addon-blog.relate-blog .entry-description {
  text-align: center;
}
.tbay-addon-blog.relate-blog .more {
  text-align: center;
}
.widget_fana_recent_post .post .entry-title a,
.tbay-addon-blog.vertical .post .entry-title a,
.widget_fana_popular_post .post .entry-title a,
.widget_fana_posts .post .entry-title a {
  text-transform: capitalize;
}
.widget_fana_recent_post .post .entry-meta-list,
.tbay-addon-blog.vertical .post .entry-meta-list,
.widget_fana_popular_post .post .entry-meta-list,
.widget_fana_posts .post .entry-meta-list {
  justify-content: flex-start;
}
.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del .woocommerce-Price-amount {
  color: #888;
}
.tbay-element-product-categories-tabs .tabs-list > li,
.tbay-element-product-tabs .tabs-list > li,
.woocommerce div.product #woocommerce-tabs ul.tabs > li {
  padding: 0;
}
.tbay-element-product-categories-tabs .tabs-list > li + li a,
.tbay-element-product-tabs .tabs-list > li + li a,
.woocommerce div.product #woocommerce-tabs ul.tabs > li + li a {
  margin-left: -1px;
}
@media (max-width: 767px) {
  .tbay-element-product-categories-tabs .tabs-list > li + li a,
  .tbay-element-product-tabs .tabs-list > li + li a,
  .woocommerce div.product #woocommerce-tabs ul.tabs > li + li a {
    margin-left: -6px;
  }
}
.tbay-element-product-categories-tabs .tabs-list > li a,
.tbay-element-product-tabs .tabs-list > li a,
.woocommerce div.product #woocommerce-tabs ul.tabs > li a {
  border: 1px solid #eee;
  background: #fff;
  padding: 6px 39px 7px;
  color: var(--tb-theme-color-text);
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: var(--tb-text-primary-font);
}
.tbay-element-product-categories-tabs .tabs-list > li a::after,
.tbay-element-product-tabs .tabs-list > li a::after,
.woocommerce div.product #woocommerce-tabs ul.tabs > li a::after {
  display: none !important;
}
.tbay-element-product-categories-tabs .tabs-list > li a.active,
.tbay-element-product-categories-tabs .tabs-list > li a:hover,
.tbay-element-product-tabs .tabs-list > li a.active,
.tbay-element-product-tabs .tabs-list > li a:hover,
.woocommerce div.product #woocommerce-tabs ul.tabs > li a.active,
.woocommerce div.product #woocommerce-tabs ul.tabs > li a:hover {
  background-color: var(--tb-theme-color);
  border-color: var(--tb-theme-color);
  text-decoration: none;
}
.related .owl-carousel > .slick-arrow i,
.related .slider > .slick-arrow i,
.upsells .owl-carousel > .slick-arrow i,
.upsells .slider > .slick-arrow i {
  font-size: 43px;
}
.single-product div.product .related .heading-tbay-title,
.single-product div.product .upsells .heading-tbay-title {
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce div.product #woocommerce-tabs ul.tabs > li.active a {
  background-color: var(--tb-theme-color);
  border-color: var(--tb-theme-color);
  text-decoration: none;
}
.woocommerce div.product #woocommerce-tabs ul.tabs > li a {
  margin: 0;
  border-bottom: 0;
}
.woocommerce-checkout-payment
  .payment_methods
  li
  input[type="radio"]
  + label:before {
  border-color: var(--tb-btn-text-color, #fff);
}
.tbay-element-custom-image-list-categories .item-cat {
  overflow: hidden;
}
.tbay-element-custom-image-list-categories .content {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: baseline;
}
@media (max-width: 767px) {
  .tbay-element-custom-image-list-categories .content {
    flex-direction: column;
  }
}
.tbay-element-custom-image-list-categories .content .count-item {
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.show-all,
.product-recently-viewed-main a.btn-readmore {
  font-weight: 600;
}
.show-all span,
.product-recently-viewed-main a.btn-readmore span {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .products-list .product-block .group-buttons > div a,
  .products-list .product-block .group-buttons > div a svg.yith-wcwl-icon-svg {
    color: var(--tb-theme-color-text);
  }
}
@media (max-width: 767px) {
  .tbay-element-custom-image-list-categories .style-v2 .content {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
  }
  .product-block.v1 .caption {
    display: flex;
    flex-direction: column;
  }
  .product-block.v1 .caption .group-content {
    order: 1;
  }
  .tb-addtocart-mb .product-block div.add-cart {
    margin-top: 0;
  }
  .product-block.v1 .group-buttons .button-wishlist.shown-mobile {
    bottom: 0 !important;
  }
  .product-block.v1
    .button-wishlist.shown-mobile
    > div
    .yith-wcwl-wishlistaddedbrowse,
  .product-block.v1
    .button-wishlist.shown-mobile
    > div
    .yith-wcwl-wishlistexistsbrowse {
    background-color: var(--tb-theme-color);
  }
}
@media (min-width: 768px) {
  .product-block.grid .block-inner {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .product-block.grid .group-buttons {
    z-index: 9;
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    bottom: auto;
    top: 0;
    right: auto;
    margin-top: -28px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product-block.grid .group-buttons span {
    display: none;
  }
  .product-block.grid .group-buttons .qview-button > i {
    display: inline-flex;
    line-height: 1;
  }
  .product-block.grid .group-buttons > div {
    background: var(--white-color, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .product-block.grid .group-buttons > div a {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--tb-button-color, #121216);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product-block.grid .group-buttons > div a:hover,
  .product-block.grid .group-buttons > div a:focus {
    background: var(--tb-theme-color);
    color: var(--tb-btn-text-color, #fff) !important;
    border-color: var(--tb-theme-color);
  }
  .product-block.grid .group-buttons > div + div {
    margin-left: 8px;
  }
  .product-block.grid .group-buttons > div.add-cart > a {
    padding: 0;
    background: var(--white-color, #fff);
  }
  .product-block.grid .group-buttons > div.add-cart > a + a,
  .product-block.grid .group-buttons > div.add-cart > a:after {
    display: none;
  }
  .product-block.grid .group-buttons > div.add-cart > a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product-block.grid .group-buttons > div.add-cart > a.added,
  .product-block.grid .group-buttons > div.add-cart > a:hover,
  .product-block.grid .group-buttons > div.add-cart > a:focus {
    background: var(--tb-theme-color);
    color: var(--tb-btn-text-color, #fff);
    border-color: var(--tb-theme-color);
  }
  .product-block.grid .group-buttons > div.add-cart > a.loading > i {
    display: none;
  }
  .product-block.grid .group-buttons > div.yith-compare .added {
    background: var(--tb-theme-color);
    color: var(--tb-btn-text-color, #fff);
    border-color: var(--tb-theme-color);
  }
  .product-block.grid .group-buttons > div.yith-compare > a {
    font-size: 0;
  }
  .product-block.grid .group-buttons > div.yith-compare > a:before {
    font-size: 22px;
    line-height: 56px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .product-block.grid
    .group-buttons
    > div.yith-compare
    > a
    .blockUI.blockOverlay {
    background: none !important;
    background-color: var(--tb-theme-color) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    border: 1px solid var(--tb-theme-color) !important;
  }
  .product-block.grid
    .group-buttons
    > div.yith-compare
    > a
    .blockUI.blockOverlay:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon";
  }
  .product-block.grid
    .group-buttons
    > div.yith-compare
    > a
    .blockUI.blockOverlay::before {
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    font-size: 20px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    color: var(--tb-btn-text-color, #fff);
    justify-content: center;
    background: none !important;
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-add-to-wishlist-button-block
    svg.yith-wcwl-icon-svg {
    width: 30px;
    height: 30px;
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-add-to-wishlist {
    width: 100%;
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-add-to-wishlist
    svg.yith-wcwl-icon-svg {
    width: 30px;
    height: 30px;
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-add-to-wishlist.exists
    .yith-wcwl-add-button
    > a {
    background: var(--tb-theme-color);
    border-color: var(--tb-theme-color);
    color: var(--tb-btn-text-color, #fff);
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-add-button
    > a.delete_item {
    font-size: 0;
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-add-button
    > a.delete_item
    i {
    font-size: 16px;
  }
  .product-block.grid .group-buttons > div.button-wishlist a > span i {
    font-size: 16px;
    display: flex;
  }
  .product-block.grid .group-buttons > div.button-wishlist .delete_item {
    background-color: var(--tb-theme-color);
    border-color: var(--tb-theme-color);
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-wishlistexistsbrowse,
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-wishlistaddedbrowse {
    background-color: var(--tb-theme-color);
    color: var(--tb-btn-text-color, #fff);
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-wishlistexistsbrowse
    .feedback,
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-wishlistaddedbrowse
    .feedback {
    display: flex;
    font-size: 0;
    justify-content: center;
    align-items: center;
    gap: 0;
    height: 56px;
    margin: 0;
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-wishlistexistsbrowse
    .feedback
    i,
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-wishlistaddedbrowse
    .feedback
    i {
    margin: 0;
    color: inherit;
    line-height: 56px;
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-wishlistexistsbrowse
    .feedback
    + a,
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-wishlistaddedbrowse
    .feedback
    + a {
    font-size: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    opacity: 0 !important;
    display: block !important;
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-wishlistexistsbrowse
    a,
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    .yith-wcwl-wishlistaddedbrowse
    a {
    display: none !important;
  }
  .product-block.grid .group-buttons > div.button-wishlist a {
    opacity: 1 !important;
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    a
    .blockUI.blockOverlay {
    background: none !important;
    background-color: var(--tb-theme-color) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    border: 1px solid var(--tb-theme-color) !important;
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    a
    .blockUI.blockOverlay:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon";
  }
  .product-block.grid
    .group-buttons
    > div.button-wishlist
    a
    .blockUI.blockOverlay::before {
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    font-size: 16px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    color: var(--tb-btn-text-color, #fff);
    justify-content: center;
    background: none !important;
  }
  .product-block.grid
    .group-buttons
    > div.tbay-quick-view
    .blockUI.blockOverlay,
  .product-block.grid .group-buttons > div.yith-compare .blockUI.blockOverlay {
    background: none !important;
    background-color: var(--tb-theme-color) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    border: 1px solid var(--tb-theme-color) !important;
  }
  .product-block.grid
    .group-buttons
    > div.tbay-quick-view
    .blockUI.blockOverlay:before,
  .product-block.grid
    .group-buttons
    > div.yith-compare
    .blockUI.blockOverlay:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "tb-icon";
  }
  .product-block.grid
    .group-buttons
    > div.tbay-quick-view
    .blockUI.blockOverlay::before,
  .product-block.grid
    .group-buttons
    > div.yith-compare
    .blockUI.blockOverlay::before {
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    font-size: 16px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    color: var(--tb-btn-text-color, #fff);
    justify-content: center;
    background: none !important;
  }
  .product-block.grid .group-add-to-cart {
    z-index: 9;
    display: flex;
    position: absolute;
    justify-content: center;
    top: -56px;
    bottom: auto;
    right: auto;
    left: auto;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .product-block.grid .group-add-to-cart .add-cart {
    width: 100%;
    margin: 0;
  }
  .product-block.grid .group-add-to-cart a {
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.08px;
    font-weight: 600;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: var(--tb-theme-color);
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .product-block.grid .group-add-to-cart a::after {
    display: none;
  }
  .product-block.grid .group-add-to-cart a.added {
    display: none;
  }
  .product-block.grid .group-add-to-cart a.added + .added_to_cart {
    background-color: var(--tb-theme-color);
    color: var(--tb-btn-text-color, #fff);
  }
  .product-block.grid .group-add-to-cart a:hover {
    background: var(--tb-theme-color-second, #121216);
    color: var(--tb-btn-text-color-hover, #fff);
  }
  .product-block.grid .group-add-to-cart a.loading::before {
    margin-top: -2px;
  }
  .product-block.grid .group-add-to-cart i {
    margin-right: 12px;
    font-size: 23px;
    line-height: 23px;
  }
  .product-block.grid:hover {
    border-color: #eee;
  }
  .product-block.grid:hover .group-buttons {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 50%;
  }
  .product-block.grid:hover .group-add-to-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 4px;
  }
  .product-block.grid:hover
    .group-content.not-rating
    ~ .caption-group-child
    .group-add-to-cart {
    top: 14px;
  }
  .product-block.grid:hover .name,
  .product-block.grid:hover .price {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .product-block.grid .name {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: -1px 0 7px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
  }
  .product-block.grid .sold-by-meta {
    text-align: left;
  }
  .product-block.grid .price {
    justify-content: center;
  }
  .product-block.grid .caption {
    padding-top: 13px;
  }
  .product-block.grid .caption .rating {
    justify-content: flex-start;
    width: auto;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .product-block.grid .caption span.price {
    margin: 0 auto;
    justify-content: flex-start;
  }
  .product-block.grid .caption-group-child {
    position: relative;
    z-index: 0;
  }
  .product-block.grid .tbay-swatches-wrapper ul {
    justify-content: flex-start;
  }
  .product-block.grid .tbay-swatches-wrapper ul li {
    margin-bottom: 4px;
  }
  .product-block.grid .tbay-swatches-wrapper ul li:last-child {
    margin-right: 0;
  }
  .tbay-element .product-block.vertical {
    padding: 24px 0;
  }
  .mega-menu-item .tbay-element .item:first-child .product-block.vertical {
    padding-top: 11px;
  }
  .elementor-product-vertical .product-block.vertical {
    border-bottom: 1px solid var(--tb-border-color, #ddd);
  }
  .elementor-product-vertical ul.slick-dots {
    margin-top: 25px !important;
  }
  .elementor-product-vertical .products {
    background: var(--white-color, #fff);
    margin: 0 !important;
  }
  .elementor-product-vertical .products.row.grid {
    margin: 0;
  }
  .product-block.vertical .name {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .product-block.vertical .image {
    padding: 0;
    max-width: 80px;
  }
  .product-block.vertical .image .out-stock {
    font-size: 10px;
  }
  .product-block.vertical .product-content {
    flex-direction: initial;
  }
  .product-block.vertical .product-content > div {
    max-width: 100%;
  }
  .product-block.vertical .caption {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 16px;
  }
  .product-block.vertical .caption .price {
    margin: 8px 0 3px;
  }
  .product-block.vertical .caption .price > span.amount {
    margin-right: 6px;
    margin-left: 0;
  }
  .product-block.vertical .caption .price > span.amount + .amount {
    margin-left: 6px;
    margin-right: 0;
  }
  .elementor-product-vertical
    .tbay-element[class*="tbay-element-product"]
    .row
    > div,
  .elementor-product-vertical
    .tbay-element[class*="tbay-element-product"]
    .owl-carousel[data-items]
    div.item {
    margin-bottom: 0;
    padding: 0;
  }
  .elementor-product-vertical
    .tbay-element[class*="tbay-element-product"]
    .slick-list,
  .elementor-product-vertical
    .tbay-element[class*="tbay-element-product"]
    .slick-slide {
    margin: 0;
  }
  .elementor-product-vertical
    .tbay-element[class*="tbay-element-product"]
    .rows-3
    .slick-slide
    > div
    > .item,
  .elementor-product-vertical
    .tbay-element[class*="tbay-element-product"]
    .rows-2
    .slick-slide
    > div
    > .item {
    padding: 0;
  }
}
.tbay-element-product-categories-tabs .tabs-list>li>a.active, .tbay-element-product-categories-tabs .tabs-list>li>a:hover {
    color: #fff;
}