/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
	font-family: 'Trebuchet MS', sans-serif;
	font-size:100%;
	background:#574A38;
	padding:1em 0;
}
body a:hover{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- Header Part Starts Here --*/
.header{
    	background:#FFE8CA;
	min-height:70px;
	padding:1em 1em;
	box-shadow: -5px 4px 50px -21px #000;
	margin-bottom:1em;
}
#main-logo{
	width:25%;
	margin: 0 0 0 2em;
}
.logo{
	width:30%;
	float:left;
	border-right:0px solid;
	padding:0.5em;
}
.logo a h1{
	font-weight:700;
	font-size:1.5em;
	color:#574A38;
	margin:0;
}
.logo a{
	text-decoration:none;
}
.navigation{
	float:right;
	padding:0.5em 1em;
}
ul.navig{
	padding:0;
}
ul.navig li{
	display:inline-block;
	margin:0 10px;
}
ul.navig li a{
	font-size:0.875em;
	text-decoration:none;
	text-transform:uppercase;
	color:#777;
	font-weight:700;
	padding-bottom:0.5em;
}
ul.navig li a:hover{
	color:#000;
	border-bottom:3px solid #000;
}
ul.navig li a.active{
	color:#000;
	border-bottom:3px solid #000;
}
.text{
	padding:0 10px;
	border-left:1px solid;
	width:15%;
	float:left;
	padding:0.5em;
}
.text input[type="text"]{
	border:0;
	background:none;
	outline:none;
}


/*-- Header Part Ends Here --*/
/*-- Banner Part Starts Here --*/
.banner{
	background:url(/images/site/banner.jpg)no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:486px;
	box-shadow: -5px 4px 50px -21px #000;
	text-align:left;
	padding:2em;
	margin-bottom:1.5em;
}
.banner h2{
	font-size:2em;
	color:#fff;
	font-weight:700;
	margin:1em 0 1em 1em;
	text-shadow: 3px 3px 6px #000000;
}
.banner p{
	font-size: 0.875em;
	width: 47%;
	line-height: 1.8em;
	color: #000;
	font-weight: 400;
	margin-bottom:3em;
}
.banner a{
	font-size:0.875em;
	background:#ff0808;
	padding:15px 25px;
	margin: 2em;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	border-radius:5px;
	font-weight:700;
}
.banner a:hover{
	background:#35D400;
	color:#fff;
}

.banner-facebook{
	margin:-1.5em 0 0 0;
	float:right;
}

.banner-facebook a{
	font-size:0.875em;
	background:#3b5998;
	padding:15px 25px;
	margin: 2em;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	border-radius:5px;
	font-weight:700;
}
.banner-facebook a:hover{
	background:#5C8FFA;
	color:#fff;
}


/*-- Banner Part Ends Here --*/

.promo{
	background-color: #35D400;
	text-align: center;
	margin: 0 0 1.5em 0 ;
	padding: 0.5em;
}

.promo h1{
	font-size: 1.8em;
	font-weight: bold;
	color:#fff;
	margin:0;
	padding:0;
}

.promo-row{
	padding: 0.5em;
}

.mid-ad{
	margin-top:1em;
	margin-bottom:-1em;
}

/*-- general content starts --*/

.general{
	width:100%;
	padding:1.5em;
	min-height:600px;
	background:#f5f5f5;
	box-shadow: -5px 4px 50px -21px #000;
}
/*-- general content ends --*/

/*-- faq content starts --*/

.faq{
	margin:2em 0 2em 0;
}

.faq p{
	margin:0 0 2em 0;
}
.faq a{
	text-decoration:underline;
}
/*-- faq content ends --*/

/*-- testimonials content starts --*/
.testimonials p{
	margin:0 0 2em 0;
	font-style: italic;
}
.testimonials span{
	font-style:normal;
	font-weight:bold;
}
.testimonials a{
	text-decoration:underline;
}
/*-- testimonials content ends --*/

/*-- sales Part Starts Here --*/
.sales-row{
	text-align: center;
}

.sales-x1-column, .sales-x2-column, .sales-x3-column, .sales-x4-column{
	width:22%;
	float:left;
	min-height:330px;
	min-width: 200px;
	background:#f5f5f5;
	box-shadow: -5px 4px 50px -21px #000;
}

