:root {
    --font-family-main: "Geologica", sans-serif;
    --transition-time-all: all ease-in-out 300ms;
}

.product-tabs-texy {
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-tabs-bloc {
    display: flex;
    padding: 0;
    gap: 12px;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;

}

.product-tabs-button {
    padding: 7px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 14px;
    border: 2px solid #ffffff;
    transition: var(--transition-time-all);

}


.product-tabs-button:hover {
    border-color: #007632;
    color: #007632;
}


.box_top_product_tabs_cart_product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_product_tabs_cart_product{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .section_product_tabs_cart_product{
        margin-bottom: 60px;
    }
}

.container_link_cart_product{
    display: flex;
}

.container_tabs_list{
    position: relative;
}

.container_tabs_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: var(--transition-time-all);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.container_tabs_content.active{
    opacity: 1;
    z-index: 2;
    position: static;

}


.link_cart_product{
    display: flex;
    min-width: 320px;
    max-width: 320px;
    height: 420px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 1px 19.4px 0px rgba(196, 203, 211, 0.25);
    border: 2px solid #FFF;
    transition: var(--transition-time-all);
}

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

.container_product_featured_bloc_1 .link_cart_product {
    min-width: auto;
}


.swiper_wrapper_tabs_cart_product .slide_tabs_cart_product {
    width: 320px;
}


.box_btn_nav_swiper_tabs {
    display: none;
}

.product-tabs-button {
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
}

.product-tabs-button.active {
    color: #007632;
    border: 2px solid var(--Green-600, #007632);
    background: var(--White-600, #FFF);
    text-decoration: none;
}

@media screen and (min-width: 744px) {
    .box_btn_nav_swiper_tabs {
        position: relative !important;
        width: 100px;
    }



    .link_cart_product{
        min-width: 342px;
        max-width: 342px;
    }

        .swiper_wrapper_tabs_cart_product .slide_tabs_cart_product {
        width: 342px;
    }
    
    
}

@media screen and (min-width: 1200px) {
    .link_cart_product{
        min-width: 304px;
        max-width: 304px;
        height: 430px;
    }

    .swiper_wrapper_tabs_cart_product .slide_tabs_cart_product {
        width: 304px;
    }

    .box_btn_nav_swiper_tabs{
        display: flex;

    }

    .product-tabs-texy{
        color: #181818;
        font-family: var(--font-family-main);
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .box_top_product_tabs_cart_product{
        height: 44px;
    }

    .box_content_item_bottom_product_page{
        height: 100%;
        justify-content: space-between;
    }

}




.box_label_img_btn_cart_product {
    position: relative;
}


.product_label{
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 7px;
    color:  #FFF;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.label-new{
  background: #12B751;
}
.label-bestsellers{
  background: #FF7512;
}
.label-special{
  background: #DD302C;
}
.label-sale{
    color: #181818; 
  background: #EFE536;
}


.text_empty_product{
    width: 90%;
    margin: auto;
    color: #181818;
    font-family:var(--font-family-main);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    /* 125% */
    text-align: center;

}

.name_product_page{
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
}

.container_list_product_page {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
}

.container_list_product_page_no_swiper{
    padding-bottom: 20px;
}

.container_tabs_content_no_swiper{
    display: flex;
    flex-direction: column;
    
    width: 100%;
}


.box_tabs_nav_btn_swiper{
    opacity: 0;
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 12px;

}

.box_tabs_nav_btn_swiper.active{
    opacity: 1;
    position: static;
    visibility: visible;
    pointer-events: all;
}


.box_tabs_nav_btn_swiper .btn_swiper_tabs_prev, .box_tabs_nav_btn_swiper .btn_swiper_tabs_next{
    border-radius: 44px;
    border: 2px solid #DDE0E2;
    background:  #FFF;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: var(--transition-time-all);
}

.icon_swiper_tabs_prev, .icon_swiper_tabs_next {
    width: 24px;
    height: 24px;
    fill: #181818;
    transition: var(--transition-time-all);
}

.box_tabs_nav_btn_swiper .btn_swiper_tabs_prev:hover,
.box_tabs_nav_btn_swiper .btn_swiper_tabs_next:hover {
    border-color: #007632;
}


.box_tabs_nav_btn_swiper .btn_swiper_tabs_prev:hover .icon_swiper_tabs_prev,
.box_tabs_nav_btn_swiper .btn_swiper_tabs_next:hover .icon_swiper_tabs_next {
    fill: #007632;
}

.icon_swiper_tabs_prev{
    transform: rotate(180deg);
}

.swiper_pagination_tabs{
    display: flex;
    padding: 8px 10px;
    align-items: flex-start;
    gap: 10px;
    backdrop-filter: blur(10px);
    width: fit-content !important;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-top: 20px;
    height: 25px;
}

.swiper_pagination_tabs .swiper-pagination-bullet {
    margin: 0 !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #007632;
    opacity: 1;
    box-sizing: content-box;
    transition: var(--transition-time-all);
    border: 2px solid #F3F3F3;
}

.swiper_pagination_tabs .swiper-pagination-bullet-active {
    border-color: #007632;
    background-color: #FFF;
}


.box_price_product_cart{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.old_price_product_cart {
    color: #DD302C;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: line-through;
    opacity: 0.67;   
}

.price_product_cart{
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btns_wishlist.active .icon_wishlist_item_bottom_product_page {
    fill: #FFF;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
    
}

.description_product_page_text p {
    color:  #535863 !important;
    font-family: var(--font-family-main) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
.description_product_page_text span {
    color: #535863 !important;
    font-family: var(--font-family-main) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.box_calc_product_cart{
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0;
    min-width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 2px solid  #007632;
    background: #FFF;
}

.box_calc_product_cart:hover {
    border-color: #181818;
}


.box_calc_product_cart.added {
    padding-left: 8px;
    border-color: #DDE0E2;
}

.box_calc_product_cart.added:hover {
    border-color: #DDE0E2;
}


.btn_plus_product_cart{
    padding: 0 8px;
    transition: var(--transition-time-all);
}

.btn_plus_product_cart:hover{
    fill: #181818;
}

.icon_dump_product_cart,
.icon_minus_product_cart ,
.icon_plus_product_cart,
.value_calc_product_cart{
    width: 24px;
    height: 24px;
    /* opacity: 0.5; */
}

.icon_dump_product_cart {
    fill: #181818;
    opacity: 0.5;
    transition: var(--transition-time-all);
}

.icon_dump_product_cart:hover {
    opacity: 1;
}

.btn_minus_product_cart {
    position: absolute;
    top: 0;
    left: 8px;
    /* transform: translateY(-50%); */
    opacity: 0;
    display: flex;
    align-items: center;
    visibility: hidden;
    pointer-events: none;
    height: 100%;
    /* transition: var(--transition-time-all); */
}


.btn_plus_product_cart{
    height: 100%;
    display: flex;
    align-items: center;
    fill: #007632;
}


.btn_remove_product_cart ,.value_calc_product_cart, .label_value_calc_product_cart {
    position: absolute;
    top: 0;
    right: 8px;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    visibility: hidden;
    pointer-events: none;
    /* transition: var(--transition-time-all); */
}


.value_calc_product_cart, .input_added_product_page {
    display: -webkit-box;
    min-width: 35px;
    max-width: 35px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #181818;
    text-align: center;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 2;
    height: 32px;
}


.box_calc_product_cart.more_one .btn_minus_product_cart {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    position: static;
    opacity: 0.5;
    /* transition: var(--transition-time-all); */
}

.box_calc_product_cart.more_one .btn_minus_product_cart:hover {
    opacity: 1;
}


.box_calc_product_cart.added .btn_plus_product_cart{
    padding-left: 0;
}

/* .box_calc_product_cart.added .btn_remove_product_cart {
    padding-left: 8px;
} */

.box_calc_product_cart.added .btn_remove_product_cart,
.box_calc_product_cart.added .value_calc_product_cart,
.box_calc_product_cart.added .label_value_calc_product_cart{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    position: static;
    transform: translateY(0);
}


.box_calc_product_cart.more_one .btn_remove_product_cart {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
}


@media screen and (max-width: 744px) {
    .box_tabs_nav_btn_swiper, .swiper_box_btns_home_page {
        display: none;
    }
}


.label_machinery_product_cart {
    display: flex;
    padding: 4px 12px 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    background: #F2F4F7;
    color: #344054;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
}

.label_machinery_product_cart.custom_order {
    background-color: #ECFDF3;
    color: #007632;
}

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


.btn_add_machinery_product_cart:hover {
    border-color: #181818;
}


.btn_add_machinery_product_cart .icon_plus_product_cart {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #007632;
    transition: var(--transition-time-all);
}

.btn_add_machinery_product_cart:hover .icon_plus_product_cart {
    fill: #181818;
}


.year_machinery{
    color: #535863;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.6;
}

.item_category_featured{
    display: flex;
    padding: 7px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    border-radius: 14px;
    border: 2px solid  #fff;
    background: #FFF;
    white-space: nowrap;
    transition: var(--transition-time-all);
}

.item_category_featured:hover{
    border-color: #007632;
    color: #007632;
    cursor: pointer;
}

.item_category_featured.active {
    border-color: #007632;
    color: #007632;
}

.list_category_featured{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
}


.box_top_title_list_category{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featured-bloc-1-button::-webkit-scrollbar {
    display: none;
}


.container_empty_cart {
    display: flex;
    padding: 100px 14px 0px 14px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.icon_logo_empty_cart {
    display: block;
    width: 78px;
    height: 82.415px;
}


.box_text_empty_cart {
    display: flex;
    width: 281px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


.text_bold_empty_cart {
    color: #181818;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text_empty_cart {
    color:  #181818;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 200px;
}

.btn_close_empty_cart {
    display: flex;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background:  #007632;
    color: #FFF;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    transition: var(--transition-time-all);
}

.btn_close_empty_cart:hover {
    border-radius: 12px;
    background: #181818;
    color: #fff;
    cursor: pointer;
}

.box_icon_count_header{
    position: relative;
    margin-top: 4px;
}

.box_icon_count_header .count_product_cart, .box_icon_count_header .count_product_cart_wishlist_compare {
    right: -10px;
    top: -7px;
    min-width: 20px;
    height: 20px;
}


#common-home .swiper-viewport {
    margin-bottom: 0;
}

#common-home .two_mood {
    border-radius: 14px;
}

@media screen and (min-width: 768px) {
    .two_mood {
        border-radius: 30px;
    }
    

}

.icon_popular_categories{
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    fill: #FFFFFF;
    transition: var(--transition-time-all);
}



.category-title{
    padding: 20px;
}

.category-card a:hover .icon_popular_categories {
    fill: #181818;
}

.list_bottom_product_page .link_cart_product {
    min-width: auto;
    width: 100%;
    max-width: none;
    height: 100% ;
}


.box_icon_text_special_product {
    display: flex;
    align-items: center;
    gap: 9px;
}

.box_timer_special_product {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding: 9px 12px;
    gap: 9px;
    align-items: center;
    border-radius: 18px;
    background: #FFEEED;
    color: #DD302C;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box_timer_special_product_page{
    width: 100%;
    display: flex;
    padding: 9px 12px;
    gap: 9px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 18px;
    background: #FFEEED;
    color: #DD302C;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.icon_timer_special_product {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    fill: #DD302C;
}
.text_timer_special_product{
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.time_timer_special_product {
    white-space: nowrap;
    font-weight: 600;
    display: flex;
    align-items: center;
}


.category_product_content .link_cart_product_with_banners{
    padding: 0;
    overflow: hidden;
    width: fit-content;
    max-width: none;
    min-width: auto;
}

.category_product_content .link_cart_product_with_banners img {
    height: 100%;
    object-fit: cover;
}
.link_cart_product_with_banners{
    margin: auto;
}

.ocf-btn-mobile-static:has(.ocf-icon-16) {
    display: flex;
}
