@charset "UTF-8";.swiper {
  position: relative;
}.swiper > .swiper-container {
  position: static;
}.swiper > .swiper-container > .swiper-pagination {
  bottom: -4.5rem;
}.swiper-pagination {
  position: static;
  margin-top: 1.5rem;
}.swiper-button-next,
.swiper-button-prev {
  padding: 0;
  z-index: 99;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}.swiper-button-next::before,
.swiper-button-prev::before {
  font-family: "Wolmart";
}.swiper-button-next::before {
  content: "";
}.swiper-button-prev::before {
  content: "";
}.swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}.swiper-slide img {
  display: block;
  width: 100%;
}.swiper-container .slide-animate {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  will-change: filter, transform, opacity;
  opacity: 0;
}.swiper-container .slide-animate.show-content {
  opacity: 1;
}*, ::after, ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}html {
  font-size: 62.5%;
  font-size-adjust: 100%;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}body {
  margin: 0;
  overflow-x: hidden;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666;
  background: #fff;
}main {
  display: block;
  position: relative;
}body:not(.loaded) * {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}.page-wrapper {
  position: relative;
  -webkit-transition: margin 0.4s, opacity 0.5s;
  transition: margin 0.4s, opacity 0.5s;
}.loaded > .page-wrapper {
  opacity: 1;
}ul {
  padding-left: 1.5em;
}.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 > div ul,
.nav-filters,
.shipping-methods,
.shipping-methods ul,
.fee-description {
  margin: 0;
  padding: 0;
  list-style-type: none;
}input, .btn {
  margin: 0;
}a {
  text-decoration: none;
  color: #f14242;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}a:hover {
  color: #1914fe;
}:focus {
  outline: 0;
}figure {
  margin: 0;
}hr {
  margin: 0.5rem 0 1.5rem;
  border: 0;
  border-top: 1px solid #eee;
}img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}table {
  width: 100%;
  border-collapse: collapse;
}.scrollable {
  -webkit-overflow-scrolling: touch;
}.scrollable::-webkit-scrollbar {
  height: 7px;
  width: 4px;
}.scrollable::-webkit-scrollbar-thumb {
  margin-right: 2px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  cursor: pointer;
}.scrollable:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
}.sticky-content.fix-top {
  top: 0;
}.sticky-content.fix-bottom {
  bottom: 0;
}.sticky-content.fixed {
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1051;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}.sticky-content.fixed.fix-top {
  -webkit-animation: fixedTopContent 0.4s;
          animation: fixedTopContent 0.4s;
}.sticky-content.fixed.fix-bottom {
  -webkit-animation: fixedBottomContent 0.4s;
          animation: fixedBottomContent 0.4s;
}#scroll-top {
  position: fixed;
  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;
  bottom: -4rem;
  right: 1.5rem;
  z-index: 9999;
  width: 4.6rem;
  height: 4.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  opacity: 0;
  -webkit-transition: bottom 0.3s, opacity 0.3s;
  transition: bottom 0.3s, opacity 0.3s;
}#scroll-top.show {
  opacity: 1;
  bottom: 120px;
}#scroll-top:focus, #scroll-top:hover {
  text-decoration: none;
}#scroll-top:hover {
  opacity: 0.8;
}#scroll-top i {
  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;
  color: #fff;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 50%;
  z-index: 1;
}#scroll-top svg {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  z-index: -1;
}#scroll-top svg circle {
  stroke: #2C67E7;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-dasharray: 1, 400;
}@media (max-width: 768px){#scroll-top {
    display: none;
  }}.loading:not(.load-more-overlay),
