@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

* {
    --heabo-font: "Heebo", sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: var(--heabo-font) !important;
}

body.home main#main, body.page-template-business-page-template main#main, body.single-product main#main {
    background: #fff;
}

header#header.header_lobster {
    background: #fff;
}


.header_top_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    margin: auto;
    padding: 10px 20px;
}


.header_top_right, .header_top_center, .header_top_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.3%;
}

.header_top_left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_top_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header_top_logo img {
    max-height: 100px;
}

.account_block img {
    width: 30px;
    height: 30px;
}

.header_top_right, .header_top_left {
    gap: 20px;
}

.header_top_menu li.nav-icon.has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.account_block.account_not_logining {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-family: var(--heabo-font);
}

.account_block.account_not_logining span {
    color: #000;
    font-weight: 400;
    line-height: 18px;
    font-size: 16px;
}

.header_top_cart a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_top_cart img.cart-img-icon {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
}


.menu_icon img {
    max-width: 23px;
}

header#header.header_lobster .header_top_search .header-search-form {
    margin: 0px !important;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

header#header.header_lobster .header_top_search .header-search-form .header-search-form-wrapper {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin: 0px;
}

header#header.header_lobster .header_top_search .header-search-form .header-search-form-wrapper .dgwt-wcas-search-wrapp {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.header_top_search form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1 {
    max-height: 28px;
    max-width: 200px;
    width: 200px;
    border: solid 2px #000000;
    border-radius: 10px !important;
    padding: 0px 10px;
}

.header_top_search form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1::-webkit-input-placeholder {
    color: transparent !important;
}

.header_top_search form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1::-moz-placeholder {
    color: transparent !important;
}

.header_top_search form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1:-ms-input-placeholder {
    color: transparent !important;
}

.header_top_search form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1::-ms-input-placeholder {
    color: transparent !important;
}

.header_top_search form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1::placeholder {
    color: transparent !important;
}

.header_top_search form.dgwt-wcas-search-form svg.dgwt-wcas-ico-magnifier {
    margin: 0px;
    height: 15px;
    top: 7px;
    right: unset;
    left: 7px;
}

.header_top_search form.dgwt-wcas-search-form .dgwt-wcas-preloader.dgwt-wcas-close {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 24px;
    top: 2px;
    background: #fff;
    opacity: 1;
    border-radius: 10px;
}

.hero_banner.contact_hero_banner .image_bg img {
    height: 100%;
}

.image_bg.image_bg_mob {
    display: none;
}



.hero_banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}

.hero_banner {
    position: relative;
    width: 100%;
    height: 65vh;
    overflow: hidden;
    /*background: url(/wp-content/uploads/2026/04/uri_ifs___V_QBQ6SlljHrLEahCyZnknI8J6fKab-oR7DI6SxAbk1NQ.jpg) center / cover no-repeat;*/
    background-color: #fff;
    margin: 12px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero_banner .video_bg_file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video_bg_file video,
.image_bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video_bg_youtube {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.video_bg_youtube iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;       /* 16:9 */
    min-height: 100%;
    min-width: 177.78vh;   /* 16:9 */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;  /* block all clicks */
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.video_bg_youtube.is-ready iframe {
    opacity: 1;
}

.banner_title_container {
    position: absolute;
    color: #fff;
    padding: 45px;
    font-family: "Heebo", sans-serif;
}

.banner_title_container h1, .banner_title_container h2 {
    margin: 0px;
    padding: 0px;
}


.banner_title_container h1 {
    font-family: var(--heabo-font);
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 3px black;
}

.banner_title_container h2 {
    font-family: var(--heabo-font);
    font-size: 50px;
    font-weight: 600;
    line-height: 44px;
    color: #fff;
    text-shadow: 0 0 3px black;
}

.image_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.image_bg img {
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
}

.header_bottom_section {
    background: #f6f7fb;
    position: relative;
}

img.header_bottom_label {
    position: absolute;
    top: -16px;
    height: 73px;
    left: 25px;
}

.header_bottom_category_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    margin: auto;
    padding: 0px 20px;
}

.header_bottom_category_section nav.my-menu-container, .header_bottom_category_section nav.my-menu-container ul#menu-head-cat-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.header_bottom_category_section nav.my-menu-container ul#menu-head-cat-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_bottom_category_section nav.my-menu-container ul#menu-head-cat-menu li {
    margin: 0px;
}


.header_bottom_category_section nav.my-menu-container ul#menu-head-cat-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--heabo-font);
    font-weight: 500;
    color: #737373;
    font-size: 18px;
    border-bottom: solid 2px transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header_bottom_category_section nav.my-menu-container ul#menu-head-cat-menu li a:hover, .header_bottom_category_section nav.my-menu-container ul#menu-head-cat-menu li.current-menu-item a {
    border-bottom: solid 2px #d52329;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header_bottom_category_section nav.my-menu-container ul#menu-head-cat-menu li.cat_menu_red a {
    color: #ff454b;
}




.header_bottom_category_section nav.my-menu-container ul#menu-head-cat-menu li img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    margin: 0px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact_form_box form.wpcf7-form .million-contact-form {
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field {
    margin: 0px;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field label {
    display: none;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field.checkbox_field label {
    display: block;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field.checkbox_field p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field.checkbox_field input {
    margin: 0px;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field select {
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 0px 10px;
    height: 30px;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="text"], .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="email"], .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="tel"] {
    height: 30px;
    border-radius: 0px;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="text"]::-webkit-input-placeholder, .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="email"]::-webkit-input-placeholder, .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="tel"]::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="text"]::-moz-placeholder, .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="email"]::-moz-placeholder, .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="tel"]::-moz-placeholder {
    opacity: 1;
    color: #000;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="text"]:-ms-input-placeholder, .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="email"]:-ms-input-placeholder, .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="tel"]:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="text"]::-ms-input-placeholder, .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="email"]::-ms-input-placeholder, .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="tel"]::-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="text"]::placeholder, .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="email"]::placeholder, .contact_form_box form.wpcf7-form .million-contact-form .form-field input[type="tel"]::placeholder {
    opacity: 1;
    color: #000;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field textarea {
    border-radius: 0px;
    padding: 4px 10px;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field textarea::-moz-placeholder {
    opacity: 1;
    color: #000;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field textarea:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field textarea::-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

.contact_form_box form.wpcf7-form .million-contact-form .form-field textarea::placeholder {
    opacity: 1;
    color: #000;
}

.contact_form_box form.wpcf7-form .million-contact-form input.wpcf7-submit {
    margin: 0px !important;
    padding: 0px 10px;
    border-radius: 0px;
}

.contact_form_box form.wpcf7-form .million-contact-form span.wpcf7-spinner {
    position: absolute;
    right: 10px;
    margin-top: 10px;
}

.contact_description_icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    padding-top: 40px;
}

.contact_icon_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.contact_icon_box img {
    height: 80px;
    object-fit: contain;
}

.contact_icon_box span {
    padding-top: 8px;
    font-family: "Heebo", sans-serif;
    width: 100%;
}

.home_contact_section.business_contact_section.btb_contact_section .contact_form_box {
    border: none;
    background: #f1ecec !important;
    padding: 0px 20px !important;
}

body.b2bking_b2b_user .row_price .price-wrapper {
    flex-direction: column;
}

body.b2bking_b2b_user .row_price .price-wrapper:after {
    content: 'המחיר לא כולל מע"מ';
    display: flex;
    font-size: 16px;
    line-height: 5px;
    color: #848484;
    font-weight: 500;
    padding-top: 10px;
}

.prod_page_wishlist_btn .yith-wcwl-add-button span {
    display: none;
}

.prod_page_wishlist_btn .yith-wcwl-add-button a.add_to_wishlist {
    display: flex;
    align-items: center;
    gap: 0px;
}

.prod_page_wishlist_btn .yith-wcwl-add-button a.add_to_wishlist:after {
    content: 'הוסיפו למועדפים';
    color: #d72329;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--heabo-font);
    letter-spacing: 4%;
    padding-right: 10px;
}


.prod_page_wishlist_btn .yith-wcwl-add-button a.add_to_wishlist svg.yith-wcwl-icon-svg {
    margin: 0px;
    width: 30px;
    height: 30px;
    display: flex;
}

.prod_page_wishlist_btn .yith-wcwl-add-button a.add_to_wishlist svg.yith-wcwl-icon-svg path {
    stroke: #d72329;
}

.prod_page_wishlist_btn {
    display: flex;
    justify-content: end;
}

.prod_page_wishlist_btn .yith-wcwl-add-to-wishlist.exists a.delete_item {
    display: flex;
    align-items: center;
    gap: 0px;
    font-size: 0px;
}

.prod_page_wishlist_btn .yith-wcwl-add-to-wishlist.exists a.delete_item:after {
    content: 'הסר מהמועדפים';
    color: #d72329;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--heabo-font);
    letter-spacing: 4%;
    padding-right: 10px;
}

.prod_page_wishlist_btn .yith-wcwl-add-to-wishlist.exists a.delete_itemt svg.yith-wcwl-icon-svg {
    margin: 0px;
    width: 30px;
    height: 30px;
    display: flex;
}

.prod_page_wishlist_btn .yith-wcwl-add-to-wishlist.exists a.delete_item svg.yith-wcwl-icon-svg path {
    stroke: #d72329;
    fill: #d72329;
}

.show_for_b2b {
    display: none;
}

body.b2bking_b2b_user .hide_for_b2b {
    display: none;
}

body.b2bking_b2b_user .show_for_b2b {
    display: block;
}




.video_text_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    padding: 0px 0px 13px 0px;
}

