/*!
Theme Name: Jinper Calendar
Theme URI: https://jinper.com
Author: Jinper
Author URI: https://jinper.com
Description: Description
Version: 1.0.3
Tested up to: 8.2
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: centabit

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Jinper is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(120px + (constant(safe-area-inset-bottom))*1.1);
    scroll-padding-top: calc(120px + (env(safe-area-inset-bottom))*1.1);
}

/*Typography Settings*/
body.jinper {
    font-size: 12px;
    font-family: "Roboto", sans-serif !important;
    line-height: 25px;
    color: #6c6c6c !important;
    background-color: #f0f0f0;
    height: 100vh;
}

body .header-logo-center .header-logo {
    height: 50px;
}

body.jinper.comfortaa {
    font-family: "Comfortaa", sans-serif !important;
}

.row-masonry {
    column-count: 1;
    column-gap: 10px;
}

#modal-show-otp {
    letter-spacing: 10px;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
}

.lh-1 {
    line-height: 1.4em !important;
}
.lh-25px {
    line-height: 25px !important;
}
.lh-auto {
    line-height: 1.1 !important;
}

.lh-0-8 {
    line-height: 0.8 !important;
}

.nowrap {
    white-space: nowrap !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}

#tasks-progress-list .sp-order {
    display: none;
}

#tasks-progress-list .sp-order.has_order {
    display: block;
}

.theme-light .header .header-logo {
    background-image: url(/sticky/images/jinper-logo-192.webp?v=1);
}

.header.header-logo-center .header-icon-2 {
    width: 45px;
}

.service_point-menu .header-clear-medium {
    padding-top: 50px;
    padding-top: calc(50px + (constant(safe-area-inset-top))) !important;
    padding-top: calc(50px + (env(safe-area-inset-top))) !important;
}

.safe-area-bottom {
    padding-bottom: env(safe-area-inset-bottom) !important;
}

.safe-area-top {
    position: fixed;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    left: 0;
    top: 0;
    z-index: 10000;
    height: env(safe-area-inset-top);
}

.sp-menu-categories-bar.footer-bar-scroll a,
.workslots-nav-bar.footer-bar-scroll a,
.workslots-nav-bar .footer-bar-scroll a {
    width: auto;
}

.footer-bar-scroll.d-flex {
    display: flex !important;
}

.footer-bar-scroll.d-none {
    display: none !important;
}

.footer-bar-scroll {
    overflow-y: hidden;
}

.sp-menu-categories-bar .fa-angle-right {
    position: fixed;
    top: 75px;
    right: 7px;
}
.sp-menu-categories-bar .fa-angle-left {
    position: fixed;
    top: 75px;
    left: 7px;
}

.position-absolute-center {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.position-absolute-middle {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.minicart-icon {
    margin-left: 20px;
    margin-top: 15px;
}

.fixed-under-header {
    position: fixed !important;
    top: calc(50px + (env(safe-area-inset-top))*0.8) !important;
    left: 0;
    z-index: 10;
    max-width: 100% !important;
}
a,
h1 a {
    color: inherit;
}

/*Prealoder*/
#preloader,
#jinper-preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    transition: all 200ms ease;
}
#preloader .spinner-border,
#jinper-preloader .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
}

#preloader #preloader-repair,
#jinper-preloader #preloader-repair {
    position: absolute;
    top: 100px;
    right: 20px;
}

.preloader-hide,
.preloader-hide #preloader-repair {
    opacity: 0;
    pointer-events: none;
    transition: all 150ms ease !important;
}

.theme-light #preloader,
.theme-light #jinper-preloader {
    background-color: #fff;
}

.theme-dark #preloader,
.theme-dark #jinper-preloader {
    background-color: #0f1117;
}

.theme-dark .form-floating-over > .form-control:focus ~ label,
.theme-dark .form-floating-over > .form-control:not(:placeholder-shown) ~ label,
.theme-dark .form-floating-over > .form-select ~ label,
.theme-dark .footer,
.theme-dark .card,
.theme-dark #preloader,
.theme-dark #jinper-preloader {
    background-color: #0f1117;
}

body .notification {
    z-index: 200;
}

.dropdown-menu.lang-switcher {
    min-width: 8rem;
    padding: 10px;
}

.lang-switcher .list-group a {
    line-height: 30px;
}
.lang-switcher .list-group .ls-flag {
    width: 25px;
}

#footer-bar .badge {
    position: absolute;
    top: 5px;
    right: auto;
    margin: auto;
    display: inline;
}

