@media only screen and (max-width: 380px) { 
    .small-res-br{display: block;}
}

@media only screen and (max-width: 738px) { 
    #quantityScrollerWrapper{display:none}

}

@media only screen and (max-width: 46.125em) { 
    body{padding: 0}

    #mobile-list-container{background: #fff;}

    .mobile-qty-list{
        position: absolute;
        top: 0;
        left:0;
        z-index: 30;
        width: 100%;
        height:100%;
        background: #fff;
    }

    .back-to-product{
        padding-top:10px;
        padding-bottom:10px;
        text-align: left;
        background: #fff
    }
    .back-to-product a{text-decoration: none;}

    #quantityScrollerWrapper{                     
        position: absolute;
        top: 0;
        left:0;
        height: auto;
        width:100%;
        z-index:100;
        border: none;
        border-top: 1px solid #ccc;
    }

    #quantityScrollerWrapper input[type=radio]{
        display:none
    }
    .cust-quantity-scroller-label{padding: 0}

    .material-scroller-label, .quantity-scroller-label, .customQty{padding: 20px; }

    .rtaBox{padding: 20px 0 0 0}
    .rtaBox.alert{padding: 0 20px 20px 20px}
    .scrollerPrice{top:20px;}

    #quantityScrollerWrapper .rowText{float: none; width: auto;}
    .button-div{margin-left: 0}

    .agree-to-custom-item-terms{border:none; padding-left: 0}

    #rta_material_mobile, #rta_customqty_mobile{float: left; padding-top:20px; margin-bottom: 1rem}
}