
body{
    font-family: 'Yekan' !important;
    background-color: #e2eff3;
}
.body_container{
   width: 100%;
   display: flex;
   justify-content: center;
}
.cart_container{
    display: flex;
    justify-content: center;
    width: 90%;
    padding-top: 1vh;
    padding-bottom: 2rem;
    background-color:#9ed1e9;
    border-radius: 2rem;
}
.cart{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
}
.cart_title{
    font-size: 2.5rem;
    font-weight: 600;
}
.payment{
    text-shadow: 0 0 8px rgba(0, 123, 255, 0.7);
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
    font-size: 2.5rem;
}
/* -------------------------------- */
.remove-btn{
    background: transparent;
    font-size: 2rem;
    border: none;
    text-decoration: none;
    color: red;
}
.options{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;font-size: 2rem;
    font-weight: bold;
}
.options_items{
    
    padding: 2rem;
    width: 35%;
    margin-top: 1rem;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, #76beee, #0060a0);
}
.options_items button{
 width: 100%;
 background: transparent;
 border: 0px;
 font-size: 2rem;
}