/* CSS Document for Ecommerce Templates Responsive Design Cards */

/* Shopping cart classes
----------------------------------------------------------------------------------------------------*/

/*Shopping cart*/

table.cobtbl{
	background-color: #fff;
	font-size:1em;
}


td.cobll, td.cobhl{
	background-color: #fff;
	color : #333;
  padding:6px;
}
 
td.cobhdr{
	background-color:#FAFAFA;
	font-size:1em;
	color:#000;
	text-transform:uppercase;
  border-bottom:1px solid #EB6447;
  padding:6px;
}
.padding{padding:5px;}
span.cartoption{
	font-size:12px !important;
	color:#333;
}

div.logintoaccount{
  width:150px !important;
margin-top:8px;
}

div.createaccount{
  width:120px !important;
  float:left !important;
margin-top:8px;
}

div.scprodsadded, div.sccarttotal{
border-top: 1px solid #EB6447 !important;
}

div.giftwrap a{
  	color:#666;
  	font-size:0.8em;
  	text-decoration:none;
}

/*Mini cart*/
table.mincart{
  	width:98%;
  	font-size:1em;
  	background:#fff;
}

td.mincart{
  padding-top:8px;
  background:#fff;
}

.minicartcnt {
text-align: center;
 padding-bottom: 10px;
}


.cartquant{
	width:36px !important;
}

/*Internal store navigation*/
a.ectlink:link {
	color: #000;
	text-decoration: none;
}

a.ectlink:visited {
	color: #000;
	text-decoration: none;
}

a.ectlink:active {
	color: #000;
	text-decoration: none;
}

a.ectlink:hover {
	color: #EB6447;
	text-decoration: none;
}

ul.ectmenu1 {
list-style: none;
border:0px solid;
color:#ff0000;font:normal 14px Arial, Helvetica, sans-serif;
padding:0px;
}
li.ectmenu1 {
border:0px solid;
padding:4px;
text-align:left;
}
li.ectmenu1 a{
color: #4E4E4E;
padding:4px;
}
li.ectmenu1 a:hover{
color: #fff;
padding:4px;
}


/*Button and form field styles*/
input.ectbutton{
	background: #eb6447 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 19px;
    color: #fff;
    font: bold 10px/17px "PT Sans",Arial,Verdana,sans-serif;
    text-transform: uppercase;
}

input.ectbutton:hover{
	background: #eb6447 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 19px;
    color: #fff;
    font: bold 10px/17px "PT Sans",Arial,Verdana,sans-serif;
    text-transform: uppercase;
	cursor:pointer;
}
input.login {
  height: 28px !important;
  width: 20% !important;
}
input.search {
  float: left;
  height: 28px !important;
  margin-bottom: 40px;
  margin-left: 25%;
  margin-top: 20px;
  text-align: center;
  width: 20% !important;
}
input.gcsubmit {
  height: 28px !important;
  width: 20% !important;
}
/*footer mailing list*/

div.minimailsignup{
border:dotted 0px #e69d01;
background:#fff;
margin:4px auto;
width:100%;
padding:4px;
}
label.minimailsignup{display:none;
font-weight:bold;
width:100%;
padding-top:2px;
float:left;
}
input.minimailsignup{
	font-size: 12px;
	border: 1px solid #e0e0e0;
	width: 100%;
	margin: 2px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}
.minimailsignup.minimailsubmit {
  background-color: #8aa7ca;
  padding: 0 !important;
  width: 40%;
}
input.minimailsubmit{
margin:6px;
}

/* The category page 
-------------------------------------*/
div.category{
	padding: 6px;
	width: 32.9%;
	float: left;
	height: 250px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
	transition: all 220ms;
	overflow: hidden;
	margin: 8px 3px 8px 0;
}

div.category:hover{
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);transition: all 220ms; text-decoration:none;
}

div.catnavigation{
	padding:10px 0px 10px 12px;
	float:left;
	width:100%;
	font-size:1em;
	border-bottom: 4px solid #eb6447;
	margin-bottom:0px;
}

.catnavwrapper {
  border: 0 solid #fff !important;
  margin-left: 0px !important;
  padding: 0 !important;
  width: 99.7% !important;
}

div.navdesc{
	display:none; /* Removes the text "View all products in all categories */
}

div.catimage{
	width:99%;
	float:left;
	text-align:center;
}

div.catdesc {
  float: left;
  padding: 0 0 4px 4px;
  text-align: center;
  width: 98%;
}

div.catname{
	padding:4px;
 font-size:1.2em;
  float:left;
  width:99%;
  text-align:center;
}

