.container_markup_number_product {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;

}

.box_new_tablet_box_btns_wishlist_compare_product_page{
    display: none;
}

.custom_select_category_page{
    position: relative;
    z-index: 999;
}

.custom_select_category_page_trigger {
    display: flex;
    height: 44px;
    align-items: center;
    padding: 8px 14px;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF;
    transition: var(--transition-time-all);
}

.custom_select_category_page_trigger:hover {
    cursor: pointer;
}

.custom_select_category_page_text_selected {
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.custom_select_category_page_options {
    display: flex;
    top: 115%;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(114, 138, 155, 0.25);
    transition: var(--transition-time-all);
}

.custom_select_category_page.open .custom_select_category_page_options {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.custom_select_category_page_option {
    display: flex;
    padding: 14px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    overflow: hidden;
    color: #181818;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 75% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    border-radius: 12px;
    transition: var(--transition-time-all);
}

.custom_select_category_page_option.selected {
    color: #007632;
}
.custom_select_category_page_option:hover {
    cursor: pointer;
    background-color: #F4F4F4;
}

.custom_select_category_page_icon_arrow {
    width: 18px;
    height: 18px;
    transform: rotate(90deg);
    fill: #181818;
    transition: var(--transition-time-all);
}

.custom_select_category_page.open .custom_select_category_page_icon_arrow {
    transform: rotate(270deg);
}

.container_markup_row_column {
    display: flex;
    height: 44px;
    padding: 0 8px;
    align-items: center;
    gap: 8px;
}



.icon_markup_row_column {
    width: 26px;
    height: 26px;
    aspect-ratio: 1/1;
    transition: var(--transition-time-all);
    fill: #637381;
}

.btn_markup_row_column:hover .icon_markup_row_column,
.btn_markup_row_column.active .icon_markup_row_column {
    fill: #181818;
}

@media screen and (min-width: 1640px) {
    .products-row {
        grid-template-columns: repeat(5, 1fr);
    }
}

.container_column_left_category_page {
    display: none;
}

@media screen and (min-width: 1280px) {
    .container_column_left_category_page {
        display: flex;
    }
}


.products-row.markup_row {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.products-row.markup_row .link_cart_product {
    flex-direction: row;
    padding: 12px;
    border-radius: 14px;
}

.products-row.markup_row .title_item_bottom_product_page {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    height: auto;
    max-height: 32px;
}

.products-row.markup_row .box_image_item_bottom_product_page,
.products-row.markup_row .image_item_bottom_product_page{
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
}

.products-row.markup_row .box_new_text_out_of_stock_cart_product {
    display: none;
}

.products-row.markup_row .box_btns_wishlist_compare_product_page {
    top: 5px;
    right: 5px;
    gap: 4px;
}

.products-row.markup_row .btns_wishlist_compare,
.products-row.markup_row .btn_wishlist_item_bottom_product_page  {
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 6px;
}

.products-row.markup_row .text_article_item_bottom_product_page,
.products-row.markup_row .text_manufacturer_item_bottom_product_page,
.products-row.markup_row .span_manufacturer_item_bottom_product_page{
    font-size: 12px;
}

.products-row.markup_row .box_content_item_bottom_product_page {
    gap: 12px;
    width: 100%;
}

.products-row.markup_row .box_price_btns_add_item_bottom_product_page {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.products-row.markup_row .price_product_cart {
    font-size: 13px;
}


.products-row.markup_row .box_calc_product_cart {
    width: 100%;
    justify-content: center;
    border-color: #DDE0E2;
}

.products-row.markup_row .link_cart_product_with_banners {
    display: none;
}

.products-row.markup_row .btn_plus_product_cart {
    padding: 0 !important;
    gap: 4px;
}

.text_plus_product_cart {
    display: none;
}

.products-row.markup_row .text_plus_product_cart {
    display: flex;
    overflow: hidden;
    color: #007632;
    text-align: center;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 228.571% */
}
.box_calc_product_cart.added .text_plus_product_cart{
    display: none;
}

.box_calc_product_cart.added {
    gap: 0;
}
.box_markup_text_out_of_stock_cart_product {
    display: none;
}
.products-row.markup_row .btn_stub_product_cart {
    display: none;
}

.products-row.markup_row .box_markup_text_out_of_stock_cart_product {
    display: flex;
    width: 100%;
}

.box_markup_text_out_of_stock_cart_product .text_out_of_stock_cart_product{
    width: 100%;
    justify-content: center;
}

.products-row.markup_row .text_timer_special_product {
    display: none;
}

.products-row.markup_row .box_timer_special_product {
    justify-content: center;
    padding: 4px 9px;
    border-radius: 47px;
    gap: 3px;
}
.products-row.markup_row .box_new_tablet_box_btns_wishlist_compare_product_page {
    display: none;
}

.products-row.markup_row .icon_done_added_compare {
    top: 1px;
    right: 1px;
}

.products-row.markup_row .product_label.label-special {
    display: none;
}

.product_label.label-special.row_markup {
    display: none;
}

.products-row.markup_row .product_label.label-special.row_markup {
    display: flex;
    position: static;
    width: fit-content;
    font-size: 12px;
}

.products-row.markup_row .icon_timer_special_product{
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;

}

@media screen and (min-width: 768px) {
    .products-row.markup_row .link_cart_product {
        padding: 20px;
    }

    .products-row.markup_row .image_item_bottom_product_page {
        min-width: 150px;
        max-width: 150px;
        min-height: 140px;
        max-height: 140px;
    }

    .products-row.markup_row .box_btns_wishlist_compare_product_page {
        display: none;
    }

    .products-row.markup_row .box_new_tablet_box_btns_wishlist_compare_product_page {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .products-row.markup_row .box_content_item_bottom_product_page{
        position: relative;
    }

    .products-row.markup_row .box_info_item_bottom_product_page {
        width: 85%;
    }
    .products-row.markup_row .btns_wishlist_compare, .products-row.markup_row .btn_wishlist_item_bottom_product_page{
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .products-row.markup_row .box_price_btns_add_item_bottom_product_page{
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .products-row.markup_row .box_calc_product_cart {
        width: fit-content;
        border-color: #007632;
    }
    .products-row.markup_row .text_plus_product_cart {
        display: none;
    }
    .products-row.markup_row .btn_plus_product_cart {
        gap: 0;
        padding: 8px !important;
    }

    .products-row.markup_row .box_calc_product_cart.added .btn_plus_product_cart {
        padding-left: 0 !important;
    }

    .products-row.markup_row .box_markup_text_out_of_stock_cart_product {
        display: none;
    }

    .products-row.markup_row .btn_stub_product_cart {
        display: flex;
    }

    .products-row.markup_row .box_new_text_out_of_stock_cart_product {
        display: flex;
    }

    .products-row.markup_row .box_image_item_bottom_product_page, .products-row.markup_row .image_item_bottom_product_page {
        max-width: 150px;
        min-width: 150px;
        min-height: 140px;
        max-height: 140px;
    }

    .products-row.markup_row .title_item_bottom_product_page {
        font-size: 16px;
    }

    .products-row.markup_row .text_article_item_bottom_product_page, .products-row.markup_row .text_manufacturer_item_bottom_product_page, .products-row.markup_row .span_manufacturer_item_bottom_product_page {
        font-size: 14px;
    }

    .products-row.markup_row .price_product_cart {
        font-size: 18px;
    }

    .container_sorting_categories_markup{
        flex-direction: row;
        gap: 10px;
    }
    .filter_with_sorting {
        gap: 10px;
    }



}

.product_sorting_together .sorting_categories_together_two {
    max-width: none;
    min-width: auto;
}

.section_category_product .ocf-btn-mobile-static{
    max-width: none;
    min-width: auto;
}

.sorting_categories{
    width: 100%;
}

@media screen and (min-width: 744px) {
    .filter_with_sorting {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (min-width: 768px) {
    .filter_with_sorting {
        flex-direction: row;
    }
    .sorting_categories{
        width: auto;
    }

}

.category_product_content .products-row.markup_row .link_cart_product {
    max-width: none;
}

@media screen and (min-width: 1390px) {
    .container_sorting_categories_markup {
        justify-content: space-between;
    }

    .container_markup_number_product {
        width: fit-content;
    }
}

.box_title_btn_close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.icon_close_main_menu {
    width: 24px;
    height: 24px;
    fill: #181818;
    transition: var(--transition-time-all);

}


.btn_close_main_menu {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 2px solid #fff;
    transition: var(--transition-time-all);
}


.btn_close_main_menu:hover {
    border-color: #007632;
}

.btn_close_main_menu:hover .icon_close_main_menu {
    fill: #007632;
}


.label_want_to_buy_product_page[for="email_want_to_buy"] .label_want_to_buy_product_page_text::after {
    display: none;
}