<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;subset=latin-ext');

body {
	padding-bottom: 40px;
    padding-top: 0px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #1c5c9a;
	background-color: #fff;
}
h1 {
	color: #000000;
}
h2 {
	color: #000000;
}
h3 {
	color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
	margin-bottom:0;
}
select {
    width: auto;

}

.mt10 { margin-top: 10px; }
.fs18 { font-size:18px; }
.pt15 { padding-top:15px; }
.pb15 { padding-bottom:15px; }
.pl15 { padding-left:15px; }
.pr15 { padding-right:15px; }

.txtLeft { text-align: left; }
.txtRight { text-align: right; }
.txtCenter { text-align: center; }

#loading { 
	display: none;
    background-color: #0006;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

#loading .loadingInner {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding-top: 15%;
    font-weight: bold;
    line-height: 40px;
}

.nopadding { padding-left:0;padding-right:0;}

.img-responsive-h {
	max-height: 100%;
	max-width: 100%;
}

#container {
    margin: 0 auto;
    padding: 0 0px;
}

#info {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	color: #fff;
	font-size: 20px;
	font-family: "Source Sans Pro", sans-serif;
	padding: 15px 15px;
}

#info p { margin:0; }

#header {
    background-size: cover;
    min-height: 150px;
    padding: 5px 0px;
	padding-bottom:0!important;
    background-color: #e7e7e7;
	margin-bottom:15px;
	background-image: none;
    background-position: top center;
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: no-repeat;
}
#header .navbar-default .navbar-toggle {
    border-color: #1b5f96;
	color: #fff;
    background-color: #1b5f96;
    height: 50px;
    border-radius: 0;
	margin-top: 0;
	margin-left:15px;
}
#header .mobileMenuBtn {
	color: #fff;
	font-weight: bold;
}
#header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding-top: 15px;
    margin-bottom: 0px;
}

#header #basketIconButton { 
	padding-top: 15px;
	border: none;
	background-color: transparent;
	text-align:center;
	width: 100%;
	color:#1c5c9a;
	font-weight:bold;
}

#header #loginIconButton { 
	padding-top: 15px;
	border: none;
	background-color: transparent;
	text-align:center;
	width: 100%;
	color:#1c5c9a;
	font-weight:bold;
}

#header #loginIconButtonMobil { 
	padding-top: 15px;
	border: none;
	background-color: transparent;
	text-align:center;
	width: 100%;
	color:#1c5c9a;
	font-weight:bold;
}

#header #favIconButton { 
	padding-top: 15px;
	border: none;
	background-color: transparent;
	text-align:center;
	width: 100%;
	color:#1c5c9a;
	font-weight:bold;
}

#header .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #1c5c9a;
}

#header #headrow1 {text-align:right;height: 185px;}
#header #headrow2 {
	background-color: transparent;
	height: auto;
	/*background-image: url(img/header_bg.png);background-size: cover;background-position: center;padding-left: 3%;padding-right: 3%;*/
}
#header #headrow3 {text-align:left;height: 185px;}

#header .headInfoText {
    color: #e41e2c;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 15px;
    line-height: 17px;
}

#topmenu { background-color: #ffffff; }

#breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 2px solid #7b7b7b;
    padding-left: 0;
    padding-right: 0;
    background-color: #000;
}
#catRoute {
    padding: 15px 25px;
    color: #fff;
}
#catRoute a {
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: 0px 7px;
}
#catRoute a:hover{
	color: #337ab7;
	text-decoration: none;
}
#catRoute a.normalfontvariant { text-transform: none;  }
.rotate90{
    transform: rotate(90deg);
}

#content-main .form-control {
		border-radius: 0;
		width: 100%;
		background-color: #ececec;
		text-align: left;
		padding: 8px 10px;
		color: #000;
		margin: 0px;
		font-size: 16px;
		border: none;
	}


	
