.product-carousel {
  --display: flex;
}
.product-carousel .header-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-carousel .header-wrapper .header-right {
  display: flex;
  gap: 28px;
  align-items: center;
  padding-top: 6px;
}
.product-carousel .header-wrapper .header-right > div:not(:last-child) {
  border-right: 1px solid var(--ts-border);
  padding-right: 35px;
}
.product-carousel .header-wrapper .header-right a:not(:hover) {
  color: var(--black);
}

.product-category-slider > .container {
  gap: 15px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: 200ms ease;
}
.product-category-slider > .container .slider {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product-category-slider > .container .slider > .product-category {
  padding-left: 10px;
  padding-right: 10px;
}
.product-category-slider > .container .slider > .product-category .product-wrapper {
  width: 150px;
}
.product-category-slider > .container .product-wrapper {
  position: relative;
}
.product-category-slider > .container .product-wrapper > a {
  margin: 0;
  display: block;
  overflow: hidden;
  color: inherit;
  border-radius: 50%;
  position: relative;
  aspect-ratio: 1/1;
  width: 150px;
  height: 150px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.product-category-slider > .container .product-wrapper > a img {
  border-radius: 50%;
  transition: 200ms ease;
  background-color: #eee;
  width: 100%;
  height: 100%;
  display: block;
}
.product-category-slider > .container .product-wrapper > a:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 150ms ease;
}
.product-category-slider > .container .product-wrapper > a:after {
  content: "\e974";
  font-family: "icomoon";
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: none;
  transform: translate(0px, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.product-category-slider > .container .product-wrapper:hover a:before, .product-category-slider > .container .product-wrapper:hover a:after {
  opacity: 1;
  visibility: visible;
}
.product-category-slider > .container .product-wrapper .heading-title {
  font-size: 14px;
  line-height: 1.4;
  color: inherit;
  font-weight: 500;
  margin: 0;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 0px;
  position: static;
}
.product-category-slider > .container .product-wrapper .heading-title a {
  font-weight: normal;
}
.product-category-slider > .container .product-wrapper .heading-title a:not(:hover) {
  color: inherit;
}
.product-category-slider > .container .product-wrapper .heading-title a:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}

.variation-list {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  margin-top: 10px;
  max-width: 100%;
  overflow: auto;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.variation-list > div {
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.0901960784);
  margin: 3px 3px;
  border-radius: 5px;
}
.variation-list > div:has(a:hover) * {
  color: #fff;
}
.variation-list a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100%;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
}
.variation-list a img {
  width: 100px;
  aspect-ratio: 1/1;
  display: block;
  height: 100px;
  object-fit: cover;
}
.variation-list a > span {
  position: relative;
  background-color: rgba(245, 245, 245, 0.8);
  color: #000;
  display: block;
  padding: 8px 10px;
  text-align: left;
  border-radius: 0px;
  font-size: 11px;
  content: attr(title);
  line-height: 1.2;
  min-width: 50px;
  opacity: 1;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 100%;
  padding-bottom: 22px;
  transition: all 0.3s ease;
}
.variation-list a > span > span {
  display: block;
  margin-bottom: 4px;
}
.variation-list a > span > span.p_name[class] {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.variation-list a > span > span.p_price[class] {
  font-size: 13px !important;
  margin-bottom: 0;
  position: absolute;
  bottom: 6px;
}
.variation-list a:hover {
  color: #fff;
}
.variation-list a:hover > span {
  background-color: rgba(52, 32, 9, 0.8);
}

.product-inline-slider {
  padding: 0;
}
.product-inline-slider .header-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.product-inline-slider .header-wrapper .header-right {
  display: flex;
  align-items: center;
}
.product-inline-slider .slider-body {
  background: #ebeef0;
  padding: 0;
}
.product-inline-slider .e-con-inner {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.product-inline-slider .splide__slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.product-inline-slider .splide__arrows .splide__arrow {
  background-color: transparent;
}
.product-inline-slider .splide__arrows .splide__arrow:before {
  font-family: "icomoon";
  font-size: 40px;
  color: #848484;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s;
}
.product-inline-slider .splide__arrows .splide__arrow svg {
  visibility: hidden;
}
.product-inline-slider .splide__arrows .splide__arrow--prev {
  left: -5em;
}
.product-inline-slider .splide__arrows .splide__arrow--prev:before {
  content: "\e976";
}
.product-inline-slider .splide__arrows .splide__arrow--next {
  right: -5em;
}
.product-inline-slider .splide__arrows .splide__arrow--next:before {
  content: "\e975";
}

.inline-product-slider-wrapper .product-box {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.inline-product-slider-wrapper .product-box .content-left {
  width: 50%;
}
.inline-product-slider-wrapper .product-box .content-left img {
  width: 100%;
}
.inline-product-slider-wrapper .product-box .content-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inline-product-slider-wrapper .product-box .product-detail {
  line-height: 0px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
  overflow: visible;
  z-index: 8;
  border-radius: 5px;
  position: relative;
  transform-origin: 50% 50%;
  display: block;
  padding: 18px 24px 30px;
  translate: none;
  rotate: none;
  scale: none;
  visibility: visible;
  opacity: 1;
  max-width: 500px;
  transform: translate(0px, 0px);
  pointer-events: auto;
  background: rgb(255, 255, 255);
  margin-bottom: 2em;
  margin-top: 2em;
  min-width: 480px;
}
.inline-product-slider-wrapper .product-box .product-detail p {
  line-height: normal;
}
.inline-product-slider-wrapper .product-box .product-detail .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}
.inline-product-slider-wrapper .product-box .product-detail .price-box h3 {
  margin-bottom: 0 !important;
}
.inline-product-slider-wrapper .product-box .product-detail .btn {
  text-align: center;
  display: block;
  background-color: #000;
  color: #fff;
  padding: 22px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 200ms ease;
  border: 1px solid;
}
.inline-product-slider-wrapper .product-box .product-detail .btn:hover {
  background-color: #fff;
  color: #000;
}
.inline-product-slider-wrapper .product-box .product-detail h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.inline-product-slider-wrapper .product-box .product-detail p:empty {
  display: none;
}
.inline-product-slider-wrapper .product-box .product-detail .product-desc {
  max-height: 170px;
  overflow: hidden;
}
.inline-product-slider-wrapper .product-box .product-detail p {
  margin-bottom: 10px;
}
.inline-product-slider-wrapper .product-box .product-detail table {
  margin-bottom: 6px;
}

#main .hero-slider {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --overflow: hidden;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
  --padding-top: 0px;
  height: auto;
  display: var(--display);
  gap: 0;
}
#main .hero-slider .slider-container {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  flex: 2.5;
  --margin-bottom: 0px;
  --margin-top: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
  --padding-top: 0px;
}
#main .hero-slider .slider-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#main .hero-slider .slider-container .splide__slide {
  width: 50%;
  margin: 0;
  padding: 0;
}
#main .hero-slider .slider-content {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --margin-top: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
  --padding-top: 0px;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --overflow: hidden;
  --flex-grow: 1;
  --flex-shrink: 0;
  flex: 1;
}
#main .hero-slider .slider-content > div {
  height: 50%;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
}
#main .hero-slider .slider-content .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease;
  overflow: hidden;
}
#main .hero-slider .slider-content .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .hero-slider .slider-content .banner-bg:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 1;
}
#main .hero-slider .slider-content > div:hover .banner-bg {
  transform: scale(1.05);
}
#main .hero-slider .slider-content .content-text {
  padding: 35px 45px;
  max-width: 500px;
}
#main .hero-slider .slider-content .content-text h2 {
  font-family: var(--font-1);
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
  text-shadow: 0 0 4px BLACK;
}
#main .hero-slider .slider-content .content-text .top-description {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}
#main .hero-slider .slider-content .content-text .ts-banner-button {
  padding-top: 2px;
  display: block;
}
#main .hero-slider .slider-content .content-text .ts-banner-button .button {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 8px 16px 8px;
}
#main .hero-slider .slider-content .content-text .ts-banner-button .button:hover {
  background-color: #000;
  color: #fff;
}

