/* ===========================================================================
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: #006e79;
	color: white;
	font-size: 12px;
	padding: 6px 0;
}

.sl-topbar ul.sl-topbar-left-menu > li > a{
    color: white;
}

.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: #777;
    font-size: 12px;
    display: block;
    padding: 0;
    text-align: left;
}

.sl-topbar ul.sl-topbar-right-menu li a:hover {
    color: var(--color-red);
    text-decoration: none;
}

.sl-topbar ul.sl-topbar-right-menu .dropdown-menu li.active a {
    color: var(--color-red);
}

.currency-selector .btn,
.language-selector .btn {
    color: white;
    height: 20px;
    font-size: 12px;
    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 0 !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;
    }
}

.sl-topbar .social-footer a {
    color: white;
    font-size: 18px;
    margin: 10px;
}
@media(max-width: 767.98px){
    .sl-topbar .social-footer a {
        font-size: 16px;
    }
}

/* ---------------------------- logobar ------------------------------- */
.sl-logobar {
    padding: 25px 0;
    background-color: white;
    border-bottom: 1px solid #eee;
}

.sl-bars {
	background-color: #00a295;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: white;
}
.sl-bars:hover {
	background-color: #006e79;
}
.sl-bars .bi-list {
	width: 28px;
	height: 28px;
}

.sl-logo img {
    max-height: 55px;
}
@media(max-width: 1199.98px){
    .sl-logo img {
        max-height: 40px;
    }
}
@media(max-width: 379.98px){
    .sl-logo img {
        max-height: 32px;
    }
}

html[lang="ar"] .sl-logo{text-align: right;}

.sl-logobar-carticon {
    text-align: right;
}


#small-searchterms {
	border-radius: 20px;
    padding: 6px 20px;
	border: 1px solid #cfcfcf;
    position: relative;
}
@media(min-width: 1200px){
    #small-searchterms {
        min-width: 450px;
    }
}
/* style if barcode button visible too
.search-box-button {
	border-radius: 0px !important;
	font-size: 14px;
    width: 45px;
	padding: 0;
	height: 36px;
	position: absolute;
	right: 51px;
	top: 1px;
	border: 0;
	background-color: #f4f4f4;
	color: gray;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}
html[lang="ar"] .search-box-button {
	right: unset; left: 51px;
}
*/
#small-search-box-form .search-box-button {
	background-color: #f4f4f4;
	height: 36px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	border-radius: 2px;
	color: gray;
	cursor: pointer;
    transition: all 0.5s ease;
}
html[lang="en"] #small-search-box-form .search-box-button {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
html[lang="ar"] #small-search-box-form .search-box-button {
    border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	left: 1px;
    right: unset;
}
.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;
}
/* barcode scanner*/
#small-search-box-form .btn-barcode-scanner {
	background-color: #f4f4f4;
	height: 36px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	border-radius: 2px;
	color: gray;
	cursor: pointer;
    transition: all 0.5s ease;
}
html[lang="en"] #small-search-box-form .btn-barcode-scanner {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
html[lang="ar"] #small-search-box-form .btn-barcode-scanner {
    border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	left: 1px;
    right: unset;
}
#small-search-box-form .btn-barcode-scanner:hover {
	color: #000;
}
#small-search-box-form .btn-barcode-scanner svg {
	width: 20px;
	height: 20px;
}
html[lang="en"] .has-barcode-scanner #small-searchterms{
    padding-right: 60px;
}
html[lang="ar"] .has-barcode-scanner #small-searchterms{
    padding-left: 60px;
}

#popupBarcodeScanner {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
	z-index: 3000;
    display: none;
    opacity: 0;
}
#popupBarcodeScanner.shown {
    display: flex;
    opacity: 1;
}
#popupBarcodeScanner .popup-dialog {
	background-color: white;
	padding: 25px 50px;
	width: 400px;
	border-radius: 7px;
    position: relative;
}
    #popupBarcodeScanner .popup-dialog .popup-loader {
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: 300px;
        max-height: 300px;
        background-color: rgba(138,134,138,0.5);
        left: calc(50% - 150px);
        top: 0;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
    }
         
        .loader-icon > .container:hover > .attribution  {
            display: none !important;
            opacity: 0 !important;
          }
        @media(max-width: 767.98px) {
            #popupBarcodeScanner .popup-dialog {
        padding: 20px;
        width: 90%;
    }
}
.img-barcode {
	max-width: 150px;
	max-height: 150px;
	object-fit: contain;
	border: 1px solid #163e86;
    border-radius: 10px;
}
@media(max-width: 767.98px){
    .img-barcode {
        max-width: 100%;
    }
}

