
/* Header  */

.header-links-wrapper {
    margin-top: 20px;
    margin-right: 130px;
    width: 25%;
}

.header-lower {
    width: 100%;
}

.header-logo a img {
    max-height: 100px;
}

.header-logo {
    width: 25%;
    margin-left: 125px;
}

.header-lower .search-box {
    margin-top: 20px;
    width: 35%;
}

.header-menu {
    background-color: #286090;
}

.header-menu > ul > li > a {
    color: white;
}

.header-menu > ul > li:hover > a {
    color:#2996C6;
}

/* Extra Hover */

/* Customisation to the theme that is not covered by the colour selection */

.category-navigation-title,
.category-navigation-title:before {
    color: white;
}

.category-navigation-list-wrapper:hover .category-navigation-title,
.category-navigation-list-wrapper:hover .category-navigation-title:before {
    color: #2996C6;
}

.search-box .search-box-button:hover,
.newsletter-email .newsletter-subscribe-button:hover {
    background-color: #2996C6 !important;
}

.item-box .buttons .button-2 {
    background-color: #286090;
    color: white;
}


.item-box .buttons .button-2:hover,
.overview .add-to-cart-button:hover,
.write-review .title strong:hover,
.button-1:hover {
    background-color: #2996C6 !important;
}

.social-sharing .rss {
    display: none;
} 

.social-sharing .instagram:before {
    content: "\75";
}

.shopping-cart-page .common-buttons button:hover,
.shopping-cart-page .common-buttons button:before,
.overview .add-to-wishlist button:hover,
.overview .add-to-wishlist button:hover:before {
    color: #1f4b70;
}


/*Footer*/

.footer {
    background-color: #01507d;
}

.footer a{
    color: white;
}

.footer .title{
    color:white;
}

.footer .newsletter .title {
    color: white;
}

.footer-lower {
    background-color: #2994c4;
    
}

.footer-lower > div {
    color: white;
}

.footer-block{
    color: white;
}


.footer-block .title{
    color: white;
}

.footer-block .list{
    color: white;
}

.footer-block a{
    color: white;
}