/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }


@media only screen and (min-width: 1260px) {
  .owl-carousel {
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  #ajax-slider-crosssel .owl-carousel {
    max-width: 1200px;
    margin-left: -16px;
    margin-right: auto;
  }
  #ajax-slider-crosssel {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  #ajax-slider-crosssel .owl-carousel {
    width: 100%;
    max-width: none;
  }

}


  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.4labels.pl/skin/frontend/s4labels/default/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#F26722}

.nole_silder {
  /*  position: relative;
    top: 80px;*/
    margin-top: 10px;

}

/*div.slide-link{height: 50px; overflow: hidden; margin-top: 10px;}*/

.slide-link h3 {
    height: 30px;
    color: #6b6565;
    font-size: 13px;
    font-family: 'Dosis-SemiBold',sans-serif;
    font-weight: 400;
    padding: 0 15px;
    text-align: center;
}
.slide-link h3 a {
    color: #6b6565;
}
.nole_silder::after {
    content:"";
    width: 100%;
    height: 25px;
    display: block;
    padding: 0px;
    background-image: url(https://www.4labels.pl/skin/frontend/s4labels/default/images/orange_line_shadow.png);
    background-repeat: repeat-x;
    margin-top: -28px;
}
.no-line::after {
    display:none;
}
#ajax-slider-crosssel .nole_silder::after {
    content: "";
    background-image: none;
}

#ajax-slider-crosssel .page-container {

    border: 1px solid black;

}

@media screen and (max-width: 770px){
    .nole_silder {
/*position: relative;*/
top: 80px;
/*height: 200px;*/
}

    .mi-slider {
    /*    height: 300px;*/
    }
    .mi-slider nav {
      /*  top: -60px;*/
    }
}

.nole_silder .owl-item {
    margin-top: 10px;
}

.nole_silder .label-container {
    width:100%;
    margin: 0 auto;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Dosis-SemiBold',sans-serif;
}
@media screen and (min-width: 1260px){
    .nole_silder .label-container {
        max-width: 1260px;
    }
    #ajax-slider-crosssel .label-container {
        max-width: none;
        width:100%;
    }
}

.nole_silder .tab-container .page-container {
    border-width: 3px;
    border-color: #FF4600;
    background: #fff;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.nole_silder .tab-container .label-container.top .label-active {
    border-bottom: none;
    border-width: 3px;
    color: #fff;
    border-color: #FF4600;
    background: #FF4600;
}
.nole_silder .tab-container .label-container .label-inactive {
    border-width: 1px;
    color: #6b6565;
    border-color: #FF4600;

}

.nole_silder .price {
    white-space: nowrap;
    font-family: 'Open Sans Extrabold Italic', sans-serif;
    font-weight: 800;
    color: #091137;
    font-size: 16px;
    text-align: center;
    width: 240px;
    display: block;
}

.nole_silder .old-price {
     text-decoration: line-through;
     color: #999;
 }

#ajax-slider-crosssel .nole_silder .price {
    width: 100%;
}

.owl-prev {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 24%;
    margin-left: 0px;
    display: block!IMPORTANT;
    border:0px solid black;
    background-image: url(https://www.4labels.pl/skin/frontend/s4labels/default/le_itemslider/images/icon-prev.png);
    background-repeat: no-repeat;
    background-position: center;
}

.owl-next {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 24%;
    right: 0px;
    display: block!IMPORTANT;
    border:0px solid black;
    background-image: url(https://www.4labels.pl/skin/frontend/s4labels/default/le_itemslider/images/icon-next.png);
    background-repeat: no-repeat;
    background-position: center;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

.nole_silder .owl-nav .disabled {display: none!IMPORTANT;}
.nole_silder .disabled {display: none!IMPORTANT;}

#ajax-slider-crosssel .nole_silder .tab-container .label-container.top .label-active {
	background: #fff;
	color: #505050;
	border-color: #e1e1e1;
	border-width: 1px;
}
#ajax-slider-crosssel .nole_silder .tab-container .label-container .label-inactive {
	border-width: 1px;
    color: #505050;
    border-color: #e1e1e1;
}
#ajax-slider-crosssel .page-container {
	border: 1px solid #e1e1e1;	
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {padding-left:15px; background-image:url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr::before, div.block-layered-nav dd a.amshopby-attr-selected::before {border-style: none !important;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background-image:url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd .single-choice a.amshopby-attr,
div.block-layered-nav dd .single-choice a.amshopby-attr:hover
{background-image: url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-rb1.gif);}

div.block-layered-nav dd .single-choice a.amshopby-attr-selected
{background-image: url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-rb2.gif);}
.amshopby-swatch {
    background-image: url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-cb1.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a {
    padding-left:15px;
    background-image:url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav li.amshopby-cat-multiselected a {
    font-weight: bold;
    background-image:url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav.amshopby-collapse-enabled dl dt {
     cursor:pointer;
     padding-left:15px;
     background:url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt::after {
    border-style: none !important;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {background:url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{background:url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed{background:url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dd .no-display {
    display: block!important;
}

div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.4labels.pl/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}
.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.4labels.pl/skin/frontend/base/default/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f18200; border: 1px solid #de5400; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-item-top{
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0px;
    }
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt{background:url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dl dt.current{background:url(https://www.4labels.pl/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
}

div.block-layered-nav ol:not(.single-choice) select option[selected] { color:white; background-color: rgba(171, 171, 171, 1); }

.amshopby-apply-button {width: 180px; height: 40px; margin-top: 1em;}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}

#custommenu {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 2px;
    height: auto;
    margin: 15px 0 0 0;
}

/*IE7 fix*/
*:first-child + html #custommenu {
    z-index: 998;
}

div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.menu a:link, div.menu a:visited {
    display: block;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

div.menu a span {
    display: block;
    height: 28px;
    padding-right: 0px;
    padding-top: 14px;
}

@media only screen and (max-width: 958px) {
    div.menu a span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 906px) {
    div.menu a span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 855px) {
    div.menu a span {
        font-size: 10px;
    }
}

div.menu a span:hover {
    cursor: pointer;
}

div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}

div.wp-custom-menu-popup-p {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}

.manufacturer-name-list {
    margin-left: 40px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Dosis-SemiBold', sans-serif;
    font-weight: 400;
}

div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    height: auto;
    line-height: 13px;
}

.manufacturer-list ul {
    float: left;
}

.manufacturer-list-m ul {
    float: left;
    width: 20%;
}

div.level1 {
    margin-bottom: 5px;
}

div.level2 {
    margin-bottom: 5px;
}

div.block1 {
    padding-top: 0px;
    display: block;
}

div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

a.level1:link, a.level1:visited {
    /* margin-top: 10px;
     margin-bottom: 10px; */
    /*padding: 5px 10px;*/

}

a.level2:link, a.level2:visited {
    /*  padding: 3px 10px; */

}

/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] div.block2 {
    display: block;
}

* html div.block2 {
    height: 1%;
}

div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}

div.block2 p a {
    display: inline;
}

div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}

div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}

div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}

/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 100%; /* for 2 columns*/
    min-height: 150px;
    /* padding: 0px 1%;
     margin: 10px 0px 10px 0px; */
}

.column .firs div.odd {
}

.block1 div.odd {
    border-right: 1px solid #004488;
}

/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}

.clearBoth {
    clear: both;
    height: 0;
    overflow: hidden;
}

div.level1 {
    margin-bottom: 0px;
}

div.wp-custom-menu-popup {
    background-color: #fff;
    border: solid 10px #ff4600;
    min-height: 300px;
}

div.wp-custom-menu-popup-p {
    background-color: #fff;
    border: solid 10px #ff4600;
    min-height: 300px;
}

div#popup16 {
    min-height: 376px;
}

div#popup19 {
    height: 300px !important;
    min-height: 300px !important;
}

/*
div.wp-custom-menu-popup::after {
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    margin-left:280px;
    min-height: 290px;
    height: 100%;
    display: block;
    border-right: solid 10px #ff4600;
}

div#popup19 div.wp-custom-menu-popup::after {
    height: 135px !important;
    min-height: 135px !important;
}

div.menu a:link, div.menu a:visited {
}
*/
div.menu a:hover {
    background: #f1f1f1;
}

div.menu a, div.wp-custom-menu-popup a {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}

div.menu .brand a, div.wp-custom-menu-popup .brand a {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}

