@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: myFirstFont;
    src:url('./Neutra.otf') format("opentype");
}
.blog_main{
    margin: 0;
    padding: 0;
    min-height: 400px;
    padding-top: 20px;
    background-color: #f5f5f5;
    font-family: 'Quicksand', sans-serif;
}
.path-trending{
    margin-left: 20px;
    display: flex;
    align-items: center;
    color: #868686;
    font-size: 16px;
}
.path-trending img{
    width: 17px;
}
.cartMainCard{
    width: 97%;
    /* height: 400px; */
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    background-color: #fff;
    /* display: none; */
    justify-content: space-between;
}
.cartOrder_header{
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
    margin-left: 15px;
    
}
.cartOrder_header p:last-child{
    text-decoration: underline;
}
.cartOrder{
    width: 50%;
}
.cartPriceOffer{
    width: 50%;
}
.cartPriceOffer_header{
    margin-left: 15px;
}
.cartOrder_cartData{
    margin: 30px;
/* background-color: #868686; */
/* border: 1px solid black; */
}
.cartData_card{
    display: flex;
    height: 100px;
    margin-bottom: 15px;
}
.imgLeftCard{
    width: 60%;
    overflow: hidden;
    /* border: 1px solid black; */
    display: flex;
}
.imgLeftCard img{
    object-fit: cover;
    width: 70px;
    height: 100%;
    border-radius: 3px;
}
.titleHead_card{
    margin-left: 10px;
    margin-top: 20px;
    font-family: myFirstFont;
    color: #575555;
    font-size: 12px;
    margin:0;
    margin-left: 10px;
}
.card_head_title{
    margin-top: 20px;

}
.card_head_content{
    margin-top: 8px;
}
.controlRigthCard{
    width: 40%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* font-size: 13px; */
}
.controlDeletCart{
    cursor: pointer;
    font-size: 14px;
    color: #6c5656;
}
.controlPlusMinusCart{
    display: flex;
}
.controlMinus,.controlPlus{
    margin:0 10px;
    height: 20px;
    width: 20px;
    background-color: black;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.controlAmountCart,.controlValue{
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #868686; */
}
.priceContainer{
    border-radius: 7px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #faf9f9;
    border: 1px solid #faf9f9;
    margin-bottom: 20px;
    
}
.offerDivCart{
    margin: 5px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.offerDivCart > div{
    display: flex;
    align-items: center;
    margin: 8px;
    color: red;
}
.offerDivCart > div > img{
    margin-right: 5px;
}
.priceDetailTag{
    margin: 10px 10px;
    display: flex;
    align-items: center;
}
.priceDetailTag img{
    margin:0 10px;
}
.finalSoppingDetails{
    margin-left: 8px;
    margin-right: 8px;
    background-color: #fff;
    border-radius: 5px;
    /* height: 50px; */
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.soppingDetails{
    margin: 10px;
    font-size: 13px;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cartDetailsKey{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.cartDetailsKey > img{
    width: 15px;
    margin-right: 8px;
}
.includeAllTax{
    margin-left: 45px;
    font-size: 11px;
}
.button_delivery_shopping{
    display: flex;
    border:1px solid #dee2e6!important;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    margin-bottom: 40px;
}
.deliveryInfo_btn{
    background-color: black;
    color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}
.deliveryInfo_btn >a{
    color: white;
    text-decoration: none;
}
.continueShopping_btn{
    padding: 10px;
    width: 300px;
    cursor: pointer;
}
.continueShopping_btn a{
    text-decoration: underline;
}
#num{
    margin-right: 3px;
}
#itemPrice{
    margin-left: 3px;
    margin-right: 3px;
}
#itemTotal{
    margin-left: 3px;
}
.emptyCartDiv{
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    height: 400px;
    /* border: 1px solid black; */
}
.emptyCartDiv img{
    margin-top: 30px;
    width: 200px;
}
#emptyCartH6{
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #868686;
}
.emptyCartDiv button{
    margin-top: 10px;
    padding: 10px 55px;
    background-color: #ec3f78;
    border: 0;
    border-radius: 5px;
}
.emptyCartDiv button a{
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}