.block_nal_qwnt .quantity {
    display: block;
}

.grid-list__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 8px 13px;
    background: #E83832;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
    cursor: pointer;
}

.grid-list__btn::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #D0241F;
    -webkit-transition: 0.3s width ease 0s;
    -o-transition: 0.3s width ease 0s;
    transition: 0.3s width ease 0s;
}

.grid-list__btn img, span {
    position: relative;
    z-index: 1;
}

.quantity .grid-list__btn {
    margin-left: 16px;
    min-width: 146px;
}

.grid-list__btn_added img {
    width: 16px;
    height: 16px;
}

.grid-list__btn_added img {
    content: url('images/accept.svg');
}

.block_price_add_basket .block_in_stock {
    text-align: left;
    margin-left: 25px;
}

.s-catalog .block_nal_qwnt img {
    width: 16px;
}

.quantity .grid-list__btn i {
    width: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 5L7.00004 11L4.5 8.50002" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    z-index: 1;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}

.block_brand_detail_card {
    width: 136px;
}

.grid-list__btn.js_add_to_cart {
    height: 40px;
}

.bth-change-cnt.hidden,
.grid-list__btn.js_add_to_cart.hidden {
    display: none;
}

.quantity input {
    position: relative;
    top: -1px;
}

.slick-slider.thumb-image .slick-track  {
    flex-wrap: wrap;
}

.slider.slick-initialized.slick-slider .slick-track{
    max-height: 448px;
}

.block_detail_good_info .large-sized-info {
    margin-top: 8px;
    background: #DBE2E8;
}

.not-supplied-block {
    color: #7D869B;
    font-weight: 800;
    font-size: 10px;
    padding-left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2232_47043)'%3E%3Cpath d='M0 0H16V16H0V0Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z' stroke='%237D869B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 5.33203H8.00667' stroke='%237D869B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33398 8H8.00065V10.6667H8.66732' stroke='%237D869B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2232_47043'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    margin: 0 0 24px 0;
}

.block_delivery_info .bx-soa-pp.row,
.block_delivery_info .col-md-7.bx-soa-pp-item-container .row {
    margin-right: 0;
    margin-left: 0;
}

.block_delivery_info .bx-soa-pp .col-md-7 {
    width: auto;
    padding: 0;
}

.detail-delivery-empty {
    background-color: #dbe2e8;
    height: 112px;
}

.block_price_btn-empty {
    height: 64px;
    background: #dbe2e8;
    margin: 24px 24px 24px 0;
}

#bx-soa-order-form {
    display: none;
}

.product-delivery-block #bx-soa-order-form {
    display: block;
}

.products-empty-loading {
    height: 535px;
    max-height: 535px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.products-empty-loading div {
    background: #dbe2e8;
}

.products-empty-loading-detail {
    background: #e6ecf0;
}

.products-empty-loading-detail .items {
    margin: 0 auto;
    max-width: 1312px;
    width: 100%;
    padding: 120px 16px 34px;
    height: 535px;
    max-height: 535px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
}

.products-empty-loading-detail .items div {
    background: #fff;
}

.container-products-slider {
    background-color: #EEF2F5;
}

@media (max-width: 426px) {
    .slick-slider .slick-track {
        flex-wrap: unset;
    }

    .quantity.flex.js_quantity_change {
        display: grid;
        grid-template-columns: 1fr;
    }

    .quantity .bth-change-cnt,
    .quantity .grid-list__btn {
        margin-left: auto;
    }

    .grid-list__btn.js_add_to_cart {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .block_price_add_basket .block_in_stock {
        text-align: right;
        margin-right: 25px;
        margin-bottom: 20px;
    }
}

.not-active .js_add_to_cart,
.not-active .js_quantity_change {
    pointer-events: none;
    filter: grayscale(1);
}

.share__item.shareLinkJs {
    cursor: pointer;
}

.analogs-anchor-tab,
.analogs-anchor-tab a {
    color: #0F203D;
    font-weight: bold;
}

#analogs-block {
    position: relative;
    top: -50px;
    opacity: 0;
}

@media (max-width: 1023px) {
    .products-empty-loading-detail .items,
    .products-empty-loading {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .products-empty-loading-detail .items div:nth-child(4),
    .products-empty-loading div:nth-child(4) {
        display: none;
    }
}

@media (max-width: 766px) {
    .products-empty-loading-detail .items,
    .products-empty-loading {
        grid-template-columns: 1fr 1fr;
    }

    .products-empty-loading-detail .items div:nth-child(3),
    .products-empty-loading div:nth-child(3) {
        display: none;
    }
}

@media (max-width: 449px) {
    .products-empty-loading-detail .items,
    .products-empty-loading {
        grid-template-columns: 1fr;
    }

    .products-empty-loading-detail .items div:nth-child(2),
    .products-empty-loading div:nth-child(2) {
        display: none;
    }
}