.contentTitle {
    border-bottom: none;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 18px;
    padding: 8px 10px;
    background-color: transparent;
    color: #fff;
    margin-top: 0;
    background-image: url(img/category_bg.png);
    width: auto;
    display: inline-block;
    padding: 15px 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.contentTitle &gt; a {
    color: #fff;
    text-decoration: none;
    padding-right: 1px;
}
.contentTitle &gt; a:hover { text-decoration:none }

.leftBlackBorder {
	border-left: 15px solid #000000;
	padding-left: 10px;
}
.rightBlackBorder {
	border-right: 15px solid #000000;
	padding-left: 10px;
}
.leftWhiteBorder {
	border-left: 15px solid transparent;
	padding-left: 10px;
}
.rightWhiteBorder {
	border-right: 15px solid transparent;
	padding-left: 10px;
}
.yellowBtn {
	background-color: #f1e10f;
	border:1px solid #f1e10f;
	color: #3f3f3f;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
	text-decoration:none; 
	display: inline-block;
}
.yellowBtn:hover { color:#000000; background-color: #d5c518; text-decoration:none; }

.redBtn {
	background-color: #ef0015;
	border:1px solid #ef0015;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
	text-decoration:none;
	display: inline-block;
}
.redBtn:hover { color:#efefef; background-color: #e10f23; text-decoration:none; }

.blackBtn {
	background-color: #000000;
	border:1px solid #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
	text-decoration:none;
}
.blackBtn:hover { color:#efefef; background-color: #2b2a28; text-decoration:none; }

.blueBtn {
    background-color: #1c5c9a;
    border: 2px solid #0264B4;
    color: #fff;
    width: auto;
    padding: 5px 15px;
    border-radius: 0;
    font-weight: bold;
}
.blueBtn:hover { color: #efefef; background-color: #0264B4; text-decoration:none; }


#pageTitleImagePanel {
	height: 210px;
	width: 100%;
}
#pageTitleImagePanel &gt; .pageTitleImage {
	width: 100%;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 210px;
}

#custom-search-input {
    padding: 3px;
    display: inline-block;
    background-color: transparent;
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
}

#custom-search-input .input-group {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 7px;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    background-color: #fff;
    font-size: 20px;
    padding: 3px 5px;
    margin: 0;
        margin-top: 0px;
    margin-top: 0px;
    width: 100%;
    color: #000;
    float: left;
    height: 45px;
    margin-top: 20px;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #ffffff;
    padding: 0 8px 0 10px;
    border: 0;
	float:right;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    margin-top: 2px;
    margin-top: 2px;
    background: none;
    box-shadow: none;
    border: 0;
    color: #46a9fe;
    padding: 0px 10px 0 10px;
    border: 0;
    float: right;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

#custom-search-input-mobile {
    padding: 3px;
    display: inline-block;
    background-color: transparent;
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
	padding: 8px 15px;
}

#custom-search-input-mobile .input-group {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 7px;
}

#custom-search-input-mobile input {
    border: 0;
    box-shadow: none;
    background-color: #fff;
    font-size: 20px;
    padding: 3px 5px;
    margin: 0;
        margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    width: 83%;
    color: #000;
    float: left;
    height: 45px;
    margin-top: 0px;
    border: 3px solid #1b5f96;
}

#custom-search-input-mobile button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #ffffff;
    padding: 0 8px 0 10px;
    border: 0;
	float:right;
}

#custom-search-input-mobile button {
    margin: 2px 0 0 0;
    margin-top: 2px;
    margin-top: 2px;
    background: none;
    box-shadow: none;
    border: 0;
    color: #46a9fe;
    padding: 0px 10px 0 10px;
    border: 0;
    float: right;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#custom-search-input-mobile .glyphicon-search{
    font-size: 23px;
}

#custom-search-input-mobile .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    float: right;
    display: inline-block;
    width: 17%;
}


#productCategoryList {
    background-color: #fff;
    padding-bottom: 15px;
    margin: 0;
}

#productCategoryList &gt; div {
	
}

#productCategoryList &gt; div &gt;  a {
	color: #1d5d9b;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
#productCategoryList .title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 15px;
    padding: 15px;
    margin-top: 0;
}
#productCategoryList ul {
    margin: 0;
    padding: 0 15px;
    list-style-type: none;
}

#productCategoryList ul li {
    margin-bottom: 5px;
}

#productCategoryList ul li a {
    padding: 5px 0px;
}
#productCategoryList ul li a:hover {
	color: #0071CE;
}


