.lichtPurchased .contm {
    width: 600px;
} 
.lichtPurchased .contm {
    width: 600px;
} 
.lichtPurchased .formbx.receiver {
    padding: 15px;
    border-radius: 3px;
    background-color: #eee;
    margin: 15px 0 0;
} 
.lichtLogin.lichtFP .contm {
    width: 500px;
}
.lichtLogin.lichtFP .formwbx button {
    width: 100%;
    margin: 0;
}
.lichtLogin.lichtFP .formwbx .taste {
    margin: 15px 0;
}
.lichtLogin.lichtFP .formwbx [href="my-account?view=forgetpassword"] {
    font-size: 80%;
    display: table;
    max-width: 100%;
    margin: 0 0 60px auto;
}
.licht .contbx > .contbx-w {
    padding: 30px;
}
.btnViewCart.btnSticky {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 50;
    rotate: 90deg;
    min-width: auto;
    translate: 0 225px;
    border-radius: 3px;
    transform-origin: right top;
    padding: 10px 12px 12px 12px;
}
.btnViewCart.btnSticky .bg-mask{
    background-color: #fff;
}
.btnViewCart.btnSticky .bimgw {
    width: 21px;
    margin: 0 6px -3px 0;
    rotate: -90deg;
}

.lichtDASHUSERlogout .contm {
    width: 600px;
}
.lichtDASHUSERlogout .contbx > .contbx-w {
    padding: 30px 20px;
} 
.lichtDASHUSERlogout .btnbx {
    margin: 15px 0 0;
}
.lichtDASHUSERlogout .btnbx .btn {
    margin: 3px
}
@media (width < 575px) {
    .lichtDASHUSERlogout .btn {
    width: 100%;
    margin: 3px 0;
    }
}

/* ====================================== */
/* ====================================== */

.cartdisplayerbx{

    --pad-space: 15px;  

    
    .remove{
        .btnRemove{
            background-color: rgb(177, 23, 23);
            color: #fff;
            border-radius: 3px;
            border: 0;
            min-width: auto; 
            opacity: 0.5;
            aspect-ratio: 1;
            width: 35px;
            font-size: 65%;
            line-height: 1;
            padding: 0;

            &:hover{
                opacity: 1;
            }

        }
    }
    .error {
        border-color: orangered !important;

        .errorbx{
            padding: 0 0 15px;
            color: orangered;
        }
    }
    

    .infobx{
        color: #888;
    }
    .total_price{
        position: absolute;
        right: 0;
        top: 0;
        color: var(--clr02);
        font-size: 120%;
    }
    
    
    

    .cartdisplayer{
        overflow: clip;
        overflow-y: auto;  
        height: 100%;
    }

    .cartdisplayerinner{
        z-index: 1;
        flex-direction: column; 

        .productimage{
            .bimgw{
                width: 70px;
                border-radius: 9px;

                .bimg{
                    background-color: #ddd;
                }
            }
        }
        
        
        .mid{
            z-index: 0;
            flex: 1 0 0;
        }
        .bot{
            z-index: 1;
            margin-top: 0;
            position: sticky;
            bottom: 0; 
            line-height: 1;
        }
        .infobx{
            font-size: 75%; 
        }
    }

    .total_price_display {
        font-size: 200%;
        font-family: var(--ft-t1);
        text-align: center;
        

        &>*{
            margin: 0 0 9px; 
        }
    }
    
    &.slidemode{ 
        position: fixed;
        z-index: 999;
        right: var(--pad-space);
        top: var(--pad-space);
        translate: 150% 0;
        transition: .6s all cubic-bezier(0.075, 0.82, 0.165, 1);
        line-height: 1; 

        .cartdisplayerinner > * {
            padding: 15px;
        }

        .cartdisplayerw{
            height: calc(100svh - (var(--pad-space) * 2));
            width: 450px!important;
            max-width: calc(100svw - (var(--pad-space) * 2));
            background-color: #fff;
            border: 2px solid #ccc;
            border-radius: 21px;
            overflow: hidden;
        }

        .bot{
            background-color: #fff;
        }

        .top{
            z-index: 1;
            position: sticky;
            top: 0;
            font-size: 200%;
            font-family: var(--ft-t1);
            background-color: #fff;

            .close{
                color: rgb(192, 17, 17);
                cursor: pointer;
            }
        }
    }
    &.show{
        translate: 0 0 !important;
    }
    &.detail_page {
        max-width: 100%;

        .cartdisplayerw {
            max-width: 100% !important;
            width: 450px;
        }
        .cartdisplayer{
            overflow: clip !important
        }
        .bot{
            margin: 21px 0 !important;
            
            .total_price_display > *{
                padding: 21px 15px; 
                border: 0 solid #ccc;
                background-color: var(--clr02) !important;
                color: #fff;
                border-radius: 6px;
            }
        }

    }
}

