<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hdr-wrap {
  background: #ffff60;
  background-image: url("/shop_cfg/retrocomics/head-1.png");
  background-position: center;
  background-size: cover;	
  border-bottom: #000000 solid 2px !important;
  min-height: 140px;
}

ul.navcats {
  padding-top: 52px;
}

ul.navcats&gt;li:hover&gt;a {
	background: -moz-linear-gradient(top, #181818 0%, #929292 100%);
	background: -webkit-linear-gradient(top, #181818 0%, #929292 100%);
	background: -ms-linear-gradient(top, #181818 0%, #929292 100%);
	background: linear-gradient(top, #181818 0%, #929292 100%);
	color: #ffffff !important;
}

ul.navcats &gt; li &gt; a {
  background: #0562ff;
  color: #000000 !important;
  border: 1px solid #0562ff !important;
  border-bottom: 0px solid #5a5a5a !important;
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; 
  font-size: 34px !important;
}

ul.navcats &gt; li &gt; ul {
  top: 99px;
  border: 2px solid #0562ff;
  border-top: 0px solid #0562ff !important;
}

#search-field {
	border: #0562ff solid 2px;
	background: #2c2c2c;
	color: #ffffff;
}	

#search-field:focus {
	box-shadow: 0 1px 0 #0562ff inset, 0 -1px 0 #0562ff inset, 1px 0 0 #0562ff inset, -1px 0 0 #0562ff inset, 0 0 14px #FFF;
	border: #0562ff solid 2px;
	background: rgba(255,255,255,0.9);
	font: 14px/1.3 Arial,Helvetica,sans-serif;
	color: #000000;
	font-weight: bold !important;
}

#search-button {
	background: #fff200 url("../img/search-sprite".png) center left no-repeat;
	background: url("../img/search-sprite.png") center left no-repeat,-moz-linear-gradient(top, #0562ff 0%, #3b83ff 100%);
	background: url("../img/search-sprite.png") center left no-repeat,-webkit-linear-gradient(top, #0562ff 0%, #3b83ff 100%);
	background: url("../img/search-sprite.png") center left no-repeat,-ms-linear-gradient(top, #0562ff 0%, #3b83ff 100%);
	background: url("../img/search-sprite.png") center left no-repeat,linear-gradient(top, #0562ff 0%, #3b83ff 100%);
	background: url("/s/img/search-sprite.png") center left no-repeat,-webkit-linear-gradient(top, #0562ff 0%, #3b83ff 100%);
}
	


.dropdown-menu {
    background-color: #ffffff !important;
	border: #0562ff solid 1px;
}

a {
    color: #003eaa !important;
}

a:hover  {
    color: #0562ff !important;
}

.navbar-brand {
	display: none;
}



li.oneProduct, .oneMainKat, div.slick-slide, #catMen , .topPro {
	border: 1px solid #000000  !important;
}

li.oneProduct:hover, .oneMainKat:hover, div.slick-slide:hover, .topPro:hover  {
	border: 1px solid #0562ff  !important;
}

.oneProduct h4  {
	background: #339966 !important;
}

div.oneProImg {
	border: 0px;
}


#cart .cart-icon {
	text-indent: -99999px;
	width: 54px;
	height: 54px;
	display: block;
	float: left;
	line-height: 1;
	background: url("/shop_cfg/retrocomics/search-sprite.png") top right no-repeat;
}


@media (max-width: 580px) {
  .hdr-wrap {
    background-image: url("/shop_cfg/retrocomics/head-1.png");
    background-position: center top;
    min-height: 70px;
  }
  li.oneOptions { 
	width: 320px;
  }
}

@media (min-width: 400px) {
  #backstartlink{
    display: block !important;
    width: 400px; 
    height: 120px;
  }
}</pre></body></html>