﻿/* ===========================================================================
Reset / Typography / Layout
============================================================================*/

:root {
    --colorHighlight1: #ed207b;
    --sl-black: #262626;
}

img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

a {
    color: var(--sl-black);
    text-decoration: none;
}

.bold {
    font-weight: bold !important;
}

.color-highlight1 {
    color: var(--colorHighlight1) !important;
}

.color-gray {
    color: gray !important;
}

.line-through {
    text-decoration: line-through !important;
}

.underlined {
    text-decoration: underline;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-13 {
    font-size: 13px !important;
}

html[lang="ar"] ul {
    padding-right: 0;
}

html[lang="ar"] .rotate180-ar{
    transform: rotate(180deg);
}

.overview-buttons .prices .actual-price,
.associatedItem .actual-price,
.catalog-product-price {
    color: var(--colorHighlight1);
    font-size: 22px;
}

.product-details-page .product-tabs .nav-link.active::after,
#pills-mobile-tab .nav-item .nav-link.active::after {
    background: var(--colorHighlight1);
}


/* ------ body -------- */

body {
    /*background-color: #f3f4f6;*/
    background-color: white;
}


/* ----- container ----- */
.container{
    max-width: 1440px;
}

/*@media(min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media(min-width: 1250px) {
    .container {
        max-width: 1200px;
    }
}

@media(min-width: 1350px) {
    .container {
        max-width: 1210px;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}

@media(min-width: 1900px) {
    .container {
        max-width: 1470px;
    }
}*/


/* ===========================================================================
Components
============================================================================*/


/*---------- buttons ---------------*/

.btn-info,
.btn-outline-info:hover {
    background-color: var(--sl-black);
    border-color: var(--sl-black);
}

.btn-info:hover {
    color: #fff;
    background-color: var(--colorHighlight1);
    border-color: var(--colorHighlight1);
}

.btn-sale-red {
    background-color: var(--colorHighlight1);
    color: white;
}

.btn-sale-red:hover {
    background-color: var(--sl-black);
    color: white;
}

.btn-light {
    background-color: #eaeaea;
}


/* -------------nav pills ------------*/