#footer-bar.footer-bar-1 {
    height: calc(62px + (env(safe-area-inset-bottom))*0.7);
    min-height: calc(62px + (env(safe-area-inset-bottom))*0.7);
}

:not(.collapsed).accordion-btn .accordion-icon {
    transform: rotate(180deg);
}

body .menu-box-modal {
    width: 95%;
    max-width: 600px;
    max-height: 95%;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body #modal-products-to-add.menu-box-modal {
    width: 100%;
    max-width: 600px;
    max-height: 100vh;
    border-radius: 0;
}
.menu-box-modal {
    padding-top: env(safe-area-inset-top) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
}

body #modal-otp-enter {
    border-radius: 0px;
    padding: 10vh 0 !important;
}

/*.products_to_add {
    -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}*/

.products_to_add {
    height: 100%;
    box-shadow: inset 0px -5px 5px -5px;
}

/* width */
.products_to_add::-webkit-scrollbar{
    width: 5px;
    display: block !important;
}

/* Track */
.products_to_add::-webkit-scrollbar-track {
    background: rgba(50,50,50,0.1);
}

/* Handle */
.products_to_add::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.products_to_add::-webkit-scrollbar-thumb:hover {
    background: #555;
}

input.input-title,
input.input-title::placeholder {
    font-size: 20px !important;
    font-weight: bold !important;
}

.btn-disabled,
input:disabled,
input.form-control:disabled,
textarea:disabled,
textarea.form-control:disabled,
select:disabled {
    opacity: 0.3 !important;
}

.input-style.mb-1 {
    margin-bottom: 0.25rem !important;
}
.input-style.mb-auto {
    margin-bottom: auto !important;
}
.input-style.mb-0 {
    margin-bottom: 0px !important;
}

.jinper .input-style em,
.jinper .input-style span,
.jinper .input-style .valid,
.jinper .input-style .invalid {
    right: 10px;
}

.jinper-sp-otp .otp {
    width: 35px;
    height: 50px;
    border: solid 1px #cacaca;
}

.ls-flag-icon {
    width: 20px;
}

.products-edit .uncategorized {
    background: #fdc !important;
}

#page {
    min-height: 100%;
}

#page .search-page .search-result-list {
    position: relative;
    min-height: 55px;
    margin-bottom: 10px;
}
#page .search-page .search-result-list h1 {
    padding-left: 0px;
}

.categories-nav-bar,
.workslots-nav-bar,
.top-navbar {
    left: 0px;
    right: 0px;
    z-index: 98;
    box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 6%);
    height: 62px;
    padding-top: 0px !important;
    text-align: center;
    line-height: 24px;
    top: calc(50px + env(safe-area-inset-top)) !important;
}

.tasks .categories-nav-bar,
.jcalendar .categories-nav-bar,
.tasks .workslots-nav-bar,
.top-navbar {
    top: 0 !important;
    /*min-height: calc(62px + env(safe-area-inset-top));*/
    min-height: 62px;
    height: auto;
    padding-top: calc(env(safe-area-inset-top)) !important;
}

.categories-nav-bar a,
.top-navbar  a,
.workslots-nav-bar a {
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
}

.categories-nav-bar a i,
.top-navbar  a i,
.workslots-nav-bar a i {
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.jinper #footer-bar a i,
.jinper .footer-bar a i {
    font-size: 24px;
}

.categories-nav-bar a span,
.top-navbar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-top: -2px;
    opacity: 0.8;
    font-family: "Roboto", sans-serif !important;
}

.filter-bar {
    bottom: calc(62px + (env(safe-area-inset-bottom))*1.1);
    left: 0px;
    z-index: 100;
    position: fixed;
}

.floating-over-bottom {
    bottom: calc(128px + (env(safe-area-inset-bottom))*0.8);
}

.order-total-bar {
    bottom:calc(62px + (env(safe-area-inset-bottom))*0.7);
    z-index:2;
    left:0;
}

.footer-top {
    bottom: calc(62px + (env(safe-area-inset-bottom))*0.7);
    left: 0px;
    z-index: 10;
}

.topbar-top {
    top: calc(112px + (env(safe-area-inset-top)));
    left: 0px;
    z-index: 10;
}

.z-10 {
    z-index: 10;
}
.z-101 {
    z-index: 101 !important;
}
.z-102 {
    z-index: 102 !important;
}
.z-103 {
    z-index: 103 !important;
}
.workslots-nav-bar a span {
    position: relative;
}

.visibility-hidden {
    visibility: hidden !important;
}

.flex-align-center {
    justify-content: center;
    align-items: center;
}