.link-group-blocks {
  display: flex;
  gap: 15px;
  margin-bottom: 3em;
  margin-top: 5em;
}
.link-group-blocks .group-small {
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
.link-group-blocks .group-small .banner-bg {
  height: 100%;
  display: block;
}
.link-group-blocks .group-small .banner-bg img {
  height: 100%;
}
.link-group-blocks .group-large {
  flex: 2;
  align-items: center;
  justify-content: flex-start;
}
.link-group-blocks .group-large .top-description {
  color: #CF600F;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}
.link-group-blocks .group-large .banner-bg {
  height: 315px;
  display: block;
}
.link-group-blocks > div {
  position: relative;
  z-index: 3;
  border-radius: 5px;
  overflow: hidden;
  height: auto;
}
.link-group-blocks > div h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 0px;
}
.link-group-blocks > div.style-1 .box-content h2 {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0px;
}
.link-group-blocks > div:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.link-group-blocks > div.text-position-bottom .box-content {
  bottom: 0;
  top: auto;
}
.link-group-blocks > div.text-position-bottom.bg-gradient:before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
}
.link-group-blocks > div.text-position-top .box-content {
  bottom: auto;
  top: 0;
}
.link-group-blocks > div.text-position-top.bg-gradient:before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
}
.link-group-blocks > div .button {
  text-decoration: none;
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  color: inherit;
  text-transform: none;
  margin-top: 12px;
}
.link-group-blocks > div .button i {
  font-size: 0.8em;
}
.link-group-blocks > div .button:hover {
  background-color: #000;
  color: #fff;
}
.link-group-blocks > div .button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid;
  display: block;
  transition: 300ms ease;
}
.link-group-blocks > div .button:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  left: auto;
  border-bottom: 1px solid;
  display: block;
  transition: left 300ms ease 300ms, right 300ms ease 300ms;
}
.link-group-blocks .banner-wrapper {
  border-radius: 5px;
  height: 100%;
}
.link-group-blocks .banner-wrapper:hover .banner-bg img {
  transform: scale(1.12, 1.12);
}
.link-group-blocks .banner-link {
  position: absolute;
  inset: 0;
  z-index: 6;
}
.link-group-blocks .box-content {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
}
.link-group-blocks .background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 4;
}
.link-group-blocks .banner-link {
  position: absolute;
  inset: 0;
  z-index: 6;
}
.link-group-blocks .banner-bg img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  transition: 0.3s ease 0s;
  object-fit: cover;
}
.link-group-blocks .content-text {
  width: 100%;
  text-align: center;
  padding: 25px 35px 25px 35px;
}
.link-group-blocks .content-text h4 {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 24px;
}

