@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #4d4d4f;
    padding-top: 0px!important;
}

.color1{color:#4d4d4f }

h4{font-size: 16px}

.header-bar{    
    background-color: #FFF !important;  
    position: static;
}

.header-menu{
    background: #231f20;    
}

.input-search{
    border: 1px solid #ccc;
    border-width: 1px 0px 1px 1px;
}

.navbar-inverse {    
    background-color: #231f20 !important;
    border-color: #231f20 !important;
}

.navbar-header {
    background-color: #FFF;
    margin-left: -15px;
    margin-right: -15px;
}

.nav-link-custom {    
    color: #FFF !important;
    width: 96px;
    font-size: 10px;
    height: 112px;        
    padding: 10px 5px!important;
    line-height: 15px!important;    
}
.nav-link-vertical-align{ 
    height: 71px;  
    width: 96px;
    display: table-cell!important;
    vertical-align: middle!important;    
}

.offcanvas-toggle{
    /* border-color: #231f20 !important; */
    padding: 0;
    margin-right: 0px !important;
}

.offcanvas-toggle .icon-bar {
    background: #231f20 !important;
    color:#000;
}

.card--product__name{font-weight: inherit;}
.card--product__link {
    color: #4d4d4f;  
}
.newletter {background-color: #231f20; color:#FFF;}
.newletter i {color:#FFF; margin-right: 15px;}
.newletter h4 {font-weight: 700!important; font-size: 22px; margin-right: 15px }
.newletter input {margin: 13px 5px 13px 0px}
    
.footer {background-color: #e6e7e8;}
.footer-col__title{color:#696969;font-weight: 700;text-transform: uppercase;}
.footer__link{color:#000; font-size: 13px}
.footer__link:hover{color:#696969;}

.btn-buy{
    background-color: #F37A21 !important;
}

.btn-cart{
    background-color: #F37A21 !important;
}

.list-group-item-custom.disabled{
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

.list-group-item-custom.active{
    background-color: #F37A21;
    border-color: #F37A21;
}

.list-group-item-custom.active:hover{
    background-color: #A75416;
    border-color: #A75416;
}

.btn-custom{
    background-color:#E46C0A;  
    color:#fff;
}

.well-inverse{
    background-color:#231f20!important;  
}

.well-filters{
    margin-top: 20px;
    margin-bottom: 0px;
}