body{
	
    font-family: 'Lato', sans-serif;
	color: #121514;
	overflow-x:hidden;
	background-color:#f9fbfa;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
	width: 270px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
   top: 0 !important;
}

/* PRZYCISK POWROTU/
*###################*/
.padding {
	padding: 20px;
	 }
a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 2999;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center 43%;
	background-image: url(../images/up-arrow.png);
	background-color: #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: thin solid #c1b58f;
}
a:hover.back-to-top {
	background-color: #c1b58f;
	border: thin solid #c1b58f;
}
#bg {

  top: 0; 
  left: 0; 	
  /* IMG COVER!!!! */
  min-width: auto;
  width:100%;
  height:auto;

}
#bg2 {
 
  top: 0; 
  left: 0; 	
  /* IMG COVER!!!! */
  min-width: auto;
  width:100%;
  height:100%;

}
.page-item.active .page-link,.page-numbers.current {
    z-index: 1;
    color: #fff;
    background-color: #c1b58f;
    border-color: #c1b58f;
}
.pagination > li > a,
.pagination > li > span,span.page-numbers,a.page-numbers {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 5px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;

}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
a.page-numbers:hover {
    color: #fff;
    background-color: #121212;
    border-color: #121212 #121212 #121212;
}
.content_contener{
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border-radius:22px;
	
}

.content_auto{
	margin: 0 auto;
	text-align:center;
}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.btn-red,.woocommerce .actions .button,.edit,.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button,.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    color: #fff!important;
    background-color: #C1B58F;
    border: thin solid #C1B58F;
 	font-weight:bold;
    font-size: 15px;
    border-radius: 0px;
    margin-left: 0px;
    margin-top: 10px;
}
#produkty .woocommerce #respond input#submit, #produkty .woocommerce a.button, #produkty .woocommerce button.button, #produkty .woocommerce input.button{
	color: #fff!important;
    background-color: #C1B58F;
    border: thin solid #C1B58F;
 	font-weight:bold;
    font-size: 15px;
    border-radius: 0px;
    margin-left: 0px;
    margin-top: 10px;
}
.btn-red:hover,.woocommerce .actions .button:hover,.edit:hover,.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover,.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #fff!important;
	background-color:#8e8460!important;
	border: thin solid #8e8460;
	
}


.btn-link {
	color: #000;
	background-color:transparent;
	border:0px;
	font-weight: 500;
	font-size:22px;
	text-decoration:none;
}

.btn-link:hover {
	color: #f38428;
	background-color:transparent;
	border:0px;
	font-weight: 500;
	font-size:22px;
	text-decoration:none;
	
}

.alert-success {
	background-color:transparent;
	border-color: transparent;
	border-radius: 1px;
	color: #fabd1f;
	font-weight: 400;
	margin:0px;
	font-size:32px;
	text-align:center;
}




.table .thead-light th{
	color:#1c1b17;
}

table a:link {
	color: #000;
	font-weight: bold;
	text-decoration:none;
	
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #693fa5;
	text-decoration:underline;
}


table th:first-child{
	text-align: center;
	padding-top:20PX;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
}
table tr{
	text-align: center;
	padding: 11px 11px 11px 11px;
}
table tr td:first-child{
	text-align: center;
	padding-left: 10px;
	padding-right:10px;
	border-left: 0;
}
table tr td {
	border-top: 0px solid #FFF;
	border-bottom:0px solid #FFF;
	border-left: 0px solid #FFF;
	padding: 2px 2px 2px 2px;
	font-weight:600;
	text-align:center;
	background: #fff;
	
	
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    border: 19px solid #FFFFFF;
	margin-left: 70px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}