/*FONTS*/
div.menu {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Dosis-SemiBold', sans-serif;
    font-weight: 400;
    line-height: 0;
}

a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
}

a.level2:link, a.level2:visited {
    /*margin-left: 20px;*/
}

/*COLOR*/
#custommenu {
    /* background-color: #fff;*/
    width: 1200px;
    margin: auto;
}

@media only screen and (max-width: 1220px) {
    #custommenu {
        /* background-color: #fff;*/
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width: 770px) {
    #wp-nav-container-desctop {
        display: none;
    }
}

@media only screen and (min-width: 770px) {
    #wp-nav-container {
        display: none;
    }
}

div.menu a:link, div.menu a:visited {
    /*  background-color: #fff; */
    color: #fff;
    text-transform: uppercase;
}

div.menu a:hover {
    background-color: #ff4600;

}

a.level1:link, a.level1:visited {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Dosis-SemiBold', sans-serif;
    font-weight: 400;
}

a.level2:link, a.level2:visited {
    color: #636363;
}

div.menu.act a {
    background: #091137;
}

div.menu a:hover,
div.menu.active a {
    color: #fff;
    background: #ff4600;
}

a.level1:hover, a.level1.act, a.level1.actParent {
    color: #2d2b2b;
    background: #ffe3d9; /* #091137; */
}

a.level1.actFirst {
    color: #2d2b2b;
    background: #ffe3d9; /* #091137; */
}

a.level2:hover, a.level2.act, a.level2.actParent {
    color: #3399cc;
}

a.level3:hover, a.level3.act, a.level3.actParent {
    color: #3399cc;
}

a.level4:hover, a.level4.act, a.level4.actParent {
    color: #3399cc;
}

.block2 table.brand {
    float: left;
}

.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}

/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}

html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}

* html #menu-button, * html .parentMenu {
    height: 1%;
}

#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#custommenu-mobile {
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}

#menu-button {
    float: none;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    display: none;
}

#menu-button a:link, #menu-button a:visited {
    color: #fff;
    display: block;
    float: left;
    margin-left: 45%;
    position: relative;
    padding: 0px 10px;
}

#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}

#menu-button:hover {
    cursor: pointer;
}

#menu-button:hover a:after {
    opacity: 1;
}

.menu-mobile div.column {
    float: none;
    padding: 5px;
    background: #fff;
}

.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}

.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}

.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}

.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}

.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}

.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}

.menu-mobile .parent {
    background-color: #fff;
}

/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}

.menu-mobile .parentMenu a:link,
.menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #636363;
    display: block;
}

.menu-mobile .parentMenu:hover {
    cursor: pointer;
}

.parentMenu {
    position: relative;
}

.parentMenu a {
    display: block;
}

#menu-button {
    cursor: pointer;
}

.menu-mobile div.level2 {
    margin-bottom: 0;
}

.menu-mobile a:hover {
    text-decoration: none;
}

.menu-mobile.level0 .parentMenu a:link,
.menu-mobile.level0 .parentMenu a:visited {
    text-transform: uppercase;
}

.menu-mobile .parentMenu a.level1:link,
.menu-mobile .parentMenu a.level1:visited,
.menu-mobile .parentMenu a.level2:link,
.menu-mobile .parentMenu a.level2:visited {
    text-transform: none;
}

.menu-mobile .parentMenu a.level1:link,
.menu-mobile .parentMenu a.level1:visited {
    margin-left: 20px;
}

.menu-mobile .parentMenu a.level2:link,
.menu-mobile .parentMenu a.level2:visited {
    margin-left: 40px;
}

.menu-mobile .parentMenu a:hover,
.menu-mobile .parentMenu a.act,
.menu-mobile .parentMenu a.actParent {
    color: #3399cc;
}

#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}

#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}

#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}

#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}

/*BG*/
#custommenu-mobile .parentMenu:hover a:link, #custommenu-mobile .parentMenu:hover a:visited, #custommenu-mobile .parentMenu:hover {
    background-color: #fff;
}

#custommenu-mobile .level0 {
    background-color: #ededed;
}

#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}

#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}

.column4labels {
    float: left;
    width: 60%;
}

.first .itemMenu .block4labels {
    margin-top: 10px;
    border-right: 1px solid #004488;
}

.menu-static-block {
    top: 0;
    left: 238px;
    position: absolute;
}

.menu-static-block .item {
    width: 288px;
    text-align: center;
    margin-top: 6px;
}

@media only screen and (max-width: 1220px) {
    .menu-static-block {
        display: none;
    }
}

.menu-static-block h2 {
    color: #FF4600;
    text-align: center;
    margin-top: 0;
}

.menu-static-block-level1 h2 {

}

.menu-static-block .item a {
    margin: 0 auto;
    height: 214px;
    display: block;
    padding: 0;
    line-height: 20px;
}

.menu-static-block-level1 .item {
    margin-top: 0px;
}

.menu-static-block-level1 .item a {
    margin: 0 auto;
    height: 214px;
    display: block;
    padding: 0;
    line-height: 20px;
}

.menu-static-block-level1 .item img {
    width: 180px;
    display: block;
    margin: 0 auto;
}

.menu-static-block .item img {
    width: 180px;
    display: block;
    margin: 0 auto;
}

.menu-static-block-level1 {
    /* top: 17px;
     left: 290px;
     position: absolute;
     width: 186px;
     display: block;*/
}

.ddsmoothmenu .menu-static-block-level1 a.level3 {
    line-height: 20px;
    margin-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0px;
}

.menu-static-block-level1 .coll-0,
.menu-static-block-level1 .coll-1 {
    /*height: 26px;*/
    margin-bottom: 0px;

}

/*
.menu-static-block-level1 ul li  a:hover {
    background: #fff;
    color: white;
}
*/

#custommenu ul li ul {
    /*   display: none; */
}

ul.parent-menu li a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Dosis-SemiBold', sans-serif;
    font-weight: 400;
}

/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */

/*------------------------------------*\
    NAV
\*------------------------------------*/
#custommenu {
    /*background-color: #091137;*/
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    /* Bring the nav above everything else--uncomment if needed.
    position: relative;
    z-index: 5;
    */
    position: relative;
    z-index: 5;
}

#custommenu li {
    /*  float: left;
      margin-right: 10px; */
    /*  position: relative; */
}

#custommenu a {
    line-height: 43px;
    /*height: 43px;*/
    color: #fff;
    /*background-color: #333;*/
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

#custommenu a:hover {
    color: #fff;
    background-color: #6b0c36;
    text-decoration: none;
}

#custommenu ul li ul li a {
    /*width: 180px;*/
}

/*--- DROPDOWN ---*/
#custommenu ul li ul {
    background-color: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(255, 255, 255, 0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: absolute;
    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display: none;) */
    top: 43px;
    width: 269px;
    z-index: 999;
    border-left: solid 2px #dadada;;
}

#custommenu ul li ul li {
    /*  padding-top: 1px; */ /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
    /*  width: 150px; */
}

#custommenu ul.display-m li {
    /*   border-right: solid 2px #dadada;; */
    background: #efefef;
}

#custommenu ul.display-m li a.level1:hover {
    border-right: solid 2px #fff;
    background: #fff;
}


#custommenu ul li ul a {
    /*  white-space: nowrap; */ /* Stop text wrapping and creating multi-line dropdown items */
}

#custommenu ul li:hover ul { /* Display the dropdown on hover */
    background-color: #aaaaaa;
    left: 0; /* Bring back on-screen when needed */
}

#custommenu ul li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background-color: #ff4600;
    text-decoration: none;
}

#custommenu li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
    background-color: #fff;
    color: #6b6565;
    /* background: url(https://www.4labels.pl/media/images/right.gif) no-repeat; */

}

#custommenu ul li ul li a:hover {
    color: #ff4600;
}

/*#custommenu ul li:hover*/
#custommenu ul li a.level1:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    color: #ff4600;
    line-height: 39px;
    background-color: #fff;
    border-top: solid 2px #dadada;
    border-bottom: solid 2px #dadada;
}

