
[mn="100"]{
    padding: 15px 0;
    background-color: #000;
    color: #fff;
    text-align: center;
}

[mn="101"]{
    --secttlclr: #fff;
    min-height: 100vh;
    padding: 0;
    z-index: 1;
    background-color: #615850;
    color: #fff;
    text-align: center;

    &, .bxw {
        overflow: hidden
    }

    .bg-lyr,
    .slide-,
    .slidebx {
        height: 100%;
        width: 100%
    } 

    .bg-lyr:after {
        background-color: rgba(0, 0, 0, .35)
    }

    .bg-lyr {
        position: absolute;
        left: 0;
        top: 0;
        transition: 5s;
        transform: scale(1.5)
    }

    ._ittl{
        margin: 0 0 9px;
    }

    .slidebx.active .bg-lyr {
        transform: scale(1.0001)
    }

    .slidebx {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        transition: 1.2s;
        pointer-events: none
    }

    .slidebx.active {
        opacity: 1;
        pointer-events: all
    }

    .btnPlay {
        cursor: pointer;
        margin: 0 0 0 12px
    }

    .container {
        z-index: 10;
        max-width: 800px
    }

    .bxw>* {
        transform: translate(0, 120%);
        transition: 1.2s;
        opacity: .2
    }

    .slidebx.active .bxw>* {
        transform: translate(0, 0);
        opacity: 1
    }

    .slidebx.active .bxw>.desc {
        transition: 1.2s .6s
    }

    h4 {
        color: inherit;
        font-family: initial;
        font-size: 300%;
        margin: 0 0 9px
    }

    .desc {
        width: 800px;
        max-width: 100%;
        margin: 0 auto
    }

    .dots {
        position: absolute;
        z-index: 10;
        bottom: 21px;
        left: 0;
        width: 100%
    }

    .dot->*,
    .dot->::after {
        display: block;
        height: var(--square);
        width: var(--square);
        border-radius: 50%;
        cursor: pointer
    }

    .dot->* {
        --square: 6px;
        background-color: #fff;
        margin: 15px;
        position: relative
    }

    .dot->::after {
        --square: 30px;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, .5);
        z-index: 1;
        transform: translate(-50%, -50%);
        transition: .3s;
        opacity: 0
    }

    .dot-.active>::after {
        opacity: 1
    }

    .mouse_scroll {
        transform: translate(-50%, -50%) scale(.6)
    }

    @media screen and (max-width:575px) {
        .dots {
            bottom: 15px
        } 

        h2 {
            font-size: 200%
        }
    }
}


[mn="200"]{
    padding: 0;
    line-height: 1;
    
    .dirbx{
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }
}


