body{
    background-color: black;
    padding: 0;
    margin: 0;
}
.scroll-hide{
    overflow: hidden;
}
.hide{
    display: none!important;
}

.glassmorphism{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent */
    backdrop-filter: blur(15px); /* Frosted glass blur */
    -webkit-backdrop-filter: blur(15px); /* Safari support */
    z-index: 779;
}
.login-signup-bx{
    background-color: black;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 778;
    overflow: auto;
}
.lgn_bx_1{
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}
#lgn_bx_1{
    background-image: url(BOY.png);
    background-size: cover;
}
#lgn_bx_2{

}
#loginbx{
    /* background-color: white; */
    width: 90%;
    height: 250px;
    padding: 10px;
    border-radius: 4px;
    margin: auto;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    font-family: "Exo 2", sans-serif;
}
#loginbx label{
    display: block;
    color: white;
}
#loginbx input{
    padding: 6px;
    padding-left: 12px;
    width: 90%;
    font-size: 23px;
    border-radius: 22px;
}
#loginsignin-btns{
    /* border: 1px solid green; */
    width: 93%;
    margin-top: 10px;
    text-align: right;
}
#loginsignin-btns a{
    background-color: grey;
    background: linear-gradient(to right, #757070, #ffffff);
    padding: 3px;
    width: 120px;
    display: inline-block;
    text-align: center;
    padding: 9px;
    border-radius: 18px;
    cursor: pointer;
    text-transform: uppercase;
}
#loginsignin-btns a:hover{
    background: white;
}
#signup_btn{
    display: none;
}
.termscondition{
    color: #767676;
    margin: auto;
    margin-top: 27px;
    font-size: 14px;
    /* border: 1px solid red; */
    width: 97%;
}
.termscondition a{
    color: #2f2fd8;
    cursor: pointer;
}
.termscondition a:hover{
    color: #5757bb;

}
.login-direct{
    margin: auto;
    margin-top: 93px;
    color: #ffffffad;
    width: 97%;
}
.login-direct a{
    color: #2f2fd8;
    cursor: pointer;
}
@media screen and (max-width: 700px) 
and (min-width: 0px){
    #lgn_bx_1{
        width: 100%;
        height: 49%;
        background-size: contain;
        background-position: center;
    }
    #lgn_bx_2{
        position: absolute;
        background: black;
        width: 100%;
        height: 50%;
        bottom: 0;
    }
    #loginbx {
        top: 5%;
    }
    #loginbx input{
        width: 96%;
    }
    #loginsignin-btns{
        width: 99%;
        text-align: center;
        margin-top: 20px;
    }
    #loginsignin-btns a{
        width: 50%;
    }
    .login-direct{
        margin-top: 6%;
    }
}
#close_loginpade_btn{
    position: fixed;
    top: 2%;
    right: 20px;
    background-color: #d5d4d4;
    border-radius: 17px;
    color: black;
    cursor: pointer;
    z-index: 777;

}


/* beginning  */
.homeCntnr{
    position: relative;
    z-index: 776;
}
header{
    background-color: white;
    padding: 15px;
    position: relative;
    height: 86px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 97.5%;
    margin: 1px auto 0;
    /* border-radius: 1 0px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.header-noopacity{
    opacity: 0;
}
.header-fixed{
    position: fixed;
    z-index: 778;
    opacity: 1;
    transition: opacity 1s;
}
@media screen and (max-width: 1245px) 
and (min-width: 0px){
    header{
        width: 97%;
    }
}
@media screen and (max-width: 1040px) 
and (min-width: 0px){
    header{
        width: 96.5%;
    }
}
@media screen and (max-width: 893px) 
and (min-width: 0px){
    header{
        width: 95.5%;
    }
}
@media screen and (max-width: 700px) 
and (min-width: 0px){
    header{
        width: 94.5%;
    }
}
@media screen and (max-width: 620px) 
and (min-width: 0px){
    header{
        padding-bottom: 25px;
    }
    
}
@media screen and (max-width: 570px) 
and (min-width: 0px){
    header{
        width: 93%;
    }
}
@media screen and (max-width: 450px) 
and (min-width: 0px){
    header{
        width: 92%;
    }
}
@media screen and (max-width: 400px) 
and (min-width: 0px){
    header{
        width: 91%;
    }
}
@media screen and (max-width: 355px) 
and (min-width: 0px){
    header{
        width: 90%;
    }
}
.hdr-fullscreen{
    position: absolute;
    /* background-color: black; */
    z-index: 777;
    width: 100%;
    height: 100vh;

}
#logo_bx{
    /* background-color: aliceblue; */
    display: block;
    width: 37px;
    height: 68px;
    background-image: url(logo-original.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;

    width: 57px;
    height: 85px;
    left: 0px;
    position: absolute;
}
#menu_bx{
    position: absolute;
    right: 15px;
    top: 39px;
    cursor: pointer;
    display: none;
}
#menu_content{
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: white;
    padding: 0px;
    height: 0%;
    overflow: hidden;
    z-index: 777;
}
#top_menu_header{
    overflow: auto;
    height: 87px;
}