#custommenu ul li ul li.col-0, #custommenu ul li ul li.col-1 {
    background-color: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    /*  background: rgba(255,255,255,0);*/ /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: static;
    /*left: 9999px;*/
    display: none;
    z-index: 10;
    margin-top: 1px;
}
@media only screen and (min-width: 1200px) {
    #custommenu ul li ul li:hover li.col-0 { /* Display the dropdown on hover */
        background-color: #fff;
        width: 260px;
        left: 265px;
        top: -44px;
        position: absolute;
        float: left;
        display: block;
        z-index: 999990;
    }

    #custommenu ul li ul li:hover li.col-1 { /* Display the dropdown on hover */
        background-color: #fff;
        width: 260px;
        left: 520px;
        top: -44px;
        position: absolute;
        float: right;
        z-index: 999990;
        display: block;
    }
    #custommenu ul li ul li:hover ul.display-m:before {
        left: 0;
    }

    #custommenu ul.display-m li a.level1 {
        border-right: solid 2px #dadada;
        background: url(https://www.4labels.pl/media/images/right.gif) no-repeat;
        background-position: 90% 50%;
    }

}
@media only screen and (max-width: 1199px) {
    #custommenu li:hover ul li a.level1 {
        text-decoration: none;
      /*  background-color: #efefef;
        border-right: solid 2px #dadada;*/
    }
    #custommenu ul.display-m li a.level1:hover {
        border-right: solid 2px #dadada;
        background: #fff;
    }
    #custommenu ul.display-m {
        border-bottom: solid 2px #dadada;
    }
}
ul.m-level-1 {
    width: 300px;
}

#custommenu ul li ul li a.level2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    width: 300px;
}

#custommenu ul li ul li a.level3 {
    font-size: 14px;
    line-height: 18px;
    height: 20px;
    text-transform: initial;
}

#custommenu ul li ul.display-m:before {
    content: " ";
    position: absolute;
    background-color: #efefef;
    border-left: solid 2px #dadada;;
    border-right: solid 2px #dadada;;
    border-top: solid 2px #dadada;;
    border-bottom: solid 2px #dadada;;
    margin-left: -2px;
    z-index: -1;
    -webkit-box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
}

/*#custommenu  ul li ul.display-m:before {*/
#custommenu ul li ul li.col-0-before:before {
    content: " ";
    position: absolute;
    width: 800px;
    height: 262px;
    background-color: #fff;
    z-index: -1;
    border-right: solid 2px #dadada;
    border-bottom: solid 2px #dadada;
    -webkit-box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
}


#custommenu .item p {
    line-height: 19px;
}

@media only screen and (min-width: 1200px) {
    /* KODY KRESKOWE */
    #custommenu #parentMenu-3 ul li ul.display-m:before {
        width: 270px;
        height: 292px;
        left: -1px;
    }

    #custommenu #parentMenu-3 ul li ul li.col-0-before:before /*, #parentMenu-3 ul li ul li.col-1:before */
    {
        width: 800px;
        height: 292px;
    }

    /* ETYKIETY I TAŚMY */
    #custommenu #parentMenu-16 ul li ul {
        width: 309px;
    }

    #custommenu #parentMenu-16 ul li ul.display-m:before {
      /*  width: 309px;
        height: 490px;*/
        display: none;
    }

    #custommenu #parentMenu-16 ul li ul li.col-0-before:before /*, #parentMenu-16 ul li ul li.col-1:before */
    {
      /*  width: 680px;
        height: 490px; */
        display: none;
    }

    #custommenu #parentMenu-16 ul li ul li:hover ul.display-m:before {
      /*  width: 981px;*/
        display: none;
    }

    #custommenu #parentMenu-16 ul li ul li:hover li.col-0 {
        left: 304px;
    }

    #custommenu #parentMenu-16 ul li ul li:hover li.col-1 {
        left: 630px;
    }

    #custommenu #parentMenu-16 .menu-static-block {
        /* top: 0; */
        /* left: 238px; */
        /* position: absolute; */
        position: static;
    }

    #custommenu #parentMenu-16 ul li ul li a.level3 {
        width: 325px;
    }

    /* DLA HANDLU I USŁUG */
    #custommenu #parentMenu-184 .menu-static-block {
        position: static;
    }

    #custommenu #parentMenu-184 ul li ul.display-m:before {
      /*  width: 269px;
        height: 424px; */
        display: none;
    }

    #custommenu #parentMenu-184 ul li ul li.col-0-before:before {
       /* width: 558px;
        height: 424px; */
        display: none;
    }

    /* DPD */
    #custommenu #parentMenu-439 .menu-static-block {
        position: static;
    }

    #custommenu #parentMenu-439 ul li ul.display-m:before {
        /*  width: 269px;
          height: 424px; */
        display: none;
    }

    #custommenu #parentMenu-439 ul li ul li.col-0-before:before {
        /* width: 558px;
         height: 424px; */
        display: none;
    }

    /* USŁUGI */
    #custommenu #parentMenu-19 .menu-static-block {
        position: static;
    }

    #custommenu #parentMenu-19 ul li ul.display-m:before {
        width: 269px;
        height: 324px;
    }

    #custommenu #parentMenu-19 ul li ul li.col-0-before:before {
        width: 303px;
        height: 324px;
    }

    /* OPROGRAMOWANIE */
    #custommenu #parentMenu-208 ul li ul.display-m:before {
      /*  width: 269px;
        height: 160px;*/
        display:none;
    }

    #custommenu #parentMenu-208 ul li ul li.col-0-before:before {
        /*width: 302px;
        height: 160px;*/
        display: none;
    }

    #custommenu #parentMenu-208 ul li ul li a.level2 {
        font-size: 14px;
        line-height: 18px;
        text-transform: initial;
    }

    /* RFID */
    #custommenu #parentMenu-333 ul li ul.display-m:before {
        width: 269px;
        height: 167px;
    }

    #custommenu #parentMenu-333 ul li ul li.col-0-before:before {
        width: 311px;
        height: 167px;
    }

}

/* PRODUCENCI */
#custommenu #parentMenu-105 ul li:hover ul {
    display: none;
}

#custommenu #parentMenu-105 ul.display-m {
    display:none;
}

/* NAGRODY */
#custommenu #parentMenu-289 ul li:hover ul {
    display: none;
}

#custommenu #parentMenu-289 a {
    text-align: right;
    width: 155px;
}

#custommenu #parentMenu-289 a:before {
    content: '';
    background-image: url(https://www.4labels.pl/skin/frontend/s4labels/default/images/awards/pucharek.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 20px;
    display: block;
    margin-top: 10px;
    margin-left: -7px;
    position: absolute;
}

@media only screen and (max-width: 1135px) {
    #custommenu ul li a {
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }
    #custommenu #parentMenu-289 a {
        text-align: right;
        width: 135px;
    }

    #custommenu #parentMenu-289 a:before {
        margin-left: -3px;

    }
}

@media only screen and (max-width: 906px) {
    #custommenu ul li a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
#custommenu #parentMenu-6 {}

/*#custommenu #parentMenu-444 ul.display-m,*/
#custommenu #parentMenu-6 ul.display-m,
#custommenu #parentMenu-15 ul.display-m,
#custommenu #parentMenu-16 ul.display-m,
#custommenu #parentMenu-129 ul.display-m,
#custommenu #parentMenu-184 ul.display-m,
#custommenu #parentMenu-439 ul.display-m,
#custommenu #parentMenu-208 ul.display-m {
    width: 1200px;
}
#custommenu #parentMenu-444 ul.display-m
{
    display: none;
}
#custommenu #parentMenu-444 ul.display-m li,
#custommenu #parentMenu-6 ul.display-m li,
#custommenu #parentMenu-15 ul.display-m li,
#custommenu #parentMenu-16 ul.display-m li,
#custommenu #parentMenu-129 ul.display-m li,
#custommenu #parentMenu-184 ul.display-m li,
#custommenu #parentMenu-439 ul.display-m li,
#custommenu #parentMenu-208 ul.display-m li {
    float: left;
    width: 33%;
    height: 50px;
    padding-top: 16px;
    background-color: #fff;
}

#custommenu #parentMenu-6 ul li ul li:hover li.col-0 {

}

#custommenu #parentMenu-444 ul li:hover  ul.m-level-1,
#custommenu #parentMenu-6 ul li:hover  ul.m-level-1,
#custommenu #parentMenu-15 ul li:hover  ul.m-level-1,
#custommenu #parentMenu-16 ul li:hover  ul.m-level-1,
#custommenu #parentMenu-129 ul li:hover  ul.m-level-1,
#custommenu #parentMenu-184 ul li:hover  ul.m-level-1,
#custommenu #parentMenu-439 ul li:hover  ul.m-level-1,
#custommenu #parentMenu-208 ul li:hover  ul.m-level-1 {
   /* position:static;*/
    display: none;
}

