:root {
    --color-backorder: #A5C4D4;
    --color-blocked: rgba( 193, 85, 78, 0.95 ); 
    --color-pending: #d35d6e;
    --color-paylater: #754d24;
    --color-preparing: #e8e9a1; 
    --color-completed: #5aa469;
    --color-cancelled: #30475e;
    --color-recycled: #efb08c;
    --color-refunded: #000000;
}

html, body {
    height: 100%;
}

body {
    touch-action: pan-x pan-y;
}

body.is-web {
    height: auto;
}

a {
    color: var(--color-primary);
}

a:hover {
    color: var(--color-primary);
}

p {
    font-size: 16px;
    line-height: 22px;
}

.btn.click {
    position: relative;
    animation: click alternate ease-out 0.1s;
    -moz-animation: click alternate ease-out 0.1s;
    -webkit-animation: click alternate ease-out 0.1s;
}

.btn.disabled {
    background-color: lightgray !important;
    border: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

.btn.disabled:focus {
    background-color: lightgray !important;
    border-color: lightgray !important;
}

.btn.btn-light {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

form .form-group {
    margin: 0 auto 1rem;
}
 
select.form-control {
    padding: 0 5px;
}

.input-append-element {
    background-color: #e9ecef;
    width: 50px;
    padding: .375rem .75rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-top-right-radius: .25rem;
    font-size: 18px;
    border-bottom-right-radius: .25rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #ced4da;
    left: -2px;
    position: relative;
    color: #495057;
    float: right;
    text-align: center;
}

.input-append-element ~ input {
    display: inline-block;
    width: calc( 100% - 50px ) !important;
    float: left;
}

.input-append-element.fit {
    width: fit-content;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

/*  Switcher mode menu */
#admin-menu {
    display: none;
    width: fit-content;
    text-align: left;
    position: absolute;
    z-index: 101;
    right: 5px;
}

#admin-menu .navbar {
    padding: 0 10px;
    background-color: var(--color-dark) !important;
    box-shadow: unset;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#admin-menu .collapse.navbar-collapse{
    display: inline-flex !important;
}

#admin-menu .navbar a {
    color: white;
    font-size: 14px;
}

#admin-menu .navbar a:hover {
    color: var(--color-primary);
}

#admin-menu .navbar .dropdown-menu {
    left: unset;
    min-width: unset;
    right: 0;
}

#admin-menu .navbar .dropdown-item {
    color: var(--color-dark);
}

.sheet__buttons.sticky {
    position: sticky;
    bottom: 0;
    z-index: 100;
    background-color: #F4F5F5;
    padding: 20px;
}

/* Kiosko Basic */
.is-kiosk .item:hover {
    background-color: white !important;
}

.is-kiosk .item.item--gray {
    background-color: rgb(244, 245, 245) !important;
}

.is-kiosk .item:hover .item__title {
    color: var(--color-dark);
}

.is-kiosk .item:hover .item__price {
    color: var(--color-primary) !important;
}

.is-kiosk .sheet .sheet__buttons, .is-computer .sheet .sheet__buttons {
    margin-top: 40px;
}

.is-kiosk .sheet .sheet__buttons .btn {
    font-size: 35px;
}

.is-kiosk .sheet__quantity-selector, .is-computer .sheet__quantity-selector,.is-computer .quantity-selector-enviar-mesas {
    margin-top: 20px;
}

.is-computer .sheet .sheet__buttons .btn {
    font-size: 20px;
}

/* Redondeo los bordes de todas las imágenes */
.sheetheader__image img, 
.image img, .item__image, 
.customizations__image, 
#sheetsteps .item .item__image, 
.sheetstep__selectedproduct img, 
.cartitem__top .cartitem__image, 
.home-computer-links .item__image, 
.checkout .item__image, 
#reservation .item__image {
    border-radius: 5px;
}

/* Loading */

div#loading {
    display: block;
    background-color: transparent;
    z-index: 1500;
}

.error404 div#loading {
    display: none;
}

div#loading.opaque {
    background-color: #F4F5F5;
}

div#loading .text {
    text-align: center;
    font-size: 20px;
    position: relative;
    top: -30px;
    background-color: #F7F7F7;
    border-radius: 3px;
    border: 1px solid rgba( 0, 0, 0, 0.1 );
    padding: 2px;
}

div#loading.opaque .text {
    background-color: transparent;
    border: none;
}

div#loading.no-text .text {
    display: none;
}

#loading .loading__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#loading .loading__gradient {
    padding: 150px;
    background-image: radial-gradient(circle closest-side at 50% 50% , rgba( 255, 255, 255, 0.3) 15%, rgba( 255, 255, 255, 0) 100%, transparent 0%) 
}

#loading .container {
    width: 200px;
    height: 200px;
    position: relative;
    transform: scale( 0.3 );
}

#loading #cube {
    width: 200px;
    height: 200px;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -webkit-animation: rotatecube 2.5s infinite;
    -webkit-animation-timing-function: linear; 

    -moz-transform-style: preserve-3d;
    -moz-animation: rotatecube 2.5s infinite;
    -moz-animation-timing-function: linear; 
}

#loading #cube div {
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    border: none;
    line-height: inherit;
    text-align: center;
    font-size: 50px;
    font-weight: bold;

    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    border: 1px solid rgba( 0, 0, 0, 0.2 );
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@-webkit-keyframes rotatecube {
    0% { -webkit-transform: rotateY(360deg) rotateX(360deg) }
}

@-moz-keyframes rotatecube {
    0% { -moz-transform: rotateY(360deg) rotateX(360deg) }
}

#loading #cube .front  {
    -webkit-transform: rotateY(0deg ) translateZ( 100px );
    -moz-transform: rotateY( 0deg ) translateZ( 100px );
}
#loading #cube .back {
    -webkit-transform: rotateX( 180deg ) translateZ( 100px );
    -moz-transform: rotateX( 180deg ) translateZ( 100px );
}
#loading #cube .right  {
    -webkit-transform: rotateY(  90deg ) translateZ( 100px );
    -moz-transform: rotateY(  90deg ) translateZ( 100px );
}
#loading #cube .left   {
    -webkit-transform: rotateY( -90deg ) translateZ( 100px );
    -moz-transform: rotateY( -90deg ) translateZ( 100px );
}
#loading #cube .top    {
    -webkit-transform: rotateX(  90deg ) translateZ( 100px );
    -moz-transform: rotateX(  90deg ) translateZ( 100px );
}
#loading #cube .bottom {
    -webkit-transform: rotateX( -90deg ) translateZ( 100px );
    -moz-transform: rotateX( -90deg ) translateZ( 100px );
}


.offert {
    position: relative;
    color: lightgray;
    font-size: 21px;
    font-weight: normal;
    width: fit-content;
}

.offert:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: #a3a3a3;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    width: 100%;
}

.home {
    height: 100%;
    min-height: unset !important;
    margin-bottom: -21px; /* TODO: Revisar este hack que he tenido que hacer para salvar la separación que se muestra en la parte inferior por usar flex */
}

.is-web .home {
    min-height: 100vh !important;
}

.home .home-main {
    height: 100%;
    overflow: hidden;
}

.home .langmodal {
    z-index: 100;
}

.home .langmodal .langmodal__item {
    display: inline-block;
}

.home .langmodal .langmodal__scrollable {
    height: auto;
    max-width: 750px;
    text-align: center;
    margin: 0 auto 20px;
}

body.no-menu .home {
    padding-top: 0;
}

body.no-menu .home .home-menu {
    display: none;
}

.home .home-menu__burger {
    display: none;
}

.home .home-menu .home-menu__lang img {
    border: 2px solid lightgray;
    padding: 2px;
    width: 35px;
    height: 35px;
}

.home .home-menu .langmodal .langmodal__item .langmodal__item__flag img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.home .home-menu .langmodal .langmodal__item .langmodal__item__flag img, .home .home-menu__lang img {
    border: 2px solid lightgray;
    padding: 2px;
    width: 50px;
    height: 50px;
}

.is-computer .home .home-header .home-menu__lang,  .is-computer .home .home-header .langmodal {
    display: none !important;
}

