/* Custom Styles for FTH website */


.product-container.bottled-wine .ms-media-gallery__item,
.product-container.canned-wine .ms-media-gallery__item {
	max-width: 150px;
}

@media screen and (max-width: 680px) {
	.ms-buybox__media-gallery {
		height: auto;
		min-height: 0;
		max-height: none;
	}

	.ms-media-gallery picture,
	.ms-media-gallery__item {
		max-height: none;
	}
}

@media screen and (max-width: 1099.98px) { 
	.home-carousel .ms-content-block__details .ms-content-block__title {
			text-shadow: none !important;
	}
}

/* Mike's Hot Honey */
.how-to-buy-banner, .more-ways-to-shop {
    width: calc(14 / 16* 100%);
    margin: 0px auto;
    margin: 0px auto;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
}
/* Mike's footer logos */
.card {
    border: 0px solid rgba(0, 0, 0, 0.125); 
    border-radius: .25rem; 
}



/* Our Wines MORE WINES LINK */

   p.more-wines {
      color: #888888;
   }
   a.more-wines:link {
      color: #888888;
      text-decoration: none;
   }
   a.more-wines:visited {
      color: #888888;
   }
   a.more-wines:hover {
      color: #2C2626;
      text-decoration: none;
   }
   a.more-wines:active {
      color: #888888;  
   }












