/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*Colores básicos Mealbox:
Rojo: #a0262b   / #a0262b
Verde: #26a09b  / #26a09b
*/
body{
  font-family: 'Noticia Text', Arial, Helvetica;
}

/*FOOTER*/
.footer-container{
  font-size:14px
}
.footer-copy{
  text-align:left;
  font-size:11px;
  color:#333;
  font-weight:bold
}
.logos-pago{
  text-align:right;
}
.logos-pago img{
  padding-left:12px;
  height:22px;
}
@media only screen and (max-width: 1140px) {
  .footer-copy{
    text-align:center;
    padding:10px 0 30px 0;
  }
  .logos-pago{
    text-align:center;
  }
}
/*Fix de columnas del pie*/
.ps-emailsubscription-block .psgdpr_consent_message{
  max-width: 310px;
}

/*CARTA DE LA SEMANA*/
#main .page-header{
  display:none;
}
.page-title-top h2{
  color: #a0262b;
  font-size:1.95rem;
}
.carta-intro{
  padding:20px 0;
  padding:20px 0;
  text-align:center;
  font-size: 16px;
  line-height:20px;
}
.carta-title {
  color: #aaa;
  font-size:1.2rem;
}
.carta-title b{
  color: #26a09b;
  font-size:1.6rem;
}
.product-miniature-grid .product-title {
    font-size: 1.1rem;
    font-weight: 400;
    min-height: 35px;
}
.product-miniature-grid .product-price {
    font-size: 1.2rem;
    font-weight: 900;
    color: #26a09b;
    padding-bottom: 8px;
}
.product-miniature {
    margin-bottom: 20px;
}
.products-grid .product-miniature .product-add-cart {
    display: block !important;
}
.btn-product-list {
    background: #a0262b;
    margin-top: 8px;
}
.product-functional-buttons{
	display:none;
}
/*CATERING*/
.catering_banner .elementor-iqit-banner-subtitle{
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
  color: #222;
  text-shadow: 1px 1px 0 #fff;
}
.catering_banner .elementor-iqit-banner-title{
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #222;
  text-shadow: 1px 1px 0 #fff;
  padding-top:75px
}


/*DETALLE DE PRODUCTO*/
.incoicons{
  font-size:16px;
  line-height:26px;
  text-align:center;
}
@media screen and (max-width: 800px){
	.incoiconsright{
		display:none;
	}
	.incoiconsbottom{
		display:block;
	}
}
@media screen and (min-width: 801px){
	.incoiconsright{
		display:block;
	}
	.incoiconsbottom{
		display:none;
	}
}
.product-cover img {
    min-width: 500px;
}
.product_header_container .page-title span {
    text-transform: none;
    font-size: 30px;
    line-height: 36px;
    color: #1f1f1f;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}
.product-description p{
    font-size: 16px;
    color: #656d73;
    line-height: 20px;
    font-weight: 300;
}
.product-information .product-prices .product-price{
  color: #26a09b;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  padding:15px 0 8px 0;
}
.btn-primary {
  color: #fff;
  background-color: #a0262b;
  border-color: #a0262b;
  padding-right:50px;
}
.btn-primary:hover {
    background: #FFFFFF;
    color: #26a09b;
    border: 1px solid #26a09b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.info-alergenos{
     font-size: 16px;
    color: #656d73;
    line-height: 20px;
    font-weight: 300;
}
.info-alergenos h4{
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    color: #1f1f1f;
    font-weight: 400;
}
.category-products h4{
  margin-top:40px;
}
.category-products h4 span{
  text-transform: none;
  font-size: 24px;
  line-height: 30px;
  color: #1f1f1f;
  font-weight: 400;
}
.tax-shipping-delivery-label{
   display:none;
}
/* Lista de valores nutricionales de los platos en la ficha de producto */
 ul.lista_nutricional{
  display: table;
  width: 100%;
  margin: 0 -20px;
  margin-bottom:15px;
}
ul.lista_nutricional li{
  font-size: 14px;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #ddd;
  padding: 10px 5px 10px 15px;
  width: 12%;
}
ul.lista_nutricional li.long{
  width: 16%;
}
@media screen and (max-width: 800px){
  ul.lista_nutricional li, ul.lista_nutricional li.long {
      display: block;
      float: left;
      width: 50%;
      margin-bottom: 20px;
      text-align: center;
      border: none;
  }
}
ul.lista_nutricional li span{
  display: block;
  text-transform: lowercase;
  font-size: 17px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #333;
}
img.alergenos{
	width:64px;
	padding-right:7px;
}
img.alergenos_small{
	width:46px;
	padding-right:5px;
}
.product-banner, .product-banner-mobile{
  margin: 30px 0; 
}
.product-banner img, .product-banner-mobile img{
  width:100%;
}
@media screen and (max-width: 800px){
	.product-banner{
		display:none;
	}
	.product-banner-mobile{
		display:block;
	}
}
@media screen and (min-width: 801px){
	.product-banner{
		display:block;
	}
	.product-banner-mobile{
		display:none;
	}

}

/*ICONO DE BÚSQUEDA DE LA CABECERA E ICONO DEL CARRITO*/
#header-search-btn, #mobile-btn-search{
	display: none !important;
}
.header-top a.header-cart-btn:not(:hover) {
    color: #a0262b;
}
.cart-products-count-btn {
    background: #26a09b;
    color: #fff;
}
.cbp-hrmenu > ul > li#cbp-hrmenu-tab-1 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-1 > span.cbp-main-link {
    background-color: #26a09b;
}

/**/
.nodisplay{
	display:none;
}

/*Suscripción a Mailchimp*/
.block_newsletter form input {
    height: 50px;
}
.block_newsletter form input[type=email] {
    padding: 10px 167px 10px 20px;
    color: #26a09b;
    font-size: 20px;
    border: 1px solid;
    width: 100%;
    letter-spacing: 0.25px;
    background: #fff;
    font-weight: 300;
    border-radius: 100px;
}
.block_newsletter .btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 2px;
    position: absolute;
    top: 0;
    padding: 0;
    right: 0;
    background: #26a09b;
    letter-spacing: 1px;
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    width: 150px;
    height: 50px;
}
#mc-embedded-subscribe {
    margin:0 !important;
	padding:0 15px;
	color:white;
	font-size:1.3rem;
}
#mc-embedded-subscribe:hover {
    background: #FFFFFF;
    color:#26a09b;
    border: 1px solid #26a09b;
}
.block_newsletter{
	background: #f5f6f8 no-repeat;
    margin: 30px 0;
    padding: 30px 10px;
}
.block_newsletter .title_block {
    text-align: left;
    color: #656d73;
    font-size: 34px;
    position: relative;
    display: block;
    max-width: 700px;
    line-height: 40px;
    font-weight: 300;
    margin: auto;
    z-index: 8;
    margin-bottom: 40px;
    letter-spacing: -0.6px;
}
.block_newsletter .title_block span{
    color: #26a09b !important;
}
.block_newsletter .sub-title-widget {
    max-width: 520px;
    margin: auto;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    color: #26a09b;
    font-size: 14px;
    position: relative;
}
/*HOME*/
.elementor-iqit-banner-title, .elementor-iqit-banner-description{
   text-shadow: 2px 2px #000;
}
