@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa-brands-400.eot");
  src: url("/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.woff") format("woff"), url("/fonts/fa-brands-400.ttf") format("truetype"), url("/fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa-regular-400.eot");
  src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype"), url("/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fonts/fa-solid-900.eot");
  src: url("/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff"), url("/fonts/fa-solid-900.ttf") format("truetype"), url("/fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
  
  
:root{
    --ffs:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --ffm:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --ff:'Josefin Sans';
}
input, select, textarea, button,.info-checkbox {
    font-family:var(--ffs);
}
:focus{color:red;}
* {
  box-sizing: border-box;
}
a,a:visited,a:hover,a:link{color: white;text-decoration: none;}
nav a,nav a:visited,nav a:hover,nav a:link{color: black;}
html {
    height:100%;
}
body{
    font-family:var(--ff);
    font-weight: 300;
    position:relative;
    min-height:100%;
    background-color:#000000;
    color:white;
    margin:0;
    padding:0;
}
header .navigation {
  height: 110px;
  background: #ffffff;

}
header .brand {
    position: absolute;
    padding-left: 0px;
    float: left;
    line-height: 80px;


}
header .brand a,header .brand a:visited {
  text-decoration: none;

}
header .nav-container {
  max-width: 2200px;
  margin: 0 auto;
}
header nav {
  float: right;

}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;


}
header nav ul li {

  float: left;
  position: relative;

    
}
header nav ul li a,
header nav ul li a:visited {

  display: block;
  padding: 0 20px;
  line-height: 110px;
  background: transparent;
  color: #000000;
  text-decoration: none;

}
header nav ul li a:hover,
header nav ul li a:visited:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
                          
    
}
header nav ul li a:not(:only-child):after,header nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}
header nav ul li ul li {
    /* szerokosc menu rozwijanego */
    background: #ffffff;
    min-width: 250px;
}
header nav ul li ul li a {
    /* podkategorie */
    background: #ffffff;
    padding: 15px;
    line-height: 20px;
}
header .nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;

}

header .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  height: 70px;
  width: 70px;


}
header .nav-mobile-shopping-cart {
  display: none;
  position: absolute;
  top: 18px ;
  right: 110px;
  background: #ffffff;
  height: 0px;
  width: 0px;
}
header .nav-mobile-login-out {
  display: none;
  position: absolute;
  top: 0 ;
  right: 200px;
  background: #ffffff;
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 898px) {
    header nav ul li a,header nav ul li a:visited {
        background: #ffffff;
    }
    header .nav-mobile {
    display: block;
    }
    header .nav-mobile-shopping-cart {
        display: block;
    }
    header .nav-mobile-login-out {
        display: block;
    }
    header nav {
        width: 100%;
        padding: 110px 0 0 0;

    }
    header nav ul {
        display: none;

                                                           
    }
    header nav ul li {
        float: none;

    }
    header nav ul li a {
        padding: 15px;
        line-height: 20px;

    }
    header nav ul li ul li a {
        padding-left: 30px;

    }
    header .nav-dropdown {
        position: static;

    }
        header .no-mobile {
        display: none;
    }
    header .no-desktop {
        position: absolute;
        top:80px;
        height:30px;
        z-index:99999999;
        margin: 0;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%,0)
        
    }
    header .no-desktop a {
        padding:0 15px;
    }
    header .logo {
        width:255px;
        margin:18px;
        margin-left:10px;
    }
}
/* desktop */
@media screen and (min-width: 899px) {
    header .nav-list {
        display: block !important;
    }
    header .no-desktop {
        display: none;
    }
    header .logo {
        width:330px;
        margin:12px;
        margin-left:20px;
    }
}
header #nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    background: #ffffff;
}
header #nav-toggle span,header #nav-toggle span:before,header #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 30px;
    background: #000000;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}
