
/* ===========================================================================
Header
============================================================================*/
/*.sl-header-outer {
    font-family: 'Open Sans', sans-serif;
    position: relative !important;
    z-index: 999;
}*/

.sl-header {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    z-index: 999;
}

    .sl-header .dropdown-menu.show {
        display: block !important;
    }

/* ------------------------------- topbar ------------------------------ */
.sl-topbar {
    background-color: #373737;
    color: white;
    font-size: 12px;
    padding: 6px 0;
}

    .sl-topbar ul.sl-topbar-left-menu li a.btn {
        background-color: transparent;
        color: white;
        padding: 3px 5px;
        line-height: 1;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        .sl-topbar ul.sl-topbar-left-menu li a.btn.dropdown-toggle::after {
            margin-top: 5px;
            margin-left: 5px !important;
        }

    .sl-topbar ul.sl-topbar-left-menu .dropdown-menu {
        min-width: 3.6rem;
        background-color: black;
        padding: 0;
    }

        .sl-topbar ul.sl-topbar-left-menu .dropdown-menu .dropdown-item {
            color: white;
            background-color: black;
            font-size: 14px;
            padding: 5px;
            border-top: 1px solid #646464;
            text-align: center;
        }

            .sl-topbar ul.sl-topbar-left-menu .dropdown-menu .dropdown-item:focus,
            .sl-topbar ul.sl-topbar-left-menu .dropdown-menu .dropdown-item:hover {
                color: white;
                background-color: #d71c24;
            }

    .sl-topbar ul.sl-topbar-right-menu .list-inline-item:not(:last-child) {
        margin-right: 0;
        padding-right: 15px;
        line-height: 1;
    }

    .sl-topbar ul.sl-topbar-right-menu .list-inline-item-currency.list-inline-item:not(:last-child) {
        padding-right: 5px;
        padding-left: 5px;
    }

    .sl-topbar ul.sl-topbar-right-menu > li > a {
        color: #fff !important;
    }

    .sl-topbar ul.sl-topbar-right-menu li a {
        color: #777;
        font-size: 12px;
        display: block;
        padding: 0;
        text-align: left;
    }

        .sl-topbar ul.sl-topbar-right-menu li a:hover {
            color: var(--sl-red);
            text-decoration: none;
        }

    .sl-topbar ul.sl-topbar-right-menu .dropdown-menu li.active a {
        color: var(--sl-red);
    }

.currency-selector .btn,
.language-selector .btn {
    color: white;
    height: 20px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
}

    .currency-selector .btn-group .btn .mdi::before,
    .language-selector .btn .mdi::before {
        margin-top: 3px !important;
    }

@media(max-width: 1199.98px) {
    .currency-selector .btn, .language-selector .btn {
        color: white;
    }
}

.sl-topbar ul.sl-topbar-right-menu .dropdown-menu {
    background-color: white;
    padding: 10px;
    min-width: 100px;
}

.currency-selector .dropdown-menu a, .language-selector .dropdown-menu a {
    color: black;
    font-size: 14px;
    padding: 6px !important;
}

.language-selector .dropdown-menu ul li:first-child a {
    font-family: "Geeza Pro", "Nadeem", "Al Bayan", "DecoType Naskh", "DejaVu Sans", "STFangsong", "STHeiti", "STKaiti", "STSong", "AB AlBayan", "AB Geeza", "AB Kufi", "DecoType Naskh", "Aldhabi", "Andalus", "Sakkal Majalla", "Simplified Arabic", "Traditional Arabic", "Arabic Typesetting", "Urdu Typesetting", "Droid Naskh", "Droid Kufi", "Roboto", "Tahoma", "Times New Roman", "Arial", serif;
    font-size: 14px;
}

@media(max-width: 1199.98px) {
    .sl-menu-mobile-header .dropdown-menu {
        min-width: 80px;
    }

    .currency-selector .dropdown-menu a, .language-selector .dropdown-menu a {
        color: white;
        line-height: 1;
    }
}

/* ---------------------------- logobar ------------------------------- */
.sl-logobar {
    padding: 15px 0;
    background-color: white;
    /* border-bottom: 1px solid #eee; */
}

.sl-logo img {
    max-height: 75px;
}

@media(max-width: 767.98px) {
    .sl-logo img {
        max-height: 65px;
    }
}

html[lang="ar"] .sl-logo {
    text-align: right;
}

.sl-logobar-carticon-ul {
    display: flex;
    align-items: center;
}


html[lang="en"] #small-searchterms {
    border-radius: 0;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 20px;
}

