.apply-btn {
    background: #0074B2;
    color: #fff;
    font-size: .84vw;
    font-weight: 400;
}

#coupon input {
    width: 65%;
    color: #B1B5BC;
    border-bottom: 1px solid #B1B5BC !important;
    border-radius: 0;
}

.web-cart-txt {
    font-size: 1.5vw;
    font-size: 600;
    color: #C4161C;
}

.web-cart-xxl-txt {
    font-size: 1.88vw;
    font-weight: 600;
    color: #000;
}

.web-cart-sml-txt {
    font-size: .84vw;
    font-weight: 400;
    color: #000;
}

.web-cart-sml-2-txt {
    font-size: .94vw;
    font-weight: 600;
    color: #000;
}

.web-cart-price-txt {
    font-size: 1.35vw;
    font-weight: 600;
    color: #000;
}

.web-cart-btn-txt {
    font-size: .84vw;
    font-weight: 600;
    color: #0074B2;
}

.web-cart-q-box {
    background: #EEEEEE;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #5C5959;
    height: 2vw;

}

.web-cart-btn {
    background: #C4161C;
    border-radius: 5px;
    font-size: .84vw;
    font-weight: 600;
    color: #fff;
}