.progress-container-cart {
    display: flex;
    max-width: 100%;
    width: auto;
    justify-content: center;
}

.stepinactive {
    color: #d4d4d4;
}

.crtpage .decreaseQty,
.crtpage .increaseQty,
.crtpage .updatequan {
    width: 40px;
    height: 40px;
    border: 1px solid rgb(182, 182, 182);
    text-align: center;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
    margin: 0;
}

input[type=number] {
    appearance: textfield;
}

.cartimg {
    height: 200px;
    object-fit: contain;
}
#apply-checkout-btn{
    justify-content: space-between;
}


#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;
}
.applycoupons{
    font-size: 16px;
}
.w-25 {
    width: 40% !important;
}
.modal-cart-img {
  width: 120px;
  margin-bottom: 20px;
}

.btn-continue {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid var(--primary_color);
  background: transparent;
  color: var(--primary_color);
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-continue:hover {
  background: var(--primary_color);
  color: white;
}

.Cartfixed {
    position: sticky;
    top: 164px;
    height: 100%;
}

@media screen and (max-width: 376px) {
    .applycoupons {
       font-size: 11px;
    }
    #bc-value{
        font-size: 13px !important;
        height: auto !important;
        line-height: 1.5 !important;
    }
    .btn-continue{
        font-size: 11px !important;
        padding: 10px 20px;

    }
    .removecart{
        width: 50% !important;
    }
}
@media only screen and (min-width:375px) and (max-width:426px){ 
    .progress-container-cart .fs-4, 
    .progress-container-cart .fs-5, 
    .progress-container-cart .fs-6 {
      font-size: 15px !important;
    }
}

@media (max-width:376px){ 
    .progress-container-cart .fs-4, 
    .progress-container-cart .fs-5, 
    .progress-container-cart .fs-6 {
      font-size: 11px !important;
    }
}
@media (max-width:376px){ 
    .progress-container-cart .fs-4, 
    .progress-container-cart .fs-5, 
    .progress-container-cart .fs-6 {
      font-size: 11px !important;
    }
}
@media (max-width:768px){
    .mbcart{
      padding-right: calc(var(--bs-gutter-x) * .5) !important;  
    }
    .border-top{
        font-size: 14px;
    }
}
@media (max-width:425px){
    #bc-value{
        width: 85%;
        font-size: 17px;
    }
}

@media only screen and (min-width:424px) and (max-width:1024px){ 
    #bc-value{
        width: 80%;
    }
}
@media (max-width:768px) {
    #apply-checkout-btn{
    flex-direction: column;
    gap: 3mm;
   }
}
@media (min-width:1024px) {
    #checkout{
        text-align: end;
    }
}
@media only screen and (max-width:768px) {
    #checkout-btn{
      width: 70%;
   }
}