.is-kiosk .home .home-header .home-menu__lang {
    float: right;
    width: 77px;
    height: 77px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.is-kiosk .home .home-header .home-menu__lang img {
    width: 40px;
    height: 40px;
}

.home .home-header {
    display: block;
}

.home .home-header > * {
    display: inline-block;
}

.home .home-header .home-header__right {
    position: relative;
    text-transform: capitalize;
}

.home .home-header .home-header__right .btn {
    font-size: 27px;
    color: white;
    padding: 18px 30px;
}

.home .home-header .header-logo__wrapper {
    height: 50px;
    min-width: 50px;
    float: left;
}

.home .home-header .header-logo__wrapper img {
    height: 100%;
    width: auto;
    margin: 0;
}

.home .home-header .home-header__right .btn.disabled {
    display: none;
}

.home .home-header .home-header__combo {
    float: right;
}

.home .item__title:first-letter, .home .home-header .home-header__title:first-letter, .btn:first-letter {
    text-transform: uppercase;
}

.is-kiosk .home .home-header {
    padding: 20px 20px 20px 30px;
    max-width: initial;
    margin: 0px auto 25px;
}

.home .home-header__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 50%;
}

.is-kiosk .home .home-header .home-header__right, .is-kiosk .home .home-header .home-header__combo {
    float: right;
    margin-left: 0;
}

.is-kiosk .home .home-header .home-header__right {
    display: none;
}

.is-kiosk .home .home-header .home-header__combo {
    width: 350px;
}

.is-kiosk .home .home-header .home-header__combo .btn {
    padding: 18px 45px;
    font-size: 27px;
    font-weight: 100;
    right: 20px;
}

.is-kiosk .home .home-header .bootstrap-select .dropdown-menu {
    font-size: 20px;
}

.is-computer .home .home-header .home-header__right {
    display: none;
}

.home .home-header .dropdown {
    margin-right: 10px;
}

@media screen and (max-width: 991px) {

    .is-kiosk .home .home-header {
        padding: 20px 20px 20px 30px;
        margin: 0 auto 10px;
    }

    .is-kiosk .home .home-header .home-menu__lang {
        width: 50px;
        height: 50px;
    }

    .is-kiosk .home .home-header .home-menu__lang img {
        width: 30px;
        height: 30px;
    }

    .is-kiosk .home .home-header .home-header__right .btn {
        font-size: 20px;
        padding: 10px 20px;
    }

    .is-kiosk .home .home-header__title {
        font-size: 20px;
        line-height: 44px;
        max-width: 275px;
        overflow: hidden;
        margin-left: 10px;
    }

    .is-kiosk .home .home-header .home-header__combo {
        width: auto;
        max-width: 300px;
    }

    .is-kiosk .home .home-header .home-header__combo .btn {
        padding: 10px 20px;
        font-size: 20px;
        right: 10px;
    }

}

@media screen and (max-width: 767px) {
    
    .is-kiosk .home .home-header {
        text-align: left;
    }

    .is-computer .home .home-header {
        display: block;
        text-align: center;
    }

    .is-kiosk .home .home-header .home-header__combo {
        margin: 0;
    }

    .is-computer .home .home-header .home-header__combo {
        display: block;
        margin: 10px auto;
        right: 0;
        float: none;
    }

    .is-computer .sheet .sheet__buttons .btn {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .is-computer .home .home-header .dropdown button {
        padding: 3px 11px;
    }

    .is-computer .home .home-header .header-logo__wrapper {
        display: none;
    }

}

.home-contents {
    display: block;
    height: 100%;
    width: 100%;
    flex-grow: unset;
    flex-direction: unset;
    flex-wrap: unset;
    align-content: unset;
}

.home-contents .home-contents__wrapper {
    height: 100%;
    flex-grow: 8;
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-bottom: 30px;
}

.home-contents .home-item__wrapper {
    perspective: 1000px;
    padding: 0 5px;
}

.home-contents .home-item__wrapper .home__item {
    transition: transform 0.5s;
    transform-style: preserve-3d;
    position: relative;
    height: 200px;
    margin-bottom: 10px;
}

.home-contents .home-item__wrapper .home__item.back--visible {
    transform: rotateX(180deg);
}

.home-contents .home-item__wrapper .home__item .item, .home-contents .home-item__wrapper .home__item .item__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 5px;
}

.home-contents .home-item__wrapper .home__item .item__back {
    display: flex;
    position: relative;
    transform: rotateX( 180deg );
    margin: 0 auto;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
    background: white;
    box-shadow: 0 0 20px 0 rgba(231,231,231,0.50);
    border-radius: var(--border-radius);
    font-size: 16px;
    color: var(--color-primary);
}

.home-contents .home-item__wrapper .home__item .item__back .image__label {
    position: relative;
    top: -3px;
}

.home-contents .home-item__wrapper .home__item .item__back .item-back__image, .home-contents .home-item__wrapper .home__item .item__back .item-back__icon {
    margin-bottom: 2px;
}

.home-contents .home__item .item {
    overflow: hidden;
    justify-content: flex-start;
}

.is-web .home-contents .home__item .item:hover .item__label, 
.is-web .home-contents .home__item .item:hover .item__title, 
.is-web .home-contents .home__item .item:hover .item__price {
    color: white;
}

.is-web .home-contents .home__item .item:hover {
    background-color: var(--color-primary);
}

.home-contents .home__item 
.item .item__image, 
.sheet .item .item__image, 
#sheetsteps .item .item__image, 
.home-links__wrapper .item__image, 
.home-computer-links .item__image {
    width: 100%;
    height: 70%;
    margin: 0 auto;
    margin-bottom: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-contents .home__item.filter-disabler {
    opacity: 0.4;
    pointer-events: none;
}

.home-computer-links .item__image {
    width: 65%;
    height: 65%;
}

.home-contents .home-item__wrapper .home__item[data-type="back"] .item, .home-contents .home-item__wrapper .home__item[data-type="home"] .item {
    justify-content: center;
}

.home-contents .home-item__wrapper .home__item[data-type="back"] .item__title, .home-contents .home-item__wrapper .home__item[data-type="home"] .item__title {
    position: relative;
    top: -20px;
}

.home-contents .home-item__wrapper .home__item[data-type="back"] .item__image, .home-contents .home-item__wrapper .home__item[data-type="home"] .item__image {
    background-size: contain;
    width: 66px;
}

.home-contents .home-item__wrapper .home__item[data-type="home"], .home-contents .home-item__wrapper .home__item[data-type="home"] ~ .home__item[data-type="back"] {
    height: 94px;
}

.home-contents .home-item__wrapper .home__item[data-type="home"] .item__image, .home-contents .home-item__wrapper .home__item[data-type="home"] ~ .home__item[data-type="back"] .item__image {
    width: 42px;
    height: 42px;
}

.home-contents .home-item__wrapper .home__item[data-type="home"] .item__title, .home-contents .home-item__wrapper .home__item[data-type="home"] ~ .home__item[data-type="back"] .item__title {
    top: 8px;
}

.home-contents .home__item .item__price {
    font-size: 16px;
}

.home-contents .home__item .item h2 {
    font-size: 16px;
}

.home-contents .home__item .item__price .number {
    font-size: 25px;
}

.home-contents .home__item .image__label {
    display: inline-block;
    width: 20px;
} 

.home-contents .home-item__wrapper .item .item__label {
    display: none;
    font-size: 20px;
    top: 0;
    left: 0;
    right: unset;
    padding: 10px;
    text-align: center;
    right: unset;
    border-bottom-right-radius: 5px;
    color: var(--color-primary);
    background-color: white;
}

.is-kiosk .home .home-main.no-menu {
    padding: 0 5px;
}

.is-kiosk .home .home-main.no-menu .home-contents {
    padding: 0;
}

.btn.dropdown-toggle {
    color: var(--color-dark) !important;
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

@media screen and (max-width: 767px) {
    
    .is-computer .home-contents {
        padding: 0 5px;
    }

    .is-computer .home-contents .home-item__wrapper .home__item {
        height: 180px;
    }

    .is-computer .home-contents .home-item__wrapper .item, .is-computer .home-contents .home-item__wrapper .item__back {
        padding: 5px;
        height: 180px;
        justify-content: flex-start;
    }

    .is-computer .home-contents .home-item__wrapper .item .item__image {
        width: 100%;
        height: 95px;
    }

    .is-computer .home-contents .home-item__wrapper .home__item[data-type="back"] .item__image {
        width: 66px;
        height: 66px;
    }

    .is-computer .home-contents .home-item__wrapper .home__item[data-type="back"] .item__title {
        top: 0;
    }

    .is-computer .home-contents .home-item__wrapper .item .item__title {
        font-size: 15px;
    }

    .is-computer .home-contents .home-item__wrapper .item .item__price {
        font-size: 10px; 
    }

    .is-computer .home-contents .home-item__wrapper .item .item__label {
        font-size: 17px;
    }

}


/* Sheets */
.sheetsteps__title {
    margin-left: 15px;
    color: var(--color-primary);
    font-size: 16px;
    margin-bottom: -10px;
}

.is-computer .sheetsteps__title {
    margin-left: 10px;
}

.sheetsteps__title i {
    display: block;    
}

#sheetsteps .sheetitems__wrapper {
    transition: height 1s; 
    overflow: hidden;
}

#sheetsteps .sheetitems__wrapper.closed{
    height: 0 !important;
}

