.header {
    box-shadow: none;
}

/* breadcrumbs new */

.breadcrumbs__new {
    padding: 8px 0 9px;
}
.global_breadcrumbs__new{
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
.marker__none{
    list-style-type: none;
}
.breadcrumbs__link{
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #212529;
}
.marker__none>a:hover{
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.arrow-bcs {
    width: 7px;
    margin: 0 9px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: normal;
}

@media (max-width: 768px) {
    .choose__car .choose__car-btn {
        flex: 0 0 33%;
    }
    .breadcrumbs__new {
        overflow-x: auto;
        white-space: nowrap;
    }
}

/*breadcrumbs new END*/

button:active,
button:focus {
    outline: none;
}

.accessories__title {
    color: #282830;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 30px 0 35px;
}

.accessories__search__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.accessories__search__text {
    color: #282830;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accessories__search__container {
    position: relative;
    width: 100%;
    max-width: 575px;
}

.accessories__search__input {
    width: 100%;
    border-radius: 100px;
    background: #EFF0F0;
    height: 30px;
    padding: 5px 60px 5px 10px;
    border: none;
    color: #9C9C9C;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

.accessories__search-icon {
    position: absolute;
    right: 25px;
    top: -1px;
    background-color: transparent;
    border: none;
}

/*.accessories__search__container {*/
/*    display: none;*/
/*}*/

.catalog__no_search__message {
    padding: 20px;
    text-align: center;
    color: #282830;
    background-color: #eff0f0;
}

/* header slider*/
.section__accessories__slider {
    margin-bottom: 45px;
}

.accessories__slider__box {
    width: 100%;
    max-width: 96px;
    height: 110px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 7px;
    text-align: center;
    margin: 0 4px;
    transition: all ease .5s;
}

.accessories__slider__box:hover {
    border: 1px solid #F02;
}

.accessories__slider__box.active {
    border: 1px solid #F02;
}

.accessories__slider__img {
    width: 100%;
    height: 57px;
    object-fit: contain;
    margin: 0 auto;
}

.accessories__slider__name {
    color: #282830;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
    height: 30px;
    overflow: hidden;
}

.slick-active {
    opacity: 100%;
}

.acces-slick-arrows {
    width: 30px;
    height: 30px;
}

.acces-slick-arrows:hover {
    opacity: 75%;
}

.acces-slick-arrows.slick-prev.slick-arrow.slick-disabled,
.acces-slick-arrows.slick-next.slick-arrow.slick-disabled {
    display: none !important;
}

.acces-slick-arrows.slick-prev {
    left: -35px;
}

.acces-slick-arrows.slick-next {
    right: -35px;
}

.slick-track {
    margin: 0;
}

/* END header slider*/


/* Pagination */
.catalog_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination_arrow {
    padding: 10px;
}

.catalog_page {
    margin: 0 4px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 43px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #828282;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 8px 0;
    user-select: none;
}

.catalog_page.active,
.catalog_page:hover {
    text-decoration: none;
    background: #E40C25;
    color: #fff !important;
    border: 1px solid #E40C25;
    cursor: pointer;
}

.catalog_page.active {
    cursor: default;
}

/* END Pagination */

/*sort*/

.section__accessories__catalog__wrapper {
    display: grid;
    grid-template-columns: 275px 1fr;
    column-gap: 45px;
    row-gap: 10px;
    align-items: start;
    margin-bottom: 25px;
}

.accessories__select__item__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
    padding: 10px 0;
}

.select__item__info {
    color: #181716;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.select__item__wrapper {
    width: 55%;
    display: flex;
    align-items: center;
    row-gap: 10px;
    column-gap: 20px;
    flex-wrap: wrap;
}

.select__item {
    border-radius: 100px;
    background: #EFF0F0;
    text-align: center;
    padding: 6px 15px 8px 16px;
    user-select: none;
}

.select__item>span {
    color: #282830;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.select__item>button {
    border: none;
    background-color: transparent;
    padding: 0 0 0 10px;
}

.accessories__select__name {
    color: #181716;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-right: 20px;
}

.accessories__select__sort {
    background-color: transparent;
    border: none;
    color: #F02;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.accessories__select__sort>option {
    color: #0A0A0A;
}

/*-----------*/

.catalog__filter__input[type="radio"],
.catalog__filter__input[type="checkbox"] {
    display: none;
}

.catalog__filter__input[type="radio"]+label,
.catalog__filter__input[type="checkbox"]+label {
    vertical-align: middle;
    color: #282830;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
}

.catalog__filter__input[type="radio"]+label::before,
.catalog__filter__input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #C5C6C6;
    border-radius: 2px;
    margin-bottom: 4px;
}

.catalog__filter__input[type="radio"]+label::before {
    border-radius: 50%;
}

.catalog__filter__input[type="radio"]:checked+label::before,
.catalog__filter__input[type="checkbox"]:checked+label::before {
    background: #FF0022;
    box-shadow: 0 0 0 1px #FF0022;
}

.catalog__filter__input[type="radio"]:checked+label,
.catalog__filter__input[type="checkbox"]:checked+label {
    color: #FF0022;
}

/*END sort*/

/*filter*/

.accessories__catalog__name {
    color: #282830;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.accessories__catalog__prev {
    background-color: transparent;
    border: none;
    color: #D9D9D9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
}

.accessories__catalog__prev>span {
    text-transform: uppercase;
}

.accessories__catalog__prev>svg {
    fill: #D9D9D9;
    margin-right: 10px;
}

.accessories__catalog__prev:hover,
.accessories__catalog__prev:hover>svg {
    color: #E40C25;
    fill: #E40C25;
}

.filter__header__box {
    margin-bottom: 20px;
}

.filter__header-item {
    color: #282830;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.filter__header-item:hover {
    text-decoration: underline;
}

.filter__header-item:last-of-type {
    margin-bottom: 0;
}

.catalog__filter__input__container {
    margin-bottom: 20px;
}

.catalog__filter__input__box {
    margin-bottom: 8px;
}

.filters__btn__apply {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
    row-gap: 5px;
    margin-top: 15px;
    background: #fff;
    position: sticky;
    bottom: 0;
    z-index: 4;
    padding-bottom: 10px;
}

/*END filter*/

/*card*/

.accessories__catalog__card {
    width: 100%;
    height: 355px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.06);
    padding: 10px;
    text-align: right;
}