.load-more-overlay.loading::after {
  -webkit-animation: spin 650ms infinite linear;
          animation: spin 650ms infinite linear;
  border: 2px solid transparent;
  border-radius: 32px;
  border-top: 2px solid #f14242 !important;
  border-right: 2px solid rgba(241, 66, 66, 0.4) !important;
  border-bottom: 2px solid #f14242 !important;
  border-left: 2px solid rgba(241, 66, 66, 0.4) !important;
  content: "";
  display: block;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  right: auto;
  position: absolute;
  width: 20px;
}.load-more-overlay {
  position: relative;
}.load-more-overlay.loading::after {
  content: "";
}.load-more-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
}@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}@media (min-width: 768px){.scroll-top.show {
    visibility: visible;
    opacity: 0.7;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }}.text-uppercase {
  text-transform: uppercase !important;
}.text-capitalize {
  text-transform: capitalize !important;
}.d-block {
  display: block !important;
}.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}@media (min-width: 992px){.d-lg-none {
    display: none !important;
  }}@media (min-width: 768px){.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }}@media (max-width: 1199px){.d-xl-show {
    display: none !important;
  }}@media (max-width: 991px){.d-lg-show {
    display: none !important;
  }}@media (max-width: 575px){.d-sm-show {
    display: none !important;
  }}@media (max-width: 479px){.d-xs-show {
    display: none !important;
  }}.font-weight-bold {
  font-weight: 600 !important;
}.font-weight-normal {
  font-weight: 400 !important;
}.font-size-md {
  font-size: 1.3rem !important;
}.text-center {
  text-align: center !important;
}.text-white {
  color: #fff !important;
}.text-light {
  color: #999 !important;
}.text-default {
  color: #666 !important;
}.ls-25 {
  letter-spacing: -0.025em !important;
}.ls-normal {
  letter-spacing: 0 !important;
}.bg-white {
  background-color: #fff !important;
}.bg-primary {
  background-color: #f14242 !important;
}.bg-grey {
  background-color: #f5f5f5 !important;
}.br-xs {
  border-radius: 0.3rem !important;
  overflow: hidden !important;
}.br-50 {
  border-radius: 50% !important;
  overflow: hidden !important;
}.bb-no {
  border-bottom: none !important;
}.lh-1 {
  line-height: 1 !important;
}h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
  margin: 0 0 2rem;
}h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0;
}h1 {
  font-size: 4rem;
}h2 {
  font-size: 3rem;
}h3 {
  font-size: 2.4rem;
}h4 {
  font-size: 1.8rem;
}h5 {
  font-size: 1.5rem;
}h6 {
  font-size: 1.3rem;
}p {
  font-size: 1.4rem;
  line-height: 1.86;
}blockquote {
  margin: 0;
}.list-style-none {
  list-style: none;
}.container,
.container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}@media (max-width: 479px){.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }}.container {
  max-width: 1400px;
}.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}.row > * {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}.gutter-lg {
  margin-left: -15px;
  margin-right: -15px;
}.gutter-lg > * {
  padding-left: 15px;
  padding-right: 15px;
}.cols-1 > * {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}@media (min-width: 480px){.cols-xs-2 > * {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }}@media (min-width: 768px){.cols-md-1 > * {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }}@media (min-width: 1200px){.cols-xl-2 > * {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }}@media (min-width: 576px){.col-sm-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }}@media (min-width: 992px){.col-lg-2 {
    max-width: 16.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
            flex: 0 0 16.6667%;
  }.col-lg-4 {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }}.grid {
  margin: -1rem;
}.grid .banner,
.grid .category,
.grid .category > a,
.grid figure,
.grid .banner img,
.grid .category img {
  height: 100%;
}.grid img {
  -o-object-fit: cover;
     object-fit: cover;
}.grid .grid-item {
  padding: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}.grid::after {
  content: "";
  display: block;
  clear: both;
}.grid.grid-float {
  display: block !important;
}.grid.grid-float .grid-item {
  float: left;
}.mb-0 {
  margin-bottom: 0rem !important;
}.pt-0 {
  padding-top: 0rem !important;
}.mb-1 {
  margin-bottom: 0.5rem !important;
}.mb-2 {
  margin-bottom: 1rem !important;
}.mb-3 {
  margin-bottom: 1.5rem !important;
}.mt-4 {
  margin-top: 2rem !important;
}.mb-4 {
  margin-bottom: 2rem !important;
}.mb-10 {
  margin-bottom: 5rem !important;
}.mr-0 {
  margin-right: 0rem !important;
}.pl-2 {
  padding-left: 1rem !important;
}.pr-2 {
  padding-right: 1rem !important;
}.ml-3 {
  margin-left: 1.5rem !important;
}.ml-4 {
  margin-left: 2rem !important;
}.mr-6 {
  margin-right: 3rem !important;
}.mr-auto {
  margin-right: auto !important;
}@media (min-width: 992px){.ml-lg-0 {
    margin-left: 0rem !important;
  }.mr-lg-2 {
    margin-right: 1rem !important;
  }}.appear-animate {
  visibility: hidden;
  opacity: 0;
}.appear-animation-visible {
  visibility: visible;
  opacity: 1;
}@-webkit-keyframes fixedTopContent {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: center top 0px;
            transform-origin: center top 0px;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes fixedTopContent {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: center top 0px;
            transform-origin: center top 0px;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@-webkit-keyframes fixedBottomContent {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: center top 0px;
            transform-origin: center top 0px;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes fixedBottomContent {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: center top 0px;
            transform-origin: center top 0px;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@-webkit-keyframes showMsgFirst {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}@keyframes showMsgFirst {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}@-webkit-keyframes showMsg {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}@keyframes showMsg {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}@-webkit-keyframes navItemArrow {
  0% {
    position: relative;
    left: -3px;
  }
  50% {
    position: relative;
    left: 2px;
  }
  100% {
    position: relative;
    left: -3px;
  }
}@keyframes navItemArrow {
  0% {
    position: relative;
    left: -3px;
  }
  50% {
    position: relative;
    left: 2px;
  }
  100% {
    position: relative;
    left: -3px;
  }
}@-webkit-keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    -webkit-transform-origin: 0, 0;
            transform-origin: 0, 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    -webkit-transform-origin: 0, 0;
            transform-origin: 0, 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}@-webkit-keyframes fadeInRightShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    -webkit-transform-origin: 0, 0;
            transform-origin: 0, 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    -webkit-transform-origin: 0, 0;
            transform-origin: 0, 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}@-webkit-keyframes fadeInUpShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}@-webkit-keyframes fadeInDownShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}@keyframes fadeInDownShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}@-webkit-keyframes flipOutY {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
}@keyframes flipOutY {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
}@-webkit-keyframes blurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: none;
            transform: none;
  }
}@keyframes blurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: none;
            transform: none;
  }
}@-webkit-keyframes grayOut {
  from {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  15% {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  to {
    opacity: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}@keyframes grayOut {
  from {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  15% {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  to {
    opacity: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}@-webkit-keyframes brightIn {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: brightness(0%);
            filter: brightness(0%);
  }
  to {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}@keyframes brightIn {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: brightness(0%);
            filter: brightness(0%);
  }
  to {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}@-webkit-keyframes slideX {
  0% {
    -webkit-transform: none;
            transform: none;
    left: 100%;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 0;
  }
}@keyframes slideX {
  0% {
    -webkit-transform: none;
            transform: none;
    left: 100%;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 0;
  }
}.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 1rem;
  overflow: hidden;
}.banner figure img {
  display: block;
  width: 100%;
}.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;
  border-bottom: 1px solid #eeeeee;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1.5rem 0.2rem 1.6rem;
}.breadcrumb a {
  color: inherit;
}.breadcrumb li:not(:last-child) {
  padding-right: 0.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.8;
}.breadcrumb li:not(:last-child)::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "wolmart";
}.breadcrumb li:not(:last-child):hover {
  opacity: 1;
}.breadcrumb li:last-child {
  color: #333333;
}.breadcrumb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.btn {
  display: inline-block;
  border: 2px solid #ccc;
  background-color: #fff;
  color: #666;
  outline: 0;
  border-radius: 0;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0.93em 1.98em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  white-space: nowrap;
  cursor: pointer;
}.btn:hover, .btn:active, .btn:focus {
  color: #666;
  border-color: gainsboro;
  background-color: gainsboro;
}.btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 0;
  margin-bottom: 0.2rem;
}.btn i::before {
  margin: 0;
}.btn.btn-icon-left i {
  margin-right: 0.6rem;
  margin-left: 0;
}.btn svg {
  margin-right: 0.5rem;
  stroke: #fff;
  stroke-width: 3px;
  fill: #fff;
  -webkit-transition: stroke 0.4s, fill 0.4s;
  transition: stroke 0.4s, fill 0.4s;
}.btn-outline {
  background-color: transparent;
  border: 2px solid;
}.btn-outline.light {
  padding: 0.996em 2em;
  border: 1px solid;
}.btn-link {
  padding: 0;
  border: 0;
  background: transparent;
}@media (-ms-high-contrast: active), (-ms-high-contrast: none){.btn-link {
    overflow: visible;
  }}.btn-link:hover, .btn-link.active, .btn-link:focus {
  background: transparent;
}.btn-shadow {
  -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);
}.btn-shadow:hover, .btn-shadow:active, .btn-shadow:focus {
  -webkit-box-shadow: 0 17px 20px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 17px 20px -7px rgba(0, 0, 0, 0.2);
}.btn-primary {
  color: #fff;
  border-color: #f14242;
  background-color: #f14242;
}.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff;
  border-color: #f36363;
  background-color: #f36363;
}.btn-primary.btn-outline {
  color: #f14242;
  border-color: #f14242;
  background-color: transparent;
}.btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus {
  background-color: #f14242;
  color: #fff;
}.btn-primary.btn-link {
  background-color: transparent;
  color: #f14242;
  border-color: #f14242;
}.btn-primary.btn-link:hover, .btn-primary.btn-link:active, .btn-primary.btn-link:focus {
  color: #f14242;
  background-color: transparent;
}.btn-dark {
  color: #fff;
  border-color: #333;
  background-color: #333;
}.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: #fff;
  border-color: #454545;
  background-color: #454545;
}.btn-dark.btn-outline {
  color: #333;
  border-color: #333;
  background-color: transparent;
}.btn-dark.btn-outline:hover, .btn-dark.btn-outline:active, .btn-dark.btn-outline:focus {
  background-color: #333;
  color: #fff;
}.btn-dark.btn-link {
  background-color: transparent;
  color: #333;
  border-color: #333;
}.btn-dark.btn-link:hover, .btn-dark.btn-link:active, .btn-dark.btn-link:focus {
  color: #333;
  background-color: transparent;
}.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;
}.btn-success.btn-outline {
  color: #799b5a;
  border-color: #799b5a;
  background-color: transparent;
}.btn-success.btn-outline:hover, .btn-success.btn-outline:active, .btn-success.btn-outline:focus {
  background-color: #799b5a;
  color: #fff;
}.btn-success.btn-link {
  background-color: transparent;
  color: #799b5a;
  border-color: #799b5a;
}.btn-success.btn-link:hover, .btn-success.btn-link:active, .btn-success.btn-link:focus {
  color: #799b5a;
  background-color: transparent;
}.btn.btn-rounded {
  border-radius: 3px;
}.btn.btn-sm {
  font-size: 1.3rem;
  padding: 0.77em 1.4em;
}.btn svg {
  width: 16px;
  height: 16px;
}@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}@keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}.category {
  position: relative;
  font-size: 1rem;
  color: #666;
}.category a {
  color: inherit;
}.category a:hover {
  color: #f14242;
}.category img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}.category p {
  text-align: start;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #666;
}@font-face {
  font-family: "wolmart";
  src: url("../fonts/wolmart.eot?png09e");
  src: url("../fonts/wolmart.woff?png09e") format("woff"), url("../fonts/wolmart.eot?png09e#iefix") format("embedded-opentype"), url("../fonts/wolmart.ttf?png09e") format("truetype"), url("../fonts/wolmart.svg?png09e#wolmart") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}[class^=w-icon-], [class*=" w-icon-"] {
  
  font-family: "wolmart" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.w-icon-heart-full:before {
  content: "";
}.w-icon-instagram:before {
  content: "";
}.w-icon-youtube:before {
  content: "";
}.w-icon-facebook:before {
  content: "";
}.w-icon-angle-up:before {
  content: "";
}.w-icon-angle-right:before {
  content: "";
}.w-icon-check-solid:before {
  content: "";
}.w-icon-times-solid:before {
  content: "";
}.w-icon-cart:before {
  content: "";
}.w-icon-category:before {
  content: "";
}.w-icon-compare:before {
  content: "";
}.w-icon-account:before {
  content: "";
}.w-icon-search:before {
  content: "";
}.w-icon-heart:before {
  content: "";
}.w-icon-tools:before {
  content: "";
}.w-icon-rotate-3d:before {
  content: "";
}.w-icon-movie:before {
  content: "";
}.w-icon-long-arrow-right:before {
  content: "";
}.form .form-control {
  margin-bottom: 2rem;
}input:-internal-autofill-selected {
  background-color: #fff !important;
  background-image: none !important;
  color: black !important;
}.form-control {
  display: block;
  width: 100%;
  min-height: 4.7rem;
  padding: 0.85rem 2rem;
  border: 1px solid #333;
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  background-color: #D3D3D3;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}.form-control::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
}.form-control::-moz-placeholder {
  color: inherit;
  font-family: inherit;
}.form-control:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
}.form-control::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
}.form-control::placeholder {
  color: inherit;
  font-family: inherit;
}.form-control::-webkit-input-placeholder {
  color: inherit;
}.form-control::-moz-placeholder {
  color: inherit;
}textarea {
  font-family: inherit;
  min-width: 100%;
  max-width: 100%;
}.select-box,
.select-menu {
  position: relative;
}.select-box select,
.select-menu select {
  position: relative;
  max-width: 14.6rem;
  min-height: auto;
  width: 100%;
  height: 100%;
  padding-left: 9px;
  padding-right: 27px;
  border: 1px solid #e3e3e3;
  color: inherit;
  background-color: #D3D3D3;
  font-size: 1.2rem;
  font-family: inherit;
  letter-spacing: inherit;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}.select-box select:focus,
.select-menu select:focus {
  outline: none;
}.select-box::before,
.select-menu::before {
  content: "";
  font-family: "Wolmart";
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}@media (-ms-high-contrast: active), (-ms-high-contrast: none){select::-ms-expand {
    display: none;
  }select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }}.input-wrapper input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 40px;
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
  border-width: 1px 0 1px 1px;
}.custom-checkbox {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}.custom-checkbox + label {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}.custom-checkbox + label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
}@media (-ms-high-contrast: active), (-ms-high-contrast: none){.custom-checkbox + label::before {
    line-height: 14px;
  }}.custom-checkbox:checked + label::before, .custom-checkbox.checked + label::before {
  content: "";
  border-color: #222;
  background: #222;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  text-align: center;
}.close-icon {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}.close-icon::before, .close-icon::after {
  display: block;
  position: absolute;
  background-color: #ccc;
  content: "";
}.close-icon::before {
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}.close-icon::after {
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}.minipopup-area {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 3000;
}.minipopup-box {
  position: absolute;
  left: -8rem;
  width: 300px;
  padding: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s, left 0.3s ease-out, -webkit-transform 0.3s;
  transition: opacity 0.3s, left 0.3s ease-out, -webkit-transform 0.3s;
  transition: opacity 0.3s, left 0.3s ease-out, transform 0.3s;
  transition: opacity 0.3s, left 0.3s ease-out, transform 0.3s, -webkit-transform 0.3s;
  z-index: 3000;
}.minipopup-box.show {
  opacity: 1;
  left: 0;
}.minipopup-box.focus {
  -webkit-transform: scale(0.98) translateY(-100%);
          transform: scale(0.98) translateY(-100%);
}.minipopup-box .product.product-cart {
  padding-top: 0;
  margin-bottom: 1.5rem;
}.minipopup-box .product.product-cart .product-name {
  margin-bottom: 0.9rem;
  font-weight: 400;
}.minipopup-box .product-details {
  padding: 0 0 0 1.2rem;
}.minipopup-box p {
  margin-bottom: 0;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.4;
}.minipopup-box .product-action {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}.minipopup-box .product-action a:first-child {
  background-color: #eee;
  border-color: #eee;
  color: #333;
}.minipopup-box .product-action a:first-child:hover, .minipopup-box .product-action a:first-child:focus, .minipopup-box .product-action a:first-child:active {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}.minipopup-box .product-action .btn {
  padding-left: 1.9em;
  padding-right: 1.9em;
}@media (max-width: 479px){.minipopup-area {
    left: 10px;
  }}.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 > * {
  font-size: 1.4rem;
}.pagination a {
  color: inherit;
}.pagination .prev, .pagination .next {
  height: 4rem;
  min-width: 8rem;
  padding: 1.2rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}.pagination .prev.disabled, .pagination .next.disabled {
  color: #aaa;
}.pagination .prev {
  margin-right: 0.5rem;
}.pagination .prev i {
  margin-right: 0.5rem;
}.pagination .next i {
  margin-left: 0.5rem;
}.mfp-wrap {
  z-index: 2500;
}.mfp-content > * {
  position: relative;
  margin: auto;
  background: #fff;
  opacity: 0;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}.pswp {
  z-index: 3010;
}.newsletter-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 78rem;
  padding: 8.1rem 4.8rem;
  margin: auto;
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
  background-image: url(../../assets/images/newsletter-1.jpg);
}.newsletter-popup h4 {
  margin-bottom: 0.4rem;
  font-size: 2rem;
}.newsletter-popup h4 span {
  display: inline-block;
  margin-left: 0.4rem;
  font-weight: 800;
}.newsletter-popup h2 {
  margin-bottom: 1.1rem;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.2;
}.newsletter-popup p {
  margin-bottom: 2.3rem;
  line-height: 1.75;
}.newsletter-popup label {
  padding-left: 2.7rem;
}.newsletter-popup label::before {
  border-color: #999;
}.mfp-product .mfp-content {
  max-width: 88rem;
  margin: auto;
}.mfp-product .product-popup {
  display: block;
  margin-bottom: 3rem;
  padding: 2rem;
}.mfp-product .product-details {
  overflow-x: hidden;
  overflow-y: auto;
}body .product-popup {
  display: none;
}@media (min-width: 768px){.product-popup .product-details {
    position: absolute;
    overflow-y: auto;
    top: 0;
    left: 2rem;
    width: calc(100% - 3rem);
    height: 100%;
  }}.mfp-fadein-popup .mfp-content,
