.progress-container-cart {
    display: flex;
    max-width: 100%;
    width: auto;
    justify-content: center;
}
.applycoupons{
    margin-right: 5mm;
    margin-bottom: 5mm
}
.modal-footer{
    padding-bottom: 0;
}
.stepinactive {
    color: #d4d4d4;
}
.bg-card {
    background-color: #f9f9f9 !important;
}
.cart-headetext {
    padding: 10px 24px 0;
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
}
.bagtext {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.w-90 {
    width: 90%;
}
.fw-600 {
    font-weight: 600;
}
.review .fa-star,.fa-star-half-o,.fa-star-o {
    font-size: 1rem;
    color: gold;
    margin-right: 3px;
}
.fa-star-o {
    color: #d4d4d4;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
    margin: 0;
}
.qtySelector {
    display: flex;
    min-height: 0;
}
.decreaseQty, .increaseQty {
    display: inline-block;
    color: #191919;
    font-size: 18px;
    border: 1px solid #f0f0f0;
    padding-top: 1px;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
}
.crtpage .decreaseQty, .crtpage .increaseQty, .crtpage .updatequan {
    width: 40px;
    height: 47px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}
.btn-primary {
    border-color: var(--primary_color);
    background-color: var(--primary_color);
}
.btn-primary:hover {
    color: var(--primary_color);
    background-color: #ffff;
    border-color: var(--primary_color);
}
.mbcart .removebtn {
    font-size: 13px;
    border-radius: 4px;
    width: 134px;
    height: 36px;
}
.pricetext {
    color: #0417c0;
    font-size: 17px;
    text-align: right;
    font-weight: 700;
}
.Cartfixed {
    position: sticky;
    top: 164px;
    height: 100%;
}
.mbpx {
    padding: 0px !important;
}
/* Apply Couppon */
.couponlists, li {
    list-style: none;
}
.couponlists {
    padding: 10px 0;
    width: 100%;
    border: 0 solid #c4d1e4;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
}
#formapplycoupon input {
    border-radius: 0;
    font-size: 14px;
}
#formapplycoupon label span {
    border: 2px dotted #dee2e6;
}
.coupdes p {
    margin-bottom: 8px;
}
/* Apply Coupon End */
.price-details {
    font-weight: 700;
    font-size: 20px;
    padding: 0 5px !important;
    line-height: 30px;
    border-bottom: 0 solid #dee2e6 !important;
    font-family: var(--h1_font);
}
.fonts {
    font-weight: 400;
}
.fweignt {
    font-weight: 500 !important;
}
.totalamount {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
#bc-value {
    color: #fff !important;
    background-color: var(--primary_color);
    border-radius: 4px;
    height: 55px;
    font-size: 21px;
    line-height: 42px;
    font-weight: 600;
    width: 100%;
}
input[type=number] {
    appearance: textfield;
}
.mob-100 {
    height: 160px !important;
    object-fit: contain !important;
}
.removecart {
    font-size: 15px;
    /* border-right: 1px solid #898989; */
    border-radius: 3px;
    margin-right: 10px
}
@media (max-width: 520px) { 
    .mob-carts {
        padding: 0px 4px !important;
    }
    .mbcart {
        padding-right: 0 !important;
    }
    .mob-pad {
        padding: 0 !important;
    }
    .mob-margin {
        margin: 0 !important;
    }
    .bagtext {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px !important;
    }
    .qtyValue {
        font-size: 20px;
    }
    .removebtn {
        margin-bottom: 10px;
    }
    .pricetext {
        text-align: left;
        margin-bottom: 15px;
        padding-left: 3mm;
    }
    .mbcart .review {
        margin-left: 0px;
    }
}
@media only screen and (min-width:320px) and (max-width:375px){ 
    .progress-container-cart .fs-4, 
    .progress-container-cart .fs-5, 
    .progress-container-cart .fs-6 {
      font-size: 10px !important;
    }
     #bc-value {
        width: 100%;
        height: 35px;
        font-size: 13px;
        line-height: 19px;
}
}
@media only screen and (min-width: 375px) and (max-width: 425px) { 
    .progress-container-cart .fs-4, 
    .progress-container-cart .fs-5, 
    .progress-container-cart .fs-6 {
      font-size: 12px !important;
    }
    #bc-value {
        width: 104%;
        height: 35px;
        font-size: 13px;
        line-height: 19px;
    }
}
@media only screen and (min-width:425px) and (max-width:525px){ 
    .progress-container-cart .fs-4, 
    .progress-container-cart .fs-5, 
    .progress-container-cart .fs-6 {
      font-size: 13px !important;
    }
    #bc-value {
        width: 100%;
        height: 40px;
        font-size: 18px;
        line-height: 23px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    #bc-value {
        width: auto;
    }
 }
 @media (max-width:1024px){
    .mob-100{
        height: 145px !important;
    }
    .pricetext {
        font-size: 13px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .mbcart .removebtn {
        font-size: 9px;
        width: 69px
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .mbcart .removebtn {
        font-size: 13px
    }
}

@media only screen and (max-width : 768px) {
    .billing{
        font-size: 12px;
    }
    .fs-6{
        font-size: 13px !important;
    }
    .totalamount{
         font-size: 14px ;
    }
}
@media only screen and (min-width : 1024px){
    .pricetext{
        padding-right:4mm
    }
}