[mn="201"]{ 

    .the_formbx{
        max-width: 100%;
        width: 500px;
        margin: 0 auto;

        .ttl{
            font-size: 130%;
            margin: 0 0 21px;
        }

        .divbx{
            --div-l: 160px;
            --div-r: calc(100% - var(--div-l));
            gap: 12px;
            font-size: 95%;

            .div-{
                &.div-l{
                    flex: 0 0 var(--div-l);
                    max-width: var(--div-l);
                    
                }
                &.div-r{
                    flex: 0 0 var(--div-r);
                    max-width: var(--div-r);
                    padding-left: 9px;
                }
            }
        }

        
    }
    input, textarea, select{
        margin: 0 !important;
    }
    .btn_register{
        --btnbgclr: var(--clr01x, #ddd);
        --btnbgclrhov: var(--clr02);
        --btnborderclr: var(--btnbgclr);
        --btnborderclrhov: var(--btnbgclrhov);
        --btnclr: var(--clr01x, #000);
        --btnclrhov: var(--clr02x, #fff);
    }

}
[mn="501"]{ 
    .btn.btn_different_billing{
        border: 0 !important;
        border-radius: 0 !important;
    }

    .different_shipping_detailbx{

        border: 2px solid #000; 

        &:not(:has(.btn._active)){
            .different_shipping_detail{
                display: none;
            }
        }

        .different_shipping_detail {
            padding: 15px;
        }
    }

    .the_formbx{
        max-width: 100%;
        width: 500px;
        margin: 0 auto; 

        & ~ & {
            margin-top: 45px;
            padding-top: 45px;
            border-top: 1px solid #ccc;
        }

        .divbx{
            --div-l: 160px;
            --div-r: calc(100% - var(--div-l));
            gap: 12px;
            font-size: 95%;

            @media(width<575px){
                --div-l: 110px;
            }

            & ~ & {
                margin-top: 15px;
                padding-top: 15px; 
            }

            .divw:has(input, textarea, select){
                align-items: center;
            }

            .div-{
                &.div-l{
                    flex: 0 0 var(--div-l);
                    max-width: var(--div-l); 
                }
                &.div-r{
                    flex: 0 0 var(--div-r);
                    max-width: var(--div-r);
                    padding-left: 9px;
                }
            }
        }

        
    }

    input, textarea, select{
        margin: 0 !important;
    }

    .namebx{
        .default{
            position: absolute;
            font-size: 90%;
            right: 0;
            top: 0;
            color: #999;
        }
        .name{
            font-size: 150%; 
        }
    }
    

    .ttl{
        font-size: 130%;
        margin: 0 0 21px;
    }

    .ttlbx{
        margin: 0 0 30px;
        gap: 9px;
        .btn{
            padding: 9px;
        }
        .ttl{
            margin: 0;

            @media(width<575px){
                width: 100%;
            }
        }
    }
    .btnbx{
        .btn{
            padding: 9px;

            &.btn_edit{
                --btnbgclr: var(--clr01x, #ddd);
                --btnbgclrhov: var(--clr02x, #ccc); 
                --btnclr: var(--clr01x, #000);
                --btnclrhov: var(--clr02x, #000);
            }
            &.btn_delete{
                --btnbgclr: var(--clr01x, #ff3300);
                --btnbgclrhov: var(--clr02x, #ca2800); 
                --btnclr: var(--clr01x, #fff);
                --btnclrhov: var(--clr02x, #fff);
            }
        }
    }
    .otherinfobx{
        padding: 30px;
        border-radius: 3px;
        background-color: #eee;

        .ttl{
            margin: 0 0 9px;
            line-height: 1.1;
        }

        .infobx{ 
            margin: 0 0 15px;
        }

        .chkbx{
            font-size: 110%;
        }

    }

}

[mn="601"]{

    .contbx{
        max-width: 100%;
        width: 900px;
        margin: 0 auto;
    }

    .greetingbx{
        gap: 15px; 
    }

    .greetingto{
        font-size: 150%;
    }

    .count{
        position: absolute;
        right: 0;
        top: 3px;
        translate: 50% -100%;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1; 
        line-height: 1;
        background-color: #ca2800;
        color: #fff;
        font-size: 75%;
        padding: 3px 9px;
        border-radius: 3px;
    }

    .linkbx{
        gap: 12px
    }

    .orderbx{
        --div-date: 100px;
        --div-order: 100px;
        --div-quantity: 30px;
        --div-amount: 120px;

        margin: 30px 0;
        padding: 30px 0;
        border-bottom: 1px solid #333;
        border-top: 1px solid #333;
        font-size: 90%;

        @media(width<=575px){
            --div-date: 90px;
        }

        .orderw{
            gap: 15px;
        }

        .orderttl{
            margin: 15px 0;
            font-family: var(--ft-t1);
        } 
        .order-date{
            flex: 0 0 var(--div-date);
            max-width: var(--div-date);
        }
        .order-order{
            flex: 1 0 0;
            /* max-width: var(--div-order); */
        }
        .order-quantity{
            flex: 0 0 var(--div-quantity);
            max-width: var(--div-quantity);
        }
        .order-amount{
            flex: 0 0 var(--div-amount);
            max-width: var(--div-amount);
            padding-left: 12px;
            text-align: right;
        }
    }

}
[mn="109"]{
    .bimg{
        padding-top: 0%; 
    }
    .indibx{
        padding: 15px;
        max-width: 100%;
    }
    .title{
        font-size: 120%;
        font-family: var(--ft-t1);
    }
    .divbx{
        aspect-ratio: 100 / 48;
        --div: 30%;
        background-color: #ddd;

        .div-{
            &.div-l{
                flex: 0 0 var(--div);
                max-width: var(--div);
            }

            &.div-r{
                flex: 0 0 calc(100% - var(--div));
                max-width: calc(100% - var(--div));
            }
        }
        
    }

    .categorylistbx{
        @media(width<=575px){
            --listset-count: 1;
        } 
    }
}

.enlargebx{
    position: fixed;
    height: 100svh !important;
    width: 100svw !important;
    background-color: #fff;
    padding: 15px;
    z-index: 100;
    top: 0;
    left: 0;

    img{
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: 100% !important;
    }

    .btn_minimize{
        position: absolute;
        top: 15px;
        right: 15px;
        aspect-ratio: 1;
        width: 45px;
        border: 0;
        background-color: rgb(164, 0, 0);
        color: #fff;
        border-radius: 3px;
        padding: 0;
        font-size: 120%;

        &:hover{
            background-color: red;
            color: #fff;
        }
    }

    .btn-nav{
        min-width: initial;
        position: absolute;
        top: 50%;
        padding: 9px;

        &.btn-prev{
            left: 15px;
            translate: 0 -100%;
        }
        &.btn-next{
            right: 15px;
            translate: 0 -100%;
        }
    }
}

.enlargebx{
    .slidebx{
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 0;
    }
    .swiper-slide {
        display: flex;
        flex-wrap: wrap;

        .bimgbx{
            border: 1px solid #ddd;
            border-radius: 3px;
            padding: 6px;
        }
    }

    .swiper-slide>* {
        cursor: pointer;
        width: 100%;
    }

    .swiper-pagination {
        position: relative;
        margin: 15px 0 0;
    }

    .mySwiper { 
        width: 100%; 
    }

    .swiper-scrollbar{
        opacity: 1 !important;
    }

    .swiper-button-next,
    .swiper-button-prev { 
        aspect-ratio: 1 / 1 !important;
        background-color: var(--clr01);
        width: 21px;
        height: auto;
        border-radius: 3px; 
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #fff;
        font-size: 9px;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--clr01); 
    }
}

[mn="b_201"] { 

    --div-l: 45%;
    --div-r: calc(100% - var(--div-l)); 
    background-color: #fff;
    

    @media (width <=767px) { 
        --div-l: 100%;
        --div-r: 100%;
    }

    &:has(.notifybx.active){
        z-index: 1000;
    }

    a {
        text-decoration: none;
    }

    .lrbx { 
        gap: 21px 0;

        .lr-l{
            flex: 0 0 var(--div-l);
            max-width: var(--div-l);
        }
        .lr-r {
            flex: 0 0 var(--div-r);
            max-width: var(--div-r);
            
            @media(width>767px){
                padding-left: 21px;
            }
        }
    }

    .btn_enlarge{
        position: absolute;
        top: 15px;
        right: 15px;
        aspect-ratio: 1;
        width: 45px;
        border: 0;
        background-color: #eee;
        border-radius: 3px;
        padding: 0;
        font-size: 120%;

        &:hover{
            background-color: #24af0d;
            color: #fff;
        }
    }

    .btnbx{
        input{
            margin: 0;
            width: 100px;
            text-align: center;
        }
    }

    .infobx{
        gap: 21px 0;

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

    .notifybx{
        position: fixed;
        z-index: 100; 
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 15px;
        width: 500px;
        max-width: calc(100% - 30px);

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

        input, textarea {
            margin: 0;
        } 

        .btn_close_notibx{
            position: absolute;
            top: 15px;
            right: 15px;
            aspect-ratio: 1;
            width: 30px;
            border: 0;
            background-color: rgb(164, 0, 0);
            color: #fff;
            border-radius: 3px;
            padding: 0;
            font-size: 120%;
    
            &:hover{
                background-color: red;
                color: #fff;
            }
        }

        .notifyw-{
            overflow: clip;
            overflow-y: auto; 
            max-height: calc(100svh - 60px); 

            .notifyw{
                padding: 45px;

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

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

        .primaryinfo{
            font-size: 140%;
    
            .name{
                font-size: 120%;
            }
            .volume{
                color: #999;
            }
            .price{
                font-size: 140%
            }
        }
    }

    .primaryinfo{
        font-size: 140%;

        .name{
            font-size: 120%;
        }
        .volume{
            color: #999;
        }
        .price{
            font-size: 140%
        }
    }

    .viewbx{
        text-align: left;
        color: #999;
        font-size: 80%;
    }

    .notice{
        font-size: 90%;
    }

    .btn_available{
        --btnbgclrhov: transparent;
        --btnclrhov: var(--btnclr);
        --btnborderclrhov: var(--btnclr);
        cursor: auto;
    }

    .tabbx{
        margin-top: 60px;

        .ttl{
            font-size: 130%;
        }

        .tab {
            font-weight: bold;
            padding: 15px;
            cursor: pointer;
            line-height: 1.2;
            position: relative;
        }
    
        .tab:after {
            content: '';
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translate(0, -50%) rotate(0);
            transform-origin: center center;
            height: 15px;
            width: 15px;
            -webkit-mask-image: url(src/arrow.svg);
            mask-image: url(src/arrow.svg);
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            -webkit-transition: .4s all ease;
            transition: .4s all ease;
            background-color: #000;
            mask-size: contain;
            -webkit-mask-size: contain;
            mask-repeat: no-repeat;
            -webkit-mask-repeat: no-repeat;
        }
    
        .tab:hover:after {
            background-color: #000;
        }
    
        .tab.active:after {
            transform: translate(0, -50%) rotate(180deg);
            background-color: #000;
        }
    
        .liss {
            display: none;
            padding: 15px;
        }
    
        .tabbx {
            margin: 30px 0 15px
        }
    
        .tab {
            padding-right: 45px;
            padding-left: 0;
            font-weight: initial; 
            transition: all ease .4s;
            font-family: var(--font-t1);
        }
    
        .tab+* .lis {
            /* background-color: #fff; */
            padding: 0 0 15px;
            transition: all ease .4s
        }
    
        .tab.active,
        .tab.active+* .lis {
            /* background-color: #fff; */
        }
    
        .ele {
            border-top: 1px solid #ccc;
        }
    
        .ele:last-child {
            border-bottom: 1px solid #ccc;
        }
    
        .liss {
            padding: 0 0 15px;
        }
    }
    
    .galbx.categorylistbx{
        --listset-count: 5;
        margin: 15px 0 0;

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

        .categorybx{
            border: 1px solid #ccc;
            border-radius: 3px;
            padding: 9px;
            cursor: pointer;
        }
    }
}
[mn="901"]{

    .detailbx{
        max-width: 100%;
        width: 1000px;
        margin: 0 auto;

        .detailw{
            gap: 45px 0;
        }
    }

    .ttlbx{
        line-height: 1.1;
        background-color: #000;
        color: #fff;
        padding: 15px;
    }

    .itembx{
        --div-l: calc(100% - var(--div-r));
        --div-r: 200px;
        padding: 15px 0;
        line-height: 1.2;

        

        .infobx{
            color: #999;
            font-size: 90%; 
            margin: 0 0 12px;
        }
        .pricebx{
            .price{
                font-size: 130%;
            }
        }

        .itemw{
            gap: 21px 0;

            .item{
                gap: 6px 0;
            }
        }

        .item-info{
            flex: 0 0 var(--div-l);
            max-width: var(--div-l);

            .iteminfobx{

                --div-info-l: 100px;
                --div-info-r: calc(100% - var(--div-info-l));

                .iteminfo-l{
                    flex: 0 0 var(--div-info-l);
                    max-width: var(--div-info-l);
                }
                .iteminfo-r{
                    flex: 0 0 var(--div-info-r);
                    max-width: var(--div-info-r);
                    padding-left: 12px;
                }
            }
        }

        .item-quantity{
            flex: 0 0 var(--div-r);
            max-width: var(--div-r);
        }

        @media(width<=575px){
            .item-info,
            .item-quantity{
                flex: 0 0 100%;
                max-width: 100%;
            }
        }

    }

    .item-quantity{ 

        input {
            margin: 0;
            padding: 9px;
            text-align: center;
        }
        .qty-{
            & > * {
                border: 1px solid #000;

                input&{
                    border-right: 0;
                    border-left: 0;
                }
            }
        }
        .qty-btn{
            flex: 0 0 45px;
            max-width: 45px;

            button{
                width: 100%; 
                cursor: pointer;
            }
        }
        .qty-val{
            flex: 1 0 0;
        }

        .other-btn{
            margin: 9px 0 0;
        }
    }

    .summarybx{
        padding: 15px;
        background-color: #eee;

        .summary-price{
            font-family: var(--ft-t1);
            font-size: 120%; 
        }
    }
    .optionobx{
        padding: 15px 0 0;
    }

    .promotioncodebx{
        margin: 15px 0;
    }

    .confirmbx{
        gap: 12px;

        .confirmtxtbx{
            text-align: right;
            font-family: var(--ft-t1);
        }

        button{
            width: 100%;
        }

        @media(width<=575px){
            .confirmtxtbx{
                text-align: center;
            }
            &>*{
                width: 100%;
            }
        }

    }

    .preordertxt{
        color: #24af0d;
        font-family: var(--ft-t1);
        font-size: 110%;
    }
}




[mn="b_111"]{
    .categorylistbx{
        --listset-count: 4;

        @media(width<=991px){
            --listset-count: 3;
        }
        @media(width<=575px){
            --listset-count: 2;
        }
    }
    .sectiontitle{
        font-size: 120%;
        text-decoration: underline;
        text-underline-offset: 9px;
        margin: 0 0 30px;
    }
}
[mn="b_101"]{
    .categorylistbx{
        --listset-count: 5;

        @media(width<=991px){
            --listset-count: 3;
        }
        @media(width<=575px){
            --listset-count: 2;
        }
    }
    .sectiontitle{
        font-size: 120%;
        text-decoration: underline;
        text-underline-offset: 9px;
        margin: 0 0 30px;
    }
}

[mn="b_102"]{

    .title{
        font-size: 130%;
        text-decoration: underline;
        text-underline-offset: 6px;
    }

    .subscriptionbx{
        max-width: 100%;
        width: 500px;
        margin: 0 auto;

        .subscriptionw{
            & > * ~ * {
                margin-top: 9px;
            }
        }
    }
}

[mn="110"]{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    z-index: 200;
    backdrop-filter: blur(6px);

    .txtbx{
        width: 700px;
        max-width: 100%;
        padding: 15px;
        background-color: #fff;
        margin: 0 auto;

        .txtw{
            border: 3px solid #000;
            padding: 60px 30px;
        }
        .highlight{
            background-color: #eee;
            padding: 9px;
            width: 450px;
            max-width: 100%;
            margin: 0 auto 15px;
        }
    }
}

[mn="108"]{ 
    

    .bimg{
        padding-top: 46%;
    }

    .swiper-slide {
        display: flex;
        flex-wrap: wrap;
    }

    .swiper-slide>* {
        cursor: pointer;
        width: 100%;
    }

    .swiper-pagination {
        position: relative;
        margin: 15px 0 0;
    }

    .mySwiper { 
        width: 100%;
        padding: 0 0 30px;
    }

    .swiper-scrollbar{
        opacity: 1 !important;
    }

    .swiper-button-next,
    .swiper-button-prev { 
        aspect-ratio: 1 / 1 !important;
        background-color: var(--clr01);
        width: 21px;
        height: auto;
        border-radius: 3px; 
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #fff;
        font-size: 9px;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--clr01); 
    }
}
[mn="107"]{ 
    

    .bimg{
        padding-top: 65%;
    }

    .swiper-slide {
        display: flex;
        flex-wrap: wrap;
    }

    .swiper-slide>* {
        cursor: pointer;
        width: 100%;
    }

    .swiper-pagination {
        position: relative;
        margin: 15px 0 0;
    }

    .mySwiper { 
        width: 100%;
        padding: 0 0 30px;
    }

    .swiper-scrollbar{
        opacity: 1 !important;
    }

    .swiper-button-next,
    .swiper-button-prev { 
        aspect-ratio: 1 / 1 !important;
        background-color: var(--clr01);
        width: 21px;
        height: auto;
        border-radius: 3px; 
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #fff;
        font-size: 9px;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--clr01); 
    }
}

[mn="b_202"],
[mn="102"]{ 
    overflow: clip;

    .swiper-slide {
        display: flex;
        flex-wrap: wrap;
    }

    .swiper-slide>* {
        cursor: pointer;
        width: 100%;
    }

    .swiper-pagination {
        position: relative;
        margin: 15px 0 0;
    }

    .mySwiper { 
        width: 100%;
        padding: 0 0 21px;
    }

    .swiper-scrollbar{
        opacity: 1 !important;
    }

    .swiper-button-next,
    .swiper-button-prev { 
        aspect-ratio: 1 / 1 !important;
        background-color: var(--clr01);
        width: 21px;
        height: auto;
        border-radius: 3px; 
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #fff;
        font-size: 9px;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--clr01); 
    }
}





























































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

[mn="menu"]{
    padding: 15px 0;

    .logo{
        line-height: 1;
    }
}

nav {
    line-height: 1;
}

nav :is(ul, li) {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

nav a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-t1);
    /* font-size: 110%; */
    /* text-transform: uppercase; */
    text-decoration: none;
    color: inherit;
    position: relative; 
}

nav a:hover,
nav a.active {
    color: var(--clr02)
}


.mobilenavw nav>ul {
    gap: 15px;
}

nav>ul {
    gap: 15px;
    width: 100%;
    justify-content: space-between;
}

nav>ul>li>a{
text-transform: uppercase;
}
nav>ul li a i {
    margin: 0 0 0 6px;
}

nav>ul>li~li {
    /* margin: 0 0 0 12px;
    padding: 0 0 0 12px; */
    position: relative
}

@media (max-width: 767px) {
    nav>ul>li ul {
        padding: 0 0 0 12px !important
    }

    nav>ul>li>ul li {
        width: 100%;  
    }

    nav>ul>li>ul li~li { 
        margin-top: 6px !important;
    }

    nav>ul>li>ul a {
        text-transform: initial;
        width: 100%;
        justify-content: flex-start;
    }
}

@media (min-width: 767px) {
    nav>ul>li>ul {
        position: absolute;
        bottom: -15px;
        right: 50%;
        translate: 50% 100%;
        scale: 1 0;
        /* display: none; */
        min-width: 250px;
        background-color: #fff;
        padding: 9px;
        transition: .6s all .3s ease;
        display: block;
        transform-origin: top;
        border: 1px solid #999;
        border-radius: 3px;
    }

    nav>ul>li:hover{
        z-index: 4;
    }
    nav>ul>li:hover>ul {
        transition: .6s all ease;
        scale: 1 1;
        
    }

    nav>ul>li>a:not(.vbtn) { 
 
        .main_nav{
            translate: 0 0;
            display: block;
            text-align: center;
        } 

        &::after{
            content: '';
            width: 100%;
            height: 3px;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0; 
            translate: 0 9px;
            background-color: var(--clr01);
            opacity: 0;
            /* transition: .6s all cubic-bezier(0.075, 0.82, 0.165, 1); */
        }

        &:hover,
        &.active{
            &::after{ 
                width: 100%; 
                opacity: 1;
            }
        }

    }
    nav>ul>li>ul a {
        text-transform: initial;
        width: 100%;
        justify-content: flex-start;
        padding: 9px !important;
        border-radius: 3px;
    }

    nav>ul>li>ul a:hover,
    nav>ul>li>ul a.active {
        /* background-color: #444; */
        color: var(--clr02);
    }

    nav>ul>li>ul li {
        width: 100%;
        justify-content: flex-start;
    }

    nav>ul>li>ul li~li {
        /* margin-top: 9px; */
    }
}

@media (min-width: 767px) {
    /* nav > ul > li::after {
        content: '';
        display: block;
        right: 0;
        top: 50%;
        translate: 0 -50%;
        height: 12px;
        width: 2px;
        background-color: #999;
        position: absolute;
    }
    nav > ul > li:last-child::after {
        display: none;
    } */
}

.dekstopnav .main>* {
    padding: 3px 0
}
 

.mobilenav {
    position: fixed;
    height: 100vh;
    background-color: rgba(0 0 0 / 50%);
    z-index: 50;
    padding: 0 0 0 0;
    width: 100% !important;
    display: block;
    translate: -101% 0;
    opacity: 0;
    transition: .6s all .3s ease;
}

.mobilestickbx {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 12px;
    width: 100% !important;
    background-color: var(--clr02x, #fff);
    z-index: 50;
    /* border-bottom: 1px solid #ccc; */
}

.mobilestickbx .mobilesocialcon {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%
}

.mobilestickbx img {
    max-height: 60px;
    max-width: calc(100% - 45px);
}

.mobilestickbx ._imgobj {
    max-width: 28vw;
}

.mobilestickbx{

    .otherbx{
        gap: 15px;
        margin-top: 12px;
    }

}

.mobilenav nav a {
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start;
    color: inherit;
    text-decoration: none; 

    .sub_nav{
        width: 100%;
        font-family: var(--ft-t1);
        font-weight: bold;
        font-size: 80%;
        margin: 6px 0 0;
    }
}

.mobilenav.active {
    translate: 0 0;
    opacity: 1;
    transition: .3s all ease;
}

.mobilenavw {
    transition: .3s all cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 100vh;
    background-color: #fff;

    width: calc(100% - 90px) !important;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    translate: -101% 0;
    opacity: 0;
    max-width: 400px;
}

.mobilenav.active .mobilenavw {
    transition: .9s all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    translate: 0 0;
    opacity: 1;
}

.mobilenav nav {
    padding: 15px 24px 15px;

    & > ul ~ ul {
        margin: 15px 0 0;
        padding: 15px 0 0;
        border-top: 1px solid #ccc;
    }
}

.mobilenav .infobx {
    padding: 0 24px 60px;
}

.mobilenav .infow {
    border-top: 1px solid #ccc;
    padding: 21px 0 0;
}

.mobilenav nav :is(ul, li) {
    margin: 0;
    padding: 0;
}

.mobilenav nav>ul>li {
    flex: 0 0 100%;
} 
.mobilenav nav a.vbtn {
   padding: 15px !important; 
}

.mobilenav nav .med a {
    width: auto;
    flex: auto
} 

/* ===================== */
.menuburger {
    --square: 35px;
    --height: 3px;
    --top: 9px;
    --vpadding: 15px;
    --bgclr: var(--clr01);
    --radius: 5px;
    position: fixed;
    width: var(--square) !important;
    height: var(--square);
    top: 4px;
    right: 15px;
    transition-duration: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 55;
    scale: 0.7;
}

.menuburger .icon {
    transition-duration: 0.5s;
    position: relative;
    height: var(--height);
    width: var(--square);
    top: 0;
    background-color: var(--bgclr);
    border-radius: var(--radius)
}

.menuburger .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: var(--square);
    height: var(--height);
    background-color: var(--bgclr);
    content: "";
    top: calc(-1 * var(--top));
    border-radius: var(--radius)
}

.menuburger .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: calc(var(--square) / 2);
    height: var(--height);
    background-color: var(--bgclr);
    content: "";
    top: var(--top);
    border-radius: var(--radius)
}

.menuburger.open {
    --bgclr: var(--clr02);
}

.menuburger.open .icon {
    transition-duration: 0.5s;
    transform: rotateZ(180deg);
}

.menuburger.open .icon:before {
    transform: rotateZ(45deg) scaleX(0.75) translate(var(--top), -6px);
}

.menuburger.open .icon:after {
    width: var(--square);
    transform: rotateZ(-45deg) scaleX(0.75) translate(var(--top), 6px);
}


.mobilestickbxp,
.dekstickbx {
    width: 100% !important;
}

.dekstickbx {
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    /* border-bottom: 1px solid #eee; */
    transition: 2s all cubic-bezier(0.075, 0.82, 0.165, 1);
    translate: 0 -101%;
}

body.scrolled .dekstickbx {
    translate: 0 0;
}

.dekstickbx .logo img {
    max-height: 55px;
}

.dekstickbx .logo ._imgobj img {
    max-height: 15px;
}

@media (max-width: 767px) {

    .dekstickbx,
    [mn="menu"] {
        display: none;
    }
}

@media (max-width: 575px) {
    .mobilestickbx>* {
        /* justify-content: flex-end; */

    }
}

@media (min-width: 767px) {

    .menuburger,
    .mobilestickbxp,
    .mobilestickbx,
    .mobilenav {
        display: none !important;
    }
}
 
:where(.mobilenav, .topmenu) .iconbx a {
    text-decoration: none;
}

:where(.mobilenav, .topmenu) .iconbx { 
    --clr: var(--secftclr, #000);
    --clrhov: var(--secftclr, #000);
    --font: inherit;
    font-size: 80%;
    margin: 0 6px 0 0;
}

:where(.mobilenav, .topmenu) .iconbx h4 {
    font-family: inherit;
    font-size: inherit;
    color: inherit; 
    margin: 0 0 3px;
}
/* ============ */
/* ============ */
/* ============ */
nav .horibar {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    margin: 0;
    transition: .4s all ease;
    opacity: 0;
    display: none;
}

nav li>a.active .horibar,
nav a:hover .horibar {
    opacity: 1
}

nav .horibar:before {
    width: 20px;
}

nav .horibar:after {
    width: 10px;
}

nav .med .scon {
    border-radius: 3px;
}

.mobilenavw .horibar {
    display: none;
}

.mobilenav .med .scon {
    border-radius: 3px
}

/* .mobilenavw .med .bimg, */
nav .med .bimg {
    background-color: #fff
}

nav .mediabx .unit {
    margin: 0 0 0 9px
}

.dekstickbx nav .med .bimg {
    background-color: #000
}

.med .scon.special {
    overflow: visible;
}

.med .scon.special ul {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 12px;
    translate: 0 100%;
    background: #fff;
    display: none;
    list-style: none;
    margin: 0 !important;
}

.med .scon.special ul a {
    color: inherit
}

.med .scon.special ul li~li {
    margin: 9px 0 0;
}

.med .scon.special ul li {
    width: 100%;
}

.med .scon.special:hover ul {
    display: block;
}

@media (max-width: 767px) {
    .mobilenav .med .scon.special ul {
        border: 1px solid #ccc;
        border-radius: 3px;
    }
}

[mn="menu"] img.decor {
    max-height: 100%;
} 
 

body.nobanner [mn="menu"] .dekstopnav>* {
    margin-top: 0px;
}

nav .login {
    color: #ec008c
}

li .med .scon {
    border: 0 !important;
    background-color: transparent;
}

li .med .bimg {
    background-color: var(--clr01);
}

.med .count {
    --square: 15px;
    width: var(--square);
    height: var(--square);
    position: absolute;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 75%;
    font-family: var(--ft-t2);
}

.medstick {
    position: fixed;
    right: 5px;
    top: 81px;
    z-index: 10;
    width: 40px;
}

@media (min-width: 767px) {
    .medstick {
        display: none;
    }
}

.mobilestickbx .med {
    margin-left: 21px;
}

.mobilestickbx .med .scon {
    max-width: 30px;
    width: 30px;
    background-color: transparent;
    border: 0;
    overflow: initial;
}

.mobilestickbx .med .scon {
    max-width: 30px;
    width: 30px;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.mobilestickbx .med .bimg-w {
    background-color: transparent;
}

.mobilestickbx .med .bimg {
    background-color: #000;
    min-width: 18px;
    min-height: 18px;
}

.mobilenav .mediabx {
    padding: 15px 24px;
}
.mobilenav .mediabx,
.dekstickbx .mediabx,
.mobilestickbx .mediabx,
[mn="menu"] .mediabx {
    --bgclr: var(--clr01x, #fff);
    --bghovclr: var(--clr01);
    --pd: 6px;
    --mediaborderradius: 3px;
    --iconclr: var(--clr01);
    --mediaborder: 2px solid #ccc;
    --mediahovborder: 2px solid var(--bghovclr);
 
}
.othernavbx{
    padding: 15px 0 0;
    border-top: 1px solid #000;
    margin: 15px 0 0;
    line-height: 1;

    &.mob{
        margin: 0;
        padding: 15px 0;
        border: 0;

        @media(width>767px){
            display: none;
        }
    }

    a{
        text-decoration: none;
        &:hover{
            color: var(--clr02);
        }
    }

    .othernavw{
        --gap: 21px;
        gap: var(--gap);

        .othernav-{
            position: relative;

            &::after{
                content: '';
                position: absolute;
                display: block;
                right: calc(var(--gap) / 2 * -1);
                top: 0;
                translate: -50% 0;
                height: 100%;
                width: 1px;
                background-color: #000;
            } 
            &:last-child::after {
                display: none;
            }
           
        }
    }

    :is(select){
        margin: 0; 
    }
}
.iconbtnbx{
    --mask-clr: #000;

    a:hover{
        --mask-clr: var(--clr02);
    }
    .iconbtnw{
        gap: 15px;
    }
    .icon-{
        width: 30px; 
    }
    .bg-mask{
        background-color: var(--mask-clr);
    }
}

.otherbx{
    --div: 210px;
    --div-l: 1 0 0;
    --div-r: initial;
    gap: 0 45px;

    .div-{
        &.div-l{
            flex: var(--div-l);
        }
        &.div-r{
            flex: var(--div-r);
        }
    }

    .suchbx{
        :is(input){
            margin: 0;
            width: 100%;
            padding-right: 45px;
        }
        button{
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            height: 100%;
            justify-content: center;
            align-items: center;
            padding: 0 15px;
            background-color: transparent;
            border: 0;
            cursor: pointer;
            font-size: 100%;
        }
    }
    
}


.navotherbx{
    padding: 15px 24px 60px;
}


[mn="footer"]{
    padding-bottom: 0;
    background-color: #f7f7f7;

    ul, li {
        padding: 0;
        list-style: none;

        a:not(:hover) {
            text-decoration: none;
        }
    }

    ul {
        li ~ li {
            margin-top: 6px;
        }
    }

    .copyright{
        padding: 15px;
        background-color: #000;
        color: #fff;
        text-align: center;
    }

    .pament_methodbx{
        text-align: center;
        padding: 15px;
    }

    .info-{

        .ttl{
            font-family: var(--ft-t1);
        }
        ._content{
            font-size: 90%;
        }

    }
}




.navlistablebx{
    font-family: var(--ft-t1);

    .count{
        font-size: 75%;
        color: #ccc;
    }

    li ul{
        .title{
            font-size: inherit;
            font-family: var(--ft-b1);
        }
        a{
            font-family: var(--ft-b1);
        }
    }

    & > li > ul {
        margin-top: 12px;

        ul{
            margin-top: 6px;
            margin-bottom: 12px;
        }
    }

    a{
        align-items: flex-end;
        gap: 6px;
    }

    li:has(i){
        

        &:not(.show){
            &>ul{
                display: none;
            }
        }
    }
}


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

.scrollTop,
.whatsappstickybx {
    display: none;
}

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