/*start navbar*/
.hover_in{
    position: absolute;
    width: 250px;
    top: 40px;
    background: var(--main--color);
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.4)!important;
}
.hover_block{
    display: none
}
/*start popup*/
.popup{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: rgba(187, 187, 187, 0.8);
    display: none
}
.popup .insert{
    padding: 20px;
    width: 450px;
    height: 430px
}
.popup .insert_3{
    padding: 20px;
    width: 400px !important;
    height: 650px
}
.bt_sin{
    color: #FFF;
    background: #3d3d3d;
}
.bt_sin:hover{
    color: #FFF;
    background: var(--third--color);
}
/*start footer*/
.my_ul_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bt_footer{
    background: #FFF;
    color: var(--main--color);
}
.bt_footer:hover{
    background: var(--third--color);
    color: var(--main--color);
}
/*start account*/
.account{
    background: #FFF;
    padding: 10px;
    position: fixed;
    left: -550px;
    top: 0;
    height: 100vh;
    width: 550px;
    z-index: 10;
}
.account .close_a{
    top: 55px;
    right: 30px
}
.address{
    background: #FFF;
    padding: 10px;
    position: fixed;
    left: -550px;
    top: 0;
    height: 100vh;
    width: 550px;
    z-index: 10;
}
.address .save_b{
    top: 55px;
    right: 30px
}
.address .back_b{
    top: 55px;
    left: 30px
}
.save_address{
    background: #FFF;
    padding: 10px;
    position: fixed;
    left: -550px;
    top: 0;
    height: 100vh;
    width: 550px;
    z-index: 10;
}
.save_address .close_c{
    top: 55px;
    right: 30px
}
.save_address .back_c{
    top: 55px;
    left: 30px
}
.save_payment{
    background: #FFF;
    padding: 10px;
    position: fixed;
    left: -550px;
    top: 0;
    height: 100vh;
    width: 550px;
    z-index: 10;
}
.save_payment .close_p{
    top: 55px;
    right: 30px
}
.save_payment .back_p{
    top: 55px;
    left: 30px
}
.save_fav{
    background: #FFF;
    padding: 10px;
    position: fixed;
    left: -550px;
    top: 0;
    height: 100vh;
    width: 550px;
    z-index: 10;
}
.save_fav .close_f{
    top: 55px;
    right: 30px
}
.save_fav .back_f{
    top: 55px;
    left: 30px
}

.profile{
    background: #FFF;
    padding: 10px;
    position: fixed;
    left: -550px;
    top: 0;
    height: 100vh;
    width: 550px;
    z-index: 10;
}
.profile .close_d{
    top: 55px;
    right: 30px
}
.profile .back_d{
    top: 55px;
    left: 30px
}
.password{
    background: #FFF;
    padding: 10px;
    position: fixed;
    left: -550px;
    top: 0;
    height: 100vh;
    width: 550px;
    z-index: 10;
}
.password .save_e{
    top: 55px;
    right: 30px
}
.password .back_e{
    top: 55px;
    left: 30px
}
.ubdate_password{
    background: #FFF;
    padding: 10px;
    position: fixed;
    left: -550px;
    top: 0;
    height: 100vh;
    width: 550px;
    z-index: 10;
}
.ubdate_password .close_f{
    top: 55px;
    right: 30px
}
.ubdate_password .back_f{
    top: 55px;
    left: 30px
}
.payment{
    background: #FFF;
    padding: 10px;
    position: fixed;
    left: -550px;
    top: 0;
    height: 100vh;
    width: 550px;
    z-index: 10;
}
.payment .save_g{
    top: 55px;
    right: 30px
}
.payment .back_g{
    top: 55px;
    left: 30px
}
.orders{
    background: #FFF;
    padding: 10px;
    position: fixed;
    left: -550px;
    top: 0;
    height: 100vh;
    width: 550px;
    z-index: 10;
}
.orders .save_h{
    top: 55px;
    right: 30px
}
.orders .back_h{
    top: 55px;
    left: 30px
}
.orders .nav-pills .nav-link.active, .orders .nav-pills .show>.nav-link{
    background: transparent;
    color: #000;
    opacity: 0.4;
    font-weight: bold
}
.orders .nav-pills .nav-link{
    background: transparent;
    color: #000;
    opacity: 0.4;
    font-weight: bold
}