html[lang="ar"] #small-searchterms {
    border-radius: 0;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-right: 20px;
}

.search-box-button {
    height: 38px;
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    color: black !important;
}

    .search-box-button:hover {
        background-color: #dbdbdb !important;
        border-color: #dbdbdb !important;
        color: black !important;
    }

html[lang="en"] .search-box-button {
    margin-left: 0;
    border-radius: 0;
    font-size: 16px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

html[lang="ar"] .search-box-button {
    margin-left: 0;
    border-radius: 0;
    font-size: 16px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
}


.sl-search .form-control {
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

    .sl-search .form-control:focus {
        border-color: black;
        background-color: white;
    }

.sl-search .btn-outline-secondary {
    background-color: black;
    color: white;
    border-color: black;
}

@media(min-width: 1200px) {
    .advanced-search-results.open {
        min-width: 570px;
    }

    html[lang="ar"] .advanced-search-results.open {
        left: unset;
        right: 15px;
    }
}

.advanced-search-results .in-separator,
.advanced-search-results .product-in {
    display: none !important;
}

/*.advanced-search-results .products-container > li > a {
	flex-direction: row-reverse;
}*/

/*sticky search*/
@media(max-width: 1199.98px) {
    section.sl-search-mobile {
        min-height: 53px;
    }

    #sl-search-mobile-form-holder.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: white;
        padding: 10px;
        box-shadow: 1px 1px 8px #ddd;
        transition: 0.2s ease;
        transform: translateY(-100%);
    }

    body.scroll-up #sl-search-mobile-form-holder.sticky {
        transform: translateY(0%);
    }
}
/*end sticky search*/

.sl-logobar-carticon a.has-icon {
    cursor: pointer;
    margin-left: 10px;
    display: flex;
    align-items: center;
    color: #4a4a4a;
}

/* new user icon */
/*
.user-mediastyle {
    display: flex;
    align-items: center;
    text-align: left;
    padding-right: 20px;
    border-right: 1px solid #d5d5d5;
    cursor: pointer;
    position: relative;
}
@media(min-width: 768px){
    html[lang="ar"] .user-mediastyle {
        padding-right: 0;
        padding-left: 20px;
        border-right: 0;
        border-left: 1px solid #d5d5d5;
        text-align: right;
    }
}
@media(min-width: 768px){
    .user-mediastyle-icon{
        margin-right: 10px;
    }
    html[lang="ar"] .user-mediastyle-icon {
        margin-right: 0;
        margin-left: 8px;
    }
}
.user-mediastyle-icon img{
    height: 28px;
    width: 28px;
}
.user-mediastyle-txt > ul > li{
    font-size: 12px;
}
.user-mediastyle-txt > ul > span > li {
    line-height: 1.1;
}
.user-mediastyle-txt > ul > span > li > a{
    font-size: 12px;
}
.user-mediastyle-txt .fa-angle-down {
    display: inline-block;
    position: unset;
    font-size: 16px;
    margin-left: 5px;
}
.dropdown-user-mediastyle {
    background-color: white;
    width: 100%;
    min-width: 120px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: calc(100% + 10px);
    box-shadow: 1px 1px 8px darkgray;
    z-index: 9999;
    padding: 10px;
    display: none;
}
.dropdown-user-mediastyle ul li a {
    color: black;
    font-size: 13px;
    padding: 5px 15px;
    display: block;
}

@media(max-width: 767.98px){
    .user-mediastyle{
        padding-right: 0;
        border: 0;
    }
    .user-mediastyle-txt{
        display: none;
    }
}
*/
/* ----- */
.sl-logobar-carticon-ul > li {
    display: inline-flex;
    align-items: center;
}

html[lang="en"] .sl-logobar-carticon-ul > .list-inline-item:not(:last-child) {
    margin-right: 0px;
    border-right: 1px solid #e6e6e6;
    padding-right: 14px;
}

@media(max-width: 1199.98px) {
    html[lang="en"] .sl-logobar-carticon-ul > .list-inline-item:not(:last-child) {
        border-right: 0;
        padding-right: 10px;
    }
}

html[lang="ar"] .sl-logobar-carticon-ul > .list-inline-item:not(:last-child) {
    margin-left: 14px;
    border-left: 1px solid #e6e6e6;
    padding-left: 14px;
}

