
				#FeaturedProducts5 .p_item{
					/* width:140px; */
					width: 33%;
					float:left;
					text-align: center;
					padding: .5em 0 1em;
				}
				#FeaturedProducts5 .p_itemImg{
					height:205px;
				}
				#FeaturedProducts5 .p_itemImg a{
				}
				#FeaturedProducts5 .p_itemName{
					padding: .45em .5em;
					font-weight:bold;
					font-size: 120%;
					height:35px;
					overflow: hidden;
				}
				#FeaturedProducts5 .p_itemName a{
					text-decoration: none;
					color: #555;
					font-size:115%;
				}
				#FeaturedProducts5 .p_itemName a:hover{
					color: #ff0000;
				}
				#FeaturedProducts5 .p_itemPrice{
					padding: .25em .5em;
					min-height:20px;
					height:auto !important;
					height:20px;
					color:red;
					font-weight:bold;
					font-size: 130%;
				}
				#FeaturedProducts5 .p_itemSalePrice{
				}
				#FeaturedProducts5 .p_itemOriginalPrice{
				}
				#FeaturedProducts5 .p_itemOnSale .p_itemOriginalPrice{
					padding-top: .5em;
					font-size: 110%;
				}
				#FeaturedProducts5 .p_itemOnSale .p_itemOriginalPrice .p_priceTxt{
					text-decoration: line-through;
				}
				#FeaturedProducts5 .p_itemDetails {
				}
				#FeaturedProducts5 .p_itemDetailsBtn{
					margin: .5em 0;
				}
				#FeaturedProducts5 .p_itemDetailsBtn a{
					color: #fff;
					text-decoration: none;
					font-weight: bold;
					padding: .25em .75em;
					background: #ff0000;
				
					border: 1px solid #750000;
					border-radius: 4px;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
				
					box-shadow: 0pt 0pt .25em #777;
					-moz-box-shadow: 0pt 0pt .25em #777;
					-webkit-box-shadow: 0pt 0pt .25em #777;
				}
				#FeaturedProducts5 .p_itemDetailsBtn a:hover{
					background: #ff8888;
					box-shadow: none;
					-moz-box-shadow: none;
					-webkit-box-shadow: none;
				
					margin: 0 0 0 1px;
				}
			

						.cms_FeaturedProducts {
background-color: var(--color-gray10);
	padding: 6vw;
}

.cms_FeaturedProducts .p_container {
	background-color: var(--color-gray10);
}

.cms_FeaturedProducts .p_title {
	background-color: var(--color-gray10);
	padding-bottom: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

#FeaturedProducts8 .p_itemName a:hover {
	color: #790016;
}

.cms_FeaturedProducts_imglink img:hover {
    transform: scale(1.05);
   
}
						