#close_menu_btn{
    position: absolute;
    right: 15px;
    top: 38px;
    cursor: pointer;
}
#close_menu_btn:hover{
    color: #b42d2e;
}
#menu_ul{
    padding: 0;
}
#header_menu_ul{
    position: relative;
    top: -54px;
    left: 40px;
    /* background-color: red; */
    padding: 0;
    width: 88%;
    text-align: center;
    font-size: 19px;
    top: 0px;
}
#header_menu_ul li{
    display: inline-block;
    /* background-color: yellow; */
    margin-right: 6px;
    margin-right: 2%;
    cursor: pointer;
}

@media screen and (max-width: 1081px) 
and (min-width: 0px){
    #header_menu_ul{
        /* top: -65px; */
    }
}
#logo_name{
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    /* background: red; */
    color: #b42d2e;
    width: 175px;
    text-align: center;
    font-weight: 600;
    margin: auto;
    top: 43px;
    font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 848px) 
and (min-width: 0px){
    #header_menu_ul{
        /* top: -67px; */
    }
    #header_menu_ul li{
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 848px) 
and (min-width: 0px){
    #header_menu_ul {
        /* top: -79px; */
    }
}
@media screen and (max-width: 480px) 
and (min-width: 0px){
    #header_menu_ul{
        display: none;
    }
    #menu_bx{
        display: block;
    }
    #order_status{
        right: 33px;
        top: 35px;
    }
    #logo_name{
        display: block;
    }
}
#header_menu_ul li:hover{
    color: #b42d2e;
    transition: .5s;
}
@media screen and (min-width: 1011px) 
and (max-width: 33333333px){
    #header_menu_ul{
        text-align: center;
        font-size: 21px;
    }
}
#menu_ul li{
    list-style: none;
    border: 1px solid grey;
    position: relative;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 7px;
    border-radius: 6px;
}
#menu_ul li:hover{
    color: #b42d2e;
    border-color: #b42d2e;
}
#menu_ul li span{
    position: relative;
    top: 0;
}
#menu_ul li i{
    position: absolute;
    right: 0;
    top: 8px;
}

#menu_logs_order{
    margin-top: 30px;
}
#menu_logs_order a{
    display: block;
    position: relative;
    text-decoration: none;
    color: black;
}
#menu_logs_order i{
    font-size: 16px;
}
#menu_logs_order span{
    position: relative;
    top: -4px;
    font-size: 14px;
    left: 8px;
}
#menu_logs_order span:hover{
    color: blue;
    transition: .5s;
}

#order_status{
    /* background-color: red; */
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 38px;
    font-size: 12px;
    font-weight: bold;
}
#order_status i{
    cursor: pointer;
}
#order_description{
    position: relative;
    left: -7px;
    color: #b42d2e;
}
@media screen and (max-width: 480px) 
and (min-width: 0px){
    #order_status{
        right: 33px;
        top: 35px;
    }
}

/* profile menu */

#profile_menu{
    border: 1px solid #f0f0f0;
    width: 160px;
    position: fixed;
    display: inline-block;
    top: 69px;
    right: 0;
    z-index: 779;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#profile_menu ul{
    margin: 0;
    padding: 0;
}
#profile_menu ul li{
    border: 1px solid #80808012;
    padding: 2px 7px;
    font-family: "Exo 2", sans-serif;
    font-weight: 100;
}
#profile_menu ul li a{
    position: relative;
    top: -7px;
    text-decoration: none;
    color: black;
}
#profile_menu ul li:hover{
    cursor: pointer;
}
#profile_menu ul li:hover a{
    color: red;
}
#profile_menu #logoutuser_bx{
    border-color: #80808082!important;
}

