/**breadcrumbs new**/

.breadcrumbs__new {
    padding: 8px 0 9px;
}
.global_breadcrumbs__new{
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.marker__none{
    list-style-type: none;
}
.breadcrumbs__link{
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #212529;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 330px;
}
.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;
}

.marker__none:last-child{ 
    white-space: nowrap;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {


    .marker__none:last-child{ 
        max-width: 150px;
    }
}

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

    .global_breadcrumbs__new{
        overflow: auto;
    }

    .marker__none:last-child{ 
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    .breadcrumbs__link{
        text-overflow: initial;
        overflow: hidden;
        display: block;
        width: 100%;
        max-width: 100%;
    }
}

/*breadcrumbs new END*/

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

.accessories__page__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 30px;
}

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

.accessories__page__col-img-box {
    position: relative;
    max-width: 575px;
    width: 100%;
    /* max-height: 345px; */
    height: 100%;
}

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

.accessories__page__interest {
    position: absolute;
    top: 10px;
    left: 10px;
}

.accessories__page__instock__label {
    position: absolute;
    top: 10px;
    right: 10px;
}

.accessories__page__instock-icon {
    position: relative;
}

.accessories__page__instock__label>span {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translate(0, -52%);
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

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

.accessories__page__article {
    color: #9C9C9C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #9C9C9C;
}

.accessories__page__suitable {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 3px;
    margin-bottom: 40px;
}

.accessories__page__suitable>p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.suitable__item {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

/*------*/


.slick-arrow-acces {
    top: 45%;
    position: absolute;
    z-index: 50;
    cursor: pointer;
}

.slick-arrow-acces:hover {
    opacity: 80%;
}

.acces-arrow-left {
    left: 10px;
}

.acces-arrow-right {
    right: 10px;
}
.acces_slick_img{ 
    width: 100%;
    height: 345px;
    object-fit: contain;

}
/*------*/


.accessories__price-label {
    position: relative;
}

.accessories__price-input[type="checkbox"],
.accessories__price-input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.accessories__price-input[type="checkbox"]+.accessories__price-label::before,
.accessories__price-input[type="radio"]+.accessories__price-label::before {
    content: '\a0';
    display: inline-block;
    margin: 5px 0 0 10px;
    width: 20px;
    height: 20px;
    line-height: .75em;
    border: 1px solid #D9D9D9;
}

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

.accessories__price-input[type="checkbox"]:checked+.accessories__price-label::before,
.accessories__price-input[type="radio"]:checked+.accessories__price-label::before {
    content: '\a0';
    background: #F02;
    border: 0 solid white;
    box-shadow: inset 0 0 0 3px white, 0 0 0 1px #F02;
}

.accessories__page__price__wrapper {
    margin-bottom: 30px;
}

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

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

.accessories__page__price__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.page__price__box__old__price {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: line-through;
}

.accessories__price-label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #F02;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}

.accessories__page__info__item__wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;

}

.accessories__page__info__item__row {
    display: grid;
    grid-template-columns: 300px 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #9C9C9C;
}

.info__item-name {
    color: #9C9C9C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    max-width: 275px;
    width: 100%;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info__item-number {
    color: #9C9C9C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.info__item-count {
    color: #9C9C9C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
}

.accessories__btn-buy {
    width: 257px;
    height: 50px;
    margin-left: auto;
    display: block;
    border-radius: 4px;
    background: #F02;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 20px 10px 20px;
    border: 1px solid #f02;
}

.accessories__btn-buy:hover {
    background: transparent;
    color: #F02;
}

.accessories__shipping__payment__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 100px;
}

.accessories__shipping__payment__box {
    border-radius: 4px;
    border: 1px solid #9C9C9C;
    padding: 10px 20px;
}

.shipping__payment-title {
    color: #2C3438;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
}

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

.shipping__payment__row__wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.shipping__payment__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.shipping__payment__info-text {
    color: #9C9C9C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.shipping__payment__info-map {
    margin-left: 20px;
    display: inline-block;
}

.section__accessories__seo {
    margin-bottom: 100px;
}


.accessories__seo__title {
    color: #282830;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

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

.accessories__seo__title-bottom {
    color: #282830;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.accessories__seo__text-bottom {
    color: #282830;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.fst-italic{ 
    font-style: italic;
}

.accessories__seo__wrapper ul{ 
    margin-left: 15px;
}

.seo__text-li{ 
   list-style: disc;
}


/*star rating*/
.product__one__info__rating__title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.product__one__info__rating__title>span {
    margin: 0 5px;
}

.product__one__info__rating {
    display: flex;
    align-items: center;
}

.rate {
    float: left;
}

.rate>input,
.rate>label {
    margin: 0;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #ffc700;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #ffc700;
}

.rating__counter__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.rating__counter {
    font-size: 12px;
    padding: 0px 15px;
    letter-spacing: -0.01em;
    color: #767272;
}

/*END star rating*/

.shipping__payment-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

/* ========== */

.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;
}

/* ========== */

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

@media (max-width: 991px) {
    .accessories__page__wrapper {
        /* grid-template-columns: 1fr; */
        display: block;
    }

    .accessories__page__col-img-box {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .accessories__page__info__item__row {
        grid-template-columns: 50% 30% 1fr;
    }

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

@media (max-width: 768px) {
    .accessories__page__title {
        font-size: 20px;
        margin: 20px 0 15px;
    }

    .accessories__price-label {
        font-size: 20px;
    }

    .accessories__page__name {
        font-size: 12px;
    }

    .page__price__box__old__price {
        font-size: 14px;
    }

    .accessories__btn-buy {
        width: 100%;
    }

    .accessories__shipping__payment__wrapper {
        margin-bottom: 50px;
    }

    .section__accessories__seo {
        margin-bottom: 70px;
    }

}