.podstronapadding2{
	margin-top:130px;

}
.podstronapadding2a {
	margin-top:20px;

}
.rowmargin{
	margin-top:20px;
	
}
.btnmargin {
    margin-top: 20px;
}
.rowmargin2{
	margin-top:30px;
	
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0rem;
  list-style: none;
  background-color: #f7f7f7;
  border-radius: 0.25rem;
 font-size:13px;
 text-align:left;
 margin-left:0px;
}
.breadcrumb a{
	color:#c0b58e;
	
}
/*#####################################################################################################################*/
/* Karuzela */
/*#####################################################################################################################*/
#carouselExampleCaptions{
	padding-top:14rem;
}
#carouselExampleCaptions2{
	padding-top:16rem;
}



.carousel .item img {
	width: auto;
	height:auto;
}

.carousel .carousel-control{
	background: none;
	border: none;
	top: 50%;
}
.carousel-caption  {
    bottom: 140px;
    left: 100px;
    padding-left: 5%;
    padding-bottom: 0px;
    width: 100%;
}


.carousel-caption h1{
	font-weight: 600;
	line-height: auto;
	color: #c1272d;
	font-size: 55px;
	text-align: left;
	max-width:90%;
	
}
.carousel-caption p {
	font-weight: 600;
	line-height: auto;
	color: #000;
	font-size: 30px;
	text-align: left;
	max-width:90%;
	
}

.carousel-indicators {
	right:0;
	text-align:center;
	bottom:24px;
  }
.carousel-indicators li {
	display: inline-block;
	width: 40px;
	height: 4px;
	margin: 5px;
	text-indent: 0;
	cursor: pointer;
	border: none;
	border-radius: 0%;
	background-color: #fff;
	
}
.carousel-indicators .active {
  	width: 40px;
	height: 4px;
    margin: 5px;
    background-color: #fff;
}




/*#####################################################################################################################*/
/* Menu Górne*/
/*#####################################################################################################################*/


#ul_nawigacja{
	margin-top: 0px;
	margin-left: 0px;
	padding-top:0px;
	padding-bottom:0px;
	
}
#ul_nawigacja2{
	margin-top: -10px;
	padding-right: 40px;
	
}


#topmenu{
    height: auto;
    background-color: #fff;
    border-bottom: thin solid #ECECEC;
	padding-top: 10px;
	
}

#topmenu p{
	color: #000;
	font-size: 13px;
	font-weight:normal;
   
	
}

#topmenu p a{
	color: #000;
	font-size: 13px;
	font-weight:normal;
   
	
}
#topmenu p a:hover {
	color: #c0b58e;
	font-size: 13px;
	font-weight:normal;
   
	
}
#topmenu img{
	margin-left: 5px;
	margin-right: 5px;
}
#menu{
    height: auto;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 150;
    background-position: right center;
    border-bottom: 1px solid #E4E4E4; 
    background-repeat: no-repeat;
  border-top-width: thin;
}
.form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 5px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-top: 10px;

}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #c0b58e;
  
    
}
.form-ilosc {
	
	width: 15px;
	height: 35px;
	padding: 5px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-top: 25px;

}
.form-control3:focus {
    color: #000;
    background-color: #fff;
    border-color: #c1272d;
  
    
}
.form-control3 {
	display: block;
	width: 60px;
	height: 35px;
	padding: 5px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-top: 10px;

}
.form-control3:focus {
    color: #000;
    background-color: #fff;
    border-color: #c1272d;
  
    
}

.form-control2 {
	display: block;
	width: 50%;
	height: 35px;
	padding: 5px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 33px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	background-position: left center;
	background-repeat: no-repeat;
}
.form-control2:focus {
    color: #000;
    background-color: #fff;
    border-color: #c1272d;
    outline: 0;
    
}
.btn-wyszukiwarka{
    background-color: #fff;
    background-image: url("../images/top3.png");
    border: 0;
    background-position: center center;
    background-repeat: no-repeat;
	width: 30px;
	height:20px;
}

.panelmenu img{
	margin-left: 5px;
	margin-right:5px;
	
}
.panelmenu{
	margin-top: 20px;
	margin-bottom: 15px;
}
.panelmenu h3{
    text-align: left;
    font-size: 13px;
    color: rgba(255,255,255,1.00);
    margin: 0px;
    margin-top: 6px;
    font-weight: bold;
}

