    .t-store__prod__quantity {
    border-radius: 10px !important; 
    background-color: #f0f0f0 !important;
    border: 0 !important;
    }
    .js-product .t-product__option-select {
    background-color: #f0f0f0 !important;
    border: 0 !important;
    padding: 8px 50px 8px 20px !important;
    }
    
    .t-store .t-product__option-select {
        @media screen and (max-width: 640px) {
        font-size: 12px !important;
        };
    }
    
    .t-store__card__imgwrapper {
        @media screen and (max-width: 640px) {
        height: 90px !important;
        };
    }
    .t-store__prod__quantity {
        @media screen and (max-width: 640px) {
        padding: 0px 10px;
        };
    }
        .t-store__prod__quantity input[type=number] {
        @media screen and (max-width: 640px) {
        font-size: 12px;    
        }

    }

    .t706__cartpage-form .t-input-group[data-input-lid="1609698152538"] {
    background-color: #faf8e3;
    border-radius: 25px;
    padding: 25px;
}
    
