/* ==========================================================================
   BookMe Master Stylesheet - Updated for Global Noto Sans Hebrew Font
   ========================================================================== */

/* הוסרו קריאות ה-@import הישנות לפונטים Open Sans ו-Frank Ruhl Libre 
   למניעת התנגשויות עיצוב, זליגת זיכרון וטעינת משאבים מיותרת.
*/

body {
    padding-top: 80px;
    overflow-x: hidden;
    background-color: #f9f9f9 !important; /* התאמה לצבע הרקע בסקיצה */
    /* החלת הפונט החדש ברמת ה-CSS הגלובלי לווידוא דריסה מלאה */
    font-family: "Noto Sans Hebrew", sans-serif !important;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
}

/* הבטחת החלת הפונט גם על אלמנטי טופס שנוטים להתעלם מירושת ה-body */
input, textarea, select, button {
    font-family: inherit !important;
}

section {
    display: block;
}

img#logo {
    border: 0;
    z-index: 1;
}

span#sideNav {
    float: left;
    color: #fff;
}

    span#sideNav * {
        text-decoration: none;
    }

div#navbarContent {
}

div.outOfStock {
    color: red;
}

.vf_error {
    border: 1px solid red !important;
}

div#header {
    margin-top: 10px;
    margin-bottom: 10px;
}

    div#header > * {
        vertical-align: middle;
    }

div#categories {
    padding: 10px;
}

    div#categories > .btn-default {
        border: 2px solid #fff;
        color: #fff;
        font-size: small;
        padding: 0;
        background-image: none;
        float: right;
        text-align: center;
        padding: 0;
    }

footer {
    margin-top: 20px;
    background: #000;
    width: 100%;
    text-align: left;
    direction: ltr;
    padding: 3px;
}

    footer > a {
        color: #fff;
    }

a.pageChecked {
    background-color: #999;
    color: #fff;
    padding: 2px 5px;
    border-radius: 10px;
}

img.hiddenIndicators {
    display: none;
}

div.mmResponsiveRow {
    margin: 10px 0px;
    padding: 5px;
}

    div.mmResponsiveRow:nth-of-type(odd) {
        background-color: #ececec;
    }

#basket-form-container label {
    vertical-align: top;
}

#basket-form-container .right {
    margin: 10px 0;
}

.term-cond.basket-footer-checkbox .checkbox {
    margin-top: 5px;
}

#basket-form-container label {
    font-weight: normal;
}

#top-search {
    width: 230px;
    padding: 7px 20px;
    border-radius: 15px;
    outline: none;
    border: 0;
    vertical-align: top;
}

.cart {
    background-image: url('/images/site/basket.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 51px;
    display: inline-block;
    height: 55px;
    text-align: center;
}

.nav > li > a {
    padding: 0 !important;
}

#basket-count {
    padding: 17px 18px 0 18px;
    display: inline-block;
    color: #000;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
}

.navbar-nav {
    margin: 7.5px -15px;
}

.desktop-search-container {
    margin-top: 7px;
}

#basketSummary {
    display: inline-block;
    vertical-align: bottom;
}

#login .link:after {
    content: "|";
    padding: 0 10px;
}

#login .link:last-of-type:after {
    display: none;
}

#login .link {
    font-size: 16px;
    color: #fff;
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.top-menu-item {
    display: table-cell;
    font-size: 19px;
    text-align: center;
    border-left: 1px solid;
    line-height: 17px;
    position: relative;
}

    .top-menu-item > a {
        padding: 3px 20px;
        color: #2c2c71;
        position: relative;
    }

    .top-menu-item:last-of-type {
        border-left: 0;
    }

.top-menu-container {
    border-bottom: 1px solid #2c2c71;
    padding: 10px 0;
    margin-bottom: 0;
}

.top-menu-item .sub-menu-container {
    display: none;
}

.top-menu-item:hover .sub-menu-container {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 8888888;
    padding-right: 0;
    font-size: 15px;
    width: 100%;
    top: 27px;
}

.top-menu-item:last-of-type:after {
    display: none;
}

.sub-menu-container li {
    list-style: none;
}

    .sub-menu-container li a {
        padding: 10px 30px;
        display: block;
        color: #2c2c71;
        border-bottom: 1px solid #2c2c71;
    }

.top-menu-item:last-of-type > a:after {
    content: ">";
    transform: rotate(-90deg);
    display: inline-block;
    margin-right: 10px;
    transition: all 0.5s;
}

.top-menu-item.open:last-of-type > a:after {
    transform: rotate(90deg);
    transition: all 0.5s;
}

.modal-open .navbar-inverse {
    padding-right: 22px;
}

.modal-dialog {
    margin-top: 110px;
}

#register-popup-container label, #login-popup-container label {
    font-weight: normal;
}

.button-design-1 {
    margin: 20px;
    padding: 10px 50px;
}

#register-popup-container p, #login-popup-container p {
    text-align: center !important;
}

.product-add-to-cart-container > * {
    margin-right: 0;
    display: inline-block;
}

#load-more-loader {
    position: static;
    display: block;
    margin: auto;
}

.bridcms {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 20px;
}

#basket-inner-container {
    position: relative;
}

#basket-inner-loader-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 99999999999999;
    display: none;
}

    #basket-inner-loader-container .loader {
        top: 172px;
        left: calc(50% - 15px);
        zoom: 2;
        display: block;
    }

.basket-row input, .basket-row select {
    height: 26px;
}

.basket-row * {
    font-size: 14px;
    vertical-align: middle;
}

.question-sign-icon {
    background-color: #2c2c71;
    width: 16px;
    border-radius: 100%;
    color: #fff;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

#basket-ddl-container label {
    font-weight: normal;
}

.basket #basket-summary .label {
    color: #2c2c72;
    font-weight: normal;
    width: 70% !important;
    display: inline-block;
}

.basket #basket-summary label {
    color: #2c2c72;
    font-weight: normal;
    font-size: 16px;
}

.basket #basket-summary > div {
    font-size: 16px;
}

.basket #basket-summary .x-container {
    text-align: left;
    display: inline-block;
    width: 28%;
    float: left;
}

#basket-form-2-container .right {
    margin-top: 0;
}

#basket-form {
    margin-top: 20px;
}

    #basket-form .heading2 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    #basket-form #isAlternativeAddress {
        width: 20px;
        vertical-align: middle;
    }

    #basket-form label[for='isAlternativeAddress'] {
        display: inline-block;
        vertical-align: top;
        width: 200px;
    }

.col-right {
    float: right;
}

#profile-page-container label {
    width: 100%;
    display: inline-block;
}

#profile-page-container input {
    width: 100%;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #2c2c71;
    padding: 3px;
    box-sizing: border-box;
    outline: none;
}

#profile-page-container #history-orders-table {
    width: 100%;
}

#profile-page-container .profile-order-row-header .table-cell {
    color: #2c2c72;
    border-bottom: 1px solid #2c2c72;
}

#profile-page-container #history-orders-table .table-cell {
    padding: 3px;
}

#profile-page-container #history-orders-table .table-row:nth-of-type(2n) {
    background-color: #ececec;
}

    #profile-page-container #history-orders-table .table-row:nth-of-type(2n) .table-cell {
        border-bottom: 1px solid #2c2c72;
    }

#profile-page-container .heading3 {
    font-size: 22px;
}

