<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gutter-lg {
  margin-left: -15px;
  margin-right: -15px;
}
.gutter-lg &gt; * {
  padding-left: 15px;
  padding-right: 15px;
}

.btn-primary.btn-outline {
  color: #369;
  border-color: #369;
  background-color: transparent;
}

.menu,
.menu ul,
.mobile-menu,
.mobile-menu ul,
.nav,
.nav ul,
.breadcrumb,
.widget-body,
.widget-body ul,
.dropdown-box,
.category-list,
.product-details ul,
.pagination,
.filter-items,
.product-tabs &gt; div ul,
.nav-filters,
.shipping-methods,
.shipping-methods ul,
.fee-description {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
}

figure {
  margin: 0 0 1rem;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

hr {
  margin: 0.5rem 0 1.5rem;
  border: 0;
  border-top: 1px solid #eee;
}

.cols-2 &gt; * {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (min-width: 576px) {
  .cols-sm-2 &gt; * {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .cols-md-3 &gt; * {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

@media (min-width: 992px) {
  .cols-lg-4 &gt; * {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.toolbox,
.toolbox-right,
.toolbox-left,
.toolbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.toolbox label,
.toolbox-right label,
.toolbox-left label,
.toolbox-item label {
  font-weight: 600;
  margin-right: 1rem;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .toolbox label,
.toolbox-right label,
.toolbox-left label,
.toolbox-item label {
    display: none;
  }
}

.toolbox-item {
  margin-bottom: 1rem;
}

.toolbox .select-box {
  position: relative;
  color: #333;
}
.toolbox .select-box::before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.1rem;
  right: 1.2rem;
  margin-top: -0.2rem;
}
.toolbox .select-menu {
  position: relative;
}
.toolbox .select-menu::before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.toolbox select {
  max-width: none;
  width: 15.4rem;
  padding: 0.75em 2.7rem 0.75em 1.4rem;
  border-radius: 0.3rem;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  color: inherit;
  font-size: 1.2rem;
  min-height: auto;
}
.toolbox select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #d7d7d7 !important;
}
.toolbox.toolbox-pagination {
  padding: 2.5rem 0;
  border-top: 1px solid #f4f4f4;
}
.toolbox .toolbox-show select {
  width: 16rem;
  padding-left: 1.3rem;
  padding-right: 2.8rem;
  font-size: 1.2rem;
  min-height: auto;
}
.toolbox .left-sidebar-toggle {
  margin: 0 2rem 1rem 0;
  padding: 0.78em 1.05em;
  font-size: 1.3rem;
}
.toolbox .left-sidebar-toggle i {
  margin-right: 0.7rem;
  margin-left: 0.3rem;
  font-size: 1.4rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.025em;
}
.pagination &gt; * {
  font-size: 1.4rem;
}
.pagination a {
  color: inherit;
}

.page-item:not(:last-child) {
  margin-right: 0.5rem;
}

.page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 3rem;
  height: 4rem;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.4s, border 0.4s, color 0.4s;
  transition: background-color 0.4s, border 0.4s, color 0.4s;
  line-height: 1;
  font-size: 14px !important;
}

.right-sidebar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.right-sidebar .sidebar-content {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  left: auto;
  right: 0;
}
.right-sidebar .sidebar-toggle {
  left: auto;
  right: 0;
  border-radius: 0.3rem 0 0 0.3rem;
}

.active:not(.disabled) &gt; .page-link {
  background-color: transparent;
  border-color: #eee;
  color: #369;
  border-radius: 0.3rem;
}

.product-col .product-media .btn-quickview:hover {
  border-color: #369;
  color: #fff;
  background-color: #369;
}

.sticky-content.fix-top-sidebar {
  top: 0;
}
.sticky-content.fix-top-sidebar.fixed {
  -webkit-animation: fixedTopContent 0.4s;
          animation: fixedTopContent 0.4s;
}

.sticky-toolbox.fixed {
  background: #fff;
  padding: 1rem 2rem 0 !important;
}
@media (max-width: 479px) {
  .sticky-toolbox.fixed {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

h1 {
  font-size: 4rem;
}

.btn-success {
  color: #fff;
  border-color: #799b5a;
  background-color: #799b5a;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
  color: #fff;
  border-color: #8bab6e;
  background-color: #8bab6e;
}

.breadcrumb-nav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1.5rem 0.2rem 1.6rem;
}
.breadcrumb-nav .breadcrumb li:not(:last-child) {
  padding-right: 0.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.8;
}
.breadcrumb-nav .breadcrumb li:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.breadcrumb-nav .breadcrumb li:not(:last-child):hover {
  opacity: 1;
}
.breadcrumb-nav .breadcrumb li:last-child {
  color: #333333;
}
.breadcrumb-nav .breadcrumb a {
  color: inherit;
}

.product-single .owl-carousel {
  position: relative;
}
.product-single .owl-nav {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9999;
  pointer-events: none;
}
.product-single .owl-nav button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: auto;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background-color: transparent !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: relative;
}
.product-single .owl-nav button i {
  font-size: 18px;
  color: #2b579a !important;
}
.product-single .owl-nav button:hover {
  background: #2b579a !important;
}
.product-single .owl-nav button:hover i {
  color: #fff !important;
}
.product-single .owl-nav .owl-prev,
.product-single .owl-nav .owl-next {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #369;
}
.product-single .owl-prev {
  left: -40px !important;
}
.product-single .owl-next {
  right: -40px !important;
}
.product-single .owl-nav-inner:hover .owl-prev {
  opacity: 1;
  visibility: visible;
  left: 2rem !important;
}
.product-single .owl-nav-inner:hover .owl-next {
  opacity: 1;
  visibility: visible;
  right: 2rem !important;
}

.disabled {
  display: none;
}

.zoomImg {
  pointer-events: none;
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31rem;
            flex: 0 0 31rem;
    max-width: 31rem;
  }
}

.sidebar-overlay,
.sidebar-toggle,
.sidebar-content,
.sidebar-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2200;
}

.sidebar-overlay {
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
}

.shop-sidebar {
  position: relative;
}
.shop-sidebar .widget-body {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .shop-sidebar.sidebar-fixed .sidebar-content {
    padding: 0 0 2rem;
  }
}

.sidebar-overlay,
.sidebar-toggle,
.sidebar-content,
.sidebar-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2200;
}

.sidebar-close {
  opacity: 0;
  visibility: hidden;
  margin: 0;
  left: calc(100vw - 50px);
  top: 25px;
  z-index: 2201;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.sidebar-close i {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 2.8rem;
  color: #e1e1e1;
}

.sidebar-content {
  bottom: 0;
  width: 31rem;
  padding: 2rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  background-color: #fff;
  opacity: 0;
  line-height: 1.3;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

@media (min-width: 992px) {
  .sidebar-fixed .sidebar-content {
    position: relative;
    overflow: visible;
    padding: 0;
    opacity: 1;
    z-index: 1;
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.sidebar-active .sidebar .sidebar-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.sidebar-active .sidebar .sidebar-overlay {
  visibility: visible;
  opacity: 0.5;
}
.sidebar-active .sidebar .sidebar-close {
  opacity: 1;
  visibility: visible;
}

.right-sidebar-active .right-sidebar .sidebar-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.right-sidebar-active .right-sidebar .sidebar-overlay {
  visibility: visible;
  opacity: 0.5;
}

.right-sidebar .sidebar-close {
  left: 10px;
  padding: 10px;
}

.right-sidebar-active .right-sidebar .sidebar-close {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .right-sidebar-active .page-wrapper {
    margin-left: -310px;
    margin-right: 310px;
  }
}

.filter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8rem 0 1.7rem;
}
.filter-actions label {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #333;
}

.widget-products .owl-nav {
  position: absolute;
  top: -5rem;
  right: -0.5rem;
}
.widget-products .owl-nav button:hover {
  background: transparent !important;
}
.widget-products .owl-nav button:hover i {
  color: #369;
}
.widget-products .owl-nav i {
  font-size: 1.6rem;
}

.product-desc a {
  color: #020101;
  display: block;
  line-height: 1.5em;
}

.product-widget {
  padding: 1rem 0;
}

.widget .widget-title {
  position: relative;
  margin: -0.1rem 0;
  padding: 1.4rem 2.5rem 1.4rem 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget .widget-body {
  padding: 0.7rem 0 1rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #333;
}
.widget .widget-body.widget-body.brands {
  max-height: 200px;
  overflow-y: scroll;
}

.title.title-link {
  font-size: 1.6rem;
}
.title.title-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -0.7rem;
  background-color: #666;
  z-index: 1;
}

.widget-collapsible .widget-title label {
  position: relative;
  padding: 0 0.2rem;
}
.widget-collapsible .widget-title label::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1.2rem;
  width: 100%;
  height: 2px;
  background-color: #666;
}
.widget-collapsible .toggle-btn {
  right: 0.4rem;
  margin-top: -0.1rem;
  width: 10px;
  padding: 0;
  opacity: 1;
}
.widget-collapsible .toggle-btn::before, .widget-collapsible .toggle-btn::after {
  content: "";
  position: absolute;
  border-top: 2px solid #666;
  width: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.widget-collapsible &gt; .collapsed .toggle-btn::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.widget-collapsible &gt; .collapsed .toggle-btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-items {
  font-size: 1.4rem;
}
.filter-items a {
  position: relative;
  display: block;
  color: inherit;
  padding: 0 0.1rem 0.5rem 0;
}
.filter-items a.active {
  font-weight: bolder;
}

.left-sidebar-toggle.btn-icon-left {
  -webkit-animation: borderColor 4s;
          animation: borderColor 4s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

.page-content__wrapper {
  overflow: hidden;
}

@media (min-width: 992px) {
  .main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 992px) {
  .row .main-content {
    max-width: calc(100% - 31rem);
  }
}

.store {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.product-wrapper {
  margin-bottom: 3.8rem;
}

.product-slideup-content {
  overflow: hidden;
}

.product-col .product {
  font-size: 1.3rem;
}

.product-wrap {
  margin-bottom: 2rem;
}

.product-action-vertical {
  top: 1.5rem !important;
  right: 1.5rem !important;
}

.product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: sticky;
}
.product-gallery.product-gallery-sticky {
  top: 2rem;
}

.product-thumbs-wrap,
.product-single-carousel {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.product-thumbs-wrap {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}
.product-thumbs-wrap button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.product-thumbs {
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5rem;
  width: calc(100% + 1rem);
}
.product-thumbs .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-thumb {
  position: relative;
  margin: 0 0.5rem;
  cursor: pointer;
}
.product-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid transparent;
}

.owl-item.active .product-thumb::before {
  border-color: #369;
}

.product-gallery-btn {
  position: absolute;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 0;
  border-radius: 50%;
  color: #999;
  background: #fff;
  font-size: 2rem;
  line-height: 1;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.product-gallery-btn:hover {
  opacity: 1;
  color: #333;
}

.product-single .product-title {
  margin-bottom: 0.9rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.6;
}
.product-single .product-bm-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.product-single .product-divider {
  margin: 1.4rem 0 2rem;
}
.product-single .brand {
  margin: 0 2rem 1rem 0;
  border: 1px solid #eee;
  border-radius: 0.5rem;
}
.product-single .product-categories a,
.product-single .product-sku span {
  color: #999 !important;
}
.product-single .product-short-desc {
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
}
.product-single .product-stock-status-text {
  font-size: 2rem;
}
.product-single .product-stock-status-text.available {
  color: #799b5a;
}
.product-single .product-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.product-single .social-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.3rem;
}
.product-single .social-links-wrapper .btn-product-icon {
  width: 2.1rem;
  height: auto;
  margin-right: 1.6rem;
  margin-bottom: 0;
  border: none;
  overflow: initial;
  background-color: transparent;
}
.product-single .social-links-wrapper .btn-product-icon i {
  color: #333;
  font-size: 2.1rem;
}
.product-single .social-links-wrapper .btn-product-icon:last-of-type {
  margin-right: 0;
}
.product-single .social-links-wrapper .btn-product-icon:hover i {
  color: #369 !important;
}
.product-single .social-links-wrapper &gt; * {
  margin-right: 0 !important;
  margin-bottom: 1rem;
}
.product-single .product-qty-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  max-width: 14rem;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
.product-single .btn-cart,
.product-single .btn-cart-fake {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  min-width: 14rem;
  height: 44px !important;
}

.product-single-page .product-single .product-details .product-price {
  font-size: 2rem;
}

.product-sticky-content .product-list-sm {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-sticky-content .product-form.container-fluid {
  padding: 0;
}
.product-sticky-content.fixed {
  background-color: #fff;
}
.product-sticky-content.fixed .product-list-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-sticky-content.fixed .product-form {
  padding: 2rem;
}
.product-sticky-content.fixed .btn-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 21rem;
}

.btn-secondary.btn-link {
  background-color: transparent;
  color: #ff5e5e;
  border-color: #ff5e5e;
  text-decoration: none;
}

.product-label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 2rem;
  top: 2rem;
  max-width: 11rem;
  z-index: 1;
}
.product-label-group .product-label {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: -0.005em;
  color: #fff;
  line-height: 1;
  border-radius: 0.3rem;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem !important;
  font-size: 1rem !important;
}
.product-label-group .label-leader {
  background: #ff4318;
}

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  color: #333;
}

.product-tabs ul {
  font-size: 1.4rem;
  color: #666;
}
.product-tabs .nav-item:not(:last-child) {
  margin-right: 4rem;
}
.product-tabs .nav-link {
  position: relative;
  padding: 1.5rem 0 1.3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #999;
  text-transform: capitalize;
  border: 0;
}
.product-tabs .tab-pane {
  padding: 3.5rem 0 2.7rem;
  line-height: 1.7;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item:hover .nav-link {
  color: #333;
}

.tab-nav-underline .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-top: 3px solid transparent;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
  transition: border-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border-color 0.3s;
  transition: transform 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}

.product-tabs .nav-link::after {
  border-top: 2px solid transparent;
}

.tab-nav-underline .nav-item.show .nav-link::after,
.tab-nav-underline .nav-item .nav-link.active::after,
.tab-nav-underline .nav-item:hover .nav-link::after {
  border-color: #369;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.list-type-check li {
  position: relative;
  padding-left: 2rem;
  line-height: 2;
}
.list-type-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  display: block;
  left: 0;
  top: 1px;
  font-weight: 600;
  font-size: 1.3rem;
}

.tab-pane p {
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 2;
  font-size: 13px !important;
}

.product-tabs .tab-pane {
  padding: 3.5rem 0 2.7rem;
}

.tab-pane-title {
  margin-bottom: 10px !important;
}

.sidebar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 160px;
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #222;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.product-action-vertical {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}

.btn-product-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.btn-product-icon i {
  color: #999;
  font-size: 20px;
}
.btn-product-icon:hover, .btn-product-icon:active {
  border-color: #369;
  background-color: #369;
}
.btn-product-icon:hover i, .btn-product-icon:active i {
  color: #fff;
}

.product-action-vertical .btn-product-icon {
  border-radius: 50%;
}

.owl-analog .product-media {
  position: relative;
}

.product-single-page .product-action div {
  display: contents;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  z-index: 10;
  -webkit-transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
  transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
  opacity: 0;
  visibility: hidden;
}

.product-stock-status-text.available {
  color: #799b5a;
  text-decoration: none;
}

.product:hover .product-action, .product:hover .product-action-vertical, .product:hover .product-action-horizontal {
  visibility: visible;
  opacity: 1;
}

.vendor-product-section {
  margin-bottom: 4.2rem;
}
.vendor-product-section .product-media img:nth-child(1) {
  display: block;
}
.vendor-product-section .product-media img:nth-child(2) {
  display: none;
}
.vendor-product-section .product-media:hover img:nth-child(2) {
  display: block;
}
.vendor-product-section .product-media:hover img:nth-child(1) {
  display: none;
}</pre></body></html>