

/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}


/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 30ms both ease;
  -moz-animation: fadeOut 30ms both ease;
  animation: fadeOut 30ms both ease;
}
.owl-fade-in {
  -webkit-animation: empty 10ms both ease;
  -moz-animation: empty 10ms both ease;
  animation: empty 10ms both ease;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position: absolute;
  width: 100%;
  top: 35%;
  z-index: 5;
  direction: ltr !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.customNavigation a {
	font-size: 0;
	position: absolute;
	font-weight: 300;
	height: 35px;
	width: 35px;
	line-height: 33px;
	padding: 0;
	color: #000000;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 9;
	background-color: #999;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	-webkit-mask-size: 35px;
	mask-size: 35px;
}
.customNavigation a:hover {
  border-color: #571600;
}
.customNavigation a.prev {
  left: -40px;
}
.customNavigation a.next {
  right: -40px;
}
.customNavigation a.prev {
	-webkit-mask-image: url(../img/codezeel/left-arrow.svg);
	mask-image: url(../img/codezeel/left-arrow.svg);
}
.customNavigation a.next {
	-webkit-mask-image: url(../img/codezeel/right-arrow.svg);
	mask-image: url(../img/codezeel/right-arrow.svg);
}
.customNavigation a.prev:hover,
.customNavigation a.next:hover{
  background-color: #a37c2f;
}

@media (max-width: 1530px) {
  .customNavigation a.prev {
    left: 0px;
  }
  .customNavigation a.next {
    right: 0px;
  }
}
@media (max-width: 1199px) and (min-width: 401px){
  .customNavigation {
    top: 30%;
  }
}

#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
}	
#czleftbanner ul {
  margin-bottom: 0px;
}
#czleftbanner li, #czrightbanner li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 32px;
}
#czleftbanner li a, #czrightbanner li a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
#czleftbanner li a:before, #czrightbanner li a:before {
    background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#czleftbanner li:hover a:before, #czrightbanner li:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.top_button {
	bottom: 90px;
	cursor: pointer;
	display: none;
	height: 47px;
	padding: 0px 12px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 47px;
	z-index: 99;
	font-size: 0px;
	background: #a37c2f;
	-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
	animation-name: hvr-icon-bob-float, hvr-icon-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
  border: 2px solid #f7f2ee;
  z-index: 1;
}
.top_button::before {
	color: #fff;
	content: "\f102";
	font-family: "FontAwesome";
	font-size: 27px;
	line-height: 43px;
	font-weight: 300;
}
.top_button::after {
	border: 2px solid #a37c2f;
	bottom: -5px;
	height: 53px;
	opacity: 1;
	right: -5px;
	content: "";
	position: absolute;
	width: 53px;
	animation: blink 2s steps(5, start) infinite;
	-webkit-animation: blink 1s steps(5, start) infinite;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.top_button:hover:after {
  animation: unset;
  -webkit-animation:unset;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}



/* Flexslider */

#index .spinner {
  background: url(../img/codezeel/loading.gif) no-repeat center center #f6f1ed;
  width: 100%;
  min-height: 838px;
  background-size: 4%;
}
@media (max-width: 1459px) {
  #index .spinner {
    min-height: 643px;
  }
}
@media (max-width: 1199px) {
  #index .spinner {
    min-height: 528px;
  }
}
@media (max-width: 991px) {
  #index .spinner {
    min-height: 436px;
  }
}
@media (max-width: 767px) {
  #index .spinner {
    min-height: 338px;
  }
}
@media (max-width: 575px) {
  #index .spinner {
    min-height: 253px;
  }
}
@media (max-width: 480px) {
  #index .spinner {
    min-height: 211px;
  }
}
@media (max-width: 380px) {
  #index .spinner {
    min-height: 167px;
  }
}


/* Slick Slider CSS */
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
#wspolpraca {
padding-top:30px;
}
.wspolpraca {
 display:flex;
}
.wspolpracalewa {
 padding-right:30px;
}
.wspolpracaprawa {
}


@media (max-width: 480px) { 
.wspolpraca {
 display:inline-flex;
 flex-wrap:wrap;
}
.wspolpracalewa {
 padding-right:0px;
}
.wspolpracalewa img {
 width:100%;
 height:auto;
}
#custom-text {
 padding:15px !important;
}


}

@media (min-width: 480px) and (max-width: 768px) {

}

@media (min-width: 768px) and (max-width: 991px){ 
  
}

@media (min-width: 992px) and (max-width: 1200px) { 

}

@media (min-width: 1200px) and (max-width: 1520px) { 

}

 
@media (min-width: 1520px) and (max-width: 1920px) { 
 
}

@media (min-width: 1920px) { 


}
ul.ziarno {
  list-style: none; /* usuwamy domyślne znaczniki */
  padding-left: 0;
}

ul.ziarno li {
  position: relative;
  padding-left: 30px; /* miejsce na obrazek */
}

ul.ziarno li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url('ziarno1_1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#feature-grid {
 padding:0px;
}

.social-share {
  margin-top: 0px;
}
.social-share p {
  margin-bottom: 10px;
  font-weight: bold;
}
.social-btn {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  transition: background-color 0.3s ease;
}
.social-btn.facebook { background: #3b5998; }
.social-btn.instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.social-btn.tiktok { background: #000; }

.social-btn:hover {
  opacity: 0.8;
}


.shipping-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 0;
  padding-bottom:50px;
  background-color:#000;
}

.shipping-logos img {
  height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.shipping-logos img:hover {
  transform: scale(1.1);
}

.shipping-logos img {
  padding-left:30px;
  padding-right:30px;
}

@media (max-width: 480px) { 
.shipping-logos img {
  height: 50px;
  object-fit: contain;
  transition: transform 0.3s ease;
}


.shipping-logos img {
  padding-left:5px;
  padding-right:5px;
}

.shipping-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
  padding: 0px 0;
  padding-bottom:30px;
  background-color:#000;
}


}