    <style>/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
	margin:0;
}
/*----start-wrap----*/
.wrap{
	width:1180px;
	margin:0 auto;
}
.top-header{
	background:#08080B;
}
.top-header-left{
	float:left;
	width:10%;
	padding: 0.25em 0 0 0;
}
.top-header-center{
	float: left;
	width: 80%;
	padding: 0.25em;
	padding: 0.4em;
}
.top-header-right{
	float: right;
	padding: 0.25em 0;
}

/*----start-content----*/
.content{
	padding-top:2.5em;
}
.content-left-price-selection h4{
	color: #08080B;
	font-size: 0.875em;
	padding: 1em 0;
	text-align: left;
}
.content-left{
	float: left;
	width: 13%;
}
.content-right{
	float: right;
	width: 87%;
}

.footer{
	background: #08080B;
	padding: 0.3em 0;
}
.footer-left{
	float:left;
}
.footer-left ul li{
	display:inline-block;
}
.footer-left ul li a{
	color: #FFF;
	font-size: 0.75em;
}
.footer-left ul li span {
	height: 13px;
	width: 1px;
	background: #FFF;
	display: inline-block;
	margin: 0 0.5em 0 0.6em;
	vertical-align: middle;
}
.footer-right{
	float:right;
}
.footer-right p{
	color:#FFF;
	font-size: 0.8em;
}
.footer-right p a{
	color:#FFF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.footer-right p a:hover{
	color:#E45D5D;
}
.product-details{
	padding-bottom:3em;
}
.details-page{
	padding:0;
}
.product-details  h1{
	color: #08080B;
	font-weight: 700;
	font-size: 1.2em;
	padding: 0.2em 0;
	text-transform: uppercase;
}
.product-head{
	padding: 0.5em 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
	
	background: url(../images/price-border.png) repeat-y 100% 0%;
}
.product-head li{
	display:inline-block;
}
.product-head li a
{
    cursor:pointer;
	color: #08080B;
	font-weight: 700;
	font-size: 0.875em;
	padding-bottom: 0.2em;
	display: inline-block;
	text-transform: uppercase;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.product-head li.active-page a{
	color:#E45D5D;
}
.details-left-slider{
	float:left;
	width: 62%;
	 height: 550px;
}
.details-left-info{
	float: right;
	width: 35%;
}
.pro-rate li{
	display:inline-block;
}
.product-rate label{
	width: 132px;
	height: 24px;
	display: inline-block;
	background: url(../images/image-sprit.png) no-repeat -30px -122px;
}
.pro-rate li a{
	color: #08080B;
	padding: 0.1em 0;
	font-size: 0.8em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.pro-rate li a:hover{
	color:#E45D5D;
}
.product-detail-info{
	color: #08080B;
	display: block;
	font-size: 0.8em;
	padding: 1em 0;
	line-height: 1.5em;
}
.price{
	float:left;
}
.price span{
	display: block;
	text-decoration: line-through;
	color: red;
	font-size: 1.2em;
	padding: 0.5em 0;
}
.price label{
	display: block;
	color: green;
	font-size: 1.2em;
	padding: 0 0 0.5em 0;
}
.stock{
	float:right;
}
.stock i{
	color: green;
	margin-top: 2em;
	display: block;
}
.product-colors td a span,.product-colors li a span{
	width:50px;
	height:50px;
	display:inline-block;
}
.color1 span{
	background:#000;
}
.color2 span{
	background:#008CB7;
}
.color3 span{
	background:#F3349E;
}
.color4 span{
	background:#93D52D;
}
.color5 span{
	background:#FD9812;
}
.color6 span{
	background:#000000;
}
.color7 span{
	background:#7800F0;
}
.color8 span{
	background:#F6EF04;
}
.product-colors h3,.prosuct-qty span{
	color: #08080B;
	font-weight: 700;
	font-size: 0.875em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
}

.product-colors li {
    display: inline-block;
    margin: 10px 10px 0 0;
    text-align: center;
}
.prosuct-qty input[type="text"],.prosuct-qty select{
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #eee;
	padding: 2px 15px;
	font-size: 1em;
	outline:none;
}
.prosuct-qty option{
	border:1px solid #EEE;
	font-family: 'Open Sans', sans-serif;
}
.prosuct-qty{
    float: left;
    margin: 5px 15px 5px 0;
}
.product-colors{
	padding:0.5em 0;
}

a.diffrent{
	background: #E45D5D;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	border-radius: 5px;
	border-bottom: 4px solid #B93838;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border-right: none;
	border-left: none;
	border-top: none;
}
a.diffrent:hover{
	background: #1C1C20;
	border-bottom: 4px solid #333;
}

 .download a{
	background: #5cb85c;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	border-radius: 5px;
	border-bottom: 4px solid #398439;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border-right: none;
	border-left: none;
	border-top: none;
}
.download  a:hover{
	background: #398439;
	border-bottom: 4px solid #398439;
}

 a.success{
	background: #5cb85c;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	border-radius: 5px;
	border-bottom: 4px solid #398439;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border-right: none;
	border-left: none;
	border-top: none;
}
a.success:hover{
	background: #398439;
	border-bottom: 4px solid #398439;
}
 a.default{
	background: #F7F7F9;
	color: #222;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	border-radius: 5px;
	border-bottom: 4px solid #adadad;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border-right: none;
	border-left: none;
	border-top: none;
}
a.default:hover{
	background: #dedede;
	border-bottom: 4px solid #a8a8a8;
}
a.info{
	background: #5bc0de;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	border-radius: 5px;
	border-bottom: 4px solid #46b8da;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border-right: none;
	border-left: none;
	border-top: none;
}
a.info:hover{
	background: #31b0d5;
	border-bottom: 4px solid #269abc;
}

a.primary{
	background: #428bca;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	border-radius: 5px;
	border-bottom: 4px solid #357ebd;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	border-right: none;
	border-left: none;
	border-top: none;
}
a.primaryhover{
	background: #3071a9;
	border-bottom: 4px solid #285e8e;
}



.product-share li{
	display:inline-block;
}
.product-share li a span{
	width:27px;
	height:27px;
	display:inline-block;
}
.share-face span{
	background:url(../images/social-share.png) no-repeat 0px 0px; 
}
.share-twitter span{
	background: url(../images/social-share.png) no-repeat -37px 0px;
}
.share-google span{
	background: url(../images/social-share.png) no-repeat -37px -37px;
}
.share-rss span{
	background: url(../images/social-share.png) no-repeat 0px -37px;
}
.product-share{
	margin:1em 0;
}
.product-share h3{
	color: #08080B;
	font-weight: 700;
	font-size: 0.875em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
}
.product-share li a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.mid-grid-left > img {
    margin: 1em 0;
}

.imagebox {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

 .imagebox * {
    display: inline-block;
           height: 100%;
        max-height: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
}

.imagebox b{    display: inline-block;
    height: 100%;
    vertical-align: middle;}
.imagebox img {
    max-height: 100%;
    max-width: 100%;
    height: auto !important;
}
#overlay {
    background: #fff;
    display: none;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 11000;
}
#loaderimg{position:absolute;}

.colorname {
    clear: both;
    color: #000;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

hr {
    background: none repeat scroll 0 0 #b58d2d;
    color: #b58d2d;
    height: 5px;
    margin: 30px 0;
}

.Download-bar,.wrap > .product-details{display: none;}
.product-head[enable="no"] li a {color: #777;cursor:pointer;}
#updateColors .details-left-slider img, #updateColors .details-left-slider canvas{height: auto;max-width: 100%;}
.product-colors li a span.clsbtn{background: url("../images/Remove-icon.png") no-repeat scroll 0 0 / cover transparent;display: none;height: 20px;position: absolute;right: -10px;top: -10px;width: 20px;z-index: 221;}
.product-colors li:hover a span.clsbtn{display: block;}
.product-colors li.SelectedColorList, .product-colors li.UsedColorList{position: relative;}
#ImageOptions table th {line-height: 40px;text-align: right;padding-right:15px;}
input[type="text"],select{border: 1px solid #eee;font-family: 'Open Sans',sans-serif;font-size: 1em;outline: medium none;padding: 2px 15px;width:250px;}
select {width: 282px;}
input[type="text"]:focus,select:focus{border-color:#357ebd;box-shadow:0 0 3px 0 #68b1f0;}


.product-colors.small td a span ,.product-colors.small li a span {
    height: 25px;
    margin: 2px 2px 0 0;
    width: 25px;
}
.product-colors.small table{width:100%;}
.product-colors.small li {
    display: inline;
    margin: 0;
}
.product-colors.small.flosscolorlist {
    background: none repeat scroll 0 0 #efefef;
    border: 2px solid #e5e5e5;
    padding: 10px;
    text-align: left;
    margin-bottom:10px;
}

#flosscolorlist .clr {
    border-bottom: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    padding: 0 2px 2px;
    width: 30px;
}

#flosscolorlist .txt {
    border-right: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding-left: 5px;
}

#flosscolorlist .txt a.color1 {
    color: #222;
    font-size: 13px;
}

.resulttable {
    width: 100%;
}
.resulttable td {
    border: 1px solid #eee;
    padding: 5px 10px;
    text-align: center;
}
.resulttable td.col-1 {
    border-right: 1px solid #fff;
    text-align: left;
}
.resulttable td.col-2 {
    border-left: 1px solid #fff;
    text-align: right;
}
.withBorder{border:1px solid #000;}