.progress-container-cart {
    display: flex;
    max-width: 100%;
    width: auto;
    justify-content: center;
}
.stepinactive {
    color: #d4d4d4;
}
.Cartfixed{
    position: sticky;
    top: 150px;
    height: 100%;
}
.cart-img{
    height: 80px;
    width: 100%;
    object-fit: contain;
}
.mbcart .bg-card{
    padding: 0px !important;
}
.border-radius-15 {
    border-radius: 10px;
}
.cart-headetext {
    padding: 10px 24px 0;
    line-height: 45px;
    font-weight: 500;
}

/* quantity increase and decrease styles */
.qtySelector {
    display: flex;
    min-height: 0;
}

.crtpage .decreaseQty,
.crtpage .increaseQty,
.crtpage .updatequan {
    width: 40px;
    height: 40px;
}
.btn-primary:hover{
    border-color: var(--primary_color);
    background-color: #fff;
    color: var(--primary_color) !important;
}
.decreaseQty,
.increaseQty {
    border: 1px solid #f0f0f0;
    padding-top: 1px;
    line-height: 1;
    border-radius: 0;
    display: inline-block;
    color: #191919!important;
    font-size: 18px;
}

.qtyValue {
    display: inline-block;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    color: #191919;
  }

  .applycoupons {
    white-space: nowrap;
}
#bc-value {
    width: 100%;
    font-size: 16px;
    background-color: var(--primary_color) !important;
    border: 1px solid var(--primary_color);
    color: white !important;
}

#bc-value:hover {
    color: var(--primary_color) !important;
    background-color:white !important;
}
.price-details {
    font-weight: 700;
    font-size: 1.2rem;
    padding: 5px 9px 8px !important;
    line-height: 30px;
    border-bottom: 1px solid #dee2e6 !important;
    font-family: var(--h1_font);
}
th {
    border-top: 0 !important;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent;
}
.removecart{
    color: #dc3545;
    cursor: pointer;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    margin-right: 10px
}

/* .btn{
    border: 1px solid var(--primary_color);
} */
@media only screen and (max-width: 767px) {
    .mob-carts {
        padding: 0 4px !important;
    }
    .progress-container-cart div {
        font-size: 12px !important;
    }
    .cartfx {
        margin-top: 0px;
        background-color: transparent !important;
    }
    .mbcart {
        padding-right: 0 !important;
        margin: 0 !important
    }
    .mob-margin {
        margin: 0 !important;
    }
}


@media (max-width: 320px) {
    .progress-container-cart div {
        font-size: 10px !important;
    }
}
input[type=number] {
    appearance: textfield;
}