html {

    --scrollbarBG: #fff;
    --thumbBG: #e8527c;
    --thumbBG2: #e8527c00;
}

ul::-webkit-scrollbar {
    width: 6px;
}
@media(max-width:991px){

    .product-grid .item-product:nth-child(n){
        clear: both !important ;
    }
    
    .product-grid .item-product:nth-child(2n){
        clear: none !important ;
    }
     /* .product-grid .item-product:nth-child(1){

        clear: none !important ;
    } */
}


ul {
   
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

*::-webkit-scrollbar-track {
    direction:rtl; 
    background: var(--scrollbarBG);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG2);
    border-radius: 4px;
    border: 2px solid var(--scrollbarBG);
}

body::-webkit-scrollbar {
    width: 11px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.menu-dropdown-icon .level-top span,
.top-header>a,
.icon-search>span:after,
.navigation.nw-mobile-nav .ui-menu .level0 .level-top span {

    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 0.8em 0.6em;
    display: block;
    text-transform: uppercase;
}

.level1>a {
    font-weight: 450;
    font-size: 14px;
    text-transform: uppercase;
}

.level2>a {
    font-weight: 450;
    font-size: 14px;
    text-transform: uppercase;

}

.level3>a {
    font-size: 13px;
    font-weight: 400;
    margin: 5px;
    margin-left: 0;
}

.level2>ul {
    margin-bottom: 10px;
}

/*yellow color :#f47b21*/
.level1>a:hover,
.level2>a:hover,
.level3>a:hover,
.level1>a>span:hover,
.level2>a>span:hover,
.level3>a>span:hover,
.level1>.active,
.level1>a>.active {

    color: #e8527c !important;
}

ul>.active>a,
ul>.active>a>span {
    color: #e8527c !important;
}

li>.active:after {
    position: relative;
    height: 0px;
    width: 0px;
    padding: 0px;
    background-color: transparent;
    top: 0px;
    left: 1px;
    transform: rotate(0deg) skew(0deg);
    -webkit-transform: rotate(0deg) skew(0deg);
    border-top: 100px solid transparent;
    border-left: 200px solid #ED4AB1;
    border-right: 23px transparent;
    border-bottom: 100px solid transparent;
}

li>.innactive:after {
    position: relative;
    height: 0px;
    width: 0px;
    padding: 0px;
    background-color: transparent;
    top: 0px;
    left: 1px;
    transform: rotate(0deg) skew(0deg);
    -webkit-transform: rotate(0deg) skew(0deg);
    border-top: 100px solid transparent;
    border-left: 200px solid #7e7c7c;
    border-right: 23px transparent;
    border-bottom: 100px solid transparent;
}



.menu>ul>li>ul>li a {
    border-bottom: none !important;
    width: 100% !important;
}

.menu>ul>li>ul,
.menu>ul>li>ul.normal-sub {
    overflow: auto;
}

.submenu {
    display: block;
}

.menu>ul>li:hover {

    color: #e8527c !important;
    background: transparent !important;

}

.menu>ul>li:hover>a {

    color: #e8527c !important;

}

.navigation ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.level1>a {

    padding: 5px 15px 5px 15px;
}

.level1>ul {
    margin: 10px 20px 10px 10px;
    width: max-content;
    padding-top: 0;
    margin-top: 0;

    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 220px;
    max-height: 100%;
}

li:hover,
ul:hover,
.level1>a:hover,
.level2>a:hover {

    color: #e8527c !important;

}

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

    .level1>a>span,
    .level1>a>i,
    .level1>.innactive>span,
    .level1>.innactive>.innactive {
        color: #7e7c7c !important;
    }

}

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

    .level1.submenu.ui-menu,
    .level0.nav-3 .level0 .level1,
    .level0.nav-2 .level0 .level1,
    .nw-mobile-nav .level0 {
        background: #ffeef7;
    }

    .level1>a>span,
    .level1>a>i,
    .level1>.innactive>span,
    .level1>.innactive>.innactive,
    .level0.nav-3 a span {
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        color: #222222;
    }

    .level2.submenu.ui-menu,
    .level0.nav-3 .level0 .level1 .level1.submenu,
    .level0.nav-2 .level0 .level1 .level1.submenu {
        background-color: #fff;
    }

    .level2 a>span,
    .level0.nav-3 .level0 .level1 a span,
    .level0.nav-2 .level0 .level1 a span {
        color: #7e7c7c !important;
    }

    .level3 a>span,
    .level0.nav-3 .level0 .level1 .level1.submenu a span,
    .level0.nav-2 .level0 .level1 .level1.submenu a span {
        color: #000 !important;
    }

    .navigation .level0 {
        border-top: 1px solid #ffffff;

    }

    .navigation li.level0:last-child {
        border-bottom: unset !important;
    }
}

.navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    overflow: inherit;
    padding: 0;
    top: 0;

    z-index: 3;
}

.navigation>.menu {
    padding: 20px 0 20px 0%;
}

.menu>ul>li>ul {

    background: #ffffff;
    position: absolute;
    border-top: 2px solid;
    border-top-color: #e8527c;
    border-bottom: 2px solid;
    border-bottom-color: #e8527c;
    box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, .19);
    margin: 0;
    padding: 0;
}

.menu>ul>li>ul>li>a {

    width: 100%;

}




.menu>ul>li>ul,
.menu>ul>li>ul.normal-sub {

    overflow: auto;
    overflow-x: hidden;

}


.menu>ul>li>ul>li {
    padding: 0px 0px 5px 0px;
    list-style: none;
    background: none;
    float: none;
}

.level1>ul,
.absolutewrapper {
    position: relative;
    left: 100%;
    min-width: fit-content;
    ;
    margin: 10px 20px 10px 20px;

}


.topstatic {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    left: 100%;
    height: 370px;
}

.MegaContainer {
    margin-top: 35px;
}


.column_mega_menu4 {
    width: 15% !important;
}

.level1>.rightstatic,
.level2>.rightstatic {
    
    position: absolute;
    float: left !important;
    max-height: 451px;
    overflow: hidden;
    padding: 0;
    text-align: end;

}

.categorytab-menu-container {
    top: 0 !important;
}

.topstatic {
    width: 100%;
    height: 100%;
    text-align: center;
}

.rightstatic>p>a>img,
.rightstatic>img,
.topstatic>p>a>img,
.topstatic>img,
.topstatic>div>img {
    height: -webkit-fill-available;
    height: -moz-available;

}

.menu>ul>li>ul>li>a :after {

    color: #665f61 !important;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;

}

.menu>ul>li>ul>li>a :hover .menu>ul>li>ul>li>a :after {

    color: #e8527c !important;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;

}


.menu>ul>li>ul>li {

    color: #4f4a4c !important;

}

/**dynamic Columns**/


.menulist>.column_mega_menu1_submenu_1 {
    columns: 1;
}

.menulist>.column_mega_menu2_submenu_1 {
    columns: 2;
}

.menulist>.column_mega_menu3_submenu_1 {
    columns: 3;
}

.menulist>.column_mega_menu4_submenu_1 {
    columns: 4;
}

.menulist>.column_mega_menu5_submenu_1 {
    columns: 5;
}

.menulist>.column_mega_menu6_submenu_1 {
    columns: 6;
}

.menulist {
    position: absolute;
   
    left: 100%;
    margin: 0;
    display: block;
    float: none;
    max-height: inherit;
    overflow-x: hidden;
    overflow-y: scroll;

}

.menulist>ul {
    float: none;
    height: max-content;
    direction:ltr;
    margin-left:4px;
}

.menulist>ul>li {
    /* max-height: 250px;*/
    min-height: 50px;
    overflow: hidden;
    display: block;
    /* overflow-y: scroll; */
    padding-bottom: 20px;
    width: fit-content;
}

.menulist>ul>li::-webkit-scrollbar,
.menulist::-webkit-scrollbar {
    width: 6px;

}

.menulist>ul>li,
.menulist {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG2) var(--scrollbarBG);
}

.menulist>ul>li::-webkit-scrollbar-track,
.menulist::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.menulist>ul>li::-webkit-scrollbar-thumb,
.menulist::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    opacity: 50%;
    border: 2px solid var(--scrollbarBG);
}

.level2 {
    padding: 0 !important;
    top: 0;
    height: 100%;
    width: max-content;

}

