ol#mini-cart .product-item-details .product-item-actions {
    display: none;
}

div#minicart-content-wrapper .block-title {
    font-size: 16px;
    color: #252525 !important;
    font-weight: 400 !important;
}

div#minicart-content-wrapper .block-title span.items-total {
    color: #DB0D0D !important;
}

div#minicart-content-wrapper strong.product-item-name {
    font-size: 12px;
}

div#minicart-content-wrapper .col-xs-14.product-info {
    width: 70%;
}

div#minicart-content-wrapper .block-minicart .cart-total {
    background: none !important;
}

div#minicart-content-wrapper .block-minicart .cart-total .subtotal span.label span {
    font-size: 12px;
    text-transform: capitalize;
    color: black;
}

#minicart-content-wrapper .cart-total .subtotal .price-container span.price {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #DB0D0D !important;
}

.block-minicart .cart-total .actions .layout-column .button,
.block-minicart .cart-total .actions .layout-column button {
    height: 48px !important;
    font-size: 14px;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none!important;
}


/* scrollbar design */
.minicart-items-wrapper.nice-scroll::-webkit-scrollbar {
    width: 5px;
}

.minicart-items-wrapper.nice-scroll::-webkit-scrollbar-thumb {
    color: #DB0D0D;
    border: 2px;
}