section{
    position: relative;
    background-color: white;
}
.sections{
    position: relative;
    background-color: white;
    padding: 27px;
}
.product-sections{
    width: fit-content;
}
.sections hr{
    width: 51px;
    margin: 0;
}
#logsbtnbx-0{
    position: absolute;
    bottom: 50px;
    bottom: 24%;
    right: 25px;
    right: 50px;
    display: block;
    /* background-color: red; */
}
#logsbtnbx-1{

}
.logsbtnbx a{
    cursor: pointer;
    padding: 16px;
    background-color: #ab7316;
    width: 100px;
    text-decoration: none;
    color: black;
    border-radius: 5px;
    width: 300px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#sec_1{
    height: 370px;
    background-image: url(afro_grail_art.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 760px) 
and (max-width: 9000px){
    #sec_1{
        height: 767px;
        /* height: 508px; */
    }
    #exclusive_access{
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1011px) 
and (max-width: 9000px){
    #sec_1{
        height: 767px;
    }

}

@media screen and (max-width: 760px) 
and (min-width: 0){
    #sec_1{
        height: 508px;
    }
    #exclusive_access{
        height: 652px;
    }
    #logsbtnbx-1{
        position: relative;
        top: 35px;
        text-align: center;
        display: block;
    }
    #logsbtnbx-0{
        width: 100%;
        text-align: center;
        right: 0;
    }
}


/* NEW ARRIVALS */
#new_arrivals{
    
}
.highlight_txt{
    font-family: "Exo 2", sans-serif;
    font-size: 21px;
}

.prod-col{
    /* border: 1px solid red; */
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.grail-product{
    /* border: 1px solid grey; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 266px;
    padding: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 16px;
    border-radius: 7px;
}
.image-container{
    height: 332px;
}
.image-container img{
    width: 100%;
    height: 100%;
}
.pd{
    display: block;
    margin-bottom: 11px;
}
.product-class{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #9d6c21;
}
.product-name{
    font-family: "Exo 2", sans-serif;
    background-color: white;
}
.product-price{
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

@media screen and  (min-width: 690px)
and (max-width: 975px){
    .grail-product{
        width: 44%;
    }
}

@media screen and  (max-width: 666px)
and (min-width: 0){
    .grail-product{
        width: 90%;
    }
}


/* See more */
.see-more{
    text-align: right;
    /* width: 92%; */
    font-size: 20px;
    max-width: 1187px;
    /* background-color: red; */
}
.see-more a{
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
}


/* GLASS BLUR */
.product-view{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 778;
    background: rgb(0 0 0 / 71%); /* semi-transparent */
    backdrop-filter: blur(10px); /* <--- Glass blur effect */
    -webkit-backdrop-filter: blur(10px); /* for Safari */
    right: 0;
    left: 0;
    font-family: "Exo 2", sans-serif;
    display: none;
}
.product-bx{
    background-color: #fff;
    width: 90%;
    /* height: 90%; */
    overflow: auto;
    margin: auto;
    margin-top: 3%;
    border-radius: 13px;
    padding-bottom: 65px;
    position: relative;
    display: none;
    max-width: 840px;
}
#close_product_view{
    position: absolute;
    right: 0;
    margin: 19px;
    cursor: pointer;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    /*  text-shadow: 1px 1px 3px #aaa; */
}
.prod_div_2{
    /* border: 1px solid grey; */
    width: 49%;
    float: left;
}
#product-desc-bx .ctnr{
    width: 90%;
    margin: auto;
    margin-top: 35px;
}
#product-img-bx{
    height: 99%;
}
#prod-img-ctner{
    background-color: #e1e1e1;
    height: 366px;
    width: 100%;
    background-image: url(products/gyenyame.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#prod-img-slctr{
    /* border: 1px solid black; */
    width: 98%;
    margin: auto;
    overflow: auto;
    margin: auto;
    margin-top: 19px;
    padding-bottom: 11px;
}
.pdimgslctr{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    background-color: grey;
    width: 100px;
    height: 62px;
    display: inline-block;
    float: left;
    margin-right: 2%;
    border-radius: 3px;
    background-image: url(products/gyenyame.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#country_tag{
    background-color: #d1af78;
    padding: 6px;
    display: block;
    width: 160px;
    color: black;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
#product-title{
    font-size: 27px;
}
#prod_details_title{
    display: block;
    font-size: 22px;
    margin-top: 30px;
}
#prod-price-tag{
    font-size: 20px;
    display: block;
    margin-top: 10px;
}

