
/* Manage minicart height and auto scroll*/

.minicart-items-wrapper {
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px;
    height: auto !important;
    max-height: 320px !important;
}

.catalog-product-view .box-tocart .div.qty {
    border: 1px solid #e6e6e6;
    background: white;
    margin: 0;
    width: 110px;
    position: relative;
    float: left;
    display: inline-block;
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
}