.item.product strong{
	text-transform: capitalize;
}
#video-placeholder-container{
	display: none;
	margin-bottom: 30px;
}
.product-media-mobile{
	display: none;
}

#colour-swatches-slider-1 {
	width: 272px !important;
	margin-left: 25px;
}
#colour-swatches-slider-1 .slick-dots{
	bottom: 0;
	text-align: center;
}
#colour-swatches-slider-1 .slick-dots li{
	width: 8px;
	height: 8px;
	background: #ccc;
	margin-right: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	float: none;
}
#colour-swatches-slider-1 .slick-dots li:last-child{
	margin-right: 0;
}
#colour-swatches-slider-1 .slick-dots li.slick-active {
	background: #2a2829;
}
#colour-swatches-slider-1 .slick-dots li button{
	display: none;
}
#colour-swatches-slider-1 .slick-arrow{
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #2a2829;
	top: 42%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
#colour-swatches-slider-1 .slick-arrow.prev{
	left: -30px;
}
#colour-swatches-slider-1 .slick-arrow.next{
	right: -30px;
}
#colour-swatches-slider-1 .slick-arrow span{
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.product.attribute.overview .value{
	max-height: 200px;
}
.colour-swatches ul li:nth-child(5n + 1) a .label{
	left: 0!important;
	right: auto!important;
	width: 100px!important;
}
.colour-swatches ul li:nth-child(5n + 5) a .label{
	left: auto!important;
	right: 0!important;
	width: 100px!important;
}

@media screen and (max-width: 991px){
	.product-media-mobile{
		display: block;
	}
	.product-media-laptop{
		display: none;
	}
	.product-adc-cont.container,
	#prod-description{
		padding: 20px!important;
	}
	.MagicToolboxContainer{
		width: 60%;
		margin: 0 auto;
	}
	.product.attribute.overview .value{
		max-height: 100%;
	}
	#colour-swatches-slider-1{
		max-width: 330px;
		margin-left: 0;
	}
}
