#allfood.not_valid {
	pointer-events: none;
}
h1 {
	color: #ff472e;
}
.af-header p {
	margin-bottom: 2rem;
}
.af-header strong span {
	color: #ff472e;
}
.af-header {
	max-width: 75%;
}
.trilfit .af-header {
	max-width: 100%;
}
.type-selectors {
	display: flex;
	gap: 30px;
}
.type-selectors > div {
	flex: 1 1 0px;
}
.af-selector {
	width: 100%;
	background: none;
    border: 0;
    border-bottom: 2px solid;
    padding: 5px 0;
    font-weight: 600;
}
.af-selector option {
	background: #d1c3bc;
	font-weight: 400;
}
.full-packet-price {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.disabled .full-packet-price {
	color: #696c89;
}
.single-food-price {
  color: #696c89;
  font-weight: 500;
}
.s-price p {
	color: #696c89;
	text-align: center;
	font-style: italic;
	font-size: 0.875rem;
}
#suggestor p {
  text-align: center;
  background: #FFF;
  color: #ff472e;
  border: 2px solid;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
}
.filter-box {
  margin-bottom: 2rem;
  padding: 0 .3125rem;
}
.filter-title {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.filter-content label {
  text-transform: uppercase;
  font-weight: 600;
  color: #222437;
}
.filter-content > div > input[type="checkbox"] {
  display: none;
}
.filter-content > div > input[type="checkbox"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  border-style: solid;
  border-width: 0.125rem;
  position: relative;
  cursor: pointer;
  top: -2px;
  margin-right: 5px;
}
.filter-content > div > input[type="checkbox"]:checked + *::before {
  background: radial-gradient(#000 50%, #000 50%, transparent 0%, transparent);
  border-color: #000;
}
.filter-content > div > input[type="checkbox"]:checked {
  color: #000;
}
.filter-slider {
	margin-bottom: 1rem;
	padding-right: 12px;
}
.filter-label {
  font-size: .875rem;
  font-weight: 600;
}
.filter-box .noUi-target {
  height: 1px;
  background: #222437;
  border: 1px solid #222437;
  box-shadow: none;
  border-radius: 0;
}
.filter-box .noUi-handle::after, .filter-box .noUi-handle::before {
	content: none;
}
.filter-box .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  top: -8px;
  background-color: #222437;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  right: -14px;
}
.packet-products-cart {
  padding: 5px;
}
.cart-container {
  border: 2px solid #ff472e;
  border-radius: 5px;
  background: #FFF;
  padding: 20px 15px;
}
.cart-header {
	color: #222437;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1.5rem;
}
.remaining-box div:first-of-type {
  margin-bottom: 1.5rem;
}
.progress-bar-container {
  width: 100%;
  height: 15px;
  background: #d3d3d7;
  border-radius: 50px;
  overflow: hidden;
}
#progress-bar {
  background: #222437;
  height: 100%;
  border-radius: 50px;
  width: 0%;
}
.product-line {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: .3125rem;
}
.product-line .product-name h4 {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: .3125rem;
}
.product-line .product-name p {
  font-size: .625rem;
  margin-bottom: 0px;
  line-height: 1rem;
}
.product-line .product-name p.ss-price {
    font-weight: bold;
    font-size: .875rem;
}
.product-line .product-image {
  min-width: 60px;
  width: 60px;
}
.product-line img {
  border-radius: 5px;
}
.product-line .product-quantity {
  font-weight: bold;
  font-style: italic;
  margin-left: auto;
}
.product-line .product-actions button {
  background: transparent;
  border: none;
  font-size: 18px;
}
.product-line .product-actions .product-delete {
	cursor: pointer;
}
.submit-button-container {
  margin-top: 1.5rem;
  text-align: center;
}
.step-2 #cart-food, .step-3 #cart-food, .step-3 #cart-sweet {
  opacity: 0.5;
}
.btn-oblack {
	border-radius: 50px;
	border: 2px solid #232436;
	background: none;
	color: #232436;
	padding: 10px 25px;
	transition: all .3s;
}
.btn-oblack:hover {
	background: #232436;
	color: #fdebdd;
}
#cart-sweet .products-container, #cart-snack .products-container, #total-container {
  margin-top: 1.5rem;
  border-top: 2px solid #222437;
  padding-top: 1.5rem;
}
#total-container {
	display: flex;
	padding-top: 2rem;
	margin-bottom: 2rem;
	align-items: center;
}
#total-container > div {
	font-weight: 600;
}
#packet-cart-total {
  margin-left: auto;
  font-weight: 600;
  font-size: 1.5rem;
}
.trilfit-banner {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.spiegazione-pacchetto {
  display: flex;
  flex-wrap: nowrap;
}

.spiegazione-pacchetto .img-spiegazione {
  max-width: 14.3%;
}


.trilfit-meals, .trilfit-workouts {
  flex-basis: 30%;
}
.trilfit-symbol, .trilfit-totals {
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  color: #ff472e;
  padding: 1rem;
  font-style: italic;
  flex-basis: 10%;
  text-align: center;
  position: relative;
}
.trilfit-totals {
  font-size: 3rem;
  flex-basis: 20%;
  text-align: left;
}

.spiegazione-pacchetto  .trilfit-totals.metodi-trilfit{
  background-image: url('/shop/modules/foodpackets/views/img/499-solo-bkg-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-end;
  min-width: 14.3%;
  flex-basis: 0;
  padding: 10px;
  align-items: center;

  p.costo-spedizione, span.prezzo-totale{
    color:#fdebdd;
    text-align: center;
    position: relative;
  }
  p.costo-spedizione{
    margin-bottom:10px;
  }
}

.spiegazione-step{
  border: 2px solid #ff472e;
  border-radius: 15px;
  padding: 20px;
  margin: 30px 0;
  p{
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.1rem;
    color:#000;
    font-weight: 400;
  }
  span{
    font-weight: 700;
  }
  p.step-attivo{
    color:#ff472e;
    
  }

  p.step-spento{
    color:#999;
    
  }
}

.trilfit-totals p {
  margin-bottom: 0;
  line-height: 1;
  color: #ff472e;
  font-size: 0.875rem;
  position: absolute;
  margin-top: 5px;
}
#not_valid_modal .modal-content {
	border: 2px solid #ff472e;
}
#not_valid_modal .modal-header {
	padding: 1.5rem 1.5rem .5rem 1.5rem;
	border-bottom: 0;
}
#not_valid_modal .modal-body {
	padding: .5rem 1.5rem;
}
#not_valid_modal .modal-footer {
	padding: .5rem 1.5rem 1.5rem 1.5rem;
	border-top: 0;
	text-align: center;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.subscription-header h3 {
	display: inline-block;
}
.subscription-header .edit-packet i {
  font-size: 20px;
  margin-left: 1rem;
}
.subscription-header p {
  font-size: .875rem;	
}
.subscription-instructions, .food-subscription:not(:last-of-type) {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #ff472e;	
}