.category-slider .splide__arrow {
  margin-top: -1.7em;
}
.category-slider .splide__arrow:hover svg {
  color: #fff;
  fill: #fff;
}
.category-slider .splide__arrow--prev {
  left: -4em;
}
.category-slider .splide__arrow--next {
  right: -4em;
}

.product-boxes {
  overflow: hidden;
  border-radius: var(--ts-border-radius);
  padding-top: 1px;
  display: grid;
  position: relative;
  grid-template-columns: repeat(var(--ts-columns), minmax(0, 1fr));
  align-items: flex-start;
  margin: 0;
  clear: both;
  border-color: var(--ts-border);
}

.product-grid {
  --border-radius: 5px;
  --ts-columns: 4;
  display: grid;
  position: relative;
  grid-template-columns: repeat(var(--ts-columns), minmax(0, 1fr));
  align-items: flex-start;
  padding: 0;
  margin: 0;
  gap: 15px;
  border-radius: var(--border-radius);
}
.product-grid > div {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: none;
  border: aliceblue;
  margin: 0px 1px 0px 0px;
  border-radius: var(--border-radius);
  height: 100%;
  box-shadow: 0 0px 0px 1px var(--ts-border);
  transition: all 0.3s ease;
}
.product-grid > div:has(a:hover) {
  box-shadow: 0 0px 10px -3px rgba(0, 0, 0, 0.5);
}
.product-grid.theme-2 .product-box {
  flex-direction: row;
}
.product-grid.theme-2 .product-box .heading-title {
  font-size: 16px;
  line-height: normal;
}
.product-grid.theme-2 .product-box .meta-wrapper {
  padding: 14px 20px 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.product-grid.theme-2 .product-box .meta-wrapper .meta-wrapper-footer {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-grid span.discount-time {
  font-size: 12px;
  color: #f05025;
}

.widget-categories[class] .heading-title {
  font-size: 18px;
  margin-bottom: 22px;
  display: block;
}
.widget-categories[class] ul {
  flex-direction: column;
}
.widget-categories[class] ul > li {
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.widget-categories[class] ul > li small {
  position: relative;
  top: 2px;
}
.widget-categories[class] ul > li > div > span {
  font-weight: 600;
  border-bottom: 1px solid;
  margin-top: 0.5em;
  display: block;
}
.widget-categories[class] ul > li ul {
  padding-left: 0px;
}
.widget-categories[class] ul > li ul li {
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.widget-categories[class] ul li.active > a {
  color: #cc6500;
}
.widget-categories[class] .shop-cats > li {
  display: block;
  padding-left: 12px;
}
.widget-categories[class] .shop-cats > li.menu-item.parent {
  padding-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
.widget-categories[class] .shop-cats > li.menu-item.parent > a {
  opacity: 0.8;
  font-weight: 600;
  pointer-events: none;
  position: relative;
}
.widget-categories[class] .shop-cats > li.menu-item.parent > a:before {
  width: 5px;
  height: 16px;
  background-color: #000;
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  margin-top: 2px;
}
.widget-categories[class] .shop-cats > li.menu-item.parent .sub-menu {
  margin-bottom: 0.5em;
}
.widget-categories[class] .shop-cats > li .ts-menu-drop-icon {
  display: none;
}

.before-loop-wrapper .perpage .dropdown li {
  position: relative;
}
.before-loop-wrapper .perpage .dropdown input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.before-loop-wrapper .perpage .dropdown li:has(input:checked) > span {
  border-bottom: 1px solid;
}
.before-loop-wrapper .filter-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.before-loop-wrapper .filter-wrapper > div {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 2em;
}
.before-loop-wrapper .filter-wrapper select {
  width: auto;
  max-width: initial;
}
.before-loop-wrapper .filter-wrapper > div:last-child {
  justify-content: right;
}
.before-loop-wrapper .perpage-label span {
  font-weight: 400;
  margin-right: 0.5em;
}

#left-sidebar {
  --ts-sidebar-gap: 15px;
}

body:not(.woocommerce.archive) .page-container {
  --ts-sidebar-width: 340px;
}

.product-box {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-box .heading-title {
  font-size: var(--ts-product-font-size);
  line-height: 1.5;
  font-weight: inherit;
  cursor: pointer;
  margin-bottom: 6px;
  position: static;
}
.product-box .heading-title a {
  color: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.84em;
  transition: all 0.3s ease;
}
.product-box .heading-title a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.product-box .heading-title a:hover {
  color: var(--ts-link-hover-color);
}
.product-box .thumbnail-wrapper {
  flex: 1;
  aspect-ratio: 1/1;
}
.product-box .thumbnail-wrapper * {
  height: 100%;
}
.product-box .thumbnail-wrapper > a {
  display: block;
  border-bottom: 1px solid var(--ts-border);
}
.product-box .thumbnail-wrapper figure {
  overflow: hidden;
}
.product-box .thumbnail-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease;
  display: block;
}
.product-box .meta-wrapper {
  padding: 14px 20px 75px;
  position: relative;
  flex: 1;
}
.product-box .meta-wrapper > * {
  padding-bottom: 5px;
}
.product-box .meta-wrapper .heading-title {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.product-box .meta-wrapper .meta-wrapper-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 20px 10px;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.product-box .meta-wrapper .meta-wrapper-footer > div .stock-status {
  font-size: 13px;
}
.product-box .meta-wrapper .meta-wrapper-footer > div .stock-status strong {
  font-weight: 500;
}
.product-box .meta-wrapper .meta-wrapper-footer > div.stock-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-box .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5px;
  font-size: calc(var(--ts-product-font-size) + 4px);
  font-weight: 500;
  color: var(--ts-product-price-color);
  line-height: 18px;
  margin-bottom: 2px;
}
.product-box .price del {
  text-decoration: line-through;
}
.product-box .product-badge {
  position: absolute;
  inset: 0 auto auto 0;
  display: flex;
  flex-flow: row wrap;
  gap: 2px;
  z-index: 3;
  min-width: 42px;
  min-height: 0;
  padding: 3px 5px;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  justify-content: center;
  margin: 1.2em 1.5em;
}
.product-box .product-badge.featured {
  color: #fff;
  background: #f05025;
}
.product-box .product-rating .review-count {
  display: none;
}
.product-box:has(a:hover) .thumbnail-wrapper img {
  transform: scale(1.05);
}
.product-box .add_to_wishlist {
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
  position: absolute !important;
  right: 9.4em;
  top: 1px;
  color: #aaa;
  text-decoration: none;
  z-index: 100;
}
.product-box .add_to_wishlist.loading {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
}
.product-box .add_to_wishlist i {
  font-size: 18px;
}
.product-box .add_to_wishlist i:hover {
  color: var(--ts-link-color);
}
.product-box .add_to_wishlist .icon-heart-fill {
  color: var(--ts-link-color);
}
.product-box .add_to_wishlist.add_to_cart {
  right: 1.6em;
  padding: 2px 10px 1px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  border-radius: 10px !important;
  color: #8e8e8e !important;
  border-color: #8e8e8e !important;
  margin-top: -2px;
  transition: all 0.3s ease;
}
.product-box .add_to_wishlist.add_to_cart:not(:hover) {
  background-color: #fff !important;
}
.product-box .add_to_wishlist.add_to_cart.loading {
  color: #eee;
  background-size: contain;
}
.product-box .add_to_wishlist.add_to_cart:hover {
  color: #fff !important;
  border-color: var(--ts-primary-color) !important;
  background-color: var(--ts-primary-color) !important;
}
.product-box.post-box .meta-wrapper {
  padding: 14px 20px 54px;
}
.product-box.post-box .meta-wrapper .heading-title {
  margin-bottom: 3px;
  font-weight: 600;
  margin-top: 4px;
}
.product-box.post-box .meta-wrapper .meta-wrapper-footer {
  position: relative;
  padding: 0;
  gap: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}
.product-box.post-box .meta-wrapper .meta-wrapper-footer p {
  color: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0;
}
.product-box.post-box .meta-wrapper .button.button-readmore {
  font-size: 13px;
  padding: 2px 14px 1px;
  position: absolute;
  bottom: 15px;
}
.product-box.post-box .meta-wrapper:hover .button.button-readmore {
  background-color: #000;
  color: #fff;
}

.star-rating {
  width: 80px;
  height: 14px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  top: -1px;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}
.star-rating > div {
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 16px;
}
.star-rating span {
  font-size: 0;
}
.star-rating span:before {
  content: "\e95a\e95a\e95a\e95a\e95a";
  color: var(--ts-rating-color) !important;
  opacity: 1 !important;
  font-size: 14px;
  letter-spacing: 2px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
}
.star-rating:before {
  content: "\e959\e959\e959\e959\e959";
  font-size: 14px;
  letter-spacing: 2px;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
}

.product-info .stock-status {
  font-size: 13px;
}
.product-info .stock-status strong {
  font-weight: 500;
}
.product-info .product-rating {
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-info .average-rating {
  display: inline-flex !important;
}

#product-single .product-info {
  display: flex;
  flex-direction: column;
  gap: 9px 5px;
}
#product-single .product-info .add_to_wishlist {
  text-decoration: none;
}
#product-single .product-info .add_to_wishlist i {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
#product-single .product-info .add_to_wishlist.loading {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
}
#product-single .product-info .price {
  font-size: 28px;
  line-height: 1 !important;
  margin: 6px 0 0;
  gap: 8px;
  font-weight: 600;
}
#product-single .product-info .price del {
  text-decoration: line-through;
  font-size: 18px;
  margin-bottom: -5px;
}
#product-single .product-info .price:has(del) .price_text {
  font-size: 16px;
  display: block;
  width: 100%;
}
#product-single .product-info .product-stock-status {
  margin: 8px 0 20px;
  background-color: #eee;
  display: inline-block;
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 3px;
  width: fit-content;
}
#product-single .product-info .product-stock-status.in-stock {
  color: #26753C;
  background: rgba(38, 117, 60, 0.1);
}
#product-single .product-info .product-stock-status.out-stock {
  color: var(--danger);
  background: #ffefef;
}
#product-single .gallery-wrapper {
  border-width: 1px;
  border-style: solid;
  border-radius: var(--ts-border-radius);
  margin-right: 2em;
}
#product-single .gallery-wrapper .img {
  width: 100%;
}
#product-single .gallery-wrapper .splide__slide {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#product-single .gallery-wrapper .splide__slide img {
  display: block;
}
#product-single .gallery-wrapper .splide__slide a {
  display: block;
  width: 100%;
}
#product-single .gallery-wrapper .splide__slide a figure {
  width: 100%;
}
#product-single .gallery-wrapper .splide__slide a figure img {
  width: 100%;
  min-width: 100%;
}
#product-single .gallery-wrapper:not(:has(#thumbnail-slider)) {
  flex-direction: column;
  margin-right: 0;
}
#product-single .gallery-wrapper:not(:has(#thumbnail-slider)) .splide__arrows {
  display: none;
}
#product-single .brand-links a {
  color: inherit;
  opacity: 0.5;
  transition: all 0.3s ease;
}
#product-single .brand-links a:hover {
  text-decoration: none;
  color: var(--ts-link-hover-color);
  opacity: 1;
}
#product-single .product-container {
  margin-bottom: 3em;
}
#product-single .product_title {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: var(--ts-h3-line-height);
}
#product-single .product-rating .average-rating, #product-single .product-rating .review-count {
  opacity: 0.5;
}
#product-single form.cart {
  display: flex;
  gap: 8px;
}
#product-single form.cart .number-button {
  height: 100%;
}
#product-single form.cart input.qty {
  font-weight: 600;
}
#product-single .product_section_footer {
  display: flex;
  gap: 5px;
  flex-direction: column;
  margin-top: 1.5em;
}
#product-single .product_section_footer label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  padding-bottom: 0;
  margin-right: 0.5em;
  opacity: 0.5;
}
#product-single .product_section_footer .ts-social-sharing {
  margin-top: -5px;
}
#product-single .product_section_footer .ts-social-sharing > label {
  font-size: 13px;
  margin-bottom: -5px;
}
#product-single .cat-links a {
  text-decoration: none;
  color: inherit;
}
#product-single .cat-links a:hover {
  color: var(--ts-link-hover-color);
}
#product-single .tab-content {
  padding-bottom: 2em;
}
#product-single .tab-content a {
  font-size: 18px;
}
#product-single .tab-content table {
  margin-bottom: 1em;
}
#product-single .tab-content table td {
  padding: 14px 12px;
  vertical-align: middle;
  line-height: 18px;
}

