.minicart-outer-wrapper .block-subtitle{
    text-align:center;
    font-size: 22px!important;
    margin: 40px 0 40px 0;

}

.minicart-dropdown-wrapper {
    padding:0 15px;
    color: #808080;
}

.minicart-dropdown{
    display:inline-block;
    width:100%;
}
.minicart-dropdown .icon{
    padding:0;
}

.minicart-dropdown .icon-description{
    padding:0 0 0 14px;
}

.icon .fa{
    color:#e1831e;
}

.horizontal-line{
    width: 100%;
    color: #c5c5c5;
    background-color:#c5c5c5;
}

.delivery-info {
    text-align:center;
}

.delivery-info span{
    color: #808080!important;
    border-bottom: thin solid #e1831e;
    font-weight: normal!important;
}
.header-regular .right-column .dropdown .dropdown-content{
    border-right: thin solid #e5e5e5;
    border-bottom: thin solid #e5e5e5;
    border-left: thin solid #e5e5e5;
}

.minicart-checkout-button{
    text-align:center;
}

.minicart-checkout-button .button.btn-inline{
    margin-top:20px;
}

.minicart-checkout-button .button{
    background-color:#e1831e!important;
    color: #fff;
}
.minicart-checkout-button .button span{
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px;
}

#mini-cart{
    cursor: pointer;
}

#mini-cart-overlay{
    z-index: 499;
    position: relative;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display: block!important;
}

@media screen and (min-width: 768px)
{
    .header-primary-container .mini-cart {
        background-color: #F3F1EE;
        min-height: 40px;
        max-width: 400px!important;
        width: 100%!important;
    }
    .horizontal-line{
        width:128%;
        margin-left:-40px;
    }
}