@import url(imports/template2/_header.css);
@import url(imports/template2/_footer.css);
@import url(imports/template2/_sidebar.css);
@import url(imports/template2/_basket.css);
@import url(imports/template2/_modals.css);
@import url(imports/template2/_startorder.css);
@import url(imports/template2/_breadcrumbs.css);
@import url(imports/template2/_products.css);
@import url(imports/template2/_forms.css);
@import url(imports/template2/_oneclickorder.css);
@import url(imports/template2/_chatbot.css);
@import url(rtl/custom2_rtl.css);
a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
select,
textarea {
    font-family: var(--font-family);
}
.loader div,
body,
body.cartexpanded {
    position: relative;
}
a,
a:hover {
    color: inherit;
}
#cookies .cookies_btn,
#cookies .cookies_message {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
:root {
    --input-bg: #ececec;
    --container-margin: calc((100vw - 1444px) / 2);
    --checkout-color:#3ABA3F;
    --radius-bigger: 36px;
    --radius-big: 32px;
    --radius-small: 16px;
    --sidebar-transition: 0.5s;
    --chatbot-width: 410px;
    --light-main-color: color-mix(in srgb, var(--color) 10%, transparent);
    --light-main-color-hover: color-mix(in srgb, var(--color) 17%, transparent);
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

#top-navbar {
    width: 100%;
}
body #top-navbar {
    transition: width var(--sidebar-transition) ease;
}
body.no_transition #top-navbar {
    transition: unset;
}
body.chatbot-opened #wrapper,
body.chatbot-opened #top-navbar {
    width: calc(100% - var(--chatbot-width));
}
body.chatbot-opened #wrapper {
    margin-left: 0;
}