center {
    text-align: center;
}

.term-cond.basket-footer-checkbox input[type='checkbox'] {
    display: none !important;
}

#profile-page-container .button-design-1 {
    margin-right: 0;
}

#profile-page-container .checkbox {
    margin-bottom: 0;
}

.basket-row .sale-stampa {
    background: #2c2c72;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    margin-right: 50px;
}

.basket-row .tab.tab6 {
    width: 180px;
}

.basket-row delete {
    width: 50px;
    text-align: center;
}

.basket-row .tab.tab5 {
    width: 45%;
}

#top-category-container li {
    list-style: none;
    padding: 5px;
    text-align: center;
    margin: 5px 0px;
    display: table-cell;
}

    #top-category-container li a {
        color: #212154;
        display: block;
        text-align: center;
    }

    #top-category-container li:first-of-type {
        padding-right: 0;
    }

    #top-category-container li:nth-of-type(1) a {
        background-color: #fab46e;
    }

    #top-category-container li:nth-of-type(2) a {
        background-color: #e3232e;
    }

    #top-category-container li:nth-of-type(3) a {
        background-color: #6da2ca;
    }

    #top-category-container li:nth-of-type(4) a {
        background-color: #a7bd75;
    }

    #top-category-container li:nth-of-type(5) a {
        background-color: #807cd3;
    }

    #top-category-container li:nth-of-type(6) a {
        background-color: #799cb5;
    }

    #top-category-container li:nth-of-type(7) a {
        background-color: #4cbc66;
    }

    #top-category-container li:nth-of-type(8) a {
        background-color: #33cbcc;
    }

    #top-category-container li:nth-of-type(9) a {
        background-color: #fab46e;
    }

    #top-category-container li:nth-of-type(10) a {
        background-color: #a7bd75;
    }

    #top-category-container li:nth-of-type(11) a {
        background-color: #e3232e;
    }

    #top-category-container li:nth-of-type(12) a {
        background-color: #8c3ab3;
    }

    #top-category-container li:nth-of-type(13) a {
        background-color: #fe5939;
    }

    #top-category-container li:nth-of-type(14) a {
        background-color: #6da2ca;
    }

    #top-category-container li:nth-of-type(15) a {
        background-color: #a7bd75;
    }

    #top-category-container li:nth-of-type(16) a {
        background-color: #799cb5;
    }

    #top-category-container li:nth-of-type(17) a {
        background-color: #4cbc66;
    }

    #top-category-container li:nth-of-type(18) a {
        background-color: #33cbcc;
    }

    #top-category-container li:nth-of-type(19) a {
        background-color: #fab46e;
    }

    #top-category-container li:last-of-type {
        padding-left: 0;
    }

#top-category-inner {
    margin-bottom: 0px;
}

#page-13-categories-container a {
    display: inline-block;
    width: 24%;
    padding: 1%;
}

#basket-inner-container .form-row-2.req label:after,
#basket-inner-container .form-row-5.req label:after,
#basket-inner-container .form-row-6.req label:after {
    content: "*";
    color: red;
    margin-right: 5px;
}

#new-customer-container[data-mode='1'] #password-2-container {
    display: none;
}

#new-customer-container[data-mode='2'] #password-2-container {
    display: block;
}

#new-customer-container #new-customer {
    vertical-align: middle;
    margin-top: 0;
}

#new-customer-container label[for='new-customer'] {
    display: inline-block !important;
    width: 80%;
    margin-bottom: 0;
    vertical-align: middle;
}

.modal {
    z-index: 9999999999999999999999999999;
}

.products .sale-stampa {
    float: left;
    display: inline-block;
}

    .products .sale-stampa img {
        max-width: 50px;
    }

.modal-title {
    font-size: 30px;
}

#page-recover-password-form .form-row-2 {
    margin: 20px 0;
}

    #page-recover-password-form .form-row-2 label {
        font-weight: normal;
        width: 20%;
    }


.pagination {
    text-align: center;
    margin: 80px 0;
    display: block;
}

    .pagination *,
    .pagination {
        vertical-align: middle;
    }

        .pagination a {
        }

        .pagination .num {
            color: #111111;
            font-weight: normal;
            font-size: 12px;
            margin: 0 5px;
            display: inline-block;
            padding: 5px 5px;
        }

        .pagination .left {
            font-size: 12px;
            color: #919191;
            font-weight: normal;
        }

        .pagination .right {
            font-size: 12px;
            color: #919191;
            font-weight: normal;
        }

        .pagination .left img {
            margin-left: 10px;
            margin-right: 10px;
        }

        .pagination .right img {
            margin-right: 10px;
            margin-left: 10px;
        }

        .pagination .num.active,
        .pagination .num:hover,
        .pagination .num:focus {
            background: rgb(44, 44, 114);
            color: #fff;
        }

        .pagination .left:hover,
        .pagination .right:hover {
            color: #3a54d6;
        }

#payment-modal {
    z-index: 999999999999999999;
}

    #payment-modal .modal-dialog {
        width: 620px;
    }

    #payment-modal .modal-body {
        height: 600px;
        padding: 0;
    }

    #payment-modal .modal-footer {
        display: none !important;
    }

.in-progress {
    transition: all 0.5s;
}

.success {
    background-color: green !important;
    transition: all 0.5s;
}

.failed {
    background-color: red !important;
    transition: all 0.5s;
}

#itemPicture2 {
    width: 100%;
    height: unset !important;
}

.station-select-city-container * {
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.station-select-city-container {
    width: 400px;
    display: block;
    margin: auto;
    position: relative;
}

    .station-select-city-container .staion-select-city-name {
        width: 220px;
        padding: 3px;
        font-size: 15px;
        margin: 0 15px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

.stations-index {
    text-align: right;
    margin-top: 20px;
}

.stations-index {
    display: table;
    width: 100%;
}

    .stations-index .station-row {
        display: table-row;
    }

        .stations-index .station-row > * {
            display: table-cell;
            padding: 10px 0;
            border-bottom: 1px solid #999;
        }

            .stations-index .station-row > *:last-of-type {
                text-align: left;
            }

.staion-select-city-loader {
    left: -34px;
}

.station-selected-button {
    border: 0;
    font-size: 15px;
    padding: 3px 10px;
}

    .station-selected-button:hover {
        color: #fff;
        background-color: #2c2c72;
    }

/* ==========================================================================
   עיצוב כפתור בחירת נקודת איסוף (PUDO) - מותאם לכפתור הקופון
   ========================================================================== */
#pudo-select {
    vertical-align: middle;
    background-color: #1d2847; /* רקע כהה כדוגמת לחצני קופון מודרניים */
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 5px;
    transition: background-color 0.3s ease, transform 0.1s ease;
    outline: none;
}

    #pudo-select:hover {
        background-color: #2c2c72;
    }

    #pudo-select:active {
        transform: scale(0.98);
    }

.org-btn {
    background: #2c2c72;
    color: #fff;
    padding: 5px 30px 5px 30px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#select-station-modal .modal-dialog {
    height: 500px;
    overflow: auto;
}

.product-page-variation-price-container {
    display: inline-block;
    max-width: 50%;
    min-width: 30%;
    margin: 2% 0 0 5%;
    line-height: 180%;
}

    .product-page-variation-price-container:nth-of-type(2) {
        margin-left: 0;
    }