@media(max-width: 1199.98px) {
    html[lang="ar"] .sl-logobar-carticon-ul > .list-inline-item:not(:last-child) {
        border-left: 0;
        padding-left: 10px;
    }
}

.sl-logobar-carticon-ul .bi {
    width: 23px;
    height: 23px;
}

    .sl-logobar-carticon-ul .bi.bi-person-fill {
        width: 24px;
        height: 24px;
    }

    .sl-logobar-carticon-ul .bi.bi-heart-fill {
        width: 18px;
        height: 18px;
    }

    .sl-logobar-carticon-ul .bi.bi-basket2-fill {
        width: 21px;
        height: 24px;
    }

.sl-carticon {
    position: relative;
}

.sl-logobar-carticon .icon-label {
    font-size: 14px;
    display: block;
    color: #4a4a4a;
}

html[lang="en"] .sl-logobar-carticon .icon-label {
    margin-left: 12px;
}

html[lang="ar"] .sl-logobar-carticon .icon-label {
    margin-right: 12px;
}

.sl-logobar-carticon .c-button__text {
    display: contents;
}

.cart-counter-badge {
    position: absolute;
    left: 15px;
    top: -10px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-size: 11px;
    text-align: center;
    padding: 0;
    background-color: #cdcdcd;
    color: black;
    display: block;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid white;
}

html[lang="ar"] .cart-counter-badge {
    right: -12px;
    left: unset;
}

/*
@media(max-width: 767.98px){
    html[lang="ar"] .cart-counter-badge{
        right: unset;
        left: -15px;
    }
}
*/


.sl-hearticon {
    position: relative;
}

.heart-counter-badge {
    position: absolute;
    left: 14px;
    top: -11px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-size: 10px;
    text-align: center;
    padding: 0;
    background-color: #cdcdcd;
    color: black;
    display: block;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid white;
}

html[lang="ar"] .heart-counter-badge {
    left: unset;
    right: -12px;
}


.heart-counter-badge.has-items,
.cart-counter-badge.has-items {
    background-color: #c8881d;
    color: white;
}

@media(max-width: 1199.98px) {
    .sl-logobar-carticon a.has-icon {
        display: block;
    }

    .sl-logobar-carticon .icon-label {
        display: none;
    }
}
/* --------------------------- menubar -------------------------------- */
/*
@media(min-width: 1200px){
    .sl-menubar{
        margin-bottom: 7px;
        background-color: #e8ebee;
    }
    .homepage .sl-menubar {
        background-color: white;
    }
}
*/

.sl-menu .dropdown-menu.show {
    display: block !important;
}

.sl-menu {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    z-index: 999;
    background-color: transparent;
    /*-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.04);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.04);
    display: flex;*/
}

    .sl-menu > .list-inline-item {
        margin-right: 0;
    }

    .sl-menu > li > a {
        font-size: 15px;
        line-height: 26px;
        color: #808080;
        text-decoration: none;
        padding: 12px 15px;
        display: block;
        position: relative;
        white-space: nowrap;
    }
    /*.sl-menu > li:not(:last-child) > a {
    border-right: 1px solid rgba(255,255,255,0.1);
}*/

    .sl-menu > li:hover > a {
        color: black;
    }

.sl-dropdown-wrap {
    position: absolute;
    top: 100%;
    background-color: white;
    color: black;
    text-align: left;
    padding: 30px;
    box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
    z-index: 100;
}
/* full width mega menu desktops */
@media(min-width: 1200px) {
    .sl-menu li.has-dropdown:not(.style-vertical-list) > .sl-dropdown-wrap {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(min-width: 1200px) {
    .sl-dropdown-wrap {
        display: none;
    }

    .sl-menu > .list-inline-item:hover .sl-dropdown-wrap {
        display: block;
    }
}


/*----- submenu ----- */
.sl-submenu-title a {
    color: black;
    font-size: 13px;
    text-transform: capitalize;
}

    .sl-submenu-title a:hover {
        color: var(--sl-red);
    }

.sl-submenu-items > ul > li > a {
    color: black;
    padding: 5px 0 0 0;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    white-space: nowrap;
}

    .sl-submenu-items > ul > li > a:hover {
        color: #bf172d;
    }

/* dropdowns: style vertical list */
@media(min-width: 1200px) {
    .sl-menu > .style-vertical-list {
        position: relative;
    }

        .sl-menu > .style-vertical-list .sl-dropdown-wrap {
            min-width: 180px;
            right: auto;
            z-index: 9;
            max-height: 450px;
            overflow-y: auto;
        }

        .sl-menu > .style-vertical-list .sl-submenu-wrap {
            flex: 0 0 100%;
            max-width: 100%;
        }

            .sl-menu > .style-vertical-list .sl-submenu-wrap .sl-submenu-title a {
                padding: 5px 0;
                display: block;
                white-space: nowrap;
            }

            .sl-menu > .style-vertical-list .sl-submenu-wrap .sl-submenu-items {
                display: none;
                position: absolute;
                left: calc(100% - 10px);
                top: -10px;
                min-width: 170px;
                background-color: white;
                padding: 15px;
                box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
            }

            .sl-menu > .style-vertical-list .sl-submenu-wrap:hover .sl-submenu-items {
                display: block;
            }
}


/* sticky logobar on desktops */
.sl-logobar.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 12px 0;
    transition: 0.4s ease;
}

    .sl-logobar.sticky #small-search-box-form {
        pointer-events: none;
        opacity: 0;
    }

    .sl-logobar.sticky .sl-logo img {
        max-height: 40px;
    }


