* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 1vw;
}

body {
  margin: 0;
  font-family: "Heebo", sans-serif;
}

.menu-image img {
  width: 10%;
  position: absolute;
  right: 0;
}

@media (max-width: 1023px) {
  .menu-image img {
    width: 5% !important;
    right: 1.4em;
  }
}

.mobile-menu-wrapper {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .mobile-menu-trigger .lines {
    position: relative;
  }
  .mobile-menu-trigger .lines > div {
    width: 5rem;
    height: 2px;
    background-color: black;
  }
  .mobile-menu-trigger .lines > div + div {
    margin-top: 5px;
  }
  .mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear;
    z-index: 9999999;
    height: 100vh;
    overflow-y: scroll;
  }
  .mobile-menu-wrapper.active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .mobile-menu-wrapper ul {
    padding: 12rem 10rem 0;
  }
  .mobile-menu-wrapper ul li {
    margin: 0 0 1rem;
    font-size: 4rem;
    font-weight: 600;
    list-style: none;
    padding: 0 0 3rem;
    text-align: right;
  }
  .mobile-menu-wrapper ul li a {
    text-decoration: none;
    color: black;
    font-weight: 400;
  }
  .mobile-menu-wrapper ul li:last-child img {
    width: 100%;
    max-width: 100%;
  }
  .mobile-menu-wrapper ul .current-menu-item a {
    color: #821B1C;
  }
  .mobile-menu-wrapper ul.sub-menu {
    padding: 3rem;
  }
  .mobile-menu-wrapper ul.sub-menu li {
    padding: 0;
  }
  .mobile-menu-wrapper .mobile-menu-trigger {
    color: black;
    position: absolute;
    right: 9rem;
    top: -1rem;
    font-size: 10rem;
    font-weight: 300;
  }
  .menu-item {
    list-style: none;
  }
  .menu-item a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .menu-item:last-child {
    border: none;
  }
  .menu-item-has-children a::after {
    content: "+";
    display: inline-block;
    float: left;
  }
  .menu-item-has-children a.active::after {
    content: "-";
  }
  .menu-item-has-children .sub-menu a:after {
    display: none;
  }
  .sub-menu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .img-less {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .img-less .elementor-image {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .img-less .elementor-image img {
    width: 50% !important;
    top: 1rem !important;
    right: 4rem !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media (min-width: 1024px) {
  .woocommerce #customer_login {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .woocommerce #customer_login input {
    line-height: 9rem;
  }
}

.woocommerce #customer_login .col-1 {
  margin-left: 4rem;
}

.woocommerce .woocommerce-tabs h2.yikes-custom-woo-tab-title {
  display: none;
}

.woocommerce .woocommerce-tabs iframe {
  height: 35rem;
}

@media (max-width: 1023px) {
  .woocommerce .woocommerce-tabs iframe {
    height: 55rem;
  }
}

.woocommerce div.product p.stock,
.woocommerce span.onsale {
  font-family: "Heebo", sans-serif;
}

.woocommerce span.onsale,
.woocommerce a.button.alt,
.woocommerce button.button {
  background-color: #821B1C;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #821B1C;
  color: white;
}

.woocommerce button.button {
  color: #ffffff;
}

.woocommerce .coupon {
  display: none;
}

.woocommerce a.button {
  background-color: #821B1C;
  color: white;
}

.woocommerce a.button:hover {
  background-color: #000000;
  color: #ffffff;
}

.woocommerce a.remove {
  color: #821B1C !important;
}

.woocommerce a.remove:hover {
  background: #821B1C !important;
}

.woocommerce ul.products.columns-4 {
  grid-column-gap: 3rem !important;
  grid-row-gap: 3rem !important;
}

@media (max-width: 1023px) {
  .woocommerce ul.products.columns-4 {
    grid-row-gap: 7rem !important;
  }
}

.woocommerce ul.products li.product {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce ul.products li.product .button {
  margin: 0 auto;
}

.woocommerce ul.products li.product span.onsale {
  right: 0;
  left: auto;
  top: 0.5em;
  border-radius: 5px !important;
  max-height: 2em;
  min-height: 2em;
  width: 7em;
  height: 1.8em;
  line-height: 2em;
  background: #f20707 !important;
}

@media (max-width: 1023px) {
  .woocommerce ul.products li.product span.onsale {
    font-size: 3rem;
  }
}

.woocommerce ul.products li.product .yith-wcqv-button {
  position: absolute;
  bottom: 8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 29%;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 999;
  padding: 0.4rem 1rem;
}

@media (max-width: 1023px) {
  .woocommerce ul.products li.product .yith-wcqv-button {
    display: none;
  }
}

.woocommerce ul.products li.product:hover .button {
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.woocommerce button.button.alt {
  background-color: #821B1C !important;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  font-family: "Heebo";
  height: 2.2rem;
}

@media (max-width: 1023px) {
  .woocommerce .quantity .qty {
    width: 5.631em;
    height: 10rem;
  }
}

.woocommerce .woocommerce-checkout-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .woocommerce .woocommerce-checkout-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}

@media (max-width: 1023px) {
  .woocommerce .col2-set {
    width: 100%;
  }
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  width: 90%;
}

@media (max-width: 1023px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    width: 100%;
  }
}

.woocommerce .form-row input.input-text {
  border: 1px solid #d4d4d4;
  padding: 0.5rem;
  font-family: "Heebo";
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 0.5rem;
  border: 1px solid #cecece;
  font-family: "Heebo";
}

.woocommerce .woocommerce-message {
  border-top-color: #821b1c;
  margin: 2rem 16rem;
}

.woocommerce .woocommerce-variation-price {
  padding-bottom: 1rem;
}

.woocommerce .variations select {
  border: 1px solid #e2e2e2;
  padding: 0.5rem 1rem;
  min-width: 40% !important;
}

.woocommerce .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce div.product span.price {
  color: black;
  font-weight: 700;
}

.woocommerce div.product p.price {
  color: black;
}

.woocommerce .added_to_cart.wc-forward {
  display: none !important;
}

.xoo-wsc-container .xoo-wsc-body dl.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xoo-wsc-container .xoo-wsc-body dl.variation dt {
  width: 40%;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-sum-col {
  padding: 0 15px;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-sm-sales {
  display: none;
}

#yith-quick-view-modal #yith-quick-view-content {
  height: 100%;
  padding: 3rem;
}

#yith-quick-view-modal #yith-quick-view-content div.summary {
  text-align: right;
}

#yith-quick-view-modal #yith-quick-view-content .product_meta {
  display: none;
}