.panelmenu h3 a{
    color: rgba(0,0,0,1.00);
  
}
.panelmenu h3 a:hover{
    color: #c1272d;
 
}
#logo{

	margin-top:0px;
	float:left;

}

#logo img{
	width:90%;
	height:90%;
	float: left;
	margin-left:16px;
	margin-top:10px;

	
}
.navbar-nav{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;

	
}

.navbar-outer{
	width: 100%;
}

.menu-zoom{
	margin-top: 13px;
	border-left: 2px solid #FFFFFF;
	margin-left:10px;
}
.navbar-light .navbar-nav .nav-link  {
	color: #121212;
	font-size: 17px;
	margin-left: 0px;
	margin-right: 44px;
	font-weight: 700;
	margin-top: 0px;
	
 }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #c0b58e;
    transition: all 0.7s ease;
    font-weight: 700;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #c0b58e;
}



.navbar-light .navbar-nav .nav-link2 {
	color: #ccc;
	font-size: 13px;
	margin:0px;
	margin-left: 45px;
	margin-right: 11px;
	font-weight: 500;
	
}



.navbar-light .navbar-nav .nav-link3 {
	color: #ccc;
	font-size: 21px;
	margin:0px;
	margin-left: 11px;
	margin-right: 11px;
	font-weight: 600;
}

.navbar-toggler{
	background-color: #000;
	padding-left:6px;
	padding-right:6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius:1px;
	margin:2px;
	position:static;
	margin-left: 0px;
	margin-right: 20px;
	


}


.navbar-toggler:hover{
	background-color: #c0b58e;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1.00' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#slajder{
	margin-top: 110px;
	
	
}

/*#####################################################################################################################*/
/*PARALAX	*/
/*####################################################################################################################*/

#paralax{
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
	background-color: #fbfbfb;
 

}

#paralax h2{

    text-align:center;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
	padding-top: 10px;

}

#paralax h3{

    text-align:center;
    font-size: 50px;
    color: #fff;
    font-weight: 800;



}

#paralax p{
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: BOLD

} 
  
/*#####################################################################################################################*/
/*produkty
/*####################################################################################################################*/
.kolory img{
margin: 2px;	
	
}
.kolory{
margin-top: 10px;	
	
}

.nowosc2{
	background-color:#c0b58e;
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight:800;
	left: 0;
	top: 0px;
	padding:5px;
	z-index: 99;
}
.nowosc{
	background-color:#c0b58e;
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight:800;
	left: 0px;
	top: 0px;
	padding:5px;
	z-index: 99;
}	

#produkty{
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% top;

}

#produkty h2{

    text-align:center;
    font-size: 19px;
    color: #000;
    font-weight: 900;
    margin-bottom: 0px;
	padding-top: 20px;

}

#produkty h3{
    text-align: center;
    font-size: 14px;
    color: #2f2f32;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 20px;
   
}

#produkty h4{
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}


#produkty h1{

    text-align:left;
    font-size: 35px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
	margin-top: 10px;


}
#produkty h6,#produkty p.price{
    text-align: left;
    font-size: 30px;
    color: #c1b58f;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
	text-decoration: none;
}
#produkty p.price del{
	color: #d0d0d0; text-decoration: line-through;
}
p.price ins{
	text-decoration: none;
}
#produkty h5{

    text-align:center;
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
	margin-top: 20px;


}
#produkty h4 a{
    color: #2f2f32;
  
}
#produkty h4 a:hover{
    color: #8e8460;
  
}
#produkty p{
    text-align: justify;
    font-size: 17px;
    color: #2f2f32;
    font-weight: normal;

}
#produkty p a{
    font-size: 12px;
    color: #2f2f32;
    font-weight: normal;

}
#produkty p a:hover{
    font-size: 12px;
    color: #8e8460 !important;
    font-weight: normal;

}
.box2{
    border-radius: 0px;
    border: thin solid #E8E8E8;
    padding: 10px;
    padding-bottom: 20px;
	 padding-top: 22px;
    background-color: #FFFFFF;
	position: relative;
}
.box1{
    border-radius: 0px;
    border: thin solid #E8E8E8;
    padding: 5px;
	margin: 0px;
	margin-top: 10px;
	padding-bottom: 5px;


}
.box1:hover{
    border-radius: 0px;
    border: thin solid #c1b58f;
    padding: 5px;
	margin: 0px;
	margin-top: 10px;
	padding-bottom: 5px;


}
.box1a{
    border-radius: 0px;
    border: thin solid #E8E8E8;
    padding: 5px;
	margin: 0px;
	margin-top: 10px;
	padding-bottom: 25px;
	background-color: #fff;


}
/*#####################################################################################################################*/
/*newsletter	*/
/*####################################################################################################################*/

