/* base CSS */
.store-header-menu a {
    color:#ffffff!important;
}
        
.store-header-menu {
    background-color:#3e4147!important;
}        
.store-main-color { 
    background-color:#3e4147!important;
}

.page-item.active .page-link {
    background-color:#3e4147!important;
    border-color:#3e4147;
}

.product-list-picture-height {
    height: 100px;
}

.btn-primary:hover {
    background-color: #3e4147!important;
    opacity: 0.5;
}

.btn-primary, .btn-secondary, .btn-primary:visited{
    background-color: #3e4147;
    border-color:#3e4147;
}

.modal-header { 
    background : linear-gradient(#3e4147, #3e4147 80%, #eee 100%, #3e4147 10%);
}

.side-box .title {
    background :linear-gradient(to bottom right, #c6c6c8, #ffffff)!important;
}
/* CUSTOM CSS */
.header-logo{
padding-top:4px;
padding-left:20px;
}