.video_text_section_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55% 45%;
    grid-template-columns: 55% 45%;
}

.lobster_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    margin: auto;
    padding: 0px 20px;
}

.lobster_container.product_slider_container.product_slider_container_home {
    max-width: 1600px;
    padding: 0px 40px;
}


.text_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 690px;
    margin: auto;
    padding: 0px 20px;
}

.video_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.video_block video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

span.bold_title {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--heabo-font);
    line-height: 1.11;
    padding-bottom: 19px;
    color: #000;
}

.video_block .image_transparent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.video_block .image_transparent img {
    width: 100%;
    height: 370px;
    -o-object-fit: contain;
    object-fit: contain;
}

.textarea_block {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heabo-font);
    line-height: 1.55;
    color: #000;
}

.textarea_block a {
    color: #007aff;
}



.ico_slider_block {
    width: 100%;
    overflow: hidden;
}

.my-icons-slider {
    width: 100%;
    max-width: 100%;
}

.my-icons-slider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.my-icons-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.text_block {
    min-width: 0;
}

.ico_slider_block .swiper-slide img {
    max-width: 70px;
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

.ico_slider_block .swiper-button-prev:after, .ico_slider_block .swiper-button-next:after, .category_slider .swiper-button-prev:after, .category_slider .swiper-button-next:after {
    color: #737373;
    font-weight: 600;
    font-size: 16px;
}

.ico_slider_block .swiper-button-prev, .category_slider .swiper-button-prev {
    right: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ico_slider_block .swiper-button-next, .category_slider .swiper-button-next {
    left: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.promotion_banner_section .swiper-slide img {
    width: 100%;
}

.promotion_banner_section .swiper-button-next, .promotion_banner_section .swiper-button-prev {
    color: #737373;
}

.promotion_banner_section .swiper-pagination .swiper-pagination-bullet-active {
    background: #d52329;
}

.category_slider_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 70px 0px 50px 0px;
    padding-bottom: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}

.category_slider_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--heabo-font);
    color: #000;
}

.category_slider {
    min-width: 0px;
}

.category_slider a.category-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--heabo-font);
    font-size: 14px;
    font-weight: 400;
    color: #585756;
}

.category_slider a.category-slide img {
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
}

.category_slider .swiper-button-prev:after, .category_slider .swiper-button-next:after {
    font-size: 24px;
}

.category_slider .swiper-button-next {
    left: 5px;
}

.category_slider .swiper-button-prev {
    right: 5px;
}

.product_banner_section {
    background: #f7e5d9;
}

.product_slider_container {
    gap: 50px;
    position: relative;
}

.product_banner_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(30% - 50px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.product_banner_image img {
    /*margin-top: -32px;*/
    /*position: absolute;*/
    top: 0px;
}

.product_slider {
    width: 70%;
    position: relative;
    padding: 20px 0px;
}

.product-grid-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 10px;
    height: auto;
    width: 100%;
    position: relative;
}

.product-grid-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    font-family: var(--heabo-font);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-grid-color-block .product-grid-item__swatches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.product-grid-color-block .product-grid-item__swatch {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0px 0px 1px 0px #000;
    box-shadow: 0px 0px 1px 0px #000;
}

.product_slider .swiper-slide {
    background: #fff;
    height: auto;
}

.product-grid-image-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-grid-color-block {
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 10px;
    z-index: 2;
}

.product-grid-item__badge.product-grid-item__badge--new {
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 10px;
}

span.product-grid-item__badge.product-grid-item__badge_fastdelivery {
    padding: 5px;
    background: #d8d8d8;
    color: #232b36;
}

span.product-grid-item__badge.product-grid-item__badge_top.product-grid-item__badge_fastdelivery {
    position: absolute;
    left: 0;
}

span.product-grid-item__badge.product-grid-item__badge_fastdelivery span {
    display: flex;
    align-items: center;
    gap: 5px;
}

span.product-grid-item__badge.product-grid-item__badge_fastdelivery span img {
    height: 20px;
}

.product-grid-item__title {
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    padding-top: 5px;
    color: #000;
}

.product-slider-nav .product-next.swiper-button-next:after, .product-slider-nav .product-prev.swiper-button-prev:after {
    color: #737373;
    font-size: 20px;
    font-weight: 500;
}

.product-slider-nav .product-prev.swiper-button-prev {
    left: -30px;
}

.product-slider-nav .product-next.swiper-button-next {
    right: -30px;
}

.home_contact_section {
    background: #fff;
    padding: 50px 0px;
}

.home_contact_container {
    gap: 35px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: 1fr 1fr;
}

.contact_form_box, .contact_links_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background: #f6f7fb;
    padding: 30px 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact_title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--heabo-font);
    padding-bottom: 20px;
}

.contact_under_title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--heabo-font);
}

.branches_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.branch_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: var(--heabo-font);
}

.branch_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
}

button.open-hours {
    display: none;
    margin: 0px;
    padding: 0px;
    width: 25%;
    background: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
}

.branch_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 35%;
}

.contact_sub_title {
    font-size: 16px;
    font-weight: 400;
}