#sheetsteps .sheetstep__wrapper {
    position: relative;
}

#sheetsteps .sheetstep__selectedproduct__wrapper {
    /* position: absolute; */
    /* width: 100%; */
    display: flex;
    /* padding-left: 45px; */
    /* align-self: end; */
    flex-grow: 10;
}

#sheetsteps .sheetitems__wrapper .sheet__items {
    margin: 0 -15px;
    overflow: visible;
}

.is-kiosk #sheetsteps .sheetstep__selectedproduct__wrapper {
    padding-left: 107px;
    padding-top: 10px;
}

.sheet.sheet--visible {
    background-color: rgba(255,255,255,0.85);
}

.sheet .sheetheader {
    margin-bottom: 30px;
}

.sheetheader__image{
    display: none;
    text-align: center;
}

.sheetheader__image img {
    max-height: 100px;
}

.sheet .sheetheader .sheetheader__badge { 
    border-radius: 8px;
    padding: 7px 24px;
}

.sheetheader__badge.badge-action {
    background-color: var(--color-primary);
    min-width: auto;
    padding: 3px 20px;
}

.sheetheader__badge.badge-action:hover {
    cursor: pointer;
    background-color: #c48702 !important;
    border-color: #c48702 !important;
}

.sheet .sheetsubheader {
    margin: 50px 0 20px;
}

.sheet .sheetsubheader .sheet__subheader-title {
    font-size: 20px;
    font-weight: bold;
}

#combo .sheet__wrapper, #product-selector .sheet__wrapper, .sheet__wrapper, #payment-methods .sheet__wrapper, #status .sheet__wrapper {
    padding-top: 0;
}

.sheet .sheet__wrapper {
    box-shadow: 0 -5px 49px rgba( 0, 0, 0, 0.1 );
    padding: 0 40px 100px !important;
}

.sheet .sheet__wrapper .info-bar {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.sheet .sheet__wrapper .info-bar .total-selection, .sheet .sheet__wrapper .info-bar .total-selection-pincode {
    display: inline-block;
    position: relative;
    width: 200px;
    min-width: 160px;
    text-align: center;
    font-size: 16px;
    background-color: var(--color-tertiary);
    color: white;
    margin: 0 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 13px 20px;
    width: fit-content;
}

.is-kiosk .sheet .sheet__wrapper .info-bar .total-selection, .is-kiosk .sheet .sheet__wrapper .info-bar .total-selection-pincode {
    min-width: 350px;
    max-width: 50%;
}

.sheet .sheet__wrapper .info-bar .total-selection .number, .sheet .sheet__wrapper .info-bar .total-selection-pincode .number {
    font-size: 25px;
    font-weight: bold;
}

.sheet .sheet__wrapper .info-bar .total-selection.soldout, .sheet .sheet__wrapper .info-bar .total-selection.backorder {
    display: none;
    font-size: 25px;
    background-color: var( --color-blocked );
}

.sheet .sheet__wrapper .info-bar .total-selection.backorder {
    background-color: var( --color-backorder );
}

.sheet .sheet__wrapper .info-bar .total-selection.soldout {
    color: var( --color-blocked );
    background-color: transparent;
    box-shadow: 0px 0px 0px 3px var( --color-blocked ) inset;
}

.sheet .row.no-gutters > * {
    padding: 3px;
}

@media screen and ( max-width: 400px ) {

    .is-computer .sheet .sheetheader .sheetheader__badge {
        min-width: auto;
        padding: 6px 15px;
    }

}

@media screen and (max-width: 767px) {

    .sheet .sheet__wrapper {
        box-shadow: 0 -5px 49px rgba( 0, 0, 0, 0.1 );
        padding: 0 20px 100px !important;
    }

    .is-computer .sheet .sheetheader {
        align-items: flex-end;
        margin-bottom: 20px;
    }

    .sheet .sheetsubheader {
        margin-top: 30px;
    }

    .sheet .sheet__wrapper .info-bar .total-selection {
        font-size: 13px;
        padding: 2px 27px;
        margin-bottom: 20px;
    }

    .sheet .sheet__wrapper .info-bar .total-selection .number {
        font-size: 16px;
    }

    .is-computer .sheetsteps__title {
        margin-left: 6px;
        font-size: 12px;
        margin-bottom: -14px;
    }

    .is-computer .sheet .item--md {
        height: 120px;
        font-size: 16px;
    }

    .sheet .sheet__wrapper .sheet__buttons {
        margin-bottom: 20px;
    }

    .sheet .sheet__wrapper .bottom-sticky .sheet__buttons {
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 1024px) {

    .sheet .sheetstep__buttons .btn-size1 {
        margin-left: 5px;
        padding: 7px 13px;
        font-size: 19px;
        -webkit-font-smoothing: antialiased;
        font-weight: 500;
    }

}

@media screen and (max-width: 768px) {

    .sheet .sheet__wrapper .btn-size1 {
        padding: 3px 10px;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        font-weight: 500;
        border-radius: 5px;
    }

    .sheet .sheet__wrapper .btn.change {
        display: none;
    }

}

.sheet .sheetheader .sheetheader__text.center {    
    width: 100%;
    text-align: center;
    position: relative;
    left: 37px;
}

.sheet .sheetheader .sheetheader__text.center .sheetheader__title {    
    font-size: 30px;
}

.sheet .sheetheader .sheetheader__btns {    
    position: relative;
    z-index: 10;
}

.is-kiosk .sheet .sheet__title, .is-computer .sheet .sheet__title {    
    font-size: 30px;
}

.is-kiosk .sheet .sheetheader .sheetheader__text.center {    
    left: 49px;
}

.is-kiosk .sheet .sheetheader .sheetheader__btns .btn {    
    font-size: 20px;
    border-radius: 5px;
}

.is-computer .sheet .sheetheader .sheetheader__btns .btn {    
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 5px;
}

.is-kiosk .sheet .sheetheader .sheetheader__text.center.no-button, .is-computer .sheet .sheetheader .sheetheader__text.center.no-button {    
    left: 0;
}

.sheet .sheet__wrapper .sheetheader__title {
    margin-bottom: 0;
}

.sheet .sheet__wrapper .sheetheader__subtitle {
    margin-top: 20px;
}

.sheet .sheet__wrapper .sheetheader__badge.badge-info {
    font-weight: bold;
    background-color: transparent;
    color: var(--color-dark);
    padding: 0;
    text-align: left;
    margin-top: 5px;
}

.sheet .sheet__wrapper .bottom-sticky {
    position: sticky;
    bottom: 0;
    padding: 15% 0;
    clear: both;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px -4px 6px rgb(0 0 0 / 3%);
    background-color: white;
    width: 100%;
}

.sheet .sheet__wrapper .optboxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sheet .sheet__wrapper .optboxes .optboxes__item {
    margin-bottom: 30px;
}

.sheet .sheet__wrapper .optboxes .optboxes__icon {
    display: block;
}

.sheet .sheet__wrapper .optboxes .optboxes__icon img {
    max-height: 200px;
    margin: 0 auto;
}

.sheet .sheet__variations .item, #sheetsteps .item {
    overflow: hidden;
}

.sheet .sheet__variations .offert, #sheetsteps .item .offert {
    font-size: 15px;
}

#product-selector .sheet__wrapper {
    padding: 0 !important;
}

#product-selector .sheet__wrapper .product-content__wrapper {
    padding: 0 20px 50px 20px !important;
}

#product-selector .sheet__wrapper .product-content__wrapper .description img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