.mfp-removing.mfp-fadein-popup .mfp-content {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}.mfp-video-popup .mfp-content {
  max-width: 100rem;
}.mfp-video-popup video {
  width: 100%;
}@media (min-width: 768px){.mfp-product .product-popup {
    padding: 3rem;
  }}@media (max-width: 767px){.newsletter-popup {
    max-width: 40rem;
    min-height: 40rem;
    padding: 0rem 2rem;
    background-image: url(../../assets/images/newsletter-2.jpg);
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }}.product-thumbs-wrap,
.product-single-swiper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}.product-single-swiper img {
  display: block;
}.product-single-swiper .swiper-button-prev,
.product-single-swiper .swiper-button-next {
  background-color: transparent;
  border: 0;
  font-size: 2rem;
}.product-image {
  position: relative;
  overflow: hidden;
}.product-thumbs-wrap {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}.product-thumbs-wrap img {
  display: block;
  width: 100%;
}.product-thumbs-wrap button,
.product-thumbs-wrap .swiper-button-prev,
.product-thumbs-wrap .swiper-button-next {
  bottom: 0;
  top: unset;
  width: 2rem;
  height: 100%;
  background-color: #fff;
  border: none;
  color: #999;
  font-size: 1.8rem;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}.product-thumbs-wrap .swiper-button-prev {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}.product-thumbs-wrap .swiper-button-next {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}.product-thumbs-wrap button,
.product-thumb::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}.product-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.product-gallery:not(.product-gallery-vertical) .swiper-slide img {
  width: 100%;
}.product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.swiper-wrapper) {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}.product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.swiper-wrapper) .product-thumb {
  margin: 0;
}.product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.swiper-wrapper) .product-thumb::before {
  content: none;
}.product-thumb {
  position: relative;
  cursor: pointer;
}.product-thumb::before {
  content: "";
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid transparent;
}.product-thumb.active::before {
  border-color: #f14242;
}.rating-form {
  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: 2.4rem;
}.rating-form label {
  font-size: 1.4rem;
}.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 14px;
  font-size: 1.2rem;
  margin-left: 1rem;
}.rating-stars a {
  color: #333;
  text-indent: -9999px;
  letter-spacing: 1px;
  width: 1.4rem;
}.rating-stars a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 14px;
  line-height: 1;
  font-family: "wolmart";
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.2em;
}.rating-stars a.active:before,
.rating-stars a:hover:before {
  content: "";
  color: #1cbcd0;
}.product-single {
  color: inherit;
}.product-single .product-details {
  padding: 0;
}.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-title a {
  color: inherit;
}.product-single .social-icon {
  margin-right: 0.8rem;
}.product-single .product-price {
  margin-bottom: 1.1rem;
  font-size: 3rem;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}.product-single .old-price {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #999;
}.product-single .ratings-container {
  margin-bottom: 1.8rem;
  font-size: 1.3rem;
}.product-single .ratings-full {
  font-weight: 600;
}.product-single .ratings-full::before {
  color: rgba(0, 0, 0, 0.2);
}.product-single .ratings::before {
  color: #666;
}.product-single .ratings-full, .product-single .ratings {
  letter-spacing: 0.18em;
}.product-single .rating-reviews {
  color: #999;
}.product-single .product-variations {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}.product-single .product-variation-price {
  display: none;
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin-bottom: 1.2rem;
  padding-top: 2.8rem;
}.product-single .product-image-swatch {
  margin-bottom: 2rem;
}.product-single .product-image-swatch .image {
  margin-right: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}.product-single .product-image-swatch .image img {
  width: 2.6rem;
  height: 2.6rem;
}.product-single .product-image-swatch .image.active {
  border-color: #f14242;
}.product-single .quantity,
.product-single .btn-cart,
.product-single .btn-product-icon {
  border-radius: 3px;
}.product-single .btn-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  min-width: 14rem;
}.product-single .btn-cart i {
  margin: 0 0.4rem 0.2rem 0;
  font-size: 1.7rem;
}.product-single .btn-cart.disabled {
  background-color: #eee;
  border-color: #eee;
  color: #666;
  cursor: not-allowed;
}.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 .social-icons {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}.product-single .product-variation-clean {
  display: none;
  font-size: 1.2rem;
  background: #f4f4f4;
  padding: 0.3em 1em;
  color: #333;
  position: absolute;
  top: 100%;
  margin-top: 1rem;
  z-index: 1;
}.product-thumbs-sticky .product-image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 10rem);
          flex: 0 0 calc(100% - 10rem);
  max-width: calc(100% - 10rem);
}.product-thumbs-sticky .product-thumbs-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
  max-width: 9rem;
  margin-right: 1rem;
  margin-top: 0;
}.product-thumbs-sticky .product-thumbs {
  -webkit-transition: none;
  transition: none;
}.product-thumbs-sticky .product-image {
  margin-bottom: 2rem;
}.product-gallery-vertical.product-thumbs-sticky .product-thumbs-wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}.product-gallery-vertical.product-thumbs-sticky .product-thumbs {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -1rem 0;
  max-width: 100%;
  bottom: auto;
}.product-gallery-vertical.product-thumbs-sticky .product-thumb {
  margin: 1rem 0;
}@media (min-width: 992px){.product-gallery-vertical .product-thumbs-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 9rem;
    margin: 0 1rem 0 0;
  }.product-gallery-vertical .product-thumbs-wrap .swiper-button-prev,