.product-page-variation-price-title {
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.product-page-add-2-cart {
    display: inline-block;
    margin-right: 0;
    cursor: pointer;
    margin: 10px 0 10px 0;
    padding: 5px 5px 5px 10px;
    background-color: #2c2c72;
    text-align: center;
    border: 1px solid #2c2c72;
    color: #fff;
}

    .product-page-add-2-cart img {
        height: 20px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 5px;
        background-color: #fff;
        border-radius: 100%;
    }

    .product-page-add-2-cart span {
        line-height: 20px;
        vertical-align: middle;
        display: inline-block;
    }

    .product-page-add-2-cart:hover {
        background-color: #fff;
        color: #2c2c72;
    }

#itemOfficialPrice {
    color: red;
}

#itemOurPrice {
    font-size: 17px;
    font-weight: bold;
    color: #2c2c72;
}

.star:after {
    display: block;
    font-size: 10px;
    text-align: center;
}

.stars {
    margin-bottom: 20px !important;
}

.star[data-value='1']:after {
    content: "1";
}

.star[data-value='2']:after {
    content: "2";
}

.star[data-value='3']:after {
    content: "3";
}

.star[data-value='4']:after {
    content: "4";
}

.star[data-value='5']:after {
    content: "5";
}

.stars .star {
    box-sizing: content-box;
    border: 0px solid #fff;
}

#footer h6:empty {
    display: none;
}

#footer ul {
    margin: 0;
}

#footer li {
    padding: 5px 0;
}

#hp-banner-row-container .hp-banner img {
    max-width: 100%;
}

#hp-banner-row-container .hp-banner {
    display: inline-block;
    text-align: center;
}

#hp-banner-row-container[data-count='1'] .hp-banner {
    width: 100%;
}

#hp-banner-row-container[data-count='2'] .hp-banner {
    width: 49.5%;
}

#hp-banner-row-container[data-count='3'] .hp-banner {
    width: 32.5%;
}

#hp-banner-row-container[data-count='4'] .hp-banner {
    width: 24.5%;
}

#hp-banner-row-container[data-count='5'] .hp-banner {
    width: 19.5%;
}

#hp-banner-row-container[data-count='6'] .hp-banner {
    width: 16.3%;
}

/* ==========================================================================
   כותרות מוצרים - עיצוב חדש ללא רקע, מיושר לימין (Best Sellers)
   ========================================================================== */
.products-group-title {
    background-color: transparent !important;
    color: #2c2c72 !important;
    text-align: right !important;
    margin: 40px 15px 20px 0 !important;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 28px !important;
    border: none !important;
    display: block;
    width: 100%;
}

.products-group-container {
    margin-bottom: 0;
    margin-top: 0px;
}

.inner-page-title {
    color: #2c2c72;
}

.delete button {
    background-color: transparent;
    color: #2c2c72;
    background-image: none;
    border: 0;
    text-align: center;
}

.star {
    width: 19px;
    height: 19px;
    display: inline-block;
    cursor: pointer;
}

    .star.full-star {
        background-image: url('/Images/Site/star-orng.png?v=1');
    }

    .star.empty-star {
        background-image: url('/Images/Site/star-gray.png?v=1');
    }

        .star.empty-star:hover, .star.empty-star:hover ~ .star {
            background-image: url('/Images/Site/star-orng.png?v=1');
        }

.basket-row .br-variation {
    font-size: 15px;
    margin-right: 15px;
}

#news-letter-container {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

#news-letter-right-container {
    background-color: #2c2c72;
    padding: 5px 25px;
    height: 333px;
}

#news-letter-img-container {
    padding-right: 0;
}

    #news-letter-img-container img {
        width: 100%;
    }

.button-design-1 {
    background-color: #2c2c72;
    text-align: center;
    border: 1px solid #2c2c72;
    color: #fff;
}

#news-letter-container #cmdOK {
    border-radius: 20px;
    outline: none;
    background-color: #fe0002;
    padding: 8px 30px;
    display: block;
    margin: 20px auto;
    font-size: 18px;
}

#news-letter-title {
    color: #fff;
    font-size: 62px;
    font-weight: bold;
}

#news-letter-subtitle {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 5.6px;
    margin-right: -5.5px;
    display: block;
}

#news-letter-form-container input[type='text'] {
    display: inline-block;
    width: 31%;
    padding: 7px;
    margin-left: 2.5%;
}

#news-letter-form-container #txtLastName {
    margin-left: 0;
}

#news-letter-form-container {
    margin-top: 15px;
}

#footer {
    background-color: #2c2c72;
    padding: 20px;
    padding-top: 50px;
}

    #footer .row > div {
        float: right;
    }

    #footer a {
        color: #fff;
    }

    #footer ul {
        list-style: none;
    }

.accordion-group {
    margin-top: 20px;
}

.form-row {
    display: block;
    margin-top: 15px;
}

    .form-row label {
        display: inline-block;
        width: 120px;
    }

#top-search-results {
    position: absolute;
    background: white;
    min-width: 340px;
    top: 34px;
    right: 19px;
}

#top-search {
    color: #000 !important;
}

#top-search-results .opt {
    padding: 5px;
    font-size: 15px;
}

    #top-search-results .opt:hover, #top-search-results .opt:focus {
        background-color: #2c2c72;
        color: #fff;
    }

        #top-search-results .opt:hover a, #top-search-results .opt:focus a {
            color: #fff;
        }

#top-search-image-icon {
    position: relative;
    right: -45px;
}

.loader {
    border: 2px solid #f3f3f3;
    border-top: 5px solid #2c2c72;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    animation: spin 0.5s linear infinite;
    position: absolute;
    top: 6px;
    display: none;
    left: 97px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.link {
    cursor: pointer;
}

#news-container {
    background-color: #ececec;
    padding-top: 5px;
}

#itemTitle {
    color: #23376D;
    margin-bottom: 20px;
}

#behalf-of-customer-top-alert {
    background-color: #3c8dbc;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}


/* ==========================================================================
   קטגוריות נוספות שמופיעות מתחת לסליידר (עיגולים עם אייקון)
   ========================================================================== */
.extra-categories-wrapper {
    margin: 0px 0 0;
    width: 100%;
    direction: rtl !important;
}

    /* החלת העיצוב על הקונטיינרים שהשרת מייצר */
    .extra-categories-wrapper div#categories,
    .extra-categories-wrapper ul {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 5px !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        justify-content: center !important; /* מרוכז */
        flex-direction: row !important; /* סדר רגיל בשורה */
        direction: rtl !important; /* מימין לשמאל */
    }

        /* הסתרת 10 הראשונות (לא כולל הקטגוריה ה-11) 
    כלומר: קטגוריה 11, 12 וכו' יוצגו באופן תקין.
*/
        .extra-categories-wrapper div#categories > *:nth-child(-n+10),
        .extra-categories-wrapper ul > *:nth-child(-n+10) {
            display: none !important;
        }

        /* הפיכת שאר הפריטים (ה-LI) לבלוקים המכילים את הלינק */
        .extra-categories-wrapper div#categories > *,
        .extra-categories-wrapper ul > * {
            display: block !important;
            background: transparent !important;
            border: none !important;
            width: 110px !important;
            text-align: center !important;
        }

    /* עיצוב הלינק והעיגול שלו */
    .extra-categories-wrapper a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        color: #2c2c72 !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        text-decoration: none !important;
        gap: 12px !important;
        width: 100% !important;
    }

        .extra-categories-wrapper a::before {
            content: "";
            display: block;
            width: 95px !important;
            height: 95px !important;
            background-color: #ffffff !important;
            border-radius: 50% !important;
            box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%232c2c72' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z'/%3E%3C/svg%3E") !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: 35px !important;
            transition: transform 0.2s ease, box-shadow 0.2s ease !important;
        }

        .extra-categories-wrapper a:hover::before {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(254, 89, 57, 0.15) !important;
            border: 2px solid #fe5939 !important;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23fe5939' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z'/%3E%3C/svg%3E") !important;
        }