#details_prod{
    margin-top: 15px;
}
#prod_details_txt{
    font-size: 20px;
}

.buy_prod_bx{
    margin-top: 15px;
}
.buy_prod_bx a{
    padding: 19px;
    text-align: center;
    display: block;
    cursor: pointer;
}
.buy_prod_bx a:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.add_to_cart{
    background-color: #cc191b;
    color: #fff;
    border-radius: 3px;
}
.review_checkout{
    background-color: #cecece;
}
.disapear{
    display: none!important;
}

@media screen and (max-width: 915px) 
and (min-width: 0){
    #product-desc-bx .ctnr {
    width: 98%;
    margin-left: 15px;
    }
}
@media screen and (max-width: 850px) 
and (min-width: 0){
    .product-bx{
        width: 100%;
        margin: 0;
        height: 100%;
    }
    #product-img-bx {
        height: auto;
    }
    .prod_div_2 {
        width: 100%;
        float: left;
    }
    #product-desc-bx{
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 771px) 
and (min-width: 0){
    #product-desc-bx .ctnr {
    width: 98%;
    margin-left: 15px;
    }
}


/* VIEW CART */
.cart-view{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000bd;
    z-index: 778;
    display: none;
}
#cart-view-bx{
    width: 90%;
    max-width: 444px;
    margin: auto;
    background-color: #fff;
    /* height: 104px; */
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    color: black;
    border-radius: 10px;
}
#cart-view-bx hr{
    background-color: grey;
}
#cart-product-li{
    /* border: 1px solid green; */
    overflow: auto;
    padding: 0;
}
#cart-product-li li{
    position: relative;
    height: 106px;
    /* background-color: green; */
}
.cart_bx{
    display: block;
    padding: 10px;
    /* background-color: red; */
    width: 20px;
    position: absolute;
}

#cart_img{
    width: 76px;
    height: 62px;
}
.cart_bx img{
    width: 100%;
    height: 100%;
}
#cart_product_bx{
    left: 81px;
    width: 120px;
}
#cart_product_name{
    font-size: 24px;
    font-weight: 444;
}
#cart_product_price{
    font-size: 17px;
}
#cart_product_slctr{
    right: 50px;
    width: 58px;
}
#cart_product_slctr select{
    border-radius: 20px;
    width: 60px;
    padding: 6px;
    padding: 8px 12px;
    appearance: none;         /* Removes native arrow */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none;    /* For Firefox */
    background: url('data:image/svg+xml;utf8,<svg fill="%23000" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') 
                no-repeat right 7px center;
    background-size: 16px 16px;
    cursor: pointer;
}
#cart_product_del{
    right: 8px;
    top: 5px;
}

#total-cart{
    /* border: 1px solid red; */
    position: relative;
    font-size: 17px;
    width: 90%;
    margin: auto;
    font-family: "Exo 2", sans-serif;

}
#ttcart_txt{
    margin-left: 16px;
}
#ttcart_price{
    position: absolute;
    right: 16px;
}
.cart-btns{
    margin-top: 5px;
}
.cart-btns a{
    text-align: center;
    display: block;
    border-radius: 6px;
    width: 90%;
    margin: auto;
    padding: 8px;
    margin-top: 8px;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
}
#cart_keepshopping_btn{
    background-color: #d2d2d2;
}
#cart_checkout_btn{
    background-color: #ff5657;
    color: white;
}

/* FOOTER */
footer{
    background-color: black;
    text-align: center;
    padding: 6px;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 45px;
}
footer a{
    color: white;
    text-decoration: none;
    margin-right: 8px;
    font-family: "Exo 2", sans-serif;

}
footer a:hover{
    color: #9d6c21;
}

#developer{
    padding: 10px;
    text-align: center;
    color: grey;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-size: 10px;
}



