a {
  text-decoration: none !important;
}

.swiper-container {
  width: 100%;
  height: 200px;
}

.swiper-slide {
  cursor: pointer;
}

.slider-description {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  padding: 5px;
  position: absolute;
  color: white;
  width: 100%;
  line-height: 1.2em;
}

.slider-description.active {
  background-color: rgba(0, 0, 255, 0.6);
}

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

.container-carousel {
  padding-left: 0px;
  padding-right: 0px;
}

.carrito.fa-2x {
  color: #974d6d;
  font-size: 1.5em !important;
}

.navbar-brand > .carrito.fa-2x {
  color: #ddd;
}

nav img {
  height: 35px;
  width: 40px;
}

.tiposplatos {
  background: #f3f3f3;
  font-size: 24px;
}

.tipoplato {
  margin: 5px 0px;
  padding: 0px 5px;
  color: #fff;
  background: #974d6d;
  font-size: 24px;
  border-radius: 6px;
  cursor: pointer;
}

.tipoplato:hover {
  background-color: #bd6e90;
}

.tipoplato.selected {
  color: #fff;
  background-color: #633247;
}

.card {
  cursor: pointer;
  width: 100%;
}

.card-text {
  min-height: 3em;
}

a .card-body {
  color: #212529 !important;
  text-decoration: none !important;
}

a .card-body:hover {
  color: #212529 !important;
  text-decoration: none !important;
}

.compradirecta {
  font-size: 18px;
  font-weight: 700;
}

footer {
  margin: 0px !important;
  color: #fff;
  background-color: #222;
  padding: 10px;
  min-height: 46px;
}

footer a {
  color: #fff;
}

.socialicon {
  font-weight: 100;
}

.numarticulos {
  top: -14px;
  left: -24px;
  position: relative;
  font-size: 65%;
}

.mt-top-page {
  margin-top: 75px;
}

.minipic {
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  width: 100%;
}

.minipic-selected {
  border: 2px solid rgba(0, 0, 255, 0.5) !important;
}

.minipic-col {
  padding: 2px !important;
}

.descr {
  min-height: 60px;
}

.pedido {
  margin-top: 70px;
}

.img-carrito {
  height: 60px;
}

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

@media only screen and (max-width: 768px) {
  .photo-row {
    max-width: 60px !important;
  }
}

.price-row {
  max-width: 44px !important;
}

@media only screen and (min-width: 768px) {
  .price-row {
    max-width: 90px !important;
  }
}

@media only screen and (min-width: 992px) {
  .price-row {
    max-width: 90px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .price-row {
    max-width: 54px !important;
  }
}

.badge-item {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 88%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  min-width: 24px;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #6c757d;
}

/* CART */
.cartContent {
  padding: 0;
}
.cartContent .item {
  position: relative;
}

.cartContent .item {
  margin-top: -1px;
  border: rgba(0, 0, 0, 0.05) 1px solid;
}
.cartContent .sky-form.boxed {
  border: rgba(0, 0, 0, 0.1) 1px solid;
}

.cartContent .item.head {
  border-bottom: 0;
}

.cartContent .item.head > span {
  min-height: 1px;
}

.cartContent .product_name {
  float: left;
  width: 35%;
  padding: 10px;
  text-decoration: none;
  min-height: 60px;
}

.cartContent .product_name:hover > span {
  text-decoration: underline;
}

.cartContent .product_name > small {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.cartContent .qty {
  float: right;
  width: 160px;
  font-size: 15px;
  padding: 10px;
  text-align: center;
}

.cartContent .qty input {
  padding: 3px;
  margin: 0;
  border: #ccc 1px solid;
  width: 50px;
  margin-right: 3px;
  text-align: center;
}

.cartContent .total_price {
  float: right;
  width: 150px;
  font-size: 15px;
  padding: 10px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.cartContent .remove_item {
  float: right;
  padding: 5px;
  width: 30px;
  margin-right: 8px;
}

.cartContent a.remove_item {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-top: 0;
  margin-top: 10px;
  height: 30px;
  line-height: 26px;
  font-size: 18px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.2);
}

.cartContent a.remove_item:hover {
  color: #d9534f;
}

.cartContent .btn_update {
  margin-top: 20px;
}

.total_order_price {
  line-height: 24px !important;
}

@media only screen and (max-width: 992px) {
  .cartContent .item.head {
    display: none;
  }
  .cartContent .product_name {
    font-size: 11px;
    line-height: 15px;
  }
  .cartContent .item .qty {
    float: left;
    text-align: left;
  }
  .cartContent .product_name {
    width: 50%;
  }
}

.hidden {
  display: none;
}

.flag {
  width: 30px;
  height: 22px;
}

.nocaret::after {
  display: none;
}

.item_chart {
  cursor: pointer;
}

.all_screen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 50%;
  z-index: 10000;
}

.alert_msg {
  height: auto;
  width: 95%;
  max-width: 400px;
  margin: auto;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: #eee;
  opacity: 100%;
  z-index: 11000;
  box-shadow: 10px 10px 5px #606060;
  border-radius: 5px;
}

.alert_msg select {
  width: 100% !important;
}

.agotado {
  background-color: #dc3545;
  color: white;
  padding: 5px;
}

.colorboton1 {
  color: #fff !important;
  background: #974d6d !important;
  border-color: #555 !important;
}

.colorboton1:hover {
  background-color: #bd6e90 !important;
}

.colorboton2 {
  color: #fff !important;
  background-color: #633247 !important;
  border-color: #555 !important;
}

.colorboton2:hover {
  background-color: #a05f7b !important;
}

.primeramayuscula::first-letter {
  text-transform: uppercase;
}

.whatsapp-icon {
  color: #1ad042;
  z-index: 10000;
}

.foto-plato {
  position: relative;
}

.oferta-plato {
  position: absolute;
  top: 55px;
  right: 10px;
  background-color: #007bff;
  color: white;
  padding: 3px;
  font-weight: bold;
  border-radius: 5px;
}

.tachado {
  text-decoration: line-through red;
}

.alto-card-carta {
  height: 460px;
}

.img-delivery {
  width: 200px;
}

.img-tipo-plato-carta {
  width: 40px;
  margin-right: 16px;
}

.items-title{
  cursor: pointer;
}

.items-menu {
  opacity: 0;
  transition: opacity 0.5s;
  display: none;
}