.product-gallery-vertical .product-thumbs-wrap .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    width: 100%;
    height: 2.5rem;
  }.product-gallery-vertical .product-thumbs-wrap .swiper-button-prev {
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }.product-gallery-vertical .product-thumbs-wrap .swiper-button-prev::before {
    content: "";
  }.product-gallery-vertical .product-thumbs-wrap .swiper-button-next {
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }.product-gallery-vertical .product-thumbs-wrap .swiper-button-next::before {
    content: "";
  }.product-gallery-vertical .product-single-swiper {
    max-width: calc(100% - 10rem);
  }.product-gallery-vertical .product-thumbs {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    max-width: 100%;
  }.product-gallery-vertical .product-thumb {
    padding: 0;
    height: auto;
  }}@media (min-width: 768px){.product-single .product-details {
    padding: 0.2rem 0 0 1rem;
  }}@media (max-width: 479px){.product-single:not(.product-popup) .product-qty-form {
    margin-right: 1rem;
  }}.product {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  color: #020101;
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
}.product:hover .product-action,
.product:hover .product-action-vertical,
.product:hover .product-action-horizontal {
  visibility: visible;
  opacity: 1;
}.product .product-price {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}.product-media {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: -webkit-box-shadow 0.35s;
  transition: -webkit-box-shadow 0.35s;
  transition: box-shadow 0.35s;
  transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
}.product-media img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-top-left-radius: 10px;
  border-top-right-radius : 10px;
}.product-media img:last-child {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}.product-media img:first-child {
  position: relative;
  opacity: 1;
}.product-media:hover img:last-child {
  opacity: 1;
}.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 {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.2em;
  letter-spacing: -0.005em;
  color: #fff;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 0.3rem;
  text-transform: uppercase;
}.product-label.label-hot {
  background: #799b5a;
}.btn-product {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.14em 0;
  line-height: 1.2;
  background-color: #f14242;
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}.btn-product:hover, .btn-product:active {
  color: #fff;
}.btn-product.btn-link {
  display: inline-block;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: transparent;
  padding: 0;
}.btn-product.btn-link::after {
  margin-top: 0;
}.btn-product.btn-sm {
  padding: 0.693em 0;
}.btn-wishlist {
  line-height: 1;
}.btn-wishlist i::before {
  margin: 0;
}.btn-cart {
  font-weight: 600;
}.btn-cart.btn-link {
  color: #f14242;
}.btn-cart.btn-link:hover, .btn-cart.btn-link:active {
  color: #f14242;
}.btn-cart:not(.btn-product-icon) i.w-icon-cart {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}.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;
  
  border: 1px solid #eee;
  color: #999;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 3.5rem;
  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:hover, .btn-product-icon:active {
  border-color: #f14242;
  color: #fff;
  background-color: #f14242;
}.btn-product-icon.btn-cart, .btn-product-icon.btn-quickview {
  font-size: 1.6em;
}.btn-product-icon.btn-compare {
  font-size: 2em;
}.btn-product-icon.btn-cart {
  margin-bottom: 0.2rem;
}.btn-product-icon.loading {
  background-color: rgba(255, 255, 255, 0.2);
}.btn-product-icon.loading::before {
  opacity: 0.4;
}.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-action-horizontal .btn-product-icon:hover, .product-action-horizontal .btn-product-icon:active, .product-action-horizontal .btn-product-icon:focus,
.product-hidden-details .btn-product-icon:hover,
.product-hidden-details .btn-product-icon:active,
.product-hidden-details .btn-product-icon:focus,
.product-list .product-details .btn-product-icon:hover,
.product-list .product-details .btn-product-icon:active,
.product-list .product-details .btn-product-icon:focus {
  background-color: transparent;
  color: #f14242;
}.product-details {
  position: relative;
  padding-top: 1.7rem;
  
  padding: 1.7rem 1rem 0;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}.product-details > .btn-wishlist {
  position: absolute;
  top: 1.7rem;
  right: 0;
  color: #999999;
  font-size: 1.8em;
  z-index: 1;
}.product-details > .btn-wishlist.loading {
  right: 1.8rem;
}.product-details > .btn-wishlist.loading::after {
  left: 0.9rem;
  top: 0.9rem;
}.product-details > .btn-wishlist:hover {
  color: #f14242;
}.product-details > .btn-wishlist:hover i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}.product-hidden-details .btn-product-icon, .product-list .product-details .btn-product-icon {
  width: 3rem;
  height: 3.5rem;
  margin: 0 0 0 1rem;
  border: none;
  color: #333;
  text-align: center;
}.product-hidden-details .btn-product-icon.btn-compare, .product-list .product-details .btn-product-icon.btn-compare {
  margin-left: 0.8rem;
}.product-hidden-details .btn-wishlist, .product-list .btn-wishlist {
  font-size: 1.8rem;
}.product-hidden-details .btn-compare, .product-list .btn-compare {
  font-size: 2rem;
}.product-name {
  margin-bottom: 0.7rem;
  font-size: 1.3rem;
  font-weight: 500;
  
  overflow: hidden;
  text-overflow: ellipsis;
}.product-name a {
  color: inherit;
}.product-name a:hover {
  color: #f14242;
}.product-cat {
  margin-top: 1.1rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #999;
  line-height: 1;
  text-transform: uppercase;
}.product-cat a {
  display: inline-block;
  color: inherit;
}.product-cat a:hover {
  color: #f14242;
}.product-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}.product-variations > a {
  border: 1px solid #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.3rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}.product-variations > a:not(:last-child) {
  margin-right: 0.8rem;
}.product-variations > a:not(.color).active,
.product-variations > a:not(.color):hover {
  border: 1px solid #f14242;
}.ratings-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}.ratings-full,
.ratings {
  position: relative;
  font-family: "wolmart";
  letter-spacing: 0.2em;
}.ratings-full {
  cursor: pointer;
  margin-right: 0.5rem;
}.ratings-full::before {
  content: "" "" "" "" "";
  color: rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}.ratings-full:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}.ratings {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}.ratings::before {
  content: "" "" "" "" "";
  color: #666;
}.rating-reviews {
  margin: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-size: 1.2rem;
  color: #aaa;
}.rating-reviews:hover {
  color: #f14242;
}.product-price {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.6;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
}.product-price .old-price {
  font-weight: 400;
  color: #aaa;
}.product-price .new-price {
  color: #333;
  text-decoration: none;
}.product-price .new-price:not(:last-child) {
  margin-right: 1rem;
}.product-price:not(:last-child) {
  margin-bottom: 0.9rem;
}.product-wrap {
  margin-bottom: 2rem;
}.product.text-center .ratings-container {
  text-align: start;
}.product.text-center .ratings-container,
.product.text-center .product-action {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
}.product-list .product-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26rem;
          flex: 0 0 26rem;
  max-width: 26rem;
  margin-right: 2rem;
}.product-list .product-details {
  padding: 0;
}.product-list .product-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}.product-list .ratings-container {
  margin-bottom: 0.9rem;
}.product-list .product-price {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
}.product-list .product-action {
  position: relative;
  visibility: visible;
  opacity: 1;
}.product-list .btn-product {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0.86em 0.5em;
  max-width: 17.6rem;
  background-color: transparent;
  border: 2px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}.product-list .btn-product:hover {
  background-color: #f14242;
  border-color: #f14242;
  color: #fff;
}.product-list .btn-product i.w-icon-cart {
  margin: 0 0.8rem 0 0;
  font-size: 1.7rem;
}@media (max-width: 575px){.product-list {
    display: block;
    margin-bottom: 2rem;
  }.product-list .product-media {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 2rem 0;
  }}@media (max-width: 479px){.product:not(.product-list) {
    font-size: 0.8rem;
  }.product:not(.product-list) .btn-product-icon {
    width: 3rem;
    height: 3rem;
  }.product:not(.product-list) .product-label-group {
    top: 1rem;
    left: 1rem;
  }}.social-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.social-icon {
  font-size: 1.4rem;
  width: 32px;
  height: 32px;
  margin: 2px 10px 2px 0;
  line-height: 28px;
  border: 2px solid #ccc;
  border-radius: 50%;
  color: inherit;
  -webkit-transition: color 0.4s, border 0.4s, background-color 0.4s;
  transition: color 0.4s, border 0.4s, background-color 0.4s;
  text-align: center;
}.social-icon:last-child {
  margin-right: 0;
}.social-icon.social-facebook {
  color: #1b4f9b;
}.social-icon.social-twitter {
  color: #00adef;
}.social-icon.social-instagram {
  color: #cc0001;
}.social-icon.social-youtube {
  color: #2c567e;
}.social-icon.social-whatsapp {
  color: #3c8a38;
}.social-icons-colored .social-icon {
  color: #fff;
}.social-icons-colored .social-icon.social-facebook {
  border-color: #1b4f9b;
  background-color: #1b4f9b;
}.social-icons-colored .social-icon.social-twitter {
  border-color: #00adef;
  background-color: #00adef;
}.social-icons-colored .social-icon.social-instagram {
  border-color: #cc0001;
  background-color: #cc0001;
}.social-icons-colored .social-icon.social-youtube {
  border-color: #2c567e;
  background-color: #2c567e;
}.social-icons-colored .social-icon.social-whatsapp {
  border-color: #3c8a38;
  background-color: #3c8a38;
}.sidebar-active .sidebar .sidebar-overlay,
.right-sidebar-active .right-sidebar .sidebar-overlay {
  visibility: visible;
  opacity: 0.5;
}.sidebar-active .sidebar .sidebar-close,
.right-sidebar-active .right-sidebar .sidebar-close {
  opacity: 1;
  visibility: visible;
}.sidebar-active .sidebar .sidebar-content,
.right-sidebar-active .right-sidebar .sidebar-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}.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;
}.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: 206px;
  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;
}.sidebar-toggle:hover {
  opacity: 0.8;
  color: #fff;
}.right-sidebar .sidebar-toggle {
  border-radius: 0.3rem 0 0 0.3rem;
}.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-content {
  bottom: 0;
  width: 31rem;
  padding: 2rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  
  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;
}.widget:not(.widget-collapsible) .widget-title {
  border: none;
}.sidebar .widget:last-child .widget-body {
  padding-bottom: 0;
}.right-sidebar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}.right-sidebar .sidebar-toggle {
  left: auto;
  right: 0;
}.right-sidebar .sidebar-close {
  left: 10px;
  padding: 10px;
}.right-sidebar .sidebar-content {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  left: auto;
  right: 0;
}.right-sidebar .sidebar-content::-webkit-scrollbar {
  width: 0;
}.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;
}.filter-actions .filter-clean {
  padding-bottom: 0;
  text-transform: capitalize;
  font-weight: 400;
}.filter-items {
  font-size: 1.4rem;
}.filter-items a {
  position: relative;
  display: block;
  color: inherit;
  padding: 1rem 0 1rem 0.2rem;
}.filter-items a:hover {
  color: #f14242;
}.filter-items.search-ul a::before {
  content: none;
}.filter-items .show > a {
  color: #f14242;
}.filter-items .show > a i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}.filter-items li span {
  position: absolute;
  right: 0;
  color: #ccc;
}.filter-items .with-ul > a > i {
  position: absolute;
  right: 0;
  line-height: 0;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  top: 50%;
}.filter-items ul {
  display: none;
  position: relative;
  padding-left: 1.2rem;
  margin: 0.2rem 0;
}.filter-items ul::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  bottom: 7px;
  border-left: 1px solid #eee;
}.filter-items ul a {
  font-size: 1.3rem;
  color: #999;
  padding: 0.45rem 0;
}.shop-sidebar {
  position: relative;
}.shop-sidebar .widget-body {
  margin-bottom: 1rem;
}@media (min-width: 992px){.sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31rem;
            flex: 0 0 31rem;
    max-width: 31rem;
  }.main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }.row .main-content {
    max-width: calc( 100% - 31rem );
  }.shop-sidebar.sidebar-fixed .sidebar-content {
    padding: 0 0 2rem;
  }.sidebar-fixed .sidebar-toggle,