.sales-x1-column{
	margin: 0 2% 0 0
}
.sales-x2-column, .sales-x3-column{
	margin: 0 2% 0 2%
}
.sales-x4-column{
	margin: 0 0 0 2%
}

.sales-x1-column img, .sales-x2-column img, .sales-x3-column img, .sales-x4-column img{
	width:100%;
}

.sales-left-column{
	width:34%;
	float:left;
	min-height:430px;
	background:#f5f5f5;
	margin-right:3%;
	box-shadow: -5px 4px 50px -21px #000;
}
.sales-right-column{
	width:63%;
	float:right;
	min-height:430px;
	background:#ffb64d;
	box-shadow: -5px 4px 50px -21px #000;
}
.sales-left-column img{
	width:100%;
}
.img-desc{
	padding:1em;
}
.img-desc h3{
	font-size: 1.5em;
	color:#000;
	font-weight:700;
	margin:0 0 0.2em 0;
}
.img-desc small{
	font-size:0.75em;
	color:#777;
	font-weight:400;
}
.img-desc p{
	font-size:0.875em;
	color:#000;
	font-weight:700;
	margin:0.5em 0;
}
.img-desc p a{
	color:#7db9d1;
	text-decoration:none;
}
.cart p{
	font-size:1.7em;
	color:#000;
	font-weight:700;
	float:left;
}
.cart a{
	color:#fff;
	font-size:0.875em;
	background:#ffb64d;
	padding:10px 20px;
	text-decoration:none;
	text-transform: uppercase;
	float:right;
	margin-top:12px;
	border-radius:5px;
}
.cart a:hover{
	background:#35D400;
}


/*-- sales Part Starts Here --*/
.about-row{
	text-align: center;
	margin:2em 0 0 0;
}

.about-row h3{
	font-size: 1.5em;
	font-weight: bold;
	margin:0 0 0.5em 0;
}
.about-row h4{
	font-size: 1.3em;
	font-weight: bold;
	margin:1.5em 0;
}
.about-x1-column, .about-x2-column, .about-x3-column{
	width:358px;
	padding:1em;
	float:left;
	min-height: 430px;
	background:#f5f5f5;
	box-shadow: -5px 4px 50px -21px #000;
}

.about-x1-column{
	margin: 0 1em 0 0;
}
.about-x2-column{
	margin: 0 1em 0 1em;
}
.about-x3-column{
	margin: 0 0 0 1em;
}
.about-x3-column p{
	font-size: 0.95em;
}
.about-x2-column ol{
	text-align: left;
}

/*-- Shopping Part Starts here --*/
.shopping{
	margin-top:2em;
}
.shopping li{
	font-size: 1em;
}
.shopping hr{
  	border: 0;
  	border-top: 1px solid #ccc;
  	border-bottom: 1px solid #fff;
}
.shopping img{
	width:100%;
	margin:1em 0;
}

.shopping-col-left{
	width:63%;
	float:left;
	min-height:720px;
	margin-right:3%;
	background:#f5f5f5;
	box-shadow: -5px 4px 50px -21px #000;
	padding:1em 1em 0 1em;
}
.shopping-col-right{
	padding:1em;
	width:34%;
	float:right;
	min-height:720px;
	background:#f5f5f5;
	box-shadow: -5px 4px 50px -21px #000;
}
/*.shopping-col-left h3{*/
.shopping h3{
	font-size:1.5em;
	color:#000;
	font-weight:700;
	margin:0 0 1em 0;
	text-align:left;
}
.product{
	margin:1em 0;
	padding:1em 0;
	border-top:1px solid rgba(85, 85, 85, 0.24);
}
.producty{
	margin:1em 0;
	padding:1em 0;
}
.product.1_pr{
	border-top:0px solid;
}
.product span, .producty span{
	width:100px;
	height:60px;
	display: inline-block;
	float:left;
	margin-right:3%;
}
.product p, .producty p{
	font-size:1em;
	color:#000;
	font-weight:700;
	float:left;
	margin-top:1.2em;
	width:60%;
	display: inline-block;
}
.product p a, .producty p a{
	font-size:0.7em;
	font-weight:400;
	color:#6ea9c1;
	text-decoration:none;
	margin-right:3%;
	display: inline-block;
}
.product div, .producty div{
	float:left;
}
.product div i, .producty div i{
	font-size: 0.8em;
	display: inline-block;
	display: inline-block;
	font-style:normal;
}
.product div h4, .producty div h4{
	font-size:1.4em;
	font-weight: 700;
	margin-top:0.5em;
	color:#444;
}
.product div h4 i, .producty div h4 i{
	font-size:0.6em;
	padding:10px 15px;
	border:1px solid #f5f5f5;
	background:#fff;
	font-size: 0.6em;
	padding: 10px 15px;
	margin-right:1.2em;
	vertical-align: middle;
}
.total{
	margin:2em 0 0 ;
}
.total h4{
	font-size:1.5em;
	font-weight:700;
	float:left;
}
.total a{
	float:right;
	font-size:0.8em;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	background:#ef9813;
	padding:10px 20px;
	text-decoration:none;
	border-radius:5px;
}
.total a:hover{
	background:#71adc5;
}
/*-- Shopping Part Ends here --*/

