@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

* {
  font-family: "Montserrat", sans-serif;
}

@keyframes containerTransform {
  0% {
    height: inherit;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .body__index {
    overflow: hidden;
  }
  .body__index .loader {
    position: absolute;
    background-color: black;
    z-index: 6;
    width: 100%;
    height: 100%;
  }
  .body__index .loader__img img {
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .body__index .loader--hide {
    transform: translateX(-100%);
    transition: transform 1s ease-out;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .body__index .loader--hide {
    transform: translateY(-100%);
    transition: transform 1s ease-out;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .body__index .header {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .body__index .header-container {
    background-color: black;
    z-index: 2;
  }
  .body__index .header-container__img {
    width: 6rem;
  }
  .body__index .header-container__img img {
    width: 100%;
  }
  .body__index .header-container__toggle img {
    width: 4rem;
    filter: invert(100%);
  }
  .body__index .header .navbar {
    position: absolute;
    z-index: 1;
    padding: 0;
    width: 100%;
    transform: translateY(-4rem);
    transition: transform 0.5s;
  }
  .body__index .header .navbar--show {
    transform: translateY(9rem);
  }
  .body__index .header .navbar-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 2rem;
    background-color: black;
  }
  .body__index .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 3rem;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .body__index .header {
    position: sticky;
    top: 0;
    z-index: 5;
    flex-direction: row !important;
    justify-content: space-around;
    background-color: black;
    padding: 1rem;
  }
  .body__index .header-container {
    width: min-content !important;
  }
  .body__index .header-container__img {
    width: 8rem;
  }
  .body__index .header-container__img img {
    width: 100%;
  }
  .body__index .header-container .toggle-menu {
    display: none !important;
  }
  .body__index .header .navbar-list {
    flex-direction: row !important;
    gap: 3rem;
    margin: 0;
    list-style-type: none;
  }
  .body__index .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.2s;
  }
  .body__index .header .navbar-list li a:hover {
    color: #b21925;
  }
}
@media (max-width: 768px) {
  .body__index .welcome {
    background-color: black;
    border-radius: 1rem;
  }
  .body__index .welcome-title {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    color: white;
    padding: 1rem;
  }
  .body__index .welcome-img {
    width: 10rem;
  }
  .body__index .welcome-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .body__index .typeItems {
    padding: 1.5rem 0;
  }
  .body__index .typeItems-title {
    padding: 1.5rem;
    margin: 0;
    color: white;
    background-color: black;
    padding: 1rem;
    border-radius: 1rem;
    font-weight: 700;
  }
  .body__index .typeItems-container {
    width: 100%;
    overflow-x: auto;
    margin: auto;
  }
  .body__index .typeItems-container__item {
    background-color: black;
    border-radius: 1rem;
    min-width: 88px !important;
  }
  .body__index .typeItems-container__item-img {
    width: 4rem;
  }
  .body__index .typeItems-container__item-img img {
    width: 100%;
  }
  .body__index .typeItems-container__item-name {
    margin: 0;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
  }
  .body__index .typeItems-container__item:first-child {
    margin-left: 1.5rem;
  }
  .body__index .typeItems-container__item:last-child {
    margin-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  .body__index .combos-header__title, .body__index .drinks-header__title {
    font-size: 1.5rem;
    font-weight: 700;
    background-color: black;
    color: white;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
  }
  .body__index .combos-container, .body__index .drinks-container {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .body__index .carousel {
    margin: 1.5rem;
  }
  .body__index .carousel-inner {
    border: solid rgb(190, 190, 190) 0.2rem;
    border-radius: 1rem;
  }
  .body__index .carousel-inner .carousel-item {
    max-height: 350px;
  }
  .body__index .carousel-inner .carousel-item .carousel-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
    padding: 1rem !important;
  }
  .body__index .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 !important;
  }
  .body__index .carousel-inner .carousel-item .carousel-caption p {
    margin: 0 !important;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .body__index .carousel-control-prev-icon, .body__index .carousel-control-next-icon {
    filter: invert(100%);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .body__index .footer {
    background-color: black;
    height: 300px;
  }
  .body__index .footer-img {
    width: 10rem;
  }
  .body__index .footer-img img {
    width: 100%;
  }
  .body__index .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .body__index .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__index .footer-container__item-name a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .body__index .footer {
    background-color: black;
    padding: 5rem !important;
  }
  .body__index .footer-img {
    width: 8rem;
  }
  .body__index .footer-img img {
    width: 100%;
  }
  .body__index .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .body__index .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__index .footer-container__item-name a {
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  .body__index {
    user-select: none;
    overflow: hidden;
  }
  .body__index::-webkit-scrollbar {
    display: none;
  }
  .body__index .loader {
    position: absolute;
    background-color: black;
    z-index: 6;
    width: 100%;
    height: 100%;
  }
  .body__index .loader__img img {
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .body__index .loader--hide {
    transform: translateX(-100%);
    transition: transform 1s ease-out;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .body__index .loader--hide {
    transform: translateY(-100%);
    transition: transform 1s ease-out;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .body__index .header {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .body__index .header-container {
    background-color: black;
    z-index: 2;
  }
  .body__index .header-container__img {
    width: 6rem;
  }
  .body__index .header-container__img img {
    width: 100%;
  }
  .body__index .header-container__toggle img {
    width: 4rem;
    filter: invert(100%);
  }
  .body__index .header .navbar {
    position: absolute;
    z-index: 1;
    padding: 0;
    width: 100%;
    transform: translateY(-4rem);
    transition: transform 0.5s;
  }
  .body__index .header .navbar--show {
    transform: translateY(9rem);
  }
  .body__index .header .navbar-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 2rem;
    background-color: black;
  }
  .body__index .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 3rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .body__index .header {
    position: sticky;
    top: 0;
    z-index: 5;
    flex-direction: row !important;
    justify-content: space-around;
    background-color: black;
    padding: 1rem;
  }
  .body__index .header-container {
    width: min-content !important;
  }
  .body__index .header-container__img {
    width: 8rem;
  }
  .body__index .header-container__img img {
    width: 100%;
  }
  .body__index .header-container .toggle-menu {
    display: none !important;
  }
  .body__index .header .navbar-list {
    flex-direction: row !important;
    gap: 3rem;
    margin: 0;
    list-style-type: none;
  }
  .body__index .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.2s;
  }
  .body__index .header .navbar-list li a:hover {
    color: #b21925;
  }
}
@media (min-width: 769px) {
  .body__index .welcome {
    background-color: black;
    padding: 2rem !important;
    border-radius: 1rem;
    margin: 5rem !important;
    flex-direction: row !important;
    justify-content: space-evenly !important;
  }
  .body__index .welcome-title {
    font-size: 5rem;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  .body__index .welcome-img {
    width: 15rem;
  }
  .body__index .welcome-img img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .body__index .typeItems {
    padding: 5rem !important;
  }
  .body__index .typeItems-title {
    background-color: black;
    padding: 1rem;
    border-radius: 1rem;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
  }
  .body__index .typeItems-container__item {
    background-color: black;
    width: 110px;
    height: 110px;
    border-radius: 1rem;
    transition: all 0.2s;
  }
  .body__index .typeItems-container__item-img {
    width: 5rem;
  }
  .body__index .typeItems-container__item-img img {
    width: 100%;
  }
  .body__index .typeItems-container__item-name {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
  }
}
@media (min-width: 769px) {
  .body__index .typeItems-container__item:hover {
    background-color: #b21925;
    cursor: pointer;
  }
}
@media (min-width: 769px) {
  .body__index .combos, .body__index .drinks {
    margin: 5rem 0 !important;
    gap: 5rem !important;
  }
  .body__index .combos-header__title, .body__index .drinks-header__title {
    font-size: 2.5rem;
    font-weight: 700;
    background-color: black;
    color: white;
    padding: 1rem;
    border-radius: 1rem;
  }
  .body__index .combos-header a, .body__index .drinks-header a {
    color: black;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .body__index .combos-container, .body__index .drinks-container {
    overflow-x: auto;
    gap: 3rem;
    height: 600px;
    align-items: center;
  }
  .body__index .combos-container__item, .body__index .drinks-container__item {
    border-radius: 1rem;
    height: 503px;
    box-shadow: 4px 4px 29px 0px rgba(0, 0, 0, 0.6);
  }
  .body__index .combos-container__item-img, .body__index .drinks-container__item-img {
    width: 10rem;
  }
  .body__index .combos-container__item-img img, .body__index .drinks-container__item-img img {
    width: 100%;
  }
  .body__index .combos-container__item-description, .body__index .drinks-container__item-description {
    font-weight: 700;
    width: 30rem;
  }
  .body__index .combos-container__item-description .name, .body__index .drinks-container__item-description .name {
    font-size: 1.5rem;
  }
  .body__index .combos-container__item-description .price, .body__index .drinks-container__item-description .price {
    font-size: 2rem;
  }
  .body__index .combos-container__item:first-child, .body__index .drinks-container__item:first-child {
    margin-left: 5rem;
  }
  .body__index .combos-container__item:last-child, .body__index .drinks-container__item:last-child {
    margin-right: 5rem;
  }
  .body__index .combos .carousel, .body__index .drinks .carousel {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .body__index .combos-container__item-img {
    width: 15rem;
  }
}
@media (min-width: 769px) {
  .body__index .sale-header {
    justify-content: start !important;
  }
}
@media (min-width: 769px) {
  .body__index .drinks-header {
    justify-content: end !important;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .body__index .footer {
    background-color: black;
    height: 300px;
  }
  .body__index .footer-img {
    width: 10rem;
  }
  .body__index .footer-img img {
    width: 100%;
  }
  .body__index .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .body__index .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__index .footer-container__item-name a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .body__index .footer {
    background-color: black;
    padding: 5rem !important;
  }
  .body__index .footer-img {
    width: 8rem;
  }
  .body__index .footer-img img {
    width: 100%;
  }
  .body__index .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .body__index .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__index .footer-container__item-name a {
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .body__shop {
    padding: 0 !important;
    overflow: hidden;
  }
  .body__shop .loader {
    position: absolute;
    background-color: black;
    z-index: 6;
    width: 100%;
    height: 100%;
  }
  .body__shop .loader__img img {
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .body__shop .loader--hide {
    transform: translateX(-100%);
    transition: transform 1s ease-out;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .body__shop .loader--hide {
    transform: translateY(-100%);
    transition: transform 1s ease-out;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .body__shop .header {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .body__shop .header-container {
    background-color: black;
    z-index: 2;
  }
  .body__shop .header-container__img {
    width: 6rem;
  }
  .body__shop .header-container__img img {
    width: 100%;
  }
  .body__shop .header-container__toggle img {
    width: 4rem;
    filter: invert(100%);
  }
  .body__shop .header .navbar {
    position: absolute;
    z-index: 1;
    padding: 0;
    width: 100%;
    transform: translateY(-4rem);
    transition: transform 0.5s;
  }
  .body__shop .header .navbar--show {
    transform: translateY(9rem);
  }
  .body__shop .header .navbar-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 2rem;
    background-color: black;
  }
  .body__shop .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 3rem;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .body__shop .header {
    position: sticky;
    top: 0;
    z-index: 5;
    flex-direction: row !important;
    justify-content: space-around;
    background-color: black;
    padding: 1rem;
  }
  .body__shop .header-container {
    width: min-content !important;
  }
  .body__shop .header-container__img {
    width: 8rem;
  }
  .body__shop .header-container__img img {
    width: 100%;
  }
  .body__shop .header-container .toggle-menu {
    display: none !important;
  }
  .body__shop .header .navbar-list {
    flex-direction: row !important;
    gap: 3rem;
    margin: 0;
    list-style-type: none;
  }
  .body__shop .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.2s;
  }
  .body__shop .header .navbar-list li a:hover {
    color: #b21925;
  }
}
@media (max-width: 768px) {
  .body__shop .shop-title {
    background-color: black;
    border-radius: 1rem;
  }
  .body__shop .shop-title p {
    font-size: 1.5rem;
    color: white;
    font-weight: 700;
    text-align: center;
    margin: 0;
  }
  .body__shop .shop-title__icon img {
    width: 3rem;
    filter: invert(100%);
  }
  .body__shop .shop-container__title {
    font-size: 1.5rem;
    font-weight: 700;
    background-color: black;
    color: white;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
  }
  .body__shop .shop-container__items {
    padding: 0;
    margin: 0;
    padding: 0 1rem;
  }
  .body__shop .shop-container__items-item {
    border-bottom: solid rgb(190, 190, 190) 0.1rem;
  }
  .body__shop .shop-container__items-item__icon-cant {
    background-color: black;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 700;
    width: 10rem;
  }
  .body__shop .shop-container__items-item__icon-img {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .body__shop .shop-container__items-item__icon-img img {
    width: 3rem;
    transition: all 0.3s;
  }
  .body__shop .shop-container__items-item__icon-img img:active {
    transform: translateY(-8px);
  }
  .body__shop .shop-container__items-item__cont-img {
    width: 10rem;
    margin-left: 2rem;
  }
  .body__shop .shop-container__items-item__cont-img img {
    width: 100%;
  }
  .body__shop .shop-container__items-item__cont .noImg {
    background-color: black;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 1.5rem;
    width: 10rem;
    height: 15rem;
  }
  .body__shop .shop-container__items-item__cont .noImg p {
    color: white;
    font-weight: 700;
    text-align: center;
  }
  .body__shop .shop-container__items-item__cont-info__name {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    width: 15rem;
  }
  .body__shop .shop-container__items-item__cont-info .price {
    text-align: center;
    font-weight: 700;
    width: min-content;
    font-size: 2.5rem;
  }
  .body__shop .shop-container .shop-container__items-item:last-child {
    border-bottom: none;
  }
  .body__shop .shop-container .drinks-img {
    width: 6rem;
  }
  .body__shop .shop-container .drinks-bigImg {
    width: 4rem;
  }
  .body__shop .shop-container .carousel {
    width: 100%;
  }
  .body__shop .shop-container .carousel-control-next, .body__shop .shop-container .carousel-control-prev {
    top: 1rem !important;
    bottom: initial !important;
  }
  .body__shop .shop-container .carousel-inner .carousel-item {
    padding: 0 1rem;
  }
  .body__shop .shop-container .carousel-inner .carousel-item .typeTitle {
    color: white;
    background-color: black;
    width: min-content;
    margin: auto;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem;
    border-radius: 1rem;
  }
  .body__shop .shop-container .carousel-inner .carousel-item .shop-container__items-item {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .body__shop .cartShopping {
    position: sticky;
    bottom: 1.5rem;
    border-radius: 1rem;
  }
  .body__shop .cartShopping-counter {
    z-index: 3;
    height: 80px;
    background-color: black;
    border-radius: 1rem;
  }
  .body__shop .cartShopping-counter__icon img {
    width: 3rem;
    filter: invert(100%);
  }
  .body__shop .cartShopping-counter__number {
    width: 3rem;
  }
  .body__shop .cartShopping-counter__number .counter {
    font-size: 3rem;
    color: white;
    font-weight: 700;
  }
  .body__shop .cartShopping-btnShowContainer {
    transition: all 0.4s;
  }
  .body__shop .cartShopping-btnShowContainer img {
    width: 3rem;
    filter: invert(100%);
  }
  .body__shop .cartShopping .cartShopping-btnShowContainer--rotate {
    width: 3rem;
    transition: all 0.4s;
    transform: rotateX(180deg);
  }
  .body__shop .cartShopping-container {
    position: absolute;
    background-color: black;
    transition: all 0.5s;
    height: 80px;
    z-index: 2;
    border-radius: 1rem;
  }
  .body__shop .cartShopping-container__items {
    overflow: auto;
  }
  .body__shop .cartShopping-container__items-item .container-counterItem {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
  }
  .body__shop .cartShopping-container__items-item .container-counterItem .counterItem {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
  }
  .body__shop .cartShopping-container__items-item .container-priceItem .signMoney, .body__shop .cartShopping-container__items-item .container-priceItem .priceItem {
    font-size: 1.5rem;
    color: white;
    font-weight: 700;
  }
  .body__shop .cartShopping-container__items-item .nameItem {
    font-size: 1.5rem;
    color: white;
    font-weight: 700;
    margin: 0;
    flex-grow: 1;
  }
  .body__shop .cartShopping-container__info {
    padding-top: 0 !important;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .body__shop .cartShopping-container__info-total {
    font-size: 1.5rem;
    color: white;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
  }
  .body__shop .cartShopping-container__info-clean {
    padding: 1rem;
    background-color: transparent;
    border: solid white 0.15rem;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 1rem;
    letter-spacing: 3px;
  }
  .body__shop .cartShopping-container__info-clean img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__shop .cartShopping .cartShopping-container--show {
    height: 200px;
    transform: translateY(-12rem);
  }
}
@media (max-width: 768px) {
  .body__shop .swal2-confirm {
    font-size: 1.25rem;
    border: none;
    border-radius: 0.5rem;
    background-color: black;
    color: white;
    font-weight: 700;
    padding: 1rem;
  }
  .body__shop .swal2-confirm a {
    text-decoration: none;
    color: white;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .body__shop .swal2-cancel {
    font-size: 1.25rem;
    border: none;
    border-radius: 0.5rem;
    color: white;
    font-weight: 700;
    padding: 1rem;
    background-color: white;
    color: black;
    border: solid black 0.1rem;
    margin-left: 2rem;
  }
}
@media (max-width: 768px) {
  .nextToPay button {
    font-size: 2rem;
    font-weight: 700;
    background-color: transparent;
    border: none;
  }
  .nextToPay button img {
    width: 3rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .footer {
    background-color: black;
    height: 300px;
  }
  .footer-img {
    width: 10rem;
  }
  .footer-img img {
    width: 100%;
  }
  .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .footer-container__item-name a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .footer {
    background-color: black;
    padding: 5rem !important;
  }
  .footer-img {
    width: 8rem;
  }
  .footer-img img {
    width: 100%;
  }
  .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .footer-container__item-name a {
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  .body__shop {
    padding: 0 !important;
    user-select: none;
    overflow: hidden;
  }
  .body__shop::-webkit-scrollbar {
    display: none;
  }
  .body__shop .loader {
    position: absolute;
    background-color: black;
    z-index: 6;
    width: 100%;
    height: 100%;
  }
  .body__shop .loader__img img {
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .body__shop .loader--hide {
    transform: translateX(-100%);
    transition: transform 1s ease-out;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .body__shop .loader--hide {
    transform: translateY(-100%);
    transition: transform 1s ease-out;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .body__shop .header {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .body__shop .header-container {
    background-color: black;
    z-index: 2;
  }
  .body__shop .header-container__img {
    width: 6rem;
  }
  .body__shop .header-container__img img {
    width: 100%;
  }
  .body__shop .header-container__toggle img {
    width: 4rem;
    filter: invert(100%);
  }
  .body__shop .header .navbar {
    position: absolute;
    z-index: 1;
    padding: 0;
    width: 100%;
    transform: translateY(-4rem);
    transition: transform 0.5s;
  }
  .body__shop .header .navbar--show {
    transform: translateY(9rem);
  }
  .body__shop .header .navbar-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 2rem;
    background-color: black;
  }
  .body__shop .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 3rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .body__shop .header {
    position: sticky;
    top: 0;
    z-index: 5;
    flex-direction: row !important;
    justify-content: space-around;
    background-color: black;
    padding: 1rem;
  }
  .body__shop .header-container {
    width: min-content !important;
  }
  .body__shop .header-container__img {
    width: 8rem;
  }
  .body__shop .header-container__img img {
    width: 100%;
  }
  .body__shop .header-container .toggle-menu {
    display: none !important;
  }
  .body__shop .header .navbar-list {
    flex-direction: row !important;
    gap: 3rem;
    margin: 0;
    list-style-type: none;
  }
  .body__shop .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.2s;
  }
  .body__shop .header .navbar-list li a:hover {
    color: #b21925;
  }
}
@media (min-width: 769px) {
  .shop {
    align-items: center !important;
  }
  .shop-title {
    background-color: black;
    padding: 1rem;
    border-radius: 1rem;
    justify-content: space-evenly !important;
    max-width: 1000px;
  }
  .shop-title__info {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
  }
  .shop-title__icon img {
    width: 4rem;
    filter: invert(100%);
  }
  .shop-container {
    width: 100%;
    max-width: 1500px;
  }
  .shop-container__items-item {
    border-bottom: solid rgb(190, 190, 190) 0.1rem;
  }
  .shop-container__items-item__icon-cant {
    background-color: black;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 3rem;
    font-weight: 700;
    width: 10rem;
  }
  .shop-container__items-item__icon-cant .more, .shop-container__items-item__icon-cant .less {
    transition: all 0.2s;
  }
  .shop-container__items-item__icon-cant .more:hover {
    color: #b21925;
    cursor: pointer;
  }
  .shop-container__items-item__icon-cant .less:hover {
    color: #b21925;
    cursor: pointer;
  }
  .shop-container__items-item__icon-img {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop-container__items-item__icon-img img {
    width: 4rem;
    transition: all 0.2s;
  }
  .shop-container__items-item__icon-img img:hover {
    transform: translateY(-8px);
    cursor: pointer;
  }
  .shop-container__items-item__cont-img {
    width: 10rem;
    margin-left: 2rem;
  }
  .shop-container__items-item__cont-img img {
    width: 100%;
  }
  .shop-container__items-item__cont .noImg {
    background-color: black;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 1.5rem;
    width: 10rem;
    height: 15rem;
  }
  .shop-container__items-item__cont .noImg p {
    color: white;
    font-weight: 700;
    text-align: center;
  }
  .shop-container__items-item__cont-info__name {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    width: 15rem;
  }
  .shop-container__items-item__cont-info .price {
    text-align: center;
    font-weight: 700;
    width: min-content;
    font-size: 3.5rem;
  }
  .shop-container .shop-container__items-item:last-child {
    border-bottom: none;
  }
  .shop-container .drinks-img {
    width: 8rem;
  }
  .shop-container .drinks-bigImg {
    width: 6rem;
  }
  .shop-container .carousel {
    width: 100%;
  }
  .shop-container .carousel-control-next, .shop-container .carousel-control-prev {
    top: 1rem !important;
    bottom: initial !important;
  }
  .shop-container .carousel-inner .carousel-item {
    padding: 0 1rem;
  }
  .shop-container .carousel-inner .carousel-item .typeTitle {
    color: white;
    background-color: black;
    width: min-content;
    margin: auto;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem;
    border-radius: 1rem;
  }
  .shop-container .carousel-inner .carousel-item .shop-container__items-item {
    margin-top: 3rem;
  }
}
@media (min-width: 769px) {
  .cartShopping {
    position: sticky;
    bottom: 1.5rem;
    border-radius: 1rem;
    margin: auto !important;
    margin-bottom: 1.5rem !important;
    max-width: 700px;
  }
  .cartShopping-counter {
    z-index: 3;
    height: 80px;
    background-color: black;
    border-radius: 1rem;
  }
  .cartShopping-counter__icon img {
    width: 3.5rem;
    filter: invert(100%);
  }
  .cartShopping-counter__number {
    width: 3.5rem;
  }
  .cartShopping-counter__number .counter {
    font-size: 3.5rem;
    color: white;
    font-weight: 700;
  }
  .cartShopping-btnShowContainer {
    transition: all 0.4s;
  }
  .cartShopping-btnShowContainer img {
    width: 3.5rem;
    filter: invert(100%);
  }
  .cartShopping-btnShowContainer:hover {
    cursor: pointer;
  }
  .cartShopping .cartShopping-btnShowContainer--rotate {
    width: 3.5rem;
    transition: all 0.4s;
    transform: rotateX(180deg);
  }
  .cartShopping-container {
    position: absolute;
    background-color: black;
    transition: all 0.5s;
    height: 80px;
    z-index: 2;
    border-radius: 1rem;
  }
  .cartShopping-container__items {
    overflow: auto;
  }
  .cartShopping-container__items::-webkit-scrollbar {
    display: none;
  }
  .cartShopping-container__items-item .container-counterItem {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 1rem;
    height: 2.75rem;
    width: 2.75rem;
    border-radius: 100%;
  }
  .cartShopping-container__items-item .container-counterItem .counterItem {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: black;
  }
  .cartShopping-container__items-item .container-priceItem .signMoney, .cartShopping-container__items-item .container-priceItem .priceItem {
    font-size: 1.75rem;
    color: white;
    font-weight: 700;
  }
  .cartShopping-container__items-item .nameItem {
    font-size: 1.75rem;
    color: white;
    font-weight: 700;
    margin: 0;
    flex-grow: 1;
  }
  .cartShopping-container__info {
    padding-top: 0 !important;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .cartShopping-container__info-total {
    font-size: 2rem;
    color: white;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
  }
  .cartShopping-container__info-clean {
    padding: 1rem;
    background-color: transparent;
    border: solid white 0.15rem;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 1rem;
    letter-spacing: 3px;
  }
  .cartShopping-container__info-clean img {
    width: 3rem;
    filter: invert(100%);
  }
  .cartShopping .cartShopping-container--show {
    height: 200px;
    transform: translateY(-12rem);
  }
}
@media (min-width: 769px) {
  .swal2-confirm {
    font-size: 1.25rem;
    border: none;
    border-radius: 0.5rem;
    background-color: black;
    color: white;
    border: solid black 0.1rem;
    font-weight: 700;
    padding: 1rem;
  }
  .swal2-confirm a {
    text-decoration: none;
    color: white;
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  .swal2-cancel {
    font-size: 1.25rem;
    font-weight: 700;
    border: none;
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: white;
    color: black;
    border: solid black 0.1rem;
    margin-left: 2rem;
  }
}
@media (min-width: 769px) {
  .nextToPay button {
    font-size: 2rem;
    font-weight: 700;
    background-color: transparent;
    border: none;
  }
  .nextToPay button img {
    width: 3rem;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .footer {
    background-color: black;
    height: 300px;
  }
  .footer-img {
    width: 10rem;
  }
  .footer-img img {
    width: 100%;
  }
  .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .footer-container__item-name a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .footer {
    background-color: black;
    padding: 5rem !important;
  }
  .footer-img {
    width: 8rem;
  }
  .footer-img img {
    width: 100%;
  }
  .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .footer-container__item-name a {
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .body__payment .header {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .body__payment .header-container {
    background-color: black;
    z-index: 2;
  }
  .body__payment .header-container__img {
    width: 6rem;
  }
  .body__payment .header-container__img img {
    width: 100%;
  }
  .body__payment .header-container__toggle img {
    width: 4rem;
    filter: invert(100%);
  }
  .body__payment .header .navbar {
    position: absolute;
    z-index: 1;
    padding: 0;
    width: 100%;
    transform: translateY(-4rem);
    transition: transform 0.5s;
  }
  .body__payment .header .navbar--show {
    transform: translateY(9rem);
  }
  .body__payment .header .navbar-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 2rem;
    background-color: black;
  }
  .body__payment .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 3rem;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .body__payment .header {
    position: sticky;
    top: 0;
    z-index: 5;
    flex-direction: row !important;
    justify-content: space-around;
    background-color: black;
    padding: 1rem;
  }
  .body__payment .header-container {
    width: min-content !important;
  }
  .body__payment .header-container__img {
    width: 8rem;
  }
  .body__payment .header-container__img img {
    width: 100%;
  }
  .body__payment .header-container .toggle-menu {
    display: none !important;
  }
  .body__payment .header .navbar-list {
    flex-direction: row !important;
    gap: 3rem;
    margin: 0;
    list-style-type: none;
  }
  .body__payment .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.2s;
  }
  .body__payment .header .navbar-list li a:hover {
    color: #b21925;
  }
}
@media (max-width: 768px) {
  .body__payment .backToShop button {
    border: none;
    background-color: transparent;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 700;
  }
  .body__payment .backToShop button img {
    width: 3rem;
    transform: rotateY(180deg);
  }
}
@media (max-width: 768px) {
  .body__payment .payment-title {
    font-size: 2rem;
    font-weight: 700;
    color: black;
  }
  .body__payment .payment-container {
    border-radius: 1rem;
  }
  .body__payment .payment-container__form-item__title {
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .body__payment .payment-container__form-item__radioOptions-option {
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
  }
  .body__payment .payment-container__form-item .inputSelect {
    width: 100%;
    background-color: transparent;
    color: black;
    border: none;
    border-bottom: solid black 0.2rem;
    font-size: 1.5rem;
    outline: none;
    padding: 0.5rem 0rem;
  }
  .body__payment .payment-container__form-item .inputSelect::placeholder {
    color: #252525;
    padding-left: 4px;
  }
  .body__payment .payment-container__form-item select {
    border: none !important;
    color: #252525 !important;
  }
  .body__payment .payment-container__form-item select option {
    color: black;
    font-weight: 700;
  }
  .body__payment .payment-container__form .adressInput--hide {
    display: none !important;
  }
  .body__payment .payment-container__form .adressInput--show {
    display: flex !important;
  }
  .body__payment .payment-container__form button {
    border: solid black 0.3rem;
    background-color: #25D366;
    border-radius: 1rem;
    max-width: 300px;
    margin: auto;
  }
  .body__payment .payment-container__form button p {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
  }
  .body__payment .payment-container__form button img {
    width: 3rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .body__payment .footer {
    background-color: black;
    height: 300px;
  }
  .body__payment .footer-img {
    width: 10rem;
  }
  .body__payment .footer-img img {
    width: 100%;
  }
  .body__payment .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .body__payment .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__payment .footer-container__item-name a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .body__payment .footer {
    background-color: black;
    padding: 5rem !important;
  }
  .body__payment .footer-img {
    width: 8rem;
  }
  .body__payment .footer-img img {
    width: 100%;
  }
  .body__payment .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .body__payment .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__payment .footer-container__item-name a {
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  .body__payment {
    user-select: none;
  }
  .body__payment::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .body__payment .header {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .body__payment .header-container {
    background-color: black;
    z-index: 2;
  }
  .body__payment .header-container__img {
    width: 6rem;
  }
  .body__payment .header-container__img img {
    width: 100%;
  }
  .body__payment .header-container__toggle img {
    width: 4rem;
    filter: invert(100%);
  }
  .body__payment .header .navbar {
    position: absolute;
    z-index: 1;
    padding: 0;
    width: 100%;
    transform: translateY(-4rem);
    transition: transform 0.5s;
  }
  .body__payment .header .navbar--show {
    transform: translateY(9rem);
  }
  .body__payment .header .navbar-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 2rem;
    background-color: black;
  }
  .body__payment .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 3rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .body__payment .header {
    position: sticky;
    top: 0;
    z-index: 5;
    flex-direction: row !important;
    justify-content: space-around;
    background-color: black;
    padding: 1rem;
  }
  .body__payment .header-container {
    width: min-content !important;
  }
  .body__payment .header-container__img {
    width: 8rem;
  }
  .body__payment .header-container__img img {
    width: 100%;
  }
  .body__payment .header-container .toggle-menu {
    display: none !important;
  }
  .body__payment .header .navbar-list {
    flex-direction: row !important;
    gap: 3rem;
    margin: 0;
    list-style-type: none;
  }
  .body__payment .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.2s;
  }
  .body__payment .header .navbar-list li a:hover {
    color: #b21925;
  }
}
@media (min-width: 769px) {
  .body__payment .backToShop button {
    border: none;
    background-color: transparent;
    padding: 1rem;
    font-size: 3rem;
    font-weight: 700;
  }
  .body__payment .backToShop button img {
    width: 8rem;
    transform: rotateY(180deg);
  }
}
@media (min-width: 769px) {
  .body__payment .payment-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: black;
  }
  .body__payment .payment-container {
    border-radius: 1rem;
    max-width: 600px;
    margin: auto;
  }
  .body__payment .payment-container__form-item__title {
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .body__payment .payment-container__form-item__radioOptions-option {
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
  }
  .body__payment .payment-container__form-item .inputSelect {
    width: 100%;
    background-color: transparent;
    color: black;
    border: none;
    border-bottom: solid black 0.2rem;
    font-size: 1.5rem;
    outline: none;
    padding: 0.5rem 0rem;
  }
  .body__payment .payment-container__form-item .inputSelect::placeholder {
    color: #252525;
    padding-left: 4px;
  }
  .body__payment .payment-container__form-item select {
    border: none !important;
    color: #252525 !important;
  }
  .body__payment .payment-container__form-item select option {
    color: black;
    font-weight: 700;
  }
  .body__payment .payment-container__form .adressInput--hide {
    display: none !important;
  }
  .body__payment .payment-container__form .adressInput--show {
    display: flex !important;
  }
  .body__payment .payment-container__form button {
    border: solid black 0.3rem;
    background-color: #25D366;
    border-radius: 1rem;
    max-width: 300px;
    margin: auto;
    transition: all 0.2s;
  }
  .body__payment .payment-container__form button p {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
  }
  .body__payment .payment-container__form button img {
    width: 3rem;
  }
  .body__payment .payment-container__form button:hover {
    transform: scale(1.1);
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .body__payment .footer {
    background-color: black;
    height: 300px;
  }
  .body__payment .footer-img {
    width: 10rem;
  }
  .body__payment .footer-img img {
    width: 100%;
  }
  .body__payment .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .body__payment .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__payment .footer-container__item-name a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .body__payment .footer {
    background-color: black;
    padding: 5rem !important;
  }
  .body__payment .footer-img {
    width: 8rem;
  }
  .body__payment .footer-img img {
    width: 100%;
  }
  .body__payment .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .body__payment .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__payment .footer-container__item-name a {
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
  }
}
.body__afterPayment {
  user-select: none;
}
.body__afterPayment::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .body__afterPayment .header {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .body__afterPayment .header-container {
    background-color: black;
    z-index: 2;
  }
  .body__afterPayment .header-container__img {
    width: 6rem;
  }
  .body__afterPayment .header-container__img img {
    width: 100%;
  }
  .body__afterPayment .header-container__toggle img {
    width: 4rem;
    filter: invert(100%);
  }
  .body__afterPayment .header .navbar {
    position: absolute;
    z-index: 1;
    padding: 0;
    width: 100%;
    transform: translateY(-4rem);
    transition: transform 0.5s;
  }
  .body__afterPayment .header .navbar--show {
    transform: translateY(9rem);
  }
  .body__afterPayment .header .navbar-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 2rem;
    background-color: black;
  }
  .body__afterPayment .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 3rem;
  }
}
@media (min-width: 769px) {
  .body__afterPayment .header {
    position: sticky;
    top: 0;
    z-index: 5;
    flex-direction: row !important;
    justify-content: space-around;
    background-color: black;
    padding: 1rem;
  }
  .body__afterPayment .header-container {
    width: min-content !important;
  }
  .body__afterPayment .header-container__img {
    width: 8rem;
  }
  .body__afterPayment .header-container__img img {
    width: 100%;
  }
  .body__afterPayment .header-container .toggle-menu {
    display: none !important;
  }
  .body__afterPayment .header .navbar-list {
    flex-direction: row !important;
    gap: 3rem;
    margin: 0;
    list-style-type: none;
  }
  .body__afterPayment .header .navbar-list li a {
    text-decoration: none;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.2s;
  }
  .body__afterPayment .header .navbar-list li a:hover {
    color: #b21925;
  }
}
.body__afterPayment .thanks {
  margin: 15.07rem 0;
}
.body__afterPayment .thanks-img img {
  width: 15rem;
}
.body__afterPayment .thanks-title h1 {
  font-size: 3rem;
  font-weight: 700;
}
.body__afterPayment .thanks-subtitle p {
  margin: auto;
  font-size: 1.5rem;
  font-weight: 700;
  width: 75%;
  text-align: center;
}
@media (max-width: 768px) {
  .body__afterPayment .footer {
    background-color: black;
    height: 300px;
  }
  .body__afterPayment .footer-img {
    width: 10rem;
  }
  .body__afterPayment .footer-img img {
    width: 100%;
  }
  .body__afterPayment .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .body__afterPayment .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__afterPayment .footer-container__item-name a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .body__afterPayment .footer {
    background-color: black;
    padding: 5rem !important;
  }
  .body__afterPayment .footer-img {
    width: 8rem;
  }
  .body__afterPayment .footer-img img {
    width: 100%;
  }
  .body__afterPayment .footer-container__title {
    color: white;
    font-weight: 700;
  }
  .body__afterPayment .footer-container__item-icon img {
    width: 2rem;
    filter: invert(100%);
  }
  .body__afterPayment .footer-container__item-name a {
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
  }
}

/*# sourceMappingURL=style.css.map */
