a
{
  color: #000;
  text-decoration: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

b{
font-weight:600;
}

html
{
  font: normal 62.5%/1.4em Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  padding-top: 20px;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
  width: calc(100% - 22px);
  border: 1px solid #D0CCCC;
  height: 40px;
  padding: 0px 10px;
  margin: 0px;
  background: transparent;
  outline: none;
  resize: none;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
  display: block;
}

.wpcf7-textarea{
  width: calc(100% - 22px);
  border: 1px solid #D0CCCC;
  height: 120px;
  padding: 10px 10px;
  margin: 0px;
  background: transparent;
  outline: none;
  resize: none;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
  display: block;
}

.wpcf7-submit{
  display: inline-block;
  min-width: 100px;
  padding: 10px 10px;
  background: #ffcb00;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 0;
  cursor: pointer;
  margin-top: 20px;
}

.wpcf7-submit:hover {
  background: #004658;
}

.wpcf7-form label{
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
}

/* CUSTOM ON-HOVER IMAGE */
.woocommerce ul.products li.product a img { 
  /* FORMAT ALL IMAGES TO FILL EQUIVALENT SPACE,
  to remove jitter on replacement */
  height: 150px;
  width: 150px;
  object-fit: cover;
  padding: 0;
  margin: 0 auto;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
  display: none;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
  display: block
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
  display: none;
}

blockquote, q
{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
  content: '';
}

ins
{
  text-decoration: underline;
}

del
{
  text-decoration: line-through;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

html{
scroll-behavior: smooth;  
}


body{
margin:0px;
padding:0px;
font-size:16px;
font-family: 'Poppins', sans-serif;
font-weight:400;
}


body input, body textarea, body button, body select{
font-family: 'Poppins', sans-serif;
}

.body-hide-ow{
overflow:hidden;
}

.container{
width:calc(100% - 40px);
max-width:1240px;
padding:0px 20px;
margin:0px auto;
}



/*HEADER TOP*/

.header-page{
padding-top:210px;
}

.header-page-block{
position:absolute;
top:0px;
left:0px;
width:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index:999; 
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0);
}

.header-page-block-f{
position:fixed;
top:0px;
left:0px;
width:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index:999;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22); 
}

.admin-bar .top-page-header-block{
padding-top:32px;
}

.header-page-block-top{
background:#004658;
}