#custommenu  #parentMenu-444 ul li ul li.col-1,
#custommenu  #parentMenu-6 ul li ul li.col-1,
#custommenu  #parentMenu-15 ul li ul li.col-1,
#custommenu  #parentMenu-129 ul li ul li.col-1 {
    background-color: #fff;
    width: 260px;
    left: 520px;
    top: -44px;
    position: static;
    float: right;
    z-index: 999990;
  /* display: block; */
    display: none;
}

#custommenu #parentMenu-444  ul.display-m li a.level1,
#custommenu #parentMenu-6  ul.display-m li a.level1,
#custommenu #parentMenu-15  ul.display-m li a.level1,
#custommenu #parentMenu-16  ul.display-m li a.level1,
#custommenu #parentMenu-129  ul.display-m li a.level1,
#custommenu #parentMenu-184  ul.display-m li a.level1,
#custommenu #parentMenu-439  ul.display-m li a.level1,
#custommenu #parentMenu-208  ul.display-m li a.level1 {
    text-align: left;
    padding-left: 54px;
}
#custommenu #parentMenu-444 ul.display-m li a.level1,
#custommenu #parentMenu-6 ul.display-m li a.level1,
#custommenu #parentMenu-15 ul.display-m li a.level1,
#custommenu #parentMenu-16 ul.display-m li a.level1,
#custommenu #parentMenu-129 ul.display-m li a.level1,
#custommenu #parentMenu-184 ul.display-m li a.level1,
#custommenu #parentMenu-439 ul.display-m li a.level1,
#custommenu #parentMenu-208 ul.display-m li a.level1 {
    background: none;
}

#custommenu #parentMenu-444 ul.display-m li a.level1:hover,
#custommenu #parentMenu-6 ul.display-m li a.level1:hover,
#custommenu #parentMenu-15 ul.display-m li a.level1:hover,
#custommenu #parentMenu-16 ul.display-m li a.level1:hover,
#custommenu #parentMenu-129 ul.display-m li a.level1:hover,
#custommenu #parentMenu-184 ul.display-m li a.level1:hover,
#custommenu #parentMenu-439 ul.display-m li a.level1:hover,
#custommenu #parentMenu-208 ul.display-m li a.level1:hover {
    border: none;
}

#custommenu #parentMenu-444 ul li a.level1:hover,
#custommenu #parentMenu-6 ul li a.level1:hover,
#custommenu #parentMenu-15 ul li a.level1:hover,
#custommenu #parentMenu-16 ul li a.level1:hover,
#custommenu #parentMenu-129 ul li a.level1:hover,
#custommenu #parentMenu-184 ul li a.level1:hover,
#custommenu #parentMenu-439 ul li a.level1:hover,
#custommenu #parentMenu-208 ul li a.level1:hover {
    border:none;
}
/*#custommenu #parentMenu-444 ul li:hover ul,*/
#custommenu #parentMenu-6 ul li:hover ul,
#custommenu #parentMenu-15 ul li:hover ul,
#custommenu #parentMenu-16 ul li:hover ul,
#custommenu #parentMenu-129 ul li:hover ul,
#custommenu #parentMenu-184 ul li:hover ul,
#custommenu #parentMenu-439 ul li:hover ul,
#custommenu #parentMenu-208 ul li:hover ul {
    background-color: #fff;
}


/*#custommenu #parentMenu-444 ul li:hover ul {
    left: -1px;
}*/
#custommenu #parentMenu-6 ul li:hover ul {
    left: -75px;
}
#custommenu #parentMenu-15 ul li:hover ul {
    left: -255px;
}
#custommenu #parentMenu-16 ul li:hover ul {
    left: -639px;
}
#custommenu #parentMenu-129 ul li:hover ul {
    left: -468px;
}
#custommenu #parentMenu-184 ul li:hover ul {
    left: -784px;
}
#custommenu #parentMenu-439 ul li:hover ul {
    left: -778px;
}
#custommenu #parentMenu-208 ul li:hover ul {
  /*  left: -956px; */
    left: -778px;
}

@media only screen and (max-width: 1135px) {
   /* #custommenu #parentMenu-444 ul li:hover ul {
        left: 0px;
    }*/
    #custommenu #parentMenu-6 ul li:hover ul {
        left: -51px;
    }
    #custommenu #parentMenu-15 ul li:hover ul {
        left: -193px;
    }
    #custommenu #parentMenu-16 ul li:hover ul {
        left: -502px;
    }
    #custommenu #parentMenu-129 ul li:hover ul {
        left: -364px;
    }
    #custommenu #parentMenu-184 ul li:hover ul {
        left: -551px;
    }
    #custommenu #parentMenu-439 ul li:hover ul {
        left: -607px;
    }
    #custommenu #parentMenu-208 ul li:hover ul {
        /*left: -745px;*/
        left: -607px;
    }
}

@media only screen and (max-width: 832px) {
  /*  #custommenu #parentMenu-444 ul li:hover ul {
        left: 0px;
    } */

    #custommenu #parentMenu-6 ul li:hover ul {
        left: 200px;
    }
    #custommenu #parentMenu-15 ul li:hover ul {
        left: -139px;
    }
    #custommenu #parentMenu-16 ul li:hover ul {
        left: -440px;
    }
    #custommenu #parentMenu-129 ul li:hover ul {
        left: -306px;
    }
    #custommenu #parentMenu-184 ul li:hover ul {
        left: -540px;
    }
    #custommenu #parentMenu-439 ul li:hover ul {
        left: -540px;
    }
    #custommenu #parentMenu-208 ul li:hover ul {
        /*left: -655px;*/
    }
}

@media only screen and (min-width: 1200px) {
    #custommenu #parentMenu-444 ul.display-m li a.level1,
    #custommenu #parentMenu-6 ul.display-m li a.level1,
    #custommenu #parentMenu-15 ul.display-m li a.level1,
    #custommenu #parentMenu-16 ul.display-m li a.level1,
    #custommenu #parentMenu-129 ul.display-m li a.level1,
    #custommenu #parentMenu-184 ul.display-m li a.level1,
    #custommenu #parentMenu-439 ul.display-m li a.level1,
    #custommenu #parentMenu-208 ul.display-m li a.level1 {
        line-height: 43px;
        border: none;
    }
}

#custommenu #parentMenu-444 ul li ul,
#custommenu #parentMenu-6 ul li ul,
#custommenu #parentMenu-15 ul li ul,
#custommenu #parentMenu-16 ul li ul,
#custommenu #parentMenu-129 ul li ul,
#custommenu #parentMenu-184 ul li ul,
#custommenu #parentMenu-439 ul li ul,
#custommenu #parentMenu-208 ul li ul {
    border-left: solid 2px #dadada;
    border-right: solid 2px #dadada;
    border-bottom: solid 2px #dadada;
    -webkit-box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    padding-bottom: 18px;

}

@media only screen and (max-width: 1200px) {
    #custommenu #parentMenu-444 ul.display-m,
    #custommenu #parentMenu-6 ul.display-m,
    #custommenu #parentMenu-15 ul.display-m,
    #custommenu #parentMenu-16 ul.display-m,
    #custommenu #parentMenu-129 ul.display-m,
    #custommenu #parentMenu-184 ul.display-m,
    #custommenu #parentMenu-439 ul.display-m,
    #custommenu #parentMenu-208 ul.display-m {
        width: 100%;
        margin: 0 auto;
        min-width: 1039px;
        max-width: 1102px;
        display: block;
    }

    #custommenu li {
        /*  float: left;
          margin-right: 10px; */
         position: relative;
    }
}


@media only screen and (max-width: 1050px) {
    #custommenu #parentMenu-444 ul.display-m,
    #custommenu #parentMenu-6 ul.display-m,
    #custommenu #parentMenu-15 ul.display-m,
    #custommenu #parentMenu-16 ul.display-m,
    #custommenu #parentMenu-129 ul.display-m,
    #custommenu #parentMenu-184 ul.display-m,
    #custommenu #parentMenu-439 ul.display-m,
    #custommenu #parentMenu-208 ul.display-m {
        width: 100%;
        min-width: 1000px;
        max-width: 1050px;
        display: block;
    }

    #custommenu #parentMenu-444 ul.display-m li,
    #custommenu #parentMenu-6 ul.display-m li,
    #custommenu #parentMenu-15 ul.display-m li,
    #custommenu #parentMenu-16 ul.display-m li,
    #custommenu #parentMenu-129 ul.display-m li,
    #custommenu #parentMenu-184 ul.display-m li,
    #custommenu #parentMenu-439 ul.display-m li,
    #custommenu #parentMenu-208 ul.display-m li {
        width: 45%;
    }
}

