body {
    font-family: "Roboto", "sans-serif";
}

.loading__spinner {
    color: #E9BB00;
}

.site-header__logo img {
    height: 80px;
}

.footer-contacts__text img {
    height: 80px;
}

.site-header__cart {
    margin-top: 24px;
}

.site-header__cart i {
    color: #909090;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #1b1e53;
    color: #fff;
}

.nav-panel {
    background: #1b1e53;
    color: #FFF;
}

.site-newsletter {
    background: #1b1e53;
    color: #FFFFFF;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #1b1e53;
}

.nav-links__item-body i {
    display: none;
}

.block-products-carousel__column .product-card__name {
    min-height: 55px;
}

.block-products-carousel__column .product-card__prices {
    min-height: 50px;
    margin-bottom: 10px;
}

.block-products-carousel__column .product-card__buttons {
    margin-top: 0px;
}

.product-card__prices {
    min-height: 15px;
}

.product-card__price {
    color: #1b1e53;
}

.product-card__new-price {
    color: #1b1e53;
}

.product__price {
    color: #1b1e53;
}

.product__new-price {
    color: #1b1e53;
}

.top-button {
    color: #E9BB00;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #1b1e53;
        color: #FFF;
    }

}

.page-header__back i {
    color: #E9BB00;
}

.input-check__input:checked ~ .input-check__box {
    background: #1b1e53;
}

.block-slideshow .owl-carousel .owl-dot {
    background: #1b1e53;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #E9BB00;
}

.nav-links__item-link {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
}

.nav-links__item {
    margin-left: 0px;
}

.megamenu__links--level--1 > .megamenu__item > a {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .nav-links__item-link {
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
    }

    .megamenu__links--level--1 > .megamenu__item > a {
        font-size: 13px;
        white-space: nowrap;
        font-weight: 500;
    }

}

.block-header__arrow {
    background: transparent;
    color: #1b1e53;
}

.block-header__arrow:hover {
    background: #f7f7f7;
    color: #1b1e53;
}

.block-header__arrow:active {
    background: transparent;
    color: #1b1e53;
}

.block-header__arrow:focus {
    background: #f7f7f7;
    color: #1b1e53;
}

.filter__arrow {
    color: #1b1e53;
}

.page-header__title {
    color: #1b1e53;
}

.product-tabs__title, .block-header__title {
    color: #1b1e53;
}

.title-checkout, .footer-links__title {
    color: #1b1e53;
}

.footer-contacts__title, .service-bar__title:hover {
    color: #1b1e53;
}

.footer-newsletter__title {
    color: #1b1e53;
}

.footer-apps__title {
    color: #1b1e53;
}

.card-body h3 {
    color: #1b1e53;
}

.product__name {
    color: #1b1e53;
}

.megamenu {
    background: #1b1e53;
    color: #FFF;
}

.megamenu__links--level--1 > .megamenu__item > a {
    font-size: 15px;
    white-space: nowrap;
    padding-right: 20px;
    color: #FFF;
}

.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;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 0px;
    height: 46px;
}

.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.site-header__menu {
    height: 10px;
}

.site-header__phone-number {
    color: #1b1e53;
    margin-bottom: 5px;
}

.service-bar {
    margin-top: 15px;
    margin-bottom: -15px;
    background: #ffc107;
    min-height: 60px;
    padding: 10px;
    z-index: 99;
}