/* order starts */
.vertical {
	width:100%;
    overflow: hidden;
}
.vertical ul {
    list-style: outside none none;
    margin-left: -2em;
}
.vertical li {
    float: left;
    width: 26%;
   margin: 10px;
}
.vertical input {
    width: 30%;
}
/* order ends */

/* misc */
.leaderboard{
	max-width:1200px;
	text-align:center;
	margin:-1em 0 1em 0;
}
.bottomboard{
	max-width:1200px;
	text-align:center;
	margin:1em 0 -1em 0;
}
.required{
	font-size:0.9em;
	color:#ff6666;
}

.smalltext{
	font-size:0.9em;
}
.print-only{
	display:none;
}
.small-grey{
	margin:0.25em 0 0 0;
	color:#999;
	font-size:0.7em;
}
/* misc ends */


/*-- Footer Part Starts here ---*/
.footer{
	background-color: #9C8B73;
	padding:1em 2em;
	margin:2em 0 1em 0;
	text-align: center;
}
.footer hr{
	text-align: center;
	margin: 1em 0 1.5em 0;
	width: 90%;
  	border: 0;
  	border-top: 0px solid #8A765A;
  	border-bottom: 1px solid #8A765A;
}
.copyright{
	margin:0 0 12em 0;
	text-align:center;
	font-size:0.75em;
	color: #9C8B73;
}
.copyright a{
	color:#9C8B73;
}
.copyright a:hover{
	color:#CCA062;
}
ul.social{
	float:right;
	padding:0;
}
ul.social li{
	display: inline-block;
}
ul.social li i{
	width:25px;
	height:25px;
	background:url(/images/site/social-icons.png)no-repeat;
	display: inline-block;
	cursor: pointer;
}
ul.social li i.fa{
	background-position:-2px 0px;
}
ul.social li i.fb{
	background-position:-33px 0px;
}
ul.social li i.fc{
	background-position:-66px 0px;
}
ul.social li i.fd{
	background-position:-100px 0px;
}
ul.social li i.fa:hover{
	background-position:-2px -23px;
}
ul.social li i.fb:hover{
	background-position:-33px -23px;
}
ul.social li i.fc:hover{
	background-position:-66px -23px;
}
ul.social li i.fd:hover{
	background-position:-100px -23px;
}

.f_navigation{
	text-align: center;
	padding:0.5em 2em;
}
ul.f_navig{
	padding:0;
}
ul.f_navig li{
	display:inline-block;
	margin:0 10px;
	font-size:0.875em;
}
ul.f_navig li a{
	text-decoration:none;
	color:#574A38;
	font-weight:700;
	padding-bottom:0.25em;
}
ul.f_navig li a:hover{
	color:#3D311F;
	border-bottom:2px solid #3D311F;
}


/*-- Footer Part Ends here ---*/

