/*
 * Created by Vira Pardazesh
 */
.km-box-style-theme {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style-theme-2 {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e4e4e4;
}
.km-box-style {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style.km-overflow {
  overflow: hidden;
}
.km-box-style.km-padding {
  padding: 20px;
}
.km-box-style .km-title-style-theme .km-title {
  background: #fff;
}
.km-box-style2 {
  background: #fff;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 20px;
}
.km-box-style2 .km-title-style-theme .km-title {
  background: #fff;
}
* {
  letter-spacing: -0.5px;
}
.swiper-button-disabled {
  display: none !important;
}
.swiper-button-prev,
.swiper-button-next {
  background: #ffffff;
  box-shadow: 0px -3px 4.3px 0px #00000033;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 16px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: url("../../../img/panini/icon/arrow-swiper-button.svg") !important;
  font-family: none !important;
  height: 48px;
}
.swiper-button-next {
  transform: translateX(-8px);
}
.swiper-button-prev {
  transform: translateX(8px) rotate(180deg);
}
#vp-header .vp-middle-header {
  background: #ffffff !important;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header {
    position: sticky !important;
    left: 0 !important;
    right: 0 !important;
  }
}
.vp-header-right {
  display: flex !important;
  align-items: center;
}
#vp-header .vp-middle-header .vp-header-right .vp-logo img {
  margin-top: 0 !important;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-right {
    max-width: max-content !important;
  }
  #vp-header .vp-middle-header .vp-header-right .vp-header-right .vp-logo {
    max-width: 140px !important;
  }
  #vp-header .vp-middle-header .right {
    display: flex;
    align-items: center;
    width: 100% !important;
    max-width: max-content !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-right .vp-logo {
    max-width: 114px !important;
  }
  #vp-header .vp-middle-header .vp-header-right .right {
    margin: 0 !important;
  }
  .vp-search-box .vp-form {
    width: 100% !important;
  }
}
@media only screen and (min-width: 960px) {
  .vp-header-left .vp-login .vp-inner {
    border: none !important;
    border-radius: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .vp-header-left .vp-login .vp-inner #vp-title-inner-login {
    margin-left: 4px !important;
    margin-right: 0 !important;
    color: #2F2F2F !important;
    font-size: 15px !important;
    font-weight: 600 !important;
  }
  .vp-header-left .vp-login .vp-inner #vp-title-inner-login:hover {
    color: #E41D32 !important;
  }
  .vp-header-left .vp-login .vp-inner a {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
  }
  .vp-header-left .vp-login .vp-inner a img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    transform: translateY(-3px) !important;
  }
  .vp-header-left .vp-mini-cart {
    position: relative !important;
  }
  .vp-header-left .vp-mini-cart:after {
    position: absolute !important;
    right: 0 !important;
    top: 14px !important;
    background: #EEEEEE !important;
    content: '' !important;
    width: 1px !important;
    height: 24px !important;
  }
  .vp-header-left .vp-mini-cart .vp-inner {
    border: none !important;
    border-radius: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    bottom: 0 !important;
  }
  .vp-header-left .vp-mini-cart .vp-inner .vp-number {
    width: 20px !important;
    height: 20px !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 25px !important;
  }
  .vp-header-left .vp-mini-cart .vp-inner .vp-number:before {
    width: 20px !important;
    height: 20px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 50% !important;
    background: #E41D32 !important;
  }
  .vp-header-left .vp-mini-cart .vp-inner .vp-number .vp-value {
    width: 20px;
    height: 20px !important;
    font-size: 12px !important;
    top: -18px !important;
    color: #ffffff !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer.empty-cart-parent {
    width: 256px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme .km-box-style2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme .km-title {
    color: #2F2F2F !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24.8px !important;
    letter-spacing: -0.5px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme .km-description {
    text-align: center !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme .km-link {
    display: flex;
    align-items: center !important;
    justify-content: center;
    text-align: center;
    gap: 4px !important;
    color: #E41D32 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 21.7px !important;
    letter-spacing: -0.5px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .km-cart-empty-theme .km-link i {
    font-size: 19px !important;
  }
}
.card-slider-show_more {
  margin-bottom: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .card-slider-show_more {
    margin-bottom: 12px !important;
  }
}
.card-slider-show_more .icon {
  width: 62px;
  height: 62px;
  max-height: 62px;
  max-width: 62px;
  margin-left: 14px;
}
.card-slider-show_more .icon img {
  width: 100%;
  height: 100%;
}
.card-slider-show_more .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 37.2px;
  color: #2F2F2F;
}
.card-slider-show_more .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24.8px;
  color: #8F8F8F;
}
.card-slider-show_more .icon-arrow {
  height: 25px;
  width: max-content;
  margin-right: 6px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.card-slider-show_more .icon-arrow i,
.card-slider-show_more .icon-arrow svg {
  font-size: 14px;
  color: #8F8F8F;
  fill: #8F8F8F !important;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .card-slider-show_more {
    margin-bottom: 16px;
  }
  .card-slider-show_more .icon {
    width: 35px;
    height: 35px;
  }
  .card-slider-show_more .title {
    font-size: 14px;
  }
  .card-slider-show_more .text {
    font-size: 12px;
  }
  .card-slider-show_more .icon-arrow i,
  .card-slider-show_more .icon-arrow svg {
    font-size: 12px;
  }
}
.swiper-product-theme_container {
  padding: 0 16px !important;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .swiper-product-theme_container {
    padding: 0 !important;
  }
}
.swiper-general-desktop_product {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}
.swiper-general-desktop_product .swiper-wrapper_product {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.swiper-general-desktop_product .swiper-wrapper_product .swiper-slide {
  width: calc((100% - (24px * 4)) / 5) !important;
  height: auto;
  flex-shrink: 0;
  box-sizing: border-box;
}
.swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 8px !important;
}
.swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .body {
  padding: 0 8px !important;
}
.swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .body .title {
  padding-left: 16px !important;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .swiper-general-desktop_product {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .swiper-general-desktop_product.vp-group-product {
    margin-bottom: 0 !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product {
    display: flex;
    gap: 16px;
    width: max-content;
    padding: 0 !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide {
    width: 160px !important;
    flex: 0 0 auto !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 {
    padding: 0 0 !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .body .height-40 {
    height: max-content !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .info-product {
    min-height: auto !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .info-product .info .disable {
    font-size: 12px !important;
    padding: 3px 8px !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .info-product .info .priceItems .priceItemsIn {
    justify-content: flex-start !important;
    color: #BCBCBC !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 21.7px !important;
    letter-spacing: -0.5px !important;
    margin-top: 0 !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .info-product .left-side-item {
    margin-right: 0 !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .info-product .left-side-item .price {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap-reverse !important;
    margin-top: 6px !important;
    color: #292D32 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24.8px !important;
    letter-spacing: -1px !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .info-product .left-side-item .price .priceIn-unit {
    color: #2F2F2F !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 18.6px !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .info-product .left-side-item .price .discount.discount--bg-base {
    padding: 0 6px !important;
    height: 22px !important;
    display: flex !important;
    align-items: center !important;
    margin-left: 0 !important;
    margin-right: 6px !important;
    color: #ffffff !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .info-product .left-side-item .price .discount.discount--bg-base .discountTwo {
    font-size: 9px !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .info-product .left-side-item .price .discount.discount--bg-base .discountNumber {
    font-size: 12px !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 a {
    width: 100% !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .top .photo .picture {
    width: 160px !important;
    height: 160px !important;
    inset: 0 !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .top .photo .picture img {
    width: 160px !important;
    height: 160px !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .body {
    padding: 0 0 !important;
  }
  .swiper-general-desktop_product .swiper-wrapper_product .swiper-slide .product_box-v6 .body .title {
    padding-left: 16px !important;
  }
  .swiper-general-desktop_product .swiper-button-next,
  .swiper-general-desktop_product .swiper-button-prev,
  .swiper-general-desktop_product .swiper-pagination {
    display: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .swiper-product-theme_seprate .swiper-wrapper_product {
    column-gap: 32px;
  }
}
.swiper-product-theme_seprate .swiper-wrapper_product .swiper-slide {
  width: calc((100% - (24px * 4)) / 5) !important;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .swiper-product-theme_seprate .swiper-wrapper_product .swiper-slide {
    width: 160px !important;
    flex: 0 0 auto !important;
    position: relative;
  }
}
.swiper-product-theme_seprate .swiper-wrapper_product .swiper-slide:after {
  position: absolute !important;
  content: '' !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 100% !important;
  background: #EEEEEE !important;
  transform: translateX(-20px) !important;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .swiper-product-theme_seprate .swiper-wrapper_product .swiper-slide:after {
    content: '' !important;
    top: 0 !important;
    left: 0 !important;
    width: 1px !important;
    height: 100% !important;
    background: #EEEEEE !important;
    transform: translateX(-16px) !important;
  }
}
.swiper-product-theme_seprate .swiper-wrapper_product .swiper-slide .product_box-v6 .body {
  padding: 0 8px !important;
}
.swiper-product-theme_seprate .swiper-wrapper_product .swiper-slide .product_box-v6 .body .title {
  padding-left: 16px !important;
}
.product_box-v6 .body .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24.8px;
  color: #2F2F2F;
}
.product_box-v6 .body .info-product .price-contents {
  margin-top: 16px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product_box-v6 .body .info-product .price-contents .discount-value {
  font-weight: 600;
  color: #ffffff;
  background: #CC3333;
  margin-left: 12px;
  height: 30px;
  width: max-content;
  padding: 0 5px;
  font-size: 15px;
  line-height: 23.25px;
  border-radius: 16px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.product_box-v6 .body .info-product .price-contents .discount-value span {
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-right: 2px;
}
.product_box-v6 .body .info-product .price-contents .discount-value div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.product_box-v6 .body .info-product .price-contents .price {
  display: flex;
  align-items: center;
  height: 30px;
  margin-top: 0 !important;
}
.product_box-v6 .body .info-product .price-contents .price div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_box-v6 .body .info-product .price-contents .price .price-value {
  height: 30px;
  margin-left: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27.9px;
  letter-spacing: -0.95238096px;
  color: #2F2F2F;
}
.product_box-v6 .body .info-product .price-contents .price .price-icon {
  max-width: 24px;
}
.product_box-v6 .body .info-product .price-contents .price .price-icon img {
  width: 100%;
  max-width: 100%;
  max-height: 26px;
}
.product_box-v6 .body .info-product .price-discount {
  text-decoration: line-through;
  text-align: left;
  color: #B0B0B0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24.8px;
  letter-spacing: -0.46302816px;
}
.product_box-v6 .body .info-product .free-delivery {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  column-gap: 4px;
  color: #E41D32;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-group-product {
    display: flex;
    overflow-x: scroll;
    overflow-y: visible !important;
    column-gap: 24px;
    margin-bottom: 74px !important;
  }
  .vp-group-product .product_box-v6 {
    width: 100%;
    max-width: 195px !important;
    padding: 0 !important;
    height: 100%;
    min-height: max-content;
  }
  .vp-group-product .product_box-v6 .top .photo-slider {
    max-width: 160px;
    max-height: 160px;
  }
  .vp-group-product .product_box-v6 .photo {
    text-align: center;
  }
  .vp-group-product .product_box-v6 .photo .picture {
    max-width: 160px;
    max-height: 160px;
  }
  .vp-group-product .product_box-v6 .photo .picture img {
    max-width: 160px;
    max-height: 160px;
  }
  .vp-group-product .product_box-v6 .body .title {
    font-size: 13px !important;
    font-weight: 600;
    line-height: 20.15px;
    text-align: right;
  }
  .vp-group-product .product_box-v6 .body .info-product .price-contents {
    margin-top: 6px !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 25px !important;
  }
  .vp-group-product .product_box-v6 .body .info-product .price-contents .discount-value {
    margin-left: 0;
    margin-right: 6px !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 18.6px;
    padding: 2px 5px !important;
    max-height: 23px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .vp-group-product .product_box-v6 .body .info-product .price-contents .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 24.8px;
    letter-spacing: -1px;
    height: 25px !important;
  }
  .vp-group-product .product_box-v6 .body .info-product .price-discount {
    display: flex;
    justify-content: flex-start !important;
    margin-bottom: 4px !important;
  }
  .vp-group-product .product_box-v6 .body .free-delivery .icon-delivery {
    max-height: 14px;
    max-width: 14px;
  }
  .vp-group-product .product_box-v6 .body .free-delivery span {
    font-size: 11px;
    font-weight: 600;
    line-height: 17.05px;
    letter-spacing: -0.5px;
  }
  .vp-group-product_seprate {
    column-gap: 32px !important;
  }
  .vp-group-product_seprate .product_box-v6 {
    position: relative;
  }
  .vp-group-product_seprate .product_box-v6:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #EEEEEE;
    transform: translateX(-16px);
  }
}
.vp-quick-nav {
  display: none !important;
}
@media only screen and (min-width: 960px) {
  .vp-header-left .vp-login .vp-inner {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 8px !important;
    display: flex !important;
    align-items: center !important;
    display: flex !important !important;
    align-items: center !important !important;
    justify-content: center !important !important;
  }
  .vp-header-left .vp-login .vp-inner #login_text {
    margin-right: 4px !important;
    margin-right: 0 !important;
    color: #2F2F2F !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    width: auto !important;
    height: auto !important;
    display: inline !important;
  }
  .vp-header-left .vp-login .vp-inner a {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
  }
  .vp-header-left .vp-login .vp-inner a img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    transform: translateY(-3px) !important;
  }
  .vp-header-left .vp-login .vp-outer {
    width: 260px !important;
    max-width: 260px !important;
    box-shadow: 0px 0px 12px 0px #00000029 !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-header {
    background: #ffffff !important;
    color: #2F2F2F !important;
    padding-right: 38px !important;
    padding-left: 16px !important;
    max-height: 54px !important;
    height: 54px !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-header .vp-img {
    max-width: 18px !important;
    right: 16px !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-header .vp-name {
    max-height: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    color: #2F2F2F !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 21.7px !important;
    letter-spacing: -0.5px !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #F7F7F7 !important;
    padding-bottom: 4px !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-header .vp-name i {
    font-size: 20px !important;
    color: #2F2F2F !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-menu ul li {
    padding: 16px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-menu ul li:after {
    position: absolute !important;
    content: '' !important;
    width: 90% !important;
    height: 1px !important;
    background: #F7F7F7 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-menu ul li a {
    height: 22px !important;
    display: flex !important;
    align-items: center !important;
    color: #8F8F8F !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 21.7px !important;
    letter-spacing: -0.5px !important;
    position: relative !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-menu ul li a .icon {
    margin-left: 8px !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-menu ul li a .dot {
    width: 4px !important;
    height: 4px !important;
    background: #E41D32;
    border-radius: 50% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transform: translateX(-6px) !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-menu ul li i {
    margin-left: 0 !important;
    text-align: left !important;
    color: #C8C8C8 !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-menu ul li .vp-number {
    background: #E41D32 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 18.6px !important;
    letter-spacing: -0.5px !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 22px !important;
    min-height: 22px;
    max-height: max-content !important;
    max-width: max-content !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-menu ul li .vp-score {
    color: #8F8F8F !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18.6px !important;
    letter-spacing: -0.5px !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-menu ul li.vp-logout {
    border-top: none !important;
  }
  .vp-header-left .vp-login .vp-outer .vp-menu ul li.vp-logout a {
    color: #CC3333 !important;
  }
  .vp-header-left .vp-mini-cart {
    position: relative !important;
  }
  .vp-header-left .vp-mini-cart:after {
    position: absolute !important;
    right: 0 !important;
    top: 14px !important;
    background: #EEEEEE !important;
    content: '' !important;
    width: 1px !important;
    height: 24px !important;
  }
  .vp-header-left .vp-mini-cart .vp-inner {
    border: none !important;
    border-radius: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    bottom: 0 !important;
  }
  .vp-header-left .vp-mini-cart .vp-inner .vp-number {
    width: 20px !important;
    height: 20px !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 25px !important;
  }
  .vp-header-left .vp-mini-cart .vp-inner .vp-number:before {
    width: 20px !important;
    height: 20px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 50% !important;
    background: #E41D32 !important;
  }
  .vp-header-left .vp-mini-cart .vp-inner .vp-number .vp-value {
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
    top: -18px !important;
    color: #ffffff !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer {
    box-shadow: 0px 0px 12px 0px #00000029 !important;
    width: 535px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-shipping {
    padding-top: 32px !important;
    border-bottom: none !important;
    padding-bottom: 6px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-shipping .vp-header {
    color: #E41D32 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 20.15px !important;
    letter-spacing: -0.5px !important;
    padding-bottom: 6px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-shipping .vp-progress {
    background: #EEEEEE !important;
    border-radius: 4px !important;
    height: 5px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-shipping .vp-progress .vp-progress-bar {
    border-radius: 4px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-price-all {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-price-all .vp-price {
    color: #8F8F8F !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 20.15px !important;
    letter-spacing: -0.5px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products {
    max-height: 390px !important;
    scrollbar-color: #E41D32 #ffffff !important;
    margin-bottom: 108px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item {
    border-bottom: 1px solid #F7F7F7 !important;
    padding-bottom: 16px !important;
    padding-top: 20px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .discount-time {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 12px !important;
    margin-top: 24px !important;
    padding: 0 4px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .discount-time div {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21.7px !important;
    letter-spacing: -0.5px !important;
    color: #E41D32 !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-row {
    margin-top: 24px !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
    align-items: center !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-row .vp-price-list {
    margin-right: 16px !important;
    margin-top: 0 !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-row .vp-price-list .vp-price-discount {
    margin-bottom: 4px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-row .vp-price-list .vp-price-discount span {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21.7px !important;
    letter-spacing: -1px !important;
    color: #E41D32 !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-row .vp-price-list .vp-price span {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24.8px !important;
    letter-spacing: -1px !important;
    color: #2F2F2F !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-row .vp-quantity {
    display: flex !important;
    align-items: center !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-product-item-theme {
    border-bottom: none !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-product-item-theme.vp-theme-mini-cart {
    padding: 10px 143px 10px 10px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-product-item-theme .vp-product-img {
    width: 120px !important;
    height: 120px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-product-item-theme .vp-title {
    color: #292D32 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24.8px !important;
    letter-spacing: -0.5px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-product-item-theme .productFeatures {
    margin-top: 16px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-product-item-theme .productFeatures .item {
    color: #8F8F8F !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18.6px !important;
    display: flex !important;
    align-items: center !important;
    height: 18px !important;
    margin-bottom: 8px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-product-item-theme .productFeatures .item span {
    padding-top: 2px !important;
    margin-right: 8px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18.6px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-product-item-theme .productFeatures .item .item-icon {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-product-item-theme .productFeatures .item .item-icon_color {
    border: 1px solid #C6C6C6 !important;
    border-radius: 50% !important;
    padding: 1px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-products .vp-products_item .vp-product-item-theme .productFeatures .item .item-icon_color .bg {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-footer {
    height: 104px !important;
    background: #ffffff !important;
    justify-content: space-between !important;
    padding: 24px 40px !important;
    border-top: none !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-footer .vp-btn {
    background: #E41D32 !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-footer .vp-btn .vp-title {
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24.8px !important;
    letter-spacing: -0.5px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-footer .vp-sum-prices {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-footer .vp-sum-prices .title {
    color: #8F8F8F !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21.7px !important;
    letter-spacing: -1px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-footer .vp-sum-prices .price-value {
    display: flex !important;
    align-items: center !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-footer .vp-sum-prices .price-value .value {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 37.2px !important;
    letter-spacing: -1px !important;
    color: #2F2F2F !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-footer .vp-sum-prices .price-value .icon {
    height: 37.2px !important;
    margin-right: 4px !important;
  }
  .vp-header-left .vp-mini-cart .vp-outer .vp-content .vp-footer .vp-sum-prices .price-value .icon img {
    height: 100% !important;
  }
}
.product_box.product_box-v6 .info-product .info .disable {
  background: #E41D32 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -0.5px !important;
}
.product_box.product_box-v6 .info-product .info .disable span {
  color: #ffffff !important;
}
.product_box.product_box-v6 .info-product .info .priceItems .price {
  display: flex;
  align-items: center;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: -0.95238096px !important;
  color: #292D32 !important;
}
.product_box.product_box-v6 .info-product .info .priceItems .price .discount {
  margin-right: 0 !important;
  margin-left: 8px !important;
  border-radius: 16px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -0.5px !important;
  background: #E41D32 !important;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .product_box.product_box-v6 .info-product .info .priceItems .price .discount {
    margin-right: 8px !important;
    margin-left: 0 !important;
  }
}
.product_box.product_box-v6 .info-product .info .priceItems .priceItemsIn {
  margin-top: 1px !important;
}
.product_box.product_box-v6 .info-product .info .priceItems .priceItemsIn .oldPrice {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24.8px !important;
  letter-spacing: -0.5px !important;
  color: #BCBCBC !important;
}
.product_box.product_box-v6 .info-product .info .priceItems .priceItemsIn .oldPrice:after {
  background: #BCBCBC !important;
}
.product_box-v6 .info-product .info .priceItems .price .priceIn-unit {
  color: #292D32 !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.product_box.product_box-v6 .info-product .info .priceItems .price .discount {
  color: #ffffff !important;
}
.vp-footer-new .bottom-section .left .social-item .social-icon i {
  font-size: 24px !important;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-form-place-holder img {
    display: none !important;
  }
}
#animated-thumbnails img:hover {
  transform: scale(1.05);
}
/*# sourceMappingURL=layout.css.map */