.menu li a:hover,
a:hover,
.item-product__title:hover,
.category-list ul li:hover>a,
.modal .modal-row a,
.modal-bottom-links a,
.button:hover,
.row-link-right a,
.add-favorite,
.aside-seller .add-seller-favorites,
.dropdown-item:hover,
.aside-menu li a.active,
.general-information-cart__button .button-white,
.general-information-cart-red .general-information-cart__button .button-white,
.link,
.btn-primary:hover,
.modal-add-done .link-show,
.content-basket .link-group a 
 {
    color: #174b57;
}

.menu li a.active {
    color: #174b57!important;
    border-bottom: 1px solid #174b57;
}

.form-button,
.category-list__top_panel_main_page,
.slick-dots li.slick-active button,
.block-acts__item:hover a,
.btn-quick-look {
    background: #174b57;
    background-color: #174b57;
}

.slick-prev, 
.slick-next,
.slick-prev:hover, 
.slick-next:hover {
    background-color: #174b57;
}

.header-cart.acitve .cart-amount,
.all-products-seller,
.btn-primary
 {
    background: #174b57;
    border: 2px solid #174b57;
}

.button {
    background: #174b57;
    border: 2px solid #174b57;
}

.btn-quick-look,
.general-information__col-img,
.btn-primary:hover,
.nav-link .provider_goods_amount {
    border: 2px solid #174b57;
}

.block-acts__item:hover a {
    color: #fff;
}

.category-list > ul > li:hover a:after {
    border-left: 7px solid #174b57;
}

.nav-tabs .nav-link.active {
    color: #174b57;
    border-bottom: 1px solid #174b57;
}

.general-information-cart-red .general-information-cart__button .button-white:hover,
.general-information-cart__button .button-white:hover,
.nav-link .provider_goods_amount {
    background: #174b57;
}

.yellow2-panel,
.table-seller__row:nth-child(odd),
.list-user-info__header {
    background: #ccc;
}

.general-information-cart {
    background: #174b57 url(../img/svg/shopping-cart-white.svg) no-repeat 125% center;
    background-size: 110px;
}

.orange-list {
    background: hsla(0, 0%, 100%, 1);
}

.product-property-buttons li.active {
    border: 2px solid #174b57!important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #174b57;
    background-color: #174b57;
}

.footer-social a span {
    background: #fff;
}

.block-list .listing-wrap .block-slider__wrap .item-product {
    width: 251px;
}

@media screen and (max-width: 767px) {
    .header-nav .link-all-category {
        width: 100%;
        text-align: center;
        float: right;
        background: #174b57 url(../img/svg/list.svg) no-repeat 12px 13px;
        background-size: 20px;
        color: #fff;
    }
    
    .block-list .listing-wrap .block-slider__wrap .item-product {
        width: 170px;
    }
}