/* Mobillife BYN symbol and price rows */
.mobillife-byn-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .82em;
    height: .96em;
    line-height: 1;
    vertical-align: -.12em;
    flex: 0 0 auto;
}

.mobillife-byn-symbol svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.browse-view .row .product .spacer .product-price,
.product-carousel .owl-item .product-container .product-wrap .product-price {
    white-space: nowrap;
}

.browse-view .row .product .spacer .product-price .PricesalesPrice.vm-display.vm-price-value,
.product-carousel .owl-item .product-container .product-wrap .product-price .PricesalesPrice.vm-display.vm-price-value {
    display: inline-flex !important;
    align-items: baseline;
    min-height: 0;
    vertical-align: baseline;
    white-space: nowrap;
}

.browse-view .row .product .spacer .product-price .PricesalesPrice.vm-display.vm-price-value span.PricesalesPrice,
.product-carousel .owl-item .product-container .product-wrap .product-price .PricesalesPrice.vm-display.vm-price-value span.PricesalesPrice {
    display: inline-flex !important;
    align-items: baseline;
    gap: 3px;
    padding: 0;
    line-height: 1.15;
    white-space: nowrap;
}

.browse-view .row .product .spacer .product-price .PricesalesPrice.vm-display.vm-price-value span.PricesalesPrice {
    font-size: 15px;
}

.product-carousel .owl-item .product-container .product-wrap .product-price .PricesalesPrice.vm-display.vm-price-value span.PricesalesPrice {
    font-size: 14px;
}

.browse-view .row .product .spacer .product-price span.price-crossed,
.product-carousel .owl-item .product-container .product-wrap .product-price span.price-crossed {
    display: inline-flex !important;
    align-items: baseline;
    gap: 3px;
    padding: 0 6px;
    font-size: 13px;
    line-height: 1.15;
    vertical-align: baseline;
    white-space: nowrap;
}

.browse-view .row .product .spacer .product-price span.price-crossed .vm-display,
.product-carousel .owl-item .product-container .product-wrap .product-price span.price-crossed .vm-display,
.browse-view .row .product .spacer .product-price span.price-crossed .PricebasePriceWithTax,
.product-carousel .owl-item .product-container .product-wrap .product-price span.price-crossed .PricebasePriceWithTax {
    display: inline-flex !important;
    align-items: baseline;
    gap: 3px;
    line-height: 1.15;
    white-space: nowrap;
}

.browse-view .row .product .spacer .product-price .percentPrice,
.product-carousel .owl-item .product-container .product-wrap .product-price .percentPrice {
    vertical-align: middle;
}

.product-container.productdetails-view.productdetails .product_description .product-price .PricesalesPrice,
.product-container.productdetails-view.productdetails .product_description .product-price .PricebasePriceWithTax,
.product-container.productdetails-view.productdetails .product_description .product-price .price-crossed {
    white-space: nowrap;
}

.product-container.productdetails-view.productdetails .product_description .product-price .mobillife-byn-symbol {
    margin-left: 3px;
}

@media (max-width: 767px) {
    .browse-view .row .product .spacer .product-price .PricesalesPrice.vm-display.vm-price-value span.PricesalesPrice,
    .product-carousel .owl-item .product-container .product-wrap .product-price .PricesalesPrice.vm-display.vm-price-value span.PricesalesPrice {
        font-size: 15px;
    }

    .browse-view .row .product .spacer .product-price span.price-crossed,
    .product-carousel .owl-item .product-container .product-wrap .product-price span.price-crossed {
        font-size: 13px;
        padding: 0 5px;
    }
}
/* Product details BYN symbol alignment fix */
.product-container.productdetails-view.productdetails .product_description .product-price .PricesalesPrice.vm-display.vm-price-value {
    display: inline-flex !important;
    align-items: baseline;
    gap: 3px;
    min-width: 0;
    white-space: nowrap;
}

.product-container.productdetails-view.productdetails .product_description .product-price .PricesalesPrice.vm-display.vm-price-value > span.PricesalesPrice {
    display: inline-flex !important;
    align-items: baseline;
    gap: 3px;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

.product-container.productdetails-view.productdetails .product_description .product-price .price-crossed {
    display: inline-flex !important;
    align-items: baseline;
    padding: 0;
    background: transparent;
    white-space: nowrap;
}

.product-container.productdetails-view.productdetails .product_description .product-price .PricebasePriceWithTax.vm-display.vm-price-value,
.product-container.productdetails-view.productdetails .product_description .product-price .PricebasePriceWithTax.vm-display.vm-price-value > span.PricebasePriceWithTax {
    display: inline-flex !important;
    align-items: baseline;
    gap: 3px;
    white-space: nowrap;
}

.product-container.productdetails-view.productdetails .product_description .product-price .percentPrice {
    margin-top: 2px;
}

/* Mobile VirtueMart cart dropdown alignment */
@media (max-width: 767px) {
    #vmCartModule .wrap-cart-content {
        left: 0 !important;
        right: auto !important;
        width: 300px;
        max-width: calc(100vw - 48px);
    }

    #vmCartModule .cart_content {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #vmCartModule .cart_content:before {
        left: 25px;
        right: auto;
    }

    #vmCartModule .vm_cart_products {
        max-height: 45vh;
        overflow-y: auto;
    }
}