#product-selector .sheet__wrapper .product-content__wrapper .description img.inline {
    display: inline-block;
}

#product-selector .sheet__wrapper,  .sheet .gallery, .sheet .slick-list, .sheet .slick-track, .sheet .slick-slide {
    height: 100%;
}

.sheet .gallery__wrapper {
    height: 500px;
    max-height: 400px;
    background-color: #fdfdfd;
    border-radius: 5px;
    margin-bottom: 30px;
}

.sheet[data-has-attributes="1"] .gallery__wrapper {
    background-color: #f9f9f9; 
}

.sheet .gallery {
    overflow: hidden;
    visibility: hidden;
}

.sheet .gallery.slick-initialized {
    visibility: visible;
}

.sheet .gallery .image, .sheet .gallery .image img {
    width: 100%;
}

.sheet .gallery .image {
    display: flex !important;
    align-items: center;
}

.sheet .gallery .image .item__image {
    width: 100%;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.sheet .description {
    display: none;
    clear: both;
    font-size: 16px;
    padding-left: 20px;
    max-width: 680;
    margin: 5px auto 20px;
}

.sheet.opened .description {
    display: block;
}

.sheet .gallery .slick-arrow:hover {
    background-color: rgba( 255, 255, 255, 0.3 );
}

.sheet .gallery .slick-arrow i {
    color: var(--color-primary);
}

.sheet[data-has-attributes="1"] .gallery__wrapper, .sheet[data-has-attributes="1"] .attributes__wrapper {
    width: 50%;
    float: left;
}

.sheet[data-has-attributes="1"] .gallery__wrapper {
    margin: 0 10px 20px 0;
    width: calc( 50% - 10px );
}

.sheet[data-has-attributes="1"] .attributes__wrapper {
    margin-bottom: 20px;
}

.sheet[data-has-attributes="1"] .sheet__quantity-controller {
    clear: both;
}

.sheet .attributes__wrapper .attributes__items > .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.sheet .attributes__wrapper .terms .term {
    text-align: center;
    display: inline-block;
    margin: 0 10px 15px 0;
}

.sheet .attributes__wrapper .terms .term label:before, .sheet .attributes__wrapper .terms .term label:after {
    display: none;
}

.sheet .attributes__wrapper .terms .term .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.sheet .attributes__wrapper .terms .term .custom-control-input:checked~.custom-control-label .circle__wrapper, .sheet .attributes__wrapper .terms .term .custom-control-input:not(:disabled):active~.custom-control-label .circle__wrapper, .sheet .attributes__wrapper .terms .term:hover .custom-control-label .circle__wrapper {
    border-color: var(--color-primary);
    cursor: pointer;
}

.sheet .attributes__wrapper .terms .term .circle__wrapper {
    padding: 3px;
    border: 4px solid lightgray;
    border-radius: 50%;
}

.sheet .attributes__wrapper .terms .term .circle.size {
    font-size: 20px;
    padding-top: 5px;
    text-align: center;
}

.sheet .attributes__wrapper .terms .term .dropdown-menu .selected {
    background-color: var(--color-primary);
}

#product-selector .sheet__wrapper .sheet__quantity-selector,#product-selector .sheet__wrapper .sheet__quantity-selector-enviar-mesas, #product-selector .sheet__wrapper .sheet__buttons {
    margin-top: 20px;
}

.sheet#product-selector .sheet__buttons .confirm, .sheet#product-selector .sheet__quantity-controller {
    display: none;
}

.is-kiosk .sheet#product-selector .sheet__quantity-controller {
    margin-bottom: 50px;
}

.is-kiosk .sheet .quantity-selector a {
    width: 50px;
    height: 50px;
}

.sheet#login {
    z-index: 1050 !important; /* Los elementos fixed de Bootstrap están en 1030*/
}

.sheet#login.sheet--visible .sheet__wrapper {
    bottom: 0;
}

#product-selector .sheet__wrapper .sheet__quantity-controller {
    margin-top: 40px;
}

#product-selector .sheet__wrapper .bottom-sticky .sheet__quantity-controller {
    margin-top: -12%;
}

@media screen and (max-width: 767px) {

    .sheet[data-has-attributes="1"] .gallery__wrapper, .sheet[data-has-attributes="1"] .attributes__wrapper {
        width: 100%;
        margin: 0 auto 20px;
    }

}

@media screen and (max-height: 768px) {

    .sheet .gallery__wrapper {
        height: 280px;
    }

}

/* Carrito */

.cart {
    position: relative;
}

.sheet__buttons {
    margin-top: 0;
}

.is-kiosk #full-cart .sheet__wrapper {
    padding-bottom: 0 !important;
}

#full-cart .sheet__buttons .btn {
    margin: 0 5px 5px;
}

.sheet__wrapper .cart .cart__total {
    color: black;
}

.sheet__wrapper .cart .cartitem {
    position: relative;
    z-index: 20;
}

.sheet__wrapper .cart .cartitem.deleted {
    z-index: 19;
}

.sheet__wrapper .cart .cartitem .cartitem__options .inline {
    font-size: 31px;
    display: none;
}

.cartitem__top {
    min-height: 50px;
}

.cartitem__top .cartitem__image {
    height: auto;
}

.cartitem__top .cartitem__icon {
    width: 50px;
    font-size: 25px;
    text-align: center;
}

.cartitem .cartitem__lines {
    display: none;
}

.cartitem .cartitem__lines.visible {
    display: block;
    border-top: 1px solid #d9d9d9;
}

.cartitem__line {
    display: flex;
    flex-direction: row;
} 

.cartitem__line .cartitem__title {
    font-size: 15px;
    font-weight: normal;
}

.cartitem__title .attributes {
    font-size: 13px;
    color: darkgray;
}

.cartitem__line .cartitem__price {
    font-size: 14px;
    font-weight: normal;
}

.cartitem__line .cartitem__description.has-addons::after {
    content: '';
    width: 75%;
    height: 20px;
    border-bottom: 1px solid #989897;
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px;
    display: block;
    max-width: 500px;
    opacity: 0.3;
}

.cartitem__line .cartitem__description > *, .cartitem__line .cartitem__description .options > * {
    float: left;
    margin-right: 20px;
}

.cart .clearfix {
    height: 15px;
}

.cart.has-scroll-arrows .clearfix {
    height: 50px;
}

.home-cart {
    display: none;
}

.home-cart .home-cart__left {
    max-width: 25%;
}

#order .sheet__wrapper {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

#order .orderitem {
    background-color: white;
}

#order .orderitem .orderitem__title {
    display: none;
}

#order .orderitem .cartitem {
    background-color: #F4F5F5;
}

#order .orderitem .orderitem__options {
    text-align: right;
}

#order .orderitem .orderitem__options .status {
    font-size: 27px;
    top: -10px;
    font-weight: bold;
    text-align: left;
    position: relative;
}

#order .orderitem .orderitem__options .status:after {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    margin-left: 13px;
    font-size: 54px;
    line-height: 35px;
    position: relative;
    top: 11px;
}

#order .orderitem .cart-preview {
    max-width: 100% !important;
}

#order .orderitem[data-status="finished"] .orderitem__options .status, #order .orderitem[data-status="completed"] .orderitem__options .status {
    color: var(--color-completed);
}

#order .orderitem[data-status="preparing"] .orderitem__options .status {
    color: var(--color-paylater);
}

#order .orderitem[data-status="pending"] .orderitem__options .status {
    color: var(--color-pending);
}

#order .orderitem[data-status="cancelled"] .orderitem__options .status {
    color: var(--color-cancelled);
}

#order .orderitem[data-status="finished"] .orderitem__options .status:after {
    content: "\f058";
}

#order .orderitem[data-status="completed"] .orderitem__options .status:after {
    content: "\f599";
}

#order .orderitem[data-status="cancelled"] .orderitem__options .status:after {
    content: "\f057";
}

#order .qr-code {
    display: none;
}

.is-web #order .qr-code {
    display: block;
    text-align: center;
}

#order .qr-code img {
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

#order .sheet__buttons .confirm,  #order .sheet__buttons .repeat {
    display: none;
    font-size: 35px;
}

#order .sheet__buttons .repeat {
    font-size: 23px;
}

#order-pincode .pincode {
    text-align: center;
}

#order-pincode .pincode input {
    width: 100%;
    max-width: 500px;
    height: 86px;
    font-size: 43px;
    font-weight: bold;
    text-align: center;
}