.overflow-hidden {
    overflow: hidden;
}
body {
    overflow-x: hidden;
    background: #ffffff !important;
}
body.cartexpanded {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: #8F8F8F;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #666666;
}
#CybotCookiebotDialogPoweredbyLink,
.commaSeparated:last-child::after,
.gm-control-active.gm-fullscreen-control,
.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
    display: none;
}
.password-label,
.show_password {
    bottom: 0;
    display: flex;
    margin: auto;
}
.container-fluid {
    padding: 0;
    margin: 0;
}
.underlined,
.underlined:hover {
    text-decoration: underline;
}
.show_password {
    position: absolute;
    top: 0;
    right: 10px;
    align-items: center;
    cursor: pointer;
}
.show_password .fa {
    color: #666666;
}
.password-label {
    left: 10px !important;
    height: fit-content;
    margin-top: 0;
}
#preloader,
.loader {
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 1050;
    background-color: #fff;
    display: flex;
    position: fixed;
}
#loginModal .show_password,
.up_arrow.on {
    right: 10px;
}
.loader {
    left: 0;
    top: 0;
    align-items: center;
}
.loader.modal-loader {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 12px 12px;
}
.loader:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: bottom;
}
.loader div {
    top: 50px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader div:first-child {
    left: -20px;
    animation: 0.6s infinite lds-ellipsis1;
}
.loader div:nth-child(2) {
    left: -20px;
    animation: 0.6s infinite lds-ellipsis2;
}
.loader div:nth-child(3) {
    left: 0;
    animation: 0.6s infinite lds-ellipsis2;
}
.loader div:nth-child(4) {
    left: 20px;
    animation: 0.6s infinite lds-ellipsis3;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.cursor-pointer,
[data-target="#customizerModal"],
[data-toggle="modal"],
[data-toggle~="collapse"],
button:hover {
    cursor: pointer;
}
#preloader {
    align-items: center;
    transition: 0.3s;
}
.lds-dual-ring {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 70px;
    height: 70px;
    margin: 1px;
    border: 7px solid;
    border-radius: 50%;
    animation: 1.2s linear infinite lds-dual-ring;
}
.lds-dual-ring:before {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin: 1px;
    border-radius: 50%;
    position: absolute;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.section-head {
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
}
.up_arrow {
    position: fixed;
    z-index: 920;
    bottom: 10px;
    transition: 0.6s;
    opacity: 0.5;
}
.upArrowBtn {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.up_arrow.off {
    right: -50px;
}
.up_arrow.bottom_up {
    bottom: 70px;
}
.up_arrow:hover {
    cursor: pointer;
    opacity: 1;
}
.dropdown-divider {
    border-color: var(--input-bg);
}
#categoriesDropdown.dropdown-toggle::after,
#feedback .rating:not(:checked) > label:hover,
#feedback .rating:not(:checked) > label:hover ~ label,
#feedback .rating > input:checked + label:hover,
#feedback .rating > input:checked ~ label,
#feedback .rating > input:checked ~ label:hover,
#feedback .rating > input:checked ~ label:hover ~ label,
#feedback .rating > label:hover ~ input:checked ~ label,
.mainColor,
.orders-list li:before,
.page .card-body ol li::before,
.page .card-body ul li::before {
    color: var(--color) !important;
}
.secondaryColor {
    color: var(--secondary-color) !important;
}
.checkoutBgColor {
    background-color: var(--color) !important;
}
.datepicker--cell.-current- {
    color: var(--color);
}
#CybotCookiebotDialogBodyButtonAccept,
.mainBorderColor,
.mainBorderColor:focus {
    border-color: var(--color) !important;
}
#CybotCookiebotDialogBodyButtonAccept,
#category .categories .product-list.tiles .icons-col.col-8,
#stores .carousel-indicators li.active,
.datepicker--cell.-selected-,
.mainBgColor {
    background-color: var(--color) !important;
}
#cookies .cookies_wrapper,
.dropdown-item:focus,
.lds-dual-ring:before,
.start-order-nav.nav-pills .nav-link.active {
    background-color: var(--color);
}
.dropdown-item:hover {
    background: none;
    color: var(--color);
}
#payMethodDropdown svg path,
.mainSvgColor path,
.startorder-label svg path,
svg.arrow-down path {
    fill: var(--color);
}
.favorites-icon.mainSvgColor path {
    stroke: var(--color) !important;
}
.lds-dual-ring:after {
    border-color: var(--color) transparent var(--color) transparent;
}
.bgColor,
.dropdown-menu.show {
    background-color: var(--bg-color);
}
.dropdown-item {
    color: var(--font-color);
}
.basket-black {
    color: #000;
    font-weight: 600;
}
.specific_date_label {
    padding-left: 32px;
}
.basket-grey {
    color: #696969;
}
a:hover {
    text-decoration: none;
}
.dropdown-item.active {
    background-color: transparent;
}
.spicy {
    background-color: #bc0707;
}
.progress-bar-striped {
    pointer-events: none;
}
.commaSeparated:after {
    content: ", ";
}
.text-red {
    color: #ef0008;
}
.p-header {
    padding-top: var(--header-height);
    transition: 0.6s;
}
.p-header {
    padding-top: var(--header-height);
    transition: 0.6s;
}
.no_header .p-header,
.no_header #breadcrumbs {
    padding-top: 0;
}
.no_header #blog .blog-nav-container,
.no_header #account .vertical-nav-sticky,
.no_header .account-nav.fixed-top,
.no_header #category #vertical-navigation,
.no_header #category .nat-nav-col.cat-navigation {
    top:0;
}
.no_header #top-navbar,
.no_header footer {
    display: none;
}
.p-page {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
.menu-open-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 900;
    transition: opacity 1s ease-out;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: inherit;
    color: var(--font-color);
}
#st-card-number,
#st-cvv,
#st-expiration-date {
    width: 50%;
    border: 1px solid #cfd7e0;
    border-radius: 4px;
    margin: 0 0 0 auto;
    padding: 0 12px;
}
#wrapper {
    left: 0;
}
body #wrapper {
    transition: width var(--sidebar-transition) ease, margin-left var(--sidebar-transition) ease;
}
body.no_transition #wrapper {
    transition: unset;
}
.datepickers-container {
    z-index: 99999;
    width: 50%;
}
.menu-open-overlay.active {
    display: block;
    opacity: 1;
}
.fixed-top {
    z-index: 920;
}
.sticky-top {
    z-index: 900;
}
.page-header {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    /*margin-bottom: 0px;*/
}
button {
    border: none;
}
a:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}
.pac-container {
    border-top: 0;
    box-shadow: none;
    padding-bottom: 20px;
}
.pac-item {
    border-bottom: 1px solid #e6e6e6;
    border-top: 0;
    padding: 12px 10px;
}
.pac-logo:after {
    padding-top: 50px;
}
#cookies .cookies_wrapper {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 990;
    border-radius: 6px;
    padding: 0.6rem 1rem;
}
#cookies .alert-icon .icon_oval {
    fill: #fff;
}
#cookies .alert-icon .exclamation {
    fill: var(--color);
}
#cookies .cookies_btn {
    height: 42px;
    background: 0 0;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