div.catdiscounts, div.allcatdiscounts{
  padding:0px;
  margin:0px;
	font-weight:normal;
	color:#EB6447;
	font-size:1.0em;
  float:left;
  width:99%;
  text-align:center;
}

div.categorymessage{
display:none;
}

p.noproducts{
  padding-top:28px;
  text-align:left !important;
  float:left;
  width:99%;
}


/* The products page 
-------------------------------------*/
.catheader {
  background-color: #fff;
 float: left;
 
  width: 99.7%;
  
}
.catheader span {
  padding-right: 5px;
}
div.prodfilter{
	float: left;
	background-color: #8AA7CA;
	border: 0px dotted #D7D1C9;
	color: #42619a;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

/*div.prodfilterbar{background-color: #e1e1e1;
	float:left;
	width:100%;
}*/

div.prodfilterbar {
  background-color: #8AA7CA;
  float: left;
  margin-left: 0px;
  width: 99.7%;
}
#ectfilter {
  border: 0px none;
}
div.filtertext{color: #fff;
	  padding: 5px 5px 0;
	font-weight: bold;
	font-size:12px;
}

select.prodfilter{
	padding:0px;
	margin:0px;
	border: 0px;
}

div.product{
	padding: 6px;
	width: 32.9%;
	float: left;
	height: 300px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
	transition: all 220ms;
	overflow: hidden;
	    margin: 8px 3px 8px 0;
}

div.product:hover{
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);transition: all 220ms; text-decoration:none;
}

/*div.prodnavigation{
	padding:10px 0px 10px 12px;
	float:left;
	width:100%;
	font-size:1em;
	border-bottom: 4px solid #EB6447;
	margin-bottom:10px;
  background:#E1E1E1;
  margin:0px;
}*/
div.prodnavigation {
  background: #e1e1e1 none repeat scroll 0 0;
  border-bottom: 4px solid #eb6447;
  float: left;
  font-size: 1em;
  margin: 0 0 0px 0px;
  padding: 10px 0 10px 4px;
  width: 99.7% !important;
}
.prodratinglink{
	font-size:0.8em;
}

div.allproddiscounts{
	color:#DA6A1E;
	width:100%;
	margin-bottom:2px;
	float:left;
}
.discountsapply {
  display: none;
}
.proddiscounts, .discountsapply{
	color:#DA6A1E;
	padding:4px;
	
}

div.prodmanufacturer{
	color:#666;
	padding:6px;
}

div.prodsku, .prodid {
  color: #8aa7ca;
  padding: 6px;
  text-align: center;
}

div.prodimage{
	padding-top: 6px;
	text-align:center;
}

img.prodimage{
}

div.prodname{text-align:center;
	padding-top:6px;
	font-size: 1.1em;
  margin-bottom:8px;
}

div.prodrating{
	padding-left:4px;
	text-align:center;
}

div.prodinstock{
	padding:4px;
	color:#666;
}

div.proddescription{
	padding:6px;
	float:left;
	font-size: 0.9em;
	line-height: 1.5em;
}

table.emftbl{
	background:#fff;
	width:90%;
}

div.listprice{
	width:98%;
	float:left;
	font-size: 0.9em;
	text-align:center;

}

span.yousave{
	background:#0065A7;
	color:#fff;
	padding:4px;
	font-size:0.9em;
	text-align:center;
}

div.prodprice{
	font-size: 1em;
	font-weight:normal;
	float:left;
	width:98%;
	color:#666;
	text-align:center;
	
}

div.prodcurrency{
	float:left;
	width:100%;
	font-size: 0.8em;
	color:#666;
}

div.quantitydiv{
	float:right;
}

.quantityinput{
	margin-top:1px;
	height:19px;
}

div.addtocart{
	text-align:center;
	float:left;
	width:100%;
}

.notifystock{
	text-align:center;
	float:left;
	width:100%;
}

.configbutton{
	text-align:center;
	margin-top:6px;
}

div.outofstock{
	text-align:center;
	padding-top:6px;
	font-weight:bold;
}

/*.prodid {
	color:#666;
	padding:6px;
	font-size: 0.9em;
}*/

div.multioptiontext{
	width:180px;
}

div.pagenums{
	text-align:center;
	float:left;
	padding:0px 0px 10px 0px;
}

/* The product detail page 
-------------------------------------*/