.home_projects_section {
    padding-bottom: 50px;
    background: #fff;
}


.projects_slider_container {
    min-width: 0px;
    position: relative;
}

.project-slider-nav .project-prev.swiper-button-prev::after, .project-slider-nav .project-next.swiper-button-next::after, .project-slider-nav .posts-prev.swiper-button-prev::after, .project-slider-nav .posts-next.swiper-button-next::after {
    color: #737373;
    font-weight: 600;
    font-size: 24px;
}

.project-slider-nav .project-prev.swiper-button-prev, .project-slider-nav .posts-prev.swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: -25px;
}

.project-slider-nav .project-next.swiper-button-next, .project-slider-nav .posts-next.swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: -25px;
}

.project_item {
    height: 100%;
    background: #f9eae0;
}

.projects_slider_container .swiper-slide {
    height: auto;
}
.projects_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    font-size: 24px;
    font-family: var(--heabo-font);
    font-weight: 500;
}

.project_item a {
    position: relative;
}

.project_title {
    color: #000;
    font-family: var(--heabo-font);
    font-weight: 500;
    font-size: 18px;
    background: #f7e6d9c9;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 0px;
    width: 100%;
    text-align: center;
}

.project_image img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home_projects_section.home_post_section {
    background: #fff8f8;
    padding-top: 30px;
}

.instagram_posts_section {
    background: #fff;
    padding: 50px 0px;
}

.instagram_title.projects_title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.instagram_title.projects_title img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}

footer#footer .footer-widgets .row.large-columns-6 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer#footer .footer-widgets .row.large-columns-6:after {
    display: none;
}

.promotion_img_mob {
    display: none;
}

.branch_ico img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.branch_item.branch_item_99 .branch_title {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}


.branch_title_99 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.branch_item.branch_item_99 .branch_icons {
    width: 25%;
}

.branch_icons a.icon.waze {
    display: none;
}

.branch_item.branch_item_99 button.open-hours {
    background: #d52329;
}

.products_club_section {
    padding: 50px 0px;
    background: #fff;
}

.price-catalog-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    margin: auto;
    padding: 0px 20px;
}

.furniture_projects_catalog_grid_title {
    padding: 25px 0px 40px 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 32px;
}


.furniture_projects_catalog_grid .projects_title {
    padding-top: 20px;
    font-size: 32px;
}

section.furniture_projects_section, .home_contact_section.business_contact_section.furniture_projects_section {
    background: #fff;
    padding-top: 10px;
}

.home_contact_container form.wpcf7-form.init, .contact_description {
    font-family: var(--heabo-font);
}

/*{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    gap: 20px;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

.arc-adv-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.arc-adv-group.arc-adv-group--material, .arc-adv-group.arc-adv-group--catsearch {
    display: none !important;
}

.arc-adv-checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
}

label.arc-adv-check {
    margin: 0px;
}

label.arc-adv-check input[type="checkbox"] {
    margin: 0px;
}

label.arc-adv-check {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}

label.arc-adv-check span {
    font-weight: 400;
    font-size: 14px;
}

span.arc-adv-label {
    font-weight: 500;
}

.arc-adv-group.arc-adv-group--material, .arc-adv-group.arc-adv-group--color, .arc-adv-group.arc-adv-group--avail, .arc-adv-group.arc-adv-group--sinun {
    width: 15%;
}

.arc-adv-group.arc-adv-group--catsearch {
    width: 20%;
}

.arc-adv-group.arc-adv-group--price {
    width: calc(30% - 100px);
}

.arc-price-slider-wrap {
    width: calc(100% - 30px);
    padding-top: 8px;
}

.arc-adv-group.arc-adv-group--catl3, .arc-adv-group.arc-adv-group--catl4 {
    width: 15%;
}

.arc-adv-group.arc-adv-group--sort {
    width: 10%;
}

.arc-adv-group.arc-adv-group--price div#arc-price-slider {
    height: 5px;
    border-radius: 0px;
    border: solid 1px #000;
}

.arc-adv-group.arc-adv-group--price .noUi-connect {
    background: #000;
}

.arc-adv-group.arc-adv-group--sort .arc-sort-btns {
    width: 100%;
}

.arc-adv-group.arc-adv-group--sort button#arc-sort-price-asc {
    margin: 0px;
    padding: 0px 5px;
    min-height: 44px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.2s ease;
}

.arc-adv-group.arc-adv-group--sort button#arc-sort-price-asc:hover {
    background: #d52329;
    color: #fff;
    border-color: #d52329;
    transition: all 0.2s ease;
}

.arc-adv-group.arc-adv-group--sort button#arc-sort-price-asc.is-active {
    background: #d52329;
    border-color: #d52329;
    transition: all 0.2s ease;
}

.arc-adv-group.arc-adv-group--color .arc-multiselect, .arc-adv-group.arc-adv-group--material .arc-multiselect, .arc-adv-group.arc-adv-group--sinun .arc-multiselect {
    width: 100%;
}

.arc-adv-group.arc-adv-group--color .arc-multiselect .arc-ms-trigger, .arc-adv-group.arc-adv-group--material .arc-multiselect .arc-ms-trigger, .arc-adv-group.arc-adv-group--sinun .arc-multiselect .arc-ms-trigger {
    border-radius: 0px;
    min-height: 44px;
    padding: 0px 10px;
}

.arc-price-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px;
}

#arc-price-slider .noUi-handle:after, #arc-price-slider .noUi-handle:before {
    display: none;
}

#arc-price-slider .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 0px;
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#arc-price-slider .noUi-handle.noUi-handle-upper {
    left: -13px;
}

#arc-price-slider .noUi-handle.noUi-handle-lower {
    left: -13px;
}

.arc-adv-check input[type="checkbox"]{
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0;
    border-radius: 0;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.arc-adv-check input[type="checkbox"]:checked::after{
    content: '';
    position: absolute;
    inset: 3px;
    background: #000;
}

.arc-adv-group.arc-adv-group--catsearch span.select2-selection.select2-selection--single, .arc-adv-group.arc-adv-group--catl3 span.select2-selection.select2-selection--single, .arc-adv-group.arc-adv-group--catl4 span.select2-selection.select2-selection--single, .arc-adv-group.arc-adv-group--sinun span.select2-selection.select2-selection--single {
    height: 43.5px !important;
    width: 100% !important;
    padding: 0px 4px;
    border: solid 1px #dddddd !important;
}

span#select2-arc-cat-search-container, span#select2-arc-cat-search-l3-container, span#select2-arc-cat-search-l4-container {
    font-size: 14px;
    line-height: 16px !important;
    -o-text-overflow: unset;
    text-overflow: unset;
    white-space: unset;
    text-align: right;
}

span#select2-arc-cat-search-container span.select2-selection__clear, span#select2-arc-cat-search-l3-container span.select2-selection__clear, span#select2-arc-cat-search-l4-container span.select2-selection__clear {
    display: none;
}




.catalog-active-filters_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products_club_section .products.catalog-grid .product-grid-item {
    border: solid 1px #cac3c3;
}

.archive-product-page .products.catalog-grid .product-grid-item {
    border: solid 1px #cac3c3;
}

span.product-grid-item__badge.product-grid-item__badge--price {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

span.product-grid-item__badge.product-grid-item__badge--price {
    position: absolute;
    top: -5px;
    right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(/wp-content/uploads/2026/04/RED-STAR.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
}

span.product-grid-item__badge.product-grid-item__badge--price:after {
    content: '₪';
    font-size: 10px;
    position: relative;
    left: -1px;
    top: 2px;
    font-weight: 500;
}

.catalog-load-more-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
}

button.catalog-load-more-btn, button.arc-load-more-btn {
    margin: 0px;
    background: #d52329;
    color: #fff;
    font-family: var(--heabo-font);
    font-weight: 500;
}

button.catalog-load-more-btn:hover, button.arc-load-more-btn:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

span.filter-group__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--heabo-font);
    color: #000;
    padding-bottom: 10px;
}

.filter-group.filter-group--price {
    min-width: 0;
}

.filter-group.filter-group--price .filter-group__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.filter-group.filter-group--price label.filter-pill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(/wp-content/uploads/2026/04/RED-STAR.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 125px;
    height: 125px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 18px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.filter-group.filter-group--price label.filter-pill:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.filter-group.filter-group--price label.filter-pill.is-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.filter-group.filter-group--price label.filter-pill:after {
    content: '₪';
    font-size: 14px;
    position: relative;
    left: -2px;
    top: 6px;
    font-weight: 500;
}

.product-grid-image-block img.product-grid-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 320px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 10px;
}

#catalog-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

form#catalog-filter-form {
    width: 100%;
}

.filter-pill input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.filter-group.filter-group--cat .filter-group__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-group.filter-group--cat .filter-group__options label.filter-pill.filter-pill--cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.filter-group.filter-group--cat label.filter-pill.filter-pill--cat span.filter-pill__img-wrap img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

.filter-group.filter-group--cat label.filter-pill.filter-pill--cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.filter-group.filter-group--cat label.filter-pill.filter-pill--cat span.filter-pill__label {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.filter-group.filter-group--cat label.filter-pill.filter-pill--cat:hover span.filter-pill__label {
    background: #d52329;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.filter-group.filter-group--cat label.filter-pill.filter-pill--cat.is-active span.filter-pill__label {
    background: #d52329;
    color: #fff;
    width: 100%;
    text-align: center;
}

.filter-group.filter-group--cat label.filter-pill.filter-pill--cat.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

div.catalog-active-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.catalog-active-filters__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div.catalog-active-filters__tags span.catalog-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #cac3c3;
    padding: 1px 10px;
    border-radius: 0px;
    gap: 10px;
}

div.catalog-active-filters__tags span.catalog-tag button.catalog-tag__remove {
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    font-size: 20px;
    line-height: 20px;
}

div.catalog-active-filters {
    font-family: var(--heabo-font);
}

div.catalog-active-filters button.catalog-reset-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    padding: 1px 15px;
    border: solid 1px #cac3c3;
    font-size: 16px;
    line-height: 26px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #d52329;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div#catalog-grid-wrap {
    padding-top: 20px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

div.catalog-grid-wrap {
    padding-top: 20px;
}

.catalog-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    gap: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.catalog-toolbar span#catalog-loading {
    display: none;
}

.catalog-toolbar span#catalog-loading.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-group.filter-group--cat .filter-group__options label.filter-pill.filter-pill--cat span.filter-pill__label {
    width: 100%;
    text-align: center;
}


.filter-group.filter-group--cat .filter-group__options label.filter-pill.filter-pill--cat.is-active span.filter-pill__label {
    background: #d52329;
    width: 100%;
    text-align: center;
    color: #fff;
}

.arc-filter-wrap {
    position: relative;
    margin-bottom: 60px;
}

div#arc-subsubsubcat-wrap {
    display: none;
}

.arc-filter-wrap:has(.swiper-button-lock) .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.arc-filter-wrap .arc-cat-pill {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

button.arc-cat-pill.is-active .arc-cat-pill__label {
    background: #d52329;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

button.arc-cat-pill.is-disabled {
    /*pointer-events: none;*/
    opacity: 0.6;
}