.header-page-block-top-content{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-top-content-left{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
margin:14px 0px;
}

.header-page-block-top-content-left-a{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
margin-right:40px;
}

.header-page-block-top-content-left-a img{
margin-right:11px;
}

.header-page-block-top-content-left-a span{
font-size:13px;
font-weight:500;
color:#fff;
}


.header-page-block-top-content-right{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-top-content-right-promo{
background:#006875;
padding:15px 15px;
font-size:13px;
font-weight:500;
color:#fff;
}

.header-page-block-top-content-right-user-link{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
margin-left:44px;
}

.header-page-block-top-content-right-user-link a{
font-size:13px;
font-weight:500;
color:#fff;
}

.header-page-block-top-content-right-user-link span{
font-size:13px;
font-weight:500;
color:#fff;
margin:0px 23px;
}

.header-page-block .header-page-block-bottom{
padding:28px 0px;
background:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-f .header-page-block-bottom{
padding:10px 0px;
background:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-bottom-content{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-bottom-content-icon .search-mobile{
display:none;
}

.header-page-block-bottom-content-search-item{
border:1px solid #c2c2c2;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-bottom-content-search-item input{
border:0px;
padding:10px 10px;
margin:0px;
background:transparent;
font-size:12px;
font-weight:400;
color:#000;
width:200px;
outline:none; 
}

.header-page-block-bottom-content-search-item input::-webkit-input-placeholder{
color:#9d9d9d;
opacity:1;
}

.header-page-block-bottom-content-search-item input::-moz-placeholder {
color:#9d9d9d;
opacity:1;
}

.header-page-block-bottom-content-search-item input:-ms-input-placeholder {
color:#9d9d9d;
opacity:1;
}

.header-page-block-bottom-content-search-item input:-moz-placeholder {
color:#9d9d9d;
opacity:1;
}

.header-page-block-bottom-content-search-item button{
border:0px;
width:50px;
height:26px;
margin:0px;
background:url('../images/ikona-3.png') no-repeat center center;
outline:none; 
cursor:pointer;
}



.header-page-block .header-page-block-bottom-content-logo{
width:236px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-f .header-page-block-bottom-content-logo{
width:200px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-bottom-content-logo img{
width:100%;
height:auto;
}

.header-page-block-bottom-content-icon{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
width:272px;
}

.header-page-block-bottom-content-icon a{
display:block;
margin:0px 17px 0px 17px;
position:relative;
}

.header-page-block-bottom-content-icon a span{
position:absolute;
right:-15px;
width:20px;
height:20px;
border-radius:50%;
background:#ffcb00;
line-height:20px;
text-align:center;
font-size:12px;
font-weight:500;
color:#fff;
}

.header-page-block-bottom-content-icon .circle-a{
top:-11px;
}

.header-page-block-bottom-content-icon .circle-b{
top:-10px;
}

.header-page-block-menu{
background:#fff;
}

.header-page-block-menu-content{
padding:15px 0px;
}

.header-page-block-menu-content-close{
width:20px;
height:20px;
position:absolute;
top:20px;
right:20px;
background:url('../images/zam.png') no-repeat center;
cursor:pointer; 
display:none;   
}


.header-page-block-menu-content ul{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
width:100%;
}


.header-page-block-menu-content ul li{
margin:0px 30px;
list-style-type:none;
}

.header-page-block-menu-content ul li a{
font-size:14px;
font-weight:500;
color:#004658;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-menu-content ul li a:hover{
color:#ffcb00; 
}


.header-page-block-menu-swicher{
margin-left:24px;
height:17px;
width:30px;
border-top:2px solid #004658;
border-bottom:2px solid #004658;
cursor:pointer;
position:relative;
display:none;
}

.header-page-block-menu-swicher::before{
content:'';
position:absolute;
top:50%;
left:0px;
width:100%;
height:2px;
background:#004658;
margin-top:-1px;
}






/*HOME PAGE BANER*/

.home-page-baner{
position:relative;
}

.home-page-baner-slider-item{
display:block;
position:relative;

}

.home-page-baner-slider-item-image{
width:100%;
height:730px;
}

.home-page-baner-slider-item-image-video{
position:relative;
}

.home-page-baner-slider-item-image-video::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(255,255,255,0.6);
}

.home-page-baner-slider-item-image img{
width:100%;
height:100%;
object-position:top right;
object-fit:cover;
}

.home-page-baner-slider-item-image video{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}

.home-page-baner-slider-item-text{
position:absolute;
top:50%;
left:calc(50% + 110px);
width:calc(50% - 110px);
transform:translateY(-50%); 
-webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%);
z-index:90;
}

.home-page-baner-slider-item-text-a{
margin-bottom:30px;
}

.home-page-baner-slider-item-text-a p{
font-family:"WindSong", cursive;
font-weight:500;
font-style:normal;
font-size:50px;
line-height:normal;
color:#004658;
}

.home-page-baner-slider-item-text-b p{
font-weight:500;
font-size:60px;
line-height:70px;
color:#004658;
}

.home-page-baner-slider-item-button{
padding-top:60px;
}



.home-page-baner .tns-nav{
position:absolute;
bottom:40px;
left:0px;
width:100%; 
z-index:99;
text-align:center;
}

.home-page-baner .tns-nav button{
width:10px;
height:10px;
border-radius:50%;
background:#004658;
padding:0px;
margin:0px 3px;
cursor:pointer;
border:0px;
}

.home-page-baner .tns-nav button:hover{
background:#F6C105;
}

.home-page-baner .tns-nav .tns-nav-active{
background:#F6C105;
}

.home-page-baner .tns-controls{
position:absolute;
top:50%;
left:0px;
width:100%; 
z-index:100;
text-align:center;  
}

.home-page-baner .tns-controls button:first-child{
position:absolute;
top:-8px;
left:20px;
width:16px;
height:16px;
background:transparent url('../images/arrow-1-left.png') no-repeat center;
cursor:pointer; 
border:0px;
font-size:0px; 
}

.home-page-baner .tns-controls button:last-child{
position:absolute;
top:-8px;
right:20px;
width:16px;
height:16px;
background:transparent url('../images/arrow-1-right.png') no-repeat center;
cursor:pointer; 
border:0px;
font-size:0px; 
}



/*PRZYCISKI*/

.page-button-one{
display:inline-block;
min-width:100px;
padding:10px 10px;
background:#ffcb00;
text-align:center;
font-weight:500;
font-size:14px;
line-height:normal;
color:#fff;
text-transform:uppercase;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.page-button-one:hover{
background:#004658;
}


/*BANERY PROMOCYJNE*/

.home-page-baner-promo{
padding:40px 0px 60px 0px;
}

.home-page-baner-promo-content{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -10px;
}

.home-page-baner-promo-content-item{
width:calc(50% - 20px);
margin:0px 10px;
background:#c4dcdf;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}

.home-page-baner-promo-content-item-left{
width:calc(50% - 47px);
margin:0px 20px 0px 27px;
}

.home-page-baner-promo-content-item-right{
width:calc(50% - 20px);
}

.home-page-baner-promo-content-item-right img{
width:100%;
height:auto;
max-width:240px;
}

.home-page-baner-promo-content-item-left-text-a{
font-weight:500;
font-size:18px;
line-height:normal;
color:#004658;
padding-top:30px;
}

.home-page-baner-promo-content-item-left-text-b{
font-weight:500;
font-size:30px;
line-height:normal;
color:#004658;
padding-top:33px;
}

.home-page-baner-promo-content-item-left-text-c{
font-weight:500;
font-size:14px;
line-height:normal;
color:#004658;
text-decoration:underline;
padding-top:50px;
margin-bottom:30px;
}


/*KATEGORIE RODUKTÓW STRONA GŁOWNA*/

.home-page-category{
padding:112px 0px;
background-color:#004658; 
background-image:url('../images/bg-1.jpg'),url('../images/bg-2.jpg'); 
background-repeat:no-repeat, no-repeat;
background-position:top left, bottom right;
}

.home-page-category-header{
font-weight:500;
font-size:30px;
line-height:normal;
color:#fff;
text-align:center;  
margin-bottom:35px;
}

.home-page-category-block{
position:relative;
padding-top:70px;
}

.home-page-category-block-slider-item{
width:100%;
height:400px;
position:relative;
display:block;
}

.home-page-category-block-slider-item-image{
position:absolute;
top:0px;
left:0px;
width:calc(100% - 20px);
height:300px;
text-align:center;
background:#fff;
}

.home-page-category-block-slider-item-image img{
position:relative;
top:50%;
width:auto;
height:auto;
max-width:100%;
transform:translateY(-50%); 
-webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%);
}


.home-page-category-block-slider-item-text{
position:absolute;
bottom:0px;
left:0px;
width:calc(100% - 20px);
height:100px;
background:#fff;
}

.home-page-category-block-slider-item-text-header{
position:relative;
top:50%;
width:auto;
height:auto;
max-width:100%;
transform:translateY(-50%); 
-webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%);
text-align:center;
font-weight:500;
font-size:18px;
line-height:normal;
color:#004658;
text-transform:uppercase;
}


.home-page-category .tns-controls{
position:absolute;
top:0px;
left:0px;
width:100%; 
z-index:100;
text-align:center;  
}

.home-page-category .tns-controls button:first-child{
position:absolute;
top:0px;
left:50%;
width:16px;
height:16px;
background:transparent url('../images/arrow-1-left.png') no-repeat center;
cursor:pointer; 
border:0px;
margin-left:-32px;
font-size:0px; 
}

.home-page-category .tns-controls button:last-child{
position:absolute;
top:0px;
right:50%;
width:16px;
height:16px;
background:transparent url('../images/arrow-1-right.png') no-repeat center;
cursor:pointer; 
border:0px;
margin-right:-32px;
font-size:0px; 
}

/*LISTA PRODUKTÓW*/


.home-page-selcted{
padding:20px 0px 60px 0px;
}

.home-page-selcted-top{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
margin-bottom:50px;
}

.home-page-selcted-top-left{
font-weight:500;
font-size:30px;
line-height:normal;
color:#004658; 
}

.home-page-selcted-top-right{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}

.home-page-selcted-top-right span{
font-weight:500;
font-size:13px;
line-height:normal;
color:#004658;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left:24px; 
cursor:pointer;
}

.home-page-selcted-top-right span:hover,
.home-page-selcted-top-right .active{
color:#ffcb00; 
}

.home-page-selcted-content{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -10px;
}

.home-page-selcted-content-item{
width:calc(25% - 20px);
margin:0px 10px 50px 10px;
position:relative;
}

.home-page-selcted-content-item-image{
border:2px solid #c4dcdf;
padding:18px;
}

.home-page-selcted-content-item-image-ob{
width:100%;
height:350px;
text-align: center;
}

.home-page-selcted-content-item-image-ob img{
width:auto;
height:auto;
max-width:100%;
max-height:350px;
position:relative;
top:50%;
transform: translateY(-50%); 
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%); 
}

.home-page-selcted-content-item-price{
padding:17px 0px 10px 0px;
font-weight:500;
font-size:14px;
line-height:normal;
color:#004658;
}

.home-page-selcted-content-item-price span{
text-decoration:line-through;
color:#a6a6a6;
}

.home-page-selcted-content-item-price .amount,
.home-page-selcted-content-item-price .woocommerce-Price-currencySymbol{
text-decoration:none;
color:#004658;
}

.home-page-selcted-content-item-title{
font-weight:400;
font-size:14px;
line-height:normal;
color:#004658;
}

.home-page-selcted-content-item-heart{
position:absolute;
top:20px;
right:20px;
width:19px;
height:17px;
background:url('../images/ikona-5.png') no-repeat center center;
background-size:19px 17px;
cursor:pointer; 
}

.home-page-selcted-content-item-shop{
position:absolute;
top:329px;
left:18px;
width:calc(100% - 56px);
line-height:normal;
padding:10px 10px;
background:#ffcb00;
cursor:pointer;
display:block;
font-weight:500;
font-size:14px;
line-height:normal;
color:#fff;
text-align:center;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity:0;
}

.home-page-selcted-content-item:hover .home-page-selcted-content-item-shop{
opacity:1;
}

.home-page-selcted-bottom{
text-align:center;
padding:15px 0px;
}

.home-page-selcted-bottom a{
font-weight:500;
font-size:14px;
line-height:normal;
color:#004658;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.home-page-selcted-bottom a:hover{
color:#ffcb00; 
}

/*O NAS STRONA GŁÓWNA*/

.home-page-about-us{
padding:90px 0px;
}

.home-page-about-us-blocks{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -10px 90px -10px;
}

.home-page-about-us-blocks-item{
width:calc(33.3333333333333% - 54px);
margin:0px 10px;
border:2px solid #c4dcdf;
padding:30px 15px;
text-align:center;
display:flex;
justify-content:center;
align-items:flex-end;
flex-wrap:wrap;
}

.home-page-about-us-blocks-item-text-a{
font-weight:600;
font-size:24px;
line-height:normal;
color:#004658;
}

.home-page-about-us-blocks-item-text-b{
font-weight:500;
font-size:14px;
line-height:normal;
color:#004658;
margin:0px 0px 4px 10px;
}

.home-page-about-us-content{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}

.home-page-about-us-content.blog{
margin-bottom:40px;
}

.home-page-about-us-content-left{
width:calc(50% - 20px);
position:relative;
height:420px;
}


.home-page-about-us-content-right{
width:calc(50% - 97px);
margin-left:97px;
}

.home-page-about-us-content-left::before{
content:'';
position:absolute;
right:-20px;
bottom:-20px;
width:20px;
height:70%;
background:#c4dcdf; 
}

.home-page-about-us-content-left::after{
content:'';
position:absolute;
right:-20px;
bottom:-20px;
width:70%;
height:20px;
background:#c4dcdf; 
}

.home-page-about-us-content-left img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.home-page-about-us-content-right-header{
font-weight:500;
font-size:30px;
line-height:normal;
color:#004658; 
margin-bottom:50px;
}

.home-page-about-us-content-right-header span{
display:block;
font-size:18px;
}

.home-page-about-us-content-right-text{
font-weight:400;
font-size:14px;
line-height:24px;
color:#6e6e6e; 
}

.home-page-about-us-content-right-button{
padding-top:50px;
}


/*SEKCJA TOP PODSTRONA*/

.sub-page-section-top{
padding:22px 0px;
background:#c4dcdf;
margin-bottom:36px;
}

.sub-page-section-top-content{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.sub-page-section-top-content-header{
font-weight:500;
font-size:24px;
line-height:normal;
color:#004658; 
}

.sub-page-section-top-content .woocommerce-breadcrumb{
padding:0px;
margin:0px;
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:wrap;
font-weight:400;
font-size:14px;
line-height:normal;
color:#004658; 
}

.sub-page-section-top-content .woocommerce-breadcrumb a,
.sub-page-section-top-content .woocommerce-breadcrumb span{
font-weight:400;
font-size:14px;
line-height:normal;
color:#004658; 
margin:0px 0px;
}


/*SKLEP LISTA PRODUKTÓW*/

.sub-page-section-shop-content{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.sub-page-section-shop-content-left{
width:295px;
}

.sub-page-section-shop-content-right{
width:calc(100% - 315px);
}

.sub-page-section-shop-content-right-top{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.sub-page-section-shop-content-right-top{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:30px;
}

.sub-page-section-shop-content-right-top-info{
display:flex;
justify-content:flex-start;
flex-wrap:wrap;
}

.sub-page-section-shop-content-right-top-info-a{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.sub-page-section-shop-content-right-top-info-a-normal{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.sub-page-section-shop-content-right-top-info-a-normal{
width:21px;
height:20px;
background:url('../images/ikona-11.png') no-repeat center;
cursor:pointer;
margin-right:22px;
}

.sub-page-section-shop-content-right-top-info-a-normal.active{
background:url('../images/ikona-12.png') no-repeat center;
}

.sub-page-section-shop-content-right-top-info-a-horizontal{
width:24px;
height:20px;
background:url('../images/ikona-13.png') no-repeat center;
cursor:pointer;
margin-right:22px;
}

.sub-page-section-shop-content-right-top-info-a-horizontal.active{
background:url('../images/ikona-14.png') no-repeat center;
}

.sub-page-section-shop-content-right-top-info-b{
font-weight:400;
font-size:14px;
line-height:normal;
color:#6e6e6e;
}

.sub-page-section-shop-content-right-top-info-sort{
width:100%;
max-width:176px;
}

.sub-page-section-shop-content-right-top-info-sort-select select{
border:1px solid #c2c2c2;
height:33px;
padding:0px 30px 0px 15px;
margin:0px;
width:100%;
background:transparent url('../images/arrow-select.png') no-repeat right center;
outline:none;
font-size:12px;
font-weight:400;
color:#6e6e6e;
line-height:33px;
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
}

.sub-page-section-shop-content-right-product{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -10px;
}



.sub-page-section-shop-content-right-product-item{
width:calc(33.33333333333333333333333% - 20px);
margin:0px 10px 50px 10px;
position: relative;
}

.list-roduct-line .sub-page-section-shop-content-right-product-item{
width:calc(100% - 20px);
margin:0px 10px 50px 10px;
position: relative;
}

.list-roduct-line a{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}



.list-roduct-line .home-page-selcted-content-item-image{
width:calc(35% - 40px);  
border:2px solid #c4dcdf;
padding:18px;
}

.list-roduct-line .home-page-selcted-content-item-info{
width:calc(65% - 20px);
margin-left:20px; 
}

.list-roduct-line .home-page-selcted-content-item-heart{
position:absolute;
right:auto;
left:calc(35% - 40px); 
}

.list-roduct-line .home-page-selcted-content-item-shop{
left:18px;
width:calc(35% - 56px);
}


.sub-page-section-shop-content-right-product-item:hover .home-page-selcted-content-item-shop{
opacity:1;
}

.sub-page-section-shop-content-left-filtr{
margin-bottom:35px;
}

.sub-page-section-shop-content-left-filtr-header{
background:#f5f4f2;
border-bottom:2px solid #edecea;
margin-bottom:30px;
line-height:normal;
font-size:14px;
font-weight:500;
color:#000;
padding:12px 24px;
}

.sub-page-section-shop-content-left-filtr-a{
line-height:normal;
font-size:14px;
font-weight:400;
color:#000;
display:block;
margin-bottom:13px;  
}

.sub-page-section-shop-content-left-filtr-b{
line-height:normal;
font-size:12px;
font-weight:400;
color:#000;
display:inline-block;
vertical-align:middle;
margin:0px 13px 13px 0px; 
border:1px solid #dddddd;
padding:6px 10px;
}

.sub-page-section-shop-content-left-filtr-range-content{
padding:0px 0px;
}

.rangeslider-wys{
font-size:14px;
line-height:normal;
color:#6e6e6e;
font-weight:400;
margin-bottom:20px;
padding-top:20px; 
}

.range_min, .range_max{
font-size:14px;
line-height:normal;
color:#6e6e6e;
font-weight:400;  
}

.rangeslider input[type='range']{
width:100%;
height:30px;
overflow:hidden;
cursor:pointer;
outline:none;
}
.rangeslider input[type='range'],
.rangeslider input[type='range']::-webkit-slider-runnable-track,
.rangeslider input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none;
background: none;
}
.rangeslider input[type='range']::-webkit-slider-runnable-track {
width:100%;
height:2px;
background:#e8e8e8;
}

.rangeslider input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
background:none;
}

.rangeslider input[type='range']::-webkit-slider-thumb {
position: relative;
height:18px;
width:18px;
margin-top:-8px;
background:#fff;
border:2px solid #e8e8e8;
border-radius:50%;
z-index:1;
}


.rangeslider input[type='range']:nth-child(1)::-webkit-slider-thumb{
z-index: 2;
}

.rangeslider{
    position: relative;
    height:18px;
    width:100%;
    display: inline-block;

}
.rangeslider input{
    position: absolute;
}


@-moz-document url-prefix(){

.rangeslider::before{
content:'';
width:calc(100% - 10px);
height:2px;
background:#e8e8e8;
display:block;
position:relative;
top:11px;
left:5px;
}

.rangeslider input[type='range']:nth-child(1){
position:absolute;
top:30px !important;
overflow:visible !important;
height:0;
}

.rangeslider input[type='range']:nth-child(2){
position:absolute;
top:30px !important;
overflow:visible !important;
height:0;
}
  
.rangeslider input[type='range']::-moz-range-thumb {
position:relative;
height:14px;
width:14px;
margin-top:-3px;
background:#fff;
border:2px solid #e8e8e8;
border-radius:50%;
z-index: 1;
}

.rangeslider input[type='range']:nth-child(1)::-moz-range-thumb {
      transform: translateY(-20px);    
}

.rangeslider input[type='range']:nth-child(2)::-moz-range-thumb {
      transform: translateY(-20px);    
}

}

.sub-page-section-shop-content-left-filtr-range-content-button{
padding-top:0px;
margin-bottom:52px;
}

.page-button-filtr{
cursor:pointer;
}

.sub-page-section-shop-content-left-filtr-check{
padding:4px 0px 4px 0px;  
}

.sub-page-section-shop-content-left-filtr-check input{
display:none;
}

.sub-page-section-shop-content-left-filtr-check label{
position:relative;
padding-left:26px;
display:block;
line-height:normal;
font-size:14px;
font-weight:400;
color:#000;
}


.sub-page-section-shop-content-left-filtr-check label::before{
content:'';
position:absolute;
top:2px;
left:0px;
width:14px;
height:14px;
border:1px solid #dddddd;
background:white;   
}

.sub-page-section-shop-content-left-filtr-check input[type="checkbox"]:checked + label::before
{
background:#dddddd;
}


/*PAGINACJA*/

.page-list-product-pagination{
padding:60px 0px;
}

.page-list-product-pagination-content{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:wrap;
}

.page-list-product-pagination-content a{
display:block;
width:40px;
height:40px;
background:#c4dcdf;
text-align:center;
line-height:40px;
font-size:18px;
font-weight:400;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left:12px;
}

.page-list-product-pagination-content span{
display:block;
width:40px;
height:40px;
background:#004658;
text-align:center;
line-height:40px;
font-size:18px;
font-weight:400;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left:12px;
}

.page-list-product-pagination-content a:hover{
background:#004658;
}

.page-list-product-pagination-content .next{
background:#c4dcdf url('../images/arrow-p.png') no-repeat center center;
}

.page-list-product-pagination-content .next:hover{
background:#004658 url('../images/arrow-p.png') no-repeat center center;
}

.page-list-product-pagination-content .prev{
background:#c4dcdf url('../images/arrow-p-2.png') no-repeat center center;
}

.page-list-product-pagination-content .prev:hover{
background:#004658 url('../images/arrow-p-2.png') no-repeat center center;
}


/*POJEDYNCZY PRODUKT*/

.sub-page-section-product{
margin-bottom:50px;
}

.sub-page-section-product-content{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.sub-page-section-product-content-gallery{
width:420px;
}

.sub-page-section-product-content-text{
width:calc(100% - 465px);
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin-left:45px;
}

.sub-page-section-product-content-text-a{
width:55%;
}

.sub-page-section-product-content-text-b{
width:calc(45% - 45px);
margin-left:45px;
}

.sub-page-section-product-content-gallery-block{
border:2px solid #c4dcdf;
padding:18px;
position:relative;
margin-bottom:14px;
}

.sub-page-section-product-content-gallery-block::before{
content:'';
position:absolute;
top:18px;
right:18px;
width:18px;
height:18px;
background:url('../images/ikona-15.png') no-repeat center center;
z-index: 99;
}

.sub-page-section-product-content-gallery-block-slider-item{
width:100%;
height:570px;
text-align:center;
cursor:pointer;
}

.sub-page-section-product-content-gallery-block-slider-item img{
width:auto;
height:auto;
max-width:100%;
max-height:570px;
position:relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.sub-page-section-product-content-gallery-block .tns-controls{
position:absolute;
top:50%;
left:0px;
width:100%; 
z-index:100;
text-align:center;  
}

.sub-page-section-product-content-gallery-block .tns-controls button:first-child{
position:absolute;
top:-8px;
left:20px;
width:16px;
height:16px;
background:transparent url('../images/arrow-1-left-2.png') no-repeat center;
cursor:pointer; 
border:0px;
font-size:0px; 
}

.sub-page-section-product-content-gallery-block .tns-controls button:last-child{
position:absolute;
top:-8px;
right:20px;
width:16px;
height:16px;
background:transparent url('../images/arrow-1-right-2.png') no-repeat center;
cursor:pointer; 
border:0px;
font-size:0px; 
}

.sub-page-section-product-content-gallery-block-min{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}

.sub-page-section-product-content-gallery-block-min-ob{
width:79px;
height:79px;
border:1px solid #cce1e3;
cursor:pointer;
margin:14px;
}

.sub-page-section-product-content-gallery-block-min-ob img{
width:auto;
height:auto;
max-width:100%;
max-height:78px;
position:relative;
top:50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.sub-page-section-product-content-text-a-header{
line-height:normal;
font-size:24px;
font-weight:500;
color:#004658;
margin-bottom:10px;  
}

.sub-page-section-product-content-text-a-price{
line-height:normal;
font-size:20px;
font-weight:400;
color:#004658;
margin-bottom:10px;   
}

.sub-page-section-product-content-text-a-price .przek{
color:#b2b2b2;
text-decoration:line-through;  
}

.sub-page-section-product-content-text-a-price .proc{
font-size:14px; 
}


.sub-page-section-product-text-page img{
width:100%;
height:auto;
margin-bottom:20px;
}

.sub-page-section-product-text-page img.alignleft{
width:auto;
height:auto;
max-width:100%;
margin:0px 40px 20px 0px;
float:left;
}

.sub-page-section-product-text-page img.alignright{
width:auto;
height:auto;
max-width:100%;
margin:0px 0px 20px 40px;
float:right;
}

.sub-page-section-product-text-page img.alignleft ~ p{
display:none;
}


.sub-page-section-product-text-page p{
line-height:30px;
font-size:14px;
font-weight:400;
color:#6e6e6e; 
padding-bottom:20px;
}

.sub-page-section-product-text-page .blank-p
{
padding-bottom:0px;  
}


.sub-page-section-product-text-page p a,
.sub-page-section-product-text-page p a:hover{
line-height:30px;
font-size:14px;
font-weight:400;
color:#6e6e6e; 
}

.sub-page-section-product-text-page ul,
.sub-page-section-product-text-page ol{
margin:0px;
padding:0px;
padding-bottom:20px;
}

.sub-page-section-product-text-page li{
margin:0px 0px 0px 15px;
padding:0px;
line-height:30px;
font-size:14px;
font-weight:400;
color:#6e6e6e; 
}

.sub-page-section-product-text-page h2,
.sub-page-section-product-text-page h3,
.sub-page-section-product-text-page h4,
.sub-page-section-product-text-page h5,
.sub-page-section-product-text-page h6{
line-height:30px;
font-size:14px;
font-weight:700;
color:#6e6e6e;
padding-bottom:20px;
margin:0px; 
}

.sub-page-section-product-content-atr{
padding-top:50px;
}

.sub-page-section-product-content-atributes{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
margin-bottom:10px;
}

.sub-page-section-product-content-atributes label{
width:140px;
display:block;
line-height:normal;
font-size:14px;
font-weight:500;
color:#004658;
}

.sub-page-section-product-content-atributes-select{
width:calc(100% - 160px);
}

.sub-page-section-product-content-atributes-select select{
border:1px solid #c2c2c2;
height:40px;
padding:0px 30px 0px 15px;
margin:0px;
width:100%;
background:transparent url('../images/arrow-select-2.png') no-repeat right center;
outline:none;
font-size:14px;
font-weight:400;
color:#6e6e6e;
line-height:40px;
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
}




.sub-page-section-product-content-add-cart{
padding-top:20px;
}

.sub-page-section-product-content-add-cart-content{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}

.sub-page-section-product-content-add-cart-number{
width:140px;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}

.sub-page-section-product-content-add-cart-text{
width:calc(100% - 160px);
}

.sub-page-section-product-content-add-cart-number-minus{
width:33px;
height:42px;
border:1px solid #c2c2c2;
border-right:0px; 
background:url('../images/minus.png') no-repeat center center;
cursor:pointer;
}

.sub-page-section-product-content-add-cart-number-plus{
width:33px;
height:42px;
border:1px solid #c2c2c2;
border-left:0px; 
background:url('../images/plus.png') no-repeat center center;
cursor:pointer;
}

.sub-page-section-product-content-add-cart-number-input{
width:33px;
height:42px;
border:1px solid #c2c2c2;
font-size:18px;
font-weight:500;
color:#004658;
line-height:42px;
text-align:center;
-webkit-user-select: none;
-ms-user-select: none;
user-select:none;
letter-spacing:0.5px;
}

.sub-page-section-product-content-add-cart-delivery{
font-size:14px;
font-weight:400;
color:#6e6e6e;
line-height:normal;  
}

.sub-page-section-product-content-add-cart-button{
padding-top:10px;
}

.sub-page-section-product-content-add-cart-button > div{
width:calc(100% - 20px);
cursor:pointer;
}

.sub-page-section-product-content-heart{
position:relative;
padding-left:30px;
padding-top:20px;
font-size:14px;
font-weight:400;
color:#004658;
line-height:normal;
cursor:pointer;
}

.sub-page-section-product-content-heart::before{
content:'';
position:absolute;
top:21px;
left:0px;
width:19px;
height:17px;
background:url('../images/ikona-5.png') no-repeat center center;
background-size:19px 17px;
}

.sub-page-section-product-content-text-a-op-2{
padding-top:30px;
}

.sub-page-section-product-content-text-b-block{
border-left:1px solid #d9e8ea;
padding-left:26px;
}

.sub-page-section-product-content-text-b-block-item{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
margin-bottom:20px;
}

.sub-page-section-product-content-text-b-block-item-img{
width:36px;
margin-right:10px;
text-align:center;
}

.sub-page-section-product-content-text-b-block-item-t{
font-size:14px;
font-weight:400;
color:#004658;
line-height:normal;
text-transform:lowercase;
width:calc(100% - 46px);
}

.sub-page-section-product-bottom{
padding:60px 0px;
border-bottom:2px solid #f5f5f4;
}

.sub-page-section-product-bottom-nav{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
border-bottom:2px solid #f5f5f4;
}

.sub-page-section-product-bottom-nav-item{
font-size:14px;
font-weight:500;
color:#000;
line-height:normal;
padding:14px 25px;
background:transparent;
cursor:pointer;
margin-right:2px;
}

.sub-page-section-product-bottom-nav-item:hover, 
.sub-page-section-product-bottom-nav-item.active{
background:#f5f4f2;
}

.sub-page-section-product-bottom-text{
padding-top:60px;
display:none;
}

.sub-page-section-product-bottom-text.active{
display:block;
}

.woocommerce-Reviews{
font-size:14px;
font-weight:400;
color:#6e6e6e;
line-height:30px;  
}

.sub-page-section-product .woocommerce-Reviews .form-submit .submit{
display:inline-block !important;
min-width:100px !important;
padding:10px 10px !important;
background:#ffcb00 !important;
text-align:center !important;
font-weight:500 !important;
font-size:14px !important;
line-height:normal !important;
color:#fff !important;
text-transform:uppercase !important;
-webkit-transition: 0.4s !important;
-moz-transition: 0.4s !important;
-o-transition: 0.4s !important;
transition: 0.4s !important;
border-radius:0px !important;
}

.sub-page-section-product .woocommerce-Reviews .form-submit .submit:hover{
background:#004658 !important;;
}

.sub-page-section-product .woocommerce-Reviews input,
.sub-page-section-product .woocommerce-Reviews textarea{
outline:none;
}


/*KOSZYK*/

.shop-page-cart-all{
margin:0px 0px 60px 0px;
}

.shop-page-cart-all .select2-container .select2-selection--single {
height:40px;
}

.shop-page-cart-all .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height:40px;
}

.shop-page-cart-all .select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-top:4px;
}


.shop-page-cart-all .shop-page-submenu-category-header{
margin-bottom:40px;
}

.shop-page-cart-all .woocommerce table.shop_table td{
border-top:1px solid #D0CCCC;
padding:9px 12px;
}

.shop-page-cart-all .woocommerce table.shop_table{
border:1px solid #D0CCCC;
margin:0 -1px 24px 0;
border-radius:0px;
font-size:14px;
}

.shop-page-cart-all .woocommerce .cart-collaterals .cart_totals{
float:none;
width:100%;
}

.shop-page-cart-all .woocommerce .cart-collaterals .cart_totals h2, 
.woocommerce-billing-fields h3{
margin-bottom:20px;
font-size:14px;
}

#wpdesk_vat_field h2{
margin-bottom:22px;
font-size:14px;
padding-top:20px;
}

#order_review_heading{
margin-bottom:22px;
font-size:14px;
padding-top:20px;  
}

.woocommerce-form-coupon p{
font-size:14px;  
}

.woocommerce form.checkout_coupon{
border:1px solid #D0CCCC;
padding:20px;
margin:20px 0px;
text-align: left;
border-radius:0px;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
margin-bottom:14px;
font-size:14px;
}

.woocommerce form .form-row label{
font-size:14px; 
}

.select2-container--default .select2-selection--single {
border:1px solid #D0CCCC;
border-radius:0px;
font-size:14px; 
}

.shop-page-cart-all .woocommerce-error, 
.shop-page-cart-all .woocommerce-info, 
.shop-page-cart-all .woocommerce-message 
{
padding:10px 10px;
margin:0px 0px 20px 0px;
position: relative;
background-color:#c4dcdf;
color:#004658;
border:0px;
list-style:none outside;
width: auto;
word-wrap:break-word;
font-size:14px;
font-weight:700;
line-height:normal;
}

.shop-page-cart-all .woocommerce-info::before {
  display:none;
}

.shop-page-cart-all .woocommerce-error::before, 
.shop-page-cart-all .woocommerce-info::before, 
.shop-page-cart-all .woocommerce-message::before {
  display:none;
}

.shop-page-cart-all .woocommerce #respond input#submit, 
.shop-page-cart-all .woocommerce a.button, 
.shop-page-cart-all .woocommerce button.button, 
.shop-page-cart-all .woocommerce input.button,
.shop-page-cart-all .woocommerce button.button:disabled, 
.shop-page-cart-all .woocommerce button.button:disabled[disabled] 
{
margin:0;
line-height:normal;
cursor:pointer;
position:relative;
text-decoration:none;
overflow: visible;
padding:10px 16px;
font-weight:500;
font-size:14px;
border-radius:0px;
left:auto;
color:#fff;
background-color:#ffcb00;
border:0;
display: inline-block;
vertical-align:middle;
background-image:none;
box-shadow:none;
text-shadow:none;
}

.shop-page-cart-all .woocommerce-cart table.cart td.actions .coupon .input-text
{
float:none;
display:inline-block;
vertical-align:middle;
box-sizing:border-box;
border:1px solid #D0CCCC;
padding:0px 12px;
margin:0 4px 0 0;
outline:0;
line-height:30px;
height:30px;
width:100px;
}

#coupon_code{
height:42px !important;
}


.shop-page-cart-all .woocommerce #respond input#submit.alt:hover, 
.shop-page-cart-all .woocommerce a.button.alt:hover, 
.shop-page-cart-all .woocommerce button.button.alt:hover, 
.shop-page-cart-all .woocommerce input.button.alt:hover{
background-color:#004658;
color: #fff;
}


#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img{
width:62px;
}


#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th{
border-top: 1px solid #D0CCCC;
}


.woocommerce form .form-row input.input-text{
border:1px solid #D0CCCC;
height:40px;
padding:0px 10px;
margin:0px;
background:transparent;
outline:none;
resize:none;
font-size:14px;
font-weight:400;
color: #000;
line-height:40px;
}

.woocommerce form .form-row textarea{
border:1px solid #D0CCCC;
height:100px;
padding:10px;
margin:0px;
background:transparent;
outline:none;
resize:none;
font-size:14px;
font-weight:400;
color:#000;
line-height:normal;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
background:#fff;
border-radius:0px;
}

.wc_payment_method label{
font-size:14px;
font-weight:700;
color:#000;  
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
padding:12px 0px;
margin:10px 0px;
font-size:14px;
border-radius:0px;
line-height:normal;
background-color:#fff;
color:#000;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before{
display:none;
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
border-bottom:1px solid #fff;
padding:0px;
}

#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row{
padding:0px;
}

.woocommerce-privacy-policy-text{
margin-bottom:30px; 
}

.woocommerce-privacy-policy-text p{
font-size:14px;
font-weight:400;
color:#000;
line-height:normal;  
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
border:1px solid #D0CCCC;
border-radius:0px;
}

.woocommerce form.login p{
font-size:14px;
font-weight:400;
color:#000;
line-height:normal;  
}


/*KONTO LINKI*/

.shop-page-cart-all .woocommerce-MyAccount-navigation ul li{
list-style-type:none;
margin-bottom:15px;
}

.shop-page-cart-all .woocommerce-MyAccount-navigation ul li a{
font-size:14px;
font-weight:400;
color: #004658;
line-height:normal;
display:inline-block;
position:relative;
}

.shop-page-cart-all .woocommerce-MyAccount-navigation ul li a:hover,
.shop-page-cart-all .woocommerce-MyAccount-navigation ul .is-active a{
color:#000;
}

.shop-page-cart-all .woocommerce-MyAccount-content p {
font-size:14px;
font-weight:400;
color:#000;
line-height:normal;
}

.shop-page-cart-all .addresses .title h3{
margin-bottom:20px;
font-size:14px !important;
}

.shop-page-cart-all .woocommerce-MyAccount-content .woocommerce-Address address{
font-size:14px;
font-weight:400;
color:#000;
line-height:normal;
font-style:normal;
}

.shop-page-cart-all .woocommerce-MyAccount-content .addresses {
display: flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap: nowrap;
padding-top: 20px;
}

.shop-page-cart-all .woocommerce-MyAccount-content .addresses .woocommerce-Address {
float:none;
width:calc(100% - 26px) !important;
margin:0px auto 20px auto !important;
border:1px solid #D0CCCC;
padding:9px 12px !important;
}

.shop-page-ulubione{
padding-top:0px;
}


/*WYSZUKIAWANIE*/

.sub-page-section-search{
padding:0px 0px 50px 0px;
}

.sub-page-section-search-header{
font-weight:500;
font-size:30px;
line-height: normal;
color: #004658;
margin-bottom: 50px;
}  

.entry-title-search-block{
border:2px solid #c4dcdf;
padding: 18px;
margin-bottom:20px;  
}

.entry-title-search a, .entry-title-search a:hover{
font-weight:500;
font-size:18px;
line-height: normal;
color:#004658;
}

.entry-title-search-block p{
font-weight:400;
font-size:14px;
line-height: 24px;
color: #6e6e6e;
padding-top:20px;
}

.sub-page-section-search-input form{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.sub-page-section-search-input label{
width:calc(100% - 160px);
}

.sub-page-section-search-input label input{
width:calc(100% - 22px);
padding:0px 10px;
outline:none;
height:40px;
line-height:40px;
display:block;
}

.sub-page-section-search-input .search-submit{
display:inline-block;
min-width:160px;
padding:10px 10px;
background:#ffcb00;
text-align:center;
font-weight:500;
font-size:14px;
line-height:normal;
color:#fff;
text-transform:uppercase;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
border:0px;
}

.sub-page-section-search-input .search-submit:hover{
background:#004658;
cursor:pointer;
}


.shop-page-text{
padding:0px 0px 50px 0px;
}

/*KONTAKT*/


.shop-page-contact{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:50px;
}

.shop-page-contact-left{
width:calc(50% - 20px);
margin-right:20px;
}

.shop-page-contact-right{
width:calc(50% - 20px);
margin-left:20px;
}

.shop-page-contact-right-input, .shop-page-contact-right-label{
margin-bottom:20px;
}

.shop-page-contact-right-label label{
line-height:30px;
font-size:14px;
font-weight:400;
color:#6e6e6e;
}

.shop-page-contact-right-input input{
width:calc(100% - 22px);
border:1px solid #D0CCCC;
height:40px;
padding:0px 10px;
margin:0px;
background:transparent;
outline:none;
resize:none;
font-size:14px;
font-weight:400;
color: #000;
line-height:40px;
display:block;
}

.shop-page-contact-right-input textarea{
width:calc(100% - 22px);
border:1px solid #D0CCCC;
height:120px;
padding:10px 10px;
margin:0px;
background:transparent;
outline:none;
resize:none;
font-size:14px;
font-weight:400;
color: #000;
line-height:40px;
display:block;
}

.shop-page-contact-right-wyslij{
cursor:pointer;
}


/*STOPKA*/
.footer-page{
background-color:#c4dcdf;
background-image:url('../images/bg-3.jpg'), url('../images/bg-4.jpg');
background-position:bottom left, top right;
background-repeat:no-repeat;
padding:75px 0px 45px 0px;	
}

.footer-page-top{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
  gap:100px;
}

.footer-page-top-block-a{
width:290px;
}

.footer-page-top-block-b, .footer-page-top-block-c{
width:190px;
}

.footer-page-top-block-a img{
width:100;
max-width:169px;
height:auto;
margin-bottom:20px;
}

.footer-page-top-block-a p{
font-weight:400;
font-size:14px;
line-height:30px; 
color:#004658;
}

.footer-page-top-header{
font-weight:500;
font-size:18px;
line-height:normal; 
color:#004658;
margin-bottom:30px; 
}



.footer-page-top-block ul{
padding:0px;
margin:0px;
}

.footer-page-top-block ul li{
list-style-type:none;
padding:0px;
margin:0px;
}

.footer-page-top-block ul li a{
font-weight:400;
font-size:14px;
line-height:30px; 
color:#004658;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.footer-page-top-block ul li a:hover{
color:#004658; 
}


.footer-page-info{
border-top:1px solid #a7b8ba;
border-bottom:1px solid #a7b8ba;
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin-bottom:55px;
}

.footer-page-info-block-a{
text-align:center;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
width:calc(33.3333333333333333% - 20px);
padding:0px 10px;
}

.footer-page-info-block-b{
text-align:center;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
border-right:1px solid #a7b8ba;
border-left:1px solid #a7b8ba;
width:calc(33.3333333333333333% - 22px);
padding:0px 10px;
}

.footer-page-info span{
padding:30px 0px 30px 10px;
font-weight:400;
font-size:14px;
line-height:normal; 
color:#004658;
}


.footer-page-bottom{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.footer-page-bottom-socialmedia{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
width:180px;
}

.footer-page-bottom-socialmedia a{
margin-right:17px;
}

.footer-page-bottom-text{
font-weight:400;
font-size:14px;
line-height:30px; 
color:#004658;
text-align:center;
}

.footer-page-bottom-text a, .footer-page-bottom-text a:hover{
font-weight:400;
font-size:14px;
line-height:30px; 
color:#004658;
}

.footer-page-bottom-up{
width:180px; 
text-align:right;
}


/*GALERIA SKRYPT*/


.okno-realizacje
{
position: fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
z-index:9999999;
display:none;
}

.okno-realizacje-zaw
{
position:absolute;
top:50px;
left:120px;
width:calc(100% - 240px);
height:calc(100% - 100px);
text-align:center;    
}


.okno-realizacje-zaw img
{
width:100%;
height:100%;
object-fit:contain;
object-position:center;
}

.okno-realizacje-load
{
position: absolute;
left:50%;
top:50%;
margin-left:-25px;
margin-top:-25px;
border: 2px solid #fff;
border-top: 2px solid transparent; 
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin 2s linear infinite;
display:none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.okno-realizacje-zam
{
position: absolute;
top:50px;
right:50px;
width:40px;
height:40px;
cursor:pointer;
background:#fff url('../images/close.png') no-repeat center center;
}

.okno-realizacje-lewo
{
position:absolute;
top:50%;
left:0px;
width:40px;
height:40px;
background:#fff url('../images/ikona-st-slider-l.svg') no-repeat center center;
padding:0px;
margin:-20px 0px 0px 0px;
border:0px;
cursor:pointer;
}

.okno-realizacje-prawo
{
position:absolute;
top:50%;
right:0px;
width:40px;
height:40px;
background:#fff url('../images/ikona-st-slider-p.svg') no-repeat center center;
padding:0px;
margin:-20px 0px 0px 0px;
border:0px;
cursor:pointer;
}

.hover-image-wrapper {
  position: relative;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.product:hover .hover-image {
  opacity: 1;
}

/* Podmiana zdjęcia na hover */
ul.products li.product:hover img.wp-post-image {
  opacity: 0;
}
ul.products li.product:hover .woocommerce-product-gallery__image img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