.ecombx,
.ecombx.categorylistbx.ecom_design_1{
    --listset-gap: 21px;
    --listset-gap-y: 45px;
    --transition: .3s all cubic-bezier(0.28, 0.46, 0, 0.92);
    --listset-count: 3;

    @media(width<991px){
        --listset-count: 3;
    }
    @media(width<767px){
        --listset-count: 3;
    }
    @media(width<575px){
        --listset-count: 2;
    }

    .categorybx{
        flex-direction: column;
    }
    .itom, .categorybx{  
        cursor: pointer;
        position: relative;
        z-index: 1;
        
        & > * {
            transition: var(--transition);
            height: 100%;

            & > *:last-child{
                margin-top: auto;
            }
        } 

        .bimgbx{
            line-height: 0;
            background-color: #fff;

            .bimgw{
                padding: 15px;
                border: 1px solid #ddd; 
            }

            .bimg{
                /* scale: 1.15; */
                transition: var(--transition);
            }
        }

        .tmpttl{
            line-height: 1;
            margin: 9px 0 0;

            & > * ~ * {
                margin: 6px 0 0;
            }

            .ttl{
                font-family: var(--ft-t1);
            } 
            .brand{
                font-family: var(--ft-t1);
                color: var(--clr02);
                display: none;
            } 
    
            .rate_img{
                aspect-ratio: 15 / 2;
                width: 90px;
                max-width: 100%;
                display: block;
            }
        }

        &::after{
            content: '';
            display: block;
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            background-color: var(--clr01);
            /* background-image: linear-gradient(120deg, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); */
            z-index: 0;
            mix-blend-mode: multiply;
            opacity: 0;
            transition: var(--transition);
            scale: .3;
            border-radius: 50%;
            z-index: -1;
        }

        &:hover{
            .bimg{
                scale: .9;
            }

            & > * {
                scale: .9;
            }
            &::after{ 
                opacity: 1; 
                scale: 1;
                border-radius: 0%;
            }

            .tmpttl{
                .brand,
                .ttl {
                    color: #fff;
                }
            }
        }

        & a {
            width: 100%;
        }

        .btm{
            margin-top: auto;
            padding: 3px 0 0;
        }

        .btn {
            --btnbgclr: var(--clr01, #000);
            --btnbgclrhov: var(--clr02);
            --btnborderclr: var(--btnbgclr);
            --btnborderclrhov: var(--btnbgclrhov);
            --btnclr: var(--clr01x, #000);
            --btnclrhov: var(--clr01x, #fff);

            gap: 6px;
            width: 100%;

            &.btnWahtsapp{
                --btnbgclr: #27d367;
                --btnbgclrhov: var(--clr02);
                --btnborderclr: var(--btnbgclr);
                --btnborderclrhov: var(--btnbgclrhov);
                --btnclr: var(--clr01x, #fff);
                --btnclrhov: var(--clr01x, #fff);
                --btnpad: 9px;
                --btnborderrad: 6px;

                margin: 6px 0 0;

                .bimgw{
                    width: 18px;
                    margin: 0;

                    @media(width<767px){
                        width: 15px;
                    }

                    .bg-mask{
                        --mkclr: var(--btnclr);
                    } 
                }

            }
        } 

        .variancebx {
            font-size: 70%;
            position: relative; 
            cursor: pointer;
            z-index: 4;
            line-height: 1;

            .choosen{
                padding: 6px 21px 6px 0;
            }
            & i {
                position: absolute;
                right: 6px;
                top: 6px; 
                color: #ccc;
                pointer-events: none;
            }
            &:hover i { 
                color: var(--clr02);
            }



            .optionbx{
                display: none; 
                background-color: #eee;
                position: absolute;
                border: 1px solid #ccc;
                width: 100%;
                bottom: 0;
                left: 0;
                translate: 0 100%;
                border-radius: 6px;
                overflow: hidden;

                & [option] {
                    padding: 9px;
                    width: 100%;

                    &:hover{
                        background-color: var(--clr02);
                        color: #fff;
                    }
                }
            }

            &.active{
                .optionbx{
                    display: block;
                }
            }
        }

    }
}
.unit_manupulator{ 

    .quantitybx{
        line-height: 0;
        font-family: var(--ft-t1);

        .bimgw{
            width: 30px; 
            .bimg{
                background-color: var(--clr01);
                scale: 1 !important;
            }
        }

        .btnAdjust{
            background-color: transparent;
            border-radius: 0;
            border: 0;
            min-width: auto;
            padding: 0;

            &:hover{
                .bimg{
                    background-color: var(--clr02);
                }
            }
        }  

        & input{
            padding: 0;
            background-color: transparent;
            width: 60px;
            margin: 0;
            text-align: center;
            pointer-events: none;
            border: 0;
        }
    }
}

[ecombtn]{
    --transition: .6s all ease;
    cursor: pointer;
    position: relative;
    line-height: 1;
    transition: var(--transition);
    
    .ecombtnbx{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        gap: 6px;
    }
 
    .bimgbx{
        line-height: 0;
        .bimgw{
            width: 21px;

            .bimg{
                background-color: #000;
                transition: var(--transition);
            }
        }
    }

    &:hover{
        color: var(--clr02);
        .bimg{
            background-color: var(--clr02) !important;
        }
    }

    .items_count{
        position: absolute;
        right: 0;
        top: 0;
        translate: 50% -50%;
        font-size: 50%;

        &>*{
            display: flex;
            justify-content: center;
            align-items: center; 
            background-color: rgb(189, 24, 24);
            color: #fff;
            line-height: 1;
            border-radius: 6px;
            padding: 3px 6px;
            font-family: var(--ft-t1);
        }
    }

    .currencybx{
        display: none;
        pointer-events: none;
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        translate: 0 100%; 
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius:6px;

        [currency] {
            padding:  3px  9px;
            color: var(--bdclr);

            &:hover{
                color: #fff;
                background-color: var(--clr02);
            }
        }

    }

    &:not(.active){
        .currencybx{
            display: none;
        }
    }
}


.labelbx{

    font-family: var(--ft-t1);
    line-height: 1;

    .labelw{
        gap: 9px;
        border-top: 1px solid #ccc;
        margin: 15px 0;
        padding: 15px 0;
    }

    .label-{
        display: inline-block;
        border: 1px solid #888;
        color: #888;
        border-radius: 50px;
        padding: 9px 15px;
        font-size: 80%;
        cursor: pointer;

        &:hover{
            border: 1px solid var(--clr01);
            background-color: var(--clr01);
            color: #fff;
        }
    }
}

/* body.home{
   
    &:not(.scrolled){
        .dropdownbx {
            top: 150px;
        }
    } 
} */

.dropdownbx {
    font-family: var(--ft-t1);
    pointer-events: none;
    position: fixed;
    top: 100px;
    width: calc(100% - 60px) !important;
    max-height: 50svh;
    overflow: clip;
    overflow-y: auto;
    z-index: 8;
    left: 50%;
    translate: -50% 60px;
    background-color: #fff; 
    border-radius: 15px;
    opacity: 0;
    transition: .3s all ease-out, 0s left;
    line-height: 1.2;
    border: 2px solid #ddd;

    &.active{
        pointer-events: all;
        translate: -50% 0;
        opacity: 1;
    }

    & a {
        display: block;

        &:hover{
            color: var(--clr02);
        }
    }
    .dropdownw{
        padding: 65px;
    }

    .categorylistbx{
        --listset-count: 3;
        --listset-gap: 60px;

        .title{ 
            font-size: 120%;
            padding: 0 0 9px;
            margin: 0 0 9px;
            border-bottom: 1px solid #ccc;
            color: var(--clr01);
        }

        .listbx{
            font-size: 90%; 

            & > * ~ * {
                margin-top: 6px;
            }
 
        }
    }

    &[dropid] {
        width: auto !important;
        max-width: 350px !important;
        min-width: 200px;
        translate: 0 60px;

        &.active{ 
            translate: 0 0; 
        }
        .dropdownw{
            padding: 21px;
        }

        & li, 
        & ul{
            list-style-type: none;
            padding: 0;
            margin: 0;
            width: 100%; 
        }

        & li ~ li {
            margin-top: 12px;
        }
    }
}

body{
   
    &.scrolled{
        .dropdownbx {
            top: 80px;
        }
    } 
}