<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
    background: url(../bg/header_mid.jpg) repeat-x;
}

#header &gt; .container-fluid {
    background: url(../bg/header_right.jpg) no-repeat;
}

#header .header-box {
    padding: 0;
}

.header-box .logo-col &gt; a {
    height: 214px;
    width: 321px;
    display: block;
    background: url(../bg/header_logo.jpg);
}

.header-box a img {
    display: none;
}

.brandLogo img {
    max-width: 100px;
    max-height: 100px;
}

.basketImage img {
    max-width: 100px;
    max-height: 100px;
}

p.center{
    text-align: center;
}
.subcatList .panel-body a {
    display: block;
    height: 140px;
    line-height: 135px;
    text-align: center;
}

.subcatList .panel-body {
    padding: 5px;
}
.subcatList .panel-body a img {
    max-height: 140px;
    vertical-align: middle;
    display: initial;
}

body {
    background-image: url(../bg/logo.png);
}

#mainnav .nav&gt;li {
    width: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#mainnav .nav.navbar-right&gt;li {
    display: none;
}
#mainnav .nav&gt;li&gt;a {
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
nav .navbar-collapse,
nav .container-fluid {
    padding: 0 ;
}
.nav.navbar-nav .fa-angle-down {
    display: none;
}
.navbar-nav &gt; li {
    height: 70px;
    border-right: 1px solid #c19e67;
}

.boxwrapper .list-container .gridView .productBox .picture.isaction_de,
.boxwrapper .list-container .gridView .productBox .picture.isaction_en,
.boxwrapper .list-container .gridView .productBox .picture.isaction_ru {
    border: 1px solid #ffcccc;
}

.boxwrapper .list-container .infogridView .productBox .picture.isaction_de,
.boxwrapper .list-container .infogridView .productBox .picture.isaction_en,
.boxwrapper .list-container .infogridView .productBox .picture.isaction_ru {
    border: 1px solid #ffcccc;
}

.boxwrapper .list-container .lineView .productBox .picture.isaction_de,
.boxwrapper .list-container .lineView .productBox .picture.isaction_en,
.boxwrapper .list-container .lineView .productBox .picture.isaction_ru {
    border: 1px solid #ffcccc;
}

.detailsInfo .picture.isaction_de,
.detailsInfo .picture.isaction_en,
.detailsInfo .picture.isaction_ru {
    border: 1px solid #ffcccc;
}



.productBox .picture div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: 12px;
}

.detailsInfo .picture img {
    display: initial;
    text-align: center;
}

/*.detailsInfo .picture div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: 12px;
}*/

.productBox .picture.isaction_de div {
  background: url(../bg/de_sale_s.png) top left no-repeat;
}

.productBox .picture.isaction_en div {
  background: url(../bg/en_sale_s.png) top left no-repeat;
}

.productBox .picture.isaction_ru div {
  background: url(../bg/ru_sale_s.png) top left no-repeat;
}

.detailsInfo .picture.isaction_de div {
  background: url(../bg/de_sale.png) top left no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: 12px;
}

.detailsInfo .picture.isaction_en div {
  background: url(../bg/en_sale.png) top left no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: 12px;
}

.detailsInfo .picture.isaction_ru div {
  background: url(../bg/ru_sale.png) top left no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: 12px;
}

.price.newprice {
    color: red;
}
.price.newprice .price-markup,
.price.newprice .price-from {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.pricebox #productPrice {
    float: none;
}
#productinfo .dropdown-menu {
    left: 0;
}
@media (max-width: 760px) {
    div.container {
	overflow: hidden;
    }
    nav#mainnav .navbar-toggle {
	margin-left: 30px;
    }
    #mainnav .nav &gt; li {
	width: 100%;
    }
    #auorg-bg {
        position: relative !important;
        t-op: 100px !important;
	r-ight: 25px !important;
	float: left;
    }
}
</pre></body></html>