.equip__pic img {
	max-height: 150px;
}

.pop__block img {
	max-height: 150px;
}

.mob_banner {
    display: none;
}

.cat__content .cat__items {
	max-width: 100%;
    width: 100%;
}

.item .swiper2 .swiper-slide {
    cursor: pointer;
}

.news-list {
    display: grid;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.header__box .header__content {
    height: 120px;
}

.news-list .news-list-item {
    width: 100%;
    /*margin-bottom: 60px;*/
    text-align: start;

    display: flex;
    flex-direction: column;
}

.news-list .news-list-item .news__link {
    margin-top: auto;
    display: block;
}

.card__table-table table {
    margin-bottom: 20px;
}

.bread span {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 26px;
}

.search-page form {
    display: none;
}

.favor.active {
    background-color: #f1b306;
}

.card__links .favor.active {
    background: transparent;
}

.equip__sub {
    display: none;
}

.equip__item .equip__text {
    display: none;
}

.product-item-scu-item-color-container, .product-item-scu-item-text-container {
    padding: 0 !important;
}

.product-item-scu-item-text-block:hover, .product-item-scu-item-color-block:hover, .product-item-scu-item-text-container.selected .product-item-scu-item-text-block, .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    background: #f1b306 !important;
    outline: none !important;
    min-width: 120px !important;
}

.product-item-scu-item-text-block {
    outline: none !important;
    background-color: #ebebeb;
    border-radius: 5px;
/*    width: 46px;*/
    height: 35px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.product-item-scu-item-text {
    width: 120px;
    height: auto !important;
    border-radius: 5px;
    color: #20252d !important;
    font-size: 14px !important;
}

.product-item-scu-item-text-container {
    min-width: 120px !important;
}

.product-item-detail-info-container {
    margin-bottom: 24px;
}

.bx_filter_block_expanded {
        max-height: 280px;
    overflow-y: scroll;
}

.bread a span:hover {
    color: #f1b306;
}

.mobile_filter_button {
    background: #f1b306 !important;
}

.pop__item .pop__name a {
    color: #20252d;
}

.card__slider .slick-slide .slider-nav__item img {
    margin: 0 auto;
    width: 65%;
}

.card__slider .slick-slide img {
    max-width: 100%;
    max-height: 400px;
}

/* cart page css */
.cart_page {
    padding: 33px 0 72px;
}

.bx-nav-2-lvl-link {
    color: #f1b306;
}

.cart_page h1 {
    text-align: center;
    margin-bottom: 35px;
}

.basket-item-scu-item.selected {
    background-color: #f1b306;
    color: #fff;
    border: 1px solid #f1b306;
}

.basket-items-list-wrapper, .basket-items-list-wrapper-compact {
    border: 0 !important;
}

.cart_page .form-control {
    border: 2px solid #f3f3f3;
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
}

.basket-coupon-block-coupon-btn {
    top: 34% !important;
    right: 18px !important;
    border-right: 2px solid #f1b306 !important;
    border-bottom: 2px solid #f1b306 !important;
}

.cart_page .icon-warning {
    display: none !important;
}
/* cart page css */

/* checkout page css */



/* checkout page css */

.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
    height: 50px !important;
}

.bx-sls .dropdown-icon {
    height: 30px !important;
}

.bx-soa-more-btn {
    display: flex;
}

.btn-outline-secondary {
    margin-right: 10px;
}

.bx-soa-coupon-input input[type=text].form-control {
    height: 35px !important;
    margin-top: 15px;
}

.bx-soa-coupon-input:after {
    top: 48% !important;
    border-right: 2px solid #f1b306 !important;
    border-bottom: 2px solid #f1b306 !important;
}

#bx-soa-orderSave .btn-primary {
    text-align: center;
    padding-top: 14px;
}

#bx-soa-orderSave .checkbox {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bx-soa-section-title-container {
    background: #fff2ce !important;
}

.bx-soa-section.bx-selected {
    border: 1px solid #e3e3e3 !important;
}

/* checkout page css */

/* cabinet page css */

.cabinet_page {
    padding: 33px 0 72px;
}

.cabinet_page h1 {
    text-align: center;
    margin-bottom: 35px;
}

.cabinet_page .sale-personal-section-index-block {
    background-color: #f1b306 !important;
}

.cabinet_page .form-control {
    border: 2px solid #f3f3f3;
    height: 35px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
}

.bx-authform-social {
    display: none;
}
/* cabinet page css */

.news_detail_text {
    line-height: 24px;
    text-align: left;
}

.news_detail_text p {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .news-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 567px) {

    .mob_banner {
        display: block;
    }
    .pc_banner {
        display: none !important;
    }
/*    .header .swiper1 .swiper-slide {
        padding: 38px 0 185px !important;
    }*/
    .news-list {
        display: block;
    }

    .news-list-item .news__text {
        width: 100%;
    }

    .news-list .news-list-item {
        width: 100%;
        margin-bottom: 40px;
    }
}