/* 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 #b61818;
  padding: 6px;
}
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 #b61818 !important;
}

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

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

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

.minicartcnt {
  text-align: center;
}

.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: #5c8931;
  text-decoration: none;
}

/*Button and form field styles*/
input.logintoaccount,
input.createaccount,
input.gcsubmit,
input.buybutton,
input.sccheckout,
input.checkoutbutton,
input.vieworderstatus,
input.viewlicense,
input.trackpackage,
input.login,
input.newaffiliate,
input.affiliatelogin,
input.search {
  background: #0b58b0;
  color: #fff;
  padding: 6px 50px;
  border: 0;
  border-radius: 5px;
  font-size: 1.1em;
}

input.logintoaccount:hover,
input.createaccount:hover,
input.gcsubmit:hover,
input.buybutton:hover,
input.sccheckout:hover,
input.checkoutbutton:hover,
input.vieworderstatus:hover,
input.viewlicense:hover,
input.trackpackage:hover,
input.login:hover,
input.newaffiliate:hover,
input.affiliatelogin:hover,
input.search:hover {
  background: #5c8931;
  color: #fff;
  cursor: pointer;
}

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

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

div.catnavigation {
  padding: 0px 0px 10px 12px;
  float: left;
  width: 83%;
  font-size: 1em;
  border-bottom: 1px solid #b61818;
  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: 99%;
  float: left;
}

div.catdesc {
  padding: 0px 0px 4px 4px;
  float: left;
}

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

div.catdiscounts,
div.allcatdiscounts {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  color: #b61818;
  font-size: 0.9em;
  float: left;
  width: 99%;
}

div.categorymessage {
  display: none;
}

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

/* The products page 
-------------------------------------*/

div.prodfilter {
  float: left;
  /*background-color:#F9F9F4;
	border: 1px dotted #D7D1C9;*/
  padding: 6px;
  color: #42619a;
  margin-bottom: 10px;
  margin-top: 10px;
}

div.prodfilterbar {
  float: left;
  width: 100%;
}

div.filtertext {
  padding: 8px;
}

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

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

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: 99%;
  font-size: 1em;
  border-bottom: 1px solid #b61818;
  margin-bottom: 10px;
  background: #fff;
  margin: 8px;
}

.prodratinglink {
  font-size: 0.8em;
}

div.allproddiscounts {
  color: #b61818;
  width: 100%;
  margin-bottom: 2px;
  float: left;
}

.proddiscounts,
.discountsapply {
  color: #da6a1e;
  padding: 4px;
}

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

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

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

img.prodimage {
}

div.prodname {
  padding-top: 2%;
  font-size: 1.1em;
  margin-bottom: 2%;
  text-align: center;
}

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

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

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

table.emftbl {
  background: #fff;
  width: 400px;
}

div.listprice {
  width: 98%;
  float: left;
  font-size: 0.9em;
  padding: 6px;
}

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

div.prodprice {
  font-size: 1em;
  font-weight: normal;
  float: left;
  width: 98%;
  color: #666;
  margin-top: 0;
  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%;
  padding: 3px 10px;
}

.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 {
  width: 99%;
}

div.detailimage {
  width: 45%;
  padding: 10px;
  float: left;
}

/*div.detailcheckoutbutton{
	clear:both;
	background: #0b58b0;
    color: #fff;
    padding: 6px 50px;
    border: 0;
    border-radius: 5px;
    font-size: 1.1em;
}*/

div.detailid {
  color: #5c8931;
  width: 45%;
  font-size: 1em;
  float: left;
  margin-left: 10%;
  padding-top: 25px;
}

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

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

div.detailmanufacturer {
  float: left;
  width: 60%;
  margin-left: 10%;
  padding: 0px;
}

div.detailsku {
  float: left;
  width: 60%;
  margin: 10px;
}

div.detailinstock {
  float: left;
  /* width:30%; */
  margin-left: 10%;
}

div.detaildescription {
  font-size: 0.9em;
  margin: 10px;
  padding-top: 4px;
  line-height: 1.8em;
  float: left;
  width: 60%;
}

div.detailprice {
  font-size: 1.2em;
  font-weight: bold;
  float: left;
  width: 96%;
  color: #333;
  margin-left: 10px;
}

div.detaillistprice {
  font-size: 1em;
  font-weight: normal;
  float: left;
  width: 100%;
  padding-top: 6px;
  color: #da6a1e;
}

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

div.detailoption {
  width: 100%;
}

div.detailoptions {
  padding: 6px;
  float: left;
  width: 80%;
  margin-left: 0px;
}

select.detailprodoption {
  font-size: 0.9em;
  width: 50%;
  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: 32%;
  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-color: #aaa;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
}

td.emfll {
  line-height: 18px;
}

div.detailquantity {
  float: right;
  /*width: 150px;*/
}

div.detailquantitytext {
  margin-top: 18px;
  float: left;
  width: 30%;
  text-align: right;
}

div.detailquantityinput {
  margin-top: 16px;
  float: right;
  width: 50%;
  text-align: left;
  padding: 0px;
  height: 65px;
}

div.detailaddtocart {
  /*float:right;*/
  width: 100%;
  /*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;
}

.checkoutbutton {
  float: right;
  /*margin-right: 31px;
	background: #0b58b0;
    color: #fff;
    padding: 6px 0;
    border: 0;
    border-radius: 5px;
    font-size: 1.1em;
	display: none;*/
}

.detailname {
  margin-left: 33px;
  float: right;
  width: 69%;
}

@media screen and (max-width: 800px) {
  div.product {
    width: 30%;
  }
}

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

  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%;
  }
}

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

@media screen and (max-width: 500px) {
  div.product,
  div.prodnavigation {
    width: 95%;
  }

  div.detailimage {
    width: 100%;
  }

  .detailname h1,
  span.detaildiscountsapply,
  div.detaildescription {
    float: left;
    margin-left: 12px;
    width: 100%;
  }

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

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

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

  /* ~~ Modify additional info field on checkout ~~*/
  textarea.addinfo {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  div.detailimage {
    width: 100%;
  }

  #prodimage0 {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  div.detailimage {
    width: 100%;
  }

  #prodimage0 {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  #prodimage0 {
    width: 100%;
  }
}