#modal-order-product.menu-active,
#modal-edit-item.menu-active,
#modal-order-service.menu-active,
#modal-products-to-add.menu-active,
#modal-settings-item-statuses.menu-active,
#modal-order-comment.menu-active,
#modal-order-checkout.menu-active,
#modal-delivery-checkout.menu-active,
.modal-sticky.menu-active {
    display: flex !important;
}

.active-flex.menu-active {
    display: flex !important;
}

#staff-ordered-items .fac-checkbox > span::after {
    opacity: 1;
}

#staff-ordered-items .fac label {
    margin: 0em 1em 0em -20px;
    padding-left: 1.5em;
    cursor: pointer;
    font-weight: inherit;
    padding-left: 30px;
    padding-right: 20px;
}

.list-col-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.jinper .stepper input {
    width: 34px;
}

.before-m-auto::before {
    margin: auto !important;
}
.pt-2-5 {
    padding-top: 0.75em !important;
}

.pt-70 {
    padding-top: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.pt-125 {
    padding-top: 125px;
}

/*.footer-bar-2 .active-nav i,
.footer-bar-2 a:hover {
  color: #fff !important;
}*/

.menu-cat {
    scroll-margin-top: 80px;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-180 {
    padding-bottom: 180px !important;
}

.pb-keyboard {
    padding-bottom: calc(env(keyboard-inset-height, 0px) + 50px) !important;
}

.lh-35 {
    line-height: 3.5 !important;
}

.lh-35 {
    line-height: 3.5 !important;
}

.lh-2 {
    line-height: 2 !important;
}

label.product-option:before {
    line-height: 25px !important;
    top: 1px;
}

.menu-page-accordion p,
.jinper p {
    color: inherit;
}

.sq-18 {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    text-align: center !important;
    font-size: 12px !important;
}

.sq-22 {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    text-align: center !important;
}
.sq-27 {
    width: 27px !important;
    height: 27px !important;
    line-height: 27px !important;
    text-align: center !important;
}

.sq-35 {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    text-align: center !important;
}

.sq-50 {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center !important;
}

.sq-60 {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    text-align: center !important;
}

.sq-62 {
    width: 62px !important;
    height: 62px !important;
    line-height: 62px !important;
    text-align: center !important;
}

.sq-icon::before {
    margin: auto;
}

.v-middle {
    vertical-align: middle !important;
}

.m-inner-auto * {
    margin: auto !important;
}
.w-inner-80 * {
    width:80% !important;
}
.w-inner-100 * {
    width:100% !important;
}

.w-50px {
    width: 50px !important;
}
#sp-qr-container img {
    background-color: #fff;
    padding: 5px;
    border: solid 1px rgba(0,0,0,.1);
}

.theme-dark #page input:not([type=file]) {
    border-color: rgba(255, 255, 255, 0.30) !important;
}

.jinper .color-yellow-light {
    color: #FFCE54 !important;
}
.jinper .bg-yellow-light {
    background-color: #FFCE54 !important;
}
.jinper .color-yellow-dark {
    color: #e9b649 !important;
}
.jinper .bg-yellow-dark {
    background-color: #e9b649 !important;
}
.jinper .color-dark-dark {
    color: #434a54 !important;
}
.jinper .bg-dark-dark {
    background-color: #434a54 !important;
}
.jinper .color-dark-light {
    color: #5a5a5a !important;
}
.jinper .bg-dark-light {
    background-color: #5a5a5a !important;
}
.jinper .color-blue-dark {
    color: #6496d0 !important;
}
.jinper .bg-blue-dark {
    background-color: #6496d0 !important;
}
.jinper .color-blue-light {
    color: #79A6D4 !important;
}
.jinper .bg-blue-light {
    background-color: #79A6D4 !important;
}
.jinper .color-orange-dark {
    color: #F7A70A !important;
}
.jinper .bg-orange-dark {
    background-color: #F7A70A !important;
}
.jinper .color-orange-light {
    color: #ECC167 !important;
}
.jinper .bg-orange-light {
    background-color: #ECC167 !important;
}
.jinper .color-orange-ultra-light {
    color: #FAF1E0 !important;
}
.jinper .bg-orange-ultra-light {
    background-color: #FAF1E0 !important;
}
.jinper .color-green-dark {
    color: #b3c097 !important;
}
.jinper .bg-green-dark {
    background-color: #b3c097 !important;
}
.jinper .color-green-opcacity {
    color: #e7e9ee !important;
}
.jinper .bg-green-opcacity {
    background-color: #e7e9ee !important;
}

.bg-starter {
    background: rgba(185,204,180,0.3)
}