.related-product-slider .splide__list {
  gap: 0;
}
.related-product-slider .splide__arrows .splide__arrow--prev {
  left: -5em;
}
.related-product-slider .splide__arrows .splide__arrow--next {
  right: -5em;
}
.related-product-slider .splide__arrow:hover:not(:disabled) svg {
  fill: #fff;
}

ul.tabs {
  margin: 0 0 40px;
  padding: 0;
  overflow: visible;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  gap: 0;
}
ul.tabs li {
  position: relative;
  z-index: 1;
  border-width: 0;
  border-radius: 0;
  background: transparent !important;
  transition: 300ms ease 0s;
  margin: 0;
  line-height: inherit;
  text-transform: capitalize;
  padding: 0 20px 12px 0;
  margin-right: 20px;
  list-style: none;
}
ul.tabs li.active, ul.tabs li:hover {
  background: #fff;
  color: #515151;
  z-index: 2;
  border-bottom-color: #fff;
}
ul.tabs li.active > a, ul.tabs li:hover > a {
  color: var(--ts-heading-color);
}
ul.tabs li.active:before, ul.tabs li:hover:before {
  transform: scale(1, 1);
}
ul.tabs li:after {
  content: "";
  width: 1px;
  height: 20px;
  border-width: 0 1px 0 0;
  border-style: solid;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  transform: translateY(-50%);
  display: block;
  border-radius: 0;
  box-shadow: none !important;
}
ul.tabs li:before {
  content: "";
  width: auto;
  height: 1px;
  border-bottom: 1px solid !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20px;
  display: block;
  border-radius: 0;
  box-shadow: none !important;
  transform: scale(0, 1);
  transform-origin: center left;
  transition: 200ms ease;
}
ul.tabs li > a {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: 600;
  color: var(--ts-gray-color);
  font-size: var(--ts-h3-font-size);
  letter-spacing: var(--ts-letter-spacing);
  font-weight: 600;
}
ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--ts-border);
}