/* ACCOUNT */
#account{
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: black;
    background-image: url('exclusive_art.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 779;
    min-width: 304px;
}
#acc-header{
    overflow: hidden;
    background-color: white;
    position: relative;
}
.acc-holder-bx{
    width: 90%;
    max-width: 1000px;
    /* background-color: pink; */
    margin: auto;
}
#ACC-menu{
    display: inline-block;
    top: 6px;
    position: relative;
    display: none;
}
.hdrfloat{
    float: left;
}
#logo-side{
    top: 9px;
    position: relative;
}
#AGA-txt{

}

#AGA-logo{
    /* background-color: red; */
    background-image: url(logo-original.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 25px;
    position: relative;
    top: 1px;

    height: 34px;
    width: 24px;
}

.left-acc-bx{
    /* border: 1px solid red; */
    display: inline-block;
    float: right;
    position: relative;
    top: 1px;
    /* min-width: 169.66px; */
}
.cardBX{
    display: inline-block;
    /* background-color: pink; */
    margin-left: 9px;
    position: relative;
    float: left;
    padding: 3px;
}
.crds{
    display: inline-block;
    position: relative;
}
#crdsprofile_symb{
    float: left;
}
#crdscheck{
    font-size: 11px;
    position: relative;
    left: -10px;
}
#crdspersonnotif{
    border-radius: 15px;
    height: 7px;
    background-color: orange;
    width: 7px;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 13px;
}
.cardsLabelTxt{
    position: relative;
}
#welcome-person{
    max-width: 110px;
    max-height: 37px;
    overflow: auto;
    scrollbar-width: none;   /* For Firefox */
    -ms-overflow-style: none;
    position: relative;
    top: 3px;
}
@media screen and (max-width: 419px) 
and (min-width: 0){
    #welcome-person{
        max-width: 60px;
    }
}
@media screen and (max-width: 366px) 
and (min-width: 0){
    #welcome-person{
        max-width: 49px;
    }
}
@media screen and (max-width: 352px) 
and (min-width: 0){
    #welcome-person{
        max-width: 28px;
        font-size: 11px;
    }
}
@media screen and (max-width: 342px) 
and (min-width: 0){
    #AGA-txt {
        font-size: 14px;
    }
}
#welcome-person::-webkit-scrollbar {
  display: none;           /* For Chrome, Safari, and Opera */
}

#crdshelp{
    top: -6px;
    /* position: relative; */
}
.arrowDown{
    position: relative;
    top: 8px;
    color: #00000038;
}

#acc-shoppingcart{
    float: right;
    top: 3px;
}
@media screen and (min-width: 0) 
and (max-width: 591px){
    #acc-help-nav{
        display: none;
    }
}

@media screen and (min-width: 0) 
and (max-width: 477px){
    #acc-cart-nav .cardsLabelTxt{
        display: none;
    }
}
@media screen and (min-width: 0) 
and (max-width: 446px){
    .acc-holder-bx {
        width: 98%;
        margin: auto;
    }
}
/* endof header 4 account */



.acc-bx{
    width: 95%;
    max-width: 1000px;
    margin: auto;
    margin-top: 10px;
    overflow: hidden;
    font-family: "Helvetica Neue", Arial, sans-serif;
    /* border: 1px solid red; */
}

.acc-bx-1{
    float: left;
    /* height: 400px; */
    overflow: auto;
    margin-right: 5px;
    border-radius: 4px;
}
#accbx1_nav{
    position: relative;
    min-height: 400px;
    width: 290px;
    background-color: rgb(255 255 255 / 95%);
}
@media screen and (max-width: 1126px) 
and (min-width: 0){
    #accbx1_nav{
        width: 225px;
    }
}
#accbx1_main{
    min-height: 400px;
    background-color: rgb(255 255 255 / 95%);
    width: 700px;
}
@media screen and (max-width: 1120px) 
and (min-width: 0){
    #accbx1_main{
        width: 72%;
    }
}
@media screen and (max-width: 948px) 
and (min-width: 0){
    #accbx1_main{
        width: 68%;
    }
}
@media screen and (max-width: 831px) 
and (min-width: 0){
    #ACC-menu{
        display: inline-block;
    }
    #accbx1_nav{
        display: none;
        position: absolute;
        width: 90%;
        z-index: 778;
        height: 92%;
        background-color: white;
        border-radius: 6px;

    }
    #accbx1_main{
        width: 100%;
    }
    .acc_blackout{
        display: none;
        position: absolute;
        background-color: #000000de;
        height: 100%;
        width: 100%;
        left: 0;
        z-index: 777;
    }
}