.bg-light-light {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.theme-dark .bg-light-light {
    background-color: rgba(255, 255, 255, 0.03) !important;
}

.bg-dark-trans {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
}

.theme-dark .bg-dark-trans {
    background-color: rgba(0, 0, 0, 0) !important;
}

.bg-transparent,
body.theme-dark .bg-transparent,
body.theme-light .bg-transparent {
    background-color: transparent !important;
}

.btn-xxxs {
    padding: 3px 7px !important;
    font-size: 10px;
}

#footer-bar .btn-l,
.footer-bar .btn-l {
    padding: 14px 10px !important
}

.footer-bar a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
}

#footer-bar.sp-footer .bg-highlight .badge,
#footer-bar.sp-footer .color-theme.badge {
    color: #000 !important;
}

.color-inherit {
    color: inherit !important;
}

#footer-bar.sp-footer .color-highlight.badge {
    color: var(--color-highlight) !important;
}

.jinper #footer-bar,
.jinper .footer-bar {
    box-shadow: none;
    overflow: hidden;
}

.footer-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    background-color: rgba(249, 249, 249, 0.98);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
    min-height: 60px;
    height: calc(62px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(62px + (env(safe-area-inset-bottom))*1.1);
    display: flex;
    text-align: center;
}

#footer-bar.footer-bar-4 {
    min-height: 50px;
    height: calc(50px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(50px + (env(safe-area-inset-bottom))*1.1);
}

.jinper #footer-bar::before,
.jinper .footer-bar::before {
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
    border-top: 1px solid #eee;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    content: '';
    z-index: 1;
    position: absolute;
}

.jinper.tasks #footer-bar::after {
    border-radius: 60%;
    left: calc(50% - 30px);
    right: 20px;
    height: 60px;
    background-color: #f0f0f0;
    content: '';
    z-index: 2;
    position: absolute;
    bottom: calc(env(safe-area-inset-bottom) + 20px);
    width: 60px;
    box-shadow: inset 0px 0px 2px 0px #bbb;
}

.bottom-main-button {
    left: calc(50% - 27px);
    bottom: calc(env(safe-area-inset-bottom) + 23px);
    z-index: 15;
    background: rgba(249, 249, 249, 0.98);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 !important;
    border-radius: 100%;
    box-shadow: 0px 0px 7px 0px #bbb;
}

.bottom-main-button img {
    margin: auto;
}

.theme-dark #footer-bar.sp-footer .color-theme {
    color: #fff !important;
}

.theme-dark span:not(.badge).color-black {
    color: #000 !important;
}

.color-gold-dark {
    color: #d4af37;
}
.color-gold-light {
    color: #e8b923;
}

.bg-gold-light {
    background: #e8b923 !important;
}

.bg-gold-dark {
    background: #d4af37 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.highlight-inset-shadow {
    box-shadow: inset 0px 0px 4px 0px var(--color-highlight) !important;
}
.highlight-shadow {
    box-shadow: 0px 0px 4px 0px var(--color-highlight) !important;
}
.btn-s.btn-icon i {
    line-height: 36px;
}

.btn-icon i:before {
    margin: auto;
}

.border-none {
    border: none !important;
}
.border-5-notop {
    border-bottom: 5px solid !important;
    border-left: 5px solid !important;
    border-right: 5px solid !important;
}

.radius-0 {
    border-radius: 0px !important;
}

.radius-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.border-top-3 {
    border-top: 3px solid;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.pta.btn .badge {
    position: absolute;
    left: 35px;
    bottom: 9px;
    top: auto;
}

.pta.btn-icon i {
    right: 0px;
    left: auto;
    background-color: rgba(0, 0, 0, 0) !important;
}

.pta.btn-icon {
    padding-right: 60px !important;
    padding-left: 20px !important;
}

.pta div {
    right: 10px;
    position: absolute;
    top: 0;
    height: 100%;
}

.bta.btn-icon i {
    position: absolute;
    left: auto;
    right: 0px;
    line-height: 100% !important;
    display: flex;
}

.bta.btn-icon i:before {
    margin: auto;
}

.bta.btn-icon {
    padding-left: 0px !important;
    padding-right: 40px !important;
}

.accordion .card-style {
    overflow: hidden;
    margin: 0px 16px 30px 16px;
    border-radius: 15px;
    border: none;
}

.jinper .card-style {
    overflow: hidden;
    margin: 0px 16px 30px 16px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
}

.jinper .menu-title p {
    margin:-10px 0px 10px 0px;
    padding-left: 1.5rem;
    padding-right: 3rem !important;
    line-height: 1.4;
}

.jinper .menu-title h5 {
    padding-left: 1.5rem !important;
}

#order-product-modal .stepper a,
#order-product-modal .stepper input {
    height: 40px;
    line-height: 40px;
    width: 42px;
}

