:not(#mainMenu) > .menu, :not(#mainMenu) > .menu div:not(.dynamicMenu){
    background-color:inherit;
}

:not(#mainMenu) > .menu{
    position:relative;
}

.menu-list{
    z-index:33;
} 
.menu li.parentLink > ul{
    position:absolute;
    top:100%;
    left:0;
    width:200px;
    display:none;
}

[dir="rtl"] .menu li.parentLink > ul{
    right:0;
    left:auto;
}

.menu li.parentLink li a{
    width:100%;
}

.menu li.parentLink li.parentLink ul{
    float:left;
    position:relative;
    box-sizing:border-box;
    border-left:10px solid #dedede;
}

[dir="rtl"] .menu li.parentLink li.parentLink ul{
    float:right;
    border-right:10px solid #dedede;
    border-left:0;
}

#mobileAppNotify{
    position:fixed;
    z-index:9999;
}

#appNotify{
    display:flex;
    align-items:center;
}

#appLogo p{
    padding-bottom:0;
}

#appLogo img{
    max-width:100%;
    width:auto;
    height:auto;
}

#appBtn{
    white-space:nowrap;
}

.sticky .dn-sticky{
    display:none;
}

.header-wrapper{
    z-index: 10;
}

#header-wrap.sticky{
    position:fixed;
    top:0;
    left:0;
    z-index:999; 
    animation-name: fadeInDown; 
    animation-duration: .5s; 
    animation-fill-mode: both;
}
@keyframes fadeInDown{
0%
    {
        opacity:0;
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0)
    }
to
    {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
 
#header-wrap.sticky #headerTop,
#header-wrap.sticky #headerMain {
    display: none;
}

.locationLinkWrap{
    padding: 7px 10px;
    box-sizing: border-box;
}

[dir="rtl"] #topMenu, 
[dir="rtl"] #topMenu li, 
[dir="rtl"] #topMenu a{
    float:right;
}

#topMenu a{
    line-height:30px;
    color:#545454;
    font-size:12px;
    padding-left:20px;
    padding-right:20px;
    border-right:1px solid #ddd;
}

[dir="rtl"] #topMenu a{
    border-right:0;
    border-left:1px solid #ddd;
}

#topMenu ul li:hover > span, #topMenu ul li:hover > a{
    background:#e2e2e2;
}

#headerTop select{
    height:30px;
    padding:0 30px 0 10px;
    background:url('selectArrow.png') no-repeat right center;
    border:0;
    border-left:1px solid #ddd;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    color:#545454;
    font-size:12px;
}

[dir="rtl"] #headerTop select{
    padding:0 10px 0 30px;
    background:url('selectArrow.png') no-repeat 10px center;
    border-right:1px solid #ddd;
    border-left:0;
}

 

#basketList{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    z-index:3333;
}

#logo a,
#logo p {
    float:left;
    width:100%;
    height: 75px;
}
#logo p{ 
    display:flex;
    align-items:center;
    padding-bottom:0;
}

.sticky #logo a,
.sticky #logo p{
    height:37px;
} 

#logo img{
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: 100%;
}

#searchListWrap{
    position:relative;
}

 
#live-search-box{
    top:100%;
    left:-1px;
    z-index:999;
}
 
  

#live-search-box{
    position:absolute;
    top:100%;
    width:calc(100% + 2px);
    background:#fff;
    border-bottom:0;
    z-index:999;
}

#live-search-box ul{
    float:left;
    width:100%;
    border-top:1px solid #ececec;
}

#live-search-box li{
    float:left;
    width:100%;
    box-sizing:border-box;
    border-right:1px solid #ececec;
    border-bottom:1px solid #ececec;
    border-left:1px solid #ececec;
}

#live-search-box a{
    float:left;
    width:100%;
    font-weight:600;
    display:flex;
    align-items:center;
}

#live-search-box:not([data-callback]) span,
#live-search-box .search-image{
    width:5%;
    height:0;
    padding-bottom:5%;
    margin-top:5px;
    margin-right:15px;
    margin-bottom:5px;
    margin-left:5px;
    overflow:hidden;
}

#live-search-box[data-callback] span{
    box-sizing: border-box;
}

