/*********************************************************** SMALL SCREEN */
	

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	
}

/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1180px) {
	
}


/*********************************************************** PRODUCT DETAILS IMAGE */
#slider-custom-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 0px); /* SLIDER WIDTH */
	height: calc(100%);
	
	margin: 0px auto;
	background: transparent;
	display: block;
}

#slider-custom-image-container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100%); /* SLIDER HEIGHT */
	
	margin: 0px;
	background: transparent;
	display: block;
}

#slider-custom-nav-container {
	position: absolute;
	bottom: 25px;
	left: 0px;
	width: 100%;
	height: 5px;
	
	background: transparent;
	margin: 0px;
}
