#order-product-modal .stepper {
    width: 128px;
}

.jinper #footer-bar .badge,
.jinper .footer-bar .badge {
    font-style: normal;
    z-index: 5;
    top: 0px;
    position: absolute;
    margin-left: 3px;
    color: #FFF !important;
    width: 16px;
    text-align: center;
    line-height: 16px;
    padding: 0px;
    padding-left: 0px !important;
    border-radius: 18px;
    margin-top: 7px;
    font-size: 9px;
}

@keyframes scale-button {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    0% {
        transform: scale(1, 1);
    }
}
.scale-button {
    animation: scale-button 1s;
    animation-iteration-count: 4;
}

.blink-button {
    animation: blikingButton 1s;
    animation-iteration-count: 4;
}
@keyframes blikingButton{
    0% {
        opacity: 1;
    }
    50%	{
        opacity: 0.3;
    }
    0%	{
        opacity: 1;
    }
}


.text-underline {
    text-decoration: underline !important;
}

.text-right {
    text-align: right !important;
}

.svgred {
    filter: invert(13%) sepia(94%) saturate(7466%) hue-rotate(0deg) brightness(94%) contrast(115%);
}

.main-group-edit .vsb-main {
    width: 100%;
}

.product-options .icon-check-2:before{
    font-size: 20px;
}

.product-options .fac label {
    padding-left: 2em;
}

.minh-1 {
    min-height: 1px;
}
.minh-40 {
    min-height: 40px;
}
.minh-50 {
    min-height: 50px;
}
.minh-62 {
    min-height: 62px;
}
.minh-80 {
    min-height: 80px;
}
.h-120px {
    height: 120px;
    transition: height 0.3s ease;
}
.h-150px {
    height: 150px;
    transition: height 0.3s ease;
}
.anim-height {
    height: 280px;
    transition: height 0.3s ease;
}
.minh-100 {
    min-height: 100%;
}

.maxh-55px {
    max-height: 55px !important;
}

.maxh-250px {
    max-height: 250px !important;
}

.minh-40px {
    min-height: 40px !important;
}

.ws-nowrap {
    white-space: nowrap;
}

.jinper .menu-box-left {
    box-shadow: none;
}

.extendable .product-desc::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #ffffff);
}

.bg-gray-light {
    color: black !important;
}

.bg-gray-light-soft {
    background-color: #e2e5ea !important;
    color: black;
}

.border-right-highlight {
    border-right: 5px solid var(--color-highlight);
}

.border-highlight {
    border: 5px solid var(--color-highlight);
}

.posr-4 {
    right: 1.5rem !important;
}
.posb-0 {
    bottom: 0px !important;
}
.posb-100 {
    bottom: 100px !important;
}
.posb--5 {
    bottom: -5px !important;
}
.posr--5 {
    right: -5px !important;
}
.posr--12px {
    right: -12px !important;
}
.posb-0-safe-area {
    bottom: env(safe-area-inset-bottom);
}
.post-0-safe-area {
    top: env(safe-area-inset-top);
}

