*{
    margin: 0;
    padding: 0;
}
body{
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;


}
html{
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
}
html, body{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color:  #ffffff;

}
header{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 7.5vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: background-color 0.75s ease;
    background-color: transparent;
    color: #FFFFFF;
    flex-shrink: 0;

}
header.scrolled {
    background-color: #FFFFFF; /* Example background */
    color: #000000;
}

.bar{
   display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    font-size: 10px;
}
.header-same{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 100%;
    font-size: 20px;
}
.header_division{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 33.33%;
    height: 100%;
}
.header-name{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
    font-size: clamp(18px, 4vw, 36px);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.alert_store{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 33.33%;
    height: 100%;
}
.alert_store_span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
}
.alert_store_span i{
    font-size: 19px;
    color: #5D5C88;
}
.hd_end{

    align-items: end;
    width: 33.33%;
    height: 100%;
}
.orders{
    font-size: 20px;
    font-weight: 500;
}
.bag{
}
.casava_logo_mp{
    display: flex;
    position: relative;
}
.casava_logo_mp_self{
    position: absolute;
    width: 400px;
    height: 300px;
    overflow: hidden;
}
.casava_logo_mp_self img{
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 25px;
    left: 150px;

}
.navigation{
    position: fixed;
    background-color: #000;
    height: 7.5vh;
    width: 100%;
    display: block;
    color: #fbfbfb;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.navigation_content{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 19px;
    background-color: black;
}
.navigation_button{
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    color: #CFCFCF;
    font-size: 14px;



}

.inside_radiuse{
    position: absolute;
    top: 0;
    width: 100%;
    height: 5%;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}
main{
    display: flex;
    height: auto;
    width: 100%;
    margin-top: 0;
    flex-wrap:wrap;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    flex-shrink: 0;
    min-height: 85vh;
    background-color: #FFFFFF;

}
.banner{
    width: 100%;
    aspect-ratio: 1/0.75;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-position: center;
    background-size: cover;
}

.banner-text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 95%;
    padding: 10px;
    height: auto;
    margin-top: 1vh;
    margin-bottom: 1vh;
    flex-direction: column;

}
.banner-shop{
    height: 6vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-shop button{
    width: 30%;
    height: 60%;
    border-radius: 75px;
    border: thin solid #000000;
    font-size: 13px;

}
.latest-edition{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    color: #181818;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: margin-top 0.75s ease;
    margin-top: 8vh;
    font-weight: 600;
    font-size: 15px;

}
.banner-item{
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
}
.shop-by{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 90%;
    color: #181818;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}
.shop-by-btn:hover{
    background-color: rgb(0, 0, 0, 0.3);
}
.shop-by-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    border-radius: 75px;
    height: 25%;
    color: #FFFFFF;
    border: thin solid #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: transparent;
    font-size: 10px;
    transition: opacity 0.75s ease;
    opacity: 0;
}
.our-shop{
    width: 95%;
    height: auto;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 1vh;
    padding-left: 2%;
}
footer{
    display: flex;
    height: auto;
    width: 100%;
    margin-top: 0;
    flex-wrap:wrap;
    justify-content: center;
    margin-bottom: 7.5vh;
}

.inBOTTOM{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 33vh;
    color: #000000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 2vh;
    border-bottom: thin solid rgba(0, 0, 0, 0.1);
    border-top: thin solid rgba(0, 0, 0, 0.1);

}
.inSITE{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 27vh;
    color: #000000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.BOTNAME{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7vh;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.bothelp{
    display: flex;
    align-items: center;
    height: 6vh;
    width: 85%;
    position: relative;
    border-bottom: thin solid rgba(0, 0, 0, 0.1);
    font-size: 13px;

}
.botfirst{
    border-top: thin solid rgba(0, 0, 0, 0.1);
}
.botlast{
    border-bottom: none;
}
.collapsable{
    position: absolute;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}
.asite{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3vh;
    width: 90%;
    text-align: center;
    font-size: 8px;
}
.map{
    height: 7vh;
}
.unavailable{
    display: none;
}
.item{
    gap: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 20%;
    margin: 10px;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.item:hover{
    transition: 0.25s;
    background-color: rgba(0,0,0,0.01);
}
.item_image{
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
}
.item_details{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40%;
    width: 100%;
}
.detail_span{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    height: 33.3%;
    width: 97.5%;
    font-size: 10px;
}
.add_to_cart{
    display: none;
}
.ps_span{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    height: 100%;
    width: 50%;
    font-size: 10px;
}
.stars{
    justify-content: end;
    padding-right: 5px;
}

.the_item_image{
    width: 100%;
    aspect-ratio: 1 / 1;

}
#bag{
    position: relative;
    font-size: 20px;
}
.cart_item_count{
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgb(189, 210, 214);
    font-size: 6px !important;
    top: 5%;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;


}
/* start of live_notification*/

.live_notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 11000;
    height: auto;
    padding: 10px;
    flex-direction: column;
}
.the_ln{
    height: 5vh;
    width:50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 13px;
    color: #e1e1e1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    position: relative;
    margin-top: 10px;



}