#newsletter{
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
	background-image: url("../images/newsleter.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 280px;
	margin-top: 40px;
 

}
#newsletter h2{

    text-align:left;
	margin-left: 30px;
	margin-top: 20px;
    font-size: 33px;
    color: #c1272d;
    font-weight: 800;
	


}

#newsletter p{
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: BOLD

}
.form-newsletter {
	display: block;
	width: 400px;
	height: 55px;
	padding: 5px;
	margin-left: 30px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;

	
}
.form-newsletter:focus {
    color: #000;
    background-color: #fff;
    border-color: #c1272d;
    outline: 0;
    
}

.btn-newsletter {
	color: #fff;
	background-color:#c1272d;
	border:0px;
	font-weight: 400;
	font-size:15px;
	border-radius:0px;
	margin-left: 0px;
	height:55px;
	
}

.btn-newsletter:hover {
	background-color:#000;
	
	
}
/*#####################################################################################################################*/
/*STOPKA	*/
/*####################################################################################################################*/

#stopka img{
	margin: 5px;
}

#stopka{
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #000;
	margin-top: 40px;
}
#stopka li, #stopka li a{
	font-size: 13px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
	margin-left: -20px;

}
#stopka li a:hover{
    font-size: 13px;
    color: #c0b58e;
    
}
#stopka p, #stopka p a{
	font-size: 13px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: left;

}

#stopka p a:hover{
    font-size: 13px;
    color: #c0b58e;
    
}


#stopka h2{
	font-size: 16px;
	color: #c0b58e;
	margin-bottom: 10px;
	font-weight: 900;
	text-align: left;


}
#stopka h3 a{
	color: #000;

}
#stopka h3 a:hover{
	color: #e4000f;

}
#stopka h3{
	font-size: 33px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: left;

}
#stopka h6{
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
	font-weight:normal;
	text-align: center;
	margin-top: 40px;
}
/*#####################################################################################################################*/
/* GOOGLE MAPS*/
/*#####################################################################################################################*/
.google-maps {
        position: relative;
        padding-bottom: 22%;
        height: 0;
        overflow: hidden;
		margin-top:0px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
		 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */

  }
.google-maps iframe:hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
		 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
	  transition: all 0.10s ease;

  }
img{
	max-width: 100%;
	height: auto;
}
.onsale{
	position: absolute;
	top: 0;
}
.rel{
	position: relative;
}