/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 30px;
	height: 48px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:0em;
}
.nbs-flexisel-nav-left {
	left: -16px;
	background: url(../images/arw.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right: -16px;
	background: url(../images/arw.png) no-repeat -30px ;
}
.fact-row{
	width:243px;
	float:left;
}

.contact-boxy{
	margin:2em 0;
}
.text1 p{
	font-size:1em;
	color:#000;
	margin: 1em 0 0 0;
	text-transform:uppercase;
}
.text1 input[type="text"]{
	padding:8px;
	width:100%;
	outline:none;
	-webkit-appearance: none;
	border:1px solid #ffb64d;
}
.text1 textarea{
	width: 100%;
	height:200px;
	resize:none;
	border:1px solid #ffb64d;
	outline:none;
	-webkit-appearance: none;
}
.text1 select, .text1 option{
	padding:8px;
	border:1px solid #ffb64d;
	width:100%;
	outline:none;
}
.text2 input[type="text"]{
	padding:8px;
	width:100%;
	outline:none;
	-webkit-appearance: none;
	border:1px solid #999;
}

.text-b{
	margin:1em 0;
	text-align:right;
}
.text-b input[type="submit"]{
	margin:1.5em 0 0 0;
	color:#fff;
	background:#ffb64d;
	padding:10px 30px;
	font-size:1em;
	border-radius: 5px;
	text-transform: uppercase;
	outline:none;
	-webkit-appearance: none;
	cursor: pointer;
	border:0;
}
.text-b input[type="submit"]:hover{
	background:#35D400;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.text-c input[type="submit"]{
	width:100%;
	margin:1.5em 0 0 0;
	color:#fff;
	background:#ffb64d;
	padding:10px 30px;
	font-size:1em;
	border-radius: 5px;
	text-transform: uppercase;
	outline:none;
	-webkit-appearance: none;
	cursor: pointer;
	border:0;
}
.text-c input[type="submit"]:hover{
	background:#E88D09;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.text-pp input[type="submit"]{
	width:100%;
	margin:0;
	color:#fff;
	background:#005EA6;
	padding:10px 30px;
	font-size:1em;
	border-radius: 5px;
	text-transform: uppercase;
	outline:none;
	-webkit-appearance: none;
	cursor: pointer;
	border:0;
}
.text-pp input[type="submit"]:hover{
	background:#094675;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.text-cash input[type="submit"]{
	width:100%;
	margin:0;
	color:#fff;
	background:#35D400;
	padding:10px 30px;
	font-size:1em;
	border-radius: 5px;
	text-transform: uppercase;
	outline:none;
	-webkit-appearance: none;
	cursor: pointer;
	border:0;
}
.text-cash input[type="submit"]:hover{
	background:#2BAD00;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.text-print input[type="submit"]{
	width:100%;
	margin:0 0 0.5em 0;
	color:#fff;
	background:#333;
	padding:10px 30px;
	font-size:1em;
	border-radius: 5px;
	text-transform: uppercase;
	outline:none;
	-webkit-appearance: none;
	cursor: pointer;
	border:0;
}
.text-print input[type="submit"]:hover{
	background:#000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.processing{
	width:100%;
	margin:1.5em 0 0 0;
	color:#fff;
	background:#999;
	padding:10px 30px;
	font-size:1em;
	border-radius: 5px;
	text-transform: uppercase;
	outline:none;
	-webkit-appearance: none;
	border:0;
}
.accepted{
	width:100%;
	margin:1.5em 0 0 0;
	color:#fff;
	background:#35D400;
	padding:10px 30px;
	font-size:1em;
	border-radius: 5px;
	text-transform: uppercase;
	outline:none;
	-webkit-appearance: none;
	border:0;
}
.address-box{
	width:50%;
	float:left;
}
.address-box h3{
	font-size:1.4em;
	color:#000;
	font-weight:700;
	margin:0 0 1em;
	text-transform:uppercase;
}
.address-box p{
	font-size:1em;
	font-weight:400;
	line-height:1.8em;
}
.address-box p a{
	color:#ffb64d;
	text-decoration:none;
}
.address-box p a:hover{
	color:#673637;
}
p.register-user{
	padding:3em 0 0;
	text-align:center;
}
p.register-user a{
	color:#fff;
	background:#ffb64d;
	padding:20px 30px;
	font-size:1em;
	text-transform: uppercase;
	text-decoration:none;
}
p.register-user a:hover{
	background:#673637;
	color:#fff;
}
/*-- Register ---*/
.register{
	padding: 2em 2em;
	background: #fff;
}
.register-top-grid h3, .register-bottom-grid h3 {
	color:#FF5B36;
	font-size: 1em;
	padding-bottom: 5px;
	margin: 0;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#555;
	font-size: 0.8125em;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="password"]{
	border: 1px solid #EEE;
	outline-color:#FF5B36;
	width: 96%;
	font-size: 1em;
	padding: 0.5em;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	float: left;
	position: relative;
	font-size: 0.85em;
	color:#555;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #D2CF99;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-but{
	margin-top:1em;
}
.register-but form input[type="submit"] {
	background:#fb4d01;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.8em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}
.register-but input[type="submit"]:hover {
	background:#26d2fc;
}
div.register-bottom-grid {
	margin-top:3em;
}
/*-- Register ---*/
/*-- Single Page Starts Here --*/
.details-left-slider {
	float: left;
	width: 38%;
	margin-right:5%;
}
.details-left{
	margin:2em 0;
}
.details-left-slider{
	float:left;
	width: 38%;
}
.details-left-info{
	float: left;
	width: 56%;
}
.details-right-head h1{
	color: #08080B;
	font-weight: 700;
	font-size: 1.2em;
	padding: 0.2em 0;
	text-transform: uppercase;
}
.pro-rate li{
	display:inline-block;
}
.product-rate label{
	width: 132px;
	height: 24px;
	display: inline-block;
	background: url(../images/stars.png) no-repeat;
	vertical-align: middle;
	margin-right:5px;
}
.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 li a span{
	width:32px;
	height:32px;
	display:inline-block;
}
.color1 span{
	background:#D2D6D5;
}
.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;
}
.prosuct-qty select{
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #eee;
	padding: 0.5em;
	font-size: 1em;
	outline:none;
}
.prosuct-qty option{
	border:1px solid #EEE;
	font-family: 'Open Sans', sans-serif;
}
.prosuct-qty{
	margin-bottom:1.5em;
	padding:0;
}
.product-colors{
	padding:0.5em 0;
}
.product-more-details input[type="button"]{
	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;
}
.product-more-details input[type="button"]:hover{
	background: #1C1C20;
	border-bottom: 4px solid #333;
}
.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;
	padding: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;
}
ul.price-avl {
	padding: 0;
}
ul.price-avl li{
	display: block;
}
ul.product-share ul, ul.pro-rate{
	padding: 0;
}
.details-right-head h3 {
	font-size: 1em;
	margin: 0;
	color: #000;
}
.brand-row{}
.brand-logo-grid{
	width:31%;
	float:left;
	margin:0 2% 2% 0;
	min-height: 200px;
	background:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	border:1px solid #E9E9E9;
	padding:5px;
	position:relative;
}
.brand-logo-grid:hover{
	box-shadow: 0px 1px 11px #DBDBDB;
	z-index: 1;
}
.brand-logo-grid img{
	width:100%;
}
.brandy-content{
	background:#ffffff;
}
.brand-logo-grid:hover div.prod{
	display: block;
}
.prod{
	position:absolute;
	top:40%;
	left:28%;
	width:40%;
	text-align:center;
	display: none;
	background: rgba(234, 228, 228, 0.48);
	padding: 1em 0.2em;
	border-radius: 5px;
	cursor: pointer;
}
.prod a{
	font-size: 0.8em;
	color: #D83333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.confirm-div{
	text-align:center;
	margin:1em 2em;
}

