<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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 #662A48;
  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 #662A48 !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;
}


.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: #662A48;
	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:#662A48;
	color:#fff;
	padding:6px 16px;
	border:0;
	border-radius:4px;
	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:#ddd;
	color:#000;
	cursor:pointer;
}

/* The category page 
-------------------------------------*/
div.category{
padding:6px;
	width:30%;
	float:left;
	height:450px;
	margin:8px;
    background:#fff;
   border-radius: 3px; 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:97%;
	font-size:1em;
	border-bottom: 1px solid #662A48;
	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%;
}

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{
	padding:6px;
	width:30%;
	float:left;
	height:500px;
	margin:8px;
    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:94%;
	font-size:1em;
	border-bottom: 1px solid #662A48;
	margin-bottom:10px;
  background:#fff;
  margin:8px;
}

.prodratinglink{
	font-size:0.8em;
}

div.allproddiscounts{
	color:#DA6A1E;
	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:6px;
	font-size: 1.1em;
  margin-bottom:8px;
}

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

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: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:-20px;
}

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

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

div.detailcheckoutbutton{
	clear:both;
}

div.detailid {
	color:#ccc;
	width:60%;
	font-size: 1em;
	float:left;
	margin-left:10px;
}

.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:0px 0px 0px 10px;
	padding:0px;
}

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

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

div.detaildescription{
	font-size: 0.9em;
	margin:5px;
	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:130px;
}

div.detailquantitytext{
	margin-top:16px;
	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:48%;
	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;
}






@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:95%;
}

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

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

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

 /* ~~ 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) { 


}


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



}


</pre></body></html>