 .logo_img {
                filter: grayscale(100%) brightness(50%);
                transition: filter 0.5s ease;
            }

            .logo_img:hover {
                filter: none;
            }

            /*! CSS Used from: https://www.chooz.co.il/assets/chooz/css/default.css */
            header, nav {
                display: block;
            }

            h2, h3 {
                margin-bottom: .5rem;
            }

            button, input {
                overflow: visible;
            }

            p, ul {
                margin-bottom: 1rem;
            }

            .btn {
                white-space: nowrap;
                text-align: center;
            }

            .btn {
                cursor: pointer;
            }

            *, ::after, ::before {
                box-sizing: border-box;
            }

            a {
                background-color: transparent;
            }

            p, ul {
                margin-top: 0;
            }

            a, a.btn-primary:hover, a:hover {
                text-decoration: none;
            }

            .form-group:last-child, ul ul {
                margin-bottom: 0;
            }

            .btn, img {
                vertical-align: middle;
            }

            a {
                color: var(--text-primary-color);
                -webkit-text-decoration-skip: objects;
            }

            a:hover {
                color: var(--text-footer-link-hover-color);
            }

            .btn:focus {
                outline: 0;
            }

            img {
                border-style: none;
            }

            svg:not(:root) {
                overflow: hidden;
            }

            button {
                border-radius: 0;
            }

            button:focus {
                outline: dotted 1px;
                outline: -webkit-focus-ring-color auto 5px;
            }

            button, input {
                margin: 0;
                font-family: inherit;
                font-size: inherit;
                line-height: inherit;
            }

            button {
                text-transform: none;
            }

            [type=submit], button {
                -webkit-appearance: button;
            }

            .form-control {
                font-weight: 400;
                line-height: 150%;
            }

            h2, h3 {
                margin-top: 0;
                font-family: inherit;
                font-weight: 500;
                line-height: 1.2;
                color: inherit;
            }

            .img-fluid {
                max-width: 100%;
                height: auto;
            }

            .btn, .form-control {
                height: 50px;
                font-style: normal;
            }

            .container-full {
                margin-right: auto;
                margin-left: auto;
                width: 100%;
            }

            .container-full {
                padding-right: 30px;
                padding-left: 30px;
            }

            .form-control {
                display: block;
                width: 100%;
                padding: 0 13px;
                transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                border-radius: 5px;
                border: 1px solid #d1d5db;
                background: #fff;
                color: #000;
                font-size: 18px;
            }

            .form-control:focus {
                color: #000;
                background-color: #fff;
                border-color: rgba(17, 154, 211, .65);
                outline: 0;
            }

            .form-control::placeholder {
                color: inherit !important;
                color: var(--form-control-color);
                opacity: 1;
            }

            .form-control:disabled {
                opacity: 1;
            }

            .form-group {
                margin-bottom: 20px;
                position: relative;
            }

            .btn-primary:focus {
                box-shadow: none;
                outline: 0;
            }

            .btn-primary:disabled {
                color: var(--white-color);
                background-color: var(--btn-disabled-color);
                border-color: var(--btn-disabled-color);
            }

            .btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                border: 1px solid #000;
                padding: 0 31px;
                border-radius: 100px;
                font-size: 20px;
                font-weight: 500;
                line-height: 20px;
                transition: .6s;
            }

            .btn-secondary:hover {
                color: #fff;
                background-color: #5a6268;
                border-color: #545b62;
            }

            .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
                box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
            }

            .btn-secondary:disabled {
                color: #fff;
                background-color: #6c757d;
                border-color: #6c757d;
            }

            .btn-secondary:not(:disabled):not(.disabled):active {
                color: #fff;
                background-color: #545b62;
                border-color: #4e555b;
            }

            .btn-outline {
                border: 2px solid #7d7d7d;
                font-size: 20px;
                line-height: 30px;
                font-weight: 700;
            }
            .homeProductLatest .owl-stage-outer {
                display: flex;
                justify-content: center;
            }

            @media only screen and (max-width: 1200px) {
                .btn, .form-control {
                    height: 44px;
                    font-size: 16px;
                }

                .btn {
                    padding: 0 20px;
                }

                .btn-outline {
                    border-width: 1.5px;
                }

                .form-control {
                    padding: 0 10px;
                }
            }

            /*! CSS Used from: https://www.chooz.co.il/assets/chooz/css/style_new.css */
           /* a, div, h2, h3, li, p {
                font-family: var(--primary-fonts) !important;
            }*/

            form {
                margin: 0;
            }

            .btn-primary {
                background-color: #e7257f;
                color: #fff;
                border-color: #e7257f;
            }

            .btn-primary:hover {
                color: #fff;
                background: #1d3976;
                border-color: #1d3976;
            }

            .btn-secondary {
                background-color: #1d3976;
                color: #fff;
                border-color: #1d3976;
            }

            .btn-secondary:hover {
                background-color: #002842;
                border-color: #002842;
            }

            .btn-outline {
                background: inherit !important;
                color: #1d3976 !important;
                border-color: #1d3976 !important;
            }

            .btn-outline:hover {
                background: #e7257f !important;
                color: #fff !important;
                border-color: #e7257f !important;
            }

            .site-header .navigation .container-full {
                position: relative;
            }

            .hdrGroup_bts .btn:hover .hdrGroupIcon_before, .hdrGroup_ul .hdrGroup_li:last-child:before, .mobile-menu-head, .mobile-menu-trigger, .mobileLangauge {
                display: none;
            }

            .site-header {
                display: contents;
            }

            .site-header .search_bx .form-group {
                display: flex;
                gap: 0;
                width: 234px;
                position: relative;
            }

            .site-header .search_bx .form-group .form-control {
                height: 46px;
                background: #fff;
                color: #040505;
                font-size: 16px;
                border-radius: 6px;
                font-weight: 400;
                width: 100%;
                border: 1px solid #0000004D;
                padding-left: 30px;
            }

            .site-header .search_bx .form-group .form-control::placeholder {
                opacity: 1;
                color: #040505;
            }

            .site-header .search_bx .form-group .btn {
                background: #e7257f;
                border: none;
                padding: 0;
                height: 100%;
                position: absolute;
                left: 0;
                width: 36px;
                border-radius: 5px 0 0 5px;
            }

            .site-header .search_bx .form-group .btn:hover {
                transform: inherit;
            }

            .site-header .search_bx .form-group .btn img {
                filter: brightness(.5) invert(1);
            }

            .hdrGroup_bts .btn:hover .hdrGroupIcon_after {
                display: block !important;
            }

            .site-header .search_bxMobile {
                padding: 15px 18px;
                position: absolute;
                background: #fff;
                width: 100%;
                left: 0;
                right: 0;
            }

            .child-categories li a, .child-categoriesNew li a, .site-header .search_bxMobile .form-group {
                width: 100%;
            }

            .site-header .navigation {
                background: #fff;
                padding: 2px 0 2px;
                position: relative;
                z-index: 9999;
            }

            .site-header .navigation .navBar {
                display: flex;
                align-items: center;
                gap: 39px;
                flex: 1;
            }

            .site-header .logoSection {
                display: flex;
                align-items: center;
                gap: 32px;
            }

            .site-header .logoSection .logo_area img {
                width: 200px;
                height: auto;
            }

            .site-header .menu-wrap {
                display: flex;
                gap: 10px;
                justify-content: space-between;
                align-items: center;
            }

            .site-header .navBar .main-menu {
                display: flex;
                list-style-type: none;
                padding: 0;
                margin: 0;
                gap: 46px;
            }

            .site-header .navBar .main-menu li a {
                font-size: 14px;
                color: #1d3976;
                line-height: 14px;
                font-weight: 400;
            }

            .site-header .langaugeSelect {
                border: none;
                font-size: 16px;
                line-height: 18px;
                color: #333;
                font-weight: 400;
                height: auto;
                width: auto;
                min-width: 90px;
                background-position: left 10px center !important;
                padding-left: 0;
                border-radius: 0;
            }

            .langaugeSelect .dropdownBox.form-control {
                width: 100px;
                min-width: 100px;
            }

            .custom_option.langaugeSelect.form-control {
                border-left: 1px solid #d9d9d9;
                padding-left: 7px;
                font-size: 18px;
            }

            .custom_option.langaugeSelect.form-control img {
                width: 24px;
                height: 24px;
                border-radius: 100%;
                border: 1px solid #ccc;
                object-fit: contain;
            }

            #contactInfoModal_btn, #loginModal_btn, .hdrGroup_li.toggleButtonLang, .site-header .hdrStore_btn_list img, .site-header .menu-icon {
                cursor: pointer;
            }

            .site-header .usersAdmin_img {
                flex: none;
                border: 1px solid #277EBD4D;
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                border-radius: 100%;
                background: #277EBD1A;
            }

            .hdrGroup_bts .btn.btnlogin:hover, .hdrStore_btn_list.hdrStore_btn_cart.header_pop_up_cart a:hover {
                background-color: #fff;
            }

            .site-header .hdrStore_btn_list {
                position: relative;
                display: flex;
                align-items: center;
                gap: 4px;
            }

            .site-header .hdrStore_btn_list:before {
                content: "";
                position: absolute;
                left: -15px;
                background: #fffFFF33;
                height: 100%;
                width: 1px;
            }

            .hdrStore_btn_list.hdrStore_btn_cart:hover .hdrCart_popup {
                display: block;
            }

            .loginModal {
                position: absolute;
                left: 0;
                top: 55px;
                box-shadow: 0 0 16.9px -5px #00000014;
                background-color: #eff2f7;
                max-width: 497px;
                border-radius: 10px;
                overflow: hidden;
                z-index: 999999;
                width: calc(100% - 15px);
            }

            .hdrGroup_bts .btn:hover, .site-header .contactInfoModal {
                box-shadow: 0 0 15px 1px #00000033;
            }

            .dropdownBox ul, .site-header .contactInfoModal_wrap ul {
                padding: 0;
                margin: 0;
                list-style-type: none;
            }

            .site-header .contactInfoModal_wrap ul {
                display: flex;
                flex-direction: column;
            }

            .site-header .contactInfoModal_wrap ul li {
                padding: 18px 0 23px;
                border-bottom: 1px solid #d9d9d9;
                position: relative;
                left: 15px;
            }

            .dropdownBox ul li:last-child, .site-header .contactInfoModal_wrap ul li:last-child {
                border: none;
            }

            .site-header .contactInfoModal_wrap .contactInfo_arrow {
                position: absolute;
                left: -6px;
                top: 25px;
            }

            .site-header .contactInfo_content {
                display: flex;
                gap: 23px;
            }

            .site-header .contactInfo_icon {
                flex: none;
                width: 33px;
                height: 33px;
            }

            .site-header .contactInfo_icon img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

            .mega-menuBar-design .list-item, .site-header .contactInfo_dec {
                flex: 1;
            }

            .site-header .contactInfo_dec p {
                color: #1d3976;
                font-size: 16px;
                line-height: 20px;
                font-weight: 400;
                margin: 0;
            }

            .site-header .contactInfo_dec h3 {
                color: #1d3976;
                font-size: 20px;
                line-height: 18px;
                font-weight: 400;
                margin: 0 0 4px;
            }

            .site-header .contactInfoModal {
                position: absolute;
                left: 0;
                top: 55px;
                background-color: #fff;
                width: 494px;
                border-radius: 10px;
                overflow: hidden;
                padding: 42px;
            }

            .site-header .hdrSocial_modal {
                display: flex;
                align-items: center;
                gap: 15px;
                justify-content: center;
            }

            .site-header .hdrSocial_modal img {
                width: 20px;
                height: 20px;
                object-fit: contain;
            }

            .site-header .hdrSocial_modal a:nth-child(2) img {
                position: relative;
                top: 2px;
            }

            .hdrGroup_wizard a {
                background-color: #cdd960;
                font-size: 14px;
                line-height: 14px;
                color: #1d3976;
                font-weight: 400;
                border: none;
            }

            .hdrGroup_wizard a:hover {
                background-color: #1d3976;
            }

            .hdrGroup_bts {
                display: flex;
                gap: 13px;
            }

            .hdrGroup_bts .btn {
                width: 34px;
                height: 34px;
                border-radius: 100%;
                padding: 0;
                position: relative;
            }

            .hdrGroup_bts .btn.btnStar {
                background-color: #c1d33c;
                border-color: #c1d33c;
            }

            .hdrGroup_bts .btn.btnWishlist {
                background-color: #e7257f;
                border-color: #e7257f;
            }

            .hdrGroup_bts .btn.btnCart, .hdrGroup_bts .btn:hover {
                background-color: #1d3976;
                border-color: #1d3976;
            }

            .hdrGroup_bts .wishlist_count {
                position: absolute;
                top: -19px;
                background: #1d3976;
                width: 24px;
                height: 24px;
                border-radius: 100%;
                box-shadow: 0 0 2px 0 #ccc;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 12px;
                font-weight: 400;
                right: -10px;
                color: #fff;
            }

            .hdrGroup_option {
                display: flex;
                align-items: center;
                gap: 37px;
            }

            .hdrGroup_ul, .row_ul {
                display: flex;
                gap: 20px;
            }

            .hdrGroup_ul .hdrGroup_li {
                display: flex;
                align-items: center;
                gap: 8px;
                position: relative;
                font-size: 14px;
                line-height: 14px;
                color: #1d3976;
                font-weight: 400;
            }

            .hdrGroup_ul .hdrGroup_li:before {
                content: "";
                position: absolute;
                left: -8px;
                top: 0;
                bottom: 0;
                background-color: #afb1b2;
                height: 32px;
                width: 1px;
                margin: auto;
            }

            .hdrGroup_ul .arrowIcon_show {
                position: relative;
                left: 5px;
            }

            .hdrGroup_ul .arrowIcon_show img {
                width: 14px;
                height: auto;
            }

            .searchDropdown_item ul li:hover a {
                color: #fff;
            }

            .searchDropdown_item ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

            .custom_option.form-control .toggleButtonLang {
                background-image: url(https://www.chooz.co.il/assets/chooz/images/arrow_select.svg) !important;
                background-size: 16px !important;
                background-repeat: no-repeat !important;
            }

            .searchDropdown_item {
                margin-top: 10px;
            }

            .hdrCart_popup_hide img {
                filter: brightness(0) invert(1);
            }

            .custom_option.form-control {
                display: flex;
                align-items: center;
                position: relative;
                cursor: pointer;
            }

            .custom_option.form-control .toggleButtonLang {
                background-position: left 10px top 2px !important;
                padding-left: 34px;
            }

            .custom_option.form-control .toggleButtonLang {
                display: flex;
                align-items: center;
                gap: 4px;
                background-position: left 10px top 4px !important;
            }

            .dropdownBox {
                display: none;
                position: absolute;
                left: 0;
                right: 0;
                top: 33px;
                min-width: 200px;
                z-index: 99999;
                height: auto;
                padding: 0;
            }

            .dropdownBox ul li.active_lang {
                background-color: #dcf0ff;
            }

            .dropdownBox ul li {
                padding: 5px 10px;
                border-bottom: 1px solid #ccc;
            }

            .hdrCart_popup_hide {
                width: 20px;
                height: 20px;
            }

            .hdrCart_popup:before {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-bottom: 15px solid #fff;
                top: 24px;
                left: 29px;
                display: none;
            }

            .hdrCart_popup.activeempty {
                left: 0;
            }

            .hdrCart_popup {
                display: none;
                position: absolute;
                left: 0;
                top: -3px;
            }

            .hdrCart_popup_hide {
                display: none;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                background-color: #000;
                position: absolute;
                top: 0;
                right: 0;
                cursor: pointer;
            }

            .hdrCart_popup_wrap {
                box-shadow: 0 0 15px 1px #00000033;
                width: 494px;
                background: #fff;
                position: absolute;
                left: 0;
                top: 38px;
                border-radius: 10px;
                overflow: hidden;
            }

            .product-list-item-bx:hover {
                box-shadow: 0 0 15px 1px #a1a5C261;
            }

            .hdrCart_popup_hdr {
                border-bottom: 1px solid #ebebeb;
                background-color: #fff;
                padding: 10px 24px;
                font-size: 18px;
                color: #1d3976;
                line-height: 20px;
                font-weight: 400;
                height: 62px;
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                gap: 4px;
            }

            .hdrCart_popup_body {
                padding: 18px 17px 18px 25px;
                max-height: 181px;
                overflow: auto;
            }

            .hdrCart_popup_body::-webkit-scrollbar {
                width: 4px;
            }

            .hdrCart_popup_body::-webkit-scrollbar-track {
                background: #f1f1f1;
            }

            .hdrCart_popup_body::-webkit-scrollbar-thumb {
                background: #888;
            }

            .hdrCart_popup_body::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

            .hdrCart_ftr_btns .btn-outline:hover, .hdrCart_ftr_btns .btn-primary:hover {
                background-color: #e7257f !important;
                color: #fff !important;
            }

            .hdrCart_ftr_btns {
                justify-content: space-between;
                gap: 5px;
                display: flex;
            }

            .hdrCart_popup_ftr {
                border-top: 1px solid #ebebeb;
                background: #fff;
            }

            .hdrCart_ftr_btns {
                padding: 18px 21px;
            }

            .hdrCart_ftr_btns .btn {
                border-width: 1.5px;
                border-radius: 5px;
                height: 44px;
                font-size: 20px;
                line-height: 23px;
                font-weight: 400;
                padding: 0 15px;
                min-width: 140px;
                width: auto;
            }

            .hdrCart_ftr_btns .btn-outline {
                color: #e7257f !important;
                border-color: #e7257f !important;
            }

            .hdrCart_ftr_btns .btn-primary:hover {
                border-color: #e7257f !important;
            }

            .category-promoted-product-list-item {
                position: absolute;
                left: -293%;
                right: unset;
                max-width: 414px;
                gap: 38px;
                top: 20px;
                display: none;
                flex-wrap: wrap;
                justify-content: center;
            }

            .product-list-item-btns {
                flex: 1 1 100%;
                max-width: 100%;
                width: 100%;
                text-align: center;
            }

            .product-list-item-btns .btn {
                height: 38px;
                font-size: 16px;
            }

            .product-list-item-bx img {
                width: 100% !important;
                height: 162px !important;
                display: block;
                margin-bottom: 10px;
            }

            .product-list-item-bx h2, 
            .product-list-item-bx h3 {
                color: #1d3976;
                font-size: 16px;
                line-height: 22px;
                font-weight: 600;
            }

            .product-list-item-bx {
                width: 188px;
                padding: 0;
                border: 1px solid #dadbe4;
                border-radius: 10px;
                overflow: hidden;
            }

            .product-list-item-bx h2, 
            .product-list-item-bx h3 {
                padding: 0 10px 10px;
                margin-bottom: 4px;
            }

            .loginModalHdr {
                box-shadow: 0 0 15px 1px #00000033!important;
                width: 310px;
            }

            @media only screen and (min-width: 1900px) {
                .site-header .navigation .container-full {
                    max-width: 1850px;
                }
            }

            @media only screen and (min-width: 1201px) {
                .site-header .navBar .main-menu li a:hover {
                    color: #e7257f;
                }
            }

            .searchDropdown {
                position: absolute;
                left: 0;
                right: 0;
                background: #fff;
                width: 100%;
                max-height: 300px;
                overflow: auto;
                border-radius: 5px;
                display: none;
                z-index: 99999;
                top: 46px;
            }

            .searchDropdown::-webkit-scrollbar {
                width: 4px;
            }

            .searchDropdown::-webkit-scrollbar-track {
                background: #f1f1f1;
            }

            .searchDropdown::-webkit-scrollbar-thumb {
                background: #888;
            }

            .searchDropdown::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

            .searchDropdown_item h3 {
                padding: 10px 20px 2px;
                font-weight: 600;
                font-size: 18px;
            }

            .searchDropdown_item ul li {
                padding: 8px 20px;
                border-bottom: 1px solid #eee;
            }

            .searchDropdown_item ul li:first-child {
                border-top: 1px solid #eee;
            }

            .searchDropdown_item ul li a {
                display: block;
                width: 100%;
                height: 100%;
                font-weight: 400;
                font-size: 16px;
                color: #222;
            }

            .searchDropdown_item ul li:hover {
                background: #00a0e5;
            }

            .menu-mainMegaBar {
                margin: 0;
                padding: 0;
            }

            .closeModalPopup {
                position: absolute;
                width: 30px;
                height: 30px;
                display: inline-flex !important;
                background: #fff;
                border-radius: 100%;
                align-items: center;
                justify-content: center;
                padding: 0;
                top: 5px;
                left: 5px;
                z-index: 999;
            }

            .closeModalPopup svg {
                width: 100%;
                height: 100%;
            }

            @media only screen and (max-width: 1200px) {
                .hdrStore_btn_mobile.hdrStore_btn_mobile2 {
                    display: block !important;
                }

                .hdrGroup_store {
                    display: none;
                    gap: 12px;
                    flex-direction: row-reverse;
                }

                .hdrGroup_bts .btn {
                    width: 30px;
                    height: 30px;
                }

                .hdrGroup_bts {
                    gap: 10px;
                }

                .hdrGroup_bts .btn img {
                    width: 18px;
                    height: 18px;
                    object-fit: contain;
                }

                .hdrGroup_bts .btn.btnlogin svg {
                    width: 21px!important;
                }

                .hdrGroup_bts .wishlist_count {
                    top: -14px;
                    width: 18px;
                    height: 18px;
                    font-size: 10px;
                    right: -10px;
                }

                .hdrGroup_bts .btn.btnlogin {
                    display: flex !important;
                    border: none;
                    padding: 0;
                }

                .hdrGroup_bts .btn.btnlogin svg {
                    width: 16px;
                    height: auto;
                }
            }

            @media only screen and (max-width: 1169px) {
                .site-header .navigation {
                    background-color: #fff;
                }

                .site-header .langaugeSelectMobile .toggleButtonLang {
                    background-image: url(https://www.chooz.co.il/assets/chooz/images/arrow_select_white.svg) !important;
                }

                .mobileLangauge {
                    display: block !important;
                    color: #fff;
                }

                .site-header .navBar, .site-header .navBar .main-menu {
                    display: none;
                }

                .langaugeSelectMobile {
                    background-color: inherit;
                    border: none !important;
                }

                .langaugeSelectMobile .toggleButtonLang, .site-header .navBar .main-menu li a {
                    color: #fff;
                }

                .langaugeSelectMobile ul li a {
                    color: inherit !important;
                }

                .site-header .navigation {
                    padding: 10px 0;
                    box-shadow: 0 1px 0 0 #eee;
                    position: sticky;
                    top: 0;
                    z-index: 9999;
                }

                .hdrStore_btn_mobile {
                    display: flex !important;
                    align-items: center;
                    gap: 10px;
                    order: 2;
                }

                .hdrStore_btn_mobile .usersAdmin_img {
                    width: 30px;
                    height: 30px;
                    cursor: pointer;
                }

                .hdrStore_btn_mobile .usersAdmin_img img {
                    width: 15px;
                    height: auto;
                }

                .hdrStore_btn_mobile .mobileSaerch {
                    cursor: pointer;
                }

                .site-header .menu-wrap {
                    position: relative;
                }

                .site-header .navBar .main-menu {
                    position: fixed;
                    top: 0;
                    right: 0;
                    height: 100%;
                    background-color: #00253d;
                    flex-direction: column;
                    width: 400px;
                    padding: 80px 40px 40px;
                    gap: 10px;
                    z-index: 999999999;
                }

                .site-header .navBar .main-menu>li {
                    border-bottom: 1px solid #09334e;
                    padding: 10px 0;
                }

                .site-header .navBar .main-menu li:hover>a {
                    color: #fff !important;
                }
            }

            .btn-primary, .btn-primary:hover {
                transition: transform .3s;
            }

            .site-header .menuMegaBar>ul {
                display: flex;
                gap: 18px;
            }
            .site-header .menuMegaBar>ul>li.menu-item-has-children {
                padding-right: 18px;
            }

            [dir="rtl"] .site-header .menuMegaBar>ul>li.menu-item-has-children {
                padding-right: 0px;
                padding-left: 18px;
            }

            .site-header .menuMegaBar>ul>li {
                display: inline-block;
                height: 23px;
            }

            .site-header .menuMegaBar>ul>li>a, 
            .site-header .menuMegaBar>ul>li>span {
                font-size: 16px;
                font-weight: 600;
                color: #1d3976;
                position: relative;
                text-transform: capitalize;
                transition: color .3s;
                cursor: pointer;
            }

            .site-header .menuMegaBar>ul>li .sub-menuMegaBar {
                position: absolute;
                z-index: 500;
                background-color: #fff;
                box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
                padding: 20px 30px;
                transition: .5s;
                margin-top: 25px;
                opacity: 0;
                visibility: hidden;
            }

            .arrow-angle-down {
                box-sizing: border-box;
                height: 8px;
                width: 8px;
                border-style: solid;
                border-color: #1d3976;
                border-width: 0 2px 2px 0;
                transition: border-width 150ms ease-in-out;
                transform: rotate(45deg) translate(-50%, -50%);
                display: inline-block;
                position: absolute;
                left: -18px;
                top: 9px;
            }

            .site-header .menuMegaBar>ul>li.menu-item-has-children:hover .arrow-angle-down {
                border-color: #ea4636;
            }

            @media (min-width: 1201px) {
                .site-header .menuMegaBar>ul>li.menu-item-has-children:hover .sub-menuMegaBar {
                    margin-top: 0;
                    visibility: visible;
                    opacity: 1;
                }
            }

            .sub-menuMegaBar ul {
                margin: 0 0 30px;
                padding: 0;
            }

            .site-header .menuMegaBar>ul>li .sub-menuMegaBar.mega-menuBar {
                min-width: 250px;
                left: 50%;
                transform: translateX(-50%);
            }

            .mega-menuBar-design {
                max-width: 1190px;
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                padding: 45px 27px 25px;
                box-shadow: 0 0 15px 1px #00000033;
                border-radius: 10px;
            }

            .site-header .menuMegaBar>ul>li:hover>a {
                color: #ea4636;
            }

            .sub-menuMegaBar.mega-menuBar {
                max-height: 500px;
                overflow: auto;
            }

            .sub-menuMegaBar.mega-menuBar::-webkit-scrollbar {
                width: 12px;
            }

            .sub-menuMegaBar.mega-menuBar::-webkit-scrollbar-track {
                background-color: #eff2F7E5;
                border-radius: 10px;
            }

            .sub-menuMegaBar.mega-menuBar::-webkit-scrollbar-thumb {
                background: #dadbe4;
                border-radius: 10px;
            }

            .sub-menuMegaBar.mega-menuBar::-webkit-scrollbar-thumb:hover {
                background: #dadbe4;
            }

            .col-ul {
                position: relative;
                list-style: none;
                min-height: 380px;
                border-left: 1px solid #a1a5c2;
                padding-left: 24px;
            }

            .col-ul ul {
                list-style: none;
                padding: 21px 0 0;
                margin: 0;
                max-height: 350px;
                overflow-y: scroll;
                padding-left: 10px !important;
                overflow-x: hidden;
            }

            .col-ul ul li {
                margin-bottom: 5px;
                min-width: 250px;
                max-width: 250px;
                width: 250px;
            }

            .col-ul ul li a {
                display: block;
                text-decoration: none;
                padding: 6px 15px;
                font-size: 14px;
                line-height: 14px;
                font-weight: 400;
                color: #1d3976;
            }

            .col-ul ul li.haveCatChild span.haveArrow, .col-ul ul li.haveCatChildNew span.haveArrow {
                position: relative;
                width: 10px;
                height: 10px;
                display: inline-block;
                margin-right: 4px;
                top: 2px;
            }

            .col-ul ul li.haveCatChild span.haveArrow:before, .col-ul ul li.haveCatChildNew span.haveArrow:before {
                box-sizing: border-box;
                height: 7px;
                width: 7px;
                border-style: solid;
                border-color: #1d3975;
                border-width: 0 2px 2px 0;
                transition: border-width 150ms ease-in-out;
                content: "";
                position: absolute;
                right: unset;
                top: 4px;
                transform: rotate(129deg) translate(-61%, -10%);
                pointer-events: none;
                left: 0;
            }

            .col-ul>ul>li a:hover, .col-ul>ul>li:hover>a, .col-ul>ul>li.active > a {
                background: #eff2F7E5;
                font-weight: 600;
            }

            .col-ul>ul:hover li.active > a {
                font-weight: inherit;
            }

            .child-categories, .child-categoriesNew {
                display: none;
                position: absolute;
                right: 84%;
                top: 0;
                padding-right: 39px !important;
            }

            .child-categoriesNew {
                position: fixed;
                right: 550px !important;
                top: 25px;
                height: 100%;
            }

            .child-categories li, .child-categoriesNew li {
                margin-right: 10px;
            }

            .col-ul ul::-webkit-scrollbar {
                width: 6px;
            }

            .col-ul ul::-webkit-scrollbar-track {
                background-color: #eff2F7E5;
                border-radius: 10px;
            }

            .col-ul ul::-webkit-scrollbar-thumb {
                background: #dadbe4;
                border-radius: 10px;
            }

            .col-ul ul::-webkit-scrollbar-thumb:hover {
                background: #dadbe4;
            }

            @media (max-width: 1200px) {
                .menu-overlay, .site-header .menuMegaBar {
                    position: fixed;
                    left: 0;
                    top: 0;
                    transition: .5s;
                }

                .site-header .mobile-menu-trigger {
                    display: flex;
                    height: 30px;
                    width: 30px;
                    margin-left: 15px;
                    cursor: pointer;
                    align-items: center;
                    justify-content: center;
                }

                .site-header .mobile-menu-trigger span {
                    display: block;
                    height: 2px;
                    background-color: #333;
                    width: 24px;
                    position: relative;
                }

                .site-header .mobile-menu-trigger span:after, .site-header .mobile-menu-trigger span:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #1d3976;
                }

                .site-header .mobile-menu-trigger span:before {
                    top: -6px;
                }

                .site-header .mobile-menu-trigger span:after {
                    top: 6px;
                }

                .site-header .menuMegaBar {
                    width: 320px;
                    background-color: #fff;
                    height: 100%;
                    overflow: hidden;
                    transform: translate(-100%);
                    z-index: 999999;
                }

                .site-header .menuMegaBar>ul>li {
                    line-height: 1;
                    margin: 0;
                    display: block;
                }

                .site-header .menuMegaBar>ul>li>a, 
                .site-header .menuMegaBar>ul>li>span {
                    line-height: 50px;
                    height: 50px;
                    padding: 0 15px;
                    display: block;
                    border-bottom: 1px solid rgba(0, 0, 0, .1);
                }

                .site-header .menuMegaBar .mobile-menu-head {
                    display: flex;
                    height: 50px;
                    border-bottom: 1px solid rgba(0, 0, 0, .1);
                    justify-content: space-between;
                    align-items: center;
                    position: relative;
                    z-index: 501;
                    position: sticky;
                    background-color: #fff;
                    top: 0;
                    flex-direction: row-reverse;
                }

                .site-header .menuMegaBar .mobile-menu-head .go-back {
                    height: 50px;
                    width: 50px;
                    border-right: 1px solid rgba(0, 0, 0, .1);
                    cursor: pointer;
                    line-height: 50px;
                    text-align: center;
                    color: #000;
                    font-size: 16px;
                    display: none;
                }

                .site-header .menuMegaBar .mobile-menu-head .current-menu-title {
                    font-size: 15px;
                    font-weight: 500;
                    color: #000;
                }

                .site-header .menuMegaBar .mobile-menu-head .mobile-menu-close {
                    height: 50px;
                    width: 50px;
                    border-left: 1px solid rgba(0, 0, 0, .1);
                    cursor: pointer;
                    line-height: 50px;
                    text-align: center;
                    color: #000;
                    font-size: 25px;
                }

                .site-header .menuMegaBar>ul>li .sub-menuMegaBar, .site-header .menuMegaBar>ul>li .sub-menuMegaBar.mega-menuBar {
                    visibility: visible;
                    opacity: 1;
                    position: absolute;
                    box-shadow: none;
                    margin: 0;
                    padding: 65px 15px 15px;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    max-width: none;
                    min-width: auto;
                    display: none;
                    transform: translateX(0);
                    overflow-y: auto;
                }

                .menu-overlay {
                    background-color: rgba(0, 0, 0, .5);
                    width: 100%;
                    height: 100%;
                    z-index: 1098;
                    visibility: hidden;
                    opacity: 0;
                }

                .arrow-angle-down {
                    left: 16px;
                    top: 22px;
                }

                .row_ul {
                    display: flex;
                    gap: 20px;
                    flex-direction: column;
                }

                .col-ul ul {
                    max-height: 100%;
                    padding: 0 !important;
                    overflow: hidden;
                }

                .child-categories, .child-categoriesNew {
                    position: static;
                }

                .col-ul {
                    min-height: 100%;
                    border-left: none;
                    padding-left: 0;
                    padding-right: 0;
                }

                .col-ul ul li.haveCatChild span.haveArrow:before, .col-ul ul li.haveCatChildNew span.haveArrow:before {
                    transform: rotate(42deg) translate(-61%, -10%);
                }

                .col-ul ul li {
                    min-width: 100%;
                    max-width: 100%;
                    width: 100%;
                }
            }

            .promotionBx.promotionBxV01.promotionBxV02 {
                background: rgba(29, 57, 118, 1);
            }

            @media only screen and (max-width: 520px) {
                .hdrCart_popup {
                    display: none !important;
                }

                .site-header .navBar .main-menu {
                    width: 95%;
                    padding-top: 60px;
                }

                .banner_sectionV2 .banner-vector {
                    bottom: 64px;
                }
            }

            @media only screen and (max-width: 1200px) {
                #contactInfoModal_btn span, #loginModal_btn, .hdrGroup_option .hdrGroup_col:first-child, .hdrGroup_ul .hdrGroup_li:before {
                    display: none;
                }

                #contactInfoModal_btn span.arrowIcon_show {
                    display: flex;
                }

                .hdrGroup_ul {
                    gap: 5px;
                }

                .closeModalPopup {
                    position: absolute;
                    width: 20px;
                    height: 20px;
                }

                .site-header .contactInfoModal {
                    left: -30px;
                    top: 40px;
                    width: 280px;
                    padding: 15px;
                }

                .site-header .contactInfoModal_wrap ul li {
                    padding: 8px 0 10px;
                    border-bottom: 1px solid #d9d9d9;
                    position: relative;
                    left: 0;
                }

                .site-header .contactInfo_content {
                    gap: 10px;
                }

                .site-header .contactInfo_icon {
                    width: 20px;
                    height: 20px;
                }

                .site-header .contactInfo_dec h3 {
                    font-size: 16px;
                    line-height: 16px;
                }

                .hdrGroup_option .hdrGroup_col:nth-child(3) .hdrGroup_bts {
                    justify-content: center;
                }

                .hdrStore_btn_mobile {
                    display: none !important;
                }

                .hdrGroup_option {
                    gap: 0;
                }

                .site-header .navigation .navBar {
                    justify-content: space-between;
                }

                .site-header .logoSection .logo_area img {
                    width: 118px;
                }

                .site-header .menuMegaBar>ul {
                    flex-direction: column;
                    gap: 0;
                }

                .site-header .menuMegaBar .mobile-menu-head .mobile-menu-close {
                    border-right: 1px solid rgba(0, 0, 0, .1);
                }

                .container-full {
                    padding-right: 10px;
                    padding-left: 10px;
                }

                .site-header .mobile-menu-trigger {
                    margin: 0;
                    order: 2;
                }

                .site-header .menu-icon {
                    cursor: pointer;
                    display: none;
                }

                .sub-menuMegaBar.mega-menuBar {
                    max-height: 90%;
                }

                .dropdownBox {
                    right: unset;
                }
            }

            /*! CSS Used from: https://www.chooz.co.il/assets/chooz/css/default.css */
            h1 {
                margin-bottom: .5rem;
            }

            p {
                margin-bottom: 1rem;
            }

            *, ::after, ::before {
                box-sizing: border-box;
            }

            p {
                margin-top: 0;
            }

            img {
                vertical-align: middle;
            }

            img {
                border-style: none;
            }

            h1 {
                margin-top: 0;
                font-family: inherit;
                font-weight: 500;
                line-height: 1.2;
                color: inherit;
            }

            .container {
                margin-right: auto;
                margin-left: auto;
                width: 100%;
            }

            .container {
                padding-right: 15px;
                padding-left: 15px;
            }

            @media (min-width: 580px) {
                .container {
                    padding-right: 20px;
                    padding-left: 20px;
                }
            }

            @media (min-width: 768px) {
                .container {
                    padding-right: 20px;
                    padding-left: 20px;
                }
            }

            @media (min-width: 1200px) {
                .container {
                    max-width: 1170px;
                    padding-right: 0;
                    padding-left: 0;
                }
            }

            @media (min-width: 1400px) {
                .container {
                    max-width: 1315px;
                }
            }

            /*! CSS Used from: https://www.chooz.co.il/assets/chooz/css/style_new.css */
           /* div, h1, p {
                font-family: var(--primary-fonts) !important;
            }*/

            .banner_sectionV2 .banner-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .banner_sectionV2 {
                position: relative;
                height: 509px;
            }

            .banner_sectionV2 .banner-vector img {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: bottom;
            }

            .banner_sectionV2 .banner-vector {
                position: relative;
                flex: 1;
                text-align: left;
            }

            .banner_sectionV2 .banner_caption {
                position: relative;
                z-index: 9;
                height: 100%;
                display: flex;
                width: 100%;
                justify-content: space-between;
                /*justify-content: center;*/
            }

            .banner_sectionV2 .banner-img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .banner_sectionV2 .container {
                height: 100%;
                max-width: 1456px;
            }

            .banner_sectionV2 .banner-content {
                max-width: 100%;
                margin: 0;
                padding-top: 73px;
                padding-right: 247px;
            }

            .banner_sectionV2 .banner-content h1 {
                font-size: 80px;
                line-height: 90px;
                font-weight: 800;
                display: flex;
                flex-direction: column;
                gap: 9px;
            }

            .banner_sectionV2 .banner-content h1 span {
                display: inline-block;
                flex: none;
                max-width: fit-content;
            }

            .banner_sectionV2 .banner-content h1 .content-span {
                color: #fff;
            }

            .banner_sectionV2 .banner-content h1 .content-span2 {
                color: #fff;
                padding: 1px 23px 0;
            }

            .banner_sectionV2 .banner-content p {
                font-size: 39px;
                line-height: 44px;
                font-weight: 600;
                color: #fff;
                margin: 30px 23px 0 0;
                max-width: 444px;
            }

            @media only screen and (max-width: 1200px) {
                .banner_sectionV2 .banner-content {
                    padding-top: 4%;
                    padding-right: 15px;
                    position: relative;
                    z-index: 9;
                }

                .banner_sectionV2 .banner-content h1 .content-span {
                    padding: 0 9px;
                }

                .banner_sectionV2 .banner-content h1 {
                    font-size: 50px;
                    line-height: 55px;
                    gap: 6px;
                }

                .banner_sectionV2 .banner-content p {
                    font-size: 28px;
                    line-height: 30px;
                    margin: 20px 0 0;
                    max-width: 65%;
                }

                .banner_sectionV2 .banner-vector img {
                    width: 600px;
                    height: auto;
                }

                .banner_sectionV2 {
                    position: relative;
                    height: 410px;
                }
            }

            @media only screen and (max-width: 1169px) {
                .banner_sectionV2 .banner-vector img {
                    width: 400px;
                    height: auto;
                }
            }

            @media only screen and (max-width: 860px) {
                .banner_sectionV2 .banner_caption {
                    overflow: hidden;
                }
                 .banner_sectionV2 .banner_caption {
                    justify-content: center;
                }
            }

            @media only screen and (max-width: 520px) {
                .banner_sectionV2 .banner-content h1 {
                    font-size: 30px;
                    line-height: 40px;
                    gap: 3px;
                }

                .banner_sectionV2 .banner-content p {
                    font-size: 20px;
                    line-height: 24px;
                    margin: 10px 0 0;
                    max-width: 100%;
                }

                .banner_sectionV2 .banner_caption {
                    flex-direction: column;
                }

                .banner_sectionV2 .banner-vector img {
                    position: static;
                    width: 100%;
                }
            }
            .banner-content{

	padding-right:0!important;

}