#head {
    background-color: #fff;
    padding-bottom: 0px;
}
#topmenu {
    background-color: #E1E1E1;
    padding: 5px 15px;
}
#main{ min-height: 400px;}
#main-content{  min-height: 400px; }
#main-content img {  max-width: 100%; }
.extraContent { margin-top:15px; margin-bottom:15px; font-size:15px;}

#footer {
    background-color: #1c5c9a;
    color: #ffffff;
    padding: 25px;
}
#footer h2{ margin-top:0px; }

#brandCarousel { 
padding-left: 60px;
padding-right: 60px; 
}
#brandCarousel &gt; .owl-nav {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#brandCarousel &gt; .owl-nav &gt; .owl-prev {
	position: absolute;
	left: 0;
	background-color: transparent;
	color: #464646;
	font-size: 65px;
	
}
#brandCarousel &gt; .owl-nav &gt; .owl-next{
	position: absolute;
	right: 0;
	background-color: transparent;
	color: #464646;
	font-size: 65px;
}

.sliderLink {
    background-color: transparent;
    border: 0 solid transparent;
    text-align: center;
    display: inline-block;
}

#popupLayer {
    background-color: rgba(15,15,15,0.5);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
}

#popupForm {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 4100;
    position: relative;
    max-width: 595px;
    margin: 2% auto;
}
#popupFrame {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: no-repeat;
    display: block;
    height: auto;
    margin-left: 35%;
    margin-top: 5%;
    overflow: hidden;
    width: 30%;
    z-index: 4100;
}
#popupTitle {
    color: #fff;
    display: block;
    float: left;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    width: 100%;
    background-color: #007bc2;
    font-size: 15px;
    font-weight: bold;
}
#popupCloseOld {
    background-color: rgb(215, 20, 20);
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 1px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 20px;
    float: right;
}
#popupClose {
    background-color: #007bc2;
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    font-size: 13px;
    text-align: center;
    border-radius: 0;
    padding: 5px 10px;
    float: right;
    position: relative;
    font-weight: 400;
    margin-right: 5px;
    margin-top: 4px;
    color: #fff;
    cursor: pointer;
}
#popupContentOld {
    display: block;
    float: left;
    height: 440px;
    overflow: hidden;
    padding: 0 12px;
    width: 580px;
}

#popupContent {
    display: block;
    float: left;
    min-height: auto;
	height: auto;
    overflow: hidden;
    padding: 15px;
    max-width: 1000px;
    width: 100%;
    background-color: #fff;
}

#putBskLayer {
	background-color: rgba(15,15,15,0.5);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
}
#putBskForm {
	background-color: #313131;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 4100;
    position: relative;
    max-width: 595px;
    margin: 15% auto;
	border: 2px solid #ca121a;
}
#putBskTitle {
	
    padding: 10px 15px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 25px;
    margin-bottom: 20px;
}
#putBskClose {
    width: 100%;
    margin-bottom: 25px;
    padding: 12px;
    background-color: #a0a0a0;
    border: 0;
        border-right-width: 0px;
        border-right-style: none;
        border-right-color: currentcolor;
    border-right: 1px solid #ca121a;
    font-size: 17px;
}
#putBskGoToBsk {
	margin-bottom: 25px;
	width: 100%;
	background-color: #a0a0a0;
	border: 0;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: currentcolor;
	color: #000;
	padding: 10px 10px;
	border-left: 1px solid #ca121a;
	font-size: 18px;
}

.styledSelector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 0;
}
.styledSelector select::-ms-expand {
  display: none;
}

.styledSelector::after {
  content: "\f107";
  font:normal normal normal 14px/1 FontAwesome;
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  position: absolute;
  top: 0px;
  right: 20px;
  color:#E20B12;
  font-size:20px;
  pointer-events: none;
}

#sitemsginfo {
	display: block;
    width: 100%;
    background-color: #56c878;
    padding: 15px 15px;
    color:  #fff;
    font-weight: 400;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 20px;
	
}
#sitemsginfo i {
	margin-right: 10px;
}