.nav-pills .nav-link {
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.nav-pills .nav-link.active {
    border-bottom: 1px solid var(--colorHighlight1);
    background-color: transparent;
    color: var(--colorHighlight1);
}


/*------------ forms -----------------*/

.custom-select:hover,
.custom-select:focus,
.custom-select:active,
.form-control:hover,
.form-control:focus,
.form-control:active {
    border-color: black;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--colorHighlight1);
    border-color: var(--colorHighlight1);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:active~.custom-control-label::before {
    background-color: #fff;
}


/*---------- breadcrumb -----------*/

.breadcrumb {
    background: transparent;
    padding: 0.5rem 0rem;
    margin-bottom: 10px;
    font-size: 10px;
    border-radius: 0;
    text-transform: capitalize;
    margin-top: 10px;
}

.breadcrumb .breadcrumb-item a {
    color: #999;
    font-weight: 400;
}

.breadcrumb-item.active {
    color: #999;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .3rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .3rem;
    color: #999;
}


/*---------- product box ---------- */

/* product name: grid box */
.product-box.grid-box .product-info .top .title{
    width: 100%;
    /*min-height: 40px;*/
}
.product-box.grid-box .product-info .top .title a{
    color: #2a2a2a;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media(max-width: 767.98px){
    .product-box.grid-box .product-info .top .title a{
        -webkit-line-clamp: 2;
        font-size: 13px;
    }
}
html[lang="ar"] .product-box.grid-box .product-info .top .title a{
    text-align: right;
    line-height: 1.5;
}

/* product name: list box */
.product-box.list-box .product-info .top .title a{
    line-height: 1.5;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media(max-width: 767.98px){
    .product-box.list-box .product-info .top .title a{
        font-size: 14px;
        line-height: 1.3;
    }
}




.product-box .prices .actual-price {
    color: var(--colorHighlight1);
    font-weight: bold;
    font-size: 14px;
}
.product-box.list-box .prices .actual-price {
    font-size: 18px;
}
@media(max-width: 767.98px){
    .product-box.list-box .prices .actual-price {
        font-size: 14px;
    }
}

.product-box .product-info .bottom .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

html[lang="ar"] .product-box .product-info .bottom .btn-group {
    margin-left: 0;
}

.product-box .btn-info .add-cart-text {
    font-size: 13px;
}

.product-box .mdi {
    font-size: 18px;
}

/* offer timer in pr box*/

.offer-clock {
    max-width: 200px;
    height: 50px;
    background-color: white;
    z-index: 9;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border: 2px solid var(--colorHighlight1);
}

.offer-clock>.unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-box .offer-clock {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 90%;
}

.overview-buttons .offer-clock {
    margin: 5px 0 3px 0;
    min-width: 200px;
}


/* user panel (push sidebar menu) */

.user-panel-head {
    background-color: #1D1F20;
}

.flyout-cart-header {
    background-color: #1D1F20;
}

.flyout-cart-header a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

html[lang="ar"] .user-panel-content {
    padding-right: 15px !important;
}

.flycart-container .flyout-cart .picture img {
    max-width: 100px
}

@media(max-width: 399.98px) {
    .flycart-container .flyout-cart .picture img {
        max-width: 70px;
    }
}


/* badges */

.badge.bg-success {
    color: white;
}

.badge.bg-info {
    color: white;
}


/* 5 products in a row */

@media(min-width: 992px) {
    .thumbs-5in1row-lg > .product-container {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media(min-width: 1200px) {
    .thumbs-5in1row-xl > .product-container {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* fix modal z-index vs header */
.modal {
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
}

/* fix magnifig popup z-index vs header */
.mfp-bg {
    z-index: 99999 !important;
}
.mfp-wrap {
    z-index: 99999 !important;
}


/* ===========================================================================
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: 9999;
}

.sl-header .dropdown-menu.show {
    display: block !important;
}


/* ------------------------------- topbar ------------------------------ */

.sl-topbar {
    /*background-color: rgb(239, 239, 239);*/
    /*background-color: #f8f8f8;
    color: #777;*/
    background-color: black;
    color: white;
    font-size: 11px;
    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: #777;
    font-size: 11px;
    display: block;
    padding: 0;
    text-align: left;
}

.sl-topbar ul.sl-topbar-right-menu li a:hover {
    color: var(--colorHighlight1);
    text-decoration: none;
}

.sl-topbar ul.sl-topbar-right-menu .dropdown-menu li.active a {
    color: var(--colorHighlight1);
}

.currency-selector .btn,
.language-selector .btn {
    color: white;
    height: 20px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
}
@media(min-width: 1200px){
    html[lang="en"] .language-selector .btn {
        padding-right: 0;
    }
    html[lang="ar"] .language-selector .btn {
        padding-left: 0;
    }
}

.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 ul.sl-topbar-right-menu .dropdown-menu.country-list-dropdown-wrap {
    width: 200px;
}

.sl-topbar ul.sl-topbar-right-menu .dropdown-menu.country-list-dropdown-wrap #country-list {
    max-height: 400px;
    overflow-y: scroll;
    margin-top: 8px;
}

.sl-topbar ul.sl-topbar-right-menu .dropdown-menu.country-list-dropdown-wrap #country-list li a {
    border-bottom: 1px solid #efefef;
    display: block;
    padding: 9px 0px !important;
}


/* ---------------------------- logobar ------------------------------- */
/*
.sl-logobar {
    padding: 12px 0;
    background-color: white;
    /* border-bottom: 1px solid #e3e3e3; 
}

.sl-logo a {
    display: flex;
}

.sl-logo img {
    height: 25px;
    width: 125px;
}

html[lang="ar"] .sl-logo {
    text-align: right;
}

.sl-logobar-carticon {
    text-align: right;
}

.sl-logobar-carticon-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media(max-width: 1199.98px) {
    .sl-logobar-carticon-ul>li:not(:last-child) {
        margin-right: 1rem;
    }
}

.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;
}

.sl-logobar-carticon a.has-icon {
    cursor: pointer;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* new user icon 

.user-mediastyle {
    display: flex;
    align-items: flex-end;
    text-align: left;
    padding-right: 20px;
    border-right: 1px solid #d5d5d5;
    cursor: pointer;
    position: relative;
}

@media(min-width: 1200px) {
    html[lang="ar"] .user-mediastyle {
        padding-right: 0;
        padding-left: 20px;
        border-right: 0;
        border-left: 1px solid #d5d5d5;
        text-align: right;
        margin-left: 10px;
    }
}

@media(min-width: 1200px) {
    .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: 10px;
    line-height: 13px;
}

html[lang="ar"] .user-mediastyle-txt>ul>li {
    display: flex;
    align-items: self-start;
    justify-content: space-around;
}

.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: 1199.98px) {
    .user-mediastyle {
        padding-right: 0;
        border: 0;
    }
    .user-mediastyle-txt {
        display: none;
    }
}


/* ----- 

.sl-usericon {
    width: 28px;
    height: 28px;
}

.sl-carticon {
    position: relative;
}

.sl-logobar-carticon .icon-label {
    font-size: 10px;
    display: block;
    margin-top: -3px;
}

.sl-logobar-carticon .c-button__text {
    display: contents;
}

.cart-counter-badge {
    position: absolute;
    right: -12px;
    top: -7px;
    border-radius: 50%;
    min-width: 13px;
    min-height: 13px;
    font-size: 9px;
    text-align: center;
    padding: 0;
    background-color: #cdcdcd;
    color: black;
    display: block;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

html[lang="ar"] .cart-counter-badge {
    right: unset;
    left: 6px !important;
    line-height: 1.4 !important;
}

@media(max-width: 1199.98px) {
    html[lang="ar"] .cart-counter-badge {
        right: unset;
        left: -15px;
    }
}

.sl-hearticon {
    position: relative;
}

.heart-counter-badge {
    position: absolute;
    right: -4px;
    top: -7px;
    border-radius: 50%;
    min-width: 13px;
    min-height: 13px;
    font-size: 9px;
    text-align: center;
    padding: 0;
    background-color: #cdcdcd;
    color: black;
    display: block;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

html[lang="ar"] .heart-counter-badge {
    right: unset;
    left: -3px;
    line-height: 1.4;
}

.heart-counter-badge.has-items,
.cart-counter-badge.has-items {
    background-color: #d71d24;
    color: white;
}

@media(max-width: 1199.98px) {
    .sl-logobar-carticon a.has-icon {
        display: block;
    }
    .sl-logobar-carticon .icon-label {
        display: none;
    }
}
*/

/* -------- styleJms-logobar1 ----------- */
.styleJms-logobar1{
    background-color: black;
    /*min-height: 110px;*/
}
#small-searchterms {
    background: black;
    color: white;
}
@media(max-width: 1199.98px){
    #small-searchterms {
        background: white;
        color: black;
    }
}

    #small-searchterms:-moz-placeholder {
        color: white !important;
    }
    .styleJms-logobar1 .row-logo-holder {
        position: relative;
        height: 90px; /* height should be = logoHeight + 10px */
    }
@media(max-width: 767.98px){
    .styleJms-logobar1 .row-logo-holder {
        position: relative;
        height: 65px; /* height should be = logoHeight for mobile + 10px */
    }
}

@media(min-width: 1200px){
    html[lang="en"] .svg-chat-holder svg {
        margin-left: -4px;
    }
    html[lang="ar"] .svg-chat-holder svg {
        margin-right: -4px;
    }
}
.styleJms-logobar1 .txt-phone{
    padding-left: 4px;
    color: #ffffff;
    font-size: 14px;
}
html[lang="ar"] .styleJms-logobar1 .txt-phone{
    padding-left: unset;
    padding-right: 4px;
}

.styleJms-logobar1 .logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width: 767.98px){
    .styleJms-logobar1 .logo img{
        height: 55px;
    }
}