@media only screen and (max-width: 1000px) {
    #custommenu #parentMenu-444 ul.display-m,
    #custommenu #parentMenu-6 ul.display-m,
    #custommenu #parentMenu-15 ul.display-m,
    #custommenu #parentMenu-16 ul.display-m,
    #custommenu #parentMenu-129 ul.display-m,
    #custommenu #parentMenu-184 ul.display-m,
    #custommenu #parentMenu-439 ul.display-m,
    #custommenu #parentMenu-208 ul.display-m {
        width: 100%;
        min-width: 980px;
        max-width: 1000px;
        display: block;
    }
    #custommenu #parentMenu-444 ul.display-m li,
    #custommenu #parentMenu-6 ul.display-m li,
    #custommenu #parentMenu-15 ul.display-m li,
    #custommenu #parentMenu-16 ul.display-m li,
    #custommenu #parentMenu-129 ul.display-m li,
    #custommenu #parentMenu-184 ul.display-m li,
    #custommenu #parentMenu-439 ul.display-m li,
    #custommenu #parentMenu-208 ul.display-m li {
        width: 45%;
    }

}

@media only screen and (max-width: 980px) {
    #custommenu #parentMenu-444 ul.display-m,
    #custommenu #parentMenu-6 ul.display-m,
    #custommenu #parentMenu-15 ul.display-m,
    #custommenu #parentMenu-16 ul.display-m,
    #custommenu #parentMenu-129 ul.display-m,
    #custommenu #parentMenu-184 ul.display-m,
    #custommenu #parentMenu-439 ul.display-m,
    #custommenu #parentMenu-208 ul.display-m {
        width: 100%;
        min-width: 900px;
        max-width: 988px;
        display: block;
    }
}

@media only screen and (max-width: 832px) {
    #custommenu #parentMenu-444 ul.display-m,
    #custommenu #parentMenu-6 ul.display-m,
    #custommenu #parentMenu-15 ul.display-m,
    #custommenu #parentMenu-16 ul.display-m,
    #custommenu #parentMenu-129 ul.display-m,
    #custommenu #parentMenu-184 ul.display-m,
    #custommenu #parentMenu-439 ul.display-m,
    #custommenu #parentMenu-208 ul.display-m {
        width: 100%;
        min-width: 772px;
        max-width: 988px;
        display: block;
    }
}
/*
#custommenu #parentMenu-15 {}

#custommenu #parentMenu-15 ul.display-m {
    width: 1200px;
}

#custommenu #parentMenu-15 ul.display-m li {
    float: left;
    width: 33%;
}

#custommenu #parentMenu-15 ul li ul li:hover li.col-0 {

}

#custommenu #parentMenu-15 ul li:hover  ul.m-level-1 {
    position:static;
}

#custommenu  #parentMenu-15 ul li ul li.col-1 {
    background-color: #fff;
    width: 260px;
    left: 520px;
    top: -44px;
    position: static;
    float: right;
    z-index: 999990;
    display: none;
}
#custommenu #parentMenu-15  ul.display-m li a.level1 {
    text-align: center;
}
#custommenu #parentMenu-15 ul.display-m li a.level1 {
    background: none;
}
#custommenu #parentMenu-15 ul li:hover ul {
    left: -178px;
}
*/

#animated_div {
    border:    #ADADAD 1px double;
    background:    #E9E9E9;
}