/* sticky menu on desktops */
@media(min-width: 1200px) {
    .sl-menubar.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #e8ebee;
        z-index: 99;
    }
}

/* set icons on sticky menu */
.sl-menubar .sl-logobar-carticon-ul {
    display: none;
}

    .sl-menubar .sl-logobar-carticon-ul .icon-label,
    .sl-menubar .sl-logobar-carticon-ul .user-mediastyle-txt {
        display: none;
    }

    .sl-menubar .sl-logobar-carticon-ul .user-mediastyle {
        padding-right: 0;
        border: 0;
    }

html[lang="ar"] .sl-menubar .sl-logobar-carticon-ul .user-mediastyle {
    padding-right: 0;
    padding-left: 0;
}

.sl-menubar .sl-logobar-carticon-ul .list-inline-item:first-child + .list-inline-item {
    margin-right: 20px;
}

html[lang="ar"] .sl-menubar .sl-logobar-carticon-ul .list-inline-item:first-child + .list-inline-item {
    margin-right: 0;
    margin-left: 20px;
}

.sl-menubar.sticky .sl-logobar-carticon-ul {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: block;
}

html[lang="ar"] .sl-menubar.sticky .sl-logobar-carticon-ul {
    right: unset;
    left: 15px;
}

@media(max-width: 1199.98px) {
    .sl-menubar.sticky .sl-logobar-carticon-ul {
        display: none;
    }
}


/*
.sl-logobar-carticon-ul .icon-white{
    display: none;
}
.sl-menubar .sl-logobar-carticon-ul .icon-white{
    display: inline;
    width: 24px;
    height: 24px;
	display:none;
}
.sl-logobar-carticon-ul .icon-black{
    display: inline;
}
*/
/*.sl-menubar .sl-logobar-carticon-ul .icon-black{
    display: none;
}*/
/*
@media(max-width: 767.98px){
    .sl-menubar .sl-logobar-carticon-ul .icon-white{
        display: none !important;
    }
}
*/

html[lang="ar"] .sl-menubar .sl-logobar-carticon-ul .heart-counter-badge {
    right: unset;
    left: -18px;
}

html[lang="ar"] .sl-menubar .sl-logobar-carticon-ul .cart-counter-badge {
    right: unset;
    left: -20px;
}


