.famiglia {
  float: left;
  width: calc(50% - 40px);
  display: block;
  background-color: antiquewhite;
  min-height: 125px;
  padding: 0;
  margin: 20px;
}

@media screen and (max-width: 500px) {
  .famiglia {
    width: 100%; /* 2 per riga */
	  margin: 0 0 10px 0;
  }
}


.famiglia img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.famiglia .name {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  color: #421a00;
  text-transform: uppercase;
  background-image: radial-gradient(circle closest-corner at 50% 10%, #ece3d4, #c2a677);
}


.produzione {
  float: left;
  width: calc(33% - 17px);
  display: block;
  background-color: antiquewhite;
  min-height: 97px;
  padding: 0;
  margin: 10px;
}

@media screen and (max-width: 992px) {
  .produzione {
    width: calc(50% - 20px); /* 2 per riga */
  }
}

@media screen and (max-width: 600px) {
  .produzione {
    width: 100%; /* 1 per riga */
    margin: 10px 0;
  }
}


.produzione img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}

.produzione .name {
  padding: 6px;
  text-align: center;
  font-size: 15px;
  color: #421a00;
  text-transform: uppercase;
  background-image: radial-gradient(circle closest-corner at 50% 10%, #ece3d4, #c2a677);
}


#footer {
  background-color: #906021;
  color: #f4efe8;
  text-align: center;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 5px;
}

#footer_logo {
  display: inline-block;
  margin: 0 auto 20px auto;
}
	
#footer_banner1 {
  background-image: url("images/footer_1.png");
  display: block;
  width: 200px;
  height: 130px;
  background-repeat: no-repeat;
  float: left;
  background-position: center center;
  margin: 0 20px 0 20px;
  background-size: contain;
}

#footer_banner2 {
  background-image: url("images/footer_2.png");
  display: block;
  width: 200px;
  height: 131px;
  background-repeat: no-repeat;
  float: left;
  background-position: center center;
  background-size: contain;
  margin: 0 20px;
}

#footer_banner3 {
  background-image: url("images/footer_3.png");
  display: block;
  width: 200px;
  height: 131px;
  background-repeat: no-repeat;
  float: left;
  background-position: center center;
  background-size: contain;
  margin: 0 20px;
}


#base{
	
	display: inline-block;
	width: 100%;
}

#logo_verdebosco{
	
	
}

.product-container.d-flex.flex-column.h-100 {
  border: 1px solid #d5d5d5;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 3px 5px 5px #e1ad328c;
}

.product.col-6.col-md-6.col-lg-4.row-1.w-desc-0, .product.col-6.col-md-6.col-lg-4.row-2.w-desc-0 {
  padding: 10px !important;
  margin: 0 !important;
}



#top_descrizione {
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  padding: 14px;
  font-weight: bold;
  color: #421a00;
}

.astroid-header-section {
  background-color: #e1ad32;
}
.astroid-header-section:after {
    content: "";
    display: block;
    background-color: #d49e1f;
    height: 12px;
}

.astroid-header-section header.astroid-horizontal-header:not(.astroid-header-sticky) {
  padding: 0;
  border-bottom: none!important;
}

.banner_top{
	background-color: #f9f5e4;
	
}

.bannerhome{
	text-align: center;
	 color: #421a00;
}

.banner_home_img {
  background-size: cover;
  background-position: center;
  height: auto;
  aspect-ratio: 2/ 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
    margin-bottom: 0px;
  max-height: 279px;
  margin-bottom: 12px;
}




.vm-payment-shipment-select {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 8px;
  background-color: #fafafa;
  margin: 0 auto;
  font-family: sans-serif;
}

.vm-shipment-plugin-single, .vm-payment-plugin-single {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.vm-shipment-plugin-single:hover, .vm-payment-plugin-single:hover {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

.vm-shipment-plugin-single input[type="radio"], .vm-payment-plugin-single input[type="radio"]  {
  margin-top: 4px;
  accent-color: #007bff;
}

.vmshipment {
  display: flex;
  flex-direction: column;
}

.vmshipment_name {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}

.vmshipment_description {
  font-size: 0.9rem;
  color: #666;
}

.vmshipment_cost {
  font-size: 0.9rem;
  color: #007bff;
  margin-top: 0.25rem;
}