#live-search-box img{
    margin:0 auto;
}
  
.sticky .col-sticky-12{
    width:100%;
}

.sticky .col-sticky-11{
    width:91.66666667%;
}

.sticky .col-sticky-10{
    width:83.33333333%;
}

.sticky .col-sticky-9{
    width:75%;
}

.sticky .col-sticky-8{
    width:66.66666667%;
}

.sticky .col-sticky-7{
    width:58.33333333%;
}

.sticky .col-sticky-6{
    width:50%;
}

.sticky .col-sticky-5{
    width:41.66666667%;
}

.sticky .col-sticky-4{
    width:33.33333333%;
}

.sticky .col-sticky-3{
    width:25%;
}

.sticky .col-sticky-2{
    width:16.66666667%;
}

.sticky .col-sticky-1{
    width:8.33333333%;
}

.sticky .col-sticky-auto{
    width:auto;
}

/*hi*/
#headerTop {
    background-color: #f8f8f8;
}
.header-top-text {
    background-color: #ff5900;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top-text strong {
    padding-left: 3px;
}
.header-top-menu {
    display: flex;
    align-items: center;
} 
.header-top-menu li {
    border-left: 1px solid #efefef;
}
.header-top-menu li:last-child {
    border-right: 1px solid #efefef;
}
.header-top-menu li a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 20px;
    font-size: 12px;
    color: #000;
    letter-spacing: .9px;
}
.header-top-menu li a img {
    display: block;
    margin-right: 7px;
}
#headerMain {
    padding-top: 25px;
    padding-bottom: 25px;
}
#search {
    padding: 0 30px;
}
#search #FormAra {}
#search #FormAra #live-search {
    height: 55px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid var(--main-color);
    width: 100%;
    padding-left: 20px;
    padding-right: 120px;
    font-size: 12px;
    color: #797979;
    letter-spacing: .8px;
}
#search #FormAra #search-btn {
    background-color: var(--main-color);
    position: absolute;
    right: 5px;
    top: 5px;
    height: 45px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
#search #FormAra #search-btn img {
    display: block;
    margin-right: 10px;
}


.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right .member-area {
    display: flex;
    align-items: center;
    border: 1px solid #f9f9f9;
    width: 100%;
    max-width: 210px;
    border-radius: 5px;
}
.header-right .member-area a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 12px; 
    min-height: 55px;
}
.header-right .member-area a img {
    display: block;
    margin-right: 10px;
}
.header-right .member-area a:nth-child(1) {
    color: #bf0426;
    font-weight: bold;
}
.header-right .member-area a:nth-child(2) {
    border-left: 1px solid #f9f9f9;
    color: #000;
}
.header-right .basketLink {
    border: 1px solid var(--main-color);
    width: 90px;
    height: 55px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-right .basketLink img {
    display: block;
    margin-right: 10px;
}
.header-right .basketLink span {
    background-color: var(--main-color);
    height: 20px;
    min-width: 20px;
    display: grid;
    place-content: center;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
}

.mainMenu-bg {
    background-color: #f8f8f8;
    margin-bottom: 30px;
}
#mainMenu {
    position: relative;
}
#mainMenu .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mainMenu .menu > li {}
#mainMenu .menu > li > span {}
#mainMenu .menu > li:hover > span > a{
    background-color: var(--main-color);
    color: #fff;
}
#mainMenu .menu > li > span > a {
    color: #000000;
    font-size: 14px;
    min-height: 55px;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 0 10px;
}