#cookies .cookies_message {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
#cookies .alert_col {
    width: 45px;
}
#cookies .alert_message_col {
    width: calc(100% - 45px);
}
#cookies .col-auto.right-col {
    width: 230px;
}
#cookies .col-auto.left-col {
    width: calc(100% - 230px);
}
.he,
.he p {
    font-family: Ezra Sil, Ezra Sil SR, CODE2000, Times New Roman, times, serif;
    direction: rtl;
    text-align: right;
}
#loyaltyHistory .table-wrapper {
    border-radius: var(--radius-big);
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
    padding: 0.5rem 1rem;
}
#loyaltyHistory .loyalty-table td {
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
}
#loyaltyHistory .loyalty-table tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
}
#loyaltyHistory .loyalty-table td:first-child {
    padding-left: 0;
}
#loyaltyHistory .loyalty-table td:last-child {
    padding-right: 0;
}
#loyaltyHistory .loyalty-table .date {
    color: var(--color);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
}
#loyaltyHistory .loyalty-table .location {
    color: var(--font-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
#loyaltyHistory .loyalty-table .value {
    color: var(--font-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
#loyaltyHistory .loyalty-table .lp {
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#loyaltyHistory .loyalty-table .lp.zero {
    color: #8F8F8F;
}
#loyaltyHistory .loyalty-table .lp.minus {
    color: #DC273E;
}
#loyaltyHistory .loyalty-table .lp.plus {
    color: #8DC63F;
}
#loyaltyHistory .loyalty-table .lp.plus:before {
    content: '+';
}
.loyalty-manual-enrollment .card {
    border-radius: var(--radius-big) !important;
    box-shadow: 0 0 10px 0 #E5E5E5 !important;
    width: 100% !important;
}
.loyalty-manual-enrollment .card .card-body {
    padding: 1.5rem !important;
}
.loyalty-manual-enrollment .card.loyalty-card .card-body {
    padding: 1.25rem !important;
}
.loyalty-manual-enrollment .card.qr-card .card-body {
    padding: 1rem !important;
}
.loyalty-manual-enrollment .card .card-title {
    color: var(--font-color);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.loyalty-manual-enrollment .card .card-text {
    color: var(--font-color);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
#manualEnrollmentForm .form-row {
    padding-top: 2.5rem;
}
#manualEnrollmentForm .label-content {
    color: #666 !important;
    left: 12px !important;
}
#manualEnrollmentForm .form-control {
    border-radius: 8px !important;
}
#manualEnrollmentForm .form-group.col-auto {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.loyalty-manual-enrollment .notice-text {
    width: 100%;
    color: #525252;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.loyalty-manual-enrollment .card .card-subtitle {
    color: var(--font-color);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.loyalty-manual-enrollment .card .card-subtitle a {
    color: var(--color);
    font-weight: 500;
}
#manualEnrollmentForm .submit-btn {
    width: fit-content;
    min-width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-big);
    color: #FFFFFF;
    background: var(--color);
    text-align: center;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-inline: auto;
    padding-inline: 1rem;
}
.loyalty-manual-enrollment .qr-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--font-color);
}
.loyalty-manual-enrollment .copy_btn {
    background: none;
    border: none;
}
.loyalty-manual-enrollment .copy_btn svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.loyalty-text {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    color: var(--font-color);
}
.loyalty-manual-enrollment .card.qr-card {
    box-shadow: 0 4px 10px 0 #E5E5E5; !important;
}
.loyalty-text-small {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: var(--font-color);
}
.loyalty-text-small a {
    color: var(--color);
    font-weight: 500;
}
.loyalty-manual-enrollment {
    margin-top: 25px;
}
.loyalty-manual-enrollment .card.loyalty-card {
    --loyalty-card-color: defaultValue;
    --loyalty-card-font-color: #fff;
    background: var(--loyalty-card-color) !important;
    margin: 0 !important;
}
.loyalty-manual-enrollment .card.loyalty-card .loyalty-card-logo {
    width: 100px;
    height: 35px;
    object-fit: contain;
}
.loyalty-manual-enrollment .card.loyalty-card .loyalty-card-points-label {
    color: var(--loyalty-card-font-color);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.loyalty-manual-enrollment .card.loyalty-card .loyalty-card-name {
    color: var(--loyalty-card-font-color);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5px;
    padding-block: 1.5rem;
}
.loyalty-manual-enrollment .card.loyalty-card .loyalty-card-text {
    color: var(--loyalty-card-font-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.loyalty-manual-enrollment .qr-code-wrapper {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
.loyalty-manual-enrollment .qr-code-wrapper img {
    margin: auto;
    max-width: 100%;
}
.loyalty-manual-enrollment .qr-code-img {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.tooltip-inner {
    background-color: #fff !important;
    color: var(--font-color) !important;
    box-shadow: 0 0 10px 0 #E5E5E5;
    padding-inline: 0.75rem;
    padding-block: 0.5rem;
    border-radius: 10px;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #fff !important;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff !important;
}

.bs-tooltip-left .arrow::before {
    border-left-color: #fff !important;
}

.bs-tooltip-right .arrow::before {
    border-right-color: #fff !important;
}
@media (max-width: 1439px) {
    :root {
        --container-margin: calc((100vw - 1200px) / 2);
        --chatbot-width: 50%;
    }
    body.chatbot-opened #wrapper,
    body.chatbot-opened #top-navbar {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    :root {
        --container-margin: calc((100vw - 950px) / 2);
        --chatbot-width: 100%;

    }
    body.active {
        overflow: hidden;
        position: relative;
        height: 100%;
    }
    body #wrapper {
        transition: left var(--sidebar-transition) ease;
    }
    .menu-open-overlay.expanded {
        top: var(--header-height);
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 1;
        pointer-events: all;
    }
    .menu-open-overlay.expanded.scrolled {
        top: 90px;
    }
    #manualEnrollmentForm .form-group.col-auto {
        flex: 0 0 100%;
        max-width: 100%;
    }

}
@media (max-width: 969px) {
    :root {
        --container-margin: calc((100vw - 750px) / 2);
    }
    .up_arrow.bottom_up {
        bottom: 90px;
    }
    #cookies .cookies_message {
        font-size: 15px;
    }
    #manualEnrollmentForm .form-group.col-auto {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (max-width: 749px) {
    :root {
        --container-margin: calc((100vw - 480px) / 2);
    }
    #cookies .col-auto.left-col,
    #cookies .col-auto.right-col,
    #cookies .cookies_btn,
    .container {
        width: 100%;
    }
    /*.locate-address-icon {*/
    /*    display: none !important;*/
    /*}*/
    .up_arrow.bottom_up {
        bottom: 125px;
    }
    .container {
        max-width: 480px;
    }
    #dropdown-nav.nav-pills .show > .nav-link {
        background-color: transparent;
    }
    #cookies .cookies_message {
        font-size: 14px;
    }
    #loyaltyHistory .table-wrapper {

    }
    #loyaltyHistory .loyalty-table tr {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        border-bottom: 1px solid #dddddd;
    }
    #loyaltyHistory .loyalty-table tr td,
    #loyaltyHistory .loyalty-table tr:last-child {
        border-bottom: 0;
    }
    #loyaltyHistory .loyalty-table .date {
        grid-column: 1 / 3;
        grid-row: 1;
        padding-bottom: 0.35rem;
    }
    #loyaltyHistory .loyalty-table .location {
        grid-column: 1 / 3;
        grid-row: 2;
        padding-left: 0;
        padding-top: 0;
    }
    #loyaltyHistory .loyalty-table .value {
        grid-column: 3;
        grid-row: 1 / 3;
        text-align: right;
    }
    #loyaltyHistory .loyalty-table .lp {
        grid-column: 4;
        grid-row: 1 / 3;
    }
    #manualEnrollmentForm .form-group.col-auto {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .up_arrow.bottom_up {
        bottom: 118px;
    }
}
@media (max-width: 480px) {
    :root {
        --container-margin: calc((100vw - 20px) / 2);
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    .datepickers-container {
        width: 100%;
        margin-left: 30px;
    }
    #loyaltyHistory .loyalty-table tr {
        grid-template-columns: repeat(2, 1fr);
    }
    #loyaltyHistory .loyalty-table .date {
        grid-column: 1;
        grid-row: 1;
    }
    #loyaltyHistory .loyalty-table .location {
        grid-column: 1;
        grid-row: 2;
    }
    #loyaltyHistory .loyalty-table .value {
        grid-column: 2;
        grid-row: 2;
        padding-right: 0;
        padding-top: 0;
        text-align: right;
    }
    #loyaltyHistory .loyalty-table .lp {
        grid-column: 2;
        grid-row: 1;
        padding-top: 0.25rem;
        padding-bottom: 0;
    }
}
@media (max-width: 380px) {
    .up_arrow.bottom_up {
        bottom: 140px;
    }
}

ul.list-unstyled > li.address:hover{
    font-weight: bold;
}
.price:before{
    padding-right: 2px!important;
}