header #nav-toggle span:before {
    top: -10px;
}
header #nav-toggle span:after {
    bottom: -10px;
}
header #nav-toggle.active span {
    background-color: transparent;
}
header #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
header #nav-toggle.active span:before {
    transform: rotate(45deg);
}
header #nav-toggle.active span:after {
    transform: rotate(-45deg);
}
header .icon-font {
    padding-bottom:10px;
    margin-top:-20px;
    font-size:20px;
    color:#000000;  
}
header .menu-font {
    font-size:24px;
    color:#000000;  

}
header .submenu-font {
    font-size:18px;
    color:#000000;  

}
main {
}
footer {
    height:100%;
    margin:0;
    padding:10px 20px;
	width: 100%;
}
#block-photo-text {
    background:black;
}    
#block-photo-text .col1 {
    padding:0;
    min-width:50%;
}
#block-photo-text .col2 {
    padding:0;
    min-width:50%;
}   
#block-photo-text .foto {
    width:100%;
    min-width:100%;
    min-height:400px;
    background-position:center;
    background-size: cover;
} 
#block-photo-text .text {
    margin:20px 0;
} 
#product-tiles .tiles {
      height:400px;
      margin:0;
      padding:0;
      min-width:33.3333333%;
}
#product-tiles .product-bg {
    margin:0;
    padding:0;
    width:100%;
    height:400px;
    background-position: center; 
    background-size: cover;
}
#product-tiles .product-name {
    position: absolute;
    top: 20px;
    left: 20px;
}
#product-tiles .product-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#text-block .sketch {
    margin:0;
    padding:20px 40px;
}
#text-block h1 {
    font-size:50px;
    font-weight: 200;
    text-align: center;
    xpadding-top:20px;
    xpadding-bottom:20px;
}
#text-block h2 {
    font-size:30px;
    font-weight: 200;
    xcolor:white;
    text-align: center;
    xpadding-top:10px;
}
#text-block p {
    font-size:20px;
    color:white; 
    font-weight: 200;
    padding-top:10px;
    xtext-align:justify;
}



.t50 {font-size:50px;}
.t46 {font-size:46px;}
.t40 {font-size:40px;}
.t36 {font-size:36px;}
.t30 {font-size:30px;}
.t26 {font-size:26px;}
.t24 {font-size:24px;}
.t22 {font-size:22px;}
.t20 {font-size:20px;}
.t18 {font-size:18px;}
.t16 {font-size:16px;}
.t14 {font-size:14px;}
.t12 {font-size:12px;}
.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w600 {font-weight: 600;}
.cw {color:white;}
.cb {color:black;}

.shadow-w-b {
    text-shadow: 2px 2px 1px #000000;
}
.box-default {
    margin:30px 30px 20px 30px;
}

.button-black-white > a:link,.button-promo > a:visited {
    color: white;
    border: 1px solid white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:26px;
    border-radius: 6px;
}
.button-black-white a:hover,.button-promo a:active {
    background-color: white;
    color: black;
    font-size:26px;
}


.button-promo > a:link,.button-promo > a:visited {
    color: white;
    border: 1px solid white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:20px;
    border-radius: 6px;
}
.button-promo a:hover,.button-promo a:active {
    background-color: white;
    color: black;
    font-size:20px;
}
.button-s {
    margin-top:20px;
    padding:8px 12px;
    background-color: white;
    color: black;
    border: 1px solid grey;
    border-radius: 6px;
    font-size:16px;
    font-weight: 500;
}
.scrollTopButton {
     width: 50px;
     height: 50px;
     position: fixed;
     visibility: hidden;
     overflow: hidden;
     z-index: 99999999;
     background:#ffffff;
     right:0px;
     bottom: 20px;
     transition: all 0.5s ease-in-out;
     font-size:20px;
     color:#000000;
     padding:10px;
}
.scrollTopButton.show {
     visibility: visible;
     cursor: pointer;
     transition: all 0.1s ease-in-out;
}
form.col-row:nth-child(odd) {
    background:#C2C2C2;
}
form.col-row:nth-child(even) {
    background: #ADADAD;
}
h2.col-row:nth-child(odd) {
    background: #C2C2C2;
}
h2.col-row:nth-child(even) {
    background: #ADADAD;
}
section.sec-col-row:nth-child(odd) {
    background: #7CB342;
}
section.sec-col-row:nth-child(even) {
    background: #3949AB;
}
section .cos:nth-child(odd) {
    background:#1F1F1F;
}
section .cos:nth-child(even) {
    background: #323232;
}

#f1 h1,#f1 h2,#f1 h3,#f1 h4,#f1 h5,#f1 p {
font-family: 'Josefin Sans', sans-serif;
font-weight: 100;
}