.product-list {
  padding-top: 25px;
}

.shop_table {
  border: 0;
  margin: 0;
  border-radius: 0;
  font-size: 100%;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  word-wrap: break-word;
}
.shop_table thead {
  border-width: 0 0 1px 0;
  border-style: solid;
  display: block;
  max-width: 100%;
  border-color: var(--ts-border);
}
.shop_table thead tr {
  gap: 30px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop_table thead th {
  padding: 0 0 15px 0;
  border-width: 0;
  margin: 0;
}
.shop_table thead th.product-thumbnail {
  display: none;
}
.shop_table thead th.product-name {
  flex: 1;
}
.shop_table thead th:not(.product-thumbnail) {
  min-width: 100px;
}
.shop_table .product-remove {
  width: 30px;
  min-width: 0 !important;
  order: 100;
  text-align: end !important;
}
.shop_table .product-remove a {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 20px;
  font-size: 0;
  text-align: center;
  letter-spacing: 0;
  float: none;
  padding: 0 !important;
  margin: 0;
  color: inherit !important;
  background: transparent !important;
  text-align: center;
}
.shop_table .product-remove a:before {
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  content: "\e95f";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
}
.shop_table tbody {
  max-width: 100%;
}
.shop_table tbody tr {
  gap: 30px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop_table tbody td {
  text-align: start;
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  padding: 20px 0;
}
.shop_table tbody td.product-name {
  flex: 1;
}
.shop_table tbody td:not(.product-thumbnail) {
  min-width: 100px;
}
.shop_table tbody .product-thumbnail img {
  width: 100%;
}
.shop_table tbody .product-thumbnail {
  width: 100px;
  min-width: 32px;
}
.shop_table tbody .cart_item td {
  border-top: none;
  border-bottom: none;
}
.shop_table tbody .cart_item td .woocommerce-Price-amount del {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 300;
  margin-left: 2px;
  text-decoration: line-through;
}
.shop_table tr:has(.actions) {
  border-bottom: none;
}
.shop_table input {
  margin-bottom: 0;
}
.shop_table td.actions {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 30px 0 0 0;
  border-bottom: 0;
  border-top: 0;
}
.shop_table td.actions .coupon {
  display: flex;
  float: none;
  order: 1;
  gap: 10px;
}
.shop_table td.actions > .button {
  order: 3;
}
.shop_table td.actions [disabled] {
  color: var(--ts-btn-hover-color);
  background-color: var(--ts-btn-hover-bg);
  border-color: var(--ts-btn-hover-border);
  text-decoration: none;
  opacity: 0.3;
  cursor: not-allowed;
}
.shop_table td.actions .empty-cart-button {
  order: 2;
  margin-left: auto;
}

.address-fields {
  display: flex;
  width: 100%;
  flex: 1;
  gap: 3em;
}
.address-fields > div {
  flex: 1;
}

#shipping-address {
  display: none;
}

.cart-collaterals {
  padding: 30px;
  border: 2px solid var(--ts-primary-color);
  border-radius: 10px;
}
.cart-collaterals h2 {
  border: 0;
  margin: 0;
}
.cart-collaterals .shop_table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.cart-collaterals .shop_table th {
  width: 10px;
}
.cart-collaterals .shop_table .cart-subtotal {
  display: table-row;
}
.cart-collaterals .shop_table .cart-subtotal td {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--ts-border);
}
.cart-collaterals .shop_table td {
  border: none;
}
.cart-collaterals .woocommerce-shipping-totals {
  display: table-row;
}