div.detailprodnavigation {
  float: left;
  margin-bottom: 5px;
  margin-left: -1%;
  overflow: hidden;
  width: 103% !important;
  color: #6c6a6a;
}
p.prodnavigation {
float: left;
margin: 0 0 10px;
padding: 0;
width: 100%;
font-size: 20px;
color: #ff0000;
}
.detailcustom1{ float: left;
  font-weight: bold;
  width: 56% !important;}
.detaildiscounts {
  color: #8aa7ca;
  float: left;
  font-weight: bold;
  width: 56%;
}
div.detailimage{
	width:44%;
	padding:10px;
	float:left;
} 
div.detailshortdescription{float: left;
  width: 56%;}
div.detailcheckoutbutton{
	clear:right;
	float:right;
}

div.detailid {
	color:#000;
	width:56%;
	font-size: 1em;
	float:left;
	margin-top:8px;
	
}

.detailname h1 {
	font-size: 1.5em;
	padding:6px;
	float:left;
	width:100%;
	margin-top:10px;
  	margin-bottom:12px;
	border-bottom: 1px solid #ccc;
}

span.detaildiscountsapply{
	width:100%;
  float:left;
}

div.detailmanufacturer{
	float:left;
	width:56%;
	margin:0px 0px 0px 0px;
	padding:0px;
}

div.detailsku{
	float:left;
	width:56%;
	margin:0px;
}

div.detailinstock{
	float:left;
	width:60%;
}

div.detaildescription{
	font-size: 1.25em;
	margin:5px;
	padding-top:4px;
	line-height:1.8em;
	float:left;
	width:100%;
}

div.detailprice{
	color: #EC6F54;
     float: right;
     font-size: 26px;
     padding-top: 8px;
     text-align: left;
     width: 56%;
border-bottom: 1px solid #EDEDED;
 height: 40px;
}

div.detaillistprice{
	font-size: 1em;
	font-weight:normal;
	float:right;
	width:56%;
	padding-top:6px;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;

}

div.detailcurrency{
	padding-top: 6px;
	font-size: 0.9em;
	float:left;
	width:48%;
	color:#666;
	margin-left:10px;
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
}

div.detailoption{
	width:100%;
}

div.detailoptions{
	
	float:left;
	width:56%;
	margin-left:0px;
}

select.detailprodoption{
	font-size: 0.9em;
	width:40%;
	margin:7px;
	border:1px solid #ccc;
	padding:2px;
}

input.detailprodoption{
	font-size: 0.9em;
	margin:7px;
	border:1px solid #ccc;
  	padding:2px;
}


div.detailoptiontext{
	padding: 6px;
	width:55%;
	float:left;
	clear:both;
}

div.detailmultioptiontext{
	padding: 6px;
	width:30%;
	clear:right;
}

.previousnext{
	padding-top:20px;
	padding-bottom:6px;
	float:right;
	width:100%;
	text-align:center;
	font-size:0.9em;
	border-top:1px solid #ccc;
}

div.emailfriend{
	padding-top: 10px;
	text-align:center;
	float:right;
	width:100%;
	font-size:0.9em;
	clear:both;
}

td.emfhl {
  background-attachment: scroll;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  border-bottom: 4px solid;
  color: #111111 !important;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 36px !important;
  text-align: right;
  height:80px !important;
}

td.emfll{background-color:#000000 !important;
	line-height:18px;
}

.cobll.emfll input[type="button"] {
  background-color: #eb6445;
  border: 0 none !important;
  border-radius: 19px;
  float: left;
  height: 28px;
  margin-right: 10px;
  width: 28%;
}
.cobll.emfll {
  color: #dadada;
  font-size: 14px;
}
.cobll.emfll > textarea {
  height: 60px !important;
  width: 96% !important;
  margin-top:12px !important;
  color:#000;
}
.cobll.emfll > input {
  border-radius: 5px;
  height: 25px;
  margin-bottom: 5px;
  margin-top: 5px;
  color:#000;
}

div.detailquantity{
	float:right;
	width:56%;
}

div.detailquantitytext {
  float: left;
  font-weight: bold;
  height: 34px;
  margin-top: 25px;
  /*padding-left: 10px;*/
  text-align: left;
  width: 16%;
}
div.quantity1div{
	margin-top:17px;
}

div.detailquantityinput{
	margin-top:16px;
	float:left;
	width:50%;
	text-align:left;
	padding:0px;
	height:50px;
}
#w0quant {
	border-style: none;
  margin-right: 5px;
  margin-top: 2px;
  width: 40px;
}
div.socialmediabutton {
    display: inline-block;
    margin: 5px;
}
input.lgaskaquestion, input.lgemailfriend {
    height: auto;
    margin: 0;
}
div.detailaddtocart{
	float:right;
	width:56%;
	text-align:left;
	padding-bottom:20px;
	margin-top:12px;
}