@media (max-width: 812px) {
    #searchType {
        margin: 5px 0px !important;
        width: 100px;
    }

    #itemPicture2 {
        min-width: 100%;
    }

    .top-menu-item {
        font-size: 16px;
        text-align: center;
        border-left: 0px;
        line-height: 17px;
        background-color: #fff;
        position: relative;
        float: right;
        display: block;
        width: 50%;
    }

    #news-letter-inner > .col-xs-12, #news-letter-img-container {
        padding: unset !important;
        float: none;
    }

    #news-letter-form-container input[type='text'] {
        width: 100%;
        display: block;
        margin: 15px 0;
    }

    #news-letter-right-container {
        height: unset !important;
    }

    #news-letter-container {
        margin-bottom: 0;
    }

    #slider1_container {
        max-width: 100%;
    }

    .top-menu-container {
        display: none;
    }


    .navbar-inverse .navbar-toggle
    #top-search {
        width: 100%;
        padding: 7px 20px;
        border-radius: 15px;
        outline: none;
        border: 1px solid #2c2c72;
        vertical-align: top;
    }

    #basket-count {
        padding: 13px 10px 0 10px;
        display: inline-block;
        color: #fe5839;
        font-size: 16px;
        font-weight: bold;
    }

    .cart {
        width: 38px;
        height: 45px;
    }

    #basketSummary {
        margin: 5px 0 0 15px;
        float: left;
    }

    #mobile-logo-container {
        display: inline-block;
    }

        #mobile-logo-container > img {
            top: -10px;
            height: 50px;
            position: relative;
        }
    .navbar-toggle {
        padding: 0px 0px;
        margin-bottom: 0;
        margin-top: 0px;
        border: 0;
        background: none;
        border-radius: 0;
    }

    #mobile-logo-container {
        display: inline-block;
        position: relative;
        top: 8px;
        margin: 0 calc((50% - 111px));
    }

    #top-search-results {
        min-width: unset;
        top: 40px;
        right: unset;
        z-index: 999;
        width: 100%;
    }

    #top-search-image-icon {
        position: relative;
        left: 1px;
        position: absolute;
        top: 1px;
        right: unset;
    }

    #menu_items {
        padding-right: 0;
        margin: 10px 0;
    }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > span {
        padding: 10px 0 !important;
        display: block;
        color: #9d9d9d;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: unset;
    }

    div#categories > li {
        border: 2px solid #fff;
        color: #fff;
        font-size: small;
        padding: 0;
        background-image: none;
        float: right;
        text-align: center;
        padding: 0;
        width: 33.33333333%;
        list-style: none;
    }

        div#categories > li a {
            color: #fff;
        }

        div#categories > li:nth-of-type(1) {
            background-color: #fab46e !important;
        }

        div#categories > li:nth-of-type(2) {
            background-color: #e3232e !important;
        }

        div#categories > li:nth-of-type(3) {
            background-color: #6da2ca !important;
        }

        div#categories > li:nth-of-type(4) {
            background-color: #a7bd75 !important;
        }

        div#categories > li:nth-of-type(5) {
            background-color: #807cd3 !important;
        }

        div#categories > li:nth-of-type(6) {
            background-color: #799cb5 !important;
        }

        div#categories > li:nth-of-type(7) {
            background-color: #4cbc66 !important;
        }

        div#categories > li:nth-of-type(8) {
            background-color: #33cbcc !important;
        }

        div#categories > li:nth-of-type(9) {
            background-color: #fab46e !important;
        }

        div#categories > li:nth-of-type(10) {
            background-color: #a7bd75 !important;
        }

        div#categories > li:nth-of-type(11) {
            background-color: #e3232e !important;
        }

        div#categories > li:nth-of-type(12) {
            background-color: #8c3ab3 !important;
        }

    body {
        padding-top: 60px;
    }

    #Accessibility_Btn > img {
        width: 15px !important;
    }

    #Accessibility_Btn {
        width: auto !important;
        bottom: 10px;
        top: unset !important;
    }

    #Accessibility_Container {
        bottom: 10px !important;
        top: unset !important;
        margin-bottom: 0 !important;
    }

    #page-13-categories-container a {
        width: 49%;
    }

    #itemDetails > div {
        margin: 10px 0;
    }

    #itemPicture2 {
        margin: 20px auto;
        max-width: 40% !important;
    }

    #itemTitle {
        text-align: center;
    }

        #itemTitle + .stars {
            text-align: center;
        }

    #news-letter-title {
        font-size: 40px;
        text-align: center;
    }

    #news-letter-subtitle {
        font-size: 22px;
        letter-spacing: 4.6px;
        text-align: center;
    }

    .modal-title {
        font-size: 30px;
    }

    #branchesTable.basket-table {
        display: block;
    }

        #branchesTable.basket-table .table-row:nth-of-type(1) {
            display: none;
        }

        #branchesTable.basket-table .table-row {
            display: block;
        }

    /* =========================================================
       עדכון צבע רקע עבור עטיפת פרטי משלוח/סל במובייל
       ========================================================= */
    .basket-row .tab.tab5 {
        width: 100%;
        display: block;
        background-color: #fafafa; /* עודכן מ- #ececec */
        padding: 5px;
        position: relative;
    }

    .basket-row .delete {
        position: absolute;
        top: 0;
        left: 3px;
        z-index: 999999999;
    }

    .basket-row .tab.tab6 {
        width: 100% !important;
        padding: 10px 0 5px 0;
    }

    .basket-row .delete button {
        color: #bd0e24;
        font-size: 21px;
        padding: 0;
    }

    .basket-row .br-variation {
        margin-right: 0;
    }

    .basket-row .sale-stampa {
        margin-right: 0;
    }

    .basket-row-mobile-details-2 {
        padding: 5px;
    }

    .table-cell.tab:not(.tab5) {
        width: 24%;
        display: inline-block;
        text-align: center;
    }

    .basket-gift-wrapping {
        width: 83px;
        font-size: 12px;
    }

    .table-cell.tab6 {
        text-align: left;
    }

    .basket #basket-summary .label {
        text-align: right;
        padding-right: 0;
        font-size: 15px;
    }

    #basket-ddl-container label {
        color: #000;
        font-weight: normal;
        width: 50% !important;
        display: inline-block;
    }

    #basket-ddl-container select {    
        display: inline-block;
        width: 50%;
        float: left;
    }

    #basket-ddl-container label[for='cupon-code'] {
        width: 48% !important;
    }

    #basket-ddl-container #cupon-code {
        width: 36% !important;
    }

    #basket-ddl-container > div, .basket #basket-summary > div {
        margin: 10px 0;
    }

    .form-row-2 input, .form-row-2 textarea {
        width: 100%;
    }

    .form-row-2 label {
        font-weight: normal;
    }

    #customer-rest-details-container {
        margin-top: 20px;
    }

    #page-recover-password-form .form-row-2 label {
        font-weight: normal;
        width: 100%;
    }

    .container img, iframe {
        max-width: 100% !important;
    }

    .modal-dialog {
        margin-top: 30px;
    }

    #payment-modal {
        z-index: 999999999999999999;
    }

        #payment-modal .modal-dialog {
            width: 340px;
        }

        #payment-modal .modal-body {
            height: 600px;
            padding: 0;
        }

        #payment-modal .modal-footer {
            display: none !important;
        }

    .pagination .page-next, .pagination .page-prev {
        display: none;
    }

    .station-select-city-container .staion-select-city-name {
        width: 100px;
    }

    .filter-col-container {
        margin-bottom: 7px;
    }

        .filter-col-container label {
            width: 45%;
            display: inline-block;
        }

        .filter-col-container select {
            width: 50%;
            display: inline-block;
        }

    .product-cube .sale-stampa {
        padding: 0px 0px;
        font-size: 10px;
    }

    .bottom-badges-container {
        width: 100%;
     }

    .product-page-variation-price-container {
        text-align: center;
        width: 49%;
        margin: 0;
        vertical-align: top;
    }

        .product-page-variation-price-container * {
            text-align: center;
        }

    #product-page-add-to-cart-container[data-print='True'][data-digital='False'] .product-page-variation-price-container,
    #product-page-add-to-cart-container[data-print='False'][data-digital='True'] .product-page-variation-price-container {
        max-width: 100%;
        width: 100%;
    }

    .productPrice[data-print='True'][data-digital='False'] .price-container,
    .productPrice[data-print='False'][data-digital='True'] .price-container {
        max-width: 100%;
        width: 100%;
    }

    .productPrice[data-print='True'][data-digital='True'] .price-container {
        max-width: 45%;
        width: 50%;
        display: inline-block;
    }

    #footer .row > div {
        text-align: center;
    }

    #footer ul {
        padding-right: 0;
    }

    #footer li {
        text-align: center;
    }

    #basket-inner-container .mobile-headers {
        font-size: 10px;
        text-align: center;
    }

    .basket-row input, .basket-row select {
        max-width: 100%;
    }

    #hp-banner-row-container[data-count='2'] .hp-banner,
    #hp-banner-row-container[data-count='4'] .hp-banner {
        width: 49%;
    }

    #hp-banner-row-container[data-count='6'] .hp-banner {
        width: 32.5%;
    }

    /* התאמת קטגוריות תחתונות למובייל */
    .extra-categories-wrapper div#categories,
    .extra-categories-wrapper ul {
        gap: 15px !important;
    }

    .extra-categories-wrapper a::before {
        width: 70px !important;
        height: 70px !important;
    }
}

