/* .miniCart_productDetails{
    display:flex;
    flex-direction: column;
    max-height: 320px;
    overflow-y: auto;
}
.miniCart_productDetails_image{
    flex:1 1 0;
    padding-right:16px;
}
.miniCart_productDetails_details{
    flex:3 1 0;
    display: flex;
    flex-direction: column;
}
.miniCart_productDetails_details_name span{
    font-size: 12px;
    font-weight: 400;
}
.miniCart_productDetails_details_price{
    margin-bottom: 10px;
}
.miniCart_productDetails_details_price span{
    font-size:16px ;
    font-weight: 400;
}
.miniCart_productDetails_details_qcs span{
    font-size:12px;
    font-weight: 500;
}
.miniCart_totalPriceCalculation{
    display: flex;
    flex-direction:column;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #222;
    cursor:auto;
}
.miniCart_totalPriceCalculation_orderTotal,
.miniCart_totalCalculatedCharges,
.miniCart_totalPriceCalculation_discount,
.miniCart_totalPriceCalculation_deliveryCharges{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    padding: 4px 0;
}
.miniCart_totalCalculatedCharges{
    cursor: auto;
}
.miniCart_totalPriceCalculation_orderTotal span,
.miniCart_totalPriceCalculation_discount span,
.miniCart_totalPriceCalculation_deliveryCharges span{
    font-size:12px;
    font-weight: 500;
}
.miniCart_totalCalculatedCharges span{
    font-size: 16px;
    font-weight: 500;

}

.miniCart_checkoutBtn{
    display:flex;
    flex-direction:column;
    padding:10px 0;
    justify-content: space-between;
}
.miniCart_checkoutBtn_checkout,.miniCart_checkoutBtn_viewcart{
    width: 100%;
    padding: 10px;
    outline: 0;
    font-size: 14px;
    background-color: #222;
    color: #fff;
    margin-top: 8px;
}
.miniCart_checkoutBtn_viewcart{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
} */