.list-categories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-categories .products:before {
  display: none;
}

div.pagination {
  padding: 3px;
  margin: 3px;
  text-align: center;
}
div.pagination a {
  padding: 6px 12px 6px 12px;
  margin: 2px;
  border: 1px solid var(--ts-primary-color);
  text-decoration: none;
  color: var(--ts-primary-color);
  text-transform: uppercase;
  min-width: 40px;
  display: inline-block;
}
div.pagination span.current, div.pagination a:hover, div.pagination .disabled {
  padding: 6px 12px 6px 12px;
  margin: 2px;
  border: 1px solid var(--ts-primary-color);
  background-color: var(--ts-primary-color);
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  min-width: 40px;
  display: inline-block;
}

.collapse:not(.show) {
  display: none;
}

.woocommerce-checkout .label_box {
  border: 1px solid #d9d9d9;
  padding: 12px 14px 14px;
  margin-bottom: 1em;
  border-radius: 5px;
}
.woocommerce-checkout label {
  font-weight: 500;
  margin-bottom: 5px;
}
.woocommerce-checkout .form-group {
  margin-bottom: 10px;
}
.woocommerce-checkout .form-group select {
  width: 100%;
  margin-bottom: 10px;
  max-width: 100%;
}
.woocommerce-checkout .form-group select option {
  color: #000;
}
.woocommerce-checkout .row {
  --bs-gutter-x: 6em;
}
.woocommerce-checkout .accordion {
  margin-bottom: 5px;
  display: table;
  width: 100%;
}
.woocommerce-checkout .accordion .heading {
  background-color: var(--ts-primary-color);
  color: #fff;
  padding: 8px 16px;
}
.woocommerce-checkout .accordion:has(.collapse:not(.show)) .heading {
  background-color: #000;
  display: table;
  width: 100%;
}
.woocommerce-checkout .accordion:not(:has(.collapse)) > .card {
  padding-bottom: 4em;
  display: table;
  width: 100%;
}
.woocommerce-checkout .heading > a {
  color: #fff;
  float: right;
}
.woocommerce-checkout #shopCartTwo > .p-5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout #shopCartTwo > .p-5 table {
  border: none;
}
.woocommerce-checkout #shopCartTwo > .p-5 table > tbody {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.woocommerce-checkout #shopCartTwo > .p-5 table tr {
  border: 1px solid #eee;
}
.woocommerce-checkout #shopCartTwo > .p-5 table tr > td:nth-child(2) {
  width: 100%;
}
.woocommerce-checkout #shopCartTwo > .p-5 table td {
  height: 174px;
  border: none;
}
.woocommerce-checkout #shopCartTwo > .p-5 table td input[type=radio] {
  margin-top: -18px;
}
.woocommerce-checkout #shopCartThree > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cart-form {
  display: block;
}
.cart-form th:not(.product-thumbnail) {
  min-width: 72px;
}

