<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Hyperlinks underline **/
a {text-decoration: none;}

/** Round corners Search field **/
input[type="search"]
{border-radius: 5px;}

/** Product name blue and align right **/
#hikashop_product_top_part h1 {
text-align: right;
color: #0000ff;}

/** SHOP button logged in **/
.hikashop_cart th, .hikashop_cart td {
padding: 0px 0px; border: 0px}

/** Contact form text part **/
input.form-control
{width: 400px;}

/** Contact form text area part **/
textarea.form-control
{width: 400px;}

/** Color submit button Recaptcha **/
.button, button.btn, .btn
{background: #0044cc ; }

/** Color submit hover button Recaptcha **/
.button:hover, button.btn:hover, .btn:hover
{background-color: rgb(119, 119, 119); }

/** Border submit button Recaptcha **/
.button, button.btn, .btn
{border-radius: 4px; }

/** Width submit button Recaptcha **/
.btn-block
{width: auto;}

/** Font color variants block **/
.hikashop_product_characteristics_table td
{color: #00f ; }

/** Search list button **/
button.btn, .btn
{ color: #fff;
background: #777; }

/** Search list button hover **/
button.btn:hover, .btn:hover
{color: #fff;
 background-color: rgb(0, 0, 255); }

/** Table stripes at the checkout**/
.table-striped tbody &gt; tr:nth-child(2n+1) &gt; td, .table-striped tbody &gt; tr:nth-child(2n+1) &gt; th
{ background-color: #e9e9e9;
 border-top: 1px solid #ddd; }

/** Round border &amp; shadows checkout images**/
table img
{ border-radius: 8px;
box-shadow: 5px 3px 4px 6px rgba(0,0,0,0.20); }

/** Nummer of items for cart **/
#shop a { color: #00f; }

/** Nummer of items for cart hover **/
#shop a:hover,
#shop a:focus {color: #777; }

/** Blue color tabs (clicked) **/
div.js-super-tabs.js-super-tabs-hor.rt01outline div.rt01pagitem.rt01cur {
background: #00f; }

/** Font tabs (clicked) **/
.rt01tabs .rt01pagitem.rt01cur {
color: #fff; }

/** Gray tabs (unclicked) **/
.rt01outline&gt;.rt01tabs.rt01pag-hor .rt01pagitem {
background-color: #888; }

/** Gray tabs font color (unclicked) **/
.rt01tabs .rt01pagitem {
color: #fff; }</pre></body></html>