div.detailoutofstock{
	float:left;
	width:98%;
	text-align:center;
	padding-bottom:20px;
	margin-top:10px;
  font-size:16px;
}

.detailnotifystock{
	text-align:center;
	padding-top:6px;
	float:left;
	width:98%;
}

div.navdesc{
	padding-top:10px;
}

div.review{
	float:left;
	margin-top:16px;
	width:90%;
	font-size:0.9em;
}

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;
}
.currpage {
  color: #eb6447;
}

input[type="button"].detailbuybutton{
	border-radius: 19px;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 13px/40px 'PT Sans',Arial,Verdana,sans-serif;
	height: 38px;
	padding: 0 10px 0 20px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	width: 128px;
	background-attachment: scroll;
	background-color: #EB6445;
	background-image: url(../images/bg_cart.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top:-1px;
}
div.detailwishlist {
  /*margin-top: 30px !important;
  padding-left: 10px !important;
  padding-top: 20px;*/
  width: 60%;
  float:right;
}


div#savecartlist{
	background-color: #808080;
	color: #fff;
	margin-top: 15px
}
#savelistdiv{float:right; margin-top:10px;}
.opttooltip {
  float: left;
 
}
input[name="filter"] {
  width: 70%;
}
@media screen and (max-width: 800px) { 


div.product{
	width:30%;
}
input.login {
  width: 20% !important;
}
.prodfilter > input[type="button"] {
  display: none;
}
#ectfilter {
  border: 0 none;
  display: none;
}
.prodfilter.ectpfkeyword {
  display: none;
}
.prodfilter.filtertext.ectpfkeywordtext{
  display: none;
} {
  display: none;
}
}

@media only screen and (max-width: 780px) {
div.product{
	width:46%;
}
div.detailprice {
 
  width: 100%;
}
div.category{
	width:90%;
}

.detailname h1, span.detaildiscountsapply, div.detaildescription{
	width:65%;
}

span.detaildiscountsapply{
  	margin-left:44px;
}
        
div.detailimage, div.detailname h1, div.detaildescription{
	width:96%;
}

div.detailoptions{
	width:90%;
}

 div.detailmultioptiontext{
	width:45%;
}
.prodfilter > input[type="button"] {
  display: none;
}
#ectfilter {
  border: 0 none;
  display: none;
}
.prodfilter.ectpfkeyword {
  display: none;
}
}


@media screen and (max-width: 640px) { 
.prodfilter.ectpfpage {
  display: none;
}
.detailname h1 {
	font-size: 1.2em;}

.detailcustom1 {
  float: left;
  font-weight: bold;
  width: 99%;
}

.detaildiscounts {
  
  font-weight: bold;
  width: 99%;
}
div.detailoptiontext {
  
  width: 100%;
}
select.detailprodoption {
  
  width: 100%;
}
textarea {
   width: 100% !important;
}
div.detailaddtocart {
  float: left;
 
}
div.detailquantity{width:99%}
div.detailquantitytext {width:25%;
   margin-top: 25px;
   padding-left:0px;
  
}
div.detailprice {
  width: 100%;float:left;
}
div.detaillistprice {
  float: left;
 
  width: 99%;
}
input.search {
   
  width: 30% !important;
}
div.detailwishlist {
  float: left !important;
  margin-left: -10px;
  margin-top: 10px;
  width: 60%;
}
.header .top a {
  color: #666262;
  }
  
 
}

@media screen and (max-width: 500px) { 

div.product, div.prodnavigation{
	width:99%;
}

div.detailimage{
	width:95%;
}

.detailname h1, span.detaildiscountsapply, div.detaildescription{
	width:95%;
}

span.detaildiscountsapply{
  	margin-left:10px;
}

div.detailmultioptiontext{
	width:95%;
}
div.category{
	width:99%;
}

 /* ~~ Remove left hand field on checkout ~~*/
.cobcol1{
  	display:none;
}

/* ~~ Modify additional info field on checkout ~~*/
textarea.addinfo{
	width:150px;
}


}



@media screen and (max-width: 360px) { 
 table.emftbl {
  background: #fff none repeat scroll 0 0;
  margin-right: 10px;
  width: 65% !important;
}
.header .top a {
  color: #666262;
  
}
div.prodfilter {
  margin-top: 0px; !important;

}
div.filtertext {
  width: 90% !important;
}

}


@media screen and (max-width: 320px) { 



}


