@font-face {
    font-family: 'soleil';
    src: url("/font/SoleilRegular.otf");
}


*{
    margin: 0px;
    font-family: 'soleil', serif;

}

body{
    background-color: #f8f8f8;
}



.checkout_wrapper{
    max-width: 1000px;
    margin: auto;
    display: flex;
    gap: 30px;
    padding: 24px;
}

.checkout_left{
    border: 1px solid #CCCCCC;
    border-top: 0;
    border-right: 0;
    box-shadow: 0 4px 7px 0 rgba(0,0,0,.08);
    top: 0;
    transition: box-shadow .3s ease-in-out;
    max-height: 30.7rem;
}

.header_tabs{
    display: flex;
    justify-content: space-around;
}


.bagshoop{   width: 50%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background-color: #f8f8f8;
border: 0;
border-right: 1px solid #CCCCCC;

border-top: 1PX solid #CCCCCC;

} 


.savelater{
width: 50%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
border: 0;
border-bottom: 1px solid #CCCCCC;
background-color: #ecebeb;
color: #767676;
cursor: not-allowed;
}

.cart_title{
    display: flex;
    justify-content: space-between;
    border: 1px solid #CCCCCC;
    padding: 12px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    
    border-right: 1px solid #CCCCCC;
    

}






.signinacc{
    display: flex;
    justify-content: flex-end;
    padding: 12px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgb(118, 118, 118);
    border-right: 1px solid #CCCCCC;


}



.item_header{
    display: flex;
    justify-content: space-between;
    padding: 5px 12px;
    border-top: 0 !important;
    border-left: 0 !important;
    border: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;

}

.shopping_bagitem{
    display: flex;
    gap: 25px;
    padding: 12px;
    border-right: 1px solid #CCCCCC;

}

.title_qtty{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    
}

.qttprc{
    display: flex;
    justify-content: space-between;
    width: 25%;
}

.prod_title{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: rgb(0, 0, 0);

}

.prod_qtyy,.mobqtt{
display: flex;
align-items: center;
margin-left: 20px;

}

.mobqtt{
    padding-top: 3px;
    padding-bottom: 3px;
}

.square{
    padding: 7px;
    border: 1px solid #CCCCCC;
    width: 20px;
    height: 20px;
}





.descriiiiib{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgb(118, 118, 118);

}

.finsale{
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: red;
    margin-top: 5px;

}


.btn_shiphome{
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 15px;
}

.shiphome{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(0, 0, 0);
}

.cart_count{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgb(0, 0, 0);
}


.item,.qty,.price{
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: rgb(102, 102, 102)  
}






.shiptohome{
    align-items: center;
    cursor: pointer;

}

.shiptohome,.pickstore{
    display: flex;
    align-items: center;
    color: grey; 
    text-align: center;
    gap: 10px;


    /* padding: 10px 15px; */
    
}

.homeship{
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: black;
}

.shiptohome{
    border: 1px solid black;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;



}

.pickstore{
    border: 1px solid grey;
    padding: 10px 15px;
    cursor: not-allowed;

}
.storepick{
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #CCCCCC; 
}

.remove{
    display: flex;
    gap: 20px;
}

.removeli{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgb(118, 118, 118);
    margin-bottom: 10px;

}

.botleft_check{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 14px;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;


}

.giftop{
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding-left: 4px;
    color: rgb(118, 118, 118);
}

.item{
    width: 75%;
}


/* -------------------------------- right side ----------------------- */



.toop_right{
    display: flex;
    flex-direction: column;
    padding: 82px 24px 16px 24px;
    background-color: #F5ECDE;
}


.midtxxxt {
font-weight: 700;
font-size: 14px;
line-height: 16px;
padding-bottom: 6px;
padding-top: 6px;
}

.bottxttt{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.loyality{
    padding: 24px 24px 16px 24px;
    background-color: #FCF9F6;
}

.loyalityyy{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 16px;
}

.extra60{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}

.ddttail{
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: rgb(101, 101, 101);
    margin-top: 10px;
    margin-bottom: 10px;
}

.bigsale{
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: black;
    margin-top: 6px;
}

.bgsl{
    font-weight: 400;
}


.beforesold{
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgb(102, 102, 102);
    text-decoration: line-through;
}

.aftersold{
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: rgb(220, 55, 55);
}












.promocode{
    padding: 12px 24px 12px 24px;
    background-color: #FCF9F6;
    margin-bottom: 10px;
}

.addpromo{
    display: flex;
    justify-content: flex-end;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    cursor: pointer;
}


.promo_inp{
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 20px;
    background-color: #FCF9F6;


}

.inpuuut{
    width: 220px;
    height: 31px;
    text-align: center;
}

.applyy{
    align-items: center;
    text-align: center;
    color: #767676;
    border: 1px solid;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    width: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: not-allowed;
}




.bot_right,.checkout{
    padding: 22px 24px 20px 24px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0);
    top: 0;
    transition: box-shadow .3s ease-in-out;
    border-radius: 9px;

}

.subtotal,.estimated_shipp,.estimated_tot{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.titlebott{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.subtitle_bot{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgb(118, 118, 118);
}

.prc_tott{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;  
}


.freeshhhip{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.frreee{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgb(0, 133, 62);
}




.checkout{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.cheecknow{
    background-color: black;
    color: white;
    align-items: center;
    text-align: center;
    padding: .60rem .625rem;
    border: 0;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    height: 3rem;
    letter-spacing: .15em;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer


}

.paypal{
    background-color: transparent;
    align-items: center;
    text-align: center;
    padding: .60rem .625rem;
    border: 0;
    display: inline-block;
    height: 2.5rem;
    width: 100%;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 5px;

}

.afterpay{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgb(118, 118, 118);
}


.afterpaylogo{
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;
}

.right_right{
    display: flex;
    flex-direction:column ;

}






@media screen and (min-width:891px) {
    .mobqtt,.prod_price_mobile{
        display: none;
    }
    
}

@media screen and (max-width:890px) {

    .qttprc{
        width: 6%;
    }

    .item{
        width: 100%;
    }

    .item_header{
        display: none;
    }

    .shopping_bagitem{
        padding: 15px;
        padding-bottom: 0px !important;
    }

    .prod_qtyy,.prod_price{
        display: none;
    }

    .checkout_wrapper{
        display: flex;
        flex-direction: column;
    }

    #navbar_mon {
        position: sticky;
        overflow: hidden;
        background-color: white;
      box-sizing: border-box;
      z-index: 1;
      border-bottom: 1px transparent;
      box-shadow: 0 3px 6px 0 rgba(0,0,0,.06);
      bottom:  0;
      /* transition: box-shadow .3s ease-in-out; */
      }
    
      .title_qtty{
        display: flex;
        flex-direction: column;
        gap: 7px;
        align-items: flex-start
        ;     
 }

        .prod_price_mobile{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 8px;
        }
      

}

@media screen and (max-width:498px) {
    .pickstore{
        display: none;
    }
    
}

@media screen and (max-width:405px) {
    .finsale{
        display: none;
        
    }

    .removeli{
        margin-bottom: 0px;
    }
    
}