.autocatalog_parts__links {
    display: flex;
    justify-content: center;
    flex: 1;
    width: 100%;
}

.link_parts__section {
    padding: 15px 50px;
}

#ac-parts-table .quantityProduct {
    display: flex;
    flex: 1;
    max-height: 35px;
    max-width: 100px;
}

#ac-parts-table .quantityProduct input.product_quantity {
    max-width: 40px;
    text-align: center;
    max-height: 20px;
    background-color: transparent;
    border: 0px;
    box-shadow: unset;
    outline: none !important;
}

#ac-parts-table .quantityProduct input.product_quantity::-webkit-inner-spin-button,
#ac-parts-table .quantityProduct input.product_quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

#ac-parts-table .quantityProduct a.button.quantity.minus svg {
    max-height: 2px;
}

#ac-parts-table .quantityProduct a.button.quantity.plus svg {
    max-height: 16px;
    max-width: 17px;
}

table#ac-parts-table .preview {
    width: 100%;
    position: relative;
}

table#ac-parts-table td.priceColumn {
    white-space: nowrap;
}

table#ac-parts-table td.productAvalable {
    white-space: nowrap;
}

table#ac-parts-table span.table_part__promo {
    position: absolute;
    right: 0;
    background-color: #ffffff;
}

#basket-root .col-xs-12 {
    width: 100%;
}

table#ac-parts-table span.table-part_old-price {
    text-decoration: line-through;
}

table#ac-parts-table td.priceColumn>span {
    display: block;
}


/* каталог */

.cartochka .product-item-detail-slider-container {
    z-index: 2 !important;
}

.cartochka .product-item-detail-short-card-fixed,
.cartochka .product-item-detail-tabs-container-fixed {
    display: none !important;
}

.cartochka input#product_detail__input {
    max-width: 45px;
    text-align: center;
    border: 0px;
    margin-left: 5px;
}

.cartochka input#product_detail__input:focus {
    outline: none;
    box-shadow: none;
}

.cartochka .cartochka__info_bl span.old-price {
    color: #a7957d;
    font-size: 16px;
    text-decoration: line-through;
    padding-right: 8px;
}

.cartochka .cartochka__info_bl span.new-price {
    color: #261e15;
    font-size: 24px;
    text-decoration: none;
}

.popular__card .text-block {
    width: auto;
    border: 0px;
}

.popular__card .text-block>a {
    border-style: none none dotted;
    border-color: #000 #000 #cc9659;
    border-bottom-width: 2px;
    color: #cc9659;
}

.cartochka .popular__card-title>a {
    color: inherit;
}

.cartochka .cartochka__info_hidden.active {
    z-index: 2;
}

.breadcrumb_wrapper .breadcrumb li {
    position: relative;
    padding-right: 25px;
}

.breadcrumb_wrapper .breadcrumb li>a {
    color: #b2b3b3;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    transition: 0.3s;
    position: relative;
}

.breadcrumb_wrapper .breadcrumb li>a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #b2b3b3;
    position: absolute;
    right: -14px;
    top: 8px;
}

.breadcrumb_wrapper .breadcrumb li>span {
    color: #402f1c;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.cartochka {
    padding-top: 22px;
}

.cartochka .cartochka__title {
    padding-top: 25px;
}

.breadcrumb_wrapper .breadcrumb {
    margin-top: 23px;
}