.modal-popup .close {
    background: #2c2c72;
    color: #fff;
    padding: 0;
    border-radius: 100%;
    line-height: 20px;
    width: 25px;
    height: 25px;
    font-size: 25px;
    border: 0;
    float: left;
    text-align: center;
    padding-left: 1px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    color: #2c2c72;
    font-weight: 200;
}

#register-popup-container, #login-popup-container {
    text-align: center;
    max-width: 480px;
    margin: auto;
    direction: rtl;
}

#choose-variation-modal .oprs,
#add2basket-modal .oprs {
    font-size: 25px;
    display: inline-block !important;
    width: 50%;
    color: #000000;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

.link-button {
    background: #fff;
    border: 0;
}

.basket-footer-checkbox .checkbox {
    float: right;
}

span.checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: #fff;
}

span.checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
}

    span.checkbox input {
        display: none;
    }

.checkbox i {
    background: url(../Images/Site/check.png) 0 0 no-repeat !important;
    left: 2px !important;
    right: -19px !important;
    bottom: 0 !important;
    top: -3px !important;
}

#basket-form-container .term-cond {
    color: #808080;
}

.term-cond.basket-footer-checkbox {
    width: 100% !important;
    display: block !important;
}

span.checkbox input:checked + i {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: #fff;
}

.basket-submit {
    background: #2c2c71;
    color: #fff;
    display: block;
    margin: auto;
    padding: 10px 50px;
    font-size: 30px !important;
    margin-top: 20px;
    border: 0;
    background-image: none !important;
}

#basket-password-button {
    background: #2c2c71;
    color: #fff;
    display: block;
    margin: auto;
    font-size: 15px !important;
    margin-top: 20px;
    border: 0;
    background-image: none !important;
    border-radius: 0;
}

.link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

#customer-details-user-name-password-container small {
    font-size: 11px;
}

#customer-details-user-name-password-container #password-container {
    margin-top: 20px;
}

#customer-details-user-name-password-container .meta-data span {
    display: none;
    font-size: 16px;
    margin-bottom: 10px;
}

#customer-details-user-name-password-container .meta-data[data-mode='1'] span[data-index='1'] {
    display: block;
}

#customer-details-user-name-password-container .meta-data[data-mode='2'] span[data-index='2'] {
    display: block;
}

#customer-details-user-name-password-container .meta-data[data-mode='3'] span[data-index='3'] {
    display: block;
}

#customer-details-user-name-password-container #basket-password-button {
    display: none;
}

#customer-details-user-name-password-container[data-mode='3'] #password-container {
    display: none;
}

#customer-details-user-name-password-container[data-mode='2'] #password-container input {
}

#customer-details-user-name-password-container[data-mode='2'] #basket-password-button {
    display: block;
    float: none;
    margin: 20px auto 0 auto;
}

#product-azal {
    font-size: 20px;
    color: red;
}

.product-azal {
    color: red;
    float: left;
}

@media screen and (max-width: 1190px) and (min-width: 820px) {
    .navbar.navbar-fixed-top.navbar-inverse > .container {
        width: 100%;
    }

    #menu_items {
        width: 70%;
    }

    #top-search {
        width: 100%;
    }

    .navbar-right.desktop-search-container {
        width: 60%;
    }

    #top-search-image-icon {
        position: absolute;
        left: 0;
        right: unset;
    }

    .top-menu-item > a {
        padding: 0;
        color: #2c2c71;
        position: relative;
        zoom: 0.7;
    }

    #top-category-container li {
        list-style: none;
        padding: 0;
        text-align: center;
        margin: 0;
        display: table-cell;
        zoom: 0.7;
    }
}

.go-to-cart-page-link {
    display: block;
    text-align: center;
    background-color: #2c2c72;
    border: solid #fe5939;
    font-size: 26px;
    line-height: 60px;
    color: #fff;
}

/* ==========================================================================
   Modern Desktop Header Redesign
   ========================================================================== */
