
/* Manage minicart height and auto scroll*/
.actions{
    height: 30px;
    margin-top: 0;
}
.block-minicart .block-content > .actions{
    margin-top: 0;  
}
.viewcart>span,li.product-item .product-image-container {
    width: 100% !important;
}
.block-minicart .subtitle {
   
}
.minicart-items-wrapper {
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px;
    height:205px !important;
    margin-top: 30px;
}
.minicart-items .product-item-details .details-qty{
    height: 30px;
    border: 1px solid #000000;
    box-sizing: border-box;
    display: inline-block;
}

.minicart-items .update-cart-item {
    vertical-align: top;
    border-radius: 0;
    background: #fff;
    border: none;
    color: #191818;
    height: 25px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 10px;
}
.minicart-items .item-qty {
    height: 25px;
    border-radius: 0;
    color: #191818;
    padding: 2px;
    margin: 0 5px 0 0;
    width: 30px;
    border:none;
    text-align: center;
}
.minicart-items .product-item-details .price{
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin:5px 0;
}

.page-header .header-main .product-item-name a {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
