.caption {
	display: none;
}

.carousel {
	position: relative;
	float: left;
	width: 432px;
	height: 432px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
}

.carousel li {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
}

.carousel li.current{
	opacity: 1;
}
 
.carousel img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.container {
	width: 50%;
}


.controls{
	position: relative;
    height: 48px;
    width: 96px;
    top: 370px;
}
.controls .prev , .controls .next  {
	width: 48px;
	height: 48px;
	float: left;
}
.controls .next {
	content: '';
	position: absolute;
	top: 30%;
    left: 0;
    width: 48px;
	height: 48px;
	background: url('../img/Path\ 811.png') no-repeat center center;
}

.controls .prev {
	content: '';
	position: absolute;
	top: 30%;
    right: 0;
    width: 48px;
	height: 48px;
	background: url('../img/Path\ 812.png') no-repeat center center;
}
.controls .next:hover {
	background: url('../img/Path61.png') no-repeat center center;
	box-shadow: 0px 2px 6px 0px rgba(34, 34, 38, 0.12);
	cursor: pointer;
}

.controls .prev:hover {
	background: url('../img/Path611.png') no-repeat center center;
	box-shadow: 0px 2px 6px 0px rgba(34, 34, 38, 0.12);
	cursor: pointer;
}

.thumbnails {
    width: 15%;
    float: right;
    margin: 0 !important;
}
.thumbnails ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 3px;
}
.thumbnails ul li{
	width: 80px;
	height: 80px;
	margin-bottom: 8px;
} 

.thumbnails div {
	position: relative;
}

.thumbnails img {
	display: block;
	position: relative;
	z-index: 10;
	height: auto;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0.5;
}
.thumbnails img:hover,
.thumbnails .selected img,
.thumbnails .selected img:hover{
	opacity: 1;
}



@media screen and (max-width: 768px) {
	.details-content{
		display: none;
	}
	.gallery-content-mobile{
		display: block;
	}
	.container{
		width: 100%;
		
	}
	.add-basket-s{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.icon-gallery{
		float: none;
		width: 50%;
		margin: 0 auto;
	}
	button.site, button.pod, .new-comment button{
		width: 150px;
	}
	.choose-colors-s,
	.gallery-content .tabs{
		display: block;
	}
	
	
	.sample1{
		width: 320px;
		height: auto;
		margin: 0 auto;

	}
	.thumbnails{
		width: 70%;
		float: none;
		margin: 0 auto !important;
	}
	.thumbnails ul li{
		width: 33px;
		height: 4px;
		border-radius: 2px;
		background-color:#F5F5F7;
		float: left;
		margin-left: 8px;
	}
	.thumbnails ul li.selected{
		background-color:#A3A3AD;
	}
	.thumbnails ul li img{
		display: none;
	}
	
	.carousel{
		width: 100%;
	}
	
	.carousel img{
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	
	.controls {
		position: relative;
		width: 100%;
		top:100px;
		float: left;
	}
	.controls .next{
		position: absolute;
		right: 0 !important;
		left: unset;
		background: url('../img/path511.png') no-repeat center center;
	}
	.controls .prev{
		position: absolute;
		left:0 !important;
		right: unset;
		background: url('../img/path411.png') no-repeat center center;
	}
	.controls .next:hover{
		background: url('../img/path511-h.png') no-repeat center center;
		
	}
	.controls .prev:hover{
		background: url('../img/path411-h.png') no-repeat center center;
	}
	
	
}
