/* Shopping cart classes
----------------------------------------------------------------------------------------------------*/

/*minicart*/
table.mincart, td.mincart{
width:100%;
background:#fff;
font-size:13px;
}

.minicartcnt{
    text-align:center;
}

.emfsubtable, .emftbl{
background:#fff;
}

.emfhl{
background:#515151;
color:#fff;
}

/*Internal store naviagtion*/
a.ectlink:link {
	color: #7A9024;
	text-decoration: none;
}

a.ectlink:visited {
	color: #7A9024;
	text-decoration: none;
}

a.ectlink:active {
	color: #7A9024;
	text-decoration: none;
}

a.ectlink:hover {
	color: #666;
	text-decoration: none;
}

/*Button and form field styles*/
input.continueshopping,input.printversion,input.applycoupon,input.configbutton,input.reviewsubmit,input.efsend,input.efclose,input.cartaccountlogin,input.forgotpassword,input.newaccount,input.submit,input.cancel,input.createlist,input.trackinggo,input.logintoaccount,input.createaccount,input.gcsubmit,input.login, input.newaffiliate, input.affiliatelogin, input.search,input.buybutton, input.sccheckout, input.checkoutbutton, input.vieworderstatus, input.viewlicense, input.trackpackage, input.logout, input.editaffiliate,input.backacct,input.giftwrapsubmit,input.giftwrapcancel{
	background:#7A9024;
	color:#fff;
	padding:4px 12px;
	border:0;
	border-radius:4px;
  -webkit-appearance: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

input.continueshopping:hover,input.printversion:hover,input.applycoupon:hover,input.configbutton:hover,input.reviewsubmit:hover,input.efsend:hover,input.efclose:hover,input.cartaccountlogin:hover,input.newaccount:hover,input.forgotpassword:hover,input.submit:hover,input.cancel:hover,input.createlist:hover,input.trackinggo:hover,input.logintoaccount:hover,input.createaccount:hover,input.gcsubmit:hover,input.login:hover, input.newaffiliate:hover, input.affiliatelogin:hover, input.search:hover,input.buybutton:hover, input.sccheckout:hover, input.checkoutbutton:hover, input.vieworderstatus:hover, input.viewlicense:hover, input.trackpackage:hover,input.logout:hover, input.editaffiliate:hover,input.backacct:hover,input.giftwrapsubmit:hover,input.giftwrapcancel:hover{
	background:#ddd;
	color:#000;
	cursor:pointer;
  -webkit-appearance: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}


input.previmg, input.nextimg, input.detailprevimg, input.detailnextimg{
border-radius:4px;
border:1px solid #ccc;
background:#fff;
margin:4px;
font-size:11px;
cursor:pointer;
color:#006aba;
padding:4px;
}

input.previmg:hover, input.nextimg:hover, input.detailprevimg:hover, input.detailnextimg:hover{
color:#000;
border:1px solid #666;
}

/*Thanks page*/
.receiptbody{background-color:#fff;}
.receiptoption{background-color:#fefefe;}
.receipthr{height:0;border-width:1px 0 0 0;border-style:solid;border-color:#7A9024}
.receipthl{background-color:#eee;padding:8px;}
.receiptheading{background-color:#bbb;color:#fff;font-weight:bold;padding:8px}

/* Quick Buy settings 
-------------------------------------*/

div.detaillink{
  float:right;
  width:70px;
  text-align:left;
  padding:6px;
}

div.qbuybutton{
  float:left;
  width:100px !important;
  text-align:right;
}

input.qbuybutton{
  background:#f1f1f1;
  color:#E06A1E;
  border-radius:4px;
  text-shadow: none;
  padding:4px 12px;
  border:1px solid #ccc;
  font-size:13px;
  font-weight:normal !important;
  cursor:pointer;
  margin-top:6px;
  -webkit-appearance: none;
}

input.detaillink{
  background:#f1f1f1;
  color:#E06A1E;
  border-radius:4px;
  text-shadow: none;
  padding:4px 12px;
  border:1px solid #ccc;
  font-size:13px;
  font-weight:normal !important;
  cursor:pointer;
  -webkit-appearance: none;
}

input.detaillink:hover{
  background:#1874CD;
  color:#fff;
  -webkit-appearance: none;
}

input.qbuybutton:hover{
  background:#1874CD;
  color:#fff;
  -webkit-appearance: none;
}

div.qbuywrapper div.prodimage{
border:0px;
  width:200px;
  float:left;
}

div.qbuywrapper div.prodname{
float:right;
  width:60% !important;
  border-bottom:1px solid #ccc;
  text-align:left;
  margin-top:12px;
  margin-bottom:12px;
}

div.qbuywrapper div.prodrating{
float:right;
  width:60% !important;
    text-align:left;
    margin-bottom:6px;
}

div.qbuywrapper div.prodid{
float:right;
  width:60% !important;
    text-align:left;
    margin-bottom:6px;
}

div.qbuywrapper div.prodminquant{
float:right;
  width:60% !important;
    text-align:left;
    margin-bottom:6px;
}

div.qbuywrapper div.proddescription{
float:right;
  width:60% !important;
    text-align:left;
  padding:0px
  margin-bottom:6px;
}

div.qbuywrapper div.prodoptions{
float:right;
  width:60% !important;
    text-align:left;
      margin-bottom:6px;
}

div.qbuywrapper div.optiontext{
float:left;
  width:60% !important;
    text-align:left;
        margin:6px 0px;
}

div.qbuywrapper div.option{
float:left;
  width:70% !important;
    text-align:left;
}

div.qbuywrapper div.prodinstock{
float:right;
  width:60% !important;
    text-align:left;
  margin-left:0px !important;
      margin-bottom:6px;
}

div.qbuywrapper div.addtocart{
float:right;
  width:60% !important;
    text-align:right;
  margin-right:6px;
}

div.qbuywrapper div.detaillink{
float:right;
  width:60% !important;
    text-align:right;
  margin-right:6px;
}

div.qbuywrapper div.prodprice{
 float:right !important;
  width:60% !important;
  text-align:left;
      margin-bottom:6px;
}

div.qbuywrapper div.listprice{
 float:right !important;
  width:60% !important;
 text-align:left;
}

div.qbuywrapper div.prodcurrency{
 float:right !important;
  width:60% !important;
  text-align:left;
  margin-top:6px;
}


/* The category page 
-------------------------------------*/
div.category{
	width:43%;
	float:left;
	line-height:1.6;
  	font-size:0.9em;
    padding:10px;
	border:1px solid #ccc;
	margin:0px 0px 16px 16px;
	height:200px;
}

div.category:hover{border: 1px solid #7A9024;
}

div.catnavigation{
	padding:10px 0px 10px 12px;
	float:left;
	width:97%;
	font-size:1em;
	background-color:#f2f2f4;
	border-bottom: 1px solid #ccc;
	margin-bottom:2px;
}

.catnavwrapper{
	background:#fff !important;
	border: 1px solid #fff !important;
}

div.navdesc{
	display:none; /* Removes the text "View all products in all categories */
}

div.catimage{
	width:98%;
	float:left;
}

div.catdesc{
	padding:0px 0px 4px 4px;
}

div.catname{
	padding-left:4px;
        font-size:1.2em;
}

div.catdiscounts, div.allcatdiscounts{
  padding:0px;
  margin:0px;
	font-weight:normal;
	color:#DA6B1D;
	font-size:0.9em;
}

div.categorymessage{
	padding-top:0px;
	font-size: 1.1em;
}

p.noproducts{
margin-top:8px;
width:100%;
float:left;
}


/* The products page 
-------------------------------------*/

div.prodfilter{
	float:left;
	padding:2px;
	margin-bottom:4px;
}

div.prodfilterbar{
	float:left;
	width:98%;
  border-bottom: 1px solid #ccc;
  margin-bottom:14px;
  padding-bottom:8px;
}

div.filtertext{
  padding:8px;
}

select.prodfilter{
	padding:4px;
	margin:0px;
  border: 1px solid #ccc;
}

input.prodfilter{
	padding:6px;
  border: 1px solid #ccc;
}

div.product {
width: 30%;
min-height: 260px;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
margin: 2px;
zoom: 1;
*display: inline;
_height: 260px;
padding:6px;
}

div.prodnavigation{
	padding:10px 0px 10px 12px;
	float:left;
	width:97%;
	font-size:0.9em;
	background-color:#fff;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}

div.checkoutbutton{
  float:left;
  width:96%;
}

.prodratinglink{
	font-size:0.8em;
}

div.allproddiscounts{
	color:#DA6A1E;
	width:100%;
	margin:4px 0px;
	float:left;
}

.proddiscounts, .discountsapply{
	color:#DA6A1E;
	margin:4px 0px;
}

div.prodmanufacturer{
	margin:4px 0px;
}

div.prodsku{
	margin:4px 0px;
}

div.prodimage{
	padding: 18px;
	text-align:center;
	border:1px solid #ccc;
}

div.prodimage:hover{
	border: 1px solid #7A9024;
}

img.prodimage{
max-width:100%;
height:auto;
}

div.prodname{
	padding-top:6px;
	font-size: 1.1em;
  margin:4px 0px;
}

div.prodinstock{
	margin:4px 0px;
}

div.proddescription{
	margin:4px 0px;
	float:left;
	font-size: 0.9em;
	line-height: 1.5em;
}

div.prodoptions{
float:left;
width:98%;
}

div.optiontext{
margin:4px 0px;
}

div.option{
margin:4px 0px;
}

div.listprice{
	width:98%;
	float:left;
	font-size: 0.9em;
	margin:4px 0px;
}

span.yousave{
	background:#0065A7;
	color:#fff;
	margin:4px 0px;
	font-size:0.9em;
}

div.prodprice{
	float:left;
	width:98%;
margin:4px 0px;
}

div.prodrating{
	float:left;
	width:98%;
  margin:4px 0px;
}

div.prodcurrency{
	float:left;
	width:100%;
	font-size: 0.8em;
	color:#666;
  margin:4px 0px;
}

div.addtocart{
float:left;
margin:4px 0px;
}

div.quantity0div, div.quantity1div, div.quantity2div{
float:left;
display:inline-block;
margin:4px 6px 0px 0px;
}

input.quantity0input{
border:1px solid #ccc;
padding:4px 4px 3px 4px;
}

div.notifystock{
	float:left;
	width:100%;
  margin:4px 0px;
}

div.configbutton{
	float:left;
	width:100%;
  margin:4px 0px;
}

div.outofstock{
	text-align:center;
	margin:4px 0px;
	font-weight:bold;
}

div.prodid {
	margin:4px 0px;
}

div.multioptiontext{
	width:180px;
}

div.pagenums{
	text-align:center;
	float:left;
	margin:4px 0px;
}



/* The product detail page 
-------------------------------------*/
div.detailprodnavigation{
	width:99%;
}

div.detailimage{
	width:98%;
	padding:10px;
	float:left;
} 

img.detailimage{
max-width:100%;
height:auto;
}

div.detailcheckoutbutton{
	clear:both;
}

div.detailid {
	width:66%;
	float:left;
	margin:5px;
}

div.detailname h1 {
	font-size: 1.2em;
	padding:6px;
	float:left;
	width:68%;
	margin-top:10px;
  margin-bottom:12px;
	border-bottom: 1px solid #ccc;
}

span.detaildiscountsapply{
  margin-left:2px;
 float:left;
  width:68%;
}

div.detaildiscounts{
	width:66%;
  margin-left:2px;
  float:left;
}

div.detailmanufacturer{
	float:left;
	width:66%;
	margin:5px;
}

div.detailsku{
	float:left;
	width:66%;
	margin:5px;
}

div.detailinstock{
	float:left;
	width:66%;
	margin:5px;
}

div.detailreviewstars{
	float:left;
	width:66%;
  margin:5px;
}

div.detaildescription{
	font-size: 0.9em;
	margin:5px;
	padding-top:4px;
	line-height:1.8em;
	float:left;
	width:98%;
}

div.detailprice{
	font-size: 1.2em;
	font-weight:bold;
	float:left;
	width:94%;
	margin-left:10px;
}

div.detaillistprice{
	float:left;
	width:100%;
	padding:6px 0px;
	color:#DA6A1E;
  margin-left:10px;
}

div.detailcurrency{
	padding-top: 6px;
	font-size: 0.8em;
	float:left;
	width:98%;
	color:#666;
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
  padding-left:10px;
}

div.detailoptions{
  float:left;
  margin-bottom:8px;
display:inline-block;
width:98%;
}

div.detailoptiontext{
display:inline-block;
float:left;
padding-left:10px;
margin:15px 0px;
clear:left;
min-width:160px;
}

div.detailoption{
float:left;
clear:right;
margin:10px 0px;
  display:inline-block;
}

input.detailprodoption{
margin-right:6px;
}

select.detailprodoption{
padding:4px;
  clear:right;
  }

div.detailmultioptiontext{
	padding: 6px;
	width:30%;
clear:none;
}

div.previousnext{
	padding-top:20px;
	padding-bottom:6px;
	float:left;
	width:94%;
	text-align:center;
	font-size:0.9em;
	border-top:1px solid #ccc;
}

div.detailquantity{
	float:left;
display:inline-block;
  clear:left;
  	margin-top:15px;
}

div.detailquantitytext{
	float:left;
	display:inline-block;
  padding:0px 10px;
    	margin-top:6px;
}

div.detailquantityinput{
display:inline-block;
}

div.detailquantityinput input{
border:1px solid #ccc;
padding:4px;
} 

div.detailaddtocart{
	float:left;
	width:170px;
	text-align:left;
	padding-bottom:20px;
	margin-top:16px;
  margin-left:10px;
}

div.detailoutofstock{
	font-size: 1.2em;
	font-weight:bold;
	float:left;
	width:94%;
	text-align:left;
  margin-left:10px;
  padding:10px 0px;
}

div.detailnotifystock{
	text-align:left;
	padding-top:16px;
	float:left;
	width:98%;
  margin-left:8px;
}

div.review{
	float:left;
	margin-top:16px;
	width:92%;
  padding-left:10px;
}

span.numreviews{
font-size:1.2em
}

hr.review{
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #bbb;
	padding:4px;
	margin-top:6px;
}

div.reviewprod{
	background-color:#eee;
	padding:10px;
}

input.askaquestion, input.emailfriend{
background:#2868B2;
color:#fff;
height:21px;
border:0;
border-radius:4px;
font-size:12px;
cursor:pointer;
margin-top:7px;
}

div.socialmediabuttons{margin:10px 8px;background:#fff;width:94%;float:left;padding:4px;}

div.socialmediabutton{float:left;display:inline-block;padding:6px;}
div.socialaskaquestion{float:left;}
div.sociallinkedin{margin-top:8px}
div.socialfacebook{margin-top:8px}
div.socialtwitter{margin-top:8px}
div.socialgoogle{margin-top:5px}
div.socialpinterest{margin-top:8px}
div.socialcustom{margin-top:8px}

.detailhr{clear:both;}
p.pagenums{width:100%;float:left}

/*This is the first breakpoint and contains styles for screens 1024px to 980px*/
@media screen and (max-width: 1024px) {

div.product{
width:46%;
}
}

/*This is the second breakpoint and contains styles for screens 980px to 800px*/
@media screen and (max-width: 980px) {

div.detailimage, div.detailname h1, div.detaildescription, div.detailreviewstars, div.detailmanufacturer, div.detailsku, div.detailinstock{
width:98%;
}

div.detailoptions{
width:98%;
}

}

/*This is the third breakpoint and contains styles for screens 800px to 640px*/
@media screen and (max-width: 800px) {

div.category{
width:95%;
height:auto;
}

}

/*This is the fourth breakpoint and contains styles for screens 640px to 500px*/
@media screen and (max-width: 640px) {


div.product{
width:97%;
height:auto;
}
  
  div.qbuywrapper {
  width:90% !important;
  border-right: 0px;
    text-align:left;
}
  
  div.qbuywrapper div.prodimage{
  width:100%;
  border-right: 0px;
    text-align:left;
}

div.qbuywrapper div.prodname{
float:left;
  width:96% !important;
  margin-top:0px;
}

div.qbuywrapper div.prodid{
float:left;
  width:96% !important;
  margin-top:0px;
}

div.qbuywrapper div.prodrating{
float:left;
  width:96% !important;
}

div.qbuywrapper div.proddescription{
float:left;
  width:96% !important;
}

div.qbuywrapper div.prodoptions{
float:left;
  width:96% !important;
}

div.qbuywrapper div.optiontext{
float:left;
  width:90% !important;
}

div.qbuywrapper div.option{
float:left;
  width:80% !important;
}

div.qbuywrapper div.prodinstock{
float:left;
  width:96% !important;
}

div.qbuywrapper div.addtocart{
float:left;
  width:96% !important;
}

div.qbuywrapper div.prodprice{
 float:left !important;
  width:96% !important;
}

div.qbuywrapper div.listprice{
 float:left !important;
  width:96% !important;
}

div.qbuywrapper div.prodcurrency{
 float:left !important;
  width:96% !important;
}

 div.qbuywrapper div.prodminquant{
 float:left !important;
  width:96% !important;
} 

}

/*This is the fifth breakpoint and contains styles for screens 500px to 360px*/
@media screen and (max-width: 500px) {
  div.detailoptiontext{
width:98%;
}
}

/*This is the last breakpoint and contains styles for screens below 360px*/
@media screen and (max-width: 360px) {

div.category{
width:90%;
}

div.catimage{
width:98%;
}

}
@charset "utf-8";
/* CSS Document for Ecommerce Templates Responsive Design Indoors */

/* Main settings and resets */
*{
padding:0px;
margin:0px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 

body{
padding:0px;
margin:0px;
 font-family:Arial; font-size:13px; color:#666;
}
div, ul, li{
padding:0px;
margin:0px;
}
img{
padding:0px;
margin:0px;
border:none;
}
img a{
padding:0px;
margin:0px;
border:none;
}
input, select, textarea{
padding:3px;
margin:4px;
}
.clear
{
clear:both;
}

p{padding-bottom:20px;}

/*link properties*/
a:link {
	color: #7A9024;
	text-decoration: none;
}

a:visited {
	color: #7A9024;
	text-decoration: none;
}

a:active {
	color: #7A9024;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

/* Header section */

.header_top{ background:url(../images/header_bg.jpg) repeat-x;}
.main{ width:1000px; margin:0px auto;}

/* Social media icons */
.connect_flow{ height:35px; text-align:right; padding-top:4px; font-family:Arial; font-size:12px; line-height:24px; text-transform:uppercase;}
.connect_flow img{ float:right; padding-left:6px;}
img.t{ margin-left:6px;}

.header_middle{ padding-top:16px; min-height:75px;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box; }
.header_middle_left{ width:45%; float:left; padding-top:5px;}
.header_middle_left img{ max-width:100%;}
.header_middle_right{ width:55%; float:left;}

/* Top search */
.search_bg{ float: left;border:1px solid #d9d8dd; padding:2px 10px; width:65%; background:#FFF; height:35px; position:relative;}
.search_text{ width:100%; float:left; border:0px; padding-right:20px; font-family:Arial; font-size:14px; color:#9f9f9f;}
.search_button{ background:url(../images/search_icon.jpg) no-repeat; width:16px; height:16px; position:absolute; right:10px; border:0px; cursor:pointer;}

/* Shopping cart icon and link */
.shopping_cart_bg{ width:30%; float: right; text-align:left;background:url(../images/cart_iconbg.jpg) no-repeat; padding:6px 7px;font-family:Arial; font-size:12px; line-height:26px; color:#575757; text-decoration:none;}
.shopping_cart_bg img{ float:left; margin-right:18px;}
.shopping_cart_bg a{color:#666;text-decoration:none;}
.shopping_cart_bg a:hover{color:#c95700;text-decoration:none;}

/* Top sub-menu settings */
.top_nav{ background:#891300;}

.topnav {overflow: hidden;text-align:center;background:#891300;text-transform:uppercase;font-family: 'Exo 2', Arial, Helvetica, sans-serif;}
.topnav a {display: inline-block;color: #f2f2f2;text-align: center;padding: 14px 12px;text-decoration: none;font-size: 14px;}
.topnav a:hover {background-color: #ddd;color: black;}
.topnav .icon {display: none;}

.topnav1 {overflow: hidden;text-align:center;background:#c95700;text-transform:uppercase;font-family: 'Exo 2', Arial, Helvetica, sans-serif;}
.topnav1 a {display: inline-block;color: #f2f2f2;text-align: center;padding: 14px 12px;text-decoration: none;font-size: 14px;}
.topnav1 a:hover {background-color: #ddd;color: black;}
.topnav1 .icon {display: none;}

/* Main content */
.body_contain{ padding:10px 0;}

/* Home page top layout */
.bannner{display:none;} /* Turned off on all pages except home page */
.bannner{ padding-bottom:8px;}
.bannner_left{ width:68%; float:left;}
.bannner_left img{ max-width:100%;}
.bannner_right{ width:32%; float: right; padding:0 4px;}
.bannner_right img{ max-width:100%;}
.bannner_right_top{ margin-bottom:0px;}
.r_image_border{ border:1px solid #c2c2c2;}
.r_image_border img{ max-width:100%;}
.main_contain{}

/* 3 column layout */
.left_contain{ width:20%; float:left; padding-right:9px;}
.middle_contain{ width:60%; float:left;}
.right_contain{ width:20%; float:left; padding-left:10px;}

.right_contain{ margin-top:-10px;}
.left_contain_main{ padding-bottom:10px;padding-top:10px; }
.left_contain_top{ background:url(../images/categories_left_top.jpg) no-repeat; padding:10px 10px 0 10px; border:1px solid #dfdfdf; border-bottom:0px;border-radius:5px 5px 0 0;}
.left_contain_top h1{font-family: 'Exo 2', Arial, Helvetica, sans-serif;font-size:15px ; font-weight:normal; color:#000000; text-decoration:none; }
.left_text{ padding-top:20px;}
.left_text ul{ list-style-type:none;}
.left_text ul li{  background:  url(../images/left_arrow.jpg) no-repeat left 5px; padding:0 0 7px 15px; color:#CCC; text-decoration:none; font-family: 'Exo 2', sans-serif; font-size:13px; }
.left_text ul li a{ color:#333333; text-decoration:none;}
.left_text ul li a:hover{ color:#c95700; text-decoration:none;}
.left_contain_bottom{background:url(../images/categories_left_bottom.jpg) no-repeat bottom left; padding:0 0 10px 10px; border:1px solid #dfdfdf; border-top:0px;border-radius:0 0 5px 5px; }
.left_text ul li:last-child{ padding-bottom:0px; }

/*
.middle_contain_top{ background:url(../images/mid_categories.jpg) no-repeat; padding:10px 10px 0 10px; border:1px solid #dfdfdf; border-bottom:0px;border-radius:5px 5px 0 0;}
.middle_contain_top h1{font-family: 'Exo 2', Arial, Helvetica, sans-serif;font-size:19px; font-weight:normal; color:#333; text-decoration:none; }
.mid_contain_bottom{background:url(../images/mid_categories_bottom.jpg) no-repeat bottom left; padding:0 0 10px 10px; border:1px solid #dfdfdf; border-top:0px;border-radius:0 0 5px 5px;margin-bottom:21px; }
*/
.middle_contain_top{ padding:10px 10px 0 10px; border:1px solid #dfdfdf; border-bottom:0px;border-radius:5px 5px 0 0;}
.middle_contain_top h1{font-family: 'Exo 2', Arial, Helvetica, sans-serif;font-size:19px; font-weight:normal; color:#333; text-decoration:none; }
.mid_contain_bottom{padding:0 0 10px 10px; border:1px solid #dfdfdf; border-top:0px;border-radius:0 0 5px 5px;margin-bottom:21px; }

.middle_contain_main{ padding:0 12px 0 8px;}
.middle_product{ padding-top:20px;}

/*  removed this because it messed up the bullets in product descriptions...
.middle_product1 ul{ list-style-type:none;}
.middle_product1 ul li{ width:33%; float:left; padding-bottom:28px;}
*/
.middle_product1 ul{ list-style-type:default;}
.middle_product1 ul{ margin: 0 0 0 1em; padding: 0 0 0 0;}
.middle_product1 li{ margin: 0 0 0 1em;}
.middle_product ul{ list-style-type:default;}
.middle_product ul{ margin: 0 0 0 1em; padding: 0 0 0 0;}
.middle_product li{ margin: 0 0 0 1em;}

.midle_produt_image{ text-align:center;}
.midle_produt_image img{ max-width:100%;}
.product_text{ padding-top:17px;font-family: 'Exo 2', sans-serif; font-size:14px; color:#242424; text-decoration:none; text-align:center;}
.product_price{ padding-top:15px;font-family: 'Exo 2', sans-serif; font-size:14px; color:#242424; text-decoration:none; text-align:center; font-weight:bold;}
.product_price b{ color:#ff9400; text-decoration:none; }
.right_t{ text-align:center; position:relative;}
.right_t_text{ background:url(../images/right_img.png) repeat-x; position:absolute; padding:10px; bottom:6px; width:100%;}
.right_t_text_top{ font-family: 'Exo 2', sans-serif; font-size:24px; line-height:28px; text-align:center; text-transform:uppercase; color:#FFF;}
.right_t_text_bottom{ font-family: 'Exo 2', sans-serif; font-size:20px; line-height:24px; text-align:center; text-transform:uppercase; color:#FFF; font-style:italic;}
.right_t_text_bottom b{ font-style:normal; font-weight:normal; color:#FFF; font-style:bold;}
.best_image{ text-align:center; padding:10px 0;}
.best_image img{ max-width:100%; }
.best_text h2{ font-family:Arial; font-size:15px; text-decoration:none; color:#c95701;}
.best_text p{ font-family:Arial; font-size:12px; line-height:15px; text-decoration:none; color:#000000;}
.right_img{ padding-top:25px;}
.right_img img{ max-width:100%;}

/* Manufacturers display */
.manufacturers_contain{ padding:20px 0; margin-bottom:50px;}
.manufacturers_contain_top{ background:url(../images/manufacturer.jpg) no-repeat; border-bottom:1px solid #e9e9e9; height:38px; padding-left:14px;font-family:Arial; font-size:18px; line-height:38px; text-decoration:none; color:#ffffff;}
.manufacturers_contain_down{ margin-top:20px; border:1px solid #e3e3e3;}
.manufacturers_contain_down ul{ list-style-type:none;}

.manufacturers_contain_down ul li{ width:20%; float: left; text-align:center; border-right:1px solid #e3e3e3; padding:20px 0;}
.manufacturers_contain_down ul li:last-child{ border-right:0px;}
.footer_top{ background:#891300; padding:30px 0 50px 0;}

/* Footer */
.footer_top_left{ width:25%; float:left;}
.footer_top_left h2{ text-transform:uppercase;font-family: 'Exo 2', sans-serif; font-size:18px; line-height:24px; text-decoration:none; color:#ffffff; padding-bottom:20px;}

.footer_top_left ul{ list-style-type:none;}
.footer_top_left ul li{  padding:0 0 10px 0px;font-size:12px ; color:#CCC; text-decoration:none; font-family: Arial, Helvetica, sans-serif; }
.footer_top_left ul li a{ color:#ffffff; text-decoration:none;}
.footer_top_left ul li a:hover{ color:#c95700; text-decoration:none;}
.footer_top_right{ width:70%; float:left;}
.footer_top_right h2{ text-transform:uppercase;font-family: 'Exo 2', sans-serif; font-size:18px; line-height:24px; text-decoration:none; color:#ffffff; padding-bottom:20px;}
.footer_top_right p{  font-size:12px ; color:#fff; text-decoration:none; font-family: Arial, Helvetica, sans-serif; padding-bottom:20px; }
.footer_bottom{ background:#520b00; padding:20px 0;}
.footer_bottom_left{ width:50%;float:left;}
.footer_bottom_left_top{font-size:12px ; color:#fff; text-decoration:none; font-family: Arial, Helvetica, sans-serif; }
.footer_bottom_left_bottom{ padding-top:10px; }
.footer_bottom_left_bottom ul{ list-style-type:none; }
.footer_bottom_left_bottom ul li{ font-size:12px ; line-height:14px; color:#fff; text-decoration:none; font-family: Arial, Helvetica, sans-serif; float:left; padding-right:10px; border-right:1px solid #ffffff; margin-right:10px;}
.footer_bottom_right{ width:50%;float:left; text-align:right; position:relative;}
.footer_bottom_left_bottom ul li a{ color:#FFF; text-decoration:none;}
.footer_bottom_left_bottom ul li a:hover{ color:#c95700; text-decoration:none;}
.footer_bottom_left_bottom ul li:last-child{ border-right:0px; padding-left:0px; margin-right:0px;}

.footer_bottom_left_top a{color:#ccc;text-decoration:none;}
.footer_bottom_left_top a:hover{color:#c95700;text-decoration:none;}


/*This is the first breakpoint and contains styles for screens up to 1000px*/

@media all and (max-width:1000px) {

}

/*This is the second breakpoint and contains styles for screens below 980px*/

@media all and (max-width: 980px) {
.main{ width:100%; padding:0 10px;}

.topnav a {padding: 14px 8px;font-size: 12px;}

}
/*This is the third breakpoint and contains styles for screens below 800px*/

@media all and (max-width: 800px) {
.shopping_cart_bg{ width:38%;}
.search_bg{ width:58%; margin-left:2%;}
.midle_produt_image{ min-height:150px;}
.middle_product1 ul li{ min-height:250px;}
.footer_bottom_left_bottom ul li{ font-size:11px; padding-right:5px; margin-right:5px;}

}

/*This is the fourth breakpoint and contains styles for screens below 768px*/

@media all and (max-width: 768px) {

.topnav {text-align:left;}
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {float: right;display: block;color:#fff;}
.topnav.responsive {position: relative;}
.topnav.responsive .icon {position: absolute;right: 0;top: 0;}
.topnav.responsive a {float: none;display: block;text-align: left;}

.topnav1 {text-align:left;}
.topnav1 a:not(:first-child) {display: none;}
.topnav1 a.icon {float: right;display: block;color:#fff;}
.topnav1.responsive1 {position: relative;}
.topnav1.responsive1 .icon {position: absolute;right: 0;top: 0;}
.topnav1.responsive1 a {float: none;display: block;text-align: left;}
}


/*This is the fiftt breakpoint and contains styles for screens below 640px*/

@media all and (max-width: 640px) {
.header_middle_left{ width:100%;}
.header_middle_right{ width:100%;}
.body_contain, .listing_contain_menu, .middle_contain_main, .middle_contain_top{padding:0px;margin:0px;}
.middle_contain_top{padding:2px;margin-top:8px;}
.search_bg{ width:98%;}
.shopping_cart_bg{ width:100%; margin:10px 0; text-align:left;}
.bannner_left{ width:100%;}
.bannner_right{width:100%;}
.left_contain{ display:none;}
.middle_contain{ width:100%; margin-bottom:10px; float:none;}
.middle_product1 ul li{ width:100%;}
.right_contain{ width:200px; margin:0px auto; float:none; }
.manufacturers_contain_down ul li{ width:100%; border-right:0px; border-bottom:1px solid #e3e3e3;}
.footer_top_left{ width:50%;}
.footer_top_right{width:100%;}
.footer_bottom_left{ width:100%;}
.footer_bottom_right{ width:100%; margin-top:20px;}

}

/*This is the sixth breakpoint and contains styles for screens below 480px*/

@media all and (max-width:480px) {

}

/*This is the seventh breakpoint and contains styles for screens below 360px*/

@media all and (max-width:360px) {

}