@media (max-width: 1199px) {
    nav.navigation .parent .level-top:after {

        position: absolute;
        right: 0;
        z-index: 9;
        width: 50px;
        height: 100%;
        line-height: 44px;
        top: 0;
        float: none;

    }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .level1>a {
        font-weight: 450;
        font-size: 12px;
        text-transform: uppercase;
    }

    .level2>a {
        font-weight: 450;
        font-size: 11px;
        width: 100%;
        text-transform: uppercase;
    }

    .level3>a {
        font-size: 10px;
        width: 100%;
        font-weight: 400;

        margin: 5px;
        margin-left: 0;
    }

    .topstatic>.Megacontainer {

        position: relative;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .level1>a {
        font-weight: 450;
        font-size: 11px;
        text-transform: uppercase;
    }

    .level2>a {
        font-weight: 450;
        font-size: 10px;
        width: 100%;
        text-transform: uppercase;
    }

    .level3>a {
        font-size: 10px;
        width: 100%;
        font-weight: 400;
        max-width: 98%;
        margin: 5px;
        margin-left: 0;
    }

    .menu>ul>li>ul {
        left: -43px;
        padding-top: 32px;
        min-height: 330px;
    }

    .topstatic {
        height: 330px;
    }

    .topstatic>.Megacontainer {

        height: 330px;
        position: relative;
    }

    .menulist {

        min-width: 685px;
        max-width: 685px;
        margin-left: 20px;
        /* padding-left: 100px; */
    }
}

@media only screen and (min-width: 1251px) and (max-width: 1299px) {
    .level1>a {
        font-weight: 450;
        font-size: 11px;
        text-transform: uppercase;
    }

    .level2>a {
        font-weight: 450;
        font-size: 10px;
        width: 100%;
        text-transform: uppercase;
    }

    .level3>a {
        font-size: 10px;
        width: 100%;
        font-weight: 400;
        max-width: 98%;
        margin: 5px;
        margin-left: 0;
    }

    .menu>ul>li>ul {
        left: -43px;
        padding-top: 32px;
        min-height: 355px;
    }

    .topstatic {
        height: 355px;
    }

    .topstatic>.Megacontainer {

        height: 355px;
        position: relative;
    }

    .menulist {

        min-width: 700px;
        max-width: 700px;
        margin-left: 20px;
        /* padding-left: 100px; */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {

    .menu>ul>li>ul {
        left: -43px;
        padding-top: 32px;
        min-height: 355px;
        max-height: 475px;
    }

    .menu-dropdown-icon>a,
    .right-menu-item-custom>.top-header>a {
        font-weight: 400;
        font-size: 14px;
        color: #888888 !important;
    }

    .menulist {
        min-height: 300px;
        max-height: 310px;
        margin-left: 20px;
        /* padding-left: 100px; */
    }

    .topstatic,
    .topstatic>.Megacontainer {

        height: 365px;

    }

    .rightstatic {

        height: 351px;

    }


    .topstatic>.Megacontainer {
        position: relative;
    }

    .menu>ul>li>ul>li {
        width: 140px !important;
    }

    .menu>ul>li>ul>li {
        margin: 0px 0px 0px 50px;

    }

    .menu>ul>li a {
        padding: 0.8em 0.4em;

    }
}

@media only screen and (min-width: 1300px) and (max-width: 1340px) {
    .level1>a {
        font-weight: 450;
        font-size: 12px;
        text-transform: uppercase;
    }

    .level2>a {
        font-weight: 450;
        font-size: 10px;
        width: 100%;
        text-transform: uppercase;
    }

    .level3>a {
        font-size: 10px;
        width: 100%;
        font-weight: 400;
        margin: 5px;
        margin-left: 0;
    }

    .menu>ul>li>ul {
        left: -75px;
        padding-top: 30px;
        min-height: 380px;
        max-height: 415px;
    }

    .topstatic,
    .topstatic>.Megacontainer {
        min-height: 380px;
        max-height: 410px;
    }

    .rightstatic {

        height: 380px;

    }

    .menulist {
        height: 340px;
        min-width: 710px;
        max-width: 710px;
        margin-left: 20px;
        /* padding-left: 70px; */
    }

    .menu>ul>li>ul>li {
        margin: 0px 0px 0px 100px;
    }

    .menu>ul>li a {
        padding: 0.8em 0.4em;

    }
}

@media only screen and (min-width: 1341px) and (max-width: 1400px) {
    .level1>a {
        font-weight: 450;
        font-size: 12px;
        text-transform: uppercase;
    }

    .level2>a {
        font-weight: 450;
        font-size: 11px;
        width: 100%;
        text-transform: uppercase;
    }

    .level3>a {
        font-size: 10px;
        width: 100%;
        font-weight: 400;
        margin: 5px;
        margin-left: 0;
    }

    .menu>ul>li>ul {
        left: -83px;
        padding-top: 30px;
        min-height: 380px;
        max-height: 415px;
    }

    .topstatic,
    .topstatic>.Megacontainer {
        min-height: 380px;
        max-height: 410px;
    }

    .rightstatic {

        height: 380px;

    }

    .topstatic>.Megacontainer {


        height: 380px;

        position: relative;
    }

    .menu>ul>li>ul>li {
        margin: 0px 0px 0px 115px;
    }

    .menu>ul>li a {

        padding: 0.8em 0.4em;

    }

    .menulist {
        height: 340px;
        min-width: 715px;
        max-width: 715px;
        margin-left: 20px;
    }


}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {




    .menu>ul>li>ul>li {
        width: 150px !important;
        /* padding-right: 10px; */
    }


    .topstatic>.Megacontainer {
        position: relative;
    }



}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {

    .menu>ul>li>ul {
        left: -42px;
        padding-top: 30px;
        min-height: 410px;
        max-height: 415px;
    }

    .topstatic,
    .topstatic>.Megacontainer {

        height: 410px;

    }


    .rightstatic {

        height: 411px;

    }

    .topstatic>.Megacontainer {

        position: relative;
    }

    .menu>ul>li>ul>li {

        width: 156px;
        margin: 0px 0px 0px 50px;
    }

    .menulist {
        height: 365px;
        min-width: 840px;
        max-width: 840px;
        margin-left: 20px;
        /* padding-left: 70px; */
    }

    .level1>a {
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
    }

    .level2>a {
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        text-transform: uppercase;
    }

    .level3>a {
        font-size: 12px;
        width: 100%;
        font-weight: 400;
        margin: 5px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1599px) {

    .menu>ul>li>ul {
        left: -44px;
        padding-top: 30px;
        height: 370px;
    }

    .topstatic,
    .topstatic>.Megacontainer {

        height: 350px;
    }

    .rightstatic {

        height: 371px;
    }

    .topstatic>.Megacontainer {

        position: relative;
    }

    .menu>ul>li>ul>li {

        width: 170px;
        margin: 0px 0px 0px 100px;
    }

    .menulist {
        min-width: 860px;
        max-width: 860px;
        height: 305px;
        margin-left: 20px;
    }

    .level1>a {
        font-weight: 450;
        font-size: 14px;
        text-transform: uppercase;
    }

    .level2>a {
        font-weight: 450;
        font-size: 13px;
        width: 100%;
        text-transform: uppercase;
    }

    .level3>a {
        font-size: 12px;
        width: 100%;
        font-weight: 400;

        margin: 5px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1874px) {
    .level1>a {
        font-weight: 450;
        font-size: 15px;
        text-transform: uppercase;
    }

    .level2>a {
        font-weight: 450;
        font-size: 14px;
        width: 100%;
        text-transform: uppercase;
    }

    .level3>a {
        font-size: 13px;
        width: 100%;
        font-weight: 400;

        margin: 5px;
        margin-left: 0;
    }

    .menu>ul>li>ul {
        left: -43px;
        padding-top: 30px;
        min-height: 445px;
        max-height: 450px;
    }

    .topstatic,
    .topstatic>.Megacontainer {

        height: 420px;

    }

    .rightstatic {

        height: 470px;

    }

    .topstatic>.Megacontainer {
        position: relative;
    }

    .menu>ul>li>ul>li {

        min-width: 160px;
        max-width: 226px;
        margin: 0px 0px 0px 80px;
    }

}

/* @media (max-width: 1200px)
{
    .level0.submenu
    {
        display: none !important;
        padding-left: 20px!important;
        margin-left: 5px!important;
        width: 100%!important;
        margin-bottom: 5px!important;
        box-shadow: 0 10px 100px rgb(92 22 60)!important;
    }

} */
@media only screen and (min-width: 1600px) and (max-width: 1699px) {

    .menulist {

        min-width: 830px;
        max-width: 835px;
        height: 400px;
        margin-left: 20px;
        /* padding-left: 100px; */
    }

}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {

    .menulist {

        min-width: 960px;
        max-width: 960px;
        height: 400px;
        margin-left: 20px;
        /* padding-left: 100px; */
    }
}

@media only screen and (min-width: 1800px) and (max-width: 1875) {

    .menulist {

        min-width: 1000px;
        max-width: 1000px;
        height: 400px;
        margin-left: 20px;
        /* padding-left: 100px; */
    }
}

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

    .menu>ul>li>ul {
        left: -177px;
        padding-top: 30px;

        min-height: 445px;
        max-height: 455px;
    }

    .topstatic,
    .topstatic>.Megacontainer {

        height: 410px;

    }

    .rightstatic {

        height: 470px;

    }

    .topstatic>.Megacontainer {
        position: relative;
    }

    .menu>ul>li>ul>li {

        min-width: 160px;
        max-width: 170px;
        margin: 0px 0px 0px 120px;
    }

    .menulist {
        height: 360px;
        max-width: 1040px;
        min-width: 1040px;
        margin-left: 20px;
        /* padding-left: 70px; */
    }

}

.topstatic>.Megacontainer>* {
    /*margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    margin: 0;
    margin-top: 35px;
    margin-left: 35px;
    /* position: absolute; */
    /* top: 46%; */

    /* transform: translateY(-50%); */

}

.Megacontent>* {
    margin-left: 0;
    padding-right: 35px;
    padding-left: 0;
}

.level2>a>i,
.level3>a>i {
    display: none;
}

.level1>a>span,
.level2>a>span {

    text-transform: uppercase;
    font-weight: 500;
}

.level1>a {

    margin-left: 3px;
    margin-bottom: 3px;
}

.level1>a>i {

    margin-left: 10px;
    margin-bottom: 1px;
}

/** animation image top-mega **/

/* .rightstatic_annimation {
    animation: fade-in-move-down 4s;
} */

@keyframes fade-in-move-down {
    0% {
        opacity: 0;
        transform: translateY(10rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        animation-delay: 3s;
    }
}

.topstatic_annimation {
    animation: fade-in-move-top 0.7s;
}

@keyframes fade-in-move-top {
    0% {
        opacity: 0;
        transform: translateY(-3rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        animation-delay: 2s;
    }
}



.menu .icons-home {
    width: 37px;
    transform: translateY(6px);
}

.menu .icons-home a {
    display: revert;
}

.menu .icons-home img {
    width: 25px;
    margin: 0;
    padding: 0;
}

.custom-slider {
    height: 540px;
}

/* .custom-slider img { */
/* height: 500px; */
/* } */

.onepagecheckout-index-index #discount-form .actions-toolbar {

    padding: 0 !important;
}

.rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar .action {
    padding: 0 10px !important;
}

.checkout-cart-index .cart-summary .title {
    font-size: 11px !important;
}

.rokanthemes-onepagecheckout #shipping-new-address-form .street .additional .label {
    text-align: left;
}

.menu-dropdown-icon ul>.level1>a:hover {
    background-color: #e6007e;
}

.menu-dropdown-icon ul>.level1 {
    padding-left: 7px;
    /*padding-bottom: 0;
    margin-bottom: 6px; */
}

.menu .menu-dropdown-icon ul>.level1>a {
    max-width: 98%;
    /* padding: 5px 8px; */
    padding-left: 8px;
    direction:ltr;
}
.menu .menu-dropdown-icon ul>.level1{

    direction:rtl;
}
.menu .menu-dropdown-icon ul>.level1>a:hover span {
    color: rgb(255, 255, 255) !important;
}

.menu .menu-dropdown-icon ul>.level1>a:hover i {
    color: rgb(255, 255, 255) !important;
}


/* start yassine modification */

.cercle li:before {
    content: "\2022";
    padding: 7px;
}

.ShippingFree {
    margin: 17px 0px;
}

/* fin yassine modification */