/**/
.container-fluid{
    max-width: 1480px!important;
}
.bg-gradient {
    background: var(--color-light);
    background: -moz-linear-gradient(90deg, var(--color-dark) 3%, var(--color) 97%);
    background: -webkit-linear-gradient(90deg, var(--color-dark) 3%, var(--color) 97%);
    background: linear-gradient(90deg, var(--color-dark) 3%, var(--color) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color)", endColorstr="var(--color)", GradientType=1);
}
.header-bottom{
    background: var(--color-dark) !important;
}
.home-nav .menu>li>a{
    text-transform: uppercase;
    font-weight: 400;
}
.site-bigbanner-overlay-image{
    z-index: 9;
    max-height: 80%;
    width: auto!important;
    position: absolute;
    right: 5%;
    top: 10%;
}
.info-cart-details{
    position: relative;
    z-index: 10;
}
.footer{
    background-color: #f9f9f9!important;
    color:#999;
}
.footer a:hover, .footer a:focus{
    color: var(--color) !important;
}
.footer-middle {
    border-bottom: 1px solid #e2e2e2;
}
p,li,div,button,td,th{
    font-size: 1.4rem;
}
#product-list .product-cat, .owl-carousel .product-cat {
    font-size: 1.2rem;
}

/* rtl prices */
html[lang='fr-be'] .product-price .new-price, html[lang='fr-be'] .product-price .price, html[lang='fr-be'] .price-format {
    direction: rtl;
    unicode-bidi: inherit;
    float: left;
    display: contents;
}
html[lang='fr-be'] .product-price .new-price{
    display: flex;
}
html[lang='fr-be'] .product-price .new-price small{
    order: 1;
    direction: ltr;
    margin: 0 4px 0 0;
}
.is-deal-product-label{
    color: #ffffff!important;
}