/* PROMO 2023 */
section.v-products .v-products-list .v-product-card,
section.v-cart-page .v-cart-product-row .v-product-image{
	position:relative;
}
section.v-products .v-products-list .v-product-card .onsale,
section.v-product-page .onsale,
section.v-cart-page .v-cart-product-row .v-product-image .onsale {
  /* display: none; */
  color: white;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgb(239, 68, 68);
  outline: 4px solid rgba(239, 68, 68, .3);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.v-products .v-products-list .v-product-card .onsale:before,
section.v-product-page .onsale:before,
section.v-cart-page .v-cart-product-row .v-product-image .onsale:before
 {
  content: "Promo";
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(-10deg);
}

section.v-product-page .onsale {
  /* display: none; */
  width: 80px;
  height: 80px;
  left: unset;
  top: 50px;
  right: 50px;
}
section.v-product-page .onsale:before {
  font-size: 14px;
}
section.v-product-page .v-product-sheet .v-product-saleterms {
  /* display: none; */
  outline: 4px solid rgba(239, 68, 68, .3);
  background-color: rgba(239, 68, 68, 1);
  padding: 14px 15px;
}
section.v-product-page .v-product-sheet .v-product-saleterms p {
  font-size: 14px;
  color: rgb(239, 68, 68);
  font-weight: 600;
  margin: 0;
  color: white;
}

section.v-cart-page .v-cart-product-row .v-product-image .onsale {
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
}
section.v-cart-page .v-cart-product-row .v-product-image .onsale:before {
  content: "%";
  font-size: 14px;
  transform: none;
}

/* POPUP 2023 */
.rp_popup {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 999999;
  max-height: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  text-align: center;
  background-color: rgba(0,0,0,.8);
  font-family: helvetica, arial, sans-serif;
  padding: 15px;
  display: none;
}
.rp_popup:after {
  content:"";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.rp_popup .rp_popup_content {
  position: relative;
  max-width: 650px;
  width: 100%;
  display: inline-block;
  z-index: 9999;
  vertical-align: middle;
  background-color: white;
  text-align: left;
  font-size: 0;
}
.rp_popup .rp_popup_content .rp_popup_close {
  background-color: transparent;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  padding: 10px;
}
.rp_popup .rp_popup_content .rp_popup_close svg {
  width: 24px;
  fill: white;
}
.rp_popup .rp_popup_content .rp_popup_image a {
	display: block;
}
.rp_popup .rp_popup_content .rp_popup_image img {
  width: 100%;
  height: auto;
}





header.v-main-header .v-header-inner .v-header-nav li:nth-child(4) {
  /* display: none; */
}
/* header.v-main-header .v-header-inner .v-header-nav li:nth-child(4) a {
  color: rgb(239, 68, 68) !important;
} */