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

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

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

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

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

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

.side-box .title {
    background :linear-gradient(to bottom right, #b4d5cc, #ffffff)!important;
}
/* CUSTOM CSS */
.header-logo img {
   height: 110px;
}