.pb-0-safe-area {
    padding-bottom: env(safe-area-inset-bottom);
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.posb-100 {
    bottom: 100px !important;
}

.posr-0 {
    right: 0px !important;
}

.top-m20 {
    top: -20px !important;
}
.tr-3 {
    top: 3px;
    right: 3px;
}
.postop--12px {
    top: -12px !important;
}
.postop-0 {
    top: 0px !important;
}
.postop-0-safe-area {
    top: env(safe-area-inset-top);
}
.postop-50 {
    top: calc(50px + (env(safe-area-inset-top))*0.8);
}
.postop-55 {
    top: calc(55px + (env(safe-area-inset-top))*0.8);
}
.posl-0 {
    left: 0px !important;
}
.posl-1 {
    left: 0.25rem !important;
}
.posl-2 {
    left: 0.5rem !important;
}
.posl-4 {
    left: 1.5rem !important;
}
.posl--12px {
    left: -12px !important;
}
.transform-none {
    transform: none !important;
}
.menu-status-0 {
    background-color: rgba(150,150,150,0.4);
}

.theme-dark .bg-theme,
.theme-dark .divider-icon .bg-theme {
    background-color: #21252a !important;
    color: #fff;
}

.theme-dark .bg-theme-soft,
.theme-dark .divider-icon .bg-theme-soft {
    background-color: #21252a;
    color: #fff;
}

.theme-light .bg-theme {
    background-color: #fff !important;
}

.theme-light .bg-theme-soft {
    background-color: #fff;
}

.theme-dark .menu-status-1 span:not(.color-highlight),
.menu-status-1 * {
    color: #ccc !important;
}

.theme-dark .menu-status-0 span:not(.color-highlight),
.menu-status-0 * {
    color: #aaa !important;
}
.bg-yellow-theme {
    background-color: #FAFAE0;
}
.bg-green-theme {
    background-color: #F0FAF0;
}
.bg-yellow-dark-opacity {
    background-color: #F6BB4210 !important;
 }
.bg-blue-light-opacity {
    background-color: #5D9CEC10 !important;
}
.bg-blue-dark-opacity {
    background-color: #5D9CEC30 !important;
}
.bg-orange-light-opacity {
    background-color: #FBF2E1 !important;
}
.bg-dark-dark-opacity {
    background-color: #434A5410 !important;
}
.bg-dark-light-opacity {
    background-color: #434A5408 !important;
}
.bg-green-light-opacity {
    background-color: #A0D46810 !important;
}
.color-pumpkin-light {
    color: #FF9E5D !important;
}

.color-pumpkin-dark {
    color: #CC5E13 !important;
}

[data-gradient=body-pumpkin] #page, .background-changer .body-pumpkin {
    background-image: linear-gradient(0deg, #CC5E13, #FF9E5D) !important;
}

.bb-gray {
    border-bottom: 1px solid #eee !important;
}

.b-gray {
    border: 1px solid #eee !important;
}

.mt--1-5 {
    margin-top: -0.75rem !important;
}

.mt-1-5 {
    margin-top: 0.75rem !important;
}

.accordion-btn { padding: 4px;
    border-radius: 4px;
}
.maxw-100 {
    max-width: 100% !important;
}
.maxw-100px {
    max-width: 100px !important;
}

.maxw-50px {
    max-width: 50px !important;
}

.maxw-40px {
    max-width: 40px !important;
}

.maxw-30px {
    max-width: 30px !important;
}

.w-100vw {
    width: 100vw !important;
}

.h-100vh {
    height: 100vh !important;
}

.h-100p40 {
    height: calc(100% + 40px);
}

.right-auto {
    right: auto !important;
}

.rounded-xxs {
    border-radius: 3px !important;
}

.focused-ta {
    position: fixed !important;
    z-index: 1000 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    top: env(safe-area-inset-top) !important;
    left: 0px !important;
    background: #fff !important;
    margin: 0px !important;
    padding: env(safe-area-inset-top) 10px 10px 10px !important;
}

.menu-box-left,
.menu-box-right{
    bottom: env(safe-area-inset-bottom) !important;
    height: auto !important;
}

body .fac > span::after,
body .fac > input + label::before {
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
}

body .fac-radio > input[type=radio] + label:before {
    padding-left: 6px;
}

body .menu-box-top.menu-box-detached {
    top: calc(10px + (env(safe-area-inset-top))*0.8);
}
body .menu-box-top {
    transform: translate3d(0, -150%, 0);
}

.theme-dark .bg-theme-opacity {
    background: rgba(50,50,50,0.9) !important
}

.theme-light .bg-theme-opacity {
    background: rgba(240,240,240,0.95) !important
}

.theme-light .bg-theme-contrast {
    background: rgb(240,245,240) !important
}

a:hover {
    color: inherit;
}

.menu-title a {
    z-index: 10;
}
.left-0 {
    left: 0px !important;
}
.front-comments-container div:nth-child(2n) {
    background-color: rgba(225,225,225,0.5);
}

.shadow-alert,
.accordion .card-style.shadow-alert {
    box-shadow: inset 0px 0px 5px 0px rgb(200 100 10);
    /*animation: blinkShadow 1s;*/
    /*animation-iteration-count: infinite;*/
}

.shadow-t-l {
    box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.09) !important;
}

.tilt-shaking {
    animation: tilt-shaking 0.25s infinite;
}
/*it was -webkit-transform: translate3d(0, 0, 0); which is not working with position fixed. To be checked with performance*/
body .card {
    -webkit-transform: none;
}
#qr-canvas {
    max-width: 250px;
    max-height: 250px;
}
.footer-top .badge {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    width: 12px;
    text-align: center;
    padding: 0;
}

