.limiter {
    max-width: 1440px !important;
}

#footerBottom {
    display: none;
}

.fast-deliveries-container {
    display: none;
}

.row.cheaper-container {
    display: none;
}

.row.delivery-button-container {
    display: none;
}

.row.share-items {
    display: none;
}

.bx-authform-social {
    display: none;
}

#headerLine2 .headerLineContainer {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    #subHeader5 .subTableColumn:nth-child(2),
    #subHeader5 .subTableColumn:nth-child(3) {
        display: none;
    }
}

/* По умолчанию элемент отображается */
#headerLine2 .headerLineColumn:nth-child(2) {
    display: block; /* или display: table-cell, если это ячейка таблицы */
}

/* На телефонных разрешениях (например, максимальная ширина 768px) элемент не отображается */
@media only screen and (max-width: 768px) {
    #headerLine2 .headerLineColumn:nth-child(2) {
        display: none;
    }
}

#topSearchLine {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#topSearch2 .searchContainerInner {
    border: 3px solid #0061b2;
}

.topCompare .value {
    border: 2px solid #ff0000;
}

.topWishlist .value {
    border: 2px solid #ff0000;
}

.cart .count {
    border: 2px solid #ff0000;
}

#left .banner img {
    height: auto;
}

#footerLine.color_theme {
    display: none;
}

.sale-order-detail-payment-options-methods-info-change-link {
    display: none;
}

.bx-yandex-view-layout {
    display: none;
}

#coupon {
    display: none;
}

.bx-soa-section-content .bx-soa-coupon {
    display: none !important;
}

.fastBayContainer {
    display: none;
}

.product .markerContainer {
    display: flex;
    column-gap: 8px;
    flex-wrap: wrap;
    width: 150px;
}

#elementContainer .mainContainer .markerContainer {
    display: flex;
    column-gap: 8px;
    flex-wrap: wrap;
    width: 250px;
}

#appFastView .markerContainer {
    display: flex;
    column-gap: 8px;
    flex-wrap: wrap;
}

.basketMarker {
    font: normal normal 12px "roboto_ltregular", arial, sans-serif;
    margin-top: 5px;
    line-height: 16px;
    padding: 3px 4px;
    color: #fff;
}

#basketProductList .productList .item .topSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#basketProductList .productList .item .topSection .column {
    float: none;
    width: auto;
}

#basketProductList .product .label {
    width: auto;
    float: none;

}

.stock-discount-flex {
    align-items: flex-end;
    column-gap: 15px;
    row-gap: 8px;
    display: flex;
    flex-wrap: wrap;
}

#appBasket .markerContainer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.emptyInvisibleBlock {
    visibility: hidden;
}

#basketProductList .productList .item {
    height: 395px !important;
}

#basketProductList .productList .tabloid {
    height: 393px !important;
}

.product {
    height: 380px !important;
}

.product .tabloid {
    height: 379px !important;
}

.product .price .discount {
    padding-left: 0 !important;
    line-height: 16px;
    font-size: 13px;
    margin-top: 13px !important;
    display: block;
    height: 16px;
}

.product .addCart {
    line-height: 60px !important;
    height: 60px !important;
}

/*.product .addCart .addCartContainer-label {
    left: 50% !important;
}

.product .quantityContainer {
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateX(50px) !important;
    right: 18px !important;
    top: 18px !important;
}*/

@media (max-width: 1800px) {
    .product {
        width: 25% !important;
        height: 380px !important;
    }
    .product .tabloid {
        height: 379px !important;
    }
    .product .price .discount {
        line-height: 16px;
        font-size: 13px;
        margin-top: 8px;
        display: block;
        height: 16px;
        padding: 0;
    }

    #basketProductList .product {
         height: 410px;
    }
}

@media (max-width: 1500px) {
    .product .addCartContainer.viewed .addCart .icon, .product .addCartContainer:hover .addCart .icon {
        transition: all 0.4s ease-in-out;
        visibility: visible !important;
        margin-top: -4px !important;
        padding-right: 12px !important;
        opacity: 1 !important;
        width: 18px !important;
        height: 18px !important;
    }

    .product .quantityContainer {
        top: 18px !important;
    }

}

@media (max-width: 1024px) {
    .product {
        width: 33.33% !important;
        height: 358px !important;
    }

    .product .tabloid {
        height: 357px !important;
    }
    /*.productColImage {
        display: table-cell !important;
    }
    .productColText {
        display: table-cell !important;
    }*/

}

@media (max-width: 700px) {
    .productList {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .product {
        width: 50% !important;
        height: 325px !important;
    }
    .product .tabloid {
        height: 100% !important;
    }
    .productTable {
        display: block;
    }
    .productColImage {
        display: block !important;
    }
    .productColText {
        display: block !important;
    }
    
    .product .addCartContainer {
        display: block !important;
    }

    .product .addCart {
        display: block !important;
        line-height: 40px !important;
        height: 40px !important;
    }

    .product .addCartContainer.viewed .addCart .icon, .product .addCartContainer:hover .addCart .icon {
        transition: all 0.4s ease-in-out;
        visibility: visible !important;
        margin-top: -4px !important;
        padding-right: 12px !important;
        opacity: 1 !important;
        width: 18px !important;
        height: 18px !important;
    }

    /*.product .quantityContainer {
        display: block !important;
    }*/

    /*.product .addCart .addCartContainer-label {
        left: 18% !important;
    }*/

    .product .quantityContainer {
        display: block !important;
        transform: translateX(0px) !important;
        visibility: visible !important;
        opacity: 1 !important;
        top: 8px !important;
    }

    .product .addCart .addCart--label {
        visibility: hidden !important;
    }

    /*.product .addCartContainer.viewed .addCart .icon, .product .addCartContainer:hover .addCart .icon {
        transition: none !important;
        visibility: visible !important;
        height: initial !important;
        padding-right: 12px !important;
        margin-top: -4px !important;
        margin-left: -30px !important;
        width: initial !important;
        opacity: 100% !important;
    }*/

    #basketProductList .productList .item {
        height: 252px !important;
    }

    #basketProductList .productList .tabloid {
        height: 251px !important;
    }

}

@media (max-width: 600px) {
    .product {
        width: 50% !important;
    }

}

@media (max-width: 400px) {
    .productColImage {
        width: 100% !important;
    }
}

.product:hover .tabloid {
    height: auto !important;
}

.product:hover .nowp {
    overflow: visible !important;
}

.product .btn-simple {
    display: none !important;
}

.bx-authform .btn {
    cursor: pointer;
    touch-action: manipulation;
    line-height: 46px;
    font-size: 16px;
    white-space: nowrap;
    height: 46px;
    border-radius: 4px;
    padding: 0 20px;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.bx-authform .btn-primary {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #fff;
}

.tabloid.nowp.cart-added {
    background: #dfffda;
}

#appBasket {
    display: none !important;
}