#f2 h1,#f2 h2,#f2 h3,#f2 h4,#f2 h5,#f2 p {
font-family: 'Josefin Sans', sans-serif;
font-weight: 200;
}
#f3 h1,#f3 h2,#f3 h3,#f3 h4,#f3 h5,#f3 p {
font-family: 'Josefin Sans', sans-serif;
font-weight: 300;
}
#f4 h1,#f4 h2,#f4 h3,#f4 h4,#f4 h5,#f4 p {
font-family: 'Josefin Sans', sans-serif;
font-weight: 400;
}
#f5 h1,#f5 h2,#f5 h3,#f5 h4,#f5 h5,#f5 p {
font-family: 'Josefin Sans', sans-serif;
font-weight: 500;
}
#f6 h1,#f6 h2,#f6 h3,#f6 h4,#f6 h5,#f6 p {
font-family: 'Josefin Sans', sans-serif;
font-weight: 600;
}

.icon_quantity_cart {
  background: #B5B5B5;
  color:black;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 8px;
  line-height: 0px;
position: relative;
top:-10px;
right:5px;
}
.button-title > a:link,.button-title > a:visited {
    color: white;
    border: 0 solid white;
    padding: 10px 14px 15px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:26px;
    bborder-radius: 6px;
}
.button-title a:hover,.button-title a:active {
    background-color: white;
    color: black;
    font-size:26px;
    border: 0 solid white;
    padding: 10px 14px 15px 14px;
}
.promo-1 {
    background: rgba(0, 255, 0, .9);
background: rgba(98, 98, 98, .5);
}
.promo-2,.promo-product-2 {
background: rgba(98, 98, 98, .4);
}
.promo-3,.promo-product-3 {
background: rgba(255, 0, 0, .2);
}
.promo-4,.promo-product-4 {
background: rgba(255, 0, 0, .4);
}
.promo-product-2,.promo-product-3,.promo-product-4 {
padding:10px 20px;
    font-size:30px;
    font-weight: 600;
display: inline-block;
       // line-height: 20px;
       float:right;
}
.buy-title {
    font-size:20px;
    font-weight: 600;
    line-height: 10px;
    padding-top:20px;
}

.promo-title {
    font-size:26px;
    font-weight: 600;
    line-height: 10px;
    padding-top:10px;
    padding-bottom:15px;
}
.price-title span {
    font-weight: 600;
    font-size:16px;
    lline-height: 0;

    
}
.price-title {
    font-weight: 600;
    font-size:30px;
    line-height: 10px;
    padding-top:10px;

}
.price-title-deleted {
    font-weight: 400;
    font-size:18px;
    line-height: 10px;
    padding-top:10px;
}
.price-title-deleted span {
    font-weight: 400;
    font-size:18px;
    lline-height: 0;
}

.price-product {
    font-weight: 500;
    font-size:36px;
}
.price-product span {
    font-weight: 500;
    font-size:16px;
}
.price-product-deleted {
    font-weight: 500;
    font-size:26px;
}
.price-product-deleted span {
    font-weight: 500;
    font-size:14px;
}


.price_cart {
    font-weight: 500;
    font-size:26px;
}
.price_cart span {
    font-weight: 500;
    font-size:14px;
}

.price_cart_one {
    font-weight: 400;
    font-size:14px;
}
.price_cart_one span {
    font-weight: 400;
    font-size:10px;
}

td {
text-align: center;
}
.table-size {
margin-left: auto;
    margin-right: auto;
    width: 300px;
}




 @keyframes ruch
{
  0% { background-position:0 0, 0 0, 0 0; }
  50% { background-position: 500px 500px, 100px 200px, -100px 150px; }
  100% { background-position: 500px 1000px, 200px 400px, -100px 300px; }
}
 @-webkit-keyframes ruch
      {
        0% { background-position:0 0, 0 0, 0 0; }
       50% { background-position: 500px 500px, 100px 200px, -100px 150px; }
      100% { background-position: 500px 1000px, 200px 400px, -100px 300px; }
      }
 
 
 .movtlo {
background-color:#FF0000;
    height: 100%;
    border:1px red solid;
    background-image: url(/img/snow1.png),
    url(/img/snow2.png), 
    url(/img/snow3.png);
    animation: ruch 30s linear infinite;}
 
.tlo{
background-color:#FF0000;

    
}