.styleJms-logobar1 .search{
    border-bottom: 1px solid white;
}
.styleJms-logobar1 .search input{
    height: 30px;
    width: 280px;
    border: 0;
    font-size: 14px;
    color: #393838;
    outline: 0;
}
.styleJms-logobar1 .search button{
    background-color: transparent;
    border: 0;
}
/*mobile search*/
/*.sl-search-mobile #small-search-box-form {
	border-bottom: 1px solid black;
}
.sl-search-mobile .search input{
    height: 30px;
    width: 280px;
    border: 0;
    font-size: 14px;
    color: #393838;
    outline: 0;
}*/
.sl-search-mobile .search button{
    background-color: transparent;
    border: 1px solid #d9d9d9;
}

/*logobar search resutl dropdown*/
/*search results dropdown*/
.advanced-search-results .products-container .container-off,
.advanced-search-results .blog-container .container-off {
    justify-content: center;
}
.advanced-search-results img{
    width: 65px;
    height: 65px;
}

.advanced-search-results .right-side{order: 1;}
.advanced-search-results .left-side{order: 2;}

.advanced-search-results .in-separator,
.advanced-search-results .product-in {
    display: none !important;
}
.advanced-search-results .title {
    font-size: 18px;
}

@media(min-width: 1200px){
    .search .advanced-search-results {
        min-width: 425px;
    }
}
@media(min-width: 1900px){
    .search .advanced-search-results {
        min-width: 650px;
    }
}

/*cart icon*/
.icon-cart {
	position: relative;
}
.cart-counter-badge {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	font-size: 12px;
	text-align: center;
	padding: 0;
	background-color: var(--colorHighlight1);
	color: white;
	display: block;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	transform: translate(-50%, -50%);
}

html[lang="ar"] .cart-counter-badge {
    right: unset;
    left: 6px !important;
    line-height: 1.4 !important;
}

/* --------------------------- menubar -------------------------------- */

@media(min-width: 1200px) {
    .sl-menubar {
        margin-bottom: 7px;
        padding-top: 5px;
        background-color: black;
        /*box-shadow: 2px 1px 1px 1px #e1e1e14d;*/
        box-shadow: 0 8px 6px -6px #d9d9d9;
    }
}

.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;
	display: flex;
}
@media(min-width: 1200px){
    .sl-menu {
        align-items: center;
        justify-content: space-between;
    }
    .sl-menubar.sticky .sl-menu{
        justify-content: unset;
    }
}

.sl-menu>.list-inline-item {
    margin-right: 0;
}

.sl-menu>li>a {
    text-transform: uppercase !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: white;
    text-decoration: none;
    padding: 15px 14px;
    display: block;
    position: relative;
}
@media(min-width:  1200px){
    .sl-menubar.sticky .sl-menu > li > a{
        color: black;
    }
    .sl-menubar.sticky .sl-menu > li > a:hover{
        color: white;
        background-color: black;
    }
    .sl-menubar.sticky .sl-menu > li:hover > a{
        color: white;
        background-color: black;
    }
}

html[lang="ar"] .sl-menu>li>a {
    font-size: 14px;
    padding: 15px 17px;
}

@media(min-width: 1200px) and (max-width: 1900px) {
    .sl-menu>li>a {
        text-transform: none;
    }
}


/*.sl-menu > li:not(:last-child) > a {
    border-right: 1px solid #434343;
}*/

.sl-menu > li:hover > a {
    color: var(--colorHighlight1);
    background-color: black;
}

@media(min-width: 1200px){
    html[lang="en"] .sl-menu > li:first-child + li > a {
        padding-left: 0;
    }
    html[lang="en"] .sl-menu > li:last-child > a {
        padding-right: 0;
    }
    html[lang="ar"] .sl-menu > li:first-child + li > a {
        padding-right: 0;
    }
    html[lang="ar"] .sl-menu > li:last-child > a {
        padding-left: 0;
    }

}

.sl-dropdown-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: white;
    color: black;
    text-align: left;
    padding: 30px;
    /* box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1); */
}


/*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;
        max-height: 470px;
        overflow-y: auto;
    }
    .sl-menu>.list-inline-item:hover .sl-dropdown-wrap {
        display: block;
    }
}

@media(min-width: 1900px) {
    .sl-dropdown-wrap {
        max-height: 650px;
    }
}


/*----- submenu ----- */

.sl-submenu-title a {
    color: var(--sl-black);
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
}

.sl-submenu-title a:hover {
    color: var(--colorHighlight1);
}

.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: var(--colorHighlight1);
}


/* 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;
    }
    .sl-menu > .style-vertical-list:last-child .sl-dropdown-wrap {
        right: 0;
        left: auto;
    }
    html[lang="ar"] .sl-menu > .style-vertical-list:last-child .sl-dropdown-wrap {
        right: auto;
        left: 0;
    }
    .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 menu on desktops */

