/* Header */

.icon-shopping-bag{
    display:none!important;
}

.header-cart-title{
    border:1px solid #2f2f31;
    border-radius:30px;
    padding:8px 22px!important;
    transition:.2s;
}

.header-cart-title:hover{
    background:#6f4e39!important;
    border-color:#6f4e39!important;
    color:#fff!important;
}

.social-icons.follow-icons .button{
    color:#2f2f31!important;
    border-color:#2f2f31!important;
}

#header .social-icons.follow-icons .button:hover{
    background:#808080!important;
    border-color:#808080!important;
    color:#fff!important;
    opacity:1!important;
}

#header .social-icons.follow-icons .button:hover i{
    color:#fff!important;
    opacity:1!important;
}