/* 3 dots ... more link on desktops */
@media(min-width: 1200px) {
    .li-dots {
        position: absolute !important;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    html[lang="ar"] .li-dots {
        right: auto;
        left: 0;
    }

    .lets-hide-baby {
        display: none !important;
    }

    .slim {
        height: 44px !important;
    }

    .fat {
        height: auto !important;
    }

    /*.overflow-hidden-desktop{overflow: hidden !important;}*/
}

@media(max-width: 1199.98px) {
    .li-dots {
        display: none !important;
    }
}

/*------------------------------- menu on mobile (+ desktops ?) -------------------------*/
.sl-menu-desktop-header {
    padding: 10px 15px 10px 15px;
    background-color: #000;
    color: white;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

@media(max-width: 1199.98px) {

    /*------logobar ----- */
    .sl-logobar {
        padding: 15px 0;
        border-bottom: 0;
    }

    .sl-bars {
        padding: 5px 10px 5px 0;
        cursor: pointer;
    }

    .sl-logo {
        margin-left: -15px;
        margin-right: -15px;
    }

    .padding-0-mobile {
        padding: 0;
    }

    .sl-bars .fa {
        font-size: 30px;
    }

    .sl-dropdown-profileicon a.has-icon {
        max-width: 26px;
        padding-bottom: 5px;
    }

    .sl-dropdown-profileicon .dropdown-toggle::after {
        display: none;
    }

    .sl-dropdown-profileicon .dropdown-menu {
        background-color: black;
    }

        .sl-dropdown-profileicon .dropdown-menu a {
            background-color: black;
            color: white;
            font-size: 15px;
        }

    section.sl-search-mobile {
        padding: 0 0 15px 0;
    }
}


@media(max-width: 1199.98px) {

    /*----- menu -----*/
    .sl-menubar {
        background: linear-gradient(90deg, #f0f0f0 80%, rgba(0,0,0,0.5) 80%);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99;
        box-shadow: 1px 1px 7px black;
        overflow-y: auto;
        display: none;
    }

    .sl-menu.list-inline {
        display: flex;
        flex-direction: column;
        width: 80%;
    }

    .sl-menu > .list-inline-item {
        margin: 0;
    }

        .sl-menu > .list-inline-item > a {
            text-align: left;
            padding: 10px;
            padding-left: 20px;
            background-color: #f0f0f0;
            color: black;
            border-top: 1px solid #e7e7e7;
            font-size: 14px;
            font-weight: bold;
            border-right: 0 !important;
        }

    /*dropdown*/
    .has-dropdown {
        position: relative;
    }

    .sl-slide-trigger {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 5px;
        color: black;
        border-left: 1px solid #e7e7e7;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sl-menu > .list-inline-item.has-dropdown > .sl-slide-trigger {
        height: 42px;
        width: 52px;
    }

    .sl-submenu-title.has-dropdown > .sl-slide-trigger {
        height: 42px;
        width: 52px;
    }

    .sl-dropdown-wrap {
        position: relative;
        padding: 0;
        display: none;
        box-shadow: none;
        border-top: 1px solid #d6d0d2;
        border-bottom: 1px solid #d6d0d2;
    }

    .sl-submenu-wrap-picture {
        display: none;
    }

    .sl-submenu-title a {
        color: black;
        background-color: white;
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 10px 10px 10px 30px;
        border-bottom: 1px solid #f5f5f5;
    }

    .sl-submenu-items {
        margin: 0;
        display: none;
    }

        .sl-submenu-items > ul > li > a {
            display: block;
            color: white;
            background-color: #262626;
            font-size: 14px;
            padding: 10px 10px 10px 50px;
        }
    /* mobile menu dropdown header */
    .sl-menu-mobile-header {
        padding: 10px 15px 10px 15px;
        background-color: #262626;
        color: white;
        font-size: 14px;
        position: relative;
    }

        .sl-menu-mobile-header a {
            color: white;
            font-size: 14px;
        }

    .currency-selector .dropdown-menu, .language-selector .dropdown-menu {
        background-color: black;
        margin: 0;
    }

        .currency-selector .dropdown-menu li, .language-selector .dropdown-menu li {
            text-align: center;
            padding: 3px;
        }

            .currency-selector .dropdown-menu li:hover, .language-selector .dropdown-menu li:hover {
                background-color: white;
            }

        .currency-selector .dropdown-menu a:hover, .language-selector .dropdown-menu a:hover {
            color: black;
        }

        .currency-selector .dropdown-menu li.active a,
        .language-selector .dropdown-menu li.active a {
            color: var(--sl-red) !important;
        }

    .sl-menu-mobile-header .fa {
        font-size: 18px;
    }

    .sl-menu-mobile-header .dropdown-toggle {
        font-size: 13px;
        padding: 5px;
    }

        .sl-menu-mobile-header .dropdown-toggle:hover {
            color: white;
        }

    .sl-menu-mobile-header .currency-dropdown .dropdown-menu {
        min-width: 50px;
        background-color: black;
        color: white;
    }

    .sl-menu-mobile-header .language-dropdown .dropdown-menu {
        min-width: 50px;
        background-color: black;
        color: white;
    }

    .sl-close-menu {
        position: fixed;
        left: calc(80% + 10px);
        top: 5px;
        background-color: rgba(0,0,0,0.7);
        color: white;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
        z-index: 999;
    }

    .fa.fa-close {
        font-size: 25px;
    }

    .sl-close-menu-empty-bar {
        background-color: rgba(0,0,0,0.2);
        width: 20%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
    }

    html[lang="ar"] .sl-close-menu-empty-bar {
        right: auto;
        left: 0;
    }
}

/*overrides for desktops*/
/*
@media(min-width: 1200px){
    .sl-menu.list-inline {
        width: 25%;
    }
    .sl-menubar {
        background: linear-gradient(90deg, #f0f0f0 25%, rgba(0,0,0,0.5) 25%);
    }
    .sl-close-menu-empty-bar {
        width: 75%;
    }
    .sl-close-menu {
        left: calc(25% + 10px);
    }
}
*/

/* ------------------------------ Header RTL -----------------------------*/
html[lang='ar'] .sl-menu {
    text-align: right;
    font-family: DinNext, sans-serif;
}

    html[lang="ar"] .sl-menu > .list-inline-item {
        margin-left: 0;
    }

html[lang='ar'] .sl-header {
    font-family: DinNext, sans-serif !important;
}

html[lang='ar'] section {
    overflow: visible;
}

html[lang="ar"] .sl-topbar ul.sl-topbar-right-menu .list-inline-item:not(:last-child) {
    padding-right: 0px;
}

html[lang="ar"] .sl-topbar ul.sl-topbar-right-menu .list-inline-item-currency.list-inline-item:not(:last-child) {
    padding-right: 5px;
    padding-left: 0;
}

/*html[lang='ar'] .sl-topbar-right-menu > .list-inline-item:not(:first-child) {
    margin-right: .5rem;
}*/

html[lang='ar'] .sl-logobar-carticon {
    text-align: left;
}

html[lang='ar'] .sl-dropdown-wrap {
    text-align: right;
}

html[lang='ar'] .sl-submenu-items > ul > li > a {
    text-align: right;
}
/* style vertical list */
html[lang='ar'] .sl-menu > .style-vertical-list .sl-dropdown-wrap {
    right: 0;
    left: auto;
}

html[lang='ar'] .sl-menu > .style-vertical-list .sl-submenu-wrap .sl-submenu-items {
    right: calc(100% - 10px);
    left: auto;
}

/*------------------- Header RTL on mobile ---------------- */
@media(max-width: 1199.98px) {
    /*--------------*/
    html[lang='ar'] .sl-logobar-carticon .list-inline-item:not(:last-child) {
        margin-right: 0;
        margin-left: 5px;
    }
    /*--------------*/
}

@media(max-width: 1199.98px) {
    /*--------------*/
    html[lang='ar'] .sl-close-menu {
        right: calc(80% + 10px);
        left: auto;
    }

    html[lang='ar'] .sl-menubar {
        background: linear-gradient(90deg, rgba(0,0,0,0.5) 20%, #f0f0f0 20%);
        overflow-y: auto !important;
    }

    html[lang='ar'] .sl-menu > .list-inline-item > a {
        text-align: right;
        padding-right: 20px;
        padding-left: 0;
    }

    html[lang='ar'] .sl-dropdown-profileicon .dropdown-menu a {
        padding-right: 10px;
    }

    html[lang='ar'] .sl-submenu-title a {
        padding: 10px 30px 10px 10px;
    }

    html[lang='ar'] .sl-slide-trigger {
        right: auto;
        left: 0;
        border-left: none;
        border-right: 1px solid #e7e7e7;
    }

    html[lang='ar'] .sl-submenu-items > ul > li > a {
        padding: 12px 50px 12px 10px;
    }

    html[lang='ar'] .sl-menu-mobile-header .currency-dropdown .dropdown-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*--------------*/
}


/* overrriedes for desktops */
/*
@media(min-width: 1200px){
    html[lang='ar'] .sl-close-menu {
        right: calc(25% + 10px);
    }

    html[lang='ar'] .sl-menubar {
        background: linear-gradient(90deg, rgba(0,0,0,0.5) 75%, #f0f0f0 25%);
    }
}
*/

@media only screen and (max-width: 768px) {
    .sl-menu > li > a, .sl-submenu-title a {
        background-color: #262626 !important;
    }

    .sl-menubar {
        background: linear-gradient(90deg, #262626 80%, rgba(0, 0, 0, 0.5) 80%) !important;
    }

    .sl-slide-trigger {
        color: #fff !important;
    }

    .list-inline-item:last-child a {
        border-bottom: 1px solid #e7e7e7 !important;
    }
}