@media(min-width: 1200px) {
    .sl-menubar.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        padding: 0;
        background-color: white;
        box-shadow: 3px 2px 4px 0 #c3c3c3;
        z-index: 99;
    }
}


/* set icons on sticky menu */

.sl-menubar .sl-logobar-carticon-ul {
    display: none !important;
}

.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: flex !important;
}

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;
}

.sl-logobar-carticon-ul .icon-black {
    display: inline;
    height: 24px;
    width: 24px;
    margin-bottom: 3px;
}
@media(max-width: 767.98px){
    .sl-logobar-carticon-ul .icon-black {
        height: 20px;
        width: 20px;
    }
}


/*.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;
}*/


/* appear shadow div while showing dropdown on desktops */

.shadow-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}


/*------------------------------- menu on mobile -------------------------*/

@media(max-width: 1199.98px) {
    /*------logobar ----- */
    .sl-logobar {
        padding: 20px 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-logobar-carticon a.has-icon {
        max-width: 32px;
        height: auto;
        margin-left: 5px;
    }
    .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;
        background-color: white;
        box-shadow: 0 8px 6px -6px #d9d9d9;
    }
    /*----- 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(--colorHighlight1) !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;
    }
}


/* ------------------------------ 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: 1rem;
    }
    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;
    }
    /*--------------*/
}


/* ===========================================================================
Homepage
============================================================================*/


/* ----- home slider ----- */

#SosoimCarousel {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
}

#SosoimCarouselMob {
    padding: 13px 0px;
}
/*@media(min-width: 1400px){
    #SosoimCarousel {width: auto !important;}
}*/


/* ----- Random categories ----- */
@media(min-width: 768px){
    .random-cats-holder{
        background-color: white;
        box-shadow: 0 0 7px 0 rgba(57,56,56,.24);
        border-bottom: 1px solid #edeaea;
        padding-top: 50px;
        padding-bottom: 25px;
        margin-top: -50px;
        z-index: 99;
    }
}

.row-categories {
    justify-content: center;
}

.row-homepagecategories {
    z-index: 50;
    position: relative;
}

@media(max-width: 767.98px){
    .row-homepagecategories .card {
        background-color: #f6f6f6 !important;
        flex-direction: row;
        align-items: center;
        padding: 10px !important;
    }
}

@media(min-width: 768px) {
    .row-categories .category-wrap .list-picture {
        padding: 8px;
    }
}
@media(max-width: 767.98px) {
    .row-categories .category-wrap .list-picture {
        padding: 0;
        margin-right: 10px;
    }
    html[lang="ar"] .row-categories .category-wrap .list-picture {
        margin-right: unset;
        margin-left: 10px;
    }
}

.row-categories .category-wrap .list-picture a {
    display: block;
    position: relative;
    width: 170px;
    height: 170px;
    max-width: 100%;
}
@media(max-width: 767.98px) {
    .row-categories .category-wrap .list-picture a {
        width: 55px;
        margin: 0 auto;
    }
}

.row-categories .category-wrap img {
    /*border-radius: 50%;
    border: 1px solid #e1e1e1;*/
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: filter 200ms ease-out;
    object-fit: cover;
}
.row-categories .category-wrap:hover img{
    filter: brightness(80%) contrast(130%);
}

.row-categories .category-wrap .list-title {
    margin-bottom: 10px;
}
@media(max-width: 767.98px){
    .row-categories .category-wrap .list-title {
        margin-bottom: 5px;
        margin-right: 10px;
    }
    html[lang="ar"] .row-categories .category-wrap .list-title {
        margin-right: unset;
        margin-left: 10px;
    }
}
.row-categories .category-wrap .list-title h3 {
    text-transform: uppercase;
    text-align: center;
}
@media(max-width: 767.98px){
    .row-categories .category-wrap .list-title h3{
        font-size: 12px;
        text-align: left;
    }
    html[lang="ar"] .row-categories .category-wrap .list-title h3{
        text-align: right;
    }
}
.row-categories .category-wrap .list-title h3 a {
    color: #393838;
    text-transform: capitalize;
}
.row-categories .category-wrap:hover .list-title h3 a {
    border-bottom: 2px solid #4a4a4a;
}