.the_ln:first-child{
    margin-top: 0;
}
.the_ln:first-child::before {
    content: "";
    position: absolute;
    top: -7px; /* Moves it above the notification */
    left: 50%;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent; /* Change color as needed */
}

/* end of live_notification*/

/* start of Profile*/

.profile_details{
    display: none;
    position: fixed;
    top: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 10000;
    background-color: #FFFFFF;
}
.acc_close{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 10%;
    font-size: 22px;
    font-weight: 200;

}
.acc_l_name{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 90%;
    font-size: 25px;

}

.account_closure{
    display: flex;
    align-items: center;
    height: 7vh;
    width: 100%;
    font-size: 16px;
    position: relative;
}
.logout_at_acc{
    position: absolute;
    right: 5%;
    top: 30%;
    border:thin solid #ececec;
    width: 20%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 15px;
    color:  #ececec;
}
.acc_center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3vh;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #efefef;
}
.account_dcl{
    display: flex;
    justify-content: end;
    align-items: center;
    height: 5vh;
    width: 100%;
    font-size: 20px;
}
.access{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    height: 8vh;
}
.access_name{
    display: flex;
    align-items: center;
    height: 25%;
    width: 90%;
    font-weight: bold;
}

.square_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100%;
    border-bottom: thin solid #bdbdbd;
}
.identity{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 18px;

}
.identity_name{
    width: 60%;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 300;

}
.direct{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}
.acc_progress{
    display: flex;
    align-items: center;
    width: 85%;
    height: 60%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 75px;
    padding-left: 10px;
    border: thin solid #D8D8D8;
}
.border_progress{
    display: flex;
    align-items: center;
    width: 5vh;
    height: 5vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 75px;
    border: 6px solid #c4c4c4;
    border-top: 6px solid rgb(0, 119, 255);
    transform: rotate(45deg);
}
.copyright {
    position: absolute;
    bottom: 1.5%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #4a4646;
}
.ccc{
    margin-top: 5vh;
}



/*End of Profile*/

