/**
 * CustomSUMO_CustomCatalog
 **/
.custom-box-tocart .field.qty .label {
    display: none;
}
.custom-box-tocart .fieldset{
    display: flex;
    justify-content: start;
}
/*.custom-box-tocart .box-tocart {*/
/*    display: flex;*/
/*}*/
.custom-box-tocart .field.qty {
    width: 18%;
}
.custom-box-tocart .field.qty .input-text.qty{
    text-align: center;
    padding: 0;
}
.custom-box-tocart .actions {
    width: 82%;
}
.custom-box-tocart .actions button{
    width: 100%;
}
.custom-box-tocart .field.qty .control, .custom-box-tocart .field.qty input{
    height: 40px;
}
@media only screen and (min-width: 481px) {
    .custom-box-tocart .field.qty .control, .custom-box-tocart .field.qty input{
        height: 52px;
    }
}
#qty-error{
    white-space: nowrap;
}