@media(max-width: 767.98px){
    .row-categories .list-title + .d-md-none {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    html[lang="ar"] .row-categories .list-title + .d-md-none {
        right: unset; left: 12px;
    }
}


@media(min-width: 1200px){
    .row-homepagecategories .category-wrap {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .row-categories .category-wrap .card {
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
    }
    .row-homepagecategories .category-wrap .list-title h3 a {
        font-size: 13px;
        color: #707070;
        font-weight: bold;
    }
}

/* main categories */
.categoryGrid .card .list-picture a {
	height: 240px;
}
@media(max-width: 1400px) {
    .categoryGrid .card .list-picture a {
        height: 222px;
    }
}
@media(max-width: 1199.98px) {
    .categoryGrid .card .list-picture a {
        height: 170px;
    }
}
@media(max-width: 768.98px) {
    .categoryGrid .card .list-picture a {
        height: 150px;
    }
}

.categoryGrid .card .list-picture a img {
	width: 100%;
	max-height: unset; 
}

.categoryGrid .card .list-title a {
	margin-top: 26px;
    font-size: 22px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
}
@media(max-width: 767.98px) {
    .categoryGrid .card .list-title a {
        margin-top: 16px;
        font-size: 16px;
    }
}


@media(max-width: 767.98px) {
    .categoryGrid .flex-grid.row>.col-12 {
        flex: 0 0 80%;
        max-width: 80%;
    }
}


/* ----- section homepage styleJms-tallerPrBox1 (new products, featured products etc.) ----- */
.styleJms-tallerPrBox1{
    background-color: #f3f4f6;
}
.styleJms-tallerPrBox1 .product-box{
    padding-bottom: 44px;
    background-color: white;
    cursor: pointer;
}
.styleJms-tallerPrBox1 .product-box:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
}

.styleJms-tallerPrBox1 .product-box .picture-container{
    border-color: white !important;
    /*padding-top: 20px;*/
}
.styleJms-tallerPrBox1 .product-box .product-info .top {
	padding-bottom: 0;
	padding-top: 35px;
}
@media(min-width: 1024px){
    .styleJms-tallerPrBox1 .product-box .product-info .top{
        padding-left: 25px;
        padding-right: 25px;
    }
}

.styleJms-tallerPrBox1 .product-box .actions-container{
    display: none;
}
/* slider style */
.styleJms-tallerPrBox1 .row-tallerPrBox1-Slider .slick-prev {
	background: url(../images/icons/chevron-left.png) no-repeat;
	height: 24px;
	width: 14px;
	background-size: 100% 100%;
}
.styleJms-tallerPrBox1 .row-tallerPrBox1-Slider .slick-next {
	background: url(../images/icons/chevron-right.png) no-repeat;
	height: 24px;
	width: 14px;
	background-size: 100% 100%;
}

@media(max-width: 1199.98px){
    .row-tallerPrBox1-Slider .slick-next,
    .row-tallerPrBox1-Slider .slick-prev{
        display: none !important;
    }
}
/*slider rtl fix*/
.row-tallerPrBox1-Slider,
.row-tallerPrBox1-Slider * {
    direction: ltr;
}
html[lang="ar"] .row-tallerPrBox1-Slider .slick-next,
html[lang="ar"] .row-tallerPrBox1-Slider .slick-prev{
    transform: rotate(180deg);
}
html[lang="ar"] .btn-homepageproducts-leftarrow .fa,
html[lang="ar"] .btn-homepageproducts-rightarrow .fa{
    transform: rotate(180deg);
}


/* ---------- our Sosoim slider ------------ */
.our-Sosoim .brand-single-outer{
    padding-left: 7px;
    padding-right: 7px;
}
.our-Sosoim .brand-single {
    background-color: white;
    /*box-shadow: 2px 2px 5px 1px #e1e1e1;*/
    margin: 10px 0;
}
.row-Sosoim-slider,
.row-Sosoim-slider * {
    direction: ltr;
}

html[lang="ar"] .our-Sosoim .btn-our-Sosoim-leftarrow .fa,
html[lang="ar"] .our-Sosoim .btn-our-Sosoim-rightarrow .fa{
    transform: rotate(180deg);
}

/* ===========================================================================
Products page (categories view)
============================================================================*/

@media(min-width: 1600px) {
    .product-grid-custom-1 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.category-page .catalog-selectors {
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
}
/* subcategories in catalog selector area */
.catalog-selectors .subcat-holder {
	/*width: 100px;*/
	height: auto;
	text-align: center;
	margin: 0 auto 15px;
}
.catalog-selectors .subcat-holder .subcat-img {
	max-width: 77px;
	max-height: 77px;
	border-radius: 50%;
	border: 1px solid #e3e3e3;
	padding: 3px;
	background-color: white;
}
@media(max-width: 767.98px){
    .catalog-selectors .subcat-holder .subcat-img {
        max-width: 57px;
        max-height: 57px;
        padding: 2px;
    }
}
.catalog-selectors .subcat-holder .subcat-name {
	font-size: 13px;
	font-weight: 600;
	padding-top: 5px;
}
@media(max-width: 767.98px){
    .catalog-selectors .subcat-holder .subcat-name {
        font-size: 11px;
        font-weight: 400;
        padding-top: 4px;
    }
}

/*----- product box hover ----- */

.product-box.grid-box:hover {
    -webkit-transform: none !important;
    transform: none !important;
}

.product-box .btn-add2cart {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 9;
    transform: translateX(-50%);
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 16px;
    border: 0;
    opacity: 0;
    text-align: center;
    min-width: 130px;
}

.product-box:hover .btn-add2cart {
    opacity: 1;
}

.product-box .picture-container {
    overflow: hidden;
    background-color: white;
}

.product-box:hover .picture-container img {
    transform: scale(1.1) rotate(1deg);
    opacity: 0.7;
}


/* -------- list view ---------- */

.product-box.list-box .bottom-buttons-outer {
    display: flex;
}

.product-box.list-box .offer-clock {
    position: unset;
    transform: none;
    width: unset;
    margin: 0 15px;
    min-width: 200px;
}

@media(max-width: 767.98px) {
    .product-box.list-box .product-info .top {
        padding-top: 0;
        padding-bottom: 5px;
    }
}

.product-box.list-box .btn[data-target="ModalQuickView"] {
    max-width: 50px;
}


/*----- sidebar categories----- */

.generalLeftSide li a:hover {
    color: var(--colorHighlight1);
}

.generalLeftSide li.active.last>a {
    color: var(--colorHighlight1);
}

.generalLeftSide .block-category-navigation li.active>.sublist>li a::before {
    background: #dddddd;
}

.generalLeftSide .block-category-navigation li.active.last>a:before,
.generalLeftSide .block-category-navigation li.active.last>.sublist>li a::before {
    background: var(--colorHighlight1) !important;
}


/* quick view */
#ModalQuickView {
    z-index: 60000;
}

.product-quickview .product-details-page {
    background: #fff;
    padding: 55px 15px 15px 15px;
}

@media(min-width: 768px) {
    .product-quickview .item-container .gallery {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .product-quickview .item-container .overview {
        flex: 0 0 55%;
        max-width: 55%;
    }
}


/* products infinite scroll loader */

#progressmarker {
    text-align: center;
    min-height: 50px;
    background: url("../images/loader-dring.gif") center center no-repeat;
}


/* ===========================================================================
Product Details
============================================================================*/


/* product detail slider images*/

.product-details-page .gallery .thumbnails {
    white-space: nowrap;
    overflow-x: auto;
    display: inline-flex;
    flex-wrap: nowrap;
}


/*pr details slider vertical thumbs on desktops*/

@media(min-width: 992px) {
    .product-details-page .gallery .pr-details-img-main {
        width: 86%;
        float: right;
    }
    html[lang="ar"] .product-details-page .gallery .pr-details-img-main {
        float: left;
    }
    .product-details-page .gallery .thumbnails {
        white-space: normal;
        overflow-x: hidden;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 13%;
        float: left;
        margin: 0;
        max-height: 280px;
        overflow-y: auto;
    }
    html[lang="ar"] .product-details-page .gallery .thumbnails {
        float: right;
    }
    .product-details-page .thumbnails .thumb-popup-link {
        width: 40px;
        height: 40px;
        display: block;
        margin-bottom: 5px;
    }
    .product-details-page .thumbnails img {
        width: 100%;
        height: 100%;
        padding: 2px;
        object-fit: cover;
    }
    .product-share {
        float: right;
        width: 85%;
        clear: both;
    }
    html[lang="ar"] .product-share {
        float: left;
    }
}

@media(max-width: 767.98px) {
    .product-details-page .thumbnails .thumb-popup-link {
        margin: 3px;
    }
}
@media(min-width: 1200px){
    .product-details-page .thumbnails .thumb-popup-link {
        width: 70px;
        height: 70px;
    }
}


/* product details overview*/

.product-details-page .overview .generalTitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.overview-buttons .prices {
    font-weight: normal;
    font-size: 22px;
    color: var(--colorHighlight1);
}

/*@media(min-width: 768px) {
    .pr-detail-overview-inner {
        border: 1px solid rgba(204, 204, 204, 0.25);
    }
}*/

.pr-detail-overview-inner h2 {
    font-weight: 500 !important;
    font-size: 20px;
    text-transform: capitalize;
}

.pr-detail-overview-inner span.label {
    font-weight: bold;
    padding: 2px;
    line-height: 24px;
    font-size: 14px;
    color: #2a2a2a;
}

@media(max-width: 767.98px) {
    .add-to-wishlist-button,
    .email-a-friend-button {
        max-width: 50px !important;
    }
}


/*radio capsule style*/

ul.radio-capsule-style input {
    display: none;
}

.product-details-page .attributes .radio-capsule-style .selected-value label::before {
    background-image: none;
}

.product-details-page .attributes .radio-capsule-style label {
    border: 1px solid #e5e5e5;
    padding: 4px 12px;
    border-radius: 15px;
    line-height: 1.2;
    font-size: 15px;
}

.product-details-page .attributes .radio-capsule-style .selected-value label {
    border: 2px solid #222;
    font-weight: bold;
}


/* product share buttons*/

.product-share-button .at-share-btn {
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: black !important;
    color: white !important;
}

.at-resp-share-element .at-share-btn .at-label {
    display: none !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 20px !important;
    height: 20px !important;
}

.at-share-btn .at-icon-wrapper svg {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}


/* other products by same vendor */
/*
.other-pr-same-vendor {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media(max-width: 991.98px) {
    .other-pr-same-vendor {
        align-items: center;
    }
}

.other-pr-same-vendor .vendor-box {
    padding: 15px;
    background-color: #efefef;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    max-width: 250px;
}

.other-pr-same-vendor .vendor-box .label {
    font-size: 13px;
    color: #7a7a7a;
}

.other-pr-same-vendor .vendor-logo {
    text-align: center;
}

.other-pr-same-vendor .vendor-logo img {
    border-radius: 5px;
}

.other-pr-same-vendor .vendor-box-features {
    padding: 20px;
}

.vendor-box-features>.form-row:not(:last-of-type) {
    margin-bottom: 15px;
}

.vendor-box-features i {
    color: #6c6c6c;
    font-size: 16px;
}

.vendor-box-features span {
    font-size: 13px;
    line-height: 1.3;
    display: block;
}
*/

/* ===========================================================================
Registration and Login page
============================================================================*/

.registration-page .card {
    max-width: 500px;
    margin: 20px auto;
    padding: 25px;
    border-radius: 0;
    /*box-shadow: 1px 1px 8px darkgray;*/
    border: 1px solid #d9dadb;
    background-color: #f8f9fa;
}

.registration-page #register-button {
    min-width: 150px;
}