.profile_fill{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(236, 236, 236);
    z-index: 10002;
    display: none;
    align-items: center;
    flex-direction: column;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.intro{
    height: 7.5vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    font-weight: 300;
    flex-shrink: 0;
}
.edit_profile{
    width: 90%;
    height: 6vh;
    display: flex;
    align-items: center;

}
.info_details{
    background-color: #ffffff;
    display: flex;
    height: 15vh;
    width: 90%;
    flex-direction: column;
}
.infos{
    height: 33.33%;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 10px;
}
.edit_profile_pencil{
    margin-left: auto;
}

.edit_login_information{
    width: 90%;
    height: 6vh;
    display: flex;
    align-items: center;
    margin-top: 3vh;

}
.login_info_details{
    background-color: #ffffff;
    display: flex;
    height: 10vh;
    width: 90%;
    flex-direction: column;

}
.login_infos{
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 10px;
}


.mynotifications_fill{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(236, 236, 236);
    z-index: 10002;
    display: none;
    align-items: center;
    flex-direction: column;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* the profile*/

.the_profile{
display: none;
flex-direction: column;
align-items: center;
width: 100%;
height: 100vh;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
z-index: 10000;
position: fixed;
top: 0;

}
.profile_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 10vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
}
.adv_profile_close{
    display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 30px;
    font-size: 20px;
}
.dcl_statement{
    display: flex;
    width: 90%;
    height: 3vh;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.username_name{
    width: 90%;
    height: 15vh;
    border-radius: 10px;
    border: thin solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.name{
    width: 85%;
    height: 50%;
    display: flex;
    align-items: center;

}
.username{
    width: 85%;
    height: 50%;
    display: flex;
    align-items: center;

}
.un_identifier{
    width: 85%;
    height: 100%;
    display: flex;
    align-items: center;
}
.the_profile_detail{
    margin-top: 5vh;
    width: 90%;
    height: 9vh;
    border-radius: 10px;
    border: thin solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.profile_show{
    width: 85%;
    height: 90%;
    display: flex;
    align-items: center;
    color: #D8D8D8;

}
.change_name{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom, #0CA0B1, #00598C);
    z-index: 10015;
    position: fixed;
    top: 0;

}
.change_name_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 10vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #c7c7c7;

}
.change_name_close{
    display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 10px;
    font-size: 18px;
}
.change_name_dcl_statement{
    display: flex;
    width: 90%;
    height: 3vh;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}
.change_name_input_holder{
    height: 10vh;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.change_name_input_statement{
    height: 7vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    border: thin solid #ededed;
    padding-left: 10px;
    color: #D8D8D8;
    font-size: 14px;
    padding-top: 5px;

}
.change_name_input_statement input{
    height: 80%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #D8D8D8;
    font-size: 16px;


}
.save_name{
    position: absolute;
    bottom: 60%;
    width: 80%;
    color: #D8D8D8;
    border-radius: 15px;
    border: none;
    background-color: #5D5C88;
    height: 6vh;
}
.change_username{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom, #0CA0B1, #00598C);
    z-index: 10016;
    position: fixed;
    top: 0;
    display: none;

}
.change_username_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 10vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #c7c7c7;

}
.change_username_close{
    display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 10px;
    font-size: 18px;
}
.change_username_dcl_statement{
    display: flex;
    width: 90%;
    height: 3vh;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}
.change_username_input_holder{
    height: 10vh;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.change_username_input_statement{
    height: 7vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: thin solid #ededed;
    padding-left: 10px;
    color: #D8D8D8;
    font-size: 14px;

}
.change_username_input_statement input{
    height: 80%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #D8D8D8;
    font-size: 16px;
}




/* end of the profile*/



/* start of pns*/
.pns {

    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom, #0CA0B1, #00598C);
    z-index: 10001;
    position: fixed;
    top: 0;

}
.choose_pos{
    display: flex;
    height: 22vh;
    width: 85%;
    border: thin solid #c0c0c0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;

}
.pns_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 8vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #c7c7c7;
}
.pns_close{
    display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 20px;
    font-size: 19px;
    font-weight: 700;
}

.pos_choice_div{
    display: flex;
    align-items: center;
    height: 10vh;
    width: 95%;

}
.pos_choice{
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #c7c7c7;
    font-weight: 400;
}
.pos_director{
    color: #c7c7c7;
}
/* end of pns*/


/*Password Change div*/

.change_password_div{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom, #0CA0B1, #00598C);
    z-index: 10002;
    position: fixed;
    top: 0;
}
.cpd_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 22vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #c7c7c7;
}
.cpd_close_div{
     display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 30px;
}
.userandapp{
    display: flex;
    width: 90%;
    height: 2vh;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
.userandappe{
    display: flex;
    width: 90%;
    height: 8vh;
    align-items: center;
    padding: 10px;
}
.password_change_form{
    display: flex;
    flex-direction: column;
    height: 50vh;
    width: 85%;
}
.password_change_input{
    height: 7vh;
    margin-top: 1.5vh;
    border-radius: 10px;
    background-color: transparent;
    border: thin solid #c1c1c1;
    padding-left: 10px;
    color: #000;
}
.password_change_span{
    height: 5vh;
    width: 100%;
    color: #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
}
.password_change_span button{
    height: 90%;
    width: 70%;
    color: #D8D8D8;
    background-color: #5D5C88;
    border-radius: 10px;
    border: none;
}

/*End of password change div*/

/*start of tfa*/
.tfa{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom, #0CA0B1, #00598C);
    z-index: 10002;
    position: fixed;
    top: 0;

    }
.tfa_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 10vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #c7c7c7;
}
.tfa_dcl_statement{
    display: flex;
    width: 90%;
    height: 4vh;
    align-items: center;
    padding: 10px;
    font-weight: 500;
}
.tfa_dcl_statement_modified{
    margin-top: 1vh;
    display: flex;
    width: 90%;
    height: 4vh;
    align-items: center;
    padding: 10px;
    font-weight: 500;
    color: #c7c7c7;
}
.tfa_close{
    display: flex;
    width: 98%;
    height: 8vh;
    align-items: center;
    padding-left: 20px;
    font-size: 19px;
    font-weight: 700;
}
.choose_tfa{
    display: flex;
    height: 22vh;
    width: 90%;
    border: thin solid #c0c0c0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.tfa_choice_div{
    display: flex;
    align-items: center;
    height: 10vh;
    width: 95%;
}
.tfa_choice{

    width: 85%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #c7c7c7;
}
.frag{
    display: flex;
    align-items: center;
    height: 50%;
    width: 100%;
    font-size: 15px;
}
.tfa_director{
    color: #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    width: 15%;
    height: 100%;
}
.f_title{
    font-size: 20px;
    font-weight: 500;
}
.email_code_status{
    color: #757575;
    font-size: 15px;
}
.whatsapp_code_status{
    color: #757575;
    font-size: 15px;
}
.next_container{
    width: 100%;
    height: 10vh;
    margin-top: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.next_class{
    background-color: rgb(149, 8, 156);
    width: 70%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D8D8D8;
    border-radius: 15px;

}

/*end of tfa*/


/* start of Use Email*/

/*start of email code selection*/

.use_email_for_code{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom, #0CA0B1, #00598C);
    z-index: 10003;
    position: fixed;
    top: 0;
}
.ce_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 20vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #c7c7c7;
}
.cs_close{
    display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 20px;
    font-size: 19px;
    font-weight: bold;

}
.cs_dcl_statement{
    display: flex;
    width: 90%;
    height: 4vh;
    align-items: center;
    padding: 10px;
    font-weight: 500;
}
.ce_tfa{
    margin-top: 30px;
    display: flex;
    height: 11vh;
    width: 90%;
    border: thin solid #c0c0c0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.ce_choice_div{
    display: flex;
    align-items: center;
    height: 10vh;
    width: 95%;
}
.ce_choice{
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #c7c7c7;
}
.ce_director{
    color: #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 25%;
    height: 100%;
}
/*end of email code selection*/


/*start os whatsapp code selection*/

.use_whatsapp_for_code{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom, #0CA0B1, #00598C);
    z-index: 10005;
    position: fixed;
    top: 0;
}
.cw_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 20vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #c7c7c7;
}
.cw_tfa{
    display: flex;
    height: 11vh;
    width: 85%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.ce_close{
    display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 10px;
}
.ce_dcl_statement{
    display: flex;
    width: 100%;
    height: 4vh;
    align-items: center;
    padding: 10px;
}

.wn_label{
    display: flex;
    width: 100%;
    height: 4vh;
    align-items: center;
}
.wn_input{
    width: 100%;
    height: 6vh;
    border-radius: 10px;
    border: thin solid #000;
    background-color: transparent;
}
.cw_next_container{
    width: 100%;
    height: 10vh;

    margin-top: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cw_next_class{
    background-color: rgb(149, 8, 156);
    width: 70%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D8D8D8;
    border-radius: 15px;

}
/*start os whatsapp code selection*/

/*end of Use Email code*/



/*Start of Delivery addresse*/


.da_div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height:30vh;
    width: 90%;

}
.da_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 7vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #c7c7c7;
}
.da_close{
    display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bolder;
}
.pick-up-address{
    width: 90%;
    height: auto;
    display: flex;
    padding: 10px;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    background-color: #FFFFFF;

}
.ydnh{
    font-size: 13px;
    color: #000;
}
.add_delivery{
    background-color: #000;
    width: 95%;
    height: 5vh;
    border-radius: 5px;
    margin-top: 5vh;
    border: none;
    padding: 10px;
    color: #fff;
}

/*end of Delvery addresse*/


/*start of delivery choices*/
.c_c_submit:disabled {
    background-color: #4d4d5e;  /* Gray color when disabled */
    cursor: not-allowed;
    opacity: 0.6;
}
.country_choices{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #FFFFFF;
    z-index: 10008;
    position: fixed;
    top: 0;
}
.c_c{
    display: flex;
    height: 40vh;
    width: 90%;
    flex-direction: column;
    align-items: center;
}
.c_c_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 6vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
}
.c_c_close{
    display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;

}
.choice_explanation{
    display: flex;
    align-items: center;
    width: 95%;
    height: 10vh;
    color: #000000;
    font-size: 13px;
    font-weight: 300;

}
.optionale{
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    height: 7vh;
    margin-top: 0.5vh;
    border-radius: 10px;
    border: 1px solid #000;
    color: #000;
    outline: none;
    padding: 10px;
}
.c_c_submit{
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    height: 7vh;
    margin-top: 5vh;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    font-size: 13px;
}