#tab-reviews .alert.alert-info {
  background-color: #eee;
  display: table;
  margin: auto !important;
  padding: 10px 4em;
}
#tab-reviews h3 {
  font-size: 18px;
}
#tab-reviews .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#tab-reviews .list-unstyled li {
  list-style: none;
}
#tab-reviews .list-unstyled li > a {
  display: flex;
}
#tab-reviews .list-unstyled li > a > div:nth-child(1) {
  flex: 1;
}
#tab-reviews .list-unstyled li > a > div:nth-child(2) {
  flex: 2;
}
#tab-reviews .list-unstyled li > a > div:nth-child(3) {
  flex: 1;
  font-size: 14px;
  line-height: 5px;
  text-align: center;
}
#tab-reviews .row {
  display: flex;
}
#tab-reviews .row > .col-md-6:nth-child(1) {
  width: 30%;
}
#tab-reviews .row > .col-md-6:nth-child(2) {
  width: 70%;
}
#tab-reviews .progress {
  border: 1px solid #eee;
  border-radius: 4px;
}
#tab-reviews .progress-bar {
  background-color: #000;
}
#tab-reviews .footer h3 {
  font-size: 15px;
  font-weight: 400;
}
#tab-reviews .footer h3 strong {
  font-weight: 500;
}

