/**/
.container-fluid{
    max-width: 1480px!important;
}
.menu li.left > ul {
    left: -108% !important;
}
/* rtl prices */
.product-price .new-price, .product-price .price, .price-format {
    direction: rtl;
    unicode-bidi: inherit;
    float: left;
    display: contents;
}
.product-price .new-price{
    display: flex;
}
.product-price .new-price small{
    order: 1;
    direction: ltr;
    margin: 0 4px 0 0;
}