.county_choices{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 10009;
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
}
.town_choices{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #FFFFFF;
    z-index: 10010;
    position: fixed;
    top: 0;
}
.pick_up_point{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #FFFFFF;
    z-index: 10011;
    position: fixed;
    top: 0;
}

.delivery_statement{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #FFFFFF;
    z-index: 10012;
    position: fixed;
    top: 0;
}
.ds_div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 30vh;
    width: 90%;
    font-size: 13px;

}
.confirming_delivery_span{
    font-weight: 300;
    font-size: 13px;
}
.ds_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 7vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
    font-weight: 400;
}
.ds_close{
    display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bolder;
}
.pick-up-address{
    width: 90%;
    height: auto;
    display: flex;
    padding: 10px;
    border: thin solid #D8D8D8;
    font-size: 13px;
}
.confirm_delivery{
    background-color: #000;
    width: 90%;
    height: 7vh;
    border-radius: 10px;
    margin-top: 5vh;
    border: none;
    color: #D8D8D8;
}

/*end of delivery choices*/


/*start of code confirmation*/
.confirm_code{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom, #0CA0B1, #00598C);
    z-index: 10007;
    position: fixed;
    top: 0;
}
.cc_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 20vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #c7c7c7;
}

.cc_close{
    display: flex;
    width: 100%;
    height: 6vh;
    align-items: center;
    padding-left: 10px;
}
.cc_div{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.message_dcl{
    width: 85%;
    height: 7.5vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f2fcff;

}
.input_code{
    height: 7vh;
    width: 85%;
    margin: 1.5vh;
    border-radius: 10px;
    background-color: transparent;
    border: thin solid #f2fcff;
    text-align: center;
}
.code_sender{
    margin-top: 1vh;
    width: 85%;
    height: 7.5vh;
    background-color: #5D5C88;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*end of code confirmation*/



/*wishlist*/

.wishlist{
    z-index: 11000;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #eeeeee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.wishlist_body{

    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    overflow-y: scroll;
}
.the_wishlist{
    background-color: #FFFFFF;
    width: 85%;
    height: 10vh;
    margin-top: 2vh;
    display: flex;
    align-items: center;
    padding: 2vh;
    position: relative;
    border-radius: 5px;

}
.the_wishlist img{
    height: 100%;
    aspect-ratio: 1/1;
    margin-right: 2vh;
    border-radius: 5px;

}
.wishlist_details{
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;

}
.closure{
    position: absolute;
    font-size: 25px;
    font-weight: 100;
    top: 0.7vh;
    right: 1vh;
}
.the_wishlist_detail{
    width: 100%;
    height: 50%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
}
.empty-wishlist-alert{
    width: 100%;
    height: 50vh;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
}
.empty-wishlist-icon{
    font-size: 40px;
    margin-bottom: 1vh;
    color: #2a2a2a;
}
.empty-wishlist-text{
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    height: 5vh;
    margin-bottom: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empty-wishlist-exit{
    height: 5vh;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #171717;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 10px;
}
.notch-spin{
    color: #7a3012;
    font-size: 25px;
    margin-top: 1vh;
}
/*end of wishlist*/

/*manage settings*/
.settings{
    z-index: 11000;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #eeeeee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.logoutset{
    height: 6.5vh;
    width: 95%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    border-bottom: thin solid rgb(0,0,0,0.3);
    position: relative;

}
.logout_arrow{
    position: absolute;
    right: 0;
}
/*end manage settings*/

/*start fa*/
.fail_and_success{
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom, #0CA0B1, #00598C);
    z-index: 100015;
    position: fixed;
    top: 0;
}

.fs_div{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.fs_result{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15vh;
    width: 100%;
    font-size: 50px;
}
.fs_message_dcl{
    width: 90%;
    height: 7.5vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f2fcff;

}

/*end of fs*/



/*alerts*/

.alert{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.alert_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    height: 5vh;
    padding: 10px;
}
.close_alert{
    display: flex;
    align-items: center;
    font-size: 35px;
    height: 100%;
    width: 20%;
}
.alert_title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 100%;
    width: 50%;
}

.read_all{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    height: 100%;
    width: 30%;
    font-weight: 300;
}
.alert_body{
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    overflow-y: scroll;
}
.the_alert{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 10vh;
    background-color: #EEEDFF;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.alert_date{
    display: flex;
    align-items: center;
    width: 100%;
    height: 10%;
    font-size: 11px;
    color: #737373;
}
.alert_about{
    display: flex;
    width: 100%;
    height: 30%;
    font-weight: 700;
    align-items: center;
    font-size: 14px;
}
.alert_message{
    display: flex;
    width: 100%;
    height: 60%;
    color: #000;
    font-size: 13px;

}

/*end of alerts*/

/*Login Error*/

.login_error{
    position: fixed;
    top: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-y: scroll;
    margin-bottom: 10vh;
}
.error_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 5vh;
    padding: 10px;
    position: fixed;
    top: 0;

}
.powered_by_cassava{
    position: absolute;
    bottom: 7.5%;
    color: #4a4646;
    font-size: 13px;
}
.login_error_close_text{
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}
.close_error{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    height: 100%;


}
.back-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.back-icon:hover{
    background-color: rgb(0, 0, 0, 0.2);
}
.error_body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 30vh;
    margin-bottom: 2vh;
}
.login_error_button{
    color: rgb(255, 255, 255);
    height: 5vh;
    width: 50%;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #171717;
    border: none;
    font-size: 13px;
}
.error_message{
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10vh;
    font-weight: 100;

}

/*End of Login Error*/


/*start of loader*/
.loader_container {
      position: fixed;
      top: 0;
      display: none;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: rgb(0,0,0,0.4);
      font-family: Arial, sans-serif;
      z-index: 10001;
    }
.loader_container img {
    position: absolute;
      width: 150px;
      height: 150px;
      top: 30%;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid transparent;
  animation: rotate-border 2s linear infinite;

}
@keyframes rotate-border {
  0% {
    border-top-color: #fff;
  }
  25% {
    border-top-color: transparent;
    border-right-color: #fff;
  }
  50% {
    border-right-color: transparent;
    border-bottom-color: #fff;
  }
  75% {
    border-bottom-color: transparent;
    border-left-color: #fff;
  }
  100% {
    border-left-color: transparent;
    border-top-color: #fff;
  }
}
/*End of loader*/


/* sliding_menu*/

.sliding-menu {
            width: 100%;
            height: 100%;
            margin-bottom: 15vh;
            background: #f2fcff;
            color: white;
            position: fixed;
            top: 0;
            left: -100%;
            z-index: 1001;
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
            transition: left 0.3s ease-in-out;
            overflow-y: auto;
        }
.sliding-menu .close-icon-bars {
            cursor: pointer;
            padding: 10px 20px;
            text-align: right;
            color: #000000;

        }

        /* Overlay */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
            display: none;
            z-index: 1000;
        }
        .close-icon-bars {
            font-size: 50px;
            right: 0;

        }
        .slide_copyright{
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 5vh;
            background: #f2fcff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-top: thin solid #dfe9ec;
        }
        .copyright {
                width: 100%;
                text-align: center;
                font-size: 10px;
                color: #4a4646;
            }

        /*End of the sliding_menu*/