.product-info .product-meta > div {
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-info .product-meta > div h5 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
}
.product-info .product-meta > div h5 span {
  font-size: 13px;
}
.product-info .product-meta > div p {
  margin-bottom: 0;
  font-size: 14px;
}

.product-coupon {
  position: relative;
  width: 310px;
}
.product-coupon button {
  position: absolute;
  right: 0;
  top: 0;
}
.product-coupon .coupon-meta {
  display: flex;
  justify-content: space-between;
  margin-top: -5px;
}
.product-coupon .coupon-meta h5 {
  color: var(--ts-primary-color);
  font-size: 12px;
  font-weight: 400;
}
.product-coupon .coupon-meta a {
  color: red;
  font-size: 12px;
}

@media (max-width: 1300px) {
  .category-slider .splide--loop .splide__arrow--prev {
    left: -3.2em;
    margin-top: -3em;
  }
  .category-slider .splide--loop .splide__arrow--next {
    right: -3.2em;
    margin-top: -3em;
  }
}
@media (max-width: 767px) {
  #product-single {
    padding-top: 24px;
  }
  #product-single .product-container .gallery-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #product-single .product-container .product-info {
    gap: 2px 5px;
  }
  #product-single .product-container .price {
    margin: 12px 0 8px;
    font-size: 22px;
  }
  #product-single .product-container .variation-list {
    max-width: calc(100vw - 30px);
    flex-wrap: nowrap;
  }
  #product-single .product-container .product_section_footer {
    margin-top: 2em;
    gap: 10px;
  }
  #product-single .product_title {
    font-size: 18px;
  }
  #product-single .tab-content a {
    font-size: 16px;
  }
  #product-single #tab-reviews .row > .col-md-6:nth-child(1) {
    width: 100%;
  }
  #product-single #tab-reviews .row > .col-md-6:nth-child(2) {
    width: 100%;
  }
  #product-single ul.tabs li {
    padding: 0 14px 9px 0;
    margin-right: 15px;
  }
}

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