button.arc-cat-pill:hover .arc-cat-pill__label {
    background: #d52329;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

span.arc-cat-pill__img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

img.cat_img_hover {
    position: absolute;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

button.arc-cat-pill:hover img.cat_img_hover, button.arc-cat-pill.is-active img.cat_img_hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}





.archive-results-inner .swiper-button-next
{
    right: unset;
    left: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.archive-results-inner .swiper-button-prev
{
    left: unset;
    right: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

span.arc-cat-pill__label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

span.arc-cat-pill__img-wrap img {
    max-width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.arc-cat-pill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}



.swiper-button-next.catalog-cat-swiper-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 0px;
}

.swiper-button-next.catalog-cat-swiper-next::after {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.swiper-button-prev.catalog-cat-swiper-prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: 0px;
}

.swiper-button-prev.catalog-cat-swiper-prev::after {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.archive-results-inner .swiper-button-next, .archive-results-inner .swiper-button-prev {
    color: #737373;
}

.archive-results-inner .swiper-button-next::after, .archive-results-inner .swiper-button-prev::after {
    font-size: 25px;
    font-weight: 900;
}


div.catalog-grid-wrap.is-loading {
    opacity: 0.5;
}

.open-hours_desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    padding: 0px;
    width: 25%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
}

.open-hours_trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    width: 100%;
    min-height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.open-hours_popup {
    position: absolute;
    right: -145px;
    visibility: hidden;
    opacity: 0;
    background: #f6f7fb;
    -webkit-box-shadow: 0px 0px 5px 2px #00000075;
    box-shadow: 0px 0px 5px 2px #00000075;
    padding: 10px;
    z-index: 2;
    bottom: -45px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heabo-font);
    line-height: 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.open-hours_trigger:hover + .open-hours_popup {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.open-hours_popup p {
    margin: 0px;
}

.head_cat_ico {
    display: none;
}

.archive-hero-inner_without_image {
    padding: 20px 0px;
}

.header_menu_with_icon img.head_cat_ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    margin: 0px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.arc-adv-filter-bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    padding-bottom: 20px;
}

.arc-adv-filter-bar button#arc-adv-toggle-btn {
    margin: 0px;
    padding: 5px 10px;
    background: #000;
    border-radius: 100px;
    color: #fff;
    font-family: var(--heabo-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    height: auto;
    min-height: auto;
    position: absolute;
    top: -15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.arc-adv-filter-bar #arc-adv-filters {
    background: #f6f7fb;
    border-radius: 25px;
    border: solid 1px #000;
    padding: 40px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    gap: 20px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.arc-adv-filter-bar #arc-adv-filters.is-open {
    display: none;
}

.header_menu_with_icon #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #737373 !important;
    font-size: 12px !important;
    font-family: var(--heabo-font);
    font-weight: 600 !important;
}

.header_menu_with_icon #mega-menu-wrap-primary #mega-menu-primary>li.mega-promote_menu_link.mega-menu-item>a.mega-menu-link {
    color: #d52329 !important;
}

.header_menu_with_icon #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    color: #d52329 !important;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.header_menu_with_icon #mega-menu-wrap-primary #mega-menu-primary .mega-menu_top_with_img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 8%;
}

