.swiper-wrapper{
    height: auto !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #aab9b9 !important;
}

.breadcrumb .breadcrumb-item {
    padding-right: 30px;
}
.breadcrumb .breadcrumb-arrow {
    right: 11px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.product__actions-item--buy-voucher button{
    padding: .1rem 1.2rem !important;
    line-height: 20px !important;
}
.product__actions-item--buy-freeship button{
    padding: .1rem 3rem !important;
    line-height: 20px !important;
}

.product__prices__details-container{
    background: url(../images/priceBg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
    position: relative;
}
.product__prices__details{
    display: flex;
    align-items: stretch;
    gap: 10px;
}
.product-card__main-price{
    color: #ea0000;
}
.product-card__prices__sub{
    color: #767676;
    font-size: 22px;
    font-weight: normal !important;
    text-decoration: line-through;
}
.product__prices__VAT{
    font-size: 16px;
    font-weight: lighter !important;
}
.product__prices__discount-percent {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    background: url(../images/price_tag_detail_red.png) no-repeat #efefef;
    background-size: auto 100%;
    width: 75px;
    height: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    right: 40%;
}
.product__prices__discount-percent.product__prices__flashsale-discount-percent {
    top: 20%;
}
@media (max-width: 767px) {
    .product__prices__discount-percent {
    right: 20%;
    }
}