.cartbg {
    background-color: #F9F9F9;
}
.progress-container-cart {
    display: flex;
    max-width: 100%;
    width: auto;
    justify-content: center;
}
.stepinactive {
    color: #d4d4d4;
}
.bg-card {
    background-color: white;
}
.cart-headetext {
    padding: 10px 24px 0;
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
}
.bagtext {
    font-size: 18px;
    color: #878787;
    font-weight: 600;
    margin-left: 15px;
}
.fw-600 {
    font-weight: 600;
}
.cart-name {
    display: block;
    max-width: auto;
    margin-bottom: 15px;
}
.review .fa-star,.fa-star-half-o,.fa-star-o {
    font-size: 1rem;
    color: gold;
    margin-right: 3px;
}
.fa-star-o {
    color: #d4d4d4;
}
.pricetext {
    color: #0417c0;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.removebtn .fa-heart {
    color: #898989;
    font-size: 18px;
}
.removebtn .fa-heart:hover {
    color: var(--primary_color);
}
.removecart {
    font-size: 15px;
    border-right: 1px solid #898989;
    border-radius: 0px;
    /* margin-right: 10px; */
    /* margin: 0px; */
    margin-bottom: 0px !important;
}
.removebtn .fa-trash {
    color: #898989;
    font-size: 18px;
}
.removebtn .fa-trash:hover {
    color: red;
}
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: white;
    font-size: 18px;
    border: 1px solid #f0f0f0;
    padding-top: 1px;
    line-height: 1;
    border-radius: 0;
    background-color: var(--primary_color);
    font-weight: bold;
}
.crtpage .decreaseQty, .crtpage .increaseQty, .crtpage .updatequan {
    width: 41px;
    height: 34px;
    font-size: 18px;
}
.crtpage .qtyValue {
    border: 1px solid #E9E9E9;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: black;
}
.qtyValue{
    margin-bottom: 5px !important;
}
.Cartfixed {
    position: sticky;
    top: 164px;
    height: 100%;
}
.btn-primary {
    color: #fff;
    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);
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #DBD9D9;
}
.grocery th {
    font-size: 18px;
}
.table tr {
    vertical-align: middle !important;
    line-height: 30px;
    font-size: 14px;
}
.table th {
    vertical-align: middle !important;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}
.cartfx th {
    font-size: 18px;
}
.cartfx td {
    font-size: 17px;
    font-weight: 500;
}
.totalamount {
    font-size: 19px !important;
    font-weight: 600 !important;
}
#bc-value {
    color: #fff !important;
    background-color: var(--primary_color);
    border-radius: 4px;
    height: 55px;
    font-size: 21px;
    line-height: 42px;
    font-weight: 600;
}
input[type=number] {
    appearance: textfield;
}
.mbcart .removebtn {
  width: auto!important;
}
.removecart {
  border-right: 0px solid #898989;
}

.cart-layout-2-wrapper {
    color: #111;
}

.cart-layout-2-wrapper h3.bagtext {
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 1.4rem;
    color: #000 !important;
}

.cart-layout-2-wrapper .items-count {
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #555;
}

.cart-layout-2-wrapper .cart-item {
    border-bottom: 1px solid #eaeaea !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.cart-layout-2-wrapper .cart-name {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.cart-layout-2-wrapper .cart-name:hover {
    text-decoration: underline;
}

.cart-layout-2-wrapper .pricetext {
    font-weight: 500;
    font-size: 1.2rem;
    color: #000;
}

.cart-layout-2-wrapper .qtySelector {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
}

.cart-layout-2-wrapper .qtySelector button {
    background: transparent;
    border: none;
    padding: 4px 12px;
    font-weight: 500;
    font-size: 1.2rem;
    color: #000;
    cursor: pointer;
}

.cart-layout-2-wrapper .qtySelector button:hover {
    background: #f7f7f7;
}

.cart-layout-2-wrapper .qtySelector input {
    width: 40px;
    border: none;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    padding: 0;
}

.cart-layout-2-wrapper .qtySelector input:focus {
    outline: none;
}

.cart-layout-2-wrapper .removebtn {
    color: #888;
    background: transparent;
    border: none;
    font-size: 1.2rem;
    padding: 0;
    transition: color 0.2s;
}

.cart-layout-2-wrapper .removebtn:hover {
    color: #d0021b;
}

.cart-layout-2-wrapper .btnmargin {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 14px 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid #000;
    transition: all 0.3s ease;
}

.cart-layout-2-wrapper .btnmargin:hover {
    background-color: #333 !important;
    border-color: #333;
}

.cart-layout-2-wrapper .cart-headetext {
    font-family: 'Jost', sans-serif;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
.mob-text-center{
text-align: left!important;
}
}

@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: 39px;
        font-size: 12px;
        line-height: 23px;
    }
}
@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: 100%;
        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: 17px;
        line-height: 23px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    #bc-value {
        width: 100%;
    }
 }
 