@media (max-width:1200px){
  .spiegazione-pacchetto .trilfit-totals.metodi-trilfit {
    padding:5px;
    span.prezzo-totale{
      font-size: 2rem;
    }
  }
}

@media (max-width:900px){
  .spiegazione-pacchetto .trilfit-totals.metodi-trilfit {
    padding:5px;
    span.prezzo-totale{
      font-size: 1.5rem;
    }
    p.costo-spedizione{
      font-size: 0.7rem;
    }
  }
}

@media (max-width: 767px) {
	.af-header {
		max-width: 100%;
	}
	.type-selectors {
		gap: 10px;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.type-selectors > div {
		flex: unset;
	}
	.packet-products-cart {
		margin-bottom: 2rem;
	}

  .spiegazione-pacchetto {
    flex-wrap: wrap;
  }
  .spiegazione-pacchetto .minimetodo{
    justify-content: center!important;
  }

  .spiegazione-pacchetto .img-spiegazione{
    min-width: 33%;
    margin: 10px 0;
  }
  .spiegazione-pacchetto .trilfit-totals.metodi-trilfit {
    min-width: 100%;
    background-image: none;
    background-color: #222437;
    border-radius: 15px;
    min-height: 95px;
  }
  .spiegazione-pacchetto .trilfit-totals.metodi-trilfit {
    margin-top: 30px;
    padding:10px;
    span.prezzo-totale{
      font-size: 2.5rem!important;
    }
    p.costo-spedizione{
      font-size: 1rem!important;
    }
  }
}

@media (max-width:600px){
  /*.spiegazione-pacchetto .img-spiegazione{
    min-width: 50%;
    margin: 10px 0;
  }*/

}