.bell{
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.grecaptcha-badge {
    bottom: calc(70px + (env(safe-area-inset-bottom))) !important;
}

.footer-bar-scroll a.prim-button {
    width: 46%;
}

.menu-hider.menu-active {
    z-index: 105;
}
body .menu {
    z-index: 110;
}

.center-marker img {
    width: 32px;
}

.stick-to-keyboard {
    bottom: calc(env(keyboard-inset-height, 0px)) !important;
}

.keyboard-on-height {
    height: calc(100vh - env(keyboard-inset-height, 0px)) !important;
}

.jinper-addrss-marker {
    display: block !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.btn.font-10 {
    font-size: 10px !important;
}

@keyframes added-to-basket {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.add-to-basket-btn {
    animation: none; /* Initially, no animation */
}

.added {
    animation: added-to-basket 0.5s ease-in-out; /* Apply animation when added class is present */
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

input.font-14::placeholder {
    font-size: 14px !important;
}
input.font-15::placeholder {
    font-size: 15px !important;
}

.invalid-input,
select.invalid-input,
input.invalid-input {
    box-shadow: inset 0px 0px 3px 0px #ffaaaa !important;
}

.filters-off-hidden,
.sp-filters-off-hidden,
.filters-on .filters-on-hidden,
.filters-off .filters-off-hidden,
.sp-filters-on .sp-filters-on-hidden,
.sp-filters-off .sp-filters-off-hidden {
    display: none !important;
}

.filters-on .filters-off-hidden,
.sp-filters-on .sp-filters-off-hidden {
    display: block !important;
}

.filters-off .filters-off-mb-2 {
    margin-bottom: 0.5rem !important;
}

.filters-off .filters-off-mb-4 {
    margin-bottom: 1.5rem !important;
}

.allSelected p,
.item-extras p,
.item-exclusions p {
    margin-bottom: 0px;
    display: inline;
}

@-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }

    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }

    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
}

@keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }

    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
}

@keyframes blinkShadow {
    0% {
        box-shadow: inset 0px 0px 5px 2px #fff
    }
    50% {
        box-shadow: inset 0px 0px 5px 2px rgb(200 100 10);
    }
    100% {
        box-shadow: inset 0px 0px 5px 2px #fff
    }
}
@keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}

@keyframes horizontal-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateX(5px) }
    50% { transform: translateX(-5px) }
    75% { transform: translateX(5px) }
    100% { transform: translateX(0) }
}

.loading-dual-ring {
    position: relative;
    overflow: hidden;
    box-shadow: none !important;
    border: none !important;
}
.loading-dual-ring::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
}
.loading-dual-ring::after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    border-radius: 50%;
    border: 6px solid #000;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-color: #fff transparent #fff transparent;
    animation: loading-dual-ring 1.2s linear infinite;
    position: absolute;
    left: calc(50% - 10px);
}
@keyframes loading-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.front-comments-container .comment-front::after {
    font-family: "Font Awesome 6 Pro"; font-weight: 900; content: "\f192";
    margin-left: auto;
    margin-right: 10px;
}

.read::after {
    color: #A0D468 !important;
}

.unread::after {
    color: #FC6E51 !important
}

.speach-icon.speech-icon-text a {
    width: auto;
    white-space: nowrap;
}

