.navbar-default {
    background-color: #f5f5f5;
    border-color: transparent;
}
.top-bar-links i {
    font-size: 2rem;
}
.top-bar-social .navbar-social i {
    font-size: 3rem;
}
img#logo {
    max-height: 130px;
}
input#mainsearch {
    border-color: #0071bc;
}
.header-search .searchform .btn, #search .searchform .btn {
    background: #0071bc;
    border: 1px solid #0071bc !important;
}
.homecarousel {
    margin-top: 0;
}
.featured-title {
    background: #5dad42;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
}
.h1, h1, .thumbnail .caption, #home-featured-products-section h3, .product-caption a, .product-box .grid-view-buttons .price-block, .grouped-category-box .grouped-cat-price-label, .pdetails .price, a {
    color: #0071bc;
}
span.discounttext {
    background-color: #5dad42;
}
footer {
    background: #0071bc;
}
.splide__pagination__page {
    background: #5dad42;
}
.splide__pagination__page.is-active, #splide-slideshow .splide__pagination__page.is-active {
    background: #0071bc !important;
}
.main-heading {
    color: #0071bc;
    font-weight: 600;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #0071bc;
    border-color: #0071bc;
}
#leftsidebar .panel-default > .panel-heading a:hover {
    background-color: #5dad42;
}
#leftsidebar .panel-title .collapsed::after, #leftsidebar .panel-title a::after {
    color: #fff;
}
.cat-caption h2, .grouped-cat-caption h2, .product-caption h2 {
    color: #0071bc;
}
.btn-primary {
    background-color: #0071bc;
    border-color: #0071bc;
}

/* megamenu */
.menu-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
}
.menu-tile-img {
    height: 70px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-tile-img img {
    display: block;
}
.menu-tile-title {
    line-height: 1.2;
    min-height: 2.5em;
    display: block;
}
/* end megamenu */

@media (min-width: 992px) {
    .top-bar-wrapper {
        height: 40px;
    }
    .navbar {
        min-height: 40px;
    }
    header {
        margin-top: 50px;
    }
    .yamm .level1>a {
        padding: 5px 15px;
    }
    .navbar .level1 {
        vertical-align: top;
    }
    .header-links-cart, .header-phone .fas {
        font-size: 22px;
    }
    .navbar-header a, a.header-basket-link {
        color: #0071bc;
    }
    a.phone-pop {
        color: #5dad42;
    }
    .menu-container {
        margin-top: 10px;
        background-color: #f5f5f5;
    }
    .yamm {
        margin-top: 0;
    }
    .yamm .level1>a {
        font-weight: bold;
        color: #5dad42;
    }
    .yamm .nav-heading a {
        color: #0071bc;
    }
}
@media (max-width: 991px) {
    .navbar-header a {
        color: #0071bc;
    }
    .container {
        width: 100%;
    }
    span.badge.basket-head-total {
        background: #5dad42;
    }
    .drilldown li {
        border-bottom: 1px solid #013f69;
        background: #0071bc;
    }
    .drilldown a, .drilldown a.navback {
        color: #fff;
    }
    .drilldown .navback {
        background: #5dad42;
    }
}
/* Large Desktop (Extra Large) */
@media (min-width: 1200px) {

}
/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

}
/* Small Tablet & Large Phone */
@media (min-width: 480px) and (max-width: 767px) {

}
/* Phone */
@media (max-width: 479px) {

}
/* Google Page Speed CLS - Desktop */
@media screen and (min-width: 1340px) and (max-width: 1350px) {

}
/* Google Page Speed CLS - Mobile */
@media screen and (min-width: 412px) and (max-width: 420px) {

}