#accbx1_main .title{
    /* background-color: grey; */
    display: block;
    padding: 12px;
    border-bottom: 1px solid grey;
    text-transform: uppercase;
}
#accbx1_nav ul{
    padding: 0;
    margin: 0;
}

#accbx1_nav ul li{
    padding: 8px;
    list-style: none;
}
#accbx1_nav ul li:hover{
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}
#navbarbx li:hover{
    cursor: pointer;
}
#nav-head{
    background-color: #050401ba !important;
    color: white;
}
#navbarbx{
    
    /* padding-bottom: 48px; */

}
#accbx1_nav .lbl{
    position: relative;
    top: -6px;
}
#logoutuser_bx{
    position: relative;
    /* background-color: red; */
    width: 100%;
    text-align: center;
    height: 47px;
    border-top: 1px solid grey;
}
#logoutuser_bx a{
    position: absolute;
    top: 23%;
    width: 100px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 5px;
    color: #9b2404;
    border-radius: 3px;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
}
#logoutuser_bx a:hover{
    background-color: #050401ba;
    color: white;
}
/* account overview  */
#acc-overview-section{
    /* background-color: red; */
    overflow: auto;
    width: 97%;
    margin: auto;
}
.acc_overview_bx{
    border: 1px solid grey;
    width: 48%;
    margin-top: 2%;
    margin-left: 1%;
    height: 150px;
    display: inline-block;
    float: left;

}
@media screen and (max-width: 419px)
and (min-width: 0){
    .acc-bx{
        width: 99%;
        height: 93%;
        background-color: white;
    }
    .acc_overview_bx{
        width: 95%;
    }
    #accbx1_main{
        width: 100%;
        padding: 5px;
    }
}
.AObx .title{
    border-bottom: 1px solid grey;
}
.AObx .inputTXT{
    display: block;
    padding: 7px;
    margin: auto;
    font-size: 15px;
    width: 93%;
    
}
.AObx .inputTXT_2{
    color: grey;
}
.Ord_bx{
    display: block;
    float: left;
    margin-right: 2%;
}
#orders-section ul{
    padding: 0;
}
#orders-section ul li{
    list-style: none;
    width: 95.4%;
    padding: 6px;
    margin: auto;
    overflow: hidden;
    border: 1px solid grey;
    padding: 6px;
}
.orders-img{
    width: 72px;
    background-color: pink;
    height: 92px;
}
.productOrderName{
    display: block;
}
#variationDetail{
    color: black;
}
.orderInputTxt{
    display: block;
}

.productOrderNumber{
    color: grey;
}
.productOrderVariation{
    color: grey;
}

.Ord_bx .productOrderStatus{
    background-color: green;
    color: white;
    display: inline-block;
    padding: 5px;
    font-size: 10px;
    border-radius: 3px;
    font-family: "Helvetica Neue", Arial, sans-serif;

}
.order_delivered_returned{
    margin-bottom: 5px;
}
.order_delivered_returned span{
    border-radius: 3px;
    text-align: center;
    padding: 4px;
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Arial, sans-serif;

}
#order-delivered{
    background-color: green;
}
#order-nonreturnable{
    background-color: red;
}


/* INBOX */
ul li{
    list-style: none;
}
#inbox-section ul{
    padding: 0;
}
#inbox-section ul li{
    border: 1px solid #d9d9d9;
    overflow: hidden;
    width: 93%;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
}
.inboxInput{
    display: block;
    margin-top: 10px;
}

.inbox-date{
    color: grey;
}
.inbox-subject{
    color: black;
}
.inbox-message{
    color: grey;
}
.inbox-product-details{
    width: 73%;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
}
.inbox-bx{
    display: block;
    float: left;
}
#inbox_img{
    width: 58px;
    height: 60px;
    background-color: grey;
}
#inbox_productname{
    width: 84%;
    margin-left: 6px;
}