.header_menu_with_icon ul#mega-menu-primary > li > a.mega-menu-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.header_menu_with_icon ul#mega-menu-primary > li > a.mega-menu-link:hover {
    color: #d52329 !important;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.header_menu_with_icon ul#mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link {
    color: #d52329 !important;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.header_menu_with_icon #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: #d52329 !important;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.header_bottom_category_section .header_menu_with_icon, .header_bottom_category_section .header_menu_with_icon div#mega-menu-wrap-primary {
    width: 100%;
    background: transparent;
}

.header_bottom_category_section .header_menu_with_icon div#mega-menu-wrap-primary ul#mega-menu-primary {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    background: transparent;
}

.header_menu_with_icon #mega-menu-primary .mega-menu_top_with_img > a.mega-menu-link {
    height: 100% !important;
    padding-top: 15px !important;
    padding-bottom: 30px !important;
    border-bottom: solid 2px transparent !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header_menu_with_icon #mega-menu-primary .mega-menu_top_with_img > a.mega-menu-link:hover, .header_menu_with_icon #mega-menu-primary .mega-menu_top_with_img.mega-current-menu-item {
    background: #fdf5f5 !important;
    border-bottom: solid 2px #BD2426 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.header_menu_with_icon .mega-menu_top_with_img > a.mega-menu-link > img {
    width: 70px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

img.main_menu_ico_hover {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 15px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header_menu_with_icon #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover img.main_menu_ico_hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header_menu_with_icon #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link img.main_menu_ico_hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header_menu_with_icon ul.mega-sub-menu li.mega-menu-item a {
    padding: 5px 15px !important;
    background: #fff !important;
    color: #737373 !important;
    font-size: 12px !important;
    font-family: var(--heabo-font) !important;
    font-weight: 600 !important;
}

.header_menu_with_icon #mega-menu-primary .mega-menu_top_with_img a.mega-menu-link:hover {
    background: #fdf5f5 !important;
    color: #d52329 !important;
}

.header_menu_with_icon #mega-menu-primary ul.mega-sub-menu {
    border-top: solid 3px #BD2426 !important;
    padding-bottom: 10px !important;
    background: #fff !important;
    border-radius: 0px 0px 10px 10px !important;
}

.header_menu_with_icon #mega-menu-primary ul.mega-sub-menu ul.mega-sub-menu {
    border-radius: 10px 0px 10px 10px !important;
    overflow: hidden !important;
}

.mega-menu_title_without_link a {
    pointer-events: none !important;
    color: #BD2426 !important;
    border-bottom: solid 2px #a09f9f4a !important;
}

div#main-menu .sidebar-menu img.head_cat_ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

div#main-menu .sidebar-menu li.menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 15px !important;
    gap: 10px;
}
div#main-menu .sidebar-menu li.menu-item.current-menu-item > a {
    color: #d52329;
}

div#main-menu .sidebar-menu li.menu-item.current-menu-item > a img.main_menu_ico_hover {
    opacity: 1;
}

div#main-menu .sidebar-menu li.header-divider {
    margin: 0px;
}

div#main-menu .sidebar-menu button.toggle {
    top: 2px !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home_projects_section.business_projects_section {
    background: #f1ecec;
    padding-top: 50px;
}

.home_projects_section.home_post_section.business_post_section {
    background: #fff;
}

.home_contact_section.business_contact_section {
    background: #f1ecec;
}

.home_contact_section.business_contact_section .lobster_container.home_contact_container {
    gap: 0px;
}

.home_contact_section.business_contact_section .lobster_container.home_contact_container .contact_form_box, .home_contact_section.business_contact_section .lobster_container.home_contact_container .contact_links_box {
    background: transparent;
    padding: 0px;
}

.home_contact_section.business_contact_section .contact_links_box .contact_title {
    text-align: right;
}

.home_contact_section.business_contact_section .contact_form_box {
    border: solid 1px #000;
    padding: 20px !important;
    background: #f6f7fb !important;
}

.home_contact_section.business_contact_section .lobster_container.home_contact_container .contact_links_box {
    padding-left: 40px !important;
}

.home_contact_section.business_contact_section .contact_description {
    font-size: 18px;
}

.business_icons_section {
    background: #fff;
    padding: 20px 0px 50px 0px;
}

.business_icons_section .ico_slider_block .swiper-slide img {
    max-width: 100px;
    max-height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.home_contact_section.business_contact_section .contact_links_box .contact_title {
    font-size: 26px;
}

.archive_page {
    background: #fff;
}

.archive-product-container, .products_club_section_container .price-catalog-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1560px;
    margin: auto;
    padding: 0px 20px;
}

.archive-product-container .arc-filter-wrap, .products_club_section_container .price-catalog-page div.catalog-filters {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.archive-product-page {
    width: 100%;
}

section.archive-hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

section.archive-hero-section.contact_hero_section {
    background: #fff;
}

section.archive-hero-section.contact_hero_section .archive-hero-inner {
    padding: 0px;
}

section.archive-hero-section.contact_hero_section img.archive-hero-image-mob {
    display: none;
}

.archive-hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0px 0px 35px 0px;
    gap: 20px;
}

.archive-hero-inner_wit_image img.archive-hero-image {
    width: 100%;
}

img.archive-hero-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
}

h1.archive-hero-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 50px;
    color: #504f54;
}

.title-seperate {
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e51232;
    font-size: 0px;
    width: 8px;
}

h2.archive-results-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
}

.archive-product-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.archive-product-grid .product-grid-item {
    border: solid 1px #cac3c3;
}

section.archive-results-section {
    padding-bottom: 50px;
}

.branch_icons img {
    width: 30px;
    height: 30px;
}





.header_top_logo img.entered.lazyloaded {
    -o-object-fit: contain;
    object-fit: contain;
}

