/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

button.btn.btn-primary.add-to-cart {
    background-color: #144978;
}
.current-price {
    color: #144978;
    font-size: 40px;
}
a.nav-link.active {
    color: #144978 !important;
    border-bottom: 3px solid #144978 !important;
}
a.btn.btn-primary {
    background-color: #144978;
}
.blockcart.cart-preview.active {
    background: #144978 !important;
}

div#_desktop_top_menu {
    display: none !important;
}