.login-page .card {
    border: 1px solid #d9dadb;
    max-width: 700px;
    margin: 15px auto;
}

.login-page .btn-register {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 767.98px) {
    .login-page .login-button {
        width: 100%;
    }
}


/* checkout as guest > login page */

@media(min-width: 992px) {
    html[lang="ar"] .checkout-as-guest-or-register-block .offset-lg-4 {
        margin-left: unset;
        margin-right: 33.333333%;
    }
}


/* ===========================================================================
My Account
============================================================================*/


/* sidebar menu */

.block-account-navigation .list li a {
    white-space: normal;
    line-height: 15px;
}

html[lang="ar"] .block-account-navigation .list li a {
    text-align: left;
}

.block-account-navigation .list li a:hover,
.block-account-navigation .list li a.active {
    border: 2px solid var(--colorHighlight1);
    color: var(--colorHighlight1);
}


/* ===========================================================================
Checkout
============================================================================*/


/* steps */

#checkout-steps .step {
    border: 1px solid #ebecec;
    padding: 10px 15px;
}

#checkout-steps .step label.col-form-label {
    font-weight: bold;
}

#checkout-steps .step input[type="radio"],
#checkout-steps .step input[type="checkbox"] {
    height: auto;
}

.continue-as-guest-wrapper {
    border-left: 1px solid #ebecec;
    padding-left: 25px;
}