@media (min-width: 812px) {

    .desktop-header-modern {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 80px;
        z-index: 1030;
        border-bottom: 1px solid #eaeaea;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
        display: flex;
        align-items: center;
        direction: rtl;
    }

    .modern-header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 15px;
    }

    .h-logo img {
        height: 55px;
        width: auto;
    }

    .h-navigation {
        flex-grow: 1;
        display: flex;
        justify-content: flex-start;
        padding: 0 20px;
    }

    .categories-clean-list {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: center;
    }

        .categories-clean-list li,
        .categories-clean-list a,
        .desktop-header-modern div#categories > .btn-default,
        .desktop-header-modern div#categories > li {
            background: transparent !important;
            border: none !important;
            color: #2c2c72 !important;
            font-size: 15px !important;
            font-weight: 400 !important;
            padding: 0 !important;
            width: auto !important;
            text-decoration: none;
            transition: color 0.2s ease;
        }

            .categories-clean-list a:hover {
                color: #fe5939 !important;
            }

            /* הסתרת קטגוריות עודפות אך ורק בתוך ההדר העליון (החל מה-11) */
            .desktop-header-modern .categories-clean-list > li:nth-child(n+11),
            .desktop-header-modern .categories-clean-list > a:nth-child(n+11),
            .desktop-header-modern div#categories > li:nth-child(n+11),
            .desktop-header-modern div#categories > .btn-default:nth-child(n+11) {
                display: none !important;
            }

    .h-search-wrapper {
        margin-left: 20px;
    }

    .modern-search-form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #ffffff;
        border: 1px solid #dcdcdc;
        border-radius: 30px;
        height: 40px;
        padding: 0 15px;
        width: 280px;
        position: relative;
        transition: border-color 0.3s ease;
    }

        .modern-search-form:focus-within {
            border-color: #2c2c72;
        }

    #top-search-modern {
        border: none;
        outline: none;
        background: transparent;
        width: 100%;
        font-size: 14px;
        color: #333;
        padding: 0 10px;
        text-align: right;
    }

        #top-search-modern::-webkit-search-decoration,
        #top-search-modern::-webkit-search-cancel-button,
        #top-search-modern::-webkit-search-results-button,
        #top-search-modern::-webkit-search-results-decoration {
            -webkit-appearance: none;
        }

    .search-submit-btn {
        background: transparent;
        border: none;
        padding: 0;
        margin: 0 10px 0 0;
        cursor: pointer;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        order: -1;
    }

        .search-submit-btn:hover svg {
            stroke: #2c2c72;
        }

    .h-actions-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .action-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: background-color 0.2s ease;
    }

        .action-icon:hover {
            background-color: #f9f9f9;
        }

    .user-action-group {
        position: relative;
    }

    .user-dropdown-card {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        min-width: 150px;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        z-index: 100;
    }

    .user-action-group:hover .user-dropdown-card,
    .user-action-group:focus-within .user-dropdown-card {
        opacity: 1;
        visibility: visible;
    }

    .action-link {
        padding: 8px 15px;
        color: #2c2c72;
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        text-align: right;
        display: block;
    }

        .action-link:hover {
            background-color: #f5f5f5;
            color: #fe5939;
        }

    .greeting-text {
        padding: 8px 15px;
        font-weight: bold;
        color: #333;
        font-size: 14px;
    }

    .cart-icon {
        text-decoration: none;
    }

    .desktop-header-modern a:focus-visible,
    .desktop-header-modern button:focus-visible,
    .desktop-header-modern input:focus-visible,
    .desktop-header-modern .user-action-group:focus-visible,
    .desktop-header-modern [role="button"]:focus-visible,
    .desktop-header-modern [role="menuitem"]:focus-visible {
        outline: 2px solid #fe5939 !important;
        outline-offset: 3px;
        border-radius: 4px;
    }

    .desktop-header-modern *:focus:not(:focus-visible) {
        outline: none;
    }

    .desktop-header-modern [role="button"],
    .desktop-header-modern [role="menuitem"] {
        cursor: pointer;
    }
}


/* הגדרת מעטפת הקטגוריות כמיכל גמיש (Flexbox) להצגה אופקית, מרוכזת ומרווחת */
.extra-categories-wrapper {
    display: flex;
    flex-wrap: wrap; /* מאפשר גלישת שורות במסכים קטנים או כשיש הרבה קטגוריות */
    gap: 5px; /* הגדלת הריווח בין הקטגוריות */
    justify-content: center; /* מרכוז כל הקטגוריות לאמצע השורה */
    align-items: center; /* יישור אנכי לאמצע */
    margin: 0px 0; /* מרווח פנימי עליון ותחתון להפרדה משאר חלקי הדף */
    padding: 0;
}

    /* טיפול בתגיות הרשימה עצמן המופיעות ישירות תחת המעטפת למניעת קריסת תצוגה */
    .extra-categories-wrapper > li {
        display: block; /* הפיכת האלמנט לבלוק כדי למנוע התנהגות רשימה דיפולטיבית */
        list-style: none !important; /* הסרת סימן הבוליט לחלוטין */
        margin: 0;
        padding: 0;
    }

        /* הסתרת 10 הקטגוריות הראשונות כנדרש */
        .extra-categories-wrapper > li:nth-child(-n+10) {
            display: none !important; /* דריסה הרמטית למניעת הצגתן על ידי חוקים אחרים */
        }

        /* עיצוב אופציונלי לקישורים לקריאות טובה יותר ויישור פנימי */
        .extra-categories-wrapper > li > a {
            display: inline-block;
            text-decoration: none;
            color: #2c2c72; /* התאמה לצבעי המותג מהקוד הקיים */
            font-weight: 600;
            text-align: center; /* ממרכז את הטקסט ביחס לעיגול עצמו */
        }

}

.modal-popup .modal-dialog {
    border-radius: 20px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
    max-width: 550px !important; /* רוחב מותאם לסקיצה */
}

.modal-popup .modal-content {
    border-radius: 20px !important;
    border: none !important;
}

/* הסתרת ההדר הדיפולטיבי שה-JS מייצר, כדי להשתמש בהדר המעוצב שלנו פנימה */
.modal-popup .modal-header {
    display: none !important;
}

/* הסתרת הפוטר הדיפולטיבי */
.modal-popup .modal-footer {
    display: none !important;
}

.modal-popup .modal-body {
    padding: 40px 50px !important;
    background-color: #ffffff;
    position: relative;
}

/* כפתור סגירה מותאם (X) */
.modern-auth-wrapper .close-custom {
    position: absolute;
    top: 20px;
    left: 20px; /* צד שמאל לפי הסקיצה */
    background: none;
    border: none;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    line-height: 1;
    opacity: 0.6;
    transition: opacity 0.2s;
}

    .modern-auth-wrapper .close-custom:hover {
        opacity: 1;
        color: #23376D;
    }

/* הדר פנימי - לוגו וכותרות */
.modern-auth-wrapper .auth-header {
    text-align: center;
    margin-bottom: 15px;
}

.modern-auth-wrapper .auth-logo {
    max-height: 40px;
    margin-bottom: 10px;
}

.modern-auth-wrapper .auth-title {
    color: #23376D;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.modern-auth-wrapper .auth-subtitle {
    color: #888888;
    font-size: 16px;
    margin: 0;
}

/* עיצוב שורות הטופס (תווית מעל שדה) */
.modern-auth-wrapper .form-row-modern {
    margin-bottom: 10px;
    text-align: right;
    direction: rtl;
}

    .modern-auth-wrapper .form-row-modern label {
        display: block;
        width: 100%;
        color: #23376D;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }

/* עיצוב שדות ההזנה (רוחב מלא, פינות מעוגלות) */
.modern-auth-wrapper .modern-input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px 15px;
    font-size: 15px;
    color: #333;
    outline: none;
    transition: border-color 0.3s;
    background-color: #ffffff;
}

    .modern-auth-wrapper .modern-input:focus {
        border-color: #23376D;
    }

    /* פלייסחולדרים */
    .modern-auth-wrapper .modern-input::placeholder {
        color: #b3b3b3;
    }