.btn-close-popupBarcodeScanner {
	width: 35px;
	height: 35px;
	display: inline-flex;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(15px,-15px);
	background-color: black;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: white !important;
    cursor: pointer;
}
html[lang="ar"] .btn-close-popupBarcodeScanner {
	right: unset;
	left: 0;
	transform: translate(-15px,-15px);
}
.btn-close-popupBarcodeScanner svg {
	width: 22px;
	height: 22px;
}

/* search suggestion dropdown */
@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;
	background-color: white;
	color: var(--color-green-light);
	border: 1px solid var(--color-green-light);
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 12px;
    transition: all 0.5s ease;
}
.sl-logobar-carticon a.has-icon:hover,
.sl-logobar-carticon a.has-icon.logged-in {
	background-color: var(--color-green-light);
	color: white;
}
.sl-logobar-carticon a.has-icon .bi {
	width: 20px;
	height: 20px;
}

/* 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 {
	display: flex;
	align-items: center;
}
.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: 12px;
}
@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: 0;
	/*border-left: 1px solid #e6e6e6;*/
	padding-left: 12px;
}
@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: 25px;
	height: 25px;
}
.sl-logobar-carticon-ul .bi.bi-person {
	width: 26px;
	height: 26px;
}
.sl-logobar-carticon-ul .bi.bi-suit-heart {
	width: 18px !important;
	transform: translateY(2px);
}

.sl-carticon {
    position: relative;
}

.sl-logobar-carticon .icon-label{
    font-size: 14px;
    display: block;
    color: black;
    display: none;
}
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: 19px;
	top: -10px;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	font-size: 12px;
	text-align: center;
	padding: 0;
	background-color: var(--color-red);
	color: white;
	display: block;
	line-height: 1.7;
	font-family: 'Open Sans', sans-serif;
	border: 2px solid white;
}

html[lang="ar"] .cart-counter-badge{
    right: -10px;
    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: 17px;
    top: -10px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 12px;
    text-align: center;
    padding: 0;
    background-color: var(--color-red);
    color: white;
    display: block;
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid white;
}

html[lang="ar"] .heart-counter-badge {
	left: unset;
	right: -10px;
}


.heart-counter-badge.has-items,
.cart-counter-badge.has-items{
    background-color: #d71d24;
    color: white;
}

@media(max-width: 1199.98px){
    .sl-logobar-carticon .icon-label {
        display: none;
    }
}
/* --------------------------- menubar -------------------------------- */
.sl-menu-mobile-header .corp-link {
	border: 1px solid #4a4a4a;
	display: flex;
	justify-content: center;
	padding: 3px;
	border-radius: 17px;
	font-size: 13px;
}
/*
@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 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    color: black;
    text-decoration: none;
    padding: 15px 20px;
    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: var(--color-red);
}

.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%);
    }
}
*/

/*visible on tablet*/
/*
@media(min-width: 768px) and (max-width: 991px){
    .sl-menubar{display: block !important;}
}
*/
/**/

/*
@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(--color-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: #006e79;
	color: white;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
}

@media(max-width: 1199.98px) {

    /*------logobar ----- */
    .sl-logobar {
        padding: 20px 0;
        border-bottom: 0;
    }

    .sl-bars {
        /*padding: 5px 10px 5px 0;*/
        cursor: pointer;
        width: 36px;
        height: 36px;
    }

    .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: 10000px) {

    /*----- 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: 15px 10px 15px 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(--color-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: 10000px) {
    /*--------------*/
    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: 15px 30px 15px 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%);
    }
}

