.image-carousel {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: hidden;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.image-carousel {
		max-height: 180px;
	}
}

@media (min-width:768px) {
	.image-carousel {
		max-height: 180px;
	}
}

@media (min-width:992px) {
	.image-carousel {
		max-height: 180px;
	}
}

@media (min-width:1200px) {
	.image-carousel {
		max-height: 200px;
	}
}

@media (min-width:1500px) {
	.image-carousel {
		max-height: 240px;
	}
}

.image-carousel * {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}




.image-carousel .image-carousel-items {
	width: 100%;
	text-align: center;
}

	.image-carousel .image-carousel-items a {
		position: relative;
		text-align: center;
		margin: 0 6px;
		display: inline-block;
		width: 15%;
		margin-bottom: 80px;
		vertical-align: top;
	}

		.image-carousel .image-carousel-items a img {
			width: 85%;
			border: 10px solid #F1F1F1;
			padding: 4px;
		}

		.image-carousel .image-carousel-items a .image-carousel-caption {
			text-align: center;
			height: 16px;
			color: #669900;
			text-decoration: none;
			line-height: 1.6;
			width: 100%;
		}

.image-carousel .image-carousel-arrow {
	z-index: 200;
	cursor: pointer !important;
	text-align: center;
	background: #77b800;
	border: 1px solid #ddd;
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(119, 184, 0, 0.3);
	color: #777;
	display: block;
	height: 38px;
	line-height: 31px;
	position: absolute;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	top: 30%;
	width: 38px;
	opacity: .8;
}

.image-carousel .image-carousel-arrow i {
	color: #ffffff!important;
}

	.image-carousel .image-carousel-arrow:hover {
		cursor: pointer;
		opacity: 1;
	}

	.image-carousel .image-carousel-arrow:active {
		cursor: pointer;
		opacity: 1;
		top: 31%;
	}

	.image-carousel .image-carousel-arrow.image-carousel-arrow-left {
		margin-top: 15px;
		padding: 3px 3px 0 0;
		font-size: 20px;
		left: 5px;
		box-sizing: border-box;
	}

	.image-carousel .image-carousel-arrow.image-carousel-arrow-right {
		margin-top: 15px;
		padding: 3px 0 0 5px;
		font-size: 20px;
		right: 5px;
		box-sizing: border-box;
	}

.image-captions a .image-caption {
	height: 50px !important;
}

.image-carousel .image-carousel-items a .image-carousel-caption {
	height: 21px !important;
	overflow: hidden !important;
}

.bargain-price .icon-certificate {
	color: #669900;
	font-size: 88px;
	position: absolute;
	top: -6px;
	right: 5px;
}

.price {
	position: absolute;
	font-size: 1.1em !important;
	font-weight: bold !important;
	right: 19px;
	top: 33px;
	color: white !important;
	text-decoration: none;
}

.centerInside {
	text-align: center;
}

.centeredButton {
	font-size: 120%;
	line-height: 1;
	text-decoration: none;
	font-weight: 300;
	word-break: keep-all;
	color: #ffffff;
	padding: 10px 20px;
	background-color: #77b800;
	clear: both;
	transition: background-color 300ms, ease-out 0s;
}

	.centeredButton:hover {
		color: #ffffff;
		background-color: #5e9200;
		text-decoration: none;
	}

	.centeredButton:hover {
		color: #ffffff;
		background-color: #ee6600;
		text-decoration: none;
	}


@media (max-width:600px) {
	.image-carousel .image-carousel-items a {
		width: 20%;
		margin-bottom: 45%;
	}

	.image-carousel .image-carousel-items a img {
		width: 75%;
		padding: 0px;
	}
}

@media (max-width:425px) {
	.image-carousel .image-carousel-items a {
		width: 30%;
	}
}

/*mobile-small*/
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.image-carousel {
		max-height: 210px;
	}
	.image-carousel .image-carousel-items a {
		width: 75%;
	}
}

/*@mobile-medium*/
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.image-carousel {
		max-height: 220px;
	}
	.image-carousel .image-carousel-items a {
		width: 65%;
	}
}

/*@mobile-large*/
@media only screen and (min-width: 425px) and (max-width: 451px) {
	.image-carousel {
		max-height: 220px;
	}
	.image-carousel .image-carousel-items a {
		width: 65%;
	}
}

/*@mobile*/
@media only screen and (min-width: 452px) and (max-width: 529px) {
	.image-carousel {
		max-height: 230px;
	}
	.image-carousel .image-carousel-items a {
		width: 55%;
	}
}

/*@tablet-small*/
@media only screen and (min-width: 530px) and (max-width: 600px) {
	.image-carousel {
		max-height: 200px;
	}
	.image-carousel .image-carousel-items a {
		width: 33%;
		margin-bottom: 45%;
	}
}

/*@tablet-small*/
@media only screen and (min-width: 601px) and (max-width: 767px) {
	.image-carousel {
		max-height: 275px;
	}
	.image-carousel .image-carousel-items a {
		width: 33%;
		margin-bottom: 45%;
	}
}

/*@tablet*/
@media only screen and (min-width: 768px) and (max-width: 949px) {
	.image-carousel {
		max-height: 300px;
	}
	.image-carousel .image-carousel-items a {
		width: 33%;
		margin-bottom: 45%;
	}
}

/*@desktop*/
@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.image-carousel {
		max-height: 240px;
	}

	.image-carousel .image-carousel-items a {
		width: 25%;
	}

	.image-carousel .image-carousel-items a img {
		width: 80%;
		padding: 0px;
	}
}

/*@desktop*/
@media only screen and (min-width: 1024px) and (max-width: 1128px) {
	.image-carousel {
		max-height: 270px;
	}
}

/*@desktop-l*/
@media only screen and (min-width: 1129px) and (max-width: 1440px) {
	.image-carousel {
		max-height: 290px;
	}

	.image-carousel .image-carousel-items a {
		width: 25%;
	}

	.image-carousel .image-carousel-items a img {
		width: 80%;
		padding: 0px;
	}
}

/*@@desktop-xl*/ 
@media only screen and (min-width: 1441px) {
	.image-carousel {
		max-height: 320px;
	}

	.image-carousel .image-carousel-items a {
		width: 25%;
	}

	.image-carousel .image-carousel-items a img {
		width: 80%;
		padding: 0px;
	}
}

/* Custom CSS for Pages with "Bargain Price Tags" */

.bargains-block .image-carousel {
	height: 100%;
}

.bargains-block .image-carousel .image-carousel-items a .image-carousel-caption {
	height: auto !important;
}


@media (min-width: 1500px) {
	.bargains-block .image-carousel {
		/*max-height: 272px;*/
	}
}
@media (min-width: 1200px) {
	.bargains-block .image-carousel {
		/*max-height: 400px;*/
	}
}
@media (min-width: 992px) {
	.bargains-block .image-carousel {
		/*max-height: 210px;*/
	}
}


@media only screen and (min-width: 1129px) and (max-width: 1300px) {
	.bargains-block .image-carousel {
		max-height: 300px;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1500px) {
	.bargains-block .image-carousel {
		max-height: 350px;
	}
}

/*@desktop-xl*/ 
@media only screen and (min-width: 1501px) {
	.bargains-block .image-carousel {
		max-height: 400px;
	}
}