/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/* @media (min-width: 1200px) {
  .container {
    max-width: 1500px !important;
    width: 1500px !important;
  }
} */

.homeTableProductBlock {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(179, 179, 179, 0.5);
  -moz-box-shadow: 0px 0px 10px 5px rgba(179, 179, 179, 0.5);
  box-shadow: 0px 0px 10px 5px rgba(179, 179, 179, 0.5);
  margin: 0 auto;
  border: 1px solid #ddd;
  height: 100px;
  width: 80%;
  height: 120px;
}

.table thead th {
  text-align: center;
}

.badge-custom {
  padding: .75em 1em !important;
}

.homeTableThumbImg {
  max-width: 120px;
  width: 100%;
}

.homeTableProductName {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px !important;
}

.homeTableProductName:hover {
  cursor: pointer;
}

.homeTableCaloriesTxt {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.homeTableAlergenoImg {
  width: 25px;
  height: 25px;
}

.homeTableAlergenoImgModal {
  width: 45px;
  height: 45px;
  margin-top: 5px;
}

.homeTableChangeBtn {
  text-align: end;
  /* padding-top: 22px; */
}

.homeTableChangeBtn a {
  font-size: 25px;
}

.homeTableChangeBtn a i {
  color: #555;
}

.homeTableChangeBtn a i:hover {
  color: #bbb;
  cursor: pointer;
}

.modal-header {
  display: inline-flex;
  width: 100%;
}

button.close {
  right: 20px;
  position: fixed;
}

.modalLoadingText {
  font-size: 40px;
  text-align: center;
}

.modalProductBox img {
  width: 100%;
}

/* #loadingBox {
  text-align: center;
  background: rgb(255,255,255, 0.7);
  position: absolute;
  width: 600px;
  margin-left: 19%;
  height: 400px;
  z-index: 2;
  display: none;
} */

.modalDetallesProductoTitle {
  font-size: 20px;
}

.modalDetallesProductoText {
  font-size: 14px;
}

.modalDetallesProductoLabel {
  display: block;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 3px solid #9E9383;
  margin-bottom: 1px;
}

.productCoverImage {
  width: 100%;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff !important;
  background-color: #007bff !important;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff !important;
  background-color: #0062cc !important;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff !important;
  background-color: #6c757d !important;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff !important;
  background-color: #545b62 !important;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff !important;
  background-color: #28a745 !important;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff !important;
  background-color: #1e7e34 !important;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff !important;
  background-color: #17a2b8 !important;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff !important;
  background-color: #117a8b !important;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529 !important;
  background-color: #ffc107 !important;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529 !important;
  background-color: #d39e00 !important;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff !important;
  background-color: #bd2130 !important;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529 !important;
  background-color: #f8f9fa !important;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529 !important;
  background-color: #dae0e5 !important;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff !important;
  background-color: #343a40 !important;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff !important;
  background-color: #1d2124 !important;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

p, .text-muted, .block_newsletter, a, span, i:not(.material-icons) {
  font-size: inherit !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

/* @media screen and (max-width: 800px) {
  tbody tr {
    display: flex;
    flex-direction: column;
  }
  .ui-datepicker-calendar tbody tr {
    flex-direction: row !important;
  }
} */

html {
  scroll-behavior: smooth;
}

/*--------------------Vertical menu--------------------*/

.top-menu .sub-menu ul[data-depth=1]>li {
  float: none !important;
}

.sub-menu {
  max-width: 20em !important;
}

.user-info {
  display: flex;
  flex-direction: column;
}

.user-info {
  display: none;
}

.popover {
  left: unset !important;
  width: unset !important;
  min-width: unset !important;
}

/* .header-top>.container>.row,
#_desktop_top_menu,
.header-top>.container>.row>col-md-10 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  margin: 0 !important;
  align-self: center;
}
 */

/*--------------------Vertical menu--------------------*/

.block-category .category-cover img {
  width: unset !important;
}

#_desktop_user_info, #_desktop_cart {
  width: 3rem;
}

.comments_note {
  display: none !important;
}

.homeImg {
  object-fit: cover;
  position: absolute;
  z-index: 10 !important;
  filter: brightness(.6);
}

.homeImg img {
  object-fit: cover;
}

.homeContainer {
  padding: 0;
}

.homeImgBtn {
  margin: 2rem;
  /* margin-bottom: 7.5rem; */
  border-color: white !important;
  color: white !important;
  text-transform: uppercase;
}

.homeImgTitle {
  text-transform: unset !important;
  color: white;
  font-weight: 600;
  font-size: 55px;
  text-transform: uppercase !important;
}

.homeImgDescription {
  color: white;
  font-size: 25px !important;
}

.contentOverImage {
  position: relative;
  z-index: 20 !important;
  padding: 15rem 0;
}

.homeDetailContainer {
  padding: 2.5rem 4rem;
}

@media screen and (max-width: 800px) {
  .homeDetailContainer {
    padding: 2.5rem 1.5rem !important;
  }
}

.homeContainer {
  /*background-color: #febcda99;*/
}

.homeDetailTitle {
  text-transform: unset !important;
  font-weight: normal;
  font-size: 30px;
  padding-bottom: 1rem;
  display: inline;
  /*border-bottom: .25rem solid black !important;*/
}

.homeDetailList {
  list-style: none;
  padding-left: 1.5rem;
}

.homeDetailListItem {
  padding: 0;
}

.homeDetailListItem a {
  color: #414141 !important;
}

.homeDetailSeparationBar {
  background: black;
  height: .25rem;
  margin-left: 0/*75%*/
  !important;
  /*width: 25% !important;
  height: 1.25rem;*/
}

.homeDetailBtnContainer {
  /*position: relative;
  padding-top: 3rem;
  bottom: 2rem;*/
}

.homeDetailBtn {}

#header {
  z-index: 100;
}

.homeOptionPanels {
  margin: 0;
  margin-bottom: 0rem;
  padding-bottom: 0px !important;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.products .product_list {
  margin: 0 !important;
}

.homeBanner .contentOverImage {
  padding: 3.5rem 0;
}

.homeBanner .homeImgBtn {
  margin: 1.5rem;
  background: white;
  color: #010101 !important;
  padding: 1.5rem 3.5rem;
  font-size: 1.25em !important;
  margin-bottom: 2rem !important;
}

.homeBanner .homeImgDescription {
  line-height: 1.5em;
  margin-top: 2rem !important;
}

.homeBannerLayer {
  background-color: rgba(175, 47, 100, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

.homeBanner .homeImg img {
  outline: 100rem solid rgba(255, 121, 190, 0.31) !important;
  outline-offset: -100rem !important;
  overflow: hidden !important;
  position: relative;
  width: 100%;
  height: 100%;
}

.homeHowItWorksContainer {
  background-color: #faebea;
  color: #58324a;
  padding: 1.5rem 0;
}

.homeWorkExplanationContainer {
  text-align: center;
}

.homeWorkExplanationIconContainer {
  height: 6.5rem;
  display: flex;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.homeWorkExplanationTitle {
  font-weight: 600;
  font-size: 1.25em !important;
  margin-bottom: 0 !important;
}

.homeWorkExplanationTitle, .homeWorkExplanationDescription {
  line-height: 1.25rem;
}

.homeHowItWorksTitle {
  text-align: center;
  margin-bottom: 2rem !important;
  font-size: 1.5em !important;
  text-transform: unset !important;
}

.homeUrbanFood .homeImg {
  filter: unset !important;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.homeUrbanFood .contentOverImage {
  padding: 1.5rem 0 !important;
}

.homeUrbanFood .homeImgTitle{
  color: #58324a !important;
}

.homeUrbanFood .homeImgDescription  {
  color: white;
}



.homeUrbanFoodTitle {
  font-size: 2rem !important;
  font-weight: 400 !important;
  color: white !important;
  line-height: 2.25rem !important;
}

.homeUrbanFood .homeImgBtn {
  color: #58324a !important;
  border-color: #58324a !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 800px) {
  .homeUrbanFoodTitle {
    color: #f1f1f1 !important;
  }
  .homeUrbanFood .homeImgBtn {
    color: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
  }
  .homeUrbanFood .homeImgTitle, .homeUrbanFood .homeImgDescription {
    color: #f1f1f1 !important;
  }
  .homeUrbanFood .homeImg {
    filter: brightness(.6) !important;
  }
}

/* CARTA CATEGORY */

.cartaCategoryLink {
  display: flex;
  width: 250px;
  height: 250px;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.cartaCategoryCover {
  height: 250px;
  width: 250px;
  position: absolute;
  z-index: 2;
  object-fit: cover;
  filter: brightness(.70) contrast(1.2) saturate(.8);
  /* border-radius: 1rem; */
}

.cartaCategoryTitle {
  word-break: break-all;
  /* max-width: 4ch; */
  /* color: white; */
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  z-index: 3;
}

/* CARTA CATEGORY */

.productPageAlergenoImg {
  max-width: 50px;
  max-height: 50px;
}