.home .last-order {
    display: none;
    width: fit-content;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    padding: 8px 20px 9px;
    background-color: var(--color-tertiary);
    color: white;
    margin: 0 auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
 
.home .last-order:hover {
    cursor: pointer;
    background-color: var(--color-primary);
}

@media screen and (max-width: 991px) {

    .is-kiosk .cart .cart__wrapper {
        max-height: 750px;
    }

    .is-kiosk .cart.has-scroll-arrows .cart__wrapper {
        max-height: 585px;
    }

}

@media screen and (max-width: 767px) {

    .is-computer .cartitem__line .cartitem__title {
        font-size: 12px; 
    }

    #order .qr-code img {
        width: 70%;
        background-color: white;
        border-radius: 10px;
    }

}

.home .last-order {
    display: none;
    width: fit-content;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    padding: 8px 20px 9px;
    background-color: var(--color-tertiary);
    color: white;
    margin: 0 auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
 
.home .last-order:hover {
    cursor: pointer;
    background-color: var(--color-primary);
}

@media screen and (max-width: 991px) {

    .is-kiosk .cart .cart__wrapper {
        max-height: 750px;
    }

    .is-kiosk .cart.has-scroll-arrows .cart__wrapper {
        max-height: 585px;
    }

}

@media screen and (max-width: 767px) {

    .is-computer .cartitem__line .cartitem__title {
        font-size: 12px; 
    }

    .is-computer .cartitem__line .cartitem__price {
        font-size: 12px;
    }

    .home-cart .home-cart__left {
        max-width: 40%;
    }

    .sheet__wrapper .cart .cartitem .cartitem__options .inline {
        display: block;
    }

    .sheet__wrapper .cart .cartitem .cartitem__options .btn {
        display: none;
    }

    #order .orderitem .orderitem__options {
        text-align: center;
    }

    #order .orderitem .orderitem__options .status {
        top: 0;
        left: 9px;
    }

    #order .orderitem .orderitem__bottom {
        text-align: center;
    }

}

.animate__nodelay {
    --animate-delay: 0s !important;
}

.quantity-selector .number,.quantity-selector-enviar-mesas .number  {
    width: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {

    .quantity-selector .number,.quantity-selector-enviar-mesas .number  {
        width: 25px;
    }

    .quantity-selector a, .quantity-selector-enviar-mesas a  {
        border-width: 2px !important;
    }

}

.is-kiosk .quantity-selector .number {
    width: 70px;
}

/* Checkout */

.checkout .item__image {
    background-size: contain;
}

#checkout .checkout__wrapper {
    width: 300px;
    margin: 0 auto;
}

#checkout .checkout__wrapper .qr__wrapper, #checkout .checkout__wrapper .ap4__wrapper {
    text-align: center;
}

#checkout .checkout__wrapper .image {
    max-width: 250px;
    margin: 0 auto;
}

#checkout .checkout__wrapper .payment__description {
    text-align: center;
}

#checkout .checkout__wrapper .payment__description h3 {
    margin: 20px 0;
    font-weight: 100;
}

#checkout .checkout__wrapper .payment__description p {
    display: inline-block;
}

#checkout .checkout__wrapper .payment__description .payment__pin {
    font-weight: bold;
    font-size: 40px;
}

#checkout .checkout__wrapper.redsys {
    width: 100%;
}

#checkout .checkout__wrapper.redsys iframe {
    width: 100%;
    height: 1000px;
}

#checkout .sheetheader {
    margin: 30px 0;
}

#checkout .sheet__buttons .last-order {
    display: none;
}


/* Payment methods sheet */
#payment-methods .sheet__wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#payment-methods .sheetheader {
    margin-top: 40px;
    margin-bottom: 40px;
}

#payment-methods .sheetheader__badge {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
}

#payment-methods .payment__items .form-group {
    text-align: left;
}

#payment-methods .sheet__buttons {
    margin-top: 40px;
}

#payment-methods .sheetheader .sheetheader__text.center {    
    left: 0;
}

#payment-methods .steps__map {
    width: 70%;
    height: 70px;
    overflow: visible;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

#payment-methods .steps__map .progress__bar {
    width: 100%;
    height: 5px;
    background-color: lightgray;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 9;
}

#payment-methods .steps__map .progress__bar .progression {
    background-color: var(--color-primary);
    width: 0;
    height: 100%;
    transition: width 1s ease-out;
}

#payment-methods[data-step="when"] .steps__map .progress__bar .progression {
    width: calc( 100% / 3 );
}

#payment-methods[data-step="data"] .steps__map .progress__bar .progression {
    width: calc( 100% / 1.5 );
}

#payment-methods[data-step="payment"] .steps__map .progress__bar .progression {
    width: 100%;
}

#payment-methods .steps__map .bullets {
    position: relative;
    z-index: 10;
}

#payment-methods .steps__map .bullets .bullet {
    display: flex;
    position: absolute;
    left: 0;
    margin-left: -23px;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    top: -6px;
    background-color: white;
}

#payment-methods .steps__map .bullets .bullet.disabled .number:after {
    content: '+';
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 68px;
    line-height: 44px;
    transform: rotate( 
    45deg);
    font-family: ui-monospace;
    font-weight: 100;
    color: gray;
}

#payment-methods .steps__map .bullets .bullet:nth-child(2) {
    left: calc( 100% / 3 );
}

#payment-methods .steps__map .bullets .bullet:nth-child(3) {
    left: calc( 100% / 1.5 );
}

#payment-methods .steps__map .bullets .bullet:nth-child(4) {
    left: 100%;
}

#payment-methods .steps__map .bullets .bullet .number {
    font-weight: 500;
    font-size: 23px;
    border: solid 2px lightgray;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding-top: 3px;
    background-color: white;
    margin-bottom: 5px;
    transition: all 0.5s 0.75s cubic-bezier( .47, 1.64, .41, 0 ), color 0s 0.8s linear;
    color: gray;
}

#payment-methods .steps__map .bullets .bullet .title {
    transition: all 0.5s 0.75s cubic-bezier( .47, 1.64, .41, 0 );
}

#payment-methods[data-step="when"] .steps__map .bullets .bullet:nth-child(1) .number,
#payment-methods[data-step="data"] .steps__map .bullets .bullet:nth-child(1) .number,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(1) .number,
#payment-methods[data-step="data"] .steps__map .bullets .bullet:nth-child(2) .number,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(2) .number,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(3) .number {
    background-color: var(--color-primary);
    border: solid 2px var(--color-primary);
    color: white;
}

#payment-methods[data-step="where"] .steps__map .bullets .bullet:nth-child(1) .number,
#payment-methods[data-step="when"] .steps__map .bullets .bullet:nth-child(2) .number,
#payment-methods[data-step="data"] .steps__map .bullets .bullet:nth-child(3) .number,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(4) .number {
    background-color: transparent;
    border: solid 2px var(--color-primary);
    color: var(--color-primary);
}

#payment-methods .steps__map .bullets .bullet .title {
    font-size: 14px;
    color: gray;
}

#payment-methods[data-step="where"] .steps__map .bullets .bullet:nth-child(1) .title,
#payment-methods[data-step="when"] .steps__map .bullets .bullet:nth-child(1) .title,
#payment-methods[data-step="data"] .steps__map .bullets .bullet:nth-child(1) .title,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(1) .title,
#payment-methods[data-step="when"] .steps__map .bullets .bullet:nth-child(2) .title,
#payment-methods[data-step="data"] .steps__map .bullets .bullet:nth-child(2) .title,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(2) .title,
#payment-methods[data-step="data"] .steps__map .bullets .bullet:nth-child(3) .title,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(3) .title,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(4) .title {
    color: var(--color-primary);
}

#payment-methods[data-step="when"] .steps__map .bullets .bullet:nth-child(1):hover,
#payment-methods[data-step="data"] .steps__map .bullets .bullet:nth-child(1):hover,
#payment-methods[data-step="data"] .steps__map .bullets .bullet:nth-child(2):hover,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(1):hover,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(2):hover,
#payment-methods[data-step="payment"] .steps__map .bullets .bullet:nth-child(3):hover {
    cursor: pointer;
}


#payment-methods[data-step="payment"] .steps__map .bullets .bullet.disabled .number:after {
    color: white;
}

