﻿/* -----------------------------------------
:: PRODUCT CAROUSEL
----------------------------------------- */
#myCarousel {
	margin-top: 50px;
}

/* item name /  item price */
#myCarousel .thumbnails p {
}

/* item price */
/* details button */
/* image border */
/* back/next buttons */
#myCarousel.carousel a.right {
	background-image: none;
}

#myCarousel.carousel a.left {
	background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.0) 100%);
}

.carousel {
	z-index: 999;
}

/* FONT STYLES */
#myCarousel .thumbnails p {
	text-align: center;
	margin-top: 0px;
	font-weight: normal;
	font-size: 16px;
	color: inherit;
	background: #333;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	padding: 2px;
}

#myCarousel .thumbnails p a.btn {
	border: 2px rgba(0,0,0,0.7) solid;
}

.thumbs {
	margin-top: 0px;
}

#myCarousel.carousel div.carousel-inner div.item ul.thumbnails li.col-sm-2 p {
	line-height: 0px;
	padding: 0px;
}

.carousel-control {
	top: 50%;
	transform: translateY(-50%);
	font-size: 80px;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
	background-color: transparent;
	border: 0;
	color: #555555;
	width: auto;
}

.minimized-header-bg p {
	background: none;
	margin-left: -15px;
	margin-right: -15px;
	padding: 5px;
}

/* Media Queries */
@media screen and (max-width: 767px) {
.product-carousel-bg {
	background: none;
}

.container.product-carousel-bg {
	margin: 0px;
	padding: 0px;
}

#myCarousel .thumbnails p {
	padding: 0px;
	margin-top: 0px;
	color: #222222;
	font-weight: normal;
	font-size: 12px;
}

.col-sm-2:first-child {
	visibility: hidden;
	display: none;
}

.col-sm-2:last-child {
	visibility: hidden;
	display: none;
}

}