html[lang="ar"] .continue-as-guest-wrapper {
    border-left: 0;
    border-right: 1px solid #ebecec;
    padding-left: 15px;
    padding-right: 25px;
}

.add-new-address {
    cursor: pointer;
    color: white !important;
}


/* ------- */

.opc .active .card-grey {
    background-color: black;
    color: #fff;
}

.confirm-order-wrap {
    text-align: right;
}

html[lang="ar"] .confirm-order-wrap {
    text-align: left;
}

.btn-look-at-me {
    position: relative;
}

.btn-look-at-me:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    background-color: #28a745;
    animation: animationlookatme 1s infinite linear;
}

.btn-look-at-me:hover:after {
    animation: none;
}

@keyframes animationlookatme {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 1;
    }
    50% {
        transform: scaleX(1.1) scaleY(1.4);
        opacity: 0.2;
    }
    100% {
        transform: scaleX(1.2) scaleY(1.6);
        opacity: 0;
    }
}


/* -- checkout sidebar cart items */

.card-review-order {
    padding: 0;
}

.card-review-order .card-header {
    padding: 0.65rem 0;
    background-color: #ededed;
    color: var(--sl-black);
    border-bottom: 0;
}

.card-review-order .card-body {
    padding: 15px;
}

.card-review-order .review-item-img img {
    max-width: 100px;
}

.card-review-order .review-item-details {
    font-size: 14px;
}

.card-review-order .review-items-wrap {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.card-review-order .review-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.card-review-order .review-item:not(:last-of-type) {
    border-bottom: 1px solid #ededed;
}

.table-review-order-pricing {
    border-bottom: 0;
}

.table-review-order-pricing tr td:last-child {
    text-align: right;
}

html[lang="ar"] .table-review-order-pricing tr td:last-child {
    text-align: left;
}

.table-review-order-pricing tr:first-child td {
    border-top: 0;
}

.hint-address {
    background-color: black;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    bottom: 50px;
    left: 100px;
    display: none;
}

.hint-address::after {
    display: block;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
    position: absolute;
    bottom: -12px;
    font-size: 22px;
}


/* ===========================================================================
Other minor pages
============================================================================*/


/* write product reveiw */

.write-review {
    max-width: 500px;
    margin: 20px auto;
    padding: 25px;
    border: 1px solid #d9dadb;
    background-color: #f8f9fa;
}


/* contact vendor form */

.form-contact-vendor {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #d9dadb;
    background-color: #f8f9fa;
}


/* contact us */

#contactus-form {
    max-width: 500px;
    margin: 15px auto;
    padding: 20px;
    border: 1px solid #d9dadb;
    background-color: #f8f9fa;
}


/* sitemap */

html[lang="ar"] .sitemap-page {
    text-align: right;
}


/* vendor catalog */

@media(max-width: 767.98px) {
    .logo-vendor-page {
        max-width: 120px;
        margin-bottom: 5px;
    }
}


/* ===========================================================================
Footer
============================================================================*/


/* footer containers */

@media(min-width: 1450px) {
    footer.red-on-dark .container {
        max-width: 1400px;
    }
}

@media(max-width: 1449px) {
    footer.red-on-dark .container {
        max-width: 1300px;
    }
}


/* footer utilities */

html[lang="ar"] footer.red-on-dark .text-left {
    text-align: right !important;
}

@media(min-width: 768px) {
    html[lang="ar"] footer.red-on-dark .text-md-right {
        text-align: left !important;
    }
}

@media(min-width: 768px) {
    html[lang="ar"] footer.red-on-dark .offset-md-1 {
        margin-right: 8.333333%;
        margin-left: auto;
    }
}


/* subscribe */

footer.red-on-dark .custom-radio .custom-control-input:checked~.custom-control-label::before,
footer.red-on-dark .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: black;
    border-color: white;
}


/*footer.red-on-dark{
    background-color: #2a2a2a;
    color: #c1c1c1;
    margin-top: 100px;
    padding: 0;
}*/

footer.red-on-dark {
    background-color: white;
    color: black;
    margin-top: 100px;
    padding: 0;
}

html[lang="ar"] footer.red-on-dark {
    text-align: right;
}

footer.red-on-dark a {
    color: #c1c1c1;
    text-decoration: underline;
}

footer.red-on-dark .row-subscribe-rd {
    transform: translateY(-50%);
}

footer.red-on-dark .row-subscribe-rd>.col-12 {
    /*background-color: #da2128;*/
    background-color: black;
    color: white;
    padding: 20px 20px;
}

@media(max-width: 767.98px){
    footer.red-on-dark .newsletter-title{
        text-align: center;
        justify-content: center;
    }
}

footer.red-on-dark .row-subscribe-rd .fa-bullhorn {
    font-size: 30px;
    transform: rotate(-30deg);
}

