<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Stylesheet for CSS buttons : Default */
/* Template : fluorspar */
/* Generated by Zenofobe Visual Stylesheet on:- 01/02/19 at:- 15:35:16 */

.buttonRow a {  text-decoration: none;}

input[type="submit"], select {
    -webkit-appearance: none;
  }


/* Submit buttons */
.button, input.button, input.cssButtonHover {
border-radius:5px;
display:inline-block;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:;
margin:5px;
padding:5px;
text-decoration:none;
box-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
input.submit_button {
background:rgb(87,0,0);
border:none;
font-size:1em;
font-weight:normal;
color:rgb(255,255,255);
padding:6px 16px;
}

/* Submit hover buttons */
input.submit_button:hover, input.cssButtonHover {
background:#e7312c;
border:none;
font-size:1em;
font-weight:normal;
color:rgb(255,255,255);
padding:6px 16px;
cursor: pointer;
}

/* Link buttons */
.normal_button {
border-radius:5px;
display:inline-block;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:;
margin:10px;
padding:5px;
text-decoration:none;
box-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
span.normal_button {
background-color: rgb(87,0,0);
border:none;
font-size:0.9em;
display: inline-block;
margin:10px;
padding:6px 12px;
color:rgb(255,255,255);
}

/* Link hover buttons */
span.normal_button:hover {
background-color:#e7312c;
color:rgb(255,255,255);
border:none;
cursor: pointer;
}

/* Add to cart button */
input.submit_button.button_in_cart {
background:rgb(87,0,0);
border:none;
border-radius:3px;
font-size:1.1em;
font-weight:bold;
color:rgb(255,255,255);
padding:10px 40px;
box-shadow:2px 2px 2px rgba(0,0,0,0.5);
}

/* Add to cart hover button */
input.cssButtonHover.button_in_cartHover {
background:#e7312c;
border:none;
border-radius:3px;
font-size:1.1em;
font-weight:bold;
color:rgb(255,255,255);
padding:10px 40px;
}

/* Search button */
input.submit_button.button_search {
background: rgb(87,0,0);
border:none;
color:rgb(255,255,255);
margin:0px;
}

/* Search hover button */
input.cssButtonHover.button_searchHover {
background-color:rgb(232,232,232);
border:none;
color:rgb(0,0,0);
margin:0px;
}

/* Sold out button */
span.normal_button.button_sold_out, span.normal_button.button_sold_out_sm {
background:rgb(240,240,240);
border:none;
color:rgb(71,71,71);
}

/* Sold out hover button */
span.normal_button.button_sold_outHover,span.normal_button.button_sold_out_smHover {
background:rgb(240,240,240);
border:none;
color:rgb(71,71,71);
}

/* Buy Now button */
span.normal_button.BUTTON_IMAGE_BUY_NOW {
background:rgb(87,0,0);
border:none;
font-size:1em;
font-weight:normal;
color:rgb(255,255,255);
padding:6px 12px;
/*background-image: url(../images/data/cart_white_3.png);*/
}

span.normal_button.BUTTON_IMAGE_BUY_NOW::before {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
content: "\f217";
}


/* Buy Now button hover */
span.normal_button.BUTTON_IMAGE_BUY_NOWHover {
background:#e7312c;
border:none;
font-size:1em;
font-weight:normal;
color:rgb(255,255,255);
padding:6px 12px;
/*background-image: url(../images/data/cart_black_3.png);*/
}

span.normal_button.BUTTON_IMAGE_BUY_NOW {background-repeat:no-repeat}
</pre></body></html>