#yith-quick-view-modal #yith-quick-view-close {
  color: #ffffff;
  background: black;
  opacity: 1;
}

.elementor-menu-cart__main {
  width: 30rem !important;
}

.elementor-menu-cart__toggle .elementor-button:hover {
  background-color: transparent !important;
}

.sbi-screenreader {
  display: none !important;
}

@media (max-width: 1023px) {
  .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon {
    font-size: 5rem;
  }
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .view-wishlist {
  display: none;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button span.separator {
  display: none;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .fa.fa-heart-o:before {
  color: #821B1C;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .fa-heart:before {
  color: #821B1C;
}

.wishlist_table .wishlist-items-wrapper .product-add-to-cart a.button {
  width: 100% !important;
}

.yith-wcbm-badge {
  width: 7em;
  height: 2em;
  line-height: 2em;
  font-family: 'Heebo';
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 3px;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .yith-wcbm-badge {
    font-size: 3rem;
  }
}

.woo-variation-swatches.rtl table.variations td.label {
  text-align: right !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  -webkit-box-shadow: 0 0 0 3px #821B1C !important;
          box-shadow: 0 0 0 3px #821B1C !important;
}

#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
  display: none;
}

#customer_login .u-column1 .login-subtitle,
#customer_login .u-column1 .register-subtitle,
#customer_login .u-column2 .login-subtitle,
#customer_login .u-column2 .register-subtitle {
  margin: 1rem 0 0 0;
}

#customer_login .u-column1 .login-description,
#customer_login .u-column1 .register-description,
#customer_login .u-column2 .login-description,
#customer_login .u-column2 .register-description {
  margin: 0 0 1rem 0;
}

.woocommerce-terms-and-conditions-link {
  font-weight: 700 !important;
}