.confirm-label{
	color:#999;
	font-size: 1.1em;
	font-weight: bold;
}

.confirm-item{
	font-size: 1.3em;
	font-weight: bold;
}

.confirm-order{
	margin:1em;
	padding:1em 2em 1em 2em;
	background: #fff;
	border: 1px solid #ddd;
	border-radius:5px;
}

#cc-form{
	margin:0.5em 1em;
	padding:0 2em 1em 2em;
	background: #fcf5ed;
	border: 1px solid #ddd;
	border-radius:5px;
}
#cc-form label{
	margin:1em 0 0 0;
}

#cash-form{
	margin:0.5em 1em;
	padding:1em 2em 1em 2em;
	background: #D9F2D0;
	border: 1px solid #9FC791;
	border-radius:5px;
}
#cash-form h3{
	text-align:center;
}
.other-payments, #responses{
	margin:0.5em 1em;
	padding:0 2em 1em 2em;
}
#responses p{
	font-size:1.1em;
	font-weight:bold;
}
.error-message{
	text-align:center;
	margin:1em 0.5em 0 0.5em;;
	padding:0.5em 2em 0.5em 2em;
	background: #F2DEDE;
	border: 1px solid #F7A6A6;
	border-radius:5px;
	color:#F20000;
}
.mailto{
	font-size:1.1em;
	font-weight:bold;
}