.catalog__card__img__box {
    position: relative;
}

.accessories__catalog__main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 25px;
}

.catalog__card__img {
    width: 100%;
    height: 130px;

    margin-bottom: 10px;
    border-radius: 2px;
    display: block;
}

.catalog__card__img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog__card__name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    height: 42px;
    overflow: hidden;
}

.catalog__price__card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    height: 24px;
}

.catalog__price__card:last-of-type {
    margin-bottom: 0;
}

.catalog__price__name {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.accessories__star__rating {
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    top: 10px;
    left: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMDQ4OTQgMC45MjcwNTJDOS4zNDgzIDAuMDA1NzQxMTIgMTAuNjUxNyAwLjAwNTczOTkzIDEwLjk1MTEgMC45MjcwNTFMMTIuNDY5NyA1LjYwMDgxQzEyLjYwMzUgNi4wMTI4NCAxMi45ODc1IDYuMjkxOCAxMy40MjA3IDYuMjkxOEgxOC4zMzVDMTkuMzAzNyA2LjI5MTggMTkuNzA2NSA3LjUzMTQxIDE4LjkyMjggOC4xMDA4MUwxNC45NDcgMTAuOTg5NEMxNC41OTY2IDExLjI0NCAxNC40NDk5IDExLjY5NTQgMTQuNTgzOCAxMi4xMDc0TDE2LjEwMjQgMTYuNzgxMkMxNi40MDE3IDE3LjcwMjUgMTUuMzQ3MiAxOC40Njg2IDE0LjU2MzUgMTcuODk5MkwxMC41ODc4IDE1LjAxMDZDMTAuMjM3MyAxNC43NTYgOS43NjI3IDE0Ljc1NiA5LjQxMjIxIDE1LjAxMDZMNS40MzY0OCAxNy44OTkyQzQuNjUyNzYgMTguNDY4NiAzLjU5ODI4IDE3LjcwMjUgMy44OTc2MyAxNi43ODEyTDUuNDE2MjMgMTIuMTA3NEM1LjU1MDExIDExLjY5NTQgNS40MDM0NSAxMS4yNDQgNS4wNTI5NiAxMC45ODk0TDEuMDc3MjIgOC4xMDA4MUMwLjI5MzUwNyA3LjUzMTQxIDAuNjk2MjgzIDYuMjkxOCAxLjY2NTAxIDYuMjkxOEg2LjU3OTI5QzcuMDEyNTIgNi4yOTE4IDcuMzk2NDcgNi4wMTI4NCA3LjUzMDM1IDUuNjAwODFMOS4wNDg5NCAwLjkyNzA1MloiIGZpbGw9IiNGRUNDNkMiLz4KPC9zdmc+Cg==);
    justify-content: center;
    align-items: center;
}