/* יישור טקסט באנגלית (מייל/סיסמה) לשמאל, אך שמירה על עיצוב RTL */
.modern-auth-wrapper .input-ltr {
    text-align: left;
    direction: ltr;
}

/* שגיאות (Error State) */
.modern-auth-wrapper .modern-input.vf_error {
    border-color: #e02500 !important;
}

.modern-auth-wrapper .error-text {
    color: #e02500;
    font-size: 12px;
    margin-top: 5px;
    display: none; /* יוצג רק בעת שגיאה */
}

/* שורת קישורים תחתית (שכחתי סיסמה / צ'קבוקס) */
.modern-auth-wrapper .auth-footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    direction: rtl;
}

.modern-auth-wrapper .auth-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #23376D;
    font-size: 13px;
    font-weight: 600;
}

    .modern-auth-wrapper .auth-checkbox input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin: 0;
    }

.modern-auth-wrapper .link-underline {
    color: #23376D;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* כפתור ראשי תחתון (עגול - Pill Shape) */
.modern-auth-wrapper .button-design-modern {
    background-color: #23376D;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    width: 60%;
    margin: 0 auto;
    display: block;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

    .modern-auth-wrapper .button-design-modern:hover {
        background-color: #1a2952;
    }

    .modern-auth-wrapper .button-design-modern:active {
        transform: scale(0.98);
    }

/* לינק החלפה (עוד לא רשום?) */
.modern-auth-wrapper .auth-switch {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    color: #333;
}

    .modern-auth-wrapper .auth-switch .link {
        color: #23376D;
        text-decoration: underline;
        font-weight: 600;
    }

/* עטיפת אייקון עין לסיסמה */
.password-input-wrapper {
    position: relative;
}

    .password-input-wrapper .toggle-password {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        opacity: 0.5;
        z-index: 10;
    }

@media (max-width: 768px) {
    .modal-popup .modal-body {
        padding: 30px 20px !important;
    }

    .modern-auth-wrapper .button-design-modern {
        width: 100%;
    }

    .modern-auth-wrapper .auth-footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

/* ==========================================================================
   BookMe - Side Cart (Off-Canvas)
   ========================================================================== */

.side-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 99999998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.side-cart-container {
    position: fixed;
    top: 0;
    left: -400px; /* מוחבא מחוץ למסך שמאלה */
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background-color: #ffffff;
    z-index: 99999999;
    box-shadow: 2px 0 20px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(0); /* במצב סגור */
}

/* הפעלת העגלה */
body.side-cart-open .side-cart-overlay {
    opacity: 1;
    visibility: visible;
}

body.side-cart-open .side-cart-container {
    transform: translateX(400px); /* זז פנימה (שמאלה/ימינה בהתאם ל-RTL) */
}

.side-cart-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}

    .side-cart-header h2 {
        color: #2c2c72;
        font-size: 24px;
        margin: 0;
        font-weight: 600;
    }

.close-side-cart {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    line-height: 1;
}

.side-cart-content {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
    background-color: #fafafa;
}

/* התאמת הכפתור התחתון "מעבר לסל המלא" */
.side-cart-checkout-btn {
    background-color: #2c2c72;
    color: #fff;
    border-radius: 50px;
    padding: 15px;
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 18px;
    text-decoration: none;
}

    .side-cart-checkout-btn:hover {
        background-color: #1a1a4b;
        color: #fff;
    }

/* פס מידע כתום עליון (כמו בסקיצה - משלוח חינם לנקודות...) */
.side-cart-promo-banner {
    background-color: #fcece0;
    color: #ff6b35;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 450px) {
    .side-cart-container {
        max-width: 100vw;
        left: -100vw;
    }

    body.side-cart-open .side-cart-container {
        transform: translateX(100vw);
    }
}

/* ==========================================================================
   Contact Us Page - Modern Redesign (Based on Sketch)
   Accessibility (a11y) & Keyboard Navigation Included
   ========================================================================== */

.modern-contact-wrapper {
    max-width: 600px;
    margin: 0 0 0 0;
    padding: 20px;
    direction: rtl;
    font-family: "Noto Sans Hebrew", sans-serif;
}

    /* --- כותרות --- */
    .modern-contact-wrapper .contact-header {
        text-align: center;
        margin-bottom: 35px;
    }

    .modern-contact-wrapper .contact-title {
        color: #2c2c72; /* צבע המותג הראשי */
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .modern-contact-wrapper .contact-subtitle {
        color: #888888;
        font-size: 16px;
        margin: 0;
    }

    /* --- שורות הטופס ותוויות --- */
    .modern-contact-wrapper .form-row-modern {
        margin-bottom: 22px;
    }

    .modern-contact-wrapper .position-relative {
        position: relative;
    }

    .modern-contact-wrapper label {
        display: block;
        color: #2c2c72;
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 8px;
        text-align: right;
    }

    .modern-contact-wrapper .req-star {
        margin-left: 3px;
        color: #2c2c72; /* התאמה לסקיצה - כוכבית בצבע הטקסט ולא באדום */
    }

    /* --- שדות קלט (Inputs & Textarea) --- */
    .modern-contact-wrapper .modern-input,
    .modern-contact-wrapper .modern-textarea {
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 12px; /* פינות מעוגלות מודרניות */
        padding: 14px 18px;
        font-size: 15px;
        color: #333333;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 2px 8px rgba(0,0,0,0.015); /* צל עדין לתחושת עומק קלה המפרידה מהרקע */
    }

    .modern-contact-wrapper .modern-textarea {
        resize: vertical;
        min-height: 140px;
    }

        /* --- נגישות: פלייסחולדר (Placeholder) --- */
        .modern-contact-wrapper .modern-input::placeholder,
        .modern-contact-wrapper .modern-textarea::placeholder {
            color: #b3b3b3;
            font-weight: 400;
        }

    /* מונה מילים (עיצוב בלבד המדמה את הסקיצה) */
    .modern-contact-wrapper .char-counter {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 13px;
        color: #a0a0a0;
        pointer-events: none; /* חוסם לחיצות על הטקסט */
    }

    /* --- נגישות למקלדת (Focus State) --- */
    .modern-contact-wrapper .modern-input:focus,
    .modern-contact-wrapper .modern-textarea:focus {
        outline: none;
        border-color: #2c2c72;
        box-shadow: 0 0 0 3px rgba(44, 44, 114, 0.15); /* הילה בולטת ויזואלית לטובת ניווט מקלדת */
    }

    /* --- כפתור שליחה (Submit Button) --- */
    .modern-contact-wrapper .submit-row {
        text-align: center;
        margin-top: 35px;
    }

    .modern-contact-wrapper .modern-submit-btn {
        background-color: #2c2c72;
        color: #ffffff;
        border: none;
        border-radius: 50px; /* צורת גלולה מלאה (Pill) */
        padding: 14px 0;
        width: 50%; /* רוחב חלקי מרכזי כבסקיצה */
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.1s ease, box-shadow 0.3s ease;
        outline: none;
    }

        /* אינטראקציה ונגישות לכפתור */
        .modern-contact-wrapper .modern-submit-btn:hover {
            background-color: #1a1a4b;
        }

        /* פוקוס בולט במיוחד לכפתור השליחה לטובת לקויי ראייה וניווט TAB */
        .modern-contact-wrapper .modern-submit-btn:focus-visible {
            box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #2c2c72;
        }

        .modern-contact-wrapper .modern-submit-btn:active {
            transform: scale(0.98);
        }

/* --- התאמה חכמה למסכים קטנים (Mobile Responsive) --- */
@media (max-width: 768px) {
    .modern-contact-wrapper {
        padding: 10px;
    }

        .modern-contact-wrapper .modern-submit-btn {
            width: 100%; /* במובייל הכפתור יתרווח לרוחב מלא ללחיצה נוחה יותר באצבע */
        }

        .modern-contact-wrapper .contact-title {
            font-size: 32px;
        }
}

/* ==========================================================================
   Modern Profile Page Redesign (Based on Sketch)
   יש להוסיף לתחתית master.css
   ========================================================================== */

.modern-profile-wrapper {
    font-family: "Noto Sans Hebrew", sans-serif;
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 0px;
    direction: rtl;
    color: #333;
}

/* --- כותרות כלליות --- */
.profile-header {
    margin-bottom: 50px;
    text-align: right;
}

.profile-main-title {
    color: #2c2c72;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}

/* --- פריסת גריד לעמודות --- */
.profile-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1.3fr; /* העמודה השמאלית (הזמנות) רחבה מעט יותר לפי הסקיצה */
    gap: 40px;
    margin-bottom: 60px;
    align-items: start;
}

/* --- כותרות מקטעים --- */
.section-heading {
    margin-bottom: 20px;
}

    .section-heading.flex-between {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

.section-title {
    color: #2c2c72;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.section-subtitle {
    color: #888888;
    font-size: 15px;
    margin: 0;
}

/* --- כרטיסיות (Cards) --- */
.profile-card {
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.03); /* צל רך במיוחד */
    position: relative;
}

/* ==========================================
   אזור מידע אישי
   ========================================== */
.btn-edit-profile {
    position: absolute;
    top: 25px;
    left: 25px;
    cursor: pointer;
}

.user-identity {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    padding-top: 10px;
}

.user-avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #eee;
}

.user-titles {
    display: flex;
    flex-direction: column;
}

.user-name {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.user-email {
    color: #888;
    font-size: 15px;
}

.user-data-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    border-top: 1px solid #f5f5f5;
    padding-top: 25px;
}

.data-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: right;
}

.data-label {
    color: #a0a0a0;
    font-size: 13px;
    margin-bottom: 0;
}

.data-link {
    color: #2c2c72;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

    .data-link:hover {
        text-decoration: underline;
    }

/* ==========================================
   אזור הזמנות אחרונות
   ========================================== */
.status-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.status-delivered {
    background-color: #e5f7e6;
    color: #2fa84b;
}

/* --- כפתורי פעולות (Pills) גלובליים --- */
.btn-pill-outline-orange {
    border: 1px solid #fcece0;
    background: #ffffff;
    color: #fe5939;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

    .btn-pill-outline-orange:hover {
        background: #fcece0;
    }

.btn-pill-light {
    border: 1px solid #eaeaea;
    background: #fdfdfd;
    color: #333;
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s;
}

    .btn-pill-light:hover {
        background: #f5f5f5;
    }

.btn-pill-action {
    border: 1px solid #eaeaea;
    background: #ffffff;
    color: #555;
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.2s;
}

    .btn-pill-action:hover {
        border-color: #ccc;
        color: #333;
    }

    .btn-pill-action svg {
        margin-left: 2px;
    }

/* עזרי פריסה כלליים */
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ==========================================
   התאמה למובייל (Responsive Design)
   ========================================== */
@media (max-width: 992px) {
    .profile-grid-layout {
        grid-template-columns: 1fr; /* שבירה לעמודה אחת במסכים קטנים */
        gap: 30px;
    }

    .user-data-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-heading.flex-between {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}


/* עיצוב מונה מועדפים עגול מעל האייקון */
.badge-count-square {
    position: absolute;
    top: -3px;
    right: -3px;
    background-color: #FF6B35; /* צבע כתום מותג */
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    width: 18px; /* רוחב וגובה שווים ליצירת עיגול */
    height: 18px;
    border-radius: 50%; /* הופך את האלמנט לעיגול מושלם */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff; /* מסגרת לבנה להפרדה מהרקע */
    box-sizing: border-box;
    z-index: 10;
}

/* ==========================================================================
   Mobile Header Layout & Overrides (Production Safe - Mobile Only)
   ========================================================================== */
@media (max-width: 992px) {
    /* נטרול הגדרות הבלוק של בוטסטראפ לטובת גמישות */
    .mobile-flex-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        padding:5px 5px !important;
        width: 100%;
    }

    /* כפתור המבורגר ללא תלות בתמונות */
    .mobile-hamburger-btn {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 10;
        margin-right: 10px; /* יישור לימין (RTL) */
    }

        .mobile-hamburger-btn span {
            display: block;
            width: 100%;
            height: 3px;
            background-color: #2c2c72; /* צבע המותג */
            border-radius: 2px;
            transition: all 0.3s ease-in-out;
        }

    /* מרכוז הלוגו כנדרש בסקיצה */
    #mobile-logo-container.header-logo {
        flex-grow: 1;
        text-align: center;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        justify-content: center;
    }

    #mobile-logo-container img {
        max-height:50px;
        width: auto;
    }

    /* קונטיינר האייקונים - עגלה, משתמש, חיפוש */
    .mobile-header-icons {
        display: flex !important;
        align-items: center;
        gap: 15px; /* מרווח קבוע בין האייקונים */
        margin-left: 5px;
    }

    .mobile-action-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
        cursor: pointer;
        position: relative;
    }

    /* מיקום מונה העגלה במובייל */
    .cart-badge-mobile {
        position: absolute;
        top: -8px;
        right: -8px;
        background-color: #e52d27;
        color: white;
        border-radius: 50%;
        padding: 2px 5px;
        font-size: 11px;
        font-weight: bold;
    }

    /* עיצוב התנהגות שורת החיפוש כחלון נגלל מטה במובייל */
    .search-wrapper-row {
        margin: 0 !important;
    }

    #mobile-search-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        /* background-color: #ffffff; */
        /* padding: 12px 15px; */
        /* box-shadow: 0px 5px 10px rgba(0,0,0,0.15); */
        z-index: 1050;
        /* border-top: 1px solid #eaeaea; */
    }
        #mobile-search-dropdown input[type="text"] {
            width: 100%;
            padding: 10px 40px 10px 10px; /* מרווח ימני לאייקון בתוך השדה */
            border: 1px solid #dcdcdc;
            border-radius: 25px;
            font-size: 16px; /* מניע זום אוטומטי באייפון */
        }

        #mobile-search-dropdown #top-search-image-icon {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: auto;

            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 5;
        }
}

.badge-count {
    position: absolute;
    top: -2px;
    right: -5px;
    background-color: #fe5939;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}
.cart-action-group {
position:relative;}