.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;
	background: #eee;
	border: 5px solid #eee;
	border-radius: 3px;
	position: relative;
	margin: 0 25px 15px 0;
	float: left;
	/**************
	  Set max-width to your thumbnail width
	***************/
	//
	max-width: 300px;
	width:100%;
}

/* Thumbnails */

.sp-thumbs {
	text-align: left;
	display: inline-block;
}
.sp-thumbs img {
	height: 50px;
	min-width: 12%;
	max-width: 16.66666666666666%;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	/* width: 33.3333333%; */
	/* 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;
}
.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;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width: 100%;
	border-bottom: 5px solid #eee;
}
.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: 768px){
	.hidden768{
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev, #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}
/*box-right*/
.product-detail{
	text-shadow: 1px 1px 0px #fff;
}
.product-detail .product-title > h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    text-align: justify;
    display: block;
    overflow: hidden;
    word-break: break-all;
    line-height: 35px;
}
.product-detail .product-title > h2 {
    margin-top: 10px;
}
.product-title .price-box .price{
	margin-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #ec552c;
}
.tags {
    background: #fa931d;
    padding: 2px 3px;
    color: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
	text-shadow: none;
}
.colorred {
    color: #cb3747;
}
div.section > div > input {
    margin: 0;
    max-width: 18%;
    text-align: center;
    font-size: 14px;
    width: 33px;
    height: 28px;
    border: initial;
    border-radius: inherit;
    color: #333;
    background: #fff;
    float: left;
}
.btn-plus {
    cursor: pointer;
    border-radius: 2px;
    border-left: 0;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-weight: inherit;
    background-color: #333;
    color: white;
    text-align: center;
    border: initial;
    border-radius: inherit;
    float: left;
    font-size: 14px;
    text-shadow: none;
}
.btn-minus {
    cursor: pointer;
    font-size: 14px;
    border-right: 0;
    height: 28px;
    line-height: 28px;
    width: 28px;
    font-weight: inherit;
    text-align: center;
    border: initial;
    border-radius: inherit;
    color: #333;
    background-color: #eee;
    float: left;
    text-shadow: none;
}
.main_layout {
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    padding: 10px;
    background: #ffffff94;
    float: left;
    width: 100%;
}

.section-title {
    line-height: normal;
    margin-bottom: 30px;
    overflow: hidden;
}
.section-title h4,.section-title h2 {
	display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: inherit;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
.section-title h4::before, .section-title h4::after,.section-title h2::before, .section-title h2::after  {
    border-top: 2px double #666;
    content: "";
    position: absolute;
    top: 9px;
    width: 1000px;
}
.section-title h4:before,.section-title h2:before {
    right: 100%;
    margin-right: 15px;
    margin-top: 8px;
}
.section-title h4:after,.section-title h2:after {
    left: 100%;
    margin-left: 15px;
	margin-top: 8px;
}
.evaluation{
	/* background: inherit; */
	color: #fa931d;
	text-shadow: none;
	/* padding: 3px 5px; */
	font-size: 14px;
	cursor: pointer;
}

.FFFFFF{
	background: #FFFFFF;
}
@media screen and (max-width:768px) {
	.main_layout{
		padding: 0px;
	}
}