body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #20376c;
}

.site-header__logo img {
    height: 70px;
}

.site-header__cart i {
    color: #999;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #20376c;
    color: #fff;
}

.footer-contacts__text img {
    height: 70px;
}

.footer-apps__text img {
    width: 120px;
}

.nav-panel {
    background: #20376c;
    color: #FFF;
}

.site-newsletter {
    background: #20376c;
    color: #FFFFFF;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #20376c;
}

.block-products-carousel__column .product-card__name {
    min-height: 55px;
}

.block-products-carousel__column .product-card__prices {
    min-height: 52px;
    margin-bottom: 10px;
}

.block-products-carousel__column .product-card__buttons {
    margin-top: 0px;
}

.product-card__prices {
    min-height: 52px;
}

.product-card__price {
    color: #20376c;
}

.product-card__new-price {
    color: #20376c;
}

.product__price {
    color: #20376c;
}

.product__new-price {
    color: #20376c;
}

.top-button {
    color: #20376c;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #20376c;
        color: #FFF;
    }

}

.page-header__back i {
    color: #20376c;
}

.input-check__input:checked ~ .input-check__box {
    background: #20376c;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #999;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #20376c;
}

.block-header__arrow {
    background: transparent;
    color: #20376c;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #999;
}

.block-header__arrow:active {
    background: transparent;
    color: #20376c;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #20376c;
}

.filter__arrow {
    color: #20376c;
}

.title-checkout, .footer-links__title {
    color: #20376c;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #20376c;
}

.footer-newsletter__title {
    color: #20376c;
}

.footer-payment__title {
    color: #20376c;
}

.footer-seals__title {
    color: #20376c;
}

.footer-apps__title {
    color: #20376c;
}

.megamenu__links--level--1 .megamenu__item a {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 15px;
}

.footer-seals__text img {
    width: 50%!important;
}

.block-header__title {
    color: #20376c;
}

.page-header__title {
    color: #20376c;
}

.product__name {
    color: #20376c;
}

.container__products-carousel-grid {
    margin-top: 30px;
}

.product-tabs__item {
    color: #20376c;
}

.product-tabs__item:hover {
    color: #20376c;
}

.product-tabs__item--active {
    border-bottom-color: #20376c;
}

.block-products-carousel[data-layout=grid-5] .product-card .product-card__actions {
    padding: 15px 15px 15px;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 0px;
    height: 46px;
}

.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-links__item-link {
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
    }

}

@media (min-width: 1200px) {
    .nav-links__item-link {
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }

}

.nav-links__item--has-submenu .nav-links__item-body {
    padding-right: 15px!important;
}

/*.nav-links__item-body .fa-chevron-down {
 display: none;
 }

*/ .megamenu__links--level--1 > .megamenu__item > a {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #20376c;
}

.megamenu__links--level--1 > .megamenu__item > a:active {
    color: #20376c;
}

.megamenu__links--level--1 > .megamenu__item > a:focus {
    color: #20376c;
}

.nav-links__item {
    margin-left: 2px;
    margin-right: 2px;
}

.topbar-message {
    background: #606061;
    color: #FFF;
    min-height: 40px;
    padding: 10px;
}

.topbar-message .fa-shipping-fast {
    font-size: 20px;
}

.topbar-app {
    background: #e1e1e1;
    color: #FFF;
    min-height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.topbar-app img {
    background: #FFF;
    padding: 7px;
    box-shadow: 1px 1px 3px #606061;
    -webkit-box-shadow: 1px 1px 3px #606061;
    -moz-box-shadow: 1px 1px 3px #606061;
    border-radius: 10px;
    height: 48px;
}

.topbar-app .btn {
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #606061;
    -webkit-box-shadow: 1px 1px 3px #606061;
    -moz-box-shadow: 1px 1px 3px #606061;
}

@media (max-width: 767px) {
    .block-banner__body {
        display: none;
    }

}