/*start of orders*/
.orders_page{
    display: none;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100%;
}
.leave_order{
    display: flex;
    align-items: center;
    height: 7vh;
    width: 100%;
    background-color: #5D5C88;
    color: #C7C7C7;
}
.leave{
    padding-left: 10px;
    font-size: 19px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.order_type{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5vh;
    width: 100%;
}
.on_going_orders{
    padding-left: 10px;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 100%;
    width: 45%;
    display: flex;
    align-items: end;
    justify-content: center;
    border-bottom: thick solid #5D5C88;
    padding-bottom: 2px;
}
.cancelled_orders{
    padding-left: 10px;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 100%;
    width: 45%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 2px;
}
.on_going_order_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 70vh;
    width: 100%;
    margin-top: 3vh;
    overflow: scroll;
}
.the_order{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 10vh;
    width: 95%;
    background-color: #D0DCDD;
    margin-top: 5px;
}
.order_image{
    height: 10vh;
    width: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.the_order_image{
    height: 95%;
    width: 90%;
    border-radius: 10px;
}
.ongoing_order_detail{
    height: 100%;
    width: 75%;
    display: flex;
    flex-direction: column;
    overflow: scroll;
}
.order_name{
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 30%;
    width: 100%;
    display: flex;
    align-items: center;
}
.order_id{
    font-size: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
}
.order_status{
    font-size: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 30%;
    width: 100%;
    display: flex;
    align-items: center;
}
.the_order_status{
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 60%;
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #4F4F4F;
    color: #D7D7D7;
}
.order_date{
    font-size: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
}
.contentDiv {
    border-radius: 15px 15px 0 0;
    position: fixed;
    bottom: -400px; /* Hidden below the screen */
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 11000;
    flex: 1;
    background: #fff;
    transition: bottom 0.3s ease; /* Smooth transition for slide effect */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    color: #444444;

  }
.top_notch{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 100%;
    border-radius: 15px 15px 0 0;
}
.mid_notch{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10px;
    width: 100%;
}
.rod{
    display: flex;
    width: 10%;
    height: 20%;
    border-radius: 15px;
    background-color: #595959;
}
.mid_rod{
    display: flex;
    width: 95%;
    height: 10%;
    border-radius: 15px;
    background-color: #d9d9d9;
}
.image_sku{
    display: flex;
    align-items: center;
    height: 140px;
    width: 95%;
}
.image_sku img{
    border-radius: 10px;
}
.sku_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 110px;
    width: 50%;
    padding-left: 20px;
    font-size: 10px;
}
.smoke_upname{

    font-size: 13px;
}
.view_details{
    text-underline: black;
}
.smoke_up_details{
    height: 100px;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.smoke_up_details_two{
    height: 33px;
    width: 95%;
    display: flex;
    flex-direction: column;
}
.material{
    height: 33.33%;
    width: 100%;
    display: flex;
    align-items: center;
}
.material_two{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.sud{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.sud_two{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.sud_add_to_cart{
    width: 95%;
    height: 55px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sud_add_to_cart_btn{
    width: 90%;
    height: 97%;
    background-color: black;
    border-radius: 10px;
    color: #fff;
    border: none;
}
.sud_bookmark_btn{
    margin-left: 2%;
    background-color: #FFFFFF;
    height: 97%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    border: thin solid #000;
    color: black;
    font-size: 20px;
}
.notification_sud{
    position: absolute;
    left: 2.5%;
    width: 75%;
    height: 45px;
    display: none;
    justify-content: center;
    margin: 2px auto;
    align-items: center;
    box-shadow: 1px 1px 3px #e1e1e1;
    background-color: #FFFFFF;
    border-radius: 5px;

}
.note-status{
    position: absolute;
    left: 0;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.no_orders{
    display: none;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top: 3vh;
}
.order_book_orders{
    margin-top: 10vh;
    display: flex;
    height: 15vh;
    width: 15vh;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #5D5C88;
    background-color: #FFFFFF;
}
.no_orders_text{
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 5vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5vh;
}
.start_shopping_no_orders{
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 6.5vh;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5vh;
    border: none;
    border-radius: 10px;
    background-color: #5D5C88;
    color: #D0DCDD;
}

/*end of orders*/
/* start */

.phone{
    display: flex;
}
.overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    display: none;
}

.contentDivii {
    position: fixed;
    top: -100%; /* Start hidden off-screen */
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110001;
    background: #000000;
    color: #FFFFFF;
    transition: top 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
}


.contentDivii.show {
    top: 0; /* Slide up when visible */
}
.iiheader{
    display: flex;
    align-items: center;
    width: 100%;
    height: 7.5vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}
.iistatement{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.iiclose{
    position: absolute;
    right: 0;
    height: 100%;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.category-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 85%;
    border-radius: 0 0 10px 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(0, 0, 0, 0.8);
    background-blend-mode: overlay;
}
.all-cat{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75vh;
    overflow-y: scroll;
}
.search-initiate{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15%;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.s-initiate{
    display: flex;
    align-items: center;
    height: 40%;
    width: 85%;
    background-color: rgba(47, 47, 47, 0.5);
    color: #FFFFFF;
    border-radius: 5px;
    border: thin solid #a1a1a1;

}
.catspan{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7.5%;
    width: auto;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}
.catspan:hover{
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;}
.s-statement{
    font-size: 12px;
}
.contentDiviii{
    border-radius: 15px 15px 0 0;
    position: fixed;
    bottom: -220px; /* Hidden below the screen */
    left: 0;
    width: 100%;
    height: 220px;
    z-index: 110002;
    flex: 1;
    background: #fff;
    transition: bottom 0.3s ease; /* Smooth transition for slide effect */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    color: #444444;

  }
.surelogout{
    height: 50px;
    width: 90%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #282828;
    font-weight: 300;
}
.lbtn{
    display: flex;
    height: 50px;
    width: 90%;
    align-items: center;
    justify-content: center;
    border: thin solid #181818;
    color: #FFFFFF;
    border-radius: 5px;
    margin-top: 10px;
}
.yeslogout{
    background-color: #000000;
}
.nologout{
    background-color: inherit;
    color: #000000;
}
.contentDiviv{
    position: fixed;
    bottom: -100%; /* Start hidden off-screen */
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110001;
    background: #000000;
    color: #FFFFFF;
    transition: bottom 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
}
.contentDiviv.show {
    bottom: 0; /* Slide up when visible */
}
.four-category{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 85%;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 0 0 15px 15px;
}
.ivheader{
    display: flex;
    align-items: center;
    width: 100%;
    height: 7.5vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    position: fixed;
}
ivout{
    color: #000000;
}
.banner-upcoming{
    width: 100%;
    aspect-ratio: 1/0.75;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 15px 15px;
}
.gifts-market{
    display: flex;
    height: 50%;
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
}
.gm{
    display: flex;
    align-items: center;
    height: 80%;
    aspect-ratio: 1/1;
    margin-left: 10px;
    border-radius: 15px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.gift-name{
    position: absolute;
    bottom: -35px;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #545454;
    font-weight: 300;
}
.gn-bottom{
    font-size: 14px;
    color: #000000;
}
.gm-last{
    margin-right: 10px;
}
/*In my csv*/
.mycsv{
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 16px;
    height: 7vh;
    position: relative;
    width: 100%;
    justify-content: center;
}
.cleane_black{
    background-color: red;
    height: 7vh;
    width: auto;
}
.back_from{
    position: absolute;
    left: 5%;

}
.inMYCSV{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #dbdbdb;
    width: 80%;
    height: 40vh;
    color: #000000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.inheader{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 10px;
    height: 10vh;
}
.indivs{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    height: 7.5vh;
    border-bottom: 0.1px solid rgba(0, 0, 0, 0.3);
    font-weight: 200;
}
.inicons{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 25%;
    font-size: 17px;
}
.itext{
    display: flex;
    align-items: center;
    height: 100%;
    width: 70%;
    font-size: 10px;
}
.inlast{
    border-bottom: none;
}
/*End mycs*/
@media (max-width: 768px) {
    header{
        height: 8vh;
        position: fixed;
        top: 0;
    }
    main{
        align-items: center;
        justify-content: start;
        height: auto;
        width: 100%;
        margin-top: 0;
        flex-wrap:wrap;
        overflow-y: scroll;
        margin-bottom: 7.5vh;
    }

    .item{
        gap: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        width: 50%;
        border-radius: 0;
        border: none;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;

    }
    .add_to_cart{
        display: none;
    }
    .bag{}
    .item:hover{
        box-shadow: none;
        width: 50%;
        transition: 0.25s;

    }
    .item_image{
        width: 100%;
        aspect-ratio: 1 / 1;
        margin-bottom: 10px;
        border-radius: 0;
    }
    .item_details{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 40%;
        width: 100%;
    }
    .detail_span{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        height: 33.3%;
        width: 97.5%;

        padding-left: 10px;
        margin-bottom: 10px;
    }
    .navigation{
        position: fixed;
        bottom: 0;
    }
    .navigation_button{
        justify-content: center;
        align-items: center;
        box-sizing: content-box;
        border-bottom: thick solid transparent;
        transition: border-color 0.3s ease;
    }
    .navigation_button:hover{
        border-color: rgb(255, 255, 255);
    }

    .ps_span{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        height: 100%;
        width: 50%;
    }
    .stars{
        justify-content: end;
        padding-right: 5px;
    }


    .casava_logo_mp_self {
        width: 200px;
        height: 200px;
    }
    .casava_logo_mp_self img{
        position: absolute;
        width: 60%;
        height: auto;
        bottom: 0;
        left: 20%;


    }
    .desktop{
        display: none;
    }
    .phone{
        display: flex;
    }
    .alert_store{
        align-items: end;
        justify-content: center;
    }
    .alert_store_span{
        height: 50%;
        width: 50%;
        align-items: center;
        font-size: 15px;
    }
    .header_span{
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        height: 50%;
        width: 100%;
        padding-right: 15px;
    }


}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {

    .unavailable{
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 12000;
}
    .navigation{
        display: none;
    }
.unavailable_container{
    display: flex;
    align-items: center;
    height: 15vh;
    width: 50%;
    background-color: #b0b0b0;
}
.unavailable_text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 99%;
    background-color: #b0b0b0;
}
.indication_color{
    background-color: red;
    height: 100%;
    width: 1%;
}
  }
footer{
    display: none;
}