#mainMenu .drop-down:hover > span + div {
    opacity: 1;
    visibility: visible;
    transition-delay: .5s;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,1,.5,1);
}
.submenu-container {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 100%;
}
.submenu-container .submenu-border {
    border: 1px solid var(--main-color);
    border-radius: 0 0 5px 5px;
    padding: 30px 10px;
    background-color: #fff;
}
.submenu-container .submenu-border ul {}
.submenu-container .submenu-border ul li {}
.submenu-container .submenu-border ul li.title {
    line-height: normal;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.submenu-container .submenu-border ul li a{
    color: #000;
    font-size: 14px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.menu-grid-template {
    display: grid;
    grid-template-areas:
        "a b"
        "a c";
    grid-gap: 30px;  
}
.menu-grid-template a {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-grid-template a:nth-child(1) {
    grid-area: a;
    height: 330px;
    background-image: url(/Data/EditorFiles/ar-files/banner-bg-2.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.menu-grid-template a:nth-child(1) img {
       object-fit: cover;
    width: 98%;
    height: 97%;
}
.menu-grid-template a:nth-child(1) div {
    font-size: 22px;
    line-height: normal;
    margin-top: 20px;
}
.menu-grid-template a:nth-child(1) div strong {
    display: block;
}
.menu-grid-template a:nth-child(2) {
    grid-area: b;
    height: 150px; 
    background-image: url(/Data/EditorFiles/ar-files/banner-bg-9.png);
}
.menu-grid-template a:nth-child(3) {
    grid-area: c;
    height: 150px; 
    background-image: url(/Data/EditorFiles/ar-files/banner-bg-10.png);
}
.menu-grid-template a:nth-child(2),
.menu-grid-template a:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.menu-grid-template a:nth-child(2) img,
.menu-grid-template a:nth-child(3) img {
    max-height: 100px;
}

.menu-grid-template a:nth-child(2) span,
.menu-grid-template a:nth-child(3) span {
    width: 90px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 30px;
    line-height: normal;
    display: block;
}


@media (min-width: 1366px) and (max-width:1919px){

}

@media (max-width:1365px){
    #search {
        padding: 0;
    }
}/*1001*/

@media (max-width: 1000px) {
    #search {
        padding: 0;
    }
    #mainMenu .menu > li > span > a { 
        font-size: 12px; 
        padding: 0 5px;
    }
}/*769*/

@media (max-width: 768px) {
    #header-wrap.sticky #mobileSearch,
    .header-right .member-area,
    .header-right .basketLink span  {
        display: none;
    }
    #header-wrap.sticky #headerMain {
        display: block;
    }
    .header-top-text {
        font-size: 12px;
        min-height: 40px; 
    }
    .header-right {
        justify-content: flex-end;
    }
    .header-right .basketLink {
        border: 0;
        width: auto;
        height: auto;
        border-radius: 0;
    }
    .header-right .basketLink img { 
        margin-right: 0; 
        margin-left: 20px;
    }
    .header-right img {
        height: 25px;
    }
    #headerMain {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    #search #FormAra #search-btn { 
        height: 35px;
        width: 70px; 
        font-size: 12px; 
    }
    #search #FormAra #live-search {
        height: 45px; 
        padding-left: 20px;
        padding-right: 85px;
        font-size: 12px;
        letter-spacing: 0;
    }
    #logo a,
    #logo p {
        height: 37px;
    }
    /*mobilemenu*/
    #closeMobileMenu {
        background: var(--main-color) url(/Data/EditorFiles/ar-files/icon-close.svg) no-repeat center right 10px;
        height: 70px;
        display: flex;
        align-items: center;
        letter-spacing: 1px;
        line-height: normal;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    #mobileMenuMain {
        margin-bottom: 30px;
    }
    #mobileMenuMain ul {}
    #mobileMenuMain ul li {
        padding: 0;
    }
    #mobileMenuMain ul li span,
    #mobileMenuMain ul li a {
        font-size: 13px;
        line-height: normal;
        min-height: 45px;
        display: flex;
        align-items: center;
        color: #000;
        background-repeat: no-repeat;
        background-position: center right 10px; 
    }
    #mobileMenuMain ul li li span,
    #mobileMenuMain ul li li a {
        font-size: 12px;
        min-height: 30px;
    }
    #mobileMenuMain ul li span {
        background-image: url(/Data/EditorFiles/ar-files/icon-angle-down.svg);
    }
    #mobileMenuMain ul li span.active {
        background-image: url(/Data/EditorFiles/ar-files/icon-angle-up.svg);
    }
    #mobileMenuMain ul li a {
    }
    #mobileMenuMain ul li span + ul { }
    .animate #mobileMenuMain ul li span + ul.open {}
    #mobileMenu .extra-links {
        margin-bottom: 50px;
    }
    #mobileMenu .extra-links a {
        display: flex;
        align-items: center;
        padding-left: 20px;
        width: 100%;
        height: 45px;
        border-radius: 5px;
        border: 1px solid #f9f9f9;
        background-color: #ffffff;
        letter-spacing: 1px;
        line-height: normal;
        color: #000000;
        font-size: 12px;
        margin-bottom: 15px;
    }
    #mobileMenu .extra-links a img {
        margin-right: 10px;
    }
    #mobileMenu .buttons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: auto;
        margin-bottom: 30px;
    }
    #mobileMenu .buttons a {
        width: calc(50% - 7px);
        height: 45px;
        border-radius: 5px;
        display: grid;
        place-content: center;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }
    #mobileMenu .buttons a:first-child {
        background-color: #000;
    }
    #mobileMenu .buttons a:last-child {
        background-color: var(--main-color);
    } 
    /*mobilemenuFNS*/
    

} /*541*/