form.cart{
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.qty{
	margin-right: 5px;
	max-width: 40px;
}
.page-numbers.next, .page-numbers.prev{
	display: none;
}
ul.page-numbers{
	list-style-type: none;
	margin-top: 30px;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	justify-content: center !important;
}
ins{
	text-decoration: none;
}
.item del bdi, .item del{
	color: #d0d0d0;
}

.hvbtn{
	position: relative;
	height: 36.5px;
	overflow: hidden;
	margin-top: 0!important;
}
.hvbtn .btn{
	margin-top:0;
	display:block;
	position: absolute;
	left: 0;
	top: -36.5px;
	width: 100%;
	height: 100%;
	transition: top.3s;
}
@media(max-width:991px){
	.hvbtn .btn{
		position: relative;
		left: unset;
		top: unset;
	}
	#produkty .box2 h2{
		margin-bottom: 0;
	}
}
.item:hover .hvbtn .btn{
	top: 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	border-top-color: #c0b58e!important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	color: #c0b58e!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce-error .button,.woocommerce .actions .button, .woocommerce-info .button,.edit, .woocommerce-message .button,.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
	margin-top: 0!important;
	padding: 0.5rem 1rem;
	transition: all.3s;
}
.woocommerce-MyAccount-navigation ul {
	display: flex;
	list-style-type: none;
	justify-content: center;
	padding: 0;
  }
  .woocommerce-MyAccount-navigation-link {
	padding: 5px 10px;
	background-color: #c1b58f;
	margin: 0 5px;
	transition: all .3s;
  }
  .woocommerce-MyAccount-navigation-link a {
	color: white;
  }
  .woocommerce-MyAccount-navigation-link:hover{
	background-color: #8e8460;
  }
  #produkty .form-wrap p {
	display: flex;
	flex-direction: column;
	width: 50%;
	justify-content: flex-end;
	color: #202020;
  }
   #produkty .form-wrap p {
	text-align: left;
	font-size: 15px;
	color: #818181;
	font-weight: normal;
	margin-bottom: 10x;
	margin-top: 20px;
  }
  .woocommerce form .form-row label {
	line-height: 2;
  }
  .woocommerce form .form-row .required {
	visibility: visible;
  }
  #produkty .form-wrap {
	display: flex;
	flex-wrap: wrap;
  }
  .woocommerce-Address-title h3{
	text-align: left!important;
  }
  table tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
  }
  .woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	line-height: 1.5em;
  }
  table th:first-child {
	text-align: center;
	padding-left: 20px;
  }
  table th {
	background: #c1b58f;
	color: white;
  }
  table th {
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #e0e0e0;
	background-color: #c1b58f;
	text-align: center;
  }
  .woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	height: auto;
  }
  .woocommerce table.cart img {
	max-width: 100px !important;
  }
  table a:active, table a:hover, table a, table a:visited {
	color: #202020;
  }
  table a:active, table a:hover {
	color: #202020;
	text-decoration: underline;
  }
  #produkty .woocommerce a.remove:hover {
	color: #fff !important;
	background: #8e8460;
  }
  #produkty .woocommerce a.remove{
	color: #c1b58f!important;
	line-height: 0.9;
  }
  .woocommerce table.cart td.actions .input-text{
	width: 100px;
  }
  .cart_totals h2{
	margin-bottom: 20px!important;
  }
  .restore-item{
	color: #c0b58e;
  }
  .restore-item:hover{
	color:#8e8460;
  }
  #produkty .woocommerce form .show-password-input,   #produkty .woocommerce-page form .show-password-input
  .checkout-col p {
	top: 15.5px;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	display: block;
	width: 100%;
	height: 35px;
	padding: 5px;
	padding-left: 5px;
	padding-left: 5px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-top: 0;
  }
  .woocommerce form .password-input input[type="password"], .woocommerce-page form .password-input input[type="password"]{
	margin-top: 10px!important;
  }
  .box2{
	height: calc(100% - 36.5px);
  }
  .owl-stage{
	display: flex;
  }
  .owl-item{
	display: flex;
	flex: 1 0 auto;
  }
  .owl-item .item{
	width: 100%;
  }
  @media (min-width: 992px) and (max-width: 1199px){
  #slajder {
	margin-top: 121px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
#slajder {
  margin-top: 117px!important;
}
}
@media (min-width: 360px) and (max-width: 767px){


#slajder {
  margin-top: 114px!important;
}
}
#produkty .woocommerce-MyAccount-content p a {
	font-size: 17px;
}
.item img.imgs{
	max-width: 100%;
	max-height: 179px;
	object-fit: contain;
}
.koszyk	{
	position: relative;
}
.checkout-col .form-row{
	display: flex;
	flex-direction: column;
	width: 100%!important;
}