/*-- Media Queries Starts Here --*/
@media(max-width:1200px){
	.about-row{
		margin: 1em 0 0 0;
	}
	.about-x1-column, .about-x2-column, .about-x3-column{
		width:100%;
		margin:1em 0 1em 0;
		min-height: 0px;
		padding: 1em 2em 2em 2em;
	}
	.text-b input[type="submit"], .text1 select{
		width:100%;
	}
}
@media(max-width:1024px){
	body{
		padding:1em 0;
	}
    #main-logo{
		width:33%;
    }
	.logo {
		padding: 0.5em 0;
	}
	.producty span img {
		width: 100%;
	}
	.product p, .producty p {
		width: 52%;
	}
	p.copyright {
		width: 64%;
	}
	.fact-col img {
		width: 100%;
	}
	.fact-col{
		width:178px;
		height:300px;
	}
	.details-left-info {
		float: left;
		width: 45%;
	}
	.details-left-slider {
		float: left;
		width: 50%;
	}

	.sales-x1-column, .sales-x3-column{
		margin: 0 2% 0 0;
	}
	.sales-x2-column, .sales-x4-column{
		margin: 0 0 0 2%;
	}
	.sales-x1-column, .sales-x2-column, .sales-x3-column, .sales-x4-column{
		width:48%;
		margin-bottom:4%;
	}
	.confirm-div, .confirm-order, #cc-form, #cash-form, .other-payments, #responses, .error-message{
		margin-left:0;
		margin-right:0;
	}
}
@media(max-width:768px){
    #main-logo{
		width:50%;
    }
	.search-bar {
		display: none;
	}
	span.menu{
		width:32px;
		height:32px;
		background:url(/images/site/nav.png)no-repeat;
		display: inline-block;
		cursor: pointer;
		float:right;
		margin-top:0.4em;
	}
	.cleary{
		clear:both;
	}
	.navigation{
		display: none;
		width:100%;
		text-align:center;
		padding:0;
	}
	ul.navig li{
		display:block;
		margin:10px 0;
	}
	.logo {
		width: 30%;
	}
	ul.navig li a{
		display:block;
	}
	ul.navig li a:hover{
		border-bottom:0px solid;
	}
	.active{
		border-bottom:0px;
	}
	.banner p {
		font-size: 0.875em;
		width: 100%;
	}
	.banner {
		min-height: 420px;
	}
	.img-desc h3 {
		font-size: 1.1em;
	}
	.cart a {
		font-size: 1.2em;
		padding: 10px 13px;
		margin-top: 11px;
		float:left;
	}
	.sales-left-column {
	}
	.shopping-col-left {
		width: 100%;
		margin-bottom: 3%;
	}
	.shopping-col-right {
		width: 100%;
	}
	.brand-content-bar {
		width: 100%;
		margin-bottom: 2%;
	}
	.brand-side-bar {
		width: 100%;
	}
	.etalage_zoom_area div {
		width: 300px!important;
	}
}
@media(max-width:640px){
    #main-logo{
		width:66%;
		margin: 0 0 0 0.5em;
    }
	.banner a{
		margin: 2em 0 0 0;
	}    	
	.logo {
		width: 40%;
	}
	.banner img {
		width: 16%;
	}
	.banner h2 {
		font-size: 1.2em;
		margin: 1em 0 1em;
	}
	.banner p {
		font-size: 0.875em;
		width: 100%;
		height: 74px;
		overflow: hidden;
	}
	.banner {
		min-height: 312px;
	}
	.cart a {
		font-size: 1em;
	}
	.sales-wek-col p {
		font-size: 1.1em;
	}
	.sales-wek-col h4 {
		font-size: 0.7em;
	}
	.sales-right-column {
		min-height: 408px;
	}
	.sales-left-column {
		min-height: 408px;
	}
	.map iframe {
		width: 100%;
		height: 211px;
	}
	.shopping-col-right {
		min-height: 295px;
		margin-top:1.5em;
	}
	ul.social{
		width:100%;
		margin-top:1em;
		text-align:center;
	}
	p.copyright {
		width: 60%;
		text-align: right;
		float:right;
	}
	.details-left-slider {
		width: 100%;
	}
	.details-left-info {
		width: 100%;
	}
	.text-b input[type="submit"]{
		width:100%;
	}
}
@media(max-width:480px){
    #main-logo{
		width:75%;
		margin: -10px 0 -10px 0;
    }	
	.logo {
		width: 50%;
	}
	.logo a h1 {
		font-size: 1.3em;
	}
	html, body{
		padding:0.5em 0 1em;
	}
	.header{
		margin-bottom:1em;
	}
	.banner{
		text-align:center;
		padding:1em;
		margin-bottom:1em;
	}
	.banner h2 {
		font-size: 1em;
		margin: 1em 0 0.5em;
	}
	.banner p {
		font-size: 0.8em;
		width: 100%;
		height: 40px;
		overflow: hidden;
	}
	.banner a {
		font-size: 0.8em;
		padding: 10px 20px;
	}
	.banner {
		min-height: 216px;
	}
	.sales-left-column {
		width: 100%;
		margin-bottom: 3%;
	}
	.cart a {
		font-size: 1em;
		float: right;
	}
	.sales-right-column{
		width:100%;
	}
	.product span, .producty span {
		width: 60px;
		height: 40px;
	}
	.product p, .producty p {
		font-size: 0.8em;
		margin-top: 0;
		width:80%;
	}
	.product span img, .producty span img{
		width:100%;
	}
	.shopping-col-left {
		padding-bottom: 3%;
	}
	.logo {
		width: 47%;
	}
	p.copyright {
		width: 52%;
	}
	.brand-logo-grid {
		width: 47%;
	}
	.maps iframe {
		height: 180px;
	}
	.text1 textarea {
		height: 130px;
	}
	.address-box h3 {
		font-size: 1.1em;
	}
	.address-box {
		width: 100%;
		margin-bottom: 3%;
	}
	.register-top-grid div, .register-bottom-grid div {
		width: 100%;
	}

	.sales-x1-column, .sales-x2-column, .sales-x3-column, .sales-x4-column{
		width:100%;
		margin:4% 0 4% 0;
	}
	ul.f_navig li{
		display:block;
		margin:0 10px;
		font-size:1.2em;
	}
	.banner-facebook{
		display: none;
	}
	.text-c, .text-cash, .text-pp, .text-print{
		font-size:0.9em;
	}
	span.menu {
		background-size: 100%;
		margin-top: 0.2em;
	}
	.small-screen{
		display:block;
	}
	.promo{
		margin-bottom:0.5em;
	}
	.promo h1{
		font-size:1.4em;
	}
}
@media(max-width:320px){
    #main-logo{
		width:90%;
    }	
	.logo {
		width: 72%;
	}
	.logo a h1 {
		font-size: 0.8em;
	}
	h3.page-hed {
		font-size: 1em;
	}
	.text1 p {
		font-size: 0.75em;
	}
	span.menu {
		width: 24px;
		height: 24px;
		background-size: 100%;
		margin-top: 4px;
	}
	.banner img {
		width: 26%;
	}
	.banner a {
		font-size: 0.7em;
		padding: 9px 15px;
	}
	.cart a {
		font-size: 0.6em;
		float: right;
		margin-top: 16px;
	}
	.sales-left-column {
		min-height: 359px;
	}
	.shopping-col-left {
		padding: 2em 0.5em 0;
	}
	.product p, .producty p {
		width: 73%;
	}
	.total h4 {
		font-size: 1em;
	}
	.total a {
		font-size: 0.6em;
		margin-top: -10px;
	}
	p.copyright {
		width: 100%;
		text-align: left;
	}
	ul.social {
		text-align: left;
	}
	.prod {
		position: absolute;
		top: 30%;
		left: 22%;
		width: 61%;
	}
	.prod a {
		font-size: 0.6em;
	}
	.brand-logo-grid {
		min-height: 100px;
	}
	.brand-content-bar {
		padding: 1em 0.5em;
	}
	.register {
		padding: 2em 0.5em;
	}
/*
	.text1 select, .text1 option{
		font-size:0.8em;
	}
*/
}
@media print{
    .no-print, .no-print *
    {
        display: none !important;
    }
    .confirm-order, #cash-form{
	border:none;
    }
    .print-small{
        font-size:0.9;
    }
   .print-only{
	display:block;
   }
}
/*-- Media Queries Ends Here --*/