#payment-methods .steps__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#payment-methods .steps__wrapper .steps {
    width: calc( 100% * 4 );
    display: flex;
    overflow: visible;
    position: relative;
    transition: all 0.5s ease-out;
}

#payment-methods .steps__wrapper .steps .step {
    width: 100%;
    z-index: 100;
    padding-left: 50px !important;
    padding-right: 50px !important;
    height: 0;
    opacity: 0;
    transition: all 1s ease-out;
}

#payment-methods .steps__wrapper .steps .step .description {
    width: 80%;
    margin: 0 auto 10px;
}

#payment-methods[data-step="where"] .steps__wrapper .steps .step.where,
#payment-methods[data-step="when"] .steps__wrapper .steps .step.when,
#payment-methods[data-step="data"] .steps__wrapper .steps .step.data,
#payment-methods[data-step="payment"] .steps__wrapper .steps .step.payment {
    height: auto;
    opacity: 1;
}

#payment-methods[data-step="where"] .steps__wrapper .steps {
    left: 0;
}

#payment-methods[data-step="when"] .steps__wrapper .steps {
    left: -100%;
}

#payment-methods[data-step="data"] .steps__wrapper .steps {
    left: -200%;
}

#payment-methods[data-step="payment"] .steps__wrapper .steps {
    left: -300%;
}

@media screen and (min-width: 1024px) {

    body.is-computer #payment-methods .steps__wrapper .steps {
        width: calc( 991px * 4 );
    }

    body.is-computer #payment-methods .steps__wrapper .steps .step {
        width: 991px;
    }

    body.is-computer #payment-methods[data-step="when"] .steps__wrapper .steps {
        left: -991px;
    }

    body.is-computer #payment-methods[data-step="data"] .steps__wrapper .steps {
        left: calc( -991px * 2 );
    }

    body.is-computer #payment-methods[data-step="payment"] .steps__wrapper .steps {
        left: calc( -991px * 3 );
    }

}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .options {
    width: fit-content;
    max-width: fit-content;
    margin: 0 auto;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .options .custom-control-label {
    height: unset;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .options .custom-control-label .item {
    font-size: 12px;
}

#payment-methods .steps__wrapper .steps .step .options .item {
    transition: all 0.5s linear;
    overflow: hidden;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .options .item {
    height: 115px;
    max-width: 100px;
    width: 100px;
}

#payment-methods .steps__wrapper .steps .step .options .coming-soon {
    pointer-events: none;
    opacity: .3;
}

#payment-methods .steps__wrapper .steps .step .options .coming-soon .item:before {
    content: 'Próximamente';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background-color: var(--color-primary);
    padding: 5px 0;
    color: white;
}

#payment-methods .steps__wrapper .steps .step .content {
    height: 0;
    display: none;
    transition: all 1s ease-out;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .content {
    display: block;
    height: auto;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .content .option {
    text-align: center;
    margin-bottom: 2px;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .content .option > .row {
    justify-content: center;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .content .option-content .title {
    background-color: var(--color-primary);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: white;
    font-size: 18px;
    padding: 5px;
    width: 100%;
    height: fit-content;
}

#payment-methods .steps__wrapper .steps .step[data-section="content"] .content .option-content .content {
    border: solid 1px lightgray;
    border-top: none;
}

#payment-methods .sheet__buttons {
    margin-top: 50px !important;
}

#payment-methods .sheet__buttons .confirm {
    display: none;
}

#payment-methods[data-step="where"] .sheet__buttons .previous {
    display: none;
}

#payment-methods[data-step="data"] .steps__wrapper .steps .step [data-visible="1"] {
    display: block;
}

#payment-methods[data-step="data"] .steps__wrapper .steps .step [data-visible="0"] {
    display: none;
}

/* Payment method AP4 sheet */

#payment-methods-ap4 .sheet__wrapper {
    height: 100%;
    padding-top: 50px !important;
}

#payment-methods-ap4 .sheet__wrapper .sheetheader {
    margin-top: 15%;
}

#payment-methods-ap4 .sheet__wrapper .sheet__logo {
    text-align: center;
}

#payment-methods-ap4 .sheet__wrapper .sheet__logo img{
    width: 100px;
}

#payment-methods-ap4 .sheet__wrapper .sheetheader .sheetheader__text {
    left: 0;
    margin-top: 30px;
}

#payment-methods-ap4 .sheet__wrapper .sheet__buttons {
    margin-top: 100px;
}

#payment-methods-ap4 .sheet__wrapper .sheetheader .sheetheader__text .sheetheader__title:first-child {
    margin-bottom: 0px;
    font-size: 32px;
}

#payment-methods-ap4 .sheet__wrapper .sheet__amount {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

#payment-methods-ap4 .sheet__wrapper .sheet__amount .amount {
    font-size: 80px;
}

#payment-methods-ap4 .sheet__wrapper .payment__items {
    margin-top: 0 !important;
}

#payment-methods-ap4 .sheet__wrapper label {
    font-weight: bold;
    font-size: 20px;
}

#payment-methods-ap4 .sheet__wrapper .item .item__image {
    height: 90%;
}

#payment-methods-ap4 .sheet__wrapper .item.item--md {
    font-size: 22px;
}

/* Formulario checkout */

form {
    margin: 0 auto;
}

form .item--md {
    height: 100%;
    font-size: 18px;
    min-width: initial;
    width: 100%;
}

form .payment__items .col-4, form .delivery__items .col-4 {
    max-width: 175px;
}

form .form-row {
    align-items: flex-end;
}

form label {
    text-align: left;
}

form .custom-control-label {
    margin-left: 21px;
    padding-left: 30px;
}

form input[type="checkbox"]~.custom-control-label {
    position: relative;
    font-size: 16px;
}

form .custom-field.col-12 input[type="checkbox"]~.custom-control-label {
    top: 0;
}

form .custom-control-label:before {
    top: -0.5rem;
    left: -1.5rem;
    width: 2.70rem;
    height: 2.75rem;
    border-radius: 3px;
}

form .custom-control-input:checked~.custom-control-label::before, form .custom-control-input:not(:disabled):active~.custom-control-label::before {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

form .payment__items .custom-control-input:checked~.custom-control-label .item--md, form .delivery__items .custom-control-input:checked~.custom-control-label .item--md {
    border: solid 2px var(--color-primary);
}

form .payment__items .custom-control-label, form .delivery__items .custom-control-label {
    height: 240px;    
    margin-left: 0;
    padding-left: 0;
}

form .payment__items .custom-control-label .item--md, form .delivery__items .custom-control-label .item--md {
    height: 240px;    
    border: solid 2px transparent;
}

form .payment__items .custom-control-label .item--md:hover, form .delivery__items .custom-control-label .item--md:hover {
    border: solid 2px var(--color-primary);
    cursor: pointer;
}

form .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

form .payment__items .custom-control-label:before, form .delivery__items .custom-control-label:before {
    display: none;
}

form.was-validated .custom-control-input:invalid~.custom-control-label a,
form.was-validated .custom-control-input:valid~.custom-control-label a {
    color: inherit; 
}

form.was-validated .payment__items .custom-control-input:valid~.custom-control-label, form.was-validated .delivery__items .custom-control-input:valid~.custom-control-label {
    color: #495057;
}

form.was-validated .payment__items .custom-control-input:valid~.custom-control-label, form.was-validated .delivery__items .custom-control-input:valid~.custom-control-label {
    border-color: #28a745;
}

form.was-validated .payment__items .custom-control-input:invalid~.custom-control-label, form.was-validated .delivery__items .custom-control-input:invalid~.custom-control-label {
    border-color: #dc3545;
}

.form-control {
    font-size: 18px;
}

.form-control:focus {
    border: solid 1px var(--color-primary);
    box-shadow: none;
}

.form-control .dropdown-toggle {
    border: 1px solid #ced4da;
    height: 38px;
    padding: 5px 10px;
    background: none !important;
    border-radius: 5px;
    font-size: 18px;
}

.form-control .dropdown-toggle:focus {
    border: solid 1px var(--color-primary);
    box-shadow: none !important;
    outline: none !important;
}

.form-control .dropdown-toggle .btn.dropdown-toggle {
    padding: 3px 10px;
    font-size: 18px;
}

@media screen and (max-width: 991px) {

    form .payment__items .custom-control-label, form .delivery__items .custom-control-label {
        height: 125px;    
    }

    form .payment__items .custom-control-label .item, form .delivery__items .custom-control-label .item {
        height: 125px;    
    }

    form .payment__items > .col, form .delivery__items .col {
        margin: 3px !important;
        padding: 0 !important;
    }

    #payment-methods .steps__wrapper .steps .step {
        padding: 10px !important;
    }

    #payment-methods .steps__wrapper .steps .step[data-section="content"] .options .item {
        max-width: unset;
        width: unset;
    }

    #payment-methods .steps__wrapper .steps .step[data-section="content"] .content .option-content {
        padding: 0;
    }

}