html[lang="ar"] footer.red-on-dark .row-subscribe-rd .fa-bullhorn {
    -webkit-transform: rotate(30deg) scaleX(-1);
    transform: rotate(30deg) scaleX(-1);
}

footer.red-on-dark .row-subscribe-rd h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
}

footer.red-on-dark .row-subscribe-rd .input-news {
    width: 100%;
    position: relative;
}

footer.red-on-dark .row-subscribe-rd #newsletter-email {
    height: 40px;
    width: 100%;
    padding: 10px 120px 10px 20px;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    background-color: white;
    color: black;
}

html[lang="ar"] footer.red-on-dark .row-subscribe-rd #newsletter-email {
    padding: 10px 20px 10px 120px;
}

#newsletter-email::placeholder {
    color: gray;
}

footer.red-on-dark .row-subscribe-rd .btn.btn-lg {
    background: #ed207b;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

html[lang="ar"] footer.red-on-dark .row-subscribe-rd .btn.btn-lg {
    right: auto;
    left: -3px;
}

html[lang="en"] footer.red-on-dark .social-rd{
    text-align: right;
}
html[lang="ar"] footer.red-on-dark .social-rd{
    text-align: left;
}
@media(max-width: 767.98px){
    footer.red-on-dark .social-rd{
        text-align: center !important;
    }
}

footer.red-on-dark .social-rd li {
    margin: 0;
}

footer.red-on-dark .social-rd a {
    color: white;
    display: block;
    padding: 3px 10px;
}

footer.red-on-dark .social-rd a:hover {
    background-color: black;
    color: white;
}

.newsletter-options {
    display: none;
    margin-top: 10px;
}


/* footer menu area */

footer.red-on-dark h5 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    position: relative;
    text-transform: uppercase;
    color: black;
    padding: 0px;
}

@media(max-width: 767.98px) {
    footer.red-on-dark .module-footer-link h5 {
        margin: 0px 0px 5px 0px;
        padding: 10px;
        border: 1px solid rgba(77, 77, 77, 0.5);
        position: relative;
    }
}

footer.red-on-dark .module-footer-link h5.trigger::before {
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(77, 77, 77, 0.5);
}

html[lang="ar"] footer.red-on-dark .module-footer-link h5.trigger::before {
    right: unset;
    left: 0;
    border-left: 0;
    border-right: 1px solid rgba(77, 77, 77, 0.5);
}

footer.red-on-dark .module-footer-link h5.trigger-plus::before {
    content: "\f067";
}

footer.red-on-dark .module-footer-link h5.trigger-minus::before {
    content: "\f068";
}

html[lang="ar"] footer.red-on-dark h5::before {
    left: auto;
    right: 0;
}

footer.red-on-dark ul.list-unstyled {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

footer.red-on-dark ul li a {
    line-height: 24px;
    /*color: #c1c1c1;*/
    color: black;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
}

footer.red-on-dark ul li a:hover {
    /*color: #da2128;*/
    color: var(--colorHighlight1);
}

footer.red-on-dark .txt-call {
    font-weight: bold;
}

footer.red-on-dark .txt-mob {
    font-size: 20px;
    /*color: #da2128;*/
    color: #ed207b;
    width: 100%;
}

/*
footer.red-on-dark .txt-address {
    margin-top: 15px;
}
*/

@media(max-width: 767.98px) {
    footer.red-on-dark .module-footer-link ul {
        display: none;
        padding: 10px 15px;
    }
}


/* footer Sosoim links */

footer.red-on-dark .row-Sosoim-rd {
    border-top: 1px solid #4d4d4d;
    margin-top: 10px;
}

footer.red-on-dark .row-Sosoim-rd ul li {
    margin: 5px 10px;
}


/* copyright */

footer.red-on-dark .copyright-rd {
    border-top: 1px solid #4d4d4d;
    font-size: 14px;
    margin-top: 25px;
}


.whatsapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    width: 50px;
    height: auto;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    opacity: 1;
    z-index: 997;
    background-color: transparent;
    color: black;
}
.whatsapp-internal{
    left: 15px;
}
.whatsapp-external{
    left: 80px;
}
.whatsapp > img {
	width: 45px;
	height: 45px;
}
.whatsapp > span{
    font-size: 12px;
    padding: 3px;
    text-align: center;
}

@media(max-width: 5000.98px){
    .whatsapp {
        background-color: white;
        color: #807f7f;
        border-radius: 4px;
        border: 1px solid transparent;
        width: 48px;
    }
    .whatsapp > img {
        width: 40px;
        height: 40px;
    }
    .whatsapp-internal{
        left: 10px;
    }
    .whatsapp-external{
        left: 66px;
    }
    .whatsapp > span{
        font-size: 11px;
        padding: 2px;
    }
}





#back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: .25rem;
    transition: opacity .3s ease-out;
    opacity: 0;
    z-index: 997;
    background: #0091b5;
    color: #fff;
}

#back-to-top {
    background-color: var(--sl-black);
    border-radius: 50%;
}

.amount h3 {
    font-size: 18px;
    color: #343434;
    line-height: 2.3;
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
}

.amount h3 .add-more {
    display: inline-block;
}

.amount h3 .add-more .qt-minus,
.amount h3 .add-more .qt-plus {
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    border: 0;
    width: 22px;
    display: inline-block;
    text-align: center;
    height: 22px;
    border-radius: 50%;
    vertical-align: middle;
    background: #000;
}

.amount h3 .add-more i {
    vertical-align: 2px;
    color: #fff;
}

.qt-plus:hover {
    cursor: pointer;
}

.qt-minus:hover {
    cursor: pointer;
}
.overview-buttons .prices .actual-price.old-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}