@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);
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;
}
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;
}
.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;
}
.underlined,
.underlined:hover {
    text-decoration: underline;
}
.show_password {
    position: absolute;
    top: 0;
    right: 10px;
    align-items: center;
    cursor: pointer;
}
.show_password .fa {
    color: #666666;
}
.acsb-trigger {
    left: 20px !important;
}
.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: 99999;
    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-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: 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: 0.3s;
    left: 0;
}
.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: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    /*margin-bottom: 0px;*/
}
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);
}
@media (max-width: 1439px) {
    :root {
        --container-margin: calc((100vw - 1200px) / 2);
    }
}
@media (max-width: 1199px) {
    :root {
        --container-margin: calc((100vw - 950px) / 2);
    }
    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;
    }
}
@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;
    }
}
@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%;
    }
}
@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;
}