.toggle {
    width: 200px !important;
    height: 38px;
    border-radius: 5px !important;
    border: 1px solid transparent !important;
}

.toggle.click, .toggle .btn.click {
    animation: unset !important;
}

.toggle .btn.click {
    position: absolute;
}

.toggle.btn-primary:hover {
    background-color: var(--color-primary) !important;
}

.toggle .toggle-handle {
    width: 50px;
    height: 40px;
    line-height: 34px;
    top: -2px;
    left: 0;
    border-radius: 0;
    padding: 0;
}

.toggle-off {
    padding-left: 35px !important;
}

.toggle-on {
    border: none;
}

.toggle-on:hover, .toggle-on:active {
    background-color: var(--color-primary) !important;
}

.toggle-off:hover {
    background-color: #545b62;
    border-color: #4e555b;
}

.form-control .dropdown-menu .dropdown-item {
    font-size: 18px; 
}

.form-control .dropdown-menu .dropdown-item.selected {
    background-color: var(--color-primary) !important;
    color: white;
}

.bootstrap-select .dropdown-menu {
    max-height: 90vh;
    overflow-y: auto;
}

.bootstrap-select.btn-group .dropdown-menu li:hover{
    background-color: var(--color-primary) !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid,
.form-control.is-invalid, .was-validated .form-control:valid {
    background-image: none;
}

.custom-control.custom-radio {
    padding-left: 0;
}

/* Reservation */

#reservation .reservation__items .item {
    min-height: 130px;
}

#reservation .reservation__items .item .item__title {
    min-height: 30px;
    font-weight: bold;
}


/* Google reCaptcha v3 */

.grecaptcha-badge { 
    visibility: hidden; 
}


/* Error */
.message__error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba( 193, 85, 78, 0.5);
    z-index: 1060;
    padding: 10px;
}

.message__error .messageerror__wrapper {
    position: relative;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
}

.message__error .error__ref {
    font-weight: 100;
    color: lightgray;
}

.message__error .message__text {
    margin-bottom: 30px;
    font-size: 18px;
}

.message__error .message__image {
    width: 100%;
    text-align: center;
}

.message__error .message__image img {
    width: 100%;
    max-width: 326px;
}

.message__error .message__image ~ .message__text {
    text-align: center;
}

.message__error .sheetheader__btns {
    margin-top: 10px;
    text-align: center;
}

.message__error .sheetheader__btns .btn{
    font-size: 18px; 
    display: none;
    min-width: 100px;
}

/* jQuery Keyboard */
.ui-keyboard {
    position: relative;
    border: none !important;
}

.ui-keyboard .ui-keyboard-preview-wrapper {
    font-size: 20px;
}

.ui-keyboard .ui-keyboard-preview-wrapper input {
    text-align: center;
}

.ui-keyboard .ui-keyboard-keyset {
    font-size: 22px;
}

.ui-keyboard .ui-keyboard-accept, .ui-keyboard .ui-keyboard-cancel {
    font-size: 30px;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 10px 30px;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: var(--border-radius);
    outline: 0 none !important;
    height: auto;
    line-height: inherit;
    color: white;
    margin-top: 40px;
}

.ui-keyboard .ui-keyboard-cancel {
    margin-left: 10px;
}

.ui-keyboard .ui-keyboard-cancel {
    color: #989897;
    border-color: #F4F5F5; 
    background: #F4F5F5;
    margin-right: 10px;
}

/* Scroll buttons */
.scrollbuttons__wrapper .slick-arrow {
    width: 75px;
    background: none;
}

.scrollbuttons__wrapper .slick-arrow:hover {
    background: none;
}

.scrollbuttons__wrapper .slick-arrow .fa {
    font-size: 70px !important;
    color: var(--color-primary);
}

.scrollbuttons__wrapper.vertical .slick-arrow {
    height: 75px;
    width: 100%;
}

.scrollbuttons__wrapper.vertical .slick-arrow.slick-prev {
    top: 20px;
}

.scrollbuttons__wrapper.vertical .slick-arrow.slick-next {
    top: unset;
    bottom: -25px;
}

.scrollbuttons__wrapper.vertical .slick-arrow.slick-prev.disabled, .scrollbuttons__wrapper.vertical .slick-arrow.slick-next.disabled {
    opacity: 0.1;
}

.scrollbuttons__wrapper.vertical .slick-arrow .fa-angle-left:before {
    content: "\f106";
}

.scrollbuttons__wrapper.vertical .slick-arrow .fa-angle-right:before {
    content: "\f107";
}

/* Splash screen */

.is-computer .splash {
    display: none;
}

.is-kiosk .splash {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: black;
    max-width: unset !important;
}

.is-kiosk .splash .splash__footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    font-size: 52px;
    z-index: 10;
    letter-spacing: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: var( --color-primary);
    border-radius: 50%;
    opacity: 0.9;
    margin: 20px;
}

.is-kiosk .splash .slick-arrow:hover {
    background-color: transparent;
}

.is-kiosk .splash .slick-arrow .fa {
    font-size: 70px;
}

.is-kiosk .splash .splash__footer svg text {
    fill: white;
}

.is-kiosk .splash .splash__footer .logo {
    position: absolute;
    width: 60px;
    height: auto;
    top: 53px;
    left: 71px;
}

.is-kiosk .splash .splash__footer .logo img {
    width: 100%;
    height: 100%;
}

/* Modo postventa */
.is-kiosk.disable-kiosk-for-users .splash .splash__footer {
    display: none;
}

/* Stock */
[data-id] .stock {
    position: absolute;
    z-index: 5;
    font-weight: bold;
    font-size: 16px;
    margin-left: 12px;
    margin-top: 5px;
    top: 12px;
    right: -44px;
    transform: rotateZ(45deg);
    width: 150px;
    height: 24px;
    text-align: center;
    color: #fff !important;
    box-shadow: 2px 2px 8px rgba(0,0,0,.2)
}

[data-id] .stock.backorder {
    background-color: var(--color-backorder);
}

[data-id] .stock.outofstock {
    background-color: var(--color-blocked);
}

@media screen and (max-width: 767px) {

    [data-id] .stock {
        font-size: 13px;
        font-weight: 500;
        height: 20px;
        top: 8px;
        right: -53px;
    }

}

/* Navbar inferior */
.is-computer .navbar {
    display: block;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 3px rgba( 0, 0, 0, 0.2 );
}