#sitemsgwarning {
	display: block;
    width: 100%;
    background-color: orange;
    padding: 15px 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 20px;
	z-index: 999;
}
#sitemsgwarning i {
	margin-right: 10px;
}
#sitemsgerror {
    display: block;
    width: 100%;
    background-color: red;
    padding: 15px 15px;
    color: #ffff;
    font-weight: 400;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 20px;
	z-index: 999;
}
#sitemsgerror i {
	margin-right: 10px;
}
.favBtn {
    
}

.favBtn div img {
    width: 35px;
    height: 35px;
    margin-left: -14px;
}

.favBtn div {
    background-image: url(img/nagyszog_szurke_kicsi.png);
    background-size: 110%;
    background-position: -13px;
    padding: 0px 25px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: 0;
    display: inline-block;
    padding-left: 0;
}

.compBtn {
    float: right;
    padding: 5px 18px;
}
.compBtn input {
    float: left;
    position: relative;
    margin: 5px;
}
.compBtnTxt {font-size: 13px;}

#main-content-left { margin-top: 15px; }

#leftSubMenu {}

#leftSubMenu h2 { border-bottom: 2px solid #000; font-weight: normal; margin-bottom: 5px; }
#leftSubMenu ul {list-style-type: none;padding: 5px 0px;}
#leftSubMenu ul li {display: inline-block;width: 100%;margin-bottom: 5px;}
#leftSubMenu ul li a {font-size: 16px;padding: 5px 10px;width: 100%;width: 100%;display: inline-block;}
#leftSubMenu ul li a:hover { background-color:#efefef; }

.txtCenter { text-align:center; }

.box {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
}
.box  h2 { border-bottom: 2px solid #000; font-weight: normal; margin-bottom: 5px; }
.box  ul {list-style-type: none;padding: 5px 0px;}
.box  ul li {display: inline-block;width: 100%;margin-bottom: 5px;}
.box  ul li a {font-size: 16px;padding: 5px 10px;width: 100%;width: 100%;display: inline-block;}
.box  ul li a:hover { background-color:#efefef; }
.box .boxTitle { 
	font-weight: normal;
	margin-bottom: 5px;
	background-color: #4267B2;
	color: #fff;
	padding: 5px 10px;
	font-size: 30px;
	border-bottom: 2px solid orange;
	margin-top: 15px; 
	width: 100%;
	display: inline-block;
}
.box .boxTitleText { width: 100%;
display: inline-block; }
.box .boxcontent { width: 100%;
display: inline-block; }

#CONTENT-BOXES-TOP img { max-width:100%; }

#content-boxes1 .box {
    display: block;
    width: 100%;
    float: left;
	margin-top:15px;
}
#content-boxes1 .boxTitleText {
    font-weight: bold;
    font-size: 19px;
    border-bottom: 1px solid #3474CE;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#content-boxes2 .box {
    display: block;
    width: 100%;
    float: left;
	margin-top:15px;
}
#content-boxes2 .boxTitleText {
    font-weight: bold;
    font-size: 19px;
    border-bottom: 1px solid #3474CE;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#content-boxes3 .box {
    display: block;
    width: 100%;
    float: left;
	margin-top:15px;
}
#content-boxes3 .boxTitleText {
    font-weight: bold;
    font-size: 19px;
    border-bottom: 1px solid #3474CE;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#content-boxes4 .box {
    display: block;
    width: 100%;
    float: left;
	margin-top:15px;
}
#content-boxes4 .boxTitleText {
    font-weight: bold;
    font-size: 19px;
    border-bottom: 1px solid #3474CE;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
} 
#content-boxes5 .box {
    display: block;
    width: 100%;
    float: left;
	margin-top:15px;
}
#content-boxes5 .boxTitleText {
    font-weight: bold;
    font-size: 19px;
    border-bottom: 1px solid #3474CE;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#content img { max-width:100%; }

#content-left {
    background-color: #e7e7e7;
    box-shadow: 0px 0px 2px #000;
	padding:0;
}

#basketIndicatorPanel { 
	position: absolute;
    left: 0;
	right:0;
	top:0;
	text-align:center;
}

#basketIndicator {
    display: inline-block;
    background-color: orange;
    border-radius: 40px;
    width: 25px;
    height: 25px;
    padding: 3px 5px;
    color: #000;
    margin-left: 13px;
    margin-top: 10px;
}