.product-grid-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    font-family: var(--heabo-font);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.product-grid-image-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.product-grid-item__badge_container {
    position: absolute;
    bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.product-grid-item .product-grid-item__badge_container {
    gap: 5px;
    bottom: -5px;
}

.product-grid-item__badge {
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 10px;
    min-width: 65px;
}

span.product-grid-item__badge.product-grid-item__badge--sale {
    background: #d72329;
}

span.product-grid-item__badge.product-grid-item__badge--new {
    background: #febd59;
    font-size: 16px;
    line-height: 18px;
}

span.product-grid-item__badge.product-grid-item__badge--outofstock {
    background: #848484;
}

span.product-grid-item__badge.product-grid-item__badge--price {
    z-index: 5;
}

.simple_pro_stock {
    padding-bottom: 10px;
}

.simple_pro_stock .prod-stock-label.back {
    color: #da8f5a;
}

.product-grid-item__title {
    text-align: right;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding-top: 10px;
    color: #000;
}

span.product-grid-item__price {
    padding-top: 5px;
}

span.product-grid-item__price span.starFrom {
    color: #848484 !important;
    font-weight: 500 !important;
}

span.product-grid-item__price del, span.product-grid-item__price del span {
    color: #848484 !important;
    font-size: 16px;
}

span.product-grid-item__price > span.starFrom + ins span {
    color: #111 !important;
}

span.product-grid-item__price ins span {
    color: #d72329 !important;
    font-weight: 400 !important;
    font-size: 16px;
}

span.product-grid-item__price span.woocommerce-Price-amount.amount {
    font-weight: 400;
}

span.product-grid-item__price strong {
    font-weight: 400 !important;
    color: #848484;
}

.products.catalog-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.furniture_projects_catalog_grid {
    background: #f6f7fb;
}

.furniture_projects_catalog_grid .fpc-wrap {
    width: 100%;
    max-width: 1260px;
    margin: auto;
    padding: 0px 20px;
}

.fpc-sub-cats {
    border: none;
}

button.fpc-cat-btn, .fpc-sub-cats .fpc-cat-btn {
    border: none;
    padding: 0px;
    background: transparent;
    border-radius: 0px;
    max-width: unset;
    margin: 0px;
}

span.fpc-cat-icon, .fpc-sub-cats .fpc-cat-btn span.fpc-cat-icon {
    width: auto;
    height: auto;
}

span.fpc-cat-icon img, .fpc-sub-cats .fpc-cat-btn span.fpc-cat-icon img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

span.fpc-cat-name {
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button.fpc-cat-btn:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

button.fpc-cat-btn:hover span.fpc-cat-name, .fpc-cat-btn.is-active span.fpc-cat-name {
    background: #d52329;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[dir="rtl"] .fpc-cat-slider-wrap .swiper-button-prev {
    right: 0px;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[dir="rtl"] .fpc-cat-slider-wrap .swiper-button-next {
    left: 0px;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fpc-cat-slider-wrap .swiper-button-prev::after, .fpc-cat-slider-wrap .swiper-button-next::after {
    font-size: 25px;
    color: #737373;
}

.fpc-cat-btn.is-active {
    background: transparent;
}

.product_badge_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
}

.product_badge_container span.product-grid-item__badge {
    font-size: 25px;
    font-weight: 900;
    padding: 10px;
    border-radius: 5px;
}

.header_menu_with_icon .mega-menu_top_with_img > a.mega-menu-link {
    line-height: normal !important;
    text-align: center !important;
}

.header_menu_with_icon .mega-menu_top_with_img > a.mega-menu-link span.mega-indicator {
    display: none !important;
}

.mega-menu_title_without_link a {
    pointer-events: none !important;
    color: #BD2426 !important;
    border-bottom: solid 2px #a09f9f4a !important;
}

div#main-menu .sidebar-menu .menu_top_with_img > a > img {
    width: 40px;
    height: 40px;
}

div#main-menu .sidebar-menu .menu_top_with_img > a[href*="sale"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

div#main-menu .sidebar-menu .menu_top_with_img .menu_title_without_link:hover {
    background: unset;
}

div#main-menu .sidebar-menu .menu_top_with_img .menu_title_without_link a {
    pointer-events: none;
    color: #BD2426;
    font-weight: 600;
}

.mobile_search_trigger {
    display: none;
}

.header_top_search .live-search-results {
    position: absolute;
    background: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 0;
}


.product_page_section {
    padding-top: 10px !important;
}

.product_page_section .section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    margin: auto;
    padding: 0px 20px;
}

.home_contact_section.prod_page_contact_section {
    background: #f6f7fb;
    padding: 10px 0px;
}

.product_relative_section {
    background: #fff;
    padding: 50px 0px 50px 0px;
}

.product_relative_title {
    padding-bottom: 15px;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    font-family: var(--heabo-font);
    font-size: 24px;
    font-weight: 600;
}

.product_page_section .col {
    padding: 0px !important;
}

.prod_page_image_col .swiper.wm-gallery-main .swiper-button-next:after, .prod_page_image_col .swiper.wm-gallery-main .swiper-button-prev:after
{
    font-size: 40px;
}

.badge_container_productpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.badge_container_productpage span.product-grid-item__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
}

.badge_container_productpage span.product-grid-item__badge.product-grid-item__badge--fastdelivery {
    padding: 0px;
}

.badge_container_productpage span.product-grid-item__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    font-family: var(--heabo-font);
    font-size: 24px !important;
    font-weight: 700;
    min-height: 40px;
}


a.whatsapp-product-btn {
    background: #55cc61;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 5px 0px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.whatsapp-product-btn:hover {
    color: #fff;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


a.whatsapp-product-btn img {
    height: 34px;
}

.product_share_container {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wm-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

span.wm-share-label {
    font-size: 21px;
    color: #504f54;
    font-weight: 500;
}

.wm-share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.wm-share-icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wm-share-icons a:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wm-share-icons a img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
}

.row_title h1.product-title.product_title {
    margin: 0px !important;
    font-size: 30px;
    font-weight: 700;
    padding-top: 20px;
}

.row_sku .product_meta {
    margin: 0px;
}

.row_sku .product_meta > span {
    display: none;
}

.row_sku .product_meta span.sku_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 3px 0px 26px 0px;
    color: #848484;
    font-size: 13px;
    gap: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--heabo-font);
}

.row_price .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fdf5dc;
    border-radius: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 18px 15px;
}

.row_price .price-wrapper p.custom-stock-info {
    display: none;
}

.row_price .price-wrapper span {
    font-family: var(--heabo-font);
    font-size: 30px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #282828;
}

.row_price .price-wrapper span bdi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.row_price .price-wrapper span.starFrom {
    padding-left: 5px;
    font-size: 20px;
    color: #848484;
}

.row_price .price-wrapper span ins span bdi, .row_price .price-wrapper span del span bdi {
    font-size: 30px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.row_price .price-wrapper span ins span bdi span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    color: #df1f26;
}

.row_price .price-wrapper span ins, .row_price .price-wrapper span del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row_price .price-wrapper p.price.product-page-price del span bdi {
    color: #848484;
    font-family: var(--heabo-font);
    font-size: 30px;
    font-weight: 700;
}

.row_price .price-wrapper p.price.product-page-price del span bdi span.woocommerce-Price-currencySymbol {
    color: #848484;
}

.row_price .price-wrapper span del bdi, .row_price .price-wrapper span del bdi span.woocommerce-Price-currencySymbol {
    color: #848484;
}

.row_price .price-wrapper span del bdi span.woocommerce-Price-currencySymbol {
    font-size: 16px;
}

.row_price .price-wrapper span ins span bdi {
    color: #d52329;
}

.row_price .price-wrapper span del {
    text-decoration: none;
}

.row_price .price-wrapper span del bdi {
    text-decoration: line-through;
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
}

.row_price .price-wrapper span bdi span.woocommerce-Price-currencySymbol {
    font-size: 16px;
}

.row_price .price-wrapper p.price.product-page-price.price-on-sale ins span, .row_price .price-wrapper p.price.product-page-price ins.wmp-price__sale span {
    font-family: var(--heabo-font);
    font-size: 30px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d72329;
}

.row_price .price-wrapper p.price.product-page-price.price-on-sale ins span bdi, .row_price .price-wrapper p.price.product-page-price ins.wmp-price__sale span bdi {
    font-family: var(--heabo-font);
    font-size: 30px;
    font-weight: 700;
}

.row_price .price-wrapper p.price.product-page-price.price-on-sale ins span bdi span.woocommerce-Price-currencySymbol, .row_price .price-wrapper p.price.product-page-price ins.wmp-price__sale span bdi span.woocommerce-Price-currencySymbol {
    font-size: 16px;
}


.row_price {
    padding-bottom: 30px;
}

.row_short_description .col-inner .product-short-description p {
    font-size: 18px;
    font-family: var(--heabo-font);
    margin: 0px;
    max-width: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}

.product_dimenstion_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    max-width: 460px;
    padding-bottom: 50px;
}

.product_dimenstion_container .product-dimension {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 76px;
}

.product_dimenstion_container .product-dimension .product-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    color: #848484;
    line-height: 1.2;
}

