@import url(imports/_header.css);
@import url(imports/_footer.css);
@import url(imports/_sidebar.css);
@import url(imports/_basket.css);
@import url(imports/_modals.css);
@import url(imports/_startorder.css);
@import url(imports/_breadcrumbs.css);
@import url(imports/_products.css);
@import url(imports/_forms.css);
@import url(imports/_chatbot.css);
@import url(rtl/custom_rtl.css);
#cookies .cookies_btn,
#cookies .cookies_message,
.page-header,
.section-head {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
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 {
    line-height: normal;
    color: #fff;
}
:root {
    --input-bg: #ececec;
    --checkout-color: #3aba3f;
    --container-margin: calc((100vw - 1440px) / 2);
    --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;
}
body.cartexpanded {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#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;
}
.acsb-trigger {
    left: 20px !important;
}
.password-label {
    left: 10px !important;
    top: 0 !important;
    align-items: center;
}
#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;
    line-height: 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(--checkout-color) !important;
}
.datepicker--cell.-current- {
    color: var(--color);
}
.form-control.error-input {
    border: 1px solid var(--color) !important;
}
#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,
.dropdown-item:hover,
.lds-dual-ring:before,
.start-order-nav.nav-pills .nav-link.active {
    background-color: var(--color);
}
#payMethodDropdown svg path,
.footer-navigation svg.qty-icon path,
.mainSvgColor path,
.startorder-label svg path,
svg.arrow-down path {
    fill: var(--color) !important;
}
.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;
}
.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-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.menu-open-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1030;
    transition: 0.3s;
    display: none;
    cursor: pointer;
}
.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 {
    transition: var(--sidebar-transition);
    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;
}
.menu-open-overlay.active {
    display: block;
}
.fixed-top {
    z-index: 920;
}
.sticky-top {
    z-index: 900;
}
.page-header {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.33;
    text-align: center;
    color: var(--font-color);
}
a[href^="https://maps.google.com/maps"]
{
    display: none !important;
}
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);
}
#loyaltyHistory .table-wrapper {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.17);
    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: "+";
}
@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%;
    }
    .c-card-img {
        width: 80px;
        height: 25px;
    }
}
@media (max-width: 1199px) {
    :root {
        --container-margin: calc((100vw - 950px) / 2);
        --chatbot-width: 100%;
    }
    body.active {
        overflow: hidden;
        position: relative;
        height: 100%;
    }
    .menu-open-overlay.expanded {
        display: block;
        top: var(--header-height);
        background-color: rgba(0, 0, 0, 0.5);
    }
    .menu-open-overlay.expanded.scrolled {
        top: 90px;
    }
    .c-card-img {
        width: auto;
        height: 26px;
    }
}
@media (max-width: 969px) {
    :root {
        --container-margin: calc((100vw - 750px) / 2);
    }
    .up_arrow.bottom_up {
        bottom: 90px;
    }
    #cookies .cookies_message {
        font-size: 15px;
    }
}
@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 .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;
    }
}
@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%;
    }
    #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;
    }
}
