/* ---------------------------------------
##### - CSS - #####
--------------------------------------- */
html,body{
    overflow: auto; scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar{
    display: none; /* Chrome, Safari */
}
/* logo css */
.new-logo{
    width: 100%; padding-top: 50px;
}
.new-logo a{
    display: inline-block;
}
.new-logo a img{
    width: 100%; max-width: 170px;
}
/* lang */
.lang{
    gap: 10px;
}
.lang button{
    border: none; outline: none; font-size: .815rem; background-color: transparent; cursor: pointer;
}
.header-area{
    position: fixed;
    z-index: 100 !important;
    height: 100vh;
    padding: 50px 2% !important;
    width: 15% !important; 
    max-width: 250px !important; 
    min-width: 200px !important;
}
.logo{
    margin: 0 !important;
}
.logo img,
.cart-fav-search img{
    width: 100%; max-width: 30px;
}
.main-content-wrapper .header-area .cart-fav-search a{
    padding: 0;
}
.right-side{
    display: none;
}
.right-header{
    width: 13%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    padding: 50px 2%;
    z-index: 999;
    background: #fff;
    max-width: 250px !important;
    min-width: 140px;
}
.sideBar_right{
    right: 0;
    height: 100%;
}
.sideBar_right li:nth-of-type(2) div{
    display: flex; 
    flex-direction: column; 
    justify-content: flex-end;
}
.sideBar_right li:nth-of-type(2) div:first-of-type a{
    margin-left: auto; 
    box-sizing: border-box;
    padding: 5px 0;
    width: fit-content; 
    text-transform: uppercase;
    font-size: .75rem; 
    font-weight: 500; 
    color: #131212; text-decoration: none;
}
.sideBar_right li:nth-of-type(2) div:first-of-type a:hover{
    color: #fbb710;
}
.sideBar_right li:nth-of-type(2) a img{
    max-width: 50px;
}
.sideBar_right li:not(:nth-of-type(2)) a img{
    max-width: 44px;
}
.sideBar_right li:last-of-type{
    padding-bottom: 10px;
}
/* ########## 모바일 사이드바 ######### */
.mobile-nav img{
    width: 100%; max-width: 20px;
}
.mobile-sidebar{
    position: absolute; width: 65%; height: 100vh; left: -65%; top: 0; background-color: #fafafa; padding: 20px 5%; box-sizing: border-box;
    box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.1); overflow-x: hidden; transition: all .7s ease-in-out; z-index: 999;
}
.mobile-sidebar.active{
    left: 0;
}
.mobile-sidebar a{
    font-size: .75rem; color: #131212; font-weight: 500;
}
.mobile-sidebar a:hover{
    color: #fbb710;
}
.mobile-sidebar img{
    max-width: 20px;
}
.mobile-sidebar .amado-nav{
    gap: 20%;
}
.mobile-sidebar .amado-nav li{
    line-height: 1.5;
}
.mobile-sidebar .close-btn{
    background-color: #131212; padding: 5px; border-radius: 3px; cursor: pointer; box-sizing: border-box; width: 35px;
}

/* #------- MY PAGE ------# */
.my-inner{
    /* border: 1px solid #000; */
    width: 100%;
    /* height: 400px; */
}

.shopMain-order{
    text-align: center;
    border: 1px solid #161616;
    border-radius: 1px;
    color: white;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.shopMain-order.active,
.shopMain-order:hover{
    background: #161616;
}

.shopMain-order.active p,
.shopMain-order:hover p{
    color: white;
}

.shopMain-order h3{
    margin: 0;
}
.shopMain-order a{
    padding: 30px 0; display: block;
}
.shopMain-order p{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.my-cate-btn{
    display: flex;
    width: 100%;
    padding: 12px 0;
    gap: 6px;
}

.my-info-inner{
    padding: 0 20px;
}

.my-info-part{
    /* height: 200px; */
    border: 1px solid #9c9c9c;
    border-radius: 1px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px;
}

.my-info-img{
    width: 70px;
}

.my-info-text p{
    font-size: 13px;
}

.my-point-inner{
    padding: 0 20px;
}

.my-page-caution{
    padding: 30px;
}
.my-page-caution ul li{
    font-size: 14px;
    list-style-type: disc;
    line-height: 1.6em;
    margin-bottom: 12px;
}

@media (max-width:767.98px){
    .right-side{
        display: block;
    }
    .right-header{
        display: none;
    }
}

@media (max-width: 600px){
    .my-cate-btn{
        display: block;
        padding: 4px 0;
    }

    .shopMain-order{
        padding: 12px;
        margin-bottom: 10px;
    }
}

/* ##### style.scss -> css translate */