.accessories__star__rating>span {
    color: #FFF;
    font-size: 8px;
    font-style: normal;
    line-height: 10px;
}

.catalog__price {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.accessories__interest {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.catalog__card__info__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
    column-gap: 4px;
    max-height: 49px;
    height: 100%;
    overflow: hidden;
}

.catalog__card__info-title {
    color: #C5C6C6;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

.catalog__card__info-item {
    color: #C5C6C6;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.catalog__card__article {
    color: #9C9C9C;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    display: inline-block;
    border-bottom: 1px solid #9C9C9C;
}

.accessories__status__in-stock,
.accessories__status__to-order {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
}

.status__in-stock-text {
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    display: none;
}

.accessories__status__in-stock>svg>rect {
    fill: #4EBF53;
}

.accessories__status__in-stock>svg>path {
    fill: #fff;
}

.accessories__status__in-stock:hover>svg>rect {
    fill: #fff;
}

.accessories__status__in-stock:hover>svg>path {
    fill: #4EBF53;
}

/*---*/
.accessories__status__to-order>svg>rect {
    fill: #FF0022;
}

.accessories__status__to-order>svg>path {
    fill: #fff;
}

.accessories__status__to-order:hover>svg>rect {
    fill: #fff;
}

.accessories__status__to-order:hover>svg>path {
    fill: #FF0022;
}

/*---*/

.accessories__status__in-stock:hover .status__in-stock-text,
.accessories__status__to-order:hover .status__in-stock-text {
    display: block;
}

.catalog__price__card {}

.catalog__price__card__parent {
    position: relative;
    cursor: pointer;
}

.price__card-icon {
    position: absolute;
    right: -13px;
    top: 0;
}

.price__card__info__box {
    width: 160px;
    position: absolute;
    bottom: 25px;
    background-color: #fff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.12);
    text-align: left;
    padding: 5px;
    display: none;
}

.price__card__info__box>p {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.price__card__info__box>p:last-of-type {
    margin-bottom: 0;
}

.catalog__price__card__parent:hover .price__card__info__box {
    display: block;
}

/*END card*/

.accessories__filter__mobile {
    display: none;
}

.accessories__select__name-icon-mob {
    display: none;
}

.filters__btn__apply .btn__cancel {
    background-color: transparent;
    border: 1px solid #E40C25;
    color: #E40C25;
    text-align: center;
    padding: 7px 10px 10px 10px;
}

.filters__btn__apply .btn__apply {
    background-color: #E40C25;
    border: 1px solid #E40C25;
    color: #fff;
    text-align: center;
    padding: 7px 10px 10px 10px;
}

.filters__btn__apply .btn__cancel:hover {
    /*background-color: #E40C25;*/
    /*border: 1px solid #E40C25;*/
    /*color: #fff;*/
    opacity: 50%;

}

.filters__btn__apply .btn__apply:hover {
    background-color: transparent;
    border: 1px solid #E40C25;
    color: #E40C25;

}

.catalog__filter__close {
    display: none;
    font-size: 18px;
    justify-content: flex-end;
    align-items: center;
}

.catalog__filter__close {}

.filter__close-icon {}

.filter__close-text {
    color: #C5C6C6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.filter__close-x {}

.section__accessories__select__item{ 
    position: sticky;
    top: 104px;
    background: #fff;
    z-index: 5;
}

@media (max-width: 1200px) {
    .accessories__catalog__main {
        grid-template-columns: 1fr 1fr;
    }

    .accessories__slider__box {
        width: 100%;
        max-width: 120px;
    }

    .acces-slick-arrows.slick-prev {
        left: 0;
    }

    .acces-slick-arrows.slick-next {
        right: 0;
    }
}

@media (max-width: 991px) {
    .accessories__catalog__filter__wrapper {
        display: none;
        position: fixed;
        z-index: 100;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 10px 20px 20px 20px;
    }

    .accessories__catalog__filter__wrapper.active {
        display: block;
    }

    .catalog__filter__open__mob {
        overflow: scroll;
        height: 70%;
    }

    .catalog__filter__close {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        border: 1px solid #C5C6C6;
        border-radius: 50px;
        padding: 10px 15px;
    }

    .section__accessories__catalog__wrapper {
        grid-template-columns: 1fr;
    }

    .accessories__slider__box:hover {
        border: 1px solid transparent;
    }

    .slick-arrow {
        top: 50% !important;
    }

    .select__item__wrapper {
        width: 100%;
    }

    .accessories__select__item__wrapper {
        gap: 20px;
        flex-direction: column;
        align-items: start;
    }

    .accessories__filter__mobile {
        display: block;
        color: #333;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        border: 1px solid #C5C6C6;
        border-radius: 30px;
        padding: 7px 15px 8px 15px;
        background-color: transparent;
    }

    .accessories__filter__mobile>svg {
        margin-right: 10px;
    }

    .accessories__select__name {
        display: none;
    }

    .accessories__select__sort__wrapper {
        border: 1px solid #C5C6C6;
        border-radius: 30px;
        padding: 5px 15px 8px 15px;
        background-color: transparent;
    }

    .accessories__search__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .accessories__filter__container {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .accessories__select__name-icon-mob {
        display: inline-block;
    }

    .accessories__search__container {
        width: 100%;
        max-width: 100%;
    }

    .section__accessories__select__item {
        top: 65px;
    }
}

@media (max-width: 768px) {
    .accessories__catalog__main {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .accessories__catalog__card {
        max-width: 320px;
        height: auto;
    }

    .catalog__card__img {
        height: 155px;
    }

    .catalog__card__article {
        margin-bottom: 5px;
    }

    .catalog__card__info__wrapper {
        height: auto;
        max-height: 100%;
        overflow: initial;
    }

    .catalog__price__card {
        height: auto;
    }
}

/* ====Кнопка===показати більше======== */
.filter-more.collapse:not(.show) {
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.filter-more-btn{ 
    color: #E40C25;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.filter-more-btn:hover{ 
    color: #E40C25;
   text-decoration: underline;
}

.filter-more.collapsing {
    min-height: 100px;
}

.filter-more-btn.collapsed:after {
    content: 'Показати все';
}

.filter-more-btn:not(.collapsed):after {
    content: 'Приховати';
}

.filter-more-btn {
    margin-bottom: 20px;
    display: block;
}

.filter-more-btn:not(.collapsed) {
    margin-top: -10px;
    margin-bottom: 20px;
    display: block;
}

/* ==END==Кнопка===показати більше======== */
