@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);

@font-face {
    font-family: 'CeraGR-Regular';
    src: url('fonts/CeraGR-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/CeraGR-Regular.woff') format('woff'),
    url('fonts/CeraGR-Regular.ttf') format('truetype'),
    url('fonts/CeraGR-Regular.svg#CeraGR-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraCompactPro-Bold';
    src: url('fonts/CeraCompactPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/CeraCompactPro-Bold.woff') format('woff'),
    url('fonts/CeraCompactPro-Bold.ttf') format('truetype'),
    url('fonts/CeraCompactPro-Bold.svg#CeraCompactPro-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --input-bg: #ececec;
    --font-family: 'Cera', sans-serif;
    --normal-font: 'CeraGR-Regular', sans-serif;
    --bold-font: 'CeraCompactPro-Bold', sans-serif;
    --shadow: 0 0 15px 0 rgba(0, 0, 0, 0.104761);
    --product-image-height: 340px;
    --navbar-height: 135.4px;
    --font-10: 10px;
    --font-11: 11px;
    --font-12: 12px;
    --font-13: 13px;
    --font-14: 14px;
    --font-15: 15px;
    --font-16: 16px;
    --font-17: 17px;
    --font-18: 18px;
    --font-19: 19px;
    --font-20: 20px;
    --font-21: 21px;
    --font-22: 22px;
    --font-23: 23px;
    --font-24: 24px;
    --font-25: 25px;
    --font-26: 26px;
    --font-27: 27px;
    --font-28: 28px;
    --font-29: 29px;
    --font-30: 30px;
    --font-31: 31px;
    --font-32: 32px;
    --font-33: 33px;
    --font-34: 34px;
    --font-35: 35px;
    --font-36: 36px;
    --font-37: 37px;
    --font-38: 38px;
    --font-39: 39px;
    --font-40: 40px;
    --font-41: 41px;
    --font-42: 42px;
    --font-43: 43px;
    --font-44: 44px;
    --font-45: 45px;
    --font-46: 46px;
    --font-47: 47px;
    --font-48: 48px;
    --font-49: 49px;
    --font-50: 50px;
    --font-120: 120px;
    --lh-text: 1.05rem;
    --lh-title: 1.5rem;
    --max-lines-title: 2;
    --max-lines-text: 3;
}


a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
select,
textarea {
    font-family: var(--normal-font);
}
.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;
    font-variant-numeric: lining-nums;
}
.overflow-hidden {
    overflow: hidden;
}
body {
    overflow-x: hidden;
    background: #ffffff !important;
}
body.cartexpanded {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body.no_header #top-navbar,
body.no_header footer {
    display: none;
}
body:not(.no_header) .p-header {
    padding-top: var(--header-height);
}
::-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;
}
.nav-link {
    line-height: initial;
}
#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 {
    background-color: transparent;
    padding: 0;
    position: fixed;
    z-index: 99999;
    bottom: 10px;
    transition: all 0.6s;
    opacity: 1;
    cursor: pointer;
    border-radius: 50%;
    right: 10px;
}

.up_arrow svg {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.up_arrow.on {
    right: 10px;
}

.up_arrow.off {
    right: -50px;
}

.up_arrow.bottom_up {
    bottom: 120px;
}
.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 {
    background-color: var(--color);
}
.dropdown-item:hover {
    background: none;
    color: var(--color);
}
#payMethodDropdown svg path,
.mainSvgColor 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-family: var(--bold-font);
    font-weight: 400;
}
.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;
}
body.no_header .p-header {
    padding-top: 0;
}
.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-family: var(--bold-font);
    font-style: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    font-weight: 400;
    /*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-family: var(--bold-font);
    font-weight: 400;
    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-family: var(--bold-font);
    font-weight: 400;
}
.price:before{
    padding-right: 2px!important;
}