.banner-content h1,

.banner-content h1 span{

    font-size: 36px!important;

    font-weight: 800;

    color: #ffffff;

    line-height: 56px!important;

    text-align: center;

    text-shadow:

        0px 3px 0px rgba(0, 0, 0, 0.18);

        gap: 0!important;

            text-align: center;

    justify-content: center;

    align-items: center;

}
 
.banner-content h1 span{

	background: none!important;

}

.banner-content p{

    font-size: 39px!important;

    line-height: 44px!important;

    font-weight: 400!important;

    color: #fff;

    margin: 30px 0 0 0!important;

    max-width: 100%!important;

    text-align: center!important;

    direction: ltr;

}
 
 
[dir=ltr]  .banner_sectionV2 .container {

    direction: rtl;

}
 .banner-content p{
    font-size: 20px!important;
    line-height: 24px!important;
}
@media (max-width:640px){

	.banner_sectionV2  .banner-content h1,

.banner_sectionV2 .banner-content h1 span.content-span,

.banner_sectionV2 .banner-content h1 span.content-span2{
    font-size: 20px!important;
    line-height: 100%!important;
}

.banner_sectionV2 .banner-content p{
        font-size: 18px !important;
    line-height: 100% !important;
    margin: 0px !important;
}

}
 
 
 
 

 