@media (max-width: 540px) {

} /*320*/







@media screen and (max-width: 1000px) {

    .sticky .col-md-sticky-12{
        width:100%;
    }

    .sticky .col-md-sticky-11{
        width:91.66666667%;
    }

    .sticky .col-md-sticky-10{
        width:83.33333333%;
    }

    .sticky .col-md-sticky-9{
        width:75%;
    }

    .sticky .col-md-sticky-8{
        width:66.66666667%;
    }

    .sticky .col-md-sticky-7{
        width:58.33333333%;
    }

    .sticky .col-md-sticky-6{
        width:50%;
    }

    .sticky .col-md-sticky-5{
        width:41.66666667%;
    }

    .sticky .col-md-sticky-4{
        width:33.33333333%;
    }

    .sticky .col-md-sticky-3{
        width:25%;
    }

    .sticky .col-md-sticky-2{
        width:16.66666667%;
    }

    .sticky .col-md-sticky-1{
        width:8.33333333%;
    }

    .sticky .col-md-sticky-auto{
        width:auto;
    }  

}

@media screen and (min-width: 769px) {

    .menu li.parentLink:hover > ul{
        display:block;
    }

}

@media screen and (max-width: 768px) {

    .sticky .col-sm-sticky-12{
        width:100%;
    }

    .sticky .col-sm-sticky-11{
        width:91.66666667%;
    }

    .sticky .col-sm-sticky-10{
        width:83.33333333%;
    }

    .sticky .col-sm-sticky-9{
        width:75%;
    }

    .sticky .col-sm-sticky-8{
        width:66.66666667%;
    }

    .sticky .col-sm-sticky-7{
        width:58.33333333%;
    }

    .sticky .col-sm-sticky-6{
        width:50%;
    }

    .sticky .col-sm-sticky-5{
        width:41.66666667%;
    }

    .sticky .col-sm-sticky-4{
        width:33.33333333%;
    }

    .sticky .col-sm-sticky-3{
        width:25%;
    }

    .sticky .col-sm-sticky-2{
        width:16.66666667%;
    }

    .sticky .col-sm-sticky-1{
        width:8.33333333%;
    }

    .sticky .col-sm-sticky-auto{
        width:auto;
    }

    #mobileAppNotify{
        background-color:#e0e0e0;
    }

    #appNotify{
        position:relative;
        z-index:9999;
    }

    #appNotifyClose{
        background-color: #000;
        color: #FFF;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        width: 18px;
        min-width: 18px;
        height: 18px;
        padding: 0;
        margin-right: 10px;
        border-radius: 100%;
    }

    #appLogo{
        background-color: #FFF;
        width: 56px;
        min-width: 56px;
        height: 56px;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #applogo *{
        margin:0px;
        padding:0px;
    }

    #appText{
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        width: calc(100% - 176px);
    }

    .menu-list, .menu-list li, .menu-list a{
        width:100%;
    }

    .menu-list.show, .menu li.parentLink ul.show{
        display:block;
    }

    .animate{
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    #menuBtn{
        font-size:31px;
        cursor:pointer;
    }

    [dir="rtl"] #menuBtn{
        background-position:10px center;
    }

    @-webkit-keyframes pageOverlayDefault{

        from{
            opacity:1;
        }

        to{
            opacity:0;
        }

    }

    @keyframes pageOverlayDefault{

        from{
            opacity:1;
        }

        to{
            opacity:0;
        }

    }

    #pageOverlay{
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background:rgba(0,0,0,.7);
        z-index:3333;
        opacity:0;
        display:none;
        -webkit-animation-duration:1.5s;
        animation-duration:1.5s;
        -webkit-animation-name:pageOverlayDefault;
        animation-name:pageOverlayDefault;
    }

    @-webkit-keyframes pageOverlay{

        from{
            opacity:0;
        }

        to{
            opacity:1;
        }

    }

    @keyframes pageOverlay{

        from{
            opacity:0;
        }

        to{
            opacity:1;
        }

    }

    .menuShow #pageOverlay{
        display:block;
        -webkit-animation-name:pageOverlay;
        animation-name:pageOverlay;
    }

    @-webkit-keyframes mobileMenuDefault{

        from{
            left:0;
        }

        to{
            left:-100%;
        }

    }

    @-webkit-keyframes mobileMenuDefaultRtl{

        from{
            right:0;
        }

        to{
            right:-100%;
        }

    }

    @keyframes mobileMenuDefault{

        from{
            left:0;
        }

        to{
            left:-100%;
        }

    }

    @keyframes mobileMenuDefaultRtl{

        from{
            right:0;
        }

        to{
            right:-100%;
        }

    }

    #mobileMenu{
        position:fixed;
        left:-100%;
        top:0;
        bottom:0;
        width:70%;
        background:#fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index:4444;
        -webkit-animation-name:mobileMenuDefault;
        animation-name:mobileMenuDefault;
    }

    [dir="rtl"] #mobileMenu{
        right:-100%;
        left:auto;
        -webkit-animation-name:mobileMenuDefaultRtl;
        animation-name:mobileMenuDefaultRtl;
    }

    @-webkit-keyframes mobileMenu{

        from{
            left:-100%;
        }

        to{
            left:0;
        }

    }

    @-webkit-keyframes mobileMenuRtl{

        from{
            right:-100%;
        }

        to{
            right:0;
        }

    }

    @keyframes mobileMenu{

        from{
            left:-100%;
        }

        to{
            left:0;
        }

    }

    @keyframes mobileMenuRtl{

        from{
            right:-100%;
        }

        to{
            right:0;
        }

    }

    .menuShow #mobileMenu{
        -webkit-animation-name:mobileMenu;
        animation-name:mobileMenu;
    } 
    [dir="rtl"] .menuShow #mobileMenu{
        -webkit-animation-name:mobileMenuRtl;
        animation-name:mobileMenuRtl;
    } 
    #mobileMenu li ul{
        display:none;
    } 
    #logo a img{
        width:auto;
        display:inline;
        vertical-align:middle;
    }   
}