#step-payment .checkout-step-heading .step-title {
  display: none !important;
}

.page-id-2891 iframe {
  height: 40rem;
  width: 100%;
}

.hero-slider__wrapper {
  width: 100%;
  height: 36rem;
}

.hero-slider__slider {
  width: 100% !important;
  /* full width */
  height: 36rem !important;
  /* height of carousel */
  /* big previous & next buttons */
  /* icon color */
  /* hide disabled button */
}

.hero-slider__slider-item {
  width: 100% !important;
  /* full width */
  height: 100%;
}

.hero-slider__slider-item-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.hero-slider__slider-item-wrapper a {
  padding: 0.4em 2rem;
  background: #831B1C;
  color: #ffffff !important;
  font-weight: 600;
  position: absolute;
  bottom: 5em;
  left: 35%;
}

@media (max-width: 1023px) {
  .hero-slider__slider-item-wrapper a {
    bottom: 1em;
    font-size: 3rem;
  }
}

.hero-slider__slider .flickity-prev-next-button {
  width: 2rem;
  height: 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  padding: 0;
}

@media (max-width: 1023px) {
  .hero-slider__slider .flickity-prev-next-button {
    width: 6rem;
    height: 6rem;
  }
}

.hero-slider__slider .flickity-button-icon {
  fill: #fff;
}

.hero-slider__slider .flickity-button:disabled {
  display: none;
}

.hero-slider__slider .flickity-page-dots {
  display: none;
}

.hero-slider__slider .flickity-viewport {
  height: 100% !important;
}

.camp1-slider .products .flickity-slider li,
.camp2-slider .products .flickity-slider li {
  width: 23% !important;
  margin: 0 1em !important;
}

@media (max-width: 1023px) {
  .camp1-slider .products .flickity-slider li,
  .camp2-slider .products .flickity-slider li {
    width: 48% !important;
  }
}

.camp1-slider .flickity-prev-next-button,
.camp2-slider .flickity-prev-next-button {
  width: 1em;
  height: 1em;
  background-color: transparent !important;
  border-radius: 48% !important;
  color: black !important;
}

.homepage-slider1 .products .flickity-slider li,
.homepage-slider2 .products .flickity-slider li {
  width: 20% !important;
}

@media (max-width: 1023px) {
  .homepage-slider1 .products .flickity-slider li,
  .homepage-slider2 .products .flickity-slider li {
    width: 50% !important;
  }
}

.homepage-slider1 .flickity-prev-next-button,
.homepage-slider2 .flickity-prev-next-button {
  width: 1em;
  height: 1em;
  background-color: transparent !important;
  border-radius: 50% !important;
  color: black !important;
}

.homepage-slider1 .flickity-prev-next-button.next,
.camp1-slider .flickity-prev-next-button.next,
.camp2-slider .flickity-prev-next-button.next {
  left: -2em !important;
}

@media (max-width: 1023px) {
  .homepage-slider1 .flickity-prev-next-button.next,
  .camp1-slider .flickity-prev-next-button.next,
  .camp2-slider .flickity-prev-next-button.next {
    left: -1em !important;
  }
}

.homepage-slider1 .flickity-prev-next-button.previous,
.camp1-slider .flickity-prev-next-button.previous,
.camp2-slider .flickity-prev-next-button.previous {
  right: -2em !important;
}

@media (max-width: 1023px) {
  .homepage-slider1 .flickity-prev-next-button.previous,
  .camp1-slider .flickity-prev-next-button.previous,
  .camp2-slider .flickity-prev-next-button.previous {
    right: -1em !important;
  }
}

.homepage-slider2 .flickity-prev-next-button.next {
  right: -2em !important;
}

@media (max-width: 1023px) {
  .homepage-slider2 .flickity-prev-next-button.next {
    right: -1em !important;
  }
}

.homepage-slider2 .flickity-prev-next-button.previous {
  left: -2em !important;
}

@media (max-width: 1023px) {
  .homepage-slider2 .flickity-prev-next-button.previous {
    left: -1em !important;
  }
}

.role-customer .product_cat-pc-skin-base-matte .price div {
  display: none;
}
/*# sourceMappingURL=style.css.map */