.navbar-badge {
    font-size: .7rem;
    font-weight: 300;
    padding: 2px 4px;
    position: relative;
    right: 9px;
    top: -15px;
}

.header-cart {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

.header-cart-info {
    margin: 0 0 0 6px;
    color: #717171;
    transition: background-color .3s ease-in-out;
    white-space: nowrap;
    text-align: left;
}

.header-cart-cost {
    font-size: .75rem;
    line-height: 1rem;
    display: block;
}

.cart_zoom {
    transform: scale(1.2) !important;
    color: green !important;
    font-weight: bolder !important;
    stroke: green !important;
}

.cart_zoom .header-cart-info {
    color: green !important;
}

.header-delivery-place {
    font-size: .75rem;
    line-height: 1rem;
    display: block;
}

.max-15-ch {
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.max-30-ch {
    max-width: 30ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-cart-items {
    font-size: .625rem;
    line-height: .75rem;
    display: block;
}


/* .owl-stage {
    right: 50px;
} */

.text-truncate-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-truncate-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-truncate-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.font-light {
    font-weight: 300 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

textarea:focus,
input:focus {
    box-shadow: 0 0 0 0 !important;
    outline: 0 !important;
}

textarea:-moz-read-only, input:-moz-read-only {
    background-color: white !important
}

textarea:read-only,
input:read-only {
    background-color: white !important
}


/* The moving element */

.loading::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    /* Adding animation */
    -webkit-animation: loading 0.8s infinite;
            animation: loading 0.8s infinite;
}


/* Loading Animation */

@-webkit-keyframes loading {
    100% {
        transform: translateX(100%);
    }
}

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}

input {
    font-size: 20px;
    padding: 6px;
}

input[type=number]::-webkit-inner-spin-button {
    all: unset;
    min-width: 21px;
    min-height: 45px;
    margin: 17px;
    padding: 0px;
    background-image: linear-gradient(to top, transparent 0px, transparent 16px, #fff 16px, #fff 26px, transparent 26px, transparent 35px, #000 35px, #000 36px, transparent 36px, transparent 40px), linear-gradient(to right, transparent 0px, transparent 10px, #000 10px, #000 11px, transparent 11px, transparent 21px);
    transform: rotate(90deg) scale(0.8, 0.9);
    cursor: pointer;
}

.movie--isloading {
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.movie--isloading .loading-image {
    height: 100%;
    background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px);
    background-size: 250px;
    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
}

.movie--isloading .loading-content {
    background: #f7f7f7;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.movie--isloading .loading-content .loading-text-container {
    flex-basis: 100%;
}

.movie--isloading .loading-content .loading-main-text {
    height: 10px;
    width: 65%;
    margin-bottom: 10px;
    background: #ececec;
    background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
    background-size: 250px;
    border-radius: 10px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
    animation: shine-loading-container-items 2s infinite ease-out;
}

.movie--isloading .loading-content .loading-sub-text {
    height: 10px;
    width: 50%;
    background: #ececec;
    background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
    background-size: 250px;
    border-radius: 10px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
    animation: shine-loading-container-items 2s infinite ease-out;
}

.movie--isloading .loading-content .loading-btn {
    width: 60px;
    height: 25px;
    background: #ececec;
    background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
    background-size: 250px;
    border-radius: 3px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
    animation: shine-loading-container-items 2s infinite ease-out;
}

.skeleton {
    background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
    background-size: 250px;
    border-radius: 3px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
    animation: shine-loading-container-items 2s infinite ease-out;
}

@-webkit-keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }
    40%,
    100% {
        background-position: 208px;
    }
}

@keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }
    40%,
    100% {
        background-position: 208px;
    }
}

@-webkit-keyframes shine-loading-container-items {
    0% {
        background-position: -100px;
    }
    40%,
    100% {
        background-position: 140px;
    }
}

@keyframes shine-loading-container-items {
    0% {
        background-position: -100px;
    }
    40%,
    100% {
        background-position: 140px;
    }
}

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

.scroll-x-auto {
    overflow-x: auto;
}

.line-height-info-card-menu {
    line-height: 0.8
}

.line-height-0-8 {
    line-height: 0.8
}

.line-height-1 {
    line-height: 1
}

.footer__copyright-text p {
    width: 100%;
    font-size: .6875rem;
    line-height: 1.35;
    font-weight: 300;
    color: #717171;
    margin: 0;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

#container_main_loader_spin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lds-circle {
    display: inline-block;
    transform: translateZ(1px);
    margin-left: 0px;
}

.lds-circle>div {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    background: #0460A9;
    -webkit-animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@-webkit-keyframes lds-circle {
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
                animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
                animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}

@keyframes lds-circle {
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
                animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
                animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}

.ui-menu {
    top: 111px !important;
    left: 0px !important;
    width: 100%
}

#modal-backdrop-loading {
    z-index: 9999;
}

.feather-md {
    margin: 0 auto;
    width: 36px;
    height: 36px;
    stroke: var(--onlinepedido);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.feather {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    stroke: var(--onlinepedido);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.feather-lg {
    margin: 0 auto;
    width: 48px;
    height: 48px;
    stroke: var(--onlinepedido);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.icon-color-white {
    stroke: var(--white);
}

.icon-color-secondary {
    stroke: var(--secondary);
}

.icon-color-success {
    stroke: var(--success)
}

.icon-color-danger {
    stroke: var(--danger)
}

#back-to-top {
    position: fixed;
    bottom: 150px;
    right: 50px;
}

.form-control:disabled {
    background: transparent !important;
}

.owl-stage-outer {
    padding: 8px 8px 24px 8px !important;
}

.old-ribbon {
    position: relative;
    height: 40px;
    padding: 10px;
    margin-left: 20px;
    border-radius: 0 4px 4px 0;
    background-color: #EA4335;
    color: #fff;
    display: inline-block;
}

.old-ribbon::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    border: solid 20px #EA4335;
    border-right-width: 0;
    border-left-color: transparent;
}

.new-ribbon {
    --ribbon-size: 20px;
    --ribbon-padding: 6px;
    padding: var(--ribbon-padding) 0 var(--ribbon-padding) 0;
    -webkit-padding-start: var(--ribbon-size);
            padding-inline-start: var(--ribbon-size);
    border-radius: 4px;
    font-weight: bolder;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-clip-path: polygon(0 0, var(--ribbon-size) 50%, 0 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, var(--ribbon-size) 50%, 0 100%, 100% 100%, 100% 0);
}

.new2-ribbon {
    --ribbon-size: 20px;
    --ribbon-padding: 6px;
    padding: var(--ribbon-padding) 0 var(--ribbon-padding) 0;
    border-radius: 4px;
    font-weight: bolder;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.swal2-container {
    padding-bottom: 6px !important;
    padding-top: 6px !important
}

.colored-toast.swal2-icon-success {
    background-color: #5da335 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}
