
				#ImageGallery5 .responsive-gallery .gallery-image {
			background-position: 50% 50%;
		}

		#ImageGallery5 .responsive-gallery {
			height: 400px;
		}
					#ImageGallery5 .responsive-gallery .gallery-image-0 {
				background-image: url(/images/cms/supermarket-freezer-aisle.jpg?t=1719347453);
				display: block;
			}
			
		/* Responsive Gallery Common Styles */
		.responsive-gallery .gallery-image {
			background-size: cover;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			overflow: hidden;
			z-index: 2;
		}
		.responsive-gallery {
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		.responsive-gallery .gallery-images {
			width: 100%;
			height: 100%;
			overflow: hidden;
			z-index: 2;
		}

		.responsive-gallery .gallery-nav-items {
			position: absolute;
			width: 100%;
			bottom: 10%;
			text-align: center;
			margin: 0;
			padding: 0;
		}

		.responsive-gallery .gallery-nav-item {
			position: relative;
			list-style-type: none;
			width: 16px;
			height: 16px;
			border-radius: 8px;
			font-size: 0;
			background-color: #FFF;
			display: inline-block;
			margin: 0 4px;
			cursor: pointer;
			border: 1px solid #555;
			z-index: 3;
		}
		.responsive-gallery .gallery-nav-item.active {
			background-color: #f8931d;
		}

		.responsive-gallery .gallery-nav-move {
			outline: none;
			width: 15%;
			height: 100%;
			position: absolute;
			top: 0;
			background-repeat: no-repeat;
			background-position: 50%; 50%;
			cursor: pointer;
			background-size: 0 0;
			z-index: 3;
		}

		.responsive-gallery .gallery-nav-move:hover {
			background-size: auto auto;
		}

		.responsive-gallery .gallery-link {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			text-align: center;
			text-decoration: none;
		}

		.responsive-gallery .gallery-link:hover {
			text-decoration: none;
		}

		.responsive-gallery .gallery-caption-wrapper {
			display: table;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			text-align: center;
			text-decoration: none;
		}

		.responsive-gallery .gallery-caption-container {
			display: table-cell;
			vertical-align: middle;
			width: 50%;
			color: #000;
			font-size: 300%;
			position: relative;
		}

		.responsive-gallery .gallery-caption {
			display: inline-block;
			position: relative;
			z-index: 1;
			line-height: 1em;
		}

		.responsive-gallery .gallery-caption::before {
			content: '';
			background-color: #FFF;
			position: absolute;
			top: -25%;
			left: -25%;
			width: 150%;
			height: 150%;
			opacity: .5;
			z-index: -1;
		}

		.responsive-gallery .gallery-nav-next {
			right: 0;
			background-image: url(/cirkuit/includes/images/icons/white/rndbrnext_48x48.png);
		}

		.responsive-gallery .gallery-nav-prev {
			left: 0;
			background-image: url(/cirkuit/includes/images/icons/white/rndbrprev_48x48.png);
		}
	

				#FeaturedProducts1 .p_item{
					/* width:140px; */
					width: 33%;
					float:left;
					text-align: center;
					padding: .5em 0 1em;
				}
				#FeaturedProducts1 .p_itemImg{
					height:205px;
				}
				#FeaturedProducts1 .p_itemImg a{
				}
				#FeaturedProducts1 .p_itemName{
					padding: .45em .5em;
					font-weight:bold;
					font-size: 120%;
					height:35px;
					overflow: hidden;
				}
				#FeaturedProducts1 .p_itemName a{
					text-decoration: none;
					color: #555;
					font-size:115%;
				}
				#FeaturedProducts1 .p_itemName a:hover{
					color: #ff0000;
				}
				#FeaturedProducts1 .p_itemPrice{
					padding: .25em .5em;
					min-height:20px;
					height:auto !important;
					height:20px;
					color:red;
					font-weight:bold;
					font-size: 130%;
				}
				#FeaturedProducts1 .p_itemSalePrice{
				}
				#FeaturedProducts1 .p_itemOriginalPrice{
				}
				#FeaturedProducts1 .p_itemOnSale .p_itemOriginalPrice{
					padding-top: .5em;
					font-size: 110%;
				}
				#FeaturedProducts1 .p_itemOnSale .p_itemOriginalPrice .p_priceTxt{
					text-decoration: line-through;
				}
				#FeaturedProducts1 .p_itemDetails {
				}
				#FeaturedProducts1 .p_itemDetailsBtn{
					margin: .5em 0;
				}
				#FeaturedProducts1 .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;
				}
				#FeaturedProducts1 .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;
}

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

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