.owl-item .discountIcon {
    background-image: url(img/discount.png);
    background-position: top left;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 20px;
    left: 0;
}




.owl-item { text-align:center; padding: 0px 10px;  }
.owl-item .slPanel {
	min-width: 200px;
    border: 1px solid #d4d4d4;
    display: block;
    height: 392px;
    overflow: hidden;

}
.owl-item .slImg {
    display: inline-block;
    height: 230px;
    overflow: hidden;
    padding: 5px;
}
.owl-item .slTxt { display:inline-block; background-color: #1c5c9a;color: #fff;font-size: 12px;width: 99%;padding: 5px 2px;}
.owl-item .slTextRow1 {

    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    text-align: left;
    font-size: 10px;
    padding: 5px 0px;
    text-indent: -6000px;

}
.owl-item .slTextRow2 { display:inline-block; padding: 10px 10px;background-color: #088647;position: absolute;right: 15px;margin-top: -20px;font-size: 14px;}
.owl-item .slTextRow3 {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 5px;
    font-size: 1em;
    line-height: 14px;
    height: 46px;
    overflow: hidden;
}
.owl-item .slPrice {
    display: inline-block;
    width: 100%;
}

.owl-item .slPrice .normalPricePanelPartner {background-color: #ffb923; margin-top: 5px
}
.owl-item .slPrice .normalPricePanelPartner .old_price_net { color: #fff;}
.owl-item .slPrice .normalPricePanelPartner .price_net_f { background-color: #ffb923;color: #fff;margin-bottom: 0;padding: 0;border: 0;}
.owl-item .slPrice .normalPricePanelPartner .price_gross_f { background-color: #ffb923;color: #fff;margin-bottom: 0;padding: 0;border: 0;}

.owl-item .slPrice .normalPricePanelPartner .price_disc_net_f { background-color: #ffb923;color: #fff;margin-bottom: 0;padding: 0;border: 0;}
.owl-item .slPrice .normalPricePanelPartner .price_disc_gross_f { background-color: #ffb923;color: #fff;margin-bottom: 0;padding: 0;border: 0;}

.owl-item .slPrice .discountPricePanelPartner { 
	background-color: #ffb923;
	border: 1px solid #fff;
	border-top: 0px;
}
.owl-item .slPrice .discountPricePanelPartner .old_price_net {
    width: 100%;
    text-align: center;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}
.owl-item .slPrice .discountPricePanelPartner .price_disc_net_f
{
  color: #fff;
  width: 100%;
  display: inline-block;
}
.owl-item .slPrice .discountPricePanelPartner .price_disc_gross_f {
  color: #fff;
  width: 100%;
  display: inline-block;
}

.owl-item .slPrice .normalPricePanel {
    background-image: none;
    background-color: #1c5c9b;
    display: inline-block;
    color: #fff;
    width: 99%;
    background-position: top left;
    background-size: cover;
    float: left;
    text-align: center;
    padding-top: 0;
    margin: 1%;
        margin-top: 1%;
    margin-top: 1%;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.owl-item .slPrice .discountPricePanel {

    background-image: none;
    display: inline-block;
    color: #fff;
    width: 98%;
    background-position: top left;
    background-size: cover;
    float: left;
    text-align: center;
    padding-top: 0;
    margin: 1%; margin-top: 1%;
    margin-top: 5px;
    background-color: #e31e24;
}

.owl-item .price_net_f { display:inline-block; width: 100%;background-color: #1c5c9b;font-size: 14px;}
.owl-item .price_gross_f { display:inline-block; width: 100%;background-color: #1c5c9b;font-size: 12px; }
.owl-item .old_price_net { display:inline-block; width: 100%;background-color: #1c5c9b;text-decoration: line-through;font-size: 14px;}
.owl-item .old_price_gross { display:inline-block; }
.owl-item .slPrice .discountPricePanel.price_disc_net_f { display:inline-block; width: 100%;background-color: #e31e24;padding-right: 15px;text-align: right;font-size: 14px;}
.owl-item .slPrice .discountPricePanel .price_disc_gross_f {
    display: inline-block;
    width: 100%;
    background-color: #e31e24;
    font-size: 11px;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 4px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    position: absolute;
    top: 45%;
}

.owl-carousel .owl-stage-outer {
   max-height: 420px;
}
.owl-prev { 
	float:left; 
	margin-left: -20px;
	color:#a1a1a1;
	font-size:50px;
	font-weight:bold;
}
.owl-next {
    float: right;
    margin-right: -20px;
	color:#a1a1a1;
	font-size:50px;
	font-weight:bold;
}

#testpanel { position:fixed; bottom: 0; left: 0; z-index: 2; }

#header-cat-menu .navbar-nav &gt; li &gt; a:hover { background-color: #EAEAEA; color:#333; }

@media only screen and (min-width : 320px) {
	
	#header .navbar-default &gt; div {
		padding: 0;
		margin-left: 0px;
	}
	.nav &gt; li &gt; a {
		padding: 10px 10px;
	}
	#header .navbar-nav &gt; li:first-child {
		background-image: none;
		padding-left: 0px;
		background-repeat: no-repeat;
		background-position: left top;
	}

	#header .navbar-nav &gt; li:last-child {
		background-image: none;
		padding-right: 0;
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	#header .navbar-nav &gt; li &gt; a {
		padding-top: 8px;
		padding-bottom: 8px;
		color: #fff;
		background-color: #1c5c9a;
		font-size: 15px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
	#header .navbar-default &gt; div {
		padding: 0;
		margin-left: 0px;
	}
	.nav &gt; li &gt; a {
		padding: 10px 10px;
	}
	#header .navbar-nav &gt; li:first-child {
		background-image: none;
		padding-left: 0px;
		background-repeat: no-repeat;
		background-position: left top;
	}

	#header .navbar-nav &gt; li:last-child {
		background-image: none;
		padding-right: 0;
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	#header .navbar-nav &gt; li &gt; a {
		padding-top: 8px;
		padding-bottom: 8px;
		color: #fff;
		background-color: #1c5c9a;
		font-size: 15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	#header .navbar-default &gt; div {
		padding: 0;
		margin-left: 0px;
	}
	
	.nav &gt; li &gt; a {
		padding: 10px 10px;
	}
	
	#header .navbar-nav &gt; li:first-child {
		background-image: url(img/link-blue-left.png);
		padding-left: 30px;
		background-repeat: no-repeat;
		background-position: left top;
	}

	#header .navbar-nav &gt; li:last-child {
		background-image: url(img/link-blue-right.png);
		padding-right: 48px;
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	#header .navbar-nav &gt; li &gt; a {
		padding-top: 15px;
		padding-bottom: 15px;
		color: #fff;
		background-color: #1c5c9a;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	#header .navbar-default &gt; div {
		padding: 0;
		margin-left: 0px;
	}
	
	.nav &gt; li &gt; a {
		padding: 10px 10px;
	}
	
	#header .navbar-nav &gt; li:first-child {
		background-image: url(img/link-blue-left.png);
		padding-left: 30px;
		background-repeat: no-repeat;
		background-position: left top;
	}

	#header .navbar-nav &gt; li:last-child {
		background-image: url(img/link-blue-right.png);
		padding-right: 48px;
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	#header .navbar-nav &gt; li &gt; a {
		padding-top: 15px;
		padding-bottom: 15px;
		color: #fff;
		background-color: #1c5c9a;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.nav &gt; li &gt; a {
		padding: 10px 15px;
	}
	
	#header .navbar-default &gt; div {
		padding: 0;
		margin-left: -15px;
	}
	
	#header .navbar-nav &gt; li:first-child {
		background-image: url(img/link-blue-left.png);
		padding-left: 30px;
		background-repeat: no-repeat;
		background-position: left top;
	}

	#header .navbar-nav &gt; li:last-child {
		background-image: url(img/link-blue-right.png);
		padding-right: 48px;
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	#header .navbar-nav &gt; li &gt; a {
		padding-top: 15px;
		padding-bottom: 15px;
		color: #fff;
		background-color: #1c5c9a;
		padding-left:10px;
		padding-right:10px;
	}
}
	
	</pre></body></html>