.is-computer .navbar .navbar__wrapper {   
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.is-computer .navbar .cart-preview {
    text-align: center;
}

.is-computer .navbar .info {
    padding-top: 4px;
    display: block;
    font-weight: bold;
    color: var(--color-dark);
}

.is-computer .navbar .home-cart__total {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    margin: 0;
    font-size: 16px;
    background-color: var(--color-tertiary);
    color: white;
}

.is-computer .navbar .buttons {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clear: both;
}

.is-computer .navbar .buttons .zones {
    font-size: 25px;
}

.is-computer .navbar .btn {
    font-size: 20px;
    color: var(--color-primary);
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
}

.is-computer .navbar .btn:focus, .navbar .btn:hover {
    background-color: transparent !important;
}

/* Grid */
@media screen and (max-width: 991px) {

    .is-kiosk .home-links {
        margin-left: 10px;
    }

    .is-kiosk .home-contents {
        padding: 0 15px 0 4px;
    }

    .is-kiosk .home-contents .home-item__wrapper {
        padding: 0 5px;
    }

    .is-kiosk .home-contents .home-item__wrapper .home__item {
        height: 175px;
        padding: 0;
    }

    .is-kiosk .home-contents .home-item__wrapper .item .item__label {
        font-size: 20px;
        padding: 5px 7px 5px 10px;
        background-color: white;
    }

    .is-kiosk .home-contents .home-item__wrapper .home__item .item__image{
        width: 100%;
        height: 70%;
    }

    .is-kiosk .home-contents .home-item__wrapper .home__item .item__price .text-range {
        font-size: 12px;
    }

    .is-kiosk .home-contents .home-item__wrapper .home__item[data-type="back"] .item {
        justify-content: center;
    }

    .is-kiosk .home-contents .home-item__wrapper .home__item[data-type="back"] .item__image {
        height: 68px;
    }

    .is-kiosk .home-contents .home-item__wrapper .home__item[data-type="back"] .item__title {
        top: 0;
    }

}

@media screen and (min-width: 991px) {

    .home-contents .home-item__wrapper.col-md-3 {
        max-width: 20%;
    }

}

/* Orders */

.orders-list {
    margin: 0 auto;
    max-width: 804px;
    min-height: calc( 100vh - 300px );
}

.orders-list .orders__wrapper .orderitem {
    position: relative;
    display: none;
}

.orders-list .orders__wrapper .orderitem .cart .cartitem__options {
    display: none;
}

.orders-list .orders__wrapper .orderitem.enabled {
    display: block;
}

.orders-list .orders__wrapper .orderitem.blocked:before {
    position: absolute;
    right: 27px;
    top: 20px;
    font-family: "Font Awesome 5 Free"; 
    font-size: 16px;
    font-weight: 900; 
    content: "\f023";
    color: var(--color-primary);
}

.orders-list .orderitem {
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 10px;
}

.orders-list .orderitem[data-status="pending"] {
    border-left: solid 20px var(--color-pending);
}

.orders-list .orderitem[data-status="paylater"] {
    border-left: solid 20px var(--color-paylater);
}

.orders-list .orderitem[data-status="preparing"] {
    border-left: solid 20px var(--color-preparing);
}

.orders-list .orderitem[data-status="completed"] {
    border-left: solid 20px var(--color-completed);
}

.orders-list .orderitem[data-status="refunded"] {
    border-left: solid 20px var(--color-refunded);
}

.orders-list .orderitem[data-status="cancelled"] {
    border-left: solid 20px var(--color-cancelled);
}

.orders-list .orderitem[data-status="recycled"] {
    border-left: solid 20px var(--color-recycled);
}

.orders-list .orderitem .orderitem__options .btn {
    margin: 0 2px;
    display: none;
}

.orders-list .orderitem[data-status="paylater"] .btn.paylater-group, .orders-list .orderitem[data-status="pending"] .btn.pending-group, .orders-list .orderitem[data-status="completed"] .btn.completed-group, .orders-list .orderitem[data-status="cancelled"] .btn.cancelled-group, .orders-list .orderitem[data-status="refunded"] .btn.refunded-group {
    display: inline-block;
}

.orders-list .orderitem.blocked .orderitem__options .btn.disable-when-blocked {
    opacity: 0.3;
}

.orders-list .orderitem .cart {
    display: none;
    width: 100% !important;
}

.orders-list .orderitem {
    border: solid 2px white;
}

.orders-list .orderitem.opened {
    border: solid 2px white;
    background-color: transparent;

}

.orders-list .orderitem.opened .cart {
    display: block;
    bottom: unset;
    left: unset;
    z-index: unset;
    position: relative;
}

.orders-list .orderitem .orderitem__options {
    text-align: right;
}

.orders-list .orderitem .orderitem__title, .orders .orderitem .orderitem__price {
    font-weight: bold;
}

.orders-list .orderitem .orderitem__title {
    font-size: 18px;
}

.orders-list .orderitem .orderitem__bottom {
    font-size: 16px;
}

.orders-list .orderitem .orderitem__price, .orders-list .orderitem .orderitem__id {
    /* color: var(--color-primary); */
}

.orders-list .orderitem .cartitem {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {

    .orders-list .orderitem .orderitem__options {
        text-align: center;
    }

}


/* Alerts */
.alerts__wrapper.disabled {
    color: #333333 !important;
    opacity: 0.2;
}

.alerts__wrapper .alerts.new-alert .dropdown-menu .dropdown-items__wrapper .dropdown-item__wrapper:not( :first-child ) {
    display: none;
}

.alerts__wrapper .alerts.new-alert .dropdown-menu {
    display: block;
}

.alerts__wrapper .alerts-bell__wrapper .alerts-bell {
    font-size: 20px;
}

.alerts__wrapper .alerts-bell__wrapper {
    -webkit-appearance: none;
}

.alerts__wrapper .alerts.notify .alerts-bell__wrapper {
    -webkit-animation: ring 4s  3 ease-in-out;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 3 ease-in-out;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 3 ease-in-out;
    transform-origin: 50% 4px;
}

.alerts__wrapper .alerts.notify .alerts-bell__wrapper .alerts-bell {
    animation: color-bell alternate ease-out 1s infinite;
    -moz-animation: color-bell alternate ease-out 1s infinite;
    -webkit-animation: color-bell alternate ease-out 1s infinite;
}

.alerts__wrapper .dropdown-menu {
    width: calc( 100vw - 420px );
    max-height: calc( 50vh + 100px );
    overflow: scroll;
    border: none;
    background-color: transparent !important;
    box-shadow: unset !important;
    padding: 0;
}

.alerts__wrapper .dropdown-menu .dropdown-items__wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #f8f9fa;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: -2px -8px 14px rgb(0 0 0 / 3%);
}


.alerts__wrapper .dropdown-menu .dropdown-items__wrapper .dropdown-item {
    position: relative;
}

.alerts__wrapper .dropdown-menu .dropdown-items__wrapper .dropdown-item:hover {
    cursor: pointer;
}

.alerts__wrapper .dropdown-menu .dropdown-items__wrapper .dropdown-item .text {
    white-space: normal;
    width: calc( 100% - 20px )
}

.alerts__wrapper .dropdown-menu .dropdown-items__wrapper .dropdown-item .text .info {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    color: var(--color-primary);
}

.alerts__wrapper .dropdown-menu .dropdown-items__wrapper .dropdown-item .close-alert {
    position: absolute;
    right: 8px;
    top: 0;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.alerts__wrapper .dropdown-menu .dropdown-items__wrapper .dropdown-item__wrapper:last-child .dropdown-divider,
.alerts__wrapper .alerts.new-alert .dropdown-menu .dropdown-items__wrapper .dropdown-divider {
    display: none;
}

@media screen and (max-width: 767px) {

    .alerts__wrapper .dropdown-menu {
        left: calc( ( 50vw * -1 ) + 138px) !important;
        width: calc(103vw) !important;
        max-height: calc( 100vh - 60px );
    }

    .alerts__wrapper .dropdown-menu .dropdown-items__wrapper .dropdown-item .close-alert {
        right: 15px;
    }

}

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

@-moz-keyframes color-bell {
    0% { color: var(--color-primary); }
    100% { color: #DC1C13; }
}

@-webkit-keyframes color-bell {
    0% { color: var(--color-primary); }
    100% { color: #DC1C13; }
}

@keyframes blink {
    0% { color: var(--color-primary); }
    100% { color: inherit; }
}

@-moz-keyframes blink {
    0% { color: var(--color-primary); }
    100% { color: inherit; }
}

@-webkit-keyframes blink {
    0% { color: var(--color-primary); }
    100% { color: inherit; }
}

@-webkit-keyframes click {
    0% { top: 0px; opacity: 1;}
    50% { top: 2px; opacity: 0.9; }
}

@-moz-keyframes click {
    0% { top: 0px; opacity: 1;}
    50% { top: 2px; opacity: 0.9; }
}

@keyframes click {
    0% { top: 0px; opacity: 1;}
    50% { top: 2px; opacity: 0.9; }
}

.canvas-uploader__wrapper .cropper-container {
    position: absolute;
    top: 0;
}

.canvas-uploader__wrapper .uploader-image {
    width: 100%;
}

.cropper-point, .uploader-process .cropper-line {
    background-color: var(--color-primary);
}

.cropper-point {
    width: 10px;
    height: 10px;
}

.cropper-line {
    opacity: .2;
}

.cropper-view-box{
    outline: 1px solid var(--color-primary);
    outline-color: var(--color-primary);
}

.cropper-disabled .cropper-point, .cropper-disabled .cropper-line, .cropper-disabled .cropper-dashed, .cropper-disabled .cropper-center {
    display: none;
}