.product-dimension img {
    width: 100%;
}

.product-dimension.product-width img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 74px;
}

.product-dimension.product-height img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 45px;
}

.product-dimension.product-seatheight img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 55px;
}

.product-dimension.product-length img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 66px;
}

.product-dimension.product-material img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 76px;
}


.prod_page_info_col .row {
    margin: 0px !important;
}

.product_page_section .col.prod_page_info_col {
    padding-left: 20px !important;
}

.product_page_section .col.prod_page_image_col {
    padding-right: 20px !important;
}

.prod_tabs_container .prod-tabs-nav button.prod-tab-btn {
    padding: 2px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-family: var(--heabo-font);
    font-size: 15px;
    color: #504f54;
    font-weight: 500;
    margin: 0px;
    margin-bottom: -1px;
    border: solid 1px transparent;
    border-bottom: solid 1px #9f9fa3;
    border-radius: 6px 6px 0px 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.prod_tabs_container .prod-tabs-nav button.prod-tab-btn svg {
    width: 18px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.prod_tabs_container .prod-tabs-nav button.prod-tab-btn.active {
    margin-bottom: -1px;
    color: #d52329;
    border: solid 1px #9f9fa3;
    border-bottom: solid 1px #fff;
    border-radius: 6px 6px 0px 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.prod_tabs_container .prod-tabs-nav button.prod-tab-btn.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.prod_tabs_container .prod-tabs-nav button.prod-tab-btn svg path {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.prod_tabs_container .prod-tabs-nav button.prod-tab-btn.active svg path {
    fill: #d52329 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.prod_tabs_container {
    padding-top: 50px;
}

.prod-tabs-content {
    font-family: var(--heabo-font);
}

.prod-tabs-content li {
    font-weight: 400;
}

.prod-tabs-content {
    padding-bottom: 20px;
    border-bottom: solid 1px #9f9fa3;
}

a.prod-pdf-link {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.prod-pdf-link:hover {
    color: #fff;
    background: #b12929;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.row_price .price-wrapper p.price.product-page-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prod_add_to_cart_container .product-dimenstionWrapper {
    display: none;
}

.single-product .prod_add_to_cart_container .woocommerce-variation-add-to-cart {
    margin-top: 0px;
}

.prod_add_to_cart_container form.variations_form.cart .iconic-was-swatch__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prod_add_to_cart_container form.variations_form.cart span.iconic-was-swatch__graphic {
    width: 40px;
    height: 40px;
    border-radius: 0px !important;
    border: solid 1px #9f9fa3;
}

.prod_add_to_cart_container form.variations_form.cart .iconic-was-swatch__container span.iconic-was-swatch__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #504f54;
    font-family: var(--heabo-font);
    font-size: 12px;
}

.prod_add_to_cart_container form.variations_form.cart .iconic-was-swatch__container span.prod-stock-label {
    max-width: 40px;
    text-wrap: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #504f54;
    font-family: var(--heabo-font);
    font-size: 12px;
    margin: 0px;
    border-top: solid 1px #504f54;
    border-radius: 0px !important;
    padding-top: 5px;
}

.prod_add_to_cart_container form.variations_form.cart .iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch--selected:before {
    border: 2px solid #d52329 !important;
    border-radius: 0px !important;
}

.prod_add_to_cart_container form.variations_form.cart .iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
    margin: 0;
    border-radius: 0px !important;
    border: none;
}

.prod_add_to_cart_container form.variations_form.cart .iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch:hover {
    font-weight: normal;
}

.prod_add_to_cart_container form.variations_form.cart .iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch:hover:before {
    border: solid 1px #d52329 !important;
}

.prod_add_to_cart_container th.label {
    font-family: var(--heabo-font);
    font-size: 15px;
}

.prod_add_to_cart_container .iconic-was-swatches--visual .iconic-was-swatch--disabled .iconic-was-swatch__container::after, .prod_add_to_cart_container .iconic-was-swatches--visual .iconic-was-swatches__item--out-of-stock .iconic-was-swatch .iconic-was-swatch__container::after {
    display: none;
}

.prod_add_to_cart_container form.variations_form.cart .iconic-was-swatch__container span.prod-stock-label.out {
    color: #d72329;
}

.prod_add_to_cart_container form.variations_form.cart .iconic-was-swatch__container span.prod-stock-label.back {
    color: #da8f5a;
    display: flex;
    flex-direction: column;
}

span.arrival_date {
    text-align: center;
    display: none;
    justify-content: center;
    color: #919191;
    padding-top: 5px;
    font-size: 11px;
}

.simple_pro_stock span.arrival_date {
    display: none;
    text-align: right;
    justify-content: flex-start;
    font-size: 14px;
    padding-top: 0px;
}

body.b2bking_b2b_user span.arrival_date, body.b2bking_b2b_user .simple_pro_stock span.arrival_date {
    display: flex;
}


@media screen and (max-width: 1380px) {
    img.header_bottom_label {
        top: -10px;
        left: 10px;
        height: 50px;
    }
    .header_bottom_category_section .header_menu_with_icon div#mega-menu-wrap-primary ul#mega-menu-primary {
        gap: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .lobster_container.product_slider_container, .lobster_container.home_projects_container, .lobster_container.home_projects_container.home_post_container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .product_banner_image {
        /*width: 100%;*/
        height: fit-content;
        justify-content: center;
    }
    .lobster_container.product_slider_container.product_slider_container_home {
        gap: 10px;
        padding: 0px 30px;
        justify-content: space-between;
    }
    .product_slider {
        /*width: 100%;*/
        position: relative;
        padding: 20px 0px;
    }
    .arc-adv-group.arc-adv-group--sort {
        width: fit-content;
    }
    .arc-adv-group.arc-adv-group--catl3, .arc-adv-group.arc-adv-group--catl4 {
        width: fit-content;
    }
    .arc-adv-group.arc-adv-group--material, .arc-adv-group.arc-adv-group--color, .arc-adv-group.arc-adv-group--avail, .arc-adv-group.arc-adv-group--sinun {
        width: fit-content;
    }
}

@media screen and (max-width: 1150px) {
    .header_bottom_section {
        display: none;
    }
    .products_club_section .products.catalog-grid {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .archive-product-grid {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 1150px) {

    .products.catalog-grid {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 849px) {

    .product_page_section .col.prod_page_image_col {
        padding-right: 0px !important;
    }
    .product_page_section .col.prod_page_info_col {
        padding-left: 0px !important;
        padding-top: 20px !important;
    }

}

@media screen and (max-width: 767px) {
    .contact_description_icons {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    img.main_menu_ico_hover {
        top: auto;
    }
    .image_bg.image_bg_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .image_bg.image_bg_desk {
        display: none;
    }
    .contact_form_box form.wpcf7-form .million-contact-form .form-field.checkbox_field p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px;
    }

    .video_block {
        display: none;
    }

    .filter-group.filter-group--price label.filter-pill {
        width: 65px;
        height: 65px;
        font-size: 15px;
    }
    .filter-group.filter-group--price .filter-group__options {
        gap: 0px;
    }
    .filter-group.filter-group--price label.filter-pill:after {
        content: '₪';
        font-size: 10px;
        position: relative;
        left: -2px;
        top: 3px;
        font-weight: 500;
    }
    .filter-group.filter-group--cat label.filter-pill.filter-pill--cat span.filter-pill__img-wrap img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        height: 100px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .filter-group.filter-group--cat label.filter-pill.filter-pill--cat span.filter-pill__label {
        font-size: 10px;
    }

    div.catalog-active-filters button.catalog-reset-btn {
        font-size: 12px;
        line-height: 18px;
    }
    div.catalog-active-filters {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .catalog-toolbar {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 10px;
    }
    div.catalog-active-filters__tags span.catalog-tag {
        font-size: 10px;
        line-height: 10px;
    }
    div.catalog-active-filters__tags span.catalog-tag button.catalog-tag__remove {
        font-size: 15px;
        line-height: 15px;
    }
    div.catalog-active-filters__tags span.catalog-tag {
        font-size: 10px;
        line-height: 10px;
        padding: 0px 5px;
    }
    div.catalog-active-filters__tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product_banner_image img {
        position: unset;
        padding-top: 20px;
        max-width: 200px;
    }
    .branch_icons a.icon.waze {
        display: block;
    }
    .header_top_right, .header_top_left {
        gap: 15px;
    }
    .header_top_search form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1 {
        width: 35px;
        height: 34px !important;
        max-height: 40px;
        border-radius: 100px !important;
        padding: 0px;
        border: none;
    }

    .header_top_search form.dgwt-wcas-search-form svg.dgwt-wcas-ico-magnifier {
        margin: 0px;
        height: 30px;
        top: 8px;
        right: unset;
        left: 8px;
    }
    .account_block.account_not_logining span {
        display: none;
    }
    .home_contact_container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .product_banner_image {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product_slider {
        width: 100%;
    }
    .lobster_container.product_slider_container {
        padding-bottom: 30px;
    }
    .promotion_img_desk {
        display: none;
    }
    .promotion_img_mob {
        display: block;
    }
    .text_block {
        width: 100%;
        padding: 0px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .video_block {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .banner_title_container h1 {
        font-size: 40px;
    }
    .banner_title_container h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .video_text_section, .category_slider_section {
        padding: 20px 0px;
    }
    .category_slider_section {
        padding-bottom: 50px;
    }
    .product_slider_container {
        gap: 20px;
    }
    .contact_form_box, .contact_links_box {
        padding: 20px;
    }
    .products_club_section .products.catalog-grid {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .home_contact_section.business_contact_section .lobster_container.home_contact_container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .home_contact_section.business_contact_section .lobster_container.home_contact_container .contact_links_box {
        padding-left: 0px !important;
        padding-bottom: 20px !important;
    }
    .home_contact_section.business_contact_section .contact_form_box {
        border: solid 1px #000;
        padding: 10px !important;
        background: #f6f7fb !important;
    }
    .business_icons_section {
        background: #fff;
        padding: 50px 0px;
    }
    .business_icons_section .projects_title {
        text-align: center;
    }
    .business_icons_section .ico_slider_block .swiper-slide img {
        max-width: 70px;
        max-height: 70px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .home_contact_section.business_contact_section .contact_links_box .contact_title {
        font-size: 20px;
    }
    .archive-product-grid {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .archive-hero-inner_wit_image img.archive-hero-image {
        height: 25vh;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .arc-adv-filter-bar #arc-adv-filters {
        gap: 20px 10px;
    }
    .arc-adv-group.arc-adv-group--material, .arc-adv-group.arc-adv-group--color, .arc-adv-group.arc-adv-group--avail, .arc-adv-group.arc-adv-group--sinun {
        width: 100%;
    }
    .arc-adv-group.arc-adv-group--catsearch {
        width: calc(50% - 5px);
    }
    .arc-adv-group.arc-adv-group--price {
        width: 100%;
    }
    .arc-adv-group.arc-adv-group--catsearch {
        order: 5;
    }
    .arc-adv-group.arc-adv-group--avail {
        order: 2;
    }
    .arc-adv-group.arc-adv-group--price {
        order: 1;
    }
    .arc-adv-group.arc-adv-group--color {
        order: 3;
    }
    .arc-adv-group.arc-adv-group--material, .arc-adv-group.arc-adv-group--sinun {
        order: 4;
        width: 100%;
    }
    .arc-adv-group.arc-adv-group--catl3 {
        order: 6;
    }
    .arc-adv-group.arc-adv-group--catl4 {
        order: 7;
    }
    .arc-adv-group.arc-adv-group--catl3, .arc-adv-group.arc-adv-group--catl4 {
        width: 100%;
    }
    .arc-adv-group.arc-adv-group--sort {
        width: 100%;
        order: 8;
    }
    .video_text_section_container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .hero_banner {
        height: 60vh;
    }
    .promotion_banner_section .swiper-button-next:after, .promotion_banner_section .swiper-button-prev:after {
        font-size: 25px;
    }
    .promotion_banner_section .swiper-button-next {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .promotion_banner_section .swiper-button-prev {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .banner_title_container {
        padding: 40px 20px;
    }
    section.archive-hero-section.contact_hero_section img.archive-hero-image {
        display: none;
    }
    section.archive-hero-section.contact_hero_section img.archive-hero-image-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .arc-adv-filter-bar #arc-adv-filters {
        display: none;
    }
    .arc-adv-filter-bar #arc-adv-filters.is-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }




}


@media screen and (max-width: 767px) {

    .products.catalog-grid {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .mobile_search_trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border: solid 2px #000;
        border-radius: 100%;
        cursor: pointer;
    }
    .header_top_search .header-search-form {
        position: absolute !important;
        z-index: 9;
        background: #fff;
        width: 100% !important;
        left: 0px;
        top: 18vw;
        padding: 0px 10px 10px 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header_top_search .header-search-form.mob_active {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header_top_search .header-search-form .header-search-form-wrapper {
        max-width: 100%;
    }
    .header_top_search .live-search-results {
        width: 100%;
    }
}


@media screen and (max-width: 500px) {
    .category_slider a.category-slide img {
        height: 150px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .product-grid-item a {
        height: auto;
    }
    .branch_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
        border-bottom: dashed 2px #000000;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 5px;
    }
    .contact_under_title {
        padding-top: 20px;
    }
    .branch_title, .branch_item.branch_item_99 .branch_title {
        width: calc(60% - 5px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: -30px;
    }
    button.open-hours {
        width: 30%;
    }
    .open-hours_desk {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 40%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 10px;
    }
    .branch_icons, .branch_item.branch_item_99 .branch_icons {
        width: 40%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .products_club_section .products.catalog-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .archive-product-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .arc-adv-group.arc-adv-group--catsearch {
        width: 100%;
    }
    .arc-adv-group.arc-adv-group--avail {
        width: 100%;
    }
    .prod_tabs_container .prod-tabs-nav button.prod-tab-btn svg {
        display: none;
    }
    .prod_tabs_container .prod-tabs-nav button.prod-tab-btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: solid 1px #c1c1c4;
    }
    .prod_tabs_container .prod-tabs-nav button.prod-tab-btn {
        font-size: 12px;
        padding: 2px 10px;
    }
    .product_dimenstion_container {
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product_dimenstion_container .product-dimension {
        max-width: calc(20% - 10px);
    }
    .product_share_container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
    span.wm-share-label {
        font-size: 18px;
    }
    .wm-share {
        gap: 10px;
    }



}

@media screen and (max-width: 500px) {
    .products.catalog-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}