@media screen and (max-width: 540px) {

    .sticky .col-xs-sticky-12{
        width:100%;
    }

    .sticky .col-xs-sticky-11{
        width:91.66666667%;
    }

    .sticky .col-xs-sticky-10{
        width:83.33333333%;
    }

    .sticky .col-xs-sticky-9{
        width:75%;
    }

    .sticky .col-xs-sticky-8{
        width:66.66666667%;
    }

    .sticky .col-xs-sticky-7{
        width:58.33333333%;
    }

    .sticky .col-xs-sticky-6{
        width:50%;
    }

    .sticky .col-xs-sticky-5{
        width:41.66666667%;
    }

    .sticky .col-xs-sticky-4{
        width:33.33333333%;
    }

    .sticky .col-xs-sticky-3{
        width:25%;
    }

    .sticky .col-xs-sticky-2{
        width:16.66666667%;
    }

    .sticky .col-xs-sticky-1{
        width:8.33333333%;
    }

    .sticky .col-xs-sticky-auto{
        width:auto;
    }
    
    .menuOverflow{
        position:relative;
    }

    .menuPrev, .menuNext{
        position:absolute;
        top:0;
        bottom:0;
        width:15px;
        height:100%;
        background-color:rgba(0,0,0,.3);
        z-index:33;
    }

    .menuPrev{
        left:0;
    }

    .menuNext{
        right:0;
    } 

}