.title-size{
margin-top: 5px;
font-size: 30px;
font-weight: 400;
}
.winow-rt{
	margin-top:80px;
}
.blue-line{
    width: 80px;
    height: 5px;
    background: #6693ED;
}
.sp-thumbs{
		position: absolute;
   	 	right: -108%;
    	top: 0;

	}
.sp-loading {
	text-align: center;
	max-width: 270px;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888;
}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
	position: relative;
	margin: 0 25px 15px 0;
	/**************
	  Set max-width to your thumbnail width
	***************/
	
	max-width: 350px;
}

/* Thumbnails */

.sp-thumbs {
	text-align: left;
	display: inline-block;
	margin-top:10px;
}
.sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 50px;
	height: 50px;
	overflow: hidden;
	opacity: .3;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin-right:10px;
}
.sp-thumbs a:hover {
	opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	    min-height: 356px;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
}
.sp-large a {
	display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 10px;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 10px;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}


/* Tweak styles for small viewports */

@media screen and (max-width: 991px) {
    .window-text-center .sp-wrap{
        margin:auto;
    }
    .products-detail-enquiry{
        margin-top:0;
    }
	.sp-thumbs {
    position: initial;
margin-top: 10px !important;
text-align: center;
}
.sm-center{
	text-align:center;
}
.blue-line{
    margin: auto;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
   margin:5px;
}
.none{
	display:none !important;
}
.winow-rt{
	margin-top:0;
}
.sp-wrap {

   max-width:100%;
}
}
@media screen and (max-width: 768px) {
.title-size{
font-weight: 500;
}
	.winow-rt{   
		margin-top: 0;
		width: 100%;
		text-align: center;
	}
	.window-text-center{  
		text-align: center;
		width: 100%;
	}
	.sp-thumbs {
		position: initial;
	}
}
@media screen and (max-width: 480px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev, #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}
@media screen and (max-width: 320px) {
.title-size{
margin-top: -8px;
font-weight: 500;
}
}
@media screen and (min-width: 768px) {

	
	.windown-detail{
	margin-top:40px;
	
	}
	.windown-detail>div{
	padding:0;
	}
.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 60px;
    height: 60px;
	margin: 5px;
}

}

@media screen and (max-width: 640px) {
.color-item{float:none !important;margin-top:20px;}
}
.word-break{word-break:break-all;padding:0;}
.detail-title{display:inline-block;text-align:right;}
.enquiry-btn{background:#fd926d;padding:10px;color:#fff;}
.color-item{float:right;}
.color-item-one,.color-item-two,.color-item-three,.color-item-four,.color-item-five{width:30px;height:30px;margin-right:5px;display:inline-block;text-align:center;}
.color-item-one{background:#efebe2;color:#efebe2;}
.color-item-two{background:#c8c2c4;color:#c8c2c4;}
.color-item-three{background:#b29c87;color:#b29c87;}
.color-item-four{background:#958a86;color:#958a86;}
.color-item-five{background:#cbe1ef;color:#cbe1ef;}