.d-flex-soft {
    display: flex;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.d-initial {
    display: initial !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.fs-card {
    background-color: #fff;
}

.theme-dark .fs-card {
    background-color: #0f1117;
}

.front-header-clear-medium {
    padding-top: 50px;
    padding-top: calc(50px + (constant(safe-area-inset-top))*0.8) !important;
    padding-top: calc(50px + (env(safe-area-inset-top))*0.8) !important;
}

.py-safe-area {
    padding-top: calc(constant(safe-area-inset-top)*0.8) !important;
    padding-top: calc(env(safe-area-inset-top)*0.8) !important;
    padding-bottom: calc(constant(safe-area-inset-bottom)*0.8) !important;
    padding-bottom: calc(env(safe-area-inset-bottom)*0.8) !important;
}

.py-0-5 {
    padding-top: 0.125em !important;
    padding-bottom: 0.125em !important;
}

.px-0-5 {
    padding-left: 0.125em !important;
    padding-right: 0.125em !important;
}

.m-0-5 {
    margin: 0.125em !important;
}

.my-0-5 {
    margin-top: 0.125em !important;
    margin-bottom: 0.125em !important;
}

.jinper-select.input-style label {
    opacity: 1;
    transform: none !important;
}

.toast-alert {
    position: relative;
    padding: 1rem 1rem;
    border: 0px solid transparent;
}

.notification.p-3 {
    padding-top: calc(1rem + (constant(safe-area-inset-top))*1) !important;
    padding-top: calc(1rem + (env(safe-area-inset-top))*1) !important;
}
.p-0-5 {
    padding: 0.1rem !important;
}
h2 small {
    font-size: 9px;
}
.basket-view {
    margin-top: 72px;
}
.input-style.has-icon i:first-child {
    left: 0;
}
.cat-placeholder-icon.fa-duotone:before {
    left: calc(50% - 8px);
    top: calc(50% - 8px);
}
.cat-placeholder-icon.fa-duotone:after {
    content: "\f72f\f72f";
    margin: auto;
}
.jinper .list-custom-large a {
    height: auto;
    color: #1f1f1f;
    font-weight: 500;
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    display: flex;
}

.pac-container {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.pac-item {
    padding: 5px;
    cursor: pointer;
}

.pac-item:hover {
    background-color: #f2f2f2;
}
.pac-item .pac-matched {
    font-weight: bold;
}
.pac-item:hover,
.pac-item:focus {
    background-color: #f2f2f2;
}
.pac-item {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}



/* Style the input field */
.mapboxgl-ctrl-geocoder input[type="text"] {
    width: 100%; /* Make the input field full width */
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-position: 10px center; /* Adjust icon position */
    background-repeat: no-repeat;
    padding-left: 35px; /* Add padding for icons */
}

/* Style the clear (X) icon */
.mapboxgl-ctrl-geocoder .geocoder-icon-close {
    background-position: right center; /* Adjust X icon position */
    background-repeat: no-repeat;
    width: 16px; /* Adjust X icon width */
    height: 16px; /* Adjust X icon height */
}

/* Style the list of autocomplete suggestions */
.mapboxgl-ctrl-geocoder .suggestions {
    border: 1px solid #ccc;
    background-color: white;
    padding: 8px;
    max-height: 200px;
    overflow-y: auto;
}

/* Style individual suggestion items */
.mapboxgl-ctrl-geocoder .suggestion-item {
    padding: 4px;
    cursor: pointer;
}

/* Highlight the selected suggestion */
.mapboxgl-ctrl-geocoder .suggestion-item.active {
    background-color: #f0f0f0;
}

.editable-container {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.editable-container:hover::before {
    content: '\f040'; /* Unicode character for the fa-pen-to-square icon */
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900; /* Solid style */
    font-size: 16px;
    color: #fff; /* Change this to your desired hover color */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3); /* Background color on hover */
    z-index: 1; /* Ensure it's above the original icon */
    transition: background-color 0.3s ease; /* Add a smooth transition */
}

.input-style-buttons {
    padding-right: 40px;
}

.input-button {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -14px;
}

.input-button-delete {
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -14px;
}

.text-shadow {
    text-shadow: 0px 0px 5px;
}

.header-logo-left .header-title
{
    left: 0 !important;
    margin-left: 55px !important;
}

body .header .header-logo {
    height: 50px;
}

.overlayed {
    position: relative;
}
.overlayed::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.04);
}
.overlayed-transparent::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.sp-overlayed-rounded::after {
    font-family: "Font Awesome 6 Pro";
    content: '\f0c1';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(100, 100, 100, 0.2);
    border-radius: 5px !important;
    color: white;
    display: flex;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.is_attachment .sp-overlayed-rounded::after {
    content: '\f127';
    background-color: rgba(0, 00, 0, 0.5);
}

.has_attachments .sp-overlayed-rounded::after {
    content: '\f543';
    background-color: rgba(80, 80, 0, 0.5);
}

.menu-active.menu {
    transition: all 0ms ease !important;
}
.menu {
    transition: all 0ms ease !important;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.valign-b {
    vertical-align: text-bottom !important;
}

@media (max-width: 768px) {
    .basket-view {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 100;
        margin: 0 !important;
        left: 0;
        top: 0;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .row-masonry {
        column-count: 2;
    }
    .products_to_add {
        height: auto;
    }
    .h-md-auto {
        height: auto !important;
    }
    .basket-wrapper {
        position: fixed;
        top: 70px;
        max-width: calc(960px /2);
        margin-right: calc(var(--bs-gutter-x) * .5);
        left: auto;
        max-height: calc(100vh - 70px) !important;
        right: 0px;
    }
    /*.menu-wrapper {*/
    /*    position: fixed;*/
    /*    top: 70px;*/
    /*    margin-left: calc(var(--bs-gutter-x) * .5);*/
    /*    left: 0;*/
    /*    max-height: calc(100vh - 80px) !important;*/
    /*    right: auto;*/
    /*}*/
    .position-md-fixed {
        position: fixed !important;
    }
    .position-md-relative {
        position: relative !important;
    }
}

@media (min-width: 1200px) {
    .row-masonry {
        column-count: 3;
    }
}

@media (min-width: 1600px) {
    .row-masonry {
        column-count: 4;
    }
}