#cartpopup { display: none; position:absolute; top:-10000px; z-index:99998; }
#cartpopup .cartpopup_productimage img { display:block; border:1px solid #ccc; }
#cartpopup * { border-width:0; margin:0; padding:0; box-sizing:content-box; }
#cartpopup_slidecontainer { width:396px; border:1px solid #aaa; padding:10px; background-color:#fff; }
#cartpopup_slidecontainer .cartpopup_close { float:right; }
#cartpopup_slidecontainer .cartpopup_clear { clear:both; }
#cartpopup_slidecontainer .cartpopup_remove { margin-top:4px; }
#cartpopup_slidecontainer .cartpopup_header { position:relative; height:26px; }
#cartpopup_slidecontainer .cartpopup_header span { font-size:16px; line-height:22px; position:absolute; left:5px; bottom:5px; }
#cartpopup_slidecontainer .cartpopup_header a { font-size:12px; position:absolute; right:7px; bottom:5px; text-transform:uppercase; line-height:20px; }
#cartpopup_slidecontainer tbody input { margin:0 !important; border:1px solid #ccc; font-size:13px; height:15px; line-height:17px; text-align:center; }
#cartpopup_slidecontainer tbody a { display:block; font-size:13px; }
#cartpopup_slidecontainer tbody .cartpopup_productname a { font-size:11px; text-align:left; }
#cartpopup_slidecontainer tbody .cartpopup_productname p.short_description { font-size:10px; text-align:left; padding-top:5px; }
#cartpopup_slidecontainer tbody .cartpopup_productname .error,
#cartpopup_slidecontainer tbody .cartpopup_productname .notice { font-size:10px; text-align:left; }
#cartpopup_slidecontainer .cartpopup_cartlink { font-size:14px; line-height:17px; position:absolute; left:7px; bottom:2px; }
#cartpopup_slidecontainer td { padding:7px; border-bottom:1px dotted #ccc; text-align:center; }
#cartpopup_slidecontainer .righttext { text-align:right !important; }
#cartpopup_slidecontainer .lefttext { text-align:left !important; }
#cartpopup_slidecontainer .centertext { text-align:center !important; }
#cartpopup_slidecontainer td.cartpopup_productimage a { display:inline; }
#cartpopup_slidecontainer td.cartpopup_productimage { width:1%; }
#cartpopup_slidecontainer tbody .price { font-size:13px; text-align:right; }
#cartpopup_slidecontainer .cartpopup_footer { height:59px; position:relative; }
#cartpopup_slidecontainer .cartpopup_footer img { border-width:0; }
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_subtotal { position:absolute; right:0; top:7px; }
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_producttotal { font-size:13px; line-height:17px; float:right; border-bottom:1px solid #ccc; padding-right:7px; }
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_subtotal a { float:left; clear:right; margin:7px 0 0 7px; }
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_subtotal a { text-transform:uppercase; text-decoration:none; color:#000; font-size:12px; font-weight:bold; position:relative; }
#cartpopup_slidecontainer .cartpopup_footer .cartpopup_subtotal a div { position:absolute; top:0; left:0; width:87px; text-align:center; line-height:24px; }
#cartpopup_slidecontainer table { width:396px; }
#cartpopup_slidecontainer thead th { height:22px; padding:2px 7px 0; font-size:13px; color:#fff; background-color:#2f2f2f; vertical-align:middle; }
#cartpopup_slidecontainer #cartpopup_overlay { height:100%; width:100%; position:absolute; left:0; top:0; background:url(https://www.4labels.pl/skin/frontend/base/default/images/ajaxcartpopup/overlay.png) center; }
#cartpopup_slidecontainer .cartpopup_overlay_center { height:50%; width:100%; position:relative; }
#cartpopup_slidecontainer .cartpopup_overlay_center img { position:absolute; bottom:-12px; left:197px; }
#cartpopup_slidecontainer .cartpopup_related div { float:left; padding:7px; }
#cartpopup_slidecontainer .noborder { border-width:0; }
#cartpopup_slidecontainer .nopaddingtop { padding-top:0; }

#ajaxnotice { position:fixed; padding:10px; border:1px solid #aaa; z-index:99999; background-color:#fff; font-size:13px;     -webkit-box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34); }
#ajaxnotice img { display:block;  /*margin: auto;*/ }
#ajaxnotice * { border-width:0; /* margin:0;*/ padding:0; }
#ajaxnotice .ajaxnotice_inner { position:relative; width:100%; height:100%; }
#ajaxnotice .ajaxnotice_clearer { clear:both; }
#ajaxnotice .ajaxnotice_image { margin-left: 20px; width: 135px; float: left;}
#ajaxnotice .ajaxnotice_close { float: right; font-size:20px; }
#ajaxnotice .ajaxnotice_content { float:left; width:300px; }
#ajaxnotice .ajaxnotice_content .ajaxnotice_buttons { margin-top: 20px; }
#ajaxnotice .ajaxnotice_content .ajaxnotice_buttons a:hover { text-decoration: none; }
#ajaxnotice .ajaxnotice_content .ajaxnotice_cart { text-transform: uppercase; text-decoration: none; color: #fff; background: #ff4600; font-size: 13px; width: 160px; margin: auto; text-align: center; padding: 5px;}
#ajaxnotice .ajaxnotice_content .ajaxnotice_cart div { text-align:center; line-height:24px; }
#ajaxnotice .ajaxnotice_content .ajaxnotice_checkout { float:left; margin-left:10px; text-transform:uppercase; text-decoration:none; color:#000; font-size:11px; font-weight:bold; position:relative; }
#ajaxnotice .ajaxnotice_content .ajaxnotice_checkout div { position:absolute; top:0; left:0; width:87px; text-align:center; line-height:24px; }
#ajaxnotice .ajaxnotice_content .ajaxnotice_message { margin-top:5px; text-align:left; }
#ajaxnotice .ajaxnotice_content .ajaxnotice_close { float:right; font-size:11px; }
#ajaxnotice .ajaxnotice_content .ajaxnotice_close a:hover { text-decoration: none; }
#ajaxnotice .ajaxnotice_content .ajaxnotice_back { float: left; text-align: center; margin-top: 10px; }
#ajaxnotice .ajaxnotice_content .ajaxaddfailed { color:#eb340a; font-weight:bold; }



#validate-notice { position:fixed; width:250px;     margin-left: -125px; height:100px; padding:10px; border:1px solid #aaa; z-index:300; background-color:#fff; font-size:13px;  -webkit-box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);
    box-shadow: 15px 9px 28px -2px rgba(0,0,0,0.34);}
#validate-notice img { display:block; }
#validate-notice * { border-width:0; margin:0; padding:0; }
#validate-notice .ajaxnotice_inner { position:relative; width:100%; height:100%; }
#validate-notice .ajaxnotice_clearer { clear:both; }
#validate-notice .ajaxnotice_image { float:left; border:1px solid #ccc; margin-right:10px; }
#validate-notice .ajaxnotice_content { float:left; width:250px; }
#validate-notice .ajaxnotice_inner .ajaxnotice_close { position:absolute; right:0; bottom:0; }
#validate-notice .ajaxnotice_content .ajaxnotice_cart { float:left; text-transform:uppercase; text-decoration:none; color:#000; font-size:11px; font-weight:bold; position:relative; }
#validate-notice .ajaxnotice_content .ajaxnotice_cart div { position:absolute; top:0; left:0; width:87px; text-align:center; line-height:24px; }
#validate-notice .ajaxnotice_content .ajaxnotice_checkout { float:left; margin-left:10px; text-transform:uppercase; text-decoration:none; color:#000; font-size:11px; font-weight:bold; position:relative; }
#validate-notice .ajaxnotice_content .ajaxnotice_checkout div { position:absolute; top:0; left:0; width:87px; text-align:center; line-height:24px; }
#validate-notice .ajaxnotice_content .ajaxnotice_message { margin-top:5px; text-align:left; }
#validate-notice .ajaxnotice_content .ajaxnotice_close { float:right; font-size:11px; }
#validate-notice .ajaxnotice_content .ajaxnotice_back { float:left; font-size:12px; }
#validate-notice .ajaxnotice_content .ajaxaddfailed { color:#eb340a; font-weight:bold; }

.ajaxnotice_content h4 {
    margin-top: 20px;
    text-align: center;
    color: #228a18;
}

.recommended-items {
    border:1px solid #ccc;
    width: 420px;
    height:240px;
    display: block;
   /* display: flex;*/
}
.recommended-items .owl-prev, .recommended-items .owl-next {
    top:57%;
    height:42px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.popup-outer {
    display:block;
    overflow: hidden;
    width: 420px;
    height:265px;
   /* background: #1b7e5a;*/
}
.popup-content {
  /*  background: #00dec0;*/
    position: relative;
    display: block;
    width: 210px;
    height:260px;
}

.recommended-item {
    width: 210px;
    height: 230px;
   /* float: left; */
    margin: auto;
}

.recommended-item .product-name {
    display: block;
    width: 210px;
    height: 35px;
    text-align: center;
    text-transform: uppercase;
}
.recommended-item .price {
    text-transform: none;
    white-space: nowrap;
    font-family: 'Open Sans Extrabold Italic', sans-serif;
    width: 100%;
    display: block;
}

.recommended-item .price {
    font-weight: 800;
    color: #091137;
    font-size: 16px;
    text-align: center;
}

.recommended-item .old-price {
    text-decoration: line-through;
    color: #999;
}
.recommended-item img {
     margin: auto;
}

.recommended-items .button {
    background: #fff;
    display: block;
    margin: auto;
    padding: 7px 15px;
    border: 0;
    color: #ff4600;
    font-size: 13px;
    font-weight: normal;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.recommended-items .button:hover {
    background: #fff;
}

#popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 500px;
    height: 400px;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
    filter: alpha(opacity=45);
    opacity: 0.45;
    display: none;
}
/**
 * Mageplaza_BetterBlog extension
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the MIT License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/mit-license.php
 * 
 * @category       Mageplaza
 * @package        Mageplaza_BetterBlog
 * @copyright      Copyright (c) 2015
 * @license        http://opensource.org/licenses/mit-license.php MIT License
 */
.tree,.tree ul,.tree li{list-style:none;margin:0;padding:0;}
.tree{background:url(https://www.4labels.pl/skin/frontend/base/default/images/mageplaza_betterblog/line1.png) repeat-y;}
.tree li{line-height:20px;margin-top:1px;position:relative;width:100%;}
* html .tree li{float:left;display:inline;}
.tree li a{padding-left:28px;}
.tree li span{cursor:auto;float:left;font-size:0;height:13px;left:5px;position:absolute;top:5px;width:13px;}
.tree li span,.tree li span.collapsed{background:url(https://www.4labels.pl/skin/frontend/base/default/images/mageplaza_betterblog/collapsed.png) no-repeat 0 0;}
.tree li span.expanded{background:url(https://www.4labels.pl/skin/frontend/base/default/images/mageplaza_betterblog/expanded.png) no-repeat 0 0;}
.tree li ul{margin-left:28px;background:url(https://www.4labels.pl/skin/frontend/base/default/images/mageplaza_betterblog/line1.png) repeat-y;}
.tree li li{background:url(https://www.4labels.pl/skin/frontend/base/default/images/mageplaza_betterblog/line2.png) no-repeat 0 0;}
.tree:after,.tree ul:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.tree,.tree ul{display:block;}
.tree li.map-category{font-weight:bold;}
.tree li.map-product{font-weight:normal;}
.tree li.map-product a{color:#203548;}
/* \*/ .tree,.tree ul{min-height:1%;}
* html .tree,* html .tree ul{height:1%;}

.mp-copyright .mp-logo{ background:url("//cdn.mageplaza.com/images/mageplaza-100.jpg") no-repeat ; } .mp-copyright .mp-store{ display: none !important; color: #E8E8E8 !important; font-size: 8px !important; text-transform: inherit; float: right; } .mp-copyright .mp-ft{ visibility:hidden !important; display: none !important; width: 20px; }

.post-image{
    width: 100%;
}
.post-image img{
    display: block;
    overflow: hidden;
    width: 100%;
}

.post-sharing-button{
    margin-top: 2em;
    margin-bottom: 2em;
}

.post-read-more a{
    font-size: 14px !important;
    float: right;
}

.post-list-item .post-image{
	width: 100% !important;
    margin-bottom: 30px;
}

.post-list-container, .mageplaza-betterblog-category-view .col-main{
    min-height: 400px;
}
.post-list-container .post-short-description p {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100% !important;
}

.mc-meta-info {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 12px;
}

.mc-alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.mc-aligncenter {
    margin: auto;
    width: 128px;
}

.mc-post-title{
    font-size: 18px;
    line-height: 27px;
    text-transform: inherit;
}
h2.mc-post-title  a {
    font-family: 'Open Sans', sans-serif;
    color: #5f5f5f;
    font-size: 24px;
    text-transform: uppercase;
}

.mc-clearfix {
    clear: both;
    zoom: 1;
}

.post-short-description{
	width: 100% !important;
}

.tags-list-container a{
    margin-left: 10px;
    padding: 5px;
}
.betterblog-rss{
    float:right;
    margin: 10px 0 10px 0;
}

.post-post_content{
    margin: 10px 0 10px 0;
}
.mp-footer, .mp-footer h3{
    margin-top: 50px;
    font-size: 8px !important;
    display: block;
    clear: both;
    float: right;
    text-transform: inherit;
}
.mp-footer-links-light,.mp-footer-links-light h3,.mp-footer-links-light a,.mp-footer-links-light a:hover, .mp-footer-links-light a:visited{
    color: #E8E8E8 !important;
}

.mp-footer-links-dark, .mp-footer-links-dark h3,.mp-footer-links-dark a,.mp-footer-links-dark a:hover, .mp-footer-links-dark a:visited{

    color: #D2D2D2 !important;
}

.mc-post-info{
    color: #999999;
    font-size: 10px;
    line-height: 18px;
    padding: 0 0 10px 0;
}
.post-list {
    margin: 20px 0 20px 0;
}
.post-list h2 {
    font-size: 14px;
    color: #5f5f5f;
}
.post-list ul{
    list-style-type: disc;
    margin-left: 20px;
}
.col2-right-layout-news .page-title {
    margin-top: 20px;
}

.mageplaza-betterblog-post-view .post-post_content ol {
    margin: 10px 0px 10px 20px;
    list-style-type: decimal;
}

.mageplaza-betterblog-post-view .post-post_content ul {
    margin: 10px 0px 10px 20px;
}

.mageplaza-betterblog-post-view .post-post_content  ul li::before {
    content: "";
    margin: 0px 12px 1px -18px;
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ccc;
}

.mageplaza-betterblog-post-view .post-post_content h2 {
    margin-top: 0.5em;
    color: #5f5f5f;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
}

.mageplaza-betterblog-post-view .post-post_content p {
    margin: 5px 0px 5px 0px;
    text-align:justify;
}

.mageplaza-betterblog-post-view .post-post_excerpt {
    font-size:18px;
    text-align:justify;
}

.mageplaza-betterblog-post-view .post-sharing-button {

    text-align: center;

}
.col2-right-layout-news {
    padding-left: 10px;
    padding-right: 10px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
  position: absolute;
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: relative;
}
.searchautocomplete .sprite {
  background: url('https://www.4labels.pl/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 102;
  box-shadow: 0 10px 10px #5E5E5E;
  top: 30px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  margin: 0;
  border: none!important;
  background: none!important;
  box-shadow: none;
  position: relative;
  padding: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  box-shadow: 0 0 1px #525252;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
  background-color: #F7F7F6;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomlete-image {
  float: left;
  margin: 0px 5px 5px 0px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  right: 44px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.searchautocomplete .input-text {
  outline: none;
}
.searchautocomplete.active .input-text {
  outline: none;
  border-radius: 2px 2px 0px 0px;
  border: 1px solid #3399cc;
}
.searchautocomplete .nav-search-in {
  top: 0px;
}
.searchautocomplete .nav-search-in .category-fake {
  padding-top: 7px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  top: 19px;
}
.searchautocomplete .nav-search-in .category {
  top: 0px;
  left: 0px;
  height: 40px;
}
.searchautocomplete .searchautocomplete-placeholder {
  top: 0px !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #3399cc;
  border-top: 0px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  border: 1px solid #fff;
}
.searchautocomplete .searchautocomplete-placeholder ul li div.highlight {
  color: #666;
}
.searchautocomplete .searchautocomplete-placeholder ul li img {
  border: 1px solid #ededed;
}
.searchautocomplete .searchautocomplete-placeholder ul li:last-child {
  border: 1px solid #fff;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background: transparent;
  box-shadow: none;
  border: 1px solid #3399cc !important;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .name {
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.searchautocomplete .searchautocomplete-placeholder ul li div.highlight {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .searchautocomplete .searchautocomplete-placeholder ul li div.highlight {
    display: block;
    float: left;
    max-width: 250px;
  }
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  margin: 0px 10px 0px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  margin: 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price {
  font-size: 13px;
}
@media only screen and (min-width: 771px) {
  #header-search {
    width: 35% !important;
  }
}

.sam-news-title {
    margin-top:10px;
}

.sam-news-title h2
{
	border-bottom: 2px solid gray;
    font-weight: normal;
    height: 22px;
    line-height: 17px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: capitalize;
}
.sam_news_list
{
	border:none;
	padding:5px;
	width:97%;
}
.sam_news_item
{
	border-bottom: 1px solid #D9DDE3;
	padding:10px 5px;
}
.sam_news_item_image
{
	float:left;
	width:17%;
}
.sam_news_item_info
{
	float:left;
	width:83%;
}
.sam_news_item_pname a
{
	color: #000000 !important;
    font-size: 1.10em;
    font-weight: bold;
    text-decoration: underline;
}
.sam_rating_title
{
	float:left;
	font-weight:bold;
}
.sam_news_item_title
{
	font-size: 1.05em;
    font-weight: bold;
    padding-top: 4px;
    text-decoration: none;
}
.sam_news_item_detail
{
	text-align:justify;
}
.sam_news_item_nickname
{
	font-size: 12px;
    font-style: italic;
    font-weight: lighter;
    padding-top: 5px;
    text-align: left;
}
.sam_news_item_clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

.sam-img-polaroid {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 4px;
}
.sam-news-view-image {
    float: left;
    margin: 0 10px 10px 0;
    width: 300px;
}




.sam-block
{
	border: 1px solid #C4C1BC;
    margin: 0 0 15px;
    text-align: left !important;
    width: 193px;
}
.sam-block-home {
    background-color: transparent;
    margin: 0 0 15px;
    text-align: left !important;
    width: 60%;
    height: 355px;
    float: left;
}


.sam-block-title {
    color: black;
    background: rgba(0, 0, 0, 0);
    height: 18px;
    width: 115px;
    margin: 0 auto;
    overflow: hidden !important;
    /* padding: 2px 9px; */
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 16px;
}
.sam-block-title a {
    color: #6b6565;
}
.sam-block-title a {
    color: #000;
    text-decoration: none;
    font-family: 'Dosis-SemiBold', sans-serif;
    font-size: 14px;
    
}

.sam-block-title-line {
    display: block;
    border-bottom: 1px solid #000;
    margin-top: 8px;
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 17px;
    visibility: hidden;
}

#sam_scroller_slider
{
	background-color: white;
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 193px;
}
.sam_scroller_item
{
	padding:4px;
	/*width:173px !important;*/
}
.sam_scroller_item_pimage
{
    float: left;
    height: auto;

}

.sam_scroller_item_pimage img {
    border: none;
    float: left;
    width: 60px;
    height: 60px;
}

.sam_scroller_item_info
{
	/*float:right !important;
	overflow:hidden;
	width:68%;*/
        margin-left: 60px;
        background: #ff5913;
}
.sam_scroller_item_pname a
{
    color: #626262;
    font-size:1.00em;
    text-decoration:none;
    font-weight: 500;
}
.sam_rating-box
{
    background: url(https://www.4labels.pl/skin/frontend/s4labels/default/images/samnews/product_rating_blank_star.gif) repeat-x scroll 0 0 transparent;
    float: left;
    height: 13px;
    text-align: left;
    width: 69px;
}
.sam_rating-box .sam_rating
{
	background:url(https://www.4labels.pl/skin/frontend/s4labels/default/images/samnews/product_rating_full_star.gif) repeat-x scroll 0 0 transparent;
	height:13px;
}
.sam_scroller_item_title
{
	font-weight:bold;
}
.sam_scroller_item_nickname
{
	font-size: 11px;
    font-style: italic;
    font-weight: bold;
    text-align: right !important;
}
.sam-block-title-bottom a
{
	color:#1E7EC8;
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;
	text-transform:capitalize;
}
.sam_list_item
{
	border-bottom:1px solid #D9DDE3;
	padding:4px;
	/*width:177px !important;*/
        margin-left: 28px;
        margin-right: 28px;
}
.sam-block-list-title
{
    color: #E26703;
    overflow: hidden !important;
    padding: 23px 26px;
    text-transform: uppercase;
}

.sam-block-list-title-bottom a
{
    padding: 8px 33px 8px 33px;
    font-family: 'Dosis-SemiBold', sans-serif;
    background: #FBFBFB;
    color: #FF4600;
    font-size:12px;
    font-style: italic;
    font-weight:normal;
    text-decoration:none;
    text-transform: lowercase;
}

#sam_scroller_scrollview
{
	background-color: white;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 193px;
}
#sam_news_scrollbar { width: 193px; /*margin: 20px 0 10px;*/ }
#sam_news_scrollbar .viewport { width: 178px; height: 300px; overflow: hidden; position: relative; }
#sam_news_scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#sam_news_scrollbar .scrollbar{ background: transparent url(https://www.4labels.pl/skin/frontend/s4labels/default/images/samnews/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#sam_news_scrollbar .track { background: transparent url(https://www.4labels.pl/skin/frontend/s4labels/default/images/samnews/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#sam_news_scrollbar .thumb { background: transparent url(https://www.4labels.pl/skin/frontend/s4labels/default/images/samnews/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#sam_news_scrollbar .thumb .end { background: transparent url(https://www.4labels.pl/skin/frontend/s4labels/default/images/samnews/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#sam_news_scrollbar .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
.sam_scroller_item_pname { padding-left:12px}
.sam_scroller_item_pname p { 
 /* color: #fff;   */
  font-weight: 300;
  /*overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;*/
}
.sam-block-container{ width: 90%; /* height:227px; */ max-width: 1265px; margin: 0 auto; }
.home-news{width:35%; float: right;}
.home-news img {width:100%; float: right;}
.sam-date-home{font-size: 11px;}



@media only screen and (max-width: 1159px) {
    .sam-block-home {

        margin: 0 0 15px;
        text-align: left !important;
        width: 60%;
            height: initial;
        float: left;
    }
} 

@media only screen and (max-width: 770px) {
    .sam-block-home {
       
        margin: 0 0 15px;
        text-align: left !important;
        width: 100%;
        
        float: none;
    }
    
    
    .home-news {
        width: 100%;
        /* margin: auto; */
        margin-top: 50px;
        /* float: right; */
        float: none;
    }
}






.sam_scroller_item_info {
    margin-left: 60px;
    background: transparent;
}
.sam-block-list-title-bottom a {
    padding: 8px 33px 8px 33px;
    font-family: 'Dosis-SemiBold', sans-serif;
    background: #ff4600;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: lowercase;
}
#zoom {
  position: relative;
  z-index: 10000;
}

#fancy-zoom-table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}

#fancy-zoom-table .tl {
  width: 20px;
  height: 20px;
  overflow: hidden;
}

#fancy-zoom-table .tm {
  height: 20px;
  overflow: hidden;
}

#fancy-zoom-table .tr {
  width: 20px;
  height: 20px;
  overflow: hidden;
}

#fancy-zoom-table .ml {
  width: 20px;
  overflow: hidden;
}

#fancy-zoom-table .mm {
  background: #fff;
  vertical-align: top;
  padding: 10px;
}

#fancy-zoom-table .mr {
  width: 20px;
  overflow: hidden;
}

#fancy-zoom-table .bl {
  width: 20px;
  height: 20px;
  overflow: hidden;
}

#fancy-zoom-table .bm {
  height: 20px;
  overflow: hidden;
}

#fancy-zoom-table .br {
  width: 20px;
  height: 20px;
  overflow: hidden;
}

#fancy-zoom-x {
  position: absolute;
  top: 0;
  right: 0;
}

#fancy-zoom-x img {
  border: none;
  margin: 0;
  padding: 0;
}

#fancy-zoom-gallery {
  display: none;
}

/*
 * Fix for default theme
 */
.product-view .product-img-box .more-views li a {
  width: auto;
  height: auto;
}

#fancy-zoom-content img {
    width: 90%;   
}

.fancy-zoom-gallery-active img {
    width: 23%;
    height: 23%;
}
#fancy-zoom-content-gallery {
    width: 100%;
    margin:auto;
}
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  /*display: inline-block;*/
  zoom: 1;
  padding-right: 29px;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
* Easylife_Switcher extension
*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License
* that is bundled with this package in the file LICENSE_EASYLIFE_SWITCHER.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/mit-license.php
* 
* @category   	Easylife
* @package	    Easylife_Switcher
* @copyright    Copyright (c) 2013
* @license	    http://opensource.org/licenses/mit-license.php MIT License
*/
/**
 * extension css file
 *
 * @category    Easylife
 * @package	    Easylife_Switcher
 * @author 	    Marius Strajeru <marius.strajeru@gmail.com>
 */
.product-options .switcher-field label {
    border: 1px solid #E7E9EA;
    background: #cccccc;
    border-radius: 2px 2px 2px 2px;
    /*color: #333333;*/
    display: inline-block;
    font-size: 10px;
   /* height: 40px; */
    /*line-height: 40px;*/
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 0;
    /*text-align: center;*/
    width: auto;
    min-width: 40px;
    float:left;
   /* height:130px; */
   width:100%;
}

.product-options .switcher-field label p{ 
  /*  background: #e2e2e2;*/
    background: url("https://www.4labels.pl/skin/frontend/s4labels/default/images/easylife_switcher/down_arrow.png") no-repeat scroll 90% 10px rgba(0, 0, 0, 0);
    line-height: 31px;
    padding-left: 5px;
}

.switcher-field label {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}
.product-options .switcher-field label.selected {
    /*border-color: #FF6600;
    color: #FF6600;*/
}

.product-options .switcher-field label.show {
  /*  border-color: #FF6600; */
  /*  color: #FF6600; */
  width:100%;  
}
.product-options .switcher-field label.hide {
    display:none;
}
.product-options .switcher-field label.no-selected {
   display:none;
    background: url("https://www.4labels.pl/skin/frontend/s4labels/default/css/images/easylife_switcher/no-stock.gif") repeat scroll 50% 50% rgba(0, 0, 0, 0);
    color: #DADBDC;
}
.product-options .switcher-field label.empty {
 /*  display:none; */
   /* background: url("https://www.4labels.pl/skin/frontend/s4labels/default/images/easylife_switcher/no-stock.gif") repeat scroll 50% 50% rgba(0, 0, 0, 0);*/
    color: #DADBDC;
}
.product-options .switcher-field label.no-stock {
    background: url("https://www.4labels.pl/skin/frontend/s4labels/default/css/images/easylife_switcher/no-stock.gif") repeat scroll 50% 50% rgba(0, 0, 0, 0);
    color: #DADBDC;
}
.switcher-field label.no-stock {
    color: #000000;
    cursor: default;
}
.switcher-field label.no-stock.allow-select{
    cursor:pointer;
}
.product-options .switcher-field label.no-stock img {
    opacity: 0.3;
    filter: alpha(opacity=30)
}
.sku-search-box{background: #eee;}
#outputArea{background: #eee; width:245px; height:90px;  overflow:auto;margin:0px; position:absolute; display:none;clear: both;}
.wall {width:25%; float:left; padding:5px;}

@media only screen and (max-width: 1480px) {
.wall {width:20%; float:left; padding:5px;}
}
@media only screen and (max-width: 1280px) {
.wall {width:25%; height: 185px; float:left; padding:5px;}
}

@media only screen and (max-width: 950px) {
.wall {width:33%; float:left; padding:10px;}
}

@media only screen and (max-width: 770px) {
.wall {width:50%; float:left; padding:10px;}
}

@media only screen and (max-width: 420px) {
.wall {width:90%; float:left; padding:10px;}
}


 .wall:nth-of-type(5):after {
    content: '';
    display: block;
    width:1px;
    /*height:50px;*/
    clear: both;
    border-bottom: 1px dotted;
}

.select-box2{/*clear: both;*/}
.select-box2 .wall .switcher-label .no-selected label {display:none;}

#search_sku label {
display: none;
}

#search_sku .input-box {
position: relative;
padding-top: 0;
width: 230px;
}
#search_sku #searchedPhrase  {width: 300px;}
#search_sku .search-button-sku {
/*text-indent: -9999px;*/
position: absolute;
top: 0;
left: 150px;
width: 80px;
height: 30px;
border: 0;
/*background: none; */
}