.sidebar-fixed .sidebar-overlay {
    display: none;
  }.sidebar-fixed .sidebar-content {
    position: relative;
    overflow: visible;
    padding: 0;
    opacity: 1;
    z-index: 2;
    width: auto;
    -webkit-transform: none;
            transform: none;
  }.shop-content {
    overflow: hidden;
  }}@media (max-width: 991px){.sidebar-active .page-wrapper {
    margin-left: 310px;
    margin-right: -310px;
  }}@media (max-width: 479px){.sidebar-content {
    width: 27rem;
  }.sidebar-active .page-wrapper {
    margin-left: 27rem;
    margin-right: -27rem;
  }}.tab-content {
  
}.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  color: #333;
}.nav-link {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  color: inherit;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  padding: 1.5rem 2.85rem;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
}.tab-content {
  position: relative;
}.tab-content > .tab-pane {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  overflow: hidden;
  visibility: hidden;
}.tab-content > .active {
  visibility: visible;
  opacity: 1;
  height: auto;
  position: relative;
  z-index: auto;
}.tab-pane {
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 1.3rem 0;
  color: #666;
}.tab-pane p {
  margin-bottom: 0;
  font-size: inherit;
  letter-spacing: 0;
  line-height: 2;
}.tab-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.tab-vertical .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 26.3%;
}.tab-vertical .nav-link {
  position: relative;
  padding-left: 2.2rem;
  padding-right: 2rem;
  text-align: left;
  width: 100%;
  margin-bottom: 0.5rem;
}.tab-vertical .tab-content {
  width: 73.7%;
  
  padding-left: 2rem;
}.tab-vertical .tab-pane {
  padding-top: 1.3rem;
}.nav-filters {
  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.5rem;
  font-size: 1.4rem;
  color: #666;
  line-height: 1;
}.nav-filters li:not(:last-child) {
  margin-right: 1rem;
}.nav-filter {
  display: inline-block;
  position: relative;
  padding: 0.6rem 0 0.7rem;
  color: inherit;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}.nav-filter.active, .nav-filter:hover {
  color: #f14242;
}.nav-filter span {
  color: #aaa;
  margin-left: 0.6rem;
}@media (max-width: 767px){.tab-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }.tab-vertical .tab-content,
.tab-vertical .nav-tabs, .tab-vertical.tab-nav-outline3 .nav {
    width: 100%;
  }}.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 1.7rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}.title-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}.tooltiptext {
  position: absolute;
  padding: 1rem 0.7rem;
  bottom: 125%;
  left: 50%;
  background-color: #333;
  color: #fff;
  font: 400 1.3rem Poppins, sans-serif;
  letter-spacing: 0.01em;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}.tooltip-top::after {
  content: "";
  position: absolute;
  top: 96%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}.widget-title {
  margin-bottom: 2rem;
  padding: 1.1rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.025em;
}.widget .widget-title {
  position: relative;
  margin: -0.1rem 0;
  padding: 1.4rem 2.5rem 1.4rem 0;
  font-weight: 600;
  font-size: 1.6rem;
  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-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 > .collapsed .toggle-btn::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}.widget-collapsible > .collapsed .toggle-btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}.widget-collapsible .collapsed + .widget-body {
  display: none;
}.widget-collapsible .collapsed ~ .widget-body {
  opacity: 0.1;
}.product-wrapper.row [class*=col-] {
  margin-bottom: 2rem;
}.product-sticky-content .product-list-sm {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.product-sticky-content .product-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.5rem;
          flex: 0 0 8.5rem;
  max-width: 8.5rem;
  height: 8.5rem;
}.product-sticky-content .product-media img {
  height: 100%;
}.product-sticky-content .product-name {
  font-size: 1.4rem;
}.product-sticky-content .product-price {
  font-size: 1.6rem;
}.product-sticky-content .old-price {
  font-size: 1.6rem;
}.product-sticky-content.fixed .product-list-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}.product-sticky-content.fixed .product-qty-form, .product-sticky-content.fixed .btn-cart {
  margin-bottom: 0;
}.product-sticky-content.fixed .product-qty-form {
  margin-right: 0.8rem;
  max-width: 14rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
}.product-sticky-content.fixed .product-qty-form label {
  display: none;
}.product-sticky-content.fixed .btn-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 21rem;
}.product-sticky-content.fix-top.fixed .product-media {
  max-width: 4.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.4rem;
          flex: 0 0 4.4rem;
  height: 4.4rem;
}.product-sticky-content.fix-top.fixed .product-name {
  display: none;
}.product-sticky-content.fix-top.fixed .btn-cart {
  min-width: 14rem;
}@media (max-width: 575px){.shop-content .product-list {
    display: block;
    margin-bottom: 2rem;
  }.shop-content .product-list .product-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 2rem 0;
  }}@media (max-width: 479px){.product-sticky-content.fix-top.fixed .product-media, .product-sticky-content.fix-top.fixed .product-details {
    display: none;
  }.product-sticky-content.fix-top.fixed .btn-cart {
    max-width: none;
  }.product-sticky-content.fixed .product-list-sm {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }}.compare-popup {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  padding: 2rem 0;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 2400;
}.compare-popup .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.1rem;
  padding-bottom: 3.1rem;
}.compare-popup .btn-clean {
  margin-right: 1.8rem;
  padding: 0;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
}.compare-popup .btn-clean:hover, .compare-popup .btn-clean:active, .compare-popup .btn-clean:focus {
  color: #f14242;
  background-color: #fff;
}.compare-popup.show {
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}.compare-popup.show + .compare-popup-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}.compare-title {
  margin-top: 0.8rem;
}.compare-title .title {
  margin-bottom: 0.3rem;
  font-size: 2.4rem;
  font-weight: 700;
  white-space: nowrap;
}.compare-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.9rem 2rem 0;
  padding: 0;
}.compare-product-list li {
  position: relative;
  width: 8vw;
  max-width: 138px;
  min-height: 8vw;
}.compare-product-list li:not(:first-child) {
  margin-left: 3rem;
}.compare-product-list li:empty::before {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 5rem;
  font-size: 3rem;
  color: #eee;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
}.compare-product-list li::after {
  content: "";
  position: absolute;
  border: 1px solid #eee;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}.compare-product-list .btn-remove {
  position: absolute;
  padding: 0;
  right: -1rem;
  top: -1rem;
  line-height: 1.2;
  width: 20px;
  height: 20px;
  font-size: 1.5rem;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}.compare-product-list .btn-remove i {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
}.compare-product-list .btn-remove:hover, .compare-product-list .btn-remove:active, .compare-product-list .btn-remove:focus {
  background-color: #fff;
}.compare-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 2399;
}@media (min-width: 1921px){.compare-product-list li {
    max-height: 15.5rem;
    max-width: none;
  }.compare-product-list li figure, .compare-product-list li img {
    height: 100%;
    width: 100%;
  }}@media (max-width: 991px){.compare-popup .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }.compare-product-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0;
  }.compare-product-list li {
    width: 18vw;
    min-height: 11rem;
  }}@media (max-width: 991) and (min-width: 480px){.compare-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }}@media (max-width: 575px){.compare-product-list li {
    min-height: 6rem;
  }.compare-product-list li:not(:first-child) {
    margin-left: 1.5rem;
  }}@media (max-width: 479px){.compare-product-list li:empty::before {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 2rem;
  }}.product-lists .product-list {
  border-top: 1px solid #eee;
}.product-lists .product-wrap:last-child .product-list {
  margin-bottom: 0;
}.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;
}.toolbox {
  padding-bottom: 1rem;
}.toolbox.toolbox-pagination {
  padding: 2.5rem 0;
  border-top: 1px solid #f4f4f4;
}.toolbox > :not(.toolbox-pagination)*:not(:last-child), .toolbox-left > :not(.toolbox-pagination)*:not(:last-child), .toolbox-right > :not(.toolbox-pagination)*:not(:last-child) {
  margin-right: 1rem;
}.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;
}.toolbox .left-sidebar-toggle,
.toolbox .right-sidebar-toggle {
  padding: 0.78em 1.05em;
  font-size: 1.3rem;
}.toolbox .left-sidebar-toggle i,
.toolbox .right-sidebar-toggle i {
  margin-right: 0.7rem;
  margin-left: 0.3rem;
  font-size: 1.4rem;
}.toolbox .left-sidebar-toggle {
  margin: 0 2rem 1rem 0;
}.sticky-toolbox.fixed {
  background: #fff;
  padding: 1rem 2rem 0 !important;
}.selected-items {
  display: none;
}.toolbox + .selected-items {
  font-size: 1.2rem;
}.selected-items > * {
  display: inline-block;
  margin: 0 0.8rem 0.5rem 0;
}.selected-items .filter-clean {
  margin-left: 1.2rem;
}.selected-item {
  line-height: 1;
  letter-spacing: 0;
  background-color: #f5f5f5;
  color: #666;
  padding: 8px 1rem;
}.selected-item i {
  margin-left: 1.1rem;
  vertical-align: middle;
}@media (max-width: 991px){.shop-content .main-content {
    width: 100%;
  }.toolbox .sidebar-fixed {
    margin-right: 0;
  }.toolbox .sidebar-content {
    display: block;
  }}@media (max-width: 575px){.toolbox-left label,
.toolbox-right .toolbox-layout {
    display: none;
  }.toolbox-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }.product-lists .product-list {
    border-top: 0;
  }.toolbox .left-sidebar-toggle {
    padding: 0.79em 0.83em;
  }.toolbox .left-sidebar-toggle i {
    margin: 0;
  }.toolbox .left-sidebar-toggle span {
    display: none;
  }}@media (max-width: 479px){.sticky-toolbox.fixed {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }.toolbox .left-sidebar-toggle {
    margin-right: 1rem;
  }.toolbox select {
    max-width: 13.6rem;
  }}.header {
  font-family: Poppins, sans-serif;
  background: #fff;
  color: #333;
}.header .container,
.header .container-fluid,
.header .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.header .inner-wrap {
  width: 100%;
}.header a:not(.btn) {
  color: inherit;
}.header a:not(.btn):hover {
  color: #f14242;
}.header-top,
.header-middle,
.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.header-left,
.header-center,
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.header-right {
  margin-left: auto;
}.header-top {
  background: #333;
  font-size: 1.1rem;
  letter-spacing: -0.027em;
  text-transform: capitalize;
  margin: -0.1rem 0 0.1rem;
  color: #BFBFBF;
}.header-top .header-right {
  padding-right: 0.2rem;
}.header-top .header-right > .dropdown:first-child {
  margin-left: 0;
}.header-top .header-right > .dropdown:hover .dropdown-box::before {
  visibility: visible;
  opacity: 1;
  top: auto;
  bottom: 100%;
}.header-top .header-right .dropdown-box::before {
  content: "";
  position: absolute;
  z-index: 1002;
  left: 50%;
  top: -9999px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 11px solid transparent;
  border-bottom: 11px solid #fff;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}.header-top .header-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.header-top .header-right i {
  margin-right: 0.8rem;
  font-size: 1.5rem;
}.header-top .header-right > * {
  margin-left: 2rem;
}.header-top .header-right .divider {
  width: 1px;
  height: 1.5rem;
  background-color: #ccc;
}.logo {
  min-width: 14.4rem;
  margin-right: 2rem;
}.logo img {
  display: block;
}.header h1 {
  line-height: 0;
  margin-bottom: 0;
}.header-bottom {
  color: #fff;
  background: #333;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  border-top: 1px solid #393939;
}.header-bottom .main-nav {
  margin-left: 2.1rem;
}.header-bottom .header-right {
  padding-right: 0.2rem;
}.header-bottom .header-right > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4rem 0 1.3rem;
}.header-bottom .header-right > a i {
  vertical-align: middle;
}.header-bottom .header-right > a:first-child {
  margin-right: 3.2rem;
}.welcome-msg {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -0.022em;
  line-height: 1.5;
  white-space: nowrap;
  padding: 14px 0;
  text-transform: uppercase;
}.header-middle {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  color: #fff;
  background: #333;
  font-size: 1.2rem;
  border-bottom: 1px solid #eee;
  margin: -0.2rem 0 -0.1rem;
  border-top: 1px solid #393939;
  padding: 3.2rem 0 3.3rem;
}.header-middle .header-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}.account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}.account .login {
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}.account .w-icon-account {
  color: white;
  width: 5.3rem;
  height: 5.3rem;
  border: 1px solid rgba(238, 238, 238, 0.5);
  font-size: 2.6rem;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}.account span {
  color: #ccc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}.account b {
  color: white;
  font-size: 1.5rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}.account:hover .login, .account:hover span, .account:hover b {
  color: #f14242;
}.account:hover .w-icon-account {
  color: #f14242;
  border-color: #f14242;
}.header-search {
  position: relative;
  width: 100%;
  max-width: 38rem;
}.header-search input.form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 40px;
  padding: 0.9rem;
  border: 2px solid #fff;
  border-right: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
}.header-search input.form-control::-webkit-input-placeholder {
  color: inherit;
}.header-search input.form-control::-moz-placeholder {
  color: inherit;
}.header-search input.form-control:-ms-input-placeholder {
  color: inherit;
}.header-search input.form-control::-ms-input-placeholder {
  color: inherit;
}.header-search input.form-control::placeholder {
  color: inherit;
}.header-search .btn-search {
  margin: 0;
  padding: 0;
  min-width: 5.1rem;
  color: #333;
  border-left: 0;
  border-color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: -0.025em;
  text-transform: none;
}.header-search .btn-search i {
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
}.header-search .btn-search:hover, .header-search .btn-search:active, .header-search .btn-search:focus {
  color: #f14242;
  background-color: transparent;
}.header-search.hs-toggle .input-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -2.5rem;
  top: 100%;
  min-width: 30rem;
  padding: 1.5rem;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  z-index: 100;
  -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}.header-search.hs-toggle:hover {
  color: #f14242;
}.header-search.hs-toggle .form-control {
  padding: 1.4rem 2rem;
  font-size: 1.3rem;
  color: #777;
  background-color: #f4f4f4;
  border: none;
  height: 5rem;
}.header-search.hs-toggle .btn-search {
  background-color: #f4f4f4;
  min-width: 5rem;
  font-size: 1.8rem;
  color: #222;
  border: none;
}.header-search.hs-toggle .btn-search i {
  margin-bottom: 0.3rem;
  font-size: inherit;
}.header-search.hs-toggle.show .input-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}.header-search.hs-toggle.show .search-toggle::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}.header-search.hs-expanded {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  min-width: auto;
  max-width: 69.4rem;
}.header-search.hs-expanded input.form-control {
  color: #666;
  border-right: none;
  border-left: none;
}.header-search.hs-expanded .btn-search {
  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;
  -webkit-transition: opacity 0.4s, color 0.4s;
  transition: opacity 0.4s, color 0.4s;
}.header-search.hs-expanded .btn-search i {
  margin: 0;
}.header-search.hs-expanded .btn-search span {
  margin-right: 0.5rem;
  letter-spacing: -0.03em;
}.header-search.hs-round .select-box,
.header-search.hs-round .form-control {
  border-radius: 0.3rem 0 0 0.3rem;
}.header-search.hs-round .btn-search {
  border-radius: 0 0.3rem 0.3rem 0;
}.header-search.hs-round.hs-expanded .form-control {
  border-radius: 0;
}.main-nav .menu > .has-submenu {
  padding-right: 1.5rem;
}.mobile-menu-toggle {
  display: none;
  font-size: 2.4rem;
  line-height: 1;
}.compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.4rem 3rem 0 0;
  color: #333;
}.compare span.compare-label {
  cursor: pointer;
  margin-top: 0.1rem;
  font-weight: inherit;
  color: inherit;
}.compare i {
  font-size: 3.3rem;
  color: inherit;
}.compare:hover {
  color: #f14242;
}.wishlist {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 2.3rem;
  color: #333;
}.wishlist span {
  margin-top: 0.3rem;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}.wishlist i {
  font-size: 2.7rem;
  color: inherit;
}.wishlist:hover {
  color: #f14242;
}.cart-dropdown {
  color: #333;
}.cart-dropdown > a i {
  font-size: 2.6rem;
  color: inherit;
}.label-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}.label-down i {
  display: inline-block;
}.label-down span {
  display: block;
}.label-down i + span {
  margin-top: 0.3rem;
  letter-spacing: -0.03em;
  line-height: 1;
}@media (max-width: 991px){.header .main-nav {
    display: none;
  }.header .sticky-content-wrapper {
    display: none;
  }.header-top .header-left {
    margin-right: 2rem;
  }.header-middle .header-right > *:not(:last-child) {
    margin-right: 2rem;
  }.header-bottom {
    display: none;
  }.mobile-menu-toggle {
    display: block;
  }}@media (max-width: 991px) and (min-width: 480px){.header-middle .logo {
    margin-left: 2rem;
  }}@media (max-width: 479px){.header-top .header-left {
    position: relative;
    overflow: hidden;
  }.welcome-msg {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: 6s linear 2s 1 showMsgFirst, 12s linear 8s infinite showMsg;
            animation: 6s linear 2s 1 showMsgFirst, 12s linear 8s infinite showMsg;
  }.header-middle .logo {
    margin: 0 auto;
  }.header-middle .header-right {
    margin-left: 0 !important;
  }}.dropdown {
  position: relative;
}.dropdown:hover .dropdown-box, .dropdown.show .dropdown-box {
  visibility: visible;
  opacity: 1;
  top: 100%;
}.dropdown:hover::after, .dropdown.show::after {
  visibility: visible;
  opacity: 1;
  top: calc(100% - 20px);
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}.dropdown:hover .dropdown-box, .dropdown.show .dropdown-box {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}.dropdown:hover > a, .dropdown.show > a {
  color: #f14242;
}.dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.dropdown a .dropdown-image {
  max-width: 1.4rem;
  margin-right: 0.6rem;
  margin-top: -1px;
  height: auto;
}.dropdown > a {
  line-height: 1.1;
  padding: 11px 0;
}.dropdown > a::after {
  display: inline-block;
  margin-left: 6px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-weight: 900;
}.dropdown li.active > a, .dropdown li:hover > a {
  color: #f14242;
}.dropdown-box {
  position: absolute;
  right: 0;
  top: -9999px;
  padding: 0.5rem 0;
  color: #666;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}.dropdown-box a {
  padding: 0.6rem 1rem;
  font-size: inherit;
  line-height: 1.1;
}.cart-dropdown .cart-toggle {
  padding: 0;
}.cart-dropdown .cart-toggle::after {
  content: none;
}.cart-dropdown .cart-label {
  display: block;
  margin: 0.5rem 0 0;
  font-weight: inherit;
  letter-spacing: -0.025em;
}.cart-dropdown .cart-count {
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  font-style: normal;
  z-index: 1;
  right: -8px;
  top: -5px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
  background: #f14242;
  color: #fff;
  text-align: center;
}.cart-dropdown .cart-header {
  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;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}.cart-dropdown .cart-header span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
}.cart-dropdown .cart-header a {
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  text-transform: capitalize;
}.cart-dropdown .cart-header i {
  margin-left: 0.6rem;
  font-size: 1.8rem;
}.cart-dropdown .cart-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.cart-dropdown .cart-action .btn {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1rem;
}.cart-dropdown .cart-action .btn:last-child {
  margin-left: 1rem;
}.cart-dropdown .cart-action .btn-dark:hover, .cart-dropdown .cart-action .btn-dark:active, .cart-dropdown .cart-action .btn-dark:focus {
  border-color: #f14242;
  background-color: #f14242;
  color: #fff;
}.cart-dropdown .cart-total {
  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;
  margin-bottom: 1rem;
  padding: 1.8rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: -0.025em;
}.cart-dropdown .cart-total .price {
  font-size: 1.6rem;
}.cart-dropdown .dropdown-box {
  padding: 1rem 3rem 3rem;
  min-width: 30rem;
  margin-top: 0.5rem;
}.cart-dropdown .product-price {
  color: #f14242;
  overflow: visible;
}.cart-dropdown .products {
  max-height: 28rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2.1rem;
}.cart-dropdown.cart-offcanvas .dropdown-box {
  position: fixed;
  top: 0;
  right: -34rem;
  max-width: 34rem;
  margin-top: 0;
  padding: 2.4rem 2rem 2rem;
  width: 100%;
  height: 110vh;
  min-width: auto;
  padding: 2.9rem 3rem;
  opacity: 1;
  visibility: visible;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: none;
          transform: none;
  z-index: 2499;
  -webkit-box-shadow: none;
          box-shadow: none;
}.cart-dropdown.cart-offcanvas .products {
  border-top: 1px solid #eee;
}.cart-dropdown.cart-offcanvas.opened .dropdown-box {
  right: 0;
}.cart-dropdown.cart-offcanvas.opened .cart-overlay {
  opacity: 1;
  visibility: visible;
}.cart-dropdown .cart-overlay {
  position: fixed;
  left: 0;
  width: 100vw;
  top: -10vh;
  height: 120vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2498;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}.product.product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2rem 0 0;
}.product.product-cart .product-media {
  max-width: 8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
}.product.product-cart .product-media a {
  display: block;
  padding: 0;
}.product.product-cart .product-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}.product.product-cart .product-name {
  white-space: normal;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}.product.product-cart .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.product.product-cart .btn-close {
  position: absolute;
  top: 0.9rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
  color: #333;
  background-color: #fff;
  padding-bottom: 0;
}.product.product-cart .btn-close:hover {
  color: #f14242;
}.product.product-cart .btn-close i {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.7rem;
}.category-dropdown > a {
  background: #fff;
  min-width: 28rem;
  padding: 1.8rem 1.8rem 1.8rem 2rem;
  letter-spacing: -0.025em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}.category-dropdown > a i {
  margin-bottom: 0.1rem;
  font-size: 1.7rem;
  line-height: 0;
}.category-dropdown > a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.7rem;
}.category-dropdown > a::after {
  font-family: "wolmart";
  content: "";
  font-weight: 600;
  font-size: 0.9rem;
}.category-dropdown > a:not(.btn):hover {
  color: #fff;
}.category-dropdown:hover > a, .category-dropdown.show > a {
  color: #fff;
  background-color: #f14242;
}.category-dropdown .dropdown-box {
  padding: 0;
  left: 0;
  min-width: 24rem;
  color: #333;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: z-index 0.3s, -webkit-transform 0.3s;
  transition: z-index 0.3s, -webkit-transform 0.3s;
  transition: z-index 0.3s, transform 0.3s;
  transition: z-index 0.3s, transform 0.3s, -webkit-transform 0.3s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -1rem, 0);
          transform: translate3d(0, -1rem, 0);
  top: 100%;
}.category-dropdown::before, .category-dropdown::after {
  left: 25px;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}.category-dropdown::after {
  border-bottom-color: #f4f4f4;
  visibility: hidden;
  opacity: 0;
  top: calc(100% - 20px);
}.category-dropdown.menu-fixed .dropdown-box, .category-dropdown.menu-fixed::after {
  visibility: hidden;
  opacity: 0;
}.category-dropdown.dropdown.show .dropdown-box {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}.category-dropdown.dropdown.show .dropdown-box, .category-dropdown.dropdown.show::after {
  visibility: visible;
  opacity: 1;
}@media (max-width: 1199px){.category-dropdown > a {
    min-width: 24rem;
  }}@media (max-width: 991px){.cart-dropdown .cart-label {
    display: none;
  }}@media (max-width: 479px){.cart-dropdown.cart-offcanvas .dropdown-box {
    max-width: 28rem;
  }}.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.menu a {
  display: inline-block;
  color: inherit;
}.menu a:hover {
  color: #f14242;
}.menu .menu-title {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}.menu .submenu {
  padding: 2rem 0;
  background: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #666666;
}.menu .submenu .has-submenu > a::after {
  content: "";
  font-weight: 600;
  font-size: 0.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}.menu li {
  position: relative;
  line-height: 1;
}.menu li a {
  padding: 0.7rem 0 0.8rem 0;
}.menu li ul,
.menu li .megamenu {
  position: absolute;
  top: -9999px;
  left: 100%;
  margin: 0;
  -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}.menu li .megamenu {
  padding: 0 1rem;
}.menu li > .submenu {
  min-width: 21.5rem;
}.menu li > .submenu li {
  padding: 0 1.9rem;
}.menu li:hover > .submenu,
.menu li:hover .megamenu,
.menu .show > .submenu,
.menu .show .megamenu {
  visibility: visible;
  top: -2rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}.menu > li {
  margin-right: 3rem;
}.menu > li:last-child {
  margin-right: 0;
}.menu > li > a {
  position: relative;
  padding: 1.8rem 0 1.7rem 0;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.009em;
  line-height: 1.1;
  text-transform: capitalize;
}.menu > li > a::after {
  margin-left: 0.6rem;
}.menu > li > .submenu,
.menu > li .megamenu {
  left: -1.5rem;
}.menu > li:hover > a:not(.menu-title), .menu > li.active > a:not(.menu-title) {
  color: #fff;
}.menu > li:hover > .submenu,
.menu > li:hover .megamenu, .menu > li.show > .submenu,
.menu > li.show .megamenu {
  top: 100%;
}.menu .has-submenu > a {
  display: block;
  position: relative;
}.menu > .has-submenu > a::after {
  margin-top: 1px;
  right: -16px;
}.menu .megamenu ul {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  visibility: visible;
  opacity: 1;
}.active-underline > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 17px;
  width: 100%;
  border-top: 3px solid;
  border-color: inherit;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}.active-underline > li:hover > a::before, .active-underline > li.active > a::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}.has-submenu > a::after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  color: inherit;
  content: "";
}.megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 80rem;
  background: #fff;
}.megamenu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.7rem 1rem 0;
}.megamenu > li.row:last-child {
  padding: 0 2rem 2rem 0;
}.megamenu ul {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  padding: 0;
  letter-spacing: 0;
}.megamenu ul:last-child {
  margin-bottom: 1rem;
}.tip {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 7px;
  padding: 0.3rem 0.5rem 0.2rem;
  border-radius: 0.2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}.mobile-menu-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2400;
  font-family: Poppins, sans-serif;
  -webkit-transition: visibility 0.4s;
  transition: visibility 0.4s;
}.mobile-menu-container {
  max-width: 296px;
  padding: 2rem 1.5rem;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #222;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-296px);
          transform: translateX(-296px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}.mobile-menu-container .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.mobile-menu-container .input-wrapper .form-control {
  min-height: 4rem;
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
  color: #777;
  border: 1px solid;
  border-color: #333;
  border-right: 0;
  background-color: transparent;
  font-size: 1.2rem;
  border-radius: 0.3rem 0 0 0.3rem;
}.mobile-menu-container .input-wrapper .btn-search {
  padding: 0;
  min-width: 4.8rem;
  background-color: transparent;
  color: #fff;
  font-size: 2rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border: 1px solid #333;
  border-left: 0;
  border-radius: 0 0.3rem 0.3rem 0;
}.mobile-menu-container .input-wrapper .btn-search i {
  margin: 0 0 0.4rem 0;
}.mobile-menu-container .mobile-menu {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  background: #222;
}.mobile-menu-container .tab-content {
  background-color: transparent;
}.mobile-menu-container .nav {
  border: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}.mobile-menu-container .nav-link {
  margin-bottom: -2px;
  padding: 1rem;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 2px solid;
}.mobile-menu-container.scrollable::-webkit-scrollbar-thumb, .mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
  margin-right: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  cursor: pointer;
}.mobile-menu-container .tab-pane {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}.mobile-menu {
  line-height: 1.5;
  color: #eeeeee;
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}.mobile-menu ul {
  display: none;
  width: 100%;
}.mobile-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.mobile-menu > li a svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  stroke: #fff;
  fill: #fff;
  vertical-align: middle;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}.mobile-menu > li:hover svg, .mobile-menu > li.active svg {
  stroke: #1cbcd0;
  fill: #1cbcd0;
}.mobile-menu > li:last-child {
  padding-bottom: 0.5rem;
}.mobile-menu > li:not(:last-child) {
  border-bottom: 1px solid #2E3237;
}.mobile-menu li a {
  display: block;
  position: relative;
  padding: 1.3rem 0.6rem 1.3rem 1rem;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}.mobile-menu li i {
  display: inline-block;
  margin-top: -0.3rem;
  margin-right: 1rem;
  font-size: 1.8rem;
  line-height: 0;
  vertical-align: middle;
}.mobile-menu li li a {
  padding-left: 2.4rem;
}.mobile-menu li li li a {
  padding-left: 3.6rem;
}.mobile-menu li.expanded > a, .mobile-menu li.show > a, .mobile-menu li:hover > a {
  color: #f14242;
}.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}.mobile-menu-close {
  position: fixed;
  left: calc(100vw - 35px);
  top: 25px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 1;
}.mobile-menu-close i {
  font-size: 2.8rem;
  color: #e1e1e1;
}.mmenu-active {
  overflow: hidden;
}.mmenu-active .page-wrapper {
  margin-left: 296px;
  margin-right: -296px;
}.mmenu-active .mobile-menu-wrapper {
  visibility: visible;
}.mmenu-active .mobile-menu-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}.mmenu-active .mobile-menu-overlay {
  opacity: 0.5;
}.mmenu-active .mobile-menu-close {
  opacity: 1;
}.toggle-btn {
  display: block;
  position: absolute;
  padding: 6px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
}.toggle-btn::before {
  content: "";
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: "wolmart";
  line-height: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}.show > a .toggle-btn::before {
  -webkit-transform: rotate(630deg);
          transform: rotate(630deg);
}.category-menu {
  padding: 1rem 0 0.8rem;
  background: #fff;
}.category-menu i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-right: 0.7rem;
  font-size: 1.7rem;
  width: 1.7rem;
}.category-menu > li > a {
  display: block;
  padding: 1.3rem 1rem;
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.007em;
  color: #666666;
}.category-menu > li > a::before {
  content: none;
}.category-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #e1e1e1;
}.category-menu > li:last-child > a i {
  margin: 0 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 600;
}.category-menu li .megamenu {
  padding: 0 0 0 2rem;
}.category-menu li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}.category-menu li:hover > a:not(.menu-title) {
  color: #f14242;
}.category-menu li:hover > a:not(.menu-title) i {
  color: inherit;
}.category-menu > .has-submenu:hover > a::after {
  right: 0.5rem;
}.category-menu .megamenu {
  min-width: 68.5rem;
}.category-menu .megamenu > li:not(:last-child) {
  padding: 2.8rem 2rem 0 0rem;
}.category-menu .megamenu .menu-title {
  font-size: 1.4rem;
  margin-bottom: 1.3rem;
}.category-menu .megamenu .divider {
  border: 1px solid #eeeeee;
  border-bottom: 0px;
  margin: 0.5rem 0 2rem;
}.category-menu .megamenu li a:not(.btn) {
  padding-top: 0.8rem;
}.vertical-menu {
  display: block;
  min-width: 24rem;
}.vertical-menu > li {
  margin-right: 0;
  padding: 0 1rem;
}.vertical-menu > li > ul,
.vertical-menu > li .megamenu {
  -webkit-transform: translate3d(-15px, 0, 0);
          transform: translate3d(-15px, 0, 0);
}.vertical-menu > li > a {
  display: block;
}.vertical-menu > li > a::after {
  content: none;
}.vertical-menu > li:hover > ul,
.vertical-menu > li:hover .megamenu, .vertical-menu > li.active > ul,
.vertical-menu > li.active .megamenu {
  left: 100%;
  top: 0rem;
}.vertical-menu > li:first-child:hover > ul,
.vertical-menu > li:first-child:hover .megamenu, .vertical-menu > li:first-child.active > ul,
.vertical-menu > li:first-child.active .megamenu {
  top: -1rem;
}.vertical-menu > .has-submenu > a::after {
  content: "";
  position: absolute;
  right: 1rem;
  line-height: 0;
  font-weight: 600;
  font-size: 1.2rem;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}@media (max-width: 1199px){.main-nav .menu .megamenu {
    left: -18rem;
  }}.footer {
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  background: #222;
}.footer a {
  color: #666;
}.footer a:hover, .footer a:active, .footer a.active {
  color: #f14242;
}.footer.footer-dark a:hover, .footer.footer-dark a:active, .footer.footer-dark a.active {
  color: #fff;
}.footer p {
  font-size: inherit;
}.footer .social-icons-colored .social-icon {
  color: #fff;
}.logo-footer, .logo-footer img {
  display: block;
}.footer-newsletter {
  padding: 2.8rem 0;
}.footer-newsletter .btn {
  padding: 0.93em 1.85em;
}.footer-newsletter .btn i {
  margin: -0.2rem 0 0 0.9rem;
  font-size: 1.6rem;
}.footer-top {
  padding: 5.6rem 0 1rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #eee;
  color: #999;
}.footer-top .widget {
  margin-bottom: 3.7rem;
}.footer-top .widget-title {
  padding: 0 0 0.6rem 0;
  margin-bottom: 2rem;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  border: none;
  cursor: text;
}.footer-top .widget-body {
  padding: 0;
  color: #666;
}.footer-top .widget-body li {
  line-height: 1.2;
  margin-bottom: 1.5rem;
}.footer-middle {
  padding: 4.5rem 0 3.8rem;
  border-bottom: 1px solid #eee;
}.footer-bottom {
  padding: 3rem 0;
  color: #666;
}.footer-bottom,
.footer-bottom .container,
.footer-bottom .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.footer-bottom .footer-left,
.footer-bottom .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.footer-bottom .footer-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}.footer .widget-about {
  margin-top: 0.2rem;
}.footer .widget-about .logo-footer {
  margin-bottom: 1.1rem;
}.footer .widget-about .widget-about-title {
  line-height: 2.1;
  margin-bottom: 1rem;
  color: #333;
  font-weight: 500;
}.footer .widget-about .widget-about-call {
  display: block;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.8rem;
}.footer .widget-about .widget-about-call:hover {
  color: #f14242;
}.footer .widget-about .widget-about-desc {
  line-height: 2.15;
  margin-bottom: 2.1rem;
  max-width: 28rem;
}.footer .copyright {
  font-size: 1.3rem;
  line-height: 1.92;
  margin-bottom: 0;
  text-align: center;
}.payment img {
  display: block;
}.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem;
  background: #fff;
}.sticky-footer > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}.sticky-footer .cart-dropdown {
  position: relative;
}.sticky-footer .cart-dropdown .dropdown-box {
  top: auto;
  bottom: 100%;
  right: 0;
  min-width: 34rem;
  padding: 2rem 3rem 3rem;
  margin-bottom: 2.1rem;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}.sticky-footer .cart-dropdown:hover .dropdown-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}.sticky-footer .products {
  border: none;
}.sticky-footer .product-name a {
  padding: 0;
}.sticky-footer .cart-total {
  padding-top: 1rem;
}.sticky-link {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  margin: 1.4rem 0 1.3rem;
}.sticky-link i, .cart-dropdown .sticky-link i {
  font-size: 2.3rem;
  color: #666;
}.sticky-link p {
  margin-top: 0.9rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}.sticky-link.search-toggle p {
  margin-top: 1rem;
}.sticky-link:hover {
  color: #f14242;
}.sticky-link:hover i {
  color: inherit;
}.footer-dark {
  background-color: #222;
}.footer-dark .footer-top,
.footer-dark .footer-middle,
.footer-dark .category-box a::after {
  border-color: #454545;
}.footer-dark a,
.footer-dark .widget-about .widget-about-title,
.footer-dark .category-name {
  color: #999;
}.footer-dark .widget-about .widget-about-call,
.footer-dark .widget-title {
  color: #fff;
}@media (min-width: 768px){.sticky-footer {
    display: none;
  }}@media (max-width: 991px){.footer-top {
    padding-bottom: 2.7rem;
  }}@media (max-width: 767px){.footer-bottom,
.footer-bottom > .container {
    display: block;
  }.footer-bottom .footer-left,
.footer-bottom .footer-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }.footer-bottom .footer-left {
    margin-bottom: 0.2rem;
  }.footer-bottom .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }}@media (max-width: 479px){.sticky-footer {
    padding: 0;
  }.sticky-footer .hs-toggle .input-wrapper {
    right: 1rem;
  }.sticky-footer .cart-dropdown .dropdown-box {
    min-width: 30rem;
    right: -5.4rem;
  }.footer-newsletter .form-control {
    text-align: center;
  }.footer-newsletter .btn {
    margin-top: 2rem;
  }}.header-top .header-right .divider {
  background-color: #454545;
  opacity: 0.3;
}.header-top .dropdown a::after {
  margin: 0.2rem 0 0 0.5rem;
}.header-middle .label-down span {
  color: #bfbfbf;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}.header-middle a:hover span {
  color: #f14242;
}.menu .has-submenu a::after {
  margin-top: 0;
}.rating-reviews {
  margin: 0.3rem 0 0.1rem;
}.banner-product-wrapper .product-wrap {
  margin-bottom: 0;
}.banner-product-wrapper .product-wrap .product {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
}.banner-product-wrapper .product-name {
  margin-bottom: 1rem;
}.banner-product-wrapper .product-details {
  margin-top: auto;
  padding: 1.8rem 1rem 1.7rem;
}.banner-product-wrapper .ratings-container {
  margin: -0.3rem 0 0.8rem;
}.banner-product-wrapper .product-price {
  line-height: 1;
}.banner-product-wrapper ul {
  margin-top: 1.2rem;
}.footer-top .widget-about .widget-about-desc {
  max-width: 48.2rem;
  line-height: 2.1;
}.footer-top .widget-about-title {
  font-size: 1.35rem;
}.footer-top .label-social {
  margin: 1.8rem 0 1.3rem;
}.footer-dark .footer-top, .footer-dark .footer-middle {
  border-color: #333;
}.footer-newsletter {
  padding: 2.7rem 0 2.9rem;
}.footer-newsletter .form-control {
  border: none;
  min-height: 4.8rem;
}.footer.footer-dark a:active,
.footer.footer-dark a.active,
.footer.footer-dark a:hover {
  color: #f14242;
}@media (min-width: 1300px){.banner-product-wrapper .product-wrapper {
    max-width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }}@media (max-width: 991px){.header-middle {
    padding: 2.6rem 0 2.8rem;
  }.footer-newsletter {
    padding: 6rem 0;
  }.footer-newsletter .logo-footer img {
    margin: 0 auto 2rem;
  }}@media (min-width: 992px){.footer-top .col-lg-2 {
    max-width: 19.4444%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.4444%;
            flex: 0 0 19.4444%;
  }}@media (max-width: 575px){.banner {
    font-size: 0.8rem;
  }}@media (min-width: 576px){.header-middle .logo {
    margin-right: 2.5rem;
  }}.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 > * {
  font-size: 1.4rem;
}.pagination a {
  color: inherit;
}.pagination .prev, .pagination .next {
  height: 4rem;
  min-width: 8rem;
  padding: 1.2rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}.pagination .prev.disabled, .pagination .next.disabled {
  color: #aaa;
}.pagination .prev {
  margin-right: 0.5rem;
}.pagination .prev i {
  margin-right: 0.5rem;
}.pagination .next i {
  margin-left: 0.5rem;
}.my-account .breadcrumb-nav {
  margin-bottom: 3.2rem;
}.my-account .tab-vertical .nav {
  width: 24.41%;
  border: none;
}.my-account .tab-content {
  width: 75.59%;
  padding-left: 1.5rem;
  border: none;
}.my-account .nav-link,
.my-account .link-item {
  margin-bottom: 0;
  padding: 1.7rem 0 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  border-bottom: 1px solid #eee;
}.my-account .tab-pane p {
  font-size: 1.4rem;
  line-height: 1.8;
}.my-account .form-control {
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}.my-account .form-control:focus {
  border-color: #336699;
}.my-account .order:not(th) {
  padding-top: 0.9rem;
}@media (max-width: 767px){.my-account .tab-vertical .nav-tabs, .my-account .tab-vertical .tab-content {
    width: 100%;
  }}@font-face {
  font-family: "wolmart";
  src: url("../fonts/wolmart.eot?png09e");
  src: url("../fonts/wolmart.woff?png09e") format("woff"), url("../fonts/wolmart.eot?png09e#iefix") format("embedded-opentype"), url("../fonts/wolmart.ttf?png09e") format("truetype"), url("../fonts/wolmart.svg?png09e#wolmart") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}[class^=w-icon-], [class*=" w-icon-"] {
  
  font-family: "wolmart" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.w-icon-heart-full:before {
  content: "";
}.w-icon-instagram:before {
  content: "";
}.w-icon-youtube:before {
  content: "";
}.w-icon-facebook:before {
  content: "";
}.w-icon-angle-up:before {
  content: "";
}.w-icon-angle-right:before {
  content: "";
}.w-icon-check-solid:before {
  content: "";
}.w-icon-times-solid:before {
  content: "";
}.w-icon-cart:before {
  content: "";
}.w-icon-category:before {
  content: "";
}.w-icon-compare:before {
  content: "";
}.w-icon-account:before {
  content: "";
}.w-icon-search:before {
  content: "";
}.w-icon-heart:before {
  content: "";
}.w-icon-tools:before {
  content: "";
}.w-icon-rotate-3d:before {
  content: "";
}.w-icon-movie:before {
  content: "";
}.w-icon-long-arrow-right:before {
  content: "";
}@media (min-width:992px){html body .np-account-menu-v22,
html body main.my-account .tab.tab-vertical>.nav.nav-tabs{
box-sizing:border-box!important;flex:0 0 250px!important;width:250px!important;max-width:250px!important;min-width:250px!important;height:auto!important;margin:0 0 24px!important;padding:6px!important;background:#fff!important;border:1px solid #e7e9ee!important;border-radius:14px!important;box-shadow:0 8px 24px rgba(17,24,39,.035)!important;overflow:hidden!important;align-self:flex-start!important
}html body .np-account-menu-v22>li.yan-menu-link,
html body main.my-account .tab.tab-vertical>.nav.nav-tabs>li.yan-menu-link{
display:block!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important
}html body .np-account-menu-v22>li.yan-menu-link:not(:last-child),
html body main.my-account .tab.tab-vertical>.nav.nav-tabs>li.yan-menu-link:not(:last-child){border-bottom:1px solid #f0f1f4!important}html body .np-account-menu-v22>li.yan-menu-link>a.yan-menu-link-a,
html body main.my-account .tab.tab-vertical>.nav.nav-tabs>li.yan-menu-link>a.yan-menu-link-a{
display:flex!important;align-items:center!important;width:100%!important;min-height:34px!important;margin:0!important;padding:8px 10px!important;box-sizing:border-box!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#191c22!important;font-size:13px!important;font-weight:600!important;line-height:1.3!important;text-decoration:none!important;white-space:normal!important;transition:background-color .12s ease,color .12s ease!important
}html body .np-account-menu-v22>li.yan-menu-link>a.yan-menu-link-a:hover,
html body main.my-account .tab.tab-vertical>.nav.nav-tabs>li.yan-menu-link>a.yan-menu-link-a:hover{background:#f7f8fa!important;color:#e53935!important}html body .np-account-menu-v22>li.yan-menu-link>a.yan-menu-link-a.np-active,
html body .np-account-menu-v22>li.yan-menu-link>a.yan-menu-link-a[aria-current="page"],
html body main.my-account .tab.tab-vertical>.nav.nav-tabs>li.yan-menu-link>a.yan-menu-link-a.np-active,
html body main.my-account .tab.tab-vertical>.nav.nav-tabs>li.yan-menu-link>a.yan-menu-link-a[aria-current="page"]{
background:#fff0f0!important;color:#ef3f3f!important;font-weight:700!important
}html body .np-account-menu-v22~.tab-content,
html body main.my-account .tab.tab-vertical>.nav.nav-tabs~.tab-content{min-width:0!important;flex:1 1 0%!important;width:auto!important;max-width:none!important}}