@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

.icon-heart-broken:before {
  content: "\e600";
  font-family: 'icomoon'; }

.icon-heart:before {
  content: "\e601";
  font-family: 'icomoon'; }

.icon-heart2:before {
  content: "\e602";
  font-family: 'icomoon'; }

.icon-star:before {
  content: "\e603";
  font-family: 'icomoon'; }

.icon-cancel-circle:before {
  content: "\e604";
  font-family: 'icomoon'; }

.icon-tag:before {
  content: "\e605";
  font-family: 'icomoon'; }

.icon-tags:before {
  content: "\e606";
  font-family: 'icomoon'; }

.icon-cart:before {
  content: "\e607";
  font-family: 'icomoon'; }

.icon-cart2:before {
  content: "\e608";
  font-family: 'icomoon'; }

.icon-cart3:before {
  content: "\e609";
  font-family: 'icomoon'; }

.icon-bubbles:before {
  content: "\e60a";
  font-family: 'icomoon'; }

.cleaner {
  clear: both; }

.ttab {
  display: table; }

.trow {
  display: table-cell;
  vertical-align: middle; }

.linia {
  width: 116px;
  height: 4px;
  background: #cfb360;
  margin-bottom: 40px; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

.tjust {
  text-align: justify; }

.dnone {
  display: none; }

.well {
  background: transparent;
  border: 0;
  box-shadow: none; }

.sluchawka {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-image: url(../gfxi/sluchawka.png);
  background-color: #e51937;
  background-repeat: no-repeat;
  background-position: 25px 20px;
  transition: all 0.5s;
  z-index: 999999999;
  box-sizing: content-box; }
  .sluchawka:hover {
    width: 400px;
    background-color: #e51937; }

.sluchawka:hover {
  width: 400px;
  background-color: #e51937; }

.sluchawka-inner {
  opacity: 1;
  position: relative;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: sluch 0.5s infinite; }

.cookiez {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 12px;
  left: 0;
  padding: 25px 0 30px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 20000; }
  .cookiez a {
    background-color: #ddd;
    border: 0 solid red;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-left: 10px;
    padding: 9px 17px; }

.btn_1:hover, .btn_1:focus, .btn_2:hover, .btn_2:focus, .btn_3:hover, .btn_3:focus, .btn_4:hover, .btn_4:focus, body a:hover {
  text-decoration: none; }

.shadowsmall {
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1); }

.shadowhuge {
  -webkit-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1); }

.btn_1 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #171214;
  background: #171214;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_1:hover, .btn_1:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #171214;
    background: #171214;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_2 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #cfb360;
  background: rgba(0, 0, 0, 0);
  color: #cfb360;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_2:hover, .btn_2:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #fff;
    background: #cfb360;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_3 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_3:hover, .btn_3:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #cfb360;
    background: #cfb360;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_4 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_4:hover, .btn_4:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #fff;
    background: #fff;
    color: #cfb360;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

@keyframes tile_hov {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes tile_img {
  0% {
    transform: translateY(0px); }

  10% {
    transform: translateY(0px); }

  100% {
    transform: translateY(-20px); } }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px; }
  body p {
    letter-spacing: 0px; }
  .line {
    width: calc((100% - 1343px)/2);
    float: left;
    height: 1px;
    background: #a99577;
    margin-top: 50px; }

.close-box {
  background: ;
  border: 2px solid ;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 12px 40px;
  @import transitions(0.3s); }
  .close-box:hover {
    color: ;
    background: #fff; }

.mapa {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /*panel klienta*/ }

.menu_profil .button, .menu_profil .glyphicon {
  background: ;
  border: 0;
  color: #fff;
  height: 40px;
  margin: 10px;
  padding: 5px 20px; }

.menu_profil .button::before {
  content: "\e008";
  font-family: 'Glyphicons Halflings'; }

.ev_zam, .old_zam {
  padding: 10px;
  border-bottom: 1px solid #0a0a0a; }

.old_zam {
  background: #fff; }

#profil {
  background: #fafafa;
  padding: 50px; }
  #profil ul {
    list-style: none; }
    #profil ul li .btn {
      margin-top: 20px; }

.rodo {
  font-size: 10px;
  text-align: justify;
  line-height: 13px;
  height: 40px;
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  white-space: wrap;
  overflow: auto;
  text-overflow: ellipsis;
  color: #cacaca; }
  .rodo:hover {
    overflow: auto;
    height: 200px; }

nav {
  /*START  _slider_bootstrap.sass*/
  /*tytu³ podstrony*/ }
  nav .navbar-brand {
    height: auto; }
  nav.navbar-default {
    background: #fff;
    color: #fff;
    height: auto;
    min-height: 80px;
    width: calc(100%);
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
    nav.navbar-default .col-md-5.left {
      padding-left: 0;
      /*#log {
					a {
						color: $nav_color;
						font-weight: 700;
						font-size: 12px;
						margin-right: 20px;
						text-transform: uppercase;
						span {
							color: $color_3;							
						}
						
					}
				}	*/
      color: #fff; }
      nav.navbar-default .col-md-5.left ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        nav.navbar-default .col-md-5.left p {
          color: #fff;
          font-size: 12px;
          font-weight: 600;
          margin: 20px 0 0 0;
          text-transform: uppercase; }
        nav.navbar-default .col-md-5.left p span {
          color: #171214;
          font-weight: 800; }
          nav.navbar-default .col-md-5.left p span i {
            color: #ababab;
            font-style: normal;
            font-weight: 600; }
      nav.navbar-default .col-md-5.srodek img {
        transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s; }
      nav.navbar-default .col-md-5.right {
        padding-left: 0;
        padding-right: 0; }
      nav.navbar-default .col-md-5.right ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: right; }
        nav.navbar-default .col-md-5.right ul li {
          display: inline-block;
          margin: 11px 0px 14px 0px; }
          nav.navbar-default .col-md-5.right ul li:nth-child(1) {
            padding-right: 8px; }
          nav.navbar-default .col-md-5.right ul li:nth-child(2) {
            padding-left: 5px; }
          nav.navbar-default .col-md-5.right ul li a {
            color: #000;
            font-size: 12px; }
            nav.navbar-default .col-md-5.right ul li a img {
              margin-right: 8px; }
            nav.navbar-default .col-md-5.right ul li a strong {
              font-family: 'Poppins', sans-serif;
              font-weight: 800; }
      nav.navbar-default .col-md-5.right .form_search {
        margin-top: 29px;
        text-align: right; }
        nav.navbar-default .col-md-5.right .form_search input {
          background-color: rgba(255, 255, 255, .26);
          border: 0px solid #2b2b2b;
          border-radius: 6px 0 0 6px;
          height: 40px; }
          nav.navbar-default .col-md-5.right .form_search input#search_1 {
            margin-right: -3px;
            padding-left: 25px;
            padding-right: 25px; }
            nav.navbar-default .col-md-5.right .form_search input#search_1::placeholder {
              color: #fff;
              font-size: 11px;
              text-align: center;
              text-transform: uppercase;
              transform: translateY(-2px); }
          nav.navbar-default .col-md-5.right .form_search input#search_3 {
            background-color: #171214;
            color: #000;
            height: 40px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            margin-left: 0;
            margin-right: 15px;
            margin-top: -1px;
            border-radius: 0 6px 6px 0;
            transform: translateY(-2px);
            padding-left: 26px;
            padding-right: 26px;
            transition: all 0.5s; }
            nav.navbar-default .col-md-5.right .form_search input#search_3:hover {
              border-radius: 0 26px 26px 0;
              background-color: white; }
    nav.navbar-default .logo_menu {
      margin: 0 auto;
      padding: 0; }
    nav.navbar-default #navbar {
      padding: 0;
      text-align: center; }
      nav.navbar-default #navbar.navbar-collapse {
        max-height: none; }
    nav.navbar-default .top_nav {
      margin: 0;
      padding: 0;
      background: rgba(0, 0, 0, 0); }
      nav.navbar-default .top_nav #navbar {
        margin: 0 auto; }
      nav.navbar-default .top_nav ul {
        background: rgba(0, 0, 0, 0);
        list-style: none;
        padding: 0 0 0 0; }
      nav.navbar-default .top_nav ul li {
        display: inline-block;
        float: left; }
        nav.navbar-default .top_nav ul li ul.dropdown-menu {
          padding: 0;
          background: #fff;
          border: 0;
          border-radius: 0;
          box-shadow: none; }
          nav.navbar-default .top_nav ul li ul.dropdown-menu li {
            display: block;
            width: 100%;
            border-color: #c4c4c4;
            border-width: 0 0 1px 0;
            border-style: solid; }
            nav.navbar-default .top_nav ul li ul.dropdown-menu li a {
              color: #000;
              background-color: rgba(0, 0, 0, 0);
              font-size: 11px;
              letter-spacing: 0;
              display: block; }
              nav.navbar-default .top_nav ul li ul.dropdown-menu li a:hover {
                background-color: #000;
                color: #fff; }
        nav.navbar-default .top_nav ul li a {
          background: rgba(0, 0, 0, 0);
          color: #171214;
          display: block;
          font-family: 'Poppins', sans-serif;
          font-size: 17px;
          font-weight: 600;
          letter-spacing: 0px;
          padding: 13px 13px 10px 13px;
          text-transform: uppercase;
          transition: all 0.2s; }
          nav.navbar-default .top_nav ul li a:hover, nav.navbar-default .top_nav ul li a:focus {
            color: #fff;
            background: #000; }
      nav.navbar-default .top_nav ul.nav-right {
        float: right; }
        nav.navbar-default .top_nav ul.nav-right li a {
          color: #171214;
          padding: 13px 0px 11px 13px; }
          nav.navbar-default .top_nav ul.nav-right li a:hover {
            color: #fff; }
      nav.navbar-default .top_nav .navbar-header {
        display: none; }
      nav.navbar-default .top_nav .navbar-header .navbar-toggle {
        background-color: #fff;
        border: 0;
        transition: all 0.5s;
        margin-right: 20px; }
        nav.navbar-default .top_nav .navbar-header .navbar-toggle .icon-bar {
          background-color: #cfb360;
          transition: all 0.5s; }
        nav.navbar-default .top_nav .navbar-header .navbar-toggle.collapsed {
          background-color: #171214;
          margin-right: 40px; }
          nav.navbar-default .top_nav .navbar-header .navbar-toggle.collapsed .icon-bar {
            background-color: #fff; }
    nav.navbar-default .navbar-nav > .open > a, nav.navbar-default .navbar-nav > .open > a:hover, nav.navbar-default .navbar-nav > .open > a:focus {
      color: #fff;
      background-color: #000; }
    nav.navbar-default.change .top_top {
      padding-top: 0; }
      nav.navbar-default.change .top-uni-1, nav.navbar-default.change .top-uni-2, nav.navbar-default.change .top-uni-3 {
        display: none; }
      nav.navbar-default.change .srodek .logo_menu {
        height: 100px; }
      nav.navbar-default.change .srodek img {
        transform: scale(0.8) translateY(-20px); }
  nav .navbar-nav {
    margin-left: -15px; }
  nav .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    padding: 15px 10px; }
  nav .navbar-nav .ico a {
    padding: 10px 5px;
    display: inline-block; }
  nav .navbar-nav .icolang a {
    display: inline-block; }

section.slider_bootstrap {
  /*END  _slider_bootstrap.sass*/
  /* entire container, keeps perspective */ }
  section.slider_bootstrap .carousel-indicators {
    border: 0px solid red; }
    section.slider_bootstrap .carousel-indicators li span::before {
      display: none; }
      section.slider_bootstrap .carousel-indicators li span::after {
        display: none; }
  section.slider_bootstrap .description_slider {
    position: absolute;
    bottom: calc(100vw / 6);
    left: 10%;
    border: 0px solid red;
    width: 80%;
    text-align: left;
    padding-right: 0; }
    section.slider_bootstrap .description_slider h2 {
      color: #fff;
      font-size: calc(100vw / 26);
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0;
      text-align: center; }
    section.slider_bootstrap .description_slider h3 {
      color: #fff;
      font-size: calc(100vw / 56);
      font-weight: 500;
      text-transform: uppercase;
      margin-top: 0;
      text-align: center; }
      section.slider_bootstrap .description_slider h3 strong {
        font-weight: 800; }
      section.slider_bootstrap .description_slider h3 .focused {
        font-weight: 200;
        color: #fff; }
    section.slider_bootstrap .description_slider h4 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px; }
    section.slider_bootstrap .description_slider p {
      padding-top: 0px;
      padding-bottom: 30px;
      color: #fff;
      text-align: center;
      font-size: 16px; }
  section.slider_bootstrap .carousel-inner {
    border: 0px solid rgba(0, 0, 0, 0); }
    section.slider_bootstrap .carousel-inner .item img {
      filter: brightness(70%); }
    section.slider_bootstrap .carousel-inner .carousel-scroller {
      background-image: url(../gfx/scroller.png);
      width: 36px;
      height: 248px;
      position: absolute;
      bottom: 405px;
      left: 69px;
      z-index: 15; }
      section.slider_bootstrap .carousel-inner .carousel-scroller div {
        width: 36px;
        height: 248px;
        position: relative; }
      section.slider_bootstrap .carousel-inner .carousel-scroller div span {
        width: 36px;
        display: block;
        height: 9px;
        position: absolute;
        top: 0;
        left: 0;
        animation: mouse 1s infinite;
        background-image: url(../gfx/mouse-inner.png);
        background-repeat: no-repeat;
        background-position: center top; }
      section.slider_bootstrap .carousel-inner .carousel-scroller a {
        width: 36px;
        height: 248px;
        display: block; }

.vit_box {
  padding: 0 15px; }

.flip-container {
  perspective: 1000px;
  width: 20%; }
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg); }

.frontz, .backz {
  width: 100%;
  height: 186px;
  /* flip speed goes here */ }

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  /* hide back of pane during swap */ }

.frontz, .backz {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  /* front pane, placed above back */ }

.frontz {
  z-index: 2;
  transform: rotateY(0deg);
  /* back, initially hidden pane */ }

.backz {
  transform: rotateY(180deg); }

.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
  transform: rotateY(180deg); }

.vertical.flip-container {
  position: relative; }
  .vertical.flip-container .flipper {
    /* half of height */
    transform-origin: 100% 213.5px; }
  .vertical.flip-container:hover .flipper {
    transform: rotateX(-180deg); }
  .vertical .backz {
    transform: rotateX(180deg); }

.ulx-fl-1 .frontz {
  background: #fff; }

.ulx-fl-1 .backz {
  background: url('../gfxi/kafel-1-back.png');
  color: #fff; }

.ulx-fl-2 .frontz {
  background: #fff; }

.ulx-fl-2 .backz {
  background: url('../gfxi/kafel-1-back.png'); }

.ulx-fl-3 .frontz {
  background: url('../gfxi/top-bg2.jpg'); }

.ulx-fl-3 .backz {
  background: url('../gfxi/kafel-1-back.png'); }

.ulx-fl-4 .frontz {
  background: url('../gfxi/kafel-1-back.png'); }

.ulx-fl-4 .backz {
  background: #fff; }

.ulx-fl-5 .frontz {
  background: #fff; }

.ulx-fl-5 .backz {
  background: url('../gfxi/kafel-1-back.png'); }

.ulx-fl-6 .frontz {
  background: #fff; }

.ulx-fl-6 .backz {
  background: url('../gfxi/kafel-1-back.png'); }

.vit_box .frontz {
  border-top: 3px solid #cfb360;
  text-align: center;
  width: 101%;
  border-left: 1px solid #e6e6e6;
  overflow: hidden;
  background-size: cover; }
  .vit_box .frontz h2 {
    text-transform: uppercase;
    color: #404040; }
  .vit_box .frontz h3 {
    color: #009fe3;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase; }
  .vit_box .backz {
    border-top: 3px solid #171214;
    text-align: center; }
  .vit_box .pic {
    margin: 40px auto 14px auto; }
  .vit_box .col-md-2 {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
    height: 186px;
    overflow: hidden; }
  .vit_box .btn_b {
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #fff; }

.ulx-fl-2 h2, .ulx-fl-3 h2, .ulx-fl-4 h2 {
  margin-top: 70px;
  font-size: 22px;
  text-transform: uppercase; }

.ulx-fl-2 .backz h3, .ulx-fl-3 .backz h3, .ulx-fl-4 .backz h3 {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase; }

.ulx-fl-2 .backz, .ulx-fl-3 .backz, .ulx-fl-4 .backz, .ulx-fl-2 .backz a, .ulx-fl-3 .backz a, .ulx-fl-4 .backz a {
  color: #fff; }

.backz ul {
  text-align: left;
  list-style: none; }
  .backz ul li {
    height: 25px; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  /* -webkit-border-radius: 20px; */
  text-indent: -9999px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #171214; }
  .flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: #171214;
    cursor: default; }

.tile_menu .tiles {
  width: 12.5%;
  height: 11.111vw;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .tile_menu .tiles .tile {
    background-color: #fff;
    /*&:nth-child(odd) .tile {
                        background-color:$color_1;
                        }
                &:nth-child(even) .tile {
                        background-color: lighten($color_base, 2%)
                }*/ }
  .tile_menu .tiles a {
    display: block; }
  .tile_menu .tiles.promocje {
    background-color: #171214; }
    .tile_menu .tiles.promocje .tile {
      background-color: #171214; }
  .tile_menu .tiles .tile {
    background-color: #fff;
    border-right: 1px solid #cfcfcf;
    width: 100%;
    height: 11.1111vw; }
    .tile_menu .tiles .tile img {
      margin-top: 52px; }
    .tile_menu .tiles .tile:hover img {
      opacity: 0;
      animation: tile_img 0.5s; }
  .tile_menu .tiles .tile_hov {
    background: url('../gfxi/box-hover.png');
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 11.1111vw; }
    .tile_menu .tiles .tile_hov img {
      margin-top: 52px; }
  .tile_menu .tiles h2 {
    margin: 10px 0 0 0;
    padding: 0 20px 0 20px;
    letter-spacing: 1px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.7s; }
  .tile_menu .tiles:hover .tile_hov {
    position: absolute;
    display: block;
    animation: tile_hov 0.7s; }
    .tile_menu .tiles:hover .tile_hov img {
      transform: translateY(-20px);
      animation: tile_img 0.7s;
      filter: invert(100%); }
    .tile_menu .tiles:hover h2 {
      color: #fff; }
  .tile_menu .tiles:hover h2, .tile_menu .tiles:hover .btn_1 {
    transform: translateY(-20px);
    animation: tile_img 0.7s; }

@media screen and (max-width: 1680px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 30px; } }

@media screen and (max-width: 1600px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 30px; }
    .tile_menu .tiles h2 {
      margin: 0 0 8px 0; } }

@media screen and (max-width: 1440px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 5px; }
    .tile_menu .tiles h2 {
      margin: 0 0 5px 0; } }

@media screen and (max-width: 1366px) {
  .tile_menu .tiles {
    width: 25%;
    height: 20vw; }
    .tile_menu .tiles .tile, .tile_menu .tiles .tile_hov {
      height: 20vw; }
      .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
        margin-top: 50px; }
    .tile_menu .tiles h2 {
      margin: 0 0 3px 0; }
    .tile_menu .tiles .btn_1 {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 1280px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 50px; }
    .tile_menu .tiles h2 {
      margin: 0 0 2px 0; }
    .tile_menu .tiles .btn_1 {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 1280px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 50px; }
    .tile_menu .tiles h2 {
      margin: 0 0 2px 0; }
    .tile_menu .tiles .btn_1 {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 50px; }
    .tile_menu .tiles h2 {
      margin: 0px 0 2px 0; }
    .tile_menu .tiles .btn_1 {
      padding-left: 10px;
      padding-right: 10px; }
    .tile_menu .tiles .tile_hov img {
      margin-top: 30px; }
      .tile_menu .tiles .tile_hov h2 {
        margin-top: 35px; } }

@media screen and (min-width: 1px) and (max-width: 991px) {
  .tile_menu {
    background: #171214; }
    .tile_menu .tiles {
      border-bottom: 1px solid #000; }
      .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
        width: 140px;
        margin-top: 10px; }
      .tile_menu .tiles h2 {
        margin: 5px 0 2px 0; }
      .tile_menu .tiles .btn_1 {
        padding-left: 10px;
        padding-right: 10px; } }

@media screen and (min-width: 1px) and (max-width: 768px) {
  .tile_menu .tiles {
    height: 25vw; }
    .tile_menu .tiles .tile, .tile_menu .tiles .tile_hov {
      height: 25vw; }
      .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
        margin-top: 10px; }
    .tile_menu .tiles h2 {
      margin: 10px 0 2px 0;
      font-size: 11px; } }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .tile_menu .tiles {
    width: 50%;
    height: 180px; }
    .tile_menu .tiles .tile, .tile_menu .tiles .tile_hov {
      height: 180px; }
      .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
        margin-top: 20px; }
    .tile_menu .tiles h2 {
      margin: 0px 0 2px 0;
      font-size: 14px; } }

section.witamy {
  color: #000;
  /*START  _produkty_nosidebar.sass*/
  /*tytuÅ‚ podstrony*/ }
  section.witamy h2 {
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #000;
    margin-bottom: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 46px; }
  section.witamy h2 strong {
    font-weight: 900; }
  section.main_title {
    padding-top: 200px; }
  section.main_title h1, section.main_title h2 {
    width: 50%;
    float: left;
    font-size: 38px;
    font-weight: 200;
    margin-bottom: 40px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase; }
  section.main_title h1 {
    font-weight: bold;
    text-align: right;
    padding-right: 10px; }
  section.main_title h2 {
    text-align: left;
    padding-left: 10px; }
  section.main_title .article_content {
    clear: both;
    text-align: justify; }

table tr td, table tr th {
  text-align: center; }

section.offer_category {
  border: 0px solid red;
  padding-top: 191px; }
  section.offer_category > .row {
    margin: 0; }
  section.offer_category .tyt_podstrony .opis {
    font-size: 14px;
    text-align: center; }
  section.offer_category .tyt_podstrony h1 {
    padding: 80px 0 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #404040; }
  section.offer_category .tyt_podstrony .linia {
    display: none; }
  section.offer_category .kategorie .filters_panel {
    background: #f7f7f7;
    margin: 50px 0;
    padding: 30px 15px 30px 0; }
    section.offer_category .kategorie .filters_panel .filtry .producent, section.offer_category .kategorie .filters_panel .filtry .plec {
      border: 1px solid #979797;
      font-size: 12px;
      height: 38px;
      text-transform: uppercase;
      width: 200px; }
    section.offer_category .kategorie .filters_panel .filtry input {
      background-color: #171214;
      border: 0;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      height: 38px;
      margin-top: -1px;
      padding: 0 20px;
      text-transform: uppercase;
      transform: translateY(-1px); }
    section.offer_category .kategorie .filters_panel .ilosc_prod {
      background: #fff;
      border: 1px solid #979797;
      font-size: 12px;
      height: 38px;
      padding-right: 0;
      text-align: left;
      text-transform: uppercase; }
    section.offer_category .kategorie .filters_panel .ilosc_prod p {
      display: inline-block;
      float: left;
      line-height: 38px; }
    section.offer_category .kategorie .filters_panel .ilosc_prod .pagination {
      float: right;
      margin: 0; }
      section.offer_category .kategorie .filters_panel .ilosc_prod .pagination > li > a {
        background-color: #000;
        border-color: #1a1a1a;
        border-width: 0;
        border-radius: 0;
        color: #171214;
        font-family: 'Open Sans';
        font-weight: 700;
        padding: 10px 12px 9px 12px;
        transition: all 0.5s; }
        section.offer_category .kategorie .filters_panel .ilosc_prod .pagination > li > a:hover {
          background: #171214;
          color: #fff; }
        section.offer_category .kategorie .filters_panel .ilosc_prod .pagination > li > a.page_act {
          background: #171214;
          color: #fff; }
        section.offer_category .kategorie .filters_panel .ilosc_prod .pagination > li > a.page_act:hover {
          background: #fff;
          color: #000; }
  section.offer_category .product_list {
    background-color: #fff;
    border: solid #f2f2f2;
    border-width: 0px 0 0px 0px;
    margin-bottom: 0px;
    padding: 30px 10px 30px 10px;
    transition: all 0s;
    /*div:nth-child(1){
			    height:180px;
			    border:1px solid red;
			    overflow: hidden;
			    img {
				width:70%;
				height: auto;
			    }
			}*/
    text-align: center; }
  section.offer_category .product_list .price {
    height: 80px;
    font-family: 'Poppins', sans-serif !important; }
    section.offer_category .product_list .price span {
      font-family: 'Poppins', sans-serif !important; }
  section.offer_category .product_list img {
    height: auto; }
  section.offer_category .product_list .prod_name a {
    font-size: 16px; }
    section.offer_category .product_list .prod_name a h2 {
      font-size: 14px;
      font-weight: 600;
      color: #000;
      margin: 15px 0 5px 0;
      padding: 0;
      /*white-space: nowrap;*/
      overflow: hidden;
      /*height: 45px;  */
      text-overflow: ellipsis; }
  section.offer_category .product_list .price_promo_old {
    color: #979797;
    font-size: 12px;
    font-weight: 400;
    margin: 0; }
    section.offer_category .product_list .price_promo_old span {
      color: #979797;
      font-size: 12px;
      font-family: 'Poppins', sans-serif;
      font-weight: 400; }
  section.offer_category .product_list .price_default, section.offer_category .product_list .price_promo_new {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0px 0; }
    section.offer_category .product_list .price_default span, section.offer_category .product_list .price_promo_new span {
      color: #808080;
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: 700; }
  section.offer_category .product_list .price_default {
    padding-bottom: 18px !important; }
  section.offer_category .product_list .prod_promocja, section.offer_category .product_list .prod_promo, section.offer_category .product_list .prod_news {
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px; }
  section.offer_category .product_list .prod_img {
    overflow: hidden;
    padding: 30px 0 30px 0;
    position: relative; }
    section.offer_category .product_list .prod_img .prod_promo {
      background-image: url(../gfx/price-tags.svg);
      position: absolute;
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat;
      top: 50px;
      right: -42px;
      transition: all 0.5s; }
    section.offer_category .product_list .prod_img .prod_news {
      background-image: url(../gfx/heart.svg);
      position: absolute;
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat;
      top: 20px;
      right: -42px;
      transition: all 0.5s; }
  section.offer_category .product_list:hover .prod_promo, section.offer_category .product_list:hover .prod_news {
    right: 0; }
  section.offer_category .product_preview {
    background-color: #fff;
    border-bottom: 5px solid #171214;
    margin-bottom: 50px; }
  section.offer_category .product_preview .k_opis {
    margin-top: 20px; }
    section.offer_category .product_preview .k_opis img {
      max-height: 56px;
      max-width: 100%; }
  section.offer_category .product_preview .cena_ns {
    text-decoration: line-through; }
  section.offer_category .product_preview .product_prev {
    margin-left: 30px; }
  section.offer_category .product_preview .product_next {
    float: right;
    margin-right: 30px; }
  section.offer_category .product_preview .product_desc .rozmiar_stol input {
    width: 24%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0;
    margin: 0 1px 1px 0;
    margin-bottom: 1px; }
    section.offer_category .product_preview .product_desc .rozmiar_stol input.wybrany_stol {
      background: #d3031d;
      color: #fff;
      border-color: white; }
    section.offer_category .product_preview .product_desc .kw_prod_opis {
      font-size: 12px;
      margin: 0 auto; }
    section.offer_category .product_preview .product_desc .kw_prod_opis h3 {
      border-bottom: 2px solid #171214;
      font-size: 14px;
      font-weight: 700;
      padding: 20px 0;
      text-transform: uppercase; }
    section.offer_category .product_preview .product_desc .kw_prod_opis ul {
      margin-top: 50px;
      margin-bottom: 50px; }
    section.offer_category .product_preview .product_desc .kw_prod_opis p {
      margin: 0; }
    section.offer_category .product_preview .product_desc .prod_picture {
      background-color: #fff;
      padding-left: 0;
      text-align: center; }
    section.offer_category .product_preview .product_desc .prod_opis_box {
      font-size: 20px; }
    section.offer_category .product_preview .product_desc .prod_opis_box h1 {
      text-transform: uppercase;
      border-bottom: 2px solid #171214;
      padding: 10px 0; }
    section.offer_category .product_preview .product_desc .prod_opis_box .cena_p {
      font-size: 14px;
      font-weight: 700;
      padding: 20px 0;
      text-transform: uppercase; }
      section.offer_category .product_preview .product_desc .prod_opis_box .cena_p .cena_sz {
        color: #171214;
        font-family: 'Poppins', sans-serif;
        font-size: 32px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .cena_p .ax_valuta {
        font-weight: 400; }
    section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika {
      font-weight: 700; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .selected_color {
        display: inline-block;
        float: left;
        width: 38px;
        height: 38px; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .selected_color a img {
          width: 38px;
          height: 38px; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .selected_color .brak {
          width: 38px;
          height: 38px;
          background: url(../gfx/nopalette.png);
          background-position: -2px 0px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .paleta_tooltip {
        float: left;
        margin-left: 5px; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .paleta_tooltip a {
          position: relative;
          top: 0;
          right: 0;
          content: "";
          display: block;
          height: 38px;
          width: 38px;
          background: url(../gfx/kolor-palette.png);
          background-position: -2px 0px; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .paleta_tooltip a:hover:after {
          background: #1d1619;
          border-radius: 5px;
          bottom: 43px;
          color: #fff;
          content: "Wybierz kolor z   palety";
          left: 6%;
          padding: 10px 15px;
          position: absolute;
          z-index: 98;
          display: inline-block;
          min-width: 180px;
          font-weight: 400;
          font-size: 12px;
          animation: default-transitionz 0.2s; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .paleta_tooltip a:hover:before {
          border: solid;
          border-color: #1d1619 transparent;
          border-width: 12px 12px 0 12px;
          content: "";
          left: 80%;
          position: absolute;
          z-index: 99;
          top: -5px;
          animation: default-transitionz 0.2s; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod h2 {
        font-size: 14px;
        font-weight: 700;
        padding: 20px 0 0 0;
        text-transform: uppercase; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod h2 span {
          font-weight: 400; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod .wzory_lista ul {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod .wzory_lista ul li {
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
            text-align: center; }
            section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod .wzory_lista ul li a {
              font-size: 10px;
              font-family: 'Poppins', sans-serif;
              font-weight: 400;
              color: #000; }
              section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod .wzory_lista ul li a img {
                width: 38px;
                height: 38px;
                margin-right: 5px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika input {
        background: #f7f7f7;
        border: 1px solid #979797;
        font-size: 12px;
        height: 38px;
        width: 42px;
        padding-right: 0;
        text-align: left;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        float: left;
        margin-right: 5px; }
    section.offer_category .product_preview .product_desc .prod_opis_box .cart_quantity {
      padding-top: 5px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .cart_quantity input {
        height: 38px;
        border: 1px solid #979797;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-align: center;
        font-size: 12px;
        width: 128px;
        margin-bottom: 20px; }
  section.offer_category .slider li {
    border-right: 1px solid #fdfdfd; }
    section.offer_category .slider li:nth-child(1) {
      border-left: 1px solid #fdfdfd; }
    section.offer_category .slider li a h1 {
      font-size: 14px;
      font-weight: 600;
      color: #000;
      margin: 15px 0 5px 0;
      padding: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  section.offer_category.product_page {
    margin-left: 30px;
    border-top: 40px solid #fff;
    background-color: #fff;
    padding-top: 106px; }

.kategorie .kategoria .cat_p {
  background: #fff;
  text-align: center;
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  .kategorie .kategoria .cat_p .title_p h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    padding-bottom: 15px;
    transition: all 0.5s;
    padding: 10px; }
  .kategorie .kategoria .cat_p:hover {
    background: #fff;
    transform: translateY(-10px); }
    .kategorie .kategoria .cat_p:hover .title_p h2 {
      transform: translateY(-10px); }

section.offer_category_boxes .box_kat {
  padding: 0;
  position: relative;
  overflow: hidden; }
  section.offer_category_boxes .box_kat .opis {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    transition: all 0.5s; }
    section.offer_category_boxes .box_kat .opis h2 {
      color: #fff;
      font-size: 27px;
      font-weight: 900;
      margin-top: 0;
      text-transform: uppercase; }
    section.offer_category_boxes .box_kat .opis a {
      margin-bottom: 38px; }
  section.offer_category_boxes .box_kat img {
    transition: all 0.6s;
    width: 100%;
    height: auto; }
  section.offer_category_boxes .box_kat:hover .opis {
    bottom: 15%; }
    section.offer_category_boxes .box_kat:hover img {
      transform: scale(1.1);
      filter: brightness(50%); }
  section.offer_category_boxes .kategoria {
    padding: 0;
    position: relative;
    transition: all 1s;
    -khtml-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s; }
  section.offer_category_boxes .kategoria img {
    width: 100%;
    transition: all 1s;
    -khtml-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s; }
  section.offer_category_boxes .kategoria .title_p {
    position: absolute;
    bottom: 80px;
    width: 70%;
    left: 10%; }
    section.offer_category_boxes .kategoria .title_p h2 {
      font-size: 25px;
      text-transform: uppercase;
      color: #fff;
      padding: 15px 20px;
      font-weight: 600;
      text-align: left;
      letter-spacing: 1px; }
  section.offer_category_boxes .kategoria:hover {
    background-color: var(--base); }
    section.offer_category_boxes .kategoria:hover img {
      filter: grayscale(100%) contrast(1) blur(var(--blur));
      mix-blend-mode: var(--bg-blend);
      opacity: var(--opacity); }
    section.offer_category_boxes .kategoria:hover::before {
      background-color: var(--foreground);
      mix-blend-mode: var(--fg-blend);
      z-index: 1; }
  section.offer_category_boxes .kategoria .zb_oferte {
    background: #cfb360;
    height: 50px;
    color: #fff;
    padding: 18px 60px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative; }
    section.offer_category_boxes .kategoria .zb_oferte span {
      position: absolute;
      top: -10px;
      right: 40px;
      font-size: 50px;
      font-weight: 300; }
  section.offer_category_boxes .kategoria:nth-child(3n + 2) .zb_oferte {
    background: #001764;
    background: -moz-linear-gradient(left, #001764 0%, #01a1b3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #001764), color-stop(100%, #01a1b3));
    background: -webkit-linear-gradient(left, #001764 0%, #01a1b3 100%);
    background: -o-linear-gradient(left, #001764 0%, #01a1b3 100%);
    background: -ms-linear-gradient(left, #001764 0%, #01a1b3 100%);
    background: linear-gradient(to right, #001764 0%, #01a1b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001764', endColorstr='#01a1b3', GradientType=1);
    color: #fff; }
    section.offer_category_boxes .kategoria:nth-child(3n + 2) .title_p h2 {
      color: #000; }
  section.offer_category_boxes .kategoria:nth-child(3n + 3) .zb_oferte {
    background: #fff;
    color: #000; }

section.product_details .product_desc .product_head h1 {
  font-size: 32px;
  font-weight: 400; }
  section.product_details .product_desc .product_head .return_button {
    text-align: right;
    margin-bottom: 30px; }
  section.product_details .product_desc .product_head .product_price {
    border-top: 1px solid #f7f7f7;
    margin-top: 25px;
    padding-top: 25px;
    text-align: right; }
  section.product_details .product_desc .product_head .product_price .dodaj_kosz .cena_p {
    font-size: 18px; }
    section.product_details .product_desc .product_head .product_price .dodaj_kosz .cena_p .cena_sz {
      color: #cfb360;
      font-weight: 700;
      font-size: 24px; }
  section.product_details .product_desc .product_description {
    padding: 75px 0 100px 0;
    border-bottom: 1px solid #f7f7f7; }
  section.product_details .product_desc .product_description h1, section.product_details .product_desc .product_description h2, section.product_details .product_desc .product_description h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  section.product_details .product_desc .product_description p {
    text-align: justify;
    margin-bottom: 30px; }
  section.product_details .product_desc .product_description p a {
    color: #cfb360;
    font-weight: 400; }

section.promotions_and_news.offer_category {
  padding-top: 0;
  padding-bottom: 80px; }
  section.promotions_and_news.offer_category .product_list {
    padding: 0;
    border-color: #fff; }
  section.promotions_and_news h1 {
    color: #171214;
    font-size: 27px;
    font-weight: 700;
    margin-top: 244px;
    margin-bottom: 28px;
    text-transform: uppercase;
    padding-bottom: 26px;
    letter-spacing: 3px; }
  section.promotions_and_news h1 b {
    color: #000;
    font-weight: 700; }
  section.promotions_and_news .flex-direction-nav a:before {
    border: 1px solid #171214;
    color: #fff;
    text-shadow: none;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 0px;
    background-color: #171214;
    font-size: 18px;
    padding-top: 8px; }
  section.promotions_and_news .flex-prev, section.promotions_and_news .flex-next {
    color: rgba(0, 0, 0, 0); }

@media screen and (min-width: 1px) and (max-width: 991px) {
  /*end _produkty_nosidebar.sass*/
    section.product_details .product_desc .product_head h1 {
      text-align: center;
      font-size: 28px; }
      section.product_details .product_desc .product_head .product_price {
        text-align: center; } }

.oferta2 {
  padding: 0px 100px 0 100px; }
  .oferta2 .row .col-md-6 {
    padding: 0; }
  .oferta2 img {
    width: 100%; }
  .oferta2 .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%; }
  .oferta2 .grid .off_1 .btn_2 {
    color: #000;
    border-color: #000; }
  .oferta2 .grid .off_1:nth-child(2n+1) {
    -ms-grid-column: 2;
    grid-column: 2; }
  .oferta2 .grid .off_1:nth-child(2n) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  .oferta2 .grid div:nth-child(2n) {
    padding: 30px 40px;
    font-size: 12px; }
  .oferta2 .grid div:nth-child(2n) h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase; }
  .oferta2 .grid.col-left .off_0 {
    background: #cfb360;
    color: #fff; }
  .oferta2 .grid.col-right .off_0 {
    background: #4a4a4a;
    color: #fff; }

.oferta3 {
  padding: 50px 100px; }
  .oferta3 .off_box .btn_2 {
    color: #000;
    border-color: rgba(0, 0, 0, 0);
    margin: 0 0 30px 10px; }
  .oferta3 .off_box .btn_2:hover {
    color: #cfb360;
    background-color: rgba(0, 0, 0, 0); }
  .oferta3 .row {
    padding: 0; }
  .oferta3 .row .col-md-2 {
    padding: 0; }
  .oferta3 .row .col-md-2:nth-child(2n+1) {
    background: #f9f9f9; }
  .oferta3 .row img {
    width: 100%; }
  .oferta3 .row h2 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 20px;
    min-height: 50px; }
  .oferta3 .oferta_lato_zima .col-md-6 {
    padding: 0; }
  .oferta3 .oferta_lato_zima .of1, .oferta3 .oferta_lato_zima .of2 {
    background: #f9f9f9; }
  .oferta3 .oferta_lato_zima .of1 h2, .oferta3 .oferta_lato_zima .of2 h2 {
    margin: 0;
    color: #fff;
    padding: 35px 30px;
    font-size: 15px; }
  .oferta3 .oferta_lato_zima .of1 .txt p, .oferta3 .oferta_lato_zima .of2 .txt p {
    padding: 0; }
  .oferta3 .oferta_lato_zima .of1 h2 {
    background: #cfb360; }
  .oferta3 .oferta_lato_zima .of1 .btn_3 {
    float: right;
    margin-right: 30px;
    margin-bottom: 60px; }
  .oferta3 .oferta_lato_zima .of1 .btn_3:hover {
    border-width: 2px; }
  .oferta3 .oferta_lato_zima .of2 h2 {
    background: #4a4a4a; }
  .oferta3 .oferta_lato_zima .of2 .btn_3 {
    float: right;
    margin-right: 30px;
    margin-bottom: 60px; }
  .oferta3 .oferta_lato_zima .of2 .btn_3:hover {
    border-width: 2px; }
  .oferta3 p {
    padding: 20px 10px;
    font-size: 11px; }
  .oferta3 .oferta_lato_zima .txt {
    padding: 60px 30px 0px 30px; }
  .oferta3 .oferta_lato_zima .txt p {
    padding: 0;
    font-size: 14px; }
  .oferta3 .oferta_lato_zima p {
    padding: 0; }

.parallax {
  position: relative;
  margin: 0px auto;
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .parallax.bg1 {
    background-image: url(../gfxi/bg.jpg);
    min-height: 400px;
    color: #fff;
    padding: 200px 0 170px 0; }
  .parallax.bg1 .input-group {
    background: rgba(0, 0, 0, 0.3); }
  .parallax.bg1 .left {
    border-right: 1px solid #fff;
    padding-right: 30px; }
  .parallax.bg1 .right {
    padding-left: 30px; }
  .parallax.bg1 h2 {
    font-size: 40px;
    margin-bottom: 0; }
  .parallax.bg1 h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 3px; }
  .parallax.bg1 p {
    text-align: justify; }
  .parallax.bg1 .etapy {
    color: #fff;
    padding-top: 100px; }

.pozostala_oferta {
  background: #009ddc;
  color: #fff;
  padding: 80px 0 60px 0; }
  .pozostala_oferta h2 {
    color: #dfdfdf;
    margin-bottom: 20px; }
  .pozostala_oferta .txt {
    margin-top: 20px; }
  .pozostala_oferta .of_box a {
    margin: 4px; }

@media screen and (max-width: 1366px) {
  .oferta2 .grid div:nth-child(2n) {
    padding: 10px 30px; } }

@media screen and (max-width: 1024px) {
  .oferta2 .grid {
    display: block; } }

@media screen and (max-width: 991px) {
  .oferta2, .oferta3 {
    text-align: center;
    padding: 20px 0; }
    .oferta2 .grid .off_1 .btn_2, .oferta3 .grid .off_1 .btn_2 {
      width: 90%; }
    .oferta2 .grid .off_0 .btn_2, .oferta3 .grid .off_0 .btn_2 {
      width: 90%; }
    .oferta2 h2, .oferta3 h2 {
      margin-top: 30px;
      text-align: center; }
    .oferta2 .grid div:nth-child(2n), .oferta3 .grid div:nth-child(2n) {
      padding: 30px 50px 50px 50px;
      font-size: 14px; }

  .oferta3 .off_box .btn_2 {
    border-color: #000;
    color: #000;
    width: 80%; }
    .oferta3 .oferta_lato_zima .of1, .oferta3 .oferta_lato_zima .of2 {
      padding-bottom: 100px; }
      .oferta3 .oferta_lato_zima .of1 .btn_3, .oferta3 .oferta_lato_zima .of2 .btn_3 {
        float: none;
        margin-right: 0;
        width: 80%; }
    .oferta3 p {
      padding: 30px 50px 50px 50px;
      font-size: 14px; }

  .pozostala_oferta .of_box a {
    width: 80%; } }

section.foot_ {
  display: none; }

section.foot_podpis {
  position: relative;
  background: #cfb360;
  color: #fff;
  padding: 10px 0; }
  section.foot_podpis .container {
    padding: 20px 20px; }
  section.foot_podpis .foter-link {
    position: absolute;
    top: 10px;
    right: 20px; }
  section.foot_podpis h2 {
    font-size: 20px; }
  section.foot_podpis h4, section.foot_podpis h5 {
    margin: 10px 0 0 0;
    padding: 0; }
  section.foot_podpis h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px; }
  section.foot_podpis h5 span {
    font-weight: 400; }
  section.foot_podpis ul {
    list-style: none;
    padding-left: 10px; }
  section.foot_podpis ul li {
    display: block;
    font-size: 15px;
    text-transform: uppercase; }
  section.foot_podpis ul li a {
    color: #fff;
    font-size: 15px; }

.contact_section {
  position: relative;
  padding-bottom: 0px;
  padding-top: 0;
  /* ------------------------------ SHOPING CART -------------- */ }
  .contact_section .footer-logo {
    margin-top: 40px; }
  .contact_section .container {
    color: #434343;
    font-weight: 400;
    font-size: 16px; }
  .contact_section .container p strong {
    font-weight: 900; }
  .contact_section form .form-group {
    box-shadow: none; }
  .contact_section form .form-group .input-group {
    margin-top: 20px;
    display: block; }
  .contact_section form .form-group .input-group input, .contact_section form .form-group .input-group textarea {
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #d7d7d7;
    color: #000 !important;
    box-shadow: none; }
    .contact_section form .form-group .input-group input::-webkit-input-placeholder, .contact_section form .form-group .input-group textarea::-webkit-input-placeholder {
      color: #000; }
  .contact_section form .form-group .input-group span {
    color: pink; }
  .contact_section form .form-group .input-group .input-group-addon {
    vertical-align: top; }
  .contact_section form .form-group .input-group .form-control {
    color: #fff; }
    .contact_section form .form-group .input-group .form-control:focus {
      border-width: 0 0 1px 0;
      border-color: #cfb360;
      box-shadow: none;
      -webkit-box-shadow: none; }
  .contact_section form .form-group .head-ghost-btn {
    padding: 15px 0; }
  .contact_section form .form-group .head-ghost-btn:hover, .contact_section form .form-group .head-ghost-btn:focus {
    padding: 15px 0; }
    .contact_section form .form-group .head-ghost-btn:hover span, .contact_section form .form-group .head-ghost-btn:focus span {
      color: red !important; }
  .contact_section form .form-group .head-ghost-btn span {
    color: #005f4f !important; }
  .contact_section form .form-group .tcenter {
    float: right; }

section.shoping_cart {
  padding-bottom: 136px;
  padding-top: 80px; }
  section.shoping_cart h1 {
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 56px;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 26px; }
  section.shoping_cart .koszyk_cont h2 {
    font-size: 16px;
    text-align: center; }
  section.shoping_cart form .btn_1, section.shoping_cart form .btn_2, section.shoping_cart form .btn_3 {
    width: calc(33% - 10px);
    display: inline-block;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px; }
  section.shoping_cart form table {
    width: 100%; }
  section.shoping_cart form table th {
    background-color: #171214;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 11px 13px 11px 0;
    text-align: center; }
  section.shoping_cart form table tr td {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    text-align: center; }
    section.shoping_cart form table tr td strong span {
      font-family: 'Poppins', sans-serif;
      color: #171214; }
    section.shoping_cart form table tr td a img {
      width: 80px;
      margin: 20px auto; }
    section.shoping_cart form table tr td:nth-child(1) {
      border-left: 1px solid #dedede; }
    section.shoping_cart form table tr td input.cart_input {
      border: 1px solid #919191;
      height: 40px;
      width: 40px;
      margin-right: 10px;
      text-align: center; }
    section.shoping_cart form table tr td .usun_kosz {
      position: relative; }
    section.shoping_cart form table tr td .usun_kosz input {
      position: relative; }
    section.shoping_cart form table tr td .usun_kosz input.remove {
      background-color: rgba(0, 0, 0, 0);
      border: 0;
      display: block;
      margin: auto;
      width: 26px;
      height: 26px;
      background-image: url(../gfx/bin.svg);
      background-size: 26px 26px; }
    section.shoping_cart form table tr td .usun_kosz:hover:after {
      background: #f10707;
      border-radius: 5px;
      bottom: 37px;
      color: #fff;
      content: "UsuÅ„";
      left: 0%;
      padding: 10px 15px;
      position: absolute;
      z-index: 98;
      display: inline-block;
      min-width: 100px;
      font-weight: 400;
      font-size: 12px;
      animation: default-transitionz 0.2s; }
    section.shoping_cart form table tr td .usun_kosz:hover:before {
      border: solid;
      border-color: #f10707 transparent;
      border-width: 12px 12px 0 12px;
      content: "";
      left: 80%;
      position: absolute;
      z-index: 99;
      top: -11px;
      animation: default-transitionz 0.2s; }
  section.shoping_cart form table.tabkoszyksuma td {
    background-color: #f7f7f7;
    font-size: 20px;
    padding: 20px; }
  section.shoping_cart .cart_ship_pay, section.shoping_cart .cart_client {
    font-size: 14px; }
  section.shoping_cart .cart_ship_pay textarea, section.shoping_cart .cart_client textarea {
    width: 100%; }
  section.shoping_cart .cart_ship_pay table, section.shoping_cart .cart_client table {
    width: 100%; }
  section.shoping_cart .cart_ship_pay table th, section.shoping_cart .cart_client table th {
    background-color: #171214;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 11px 13px 11px 0;
    text-align: center; }
  section.shoping_cart .cart_ship_pay table td, section.shoping_cart .cart_client table td {
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    font-size: 14px;
    text-align: center;
    padding: 11px 13px 11px 0; }
  section.shoping_cart .cart_ship_pay table td:nth-child(1), section.shoping_cart .cart_client table td:nth-child(1) {
    border-left: 1px solid #dedede; }
  section.shoping_cart .cart_ship_pay ul, section.shoping_cart .cart_client ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 50%; }
  section.shoping_cart .cart_ship_pay ul li .bootstrap-switch, section.shoping_cart .cart_client ul li .bootstrap-switch {
    border: 0px solid red;
    border-radius: 5px; }
    section.shoping_cart .cart_ship_pay ul li .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active, section.shoping_cart .cart_client ul li .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active, section.shoping_cart .cart_ship_pay ul li .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, section.shoping_cart .cart_client ul li .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
      background: #171214; }
    section.shoping_cart .cart_ship_pay ul li .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, section.shoping_cart .cart_client ul li .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
      background: #171214; }
  section.shoping_cart .cart_ship_pay ul li input, section.shoping_cart .cart_client ul li input {
    border: 1px solid #919191;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 100%;
    clear: both;
    text-align: center;
    display: block; }
    section.shoping_cart .cart_ship_pay ul li input#rej_firma_2, section.shoping_cart .cart_client ul li input#rej_firma_2, section.shoping_cart .cart_ship_pay ul li input#r_newsletter1, section.shoping_cart .cart_client ul li input#r_newsletter1, section.shoping_cart .cart_ship_pay ul li input#r_regulamin1, section.shoping_cart .cart_client ul li input#r_regulamin1, section.shoping_cart .cart_ship_pay ul li input#r_dane_osobowe1, section.shoping_cart .cart_client ul li input#r_dane_osobowe1, section.shoping_cart .cart_ship_pay ul li input#rej_firma, section.shoping_cart .cart_client ul li input#rej_firma, section.shoping_cart .cart_ship_pay ul li input#r_newsletter, section.shoping_cart .cart_client ul li input#r_newsletter, section.shoping_cart .cart_ship_pay ul li input#ax_regulamin, section.shoping_cart .cart_client ul li input#ax_regulamin, section.shoping_cart .cart_ship_pay ul li input#r_dane_osobowe, section.shoping_cart .cart_client ul li input#r_dane_osobowe {
      width: 20px;
      height: 20px;
      float: left; }
  section.shoping_cart .cart_ship_pay h4, section.shoping_cart .cart_client h4 {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 11px 13px 0 0; }
  section.shoping_cart .cart_ship_pay h4 span, section.shoping_cart .cart_client h4 span {
    color: #171214;
    margin-right: 10px; }
  section.shoping_cart .cart_ship_pay .btn_2, section.shoping_cart .cart_client .btn_2, section.shoping_cart .cart_ship_pay .btn_1, section.shoping_cart .cart_client .btn_1 {
    width: calc(33% - 10px);
    display: inline-block;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    float: right; }
  section.shoping_cart .inp_podsumowanie, section.shoping_cart #inp_kop_dane {
    border: 0px solid #fff;
    background: #171214;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase; }
  section.shoping_cart #krok5 h1 {
    margin-top: 0; }

.modal-content {
  font-size: 13px;
  /* $shop-top-info: #ffffff ;
 $shop-top-border: #E6E6E6 ;
 $logo-section-background: #ffffff;
 $shop-navbar-background: #910D3F;
 $shop-kategorie: #EF8911;
 $news-promo-bacground: #f0f0f0;
 $main-headers-color: #333;
 $footer-background: #222;
 $sub-footer: #777;
*/ }
  .modal-content .modal-header {
    background-color: #171214; }
  .modal-content .modal-header .modal-title {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    text-align: center; }
  .modal-content .modal-body fieldset input {
    width: 20px;
    height: 20px; }
  .modal-content .modal-body fieldset input.chx {
    border: 1px solid red;
    width: 15px;
    height: 15px;
    background-color: red; }
  .modal-content .modal-body fieldset ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .modal-content .modal-body fieldset ul li input {
    border: 1px solid #919191;
    height: 40px;
    width: 50%;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 20px; }
    .modal-content .modal-body fieldset ul li label {
      width: 50%; }
    .modal-content .modal-body fieldset ul li:last-child {
      text-align: center; }
  .modal-content .modal-footer {
    text-align: center; }

body {
  font-family: 'Poppins', sans-serif; }

.navbar-fixed-top {
  transition: all 0.2s !important;
  border: 0; }
  .navbar-fixed-top.change {
    transform: translateY(-48px); }
  .navbar-fixed-top.change .logo-holder {
    height: 118px;
    overflow: hidden;
    border: 0px solid red; }
  .navbar-fixed-top.change .logo-holder img {
    transform: translateY(-15px); }

.shop-top {
  border: 0px solid blue;
  background: transparent;
  padding-top: 13px;
  border-bottom: 1px solid transparent; }
  .shop-top .log-reg-cart ul {
    margin-left: -50px; }
  .shop-top .log-reg-cart ul li {
    float: left;
    display: inline-block;
    margin-right: 24px; }
  .shop-top .log-reg-cart ul li:nth-child(3) {
    margin-right: 0; }
  .shop-top .log-reg-cart ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700; }
  .shop-top .log-reg-cart ul li img {
    width: 22px;
    margin-right: 15px;
    fill: #4f2 !important; }
  .shop-top .mail-phone ul {
    float: right;
    margin-right: -50px; }
  .shop-top .mail-phone ul li {
    float: left;
    display: inline-block;
    margin-right: 35px; }
  .shop-top .mail-phone ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700; }
  .shop-top .mail-phone ul li img {
    width: 22px;
    margin-right: 15px; }

.top-logo-section {
  background: transparent; }
  .top-logo-section .logo-holder {
    text-align: center; }
  .top-logo-section .top-koszyk {
    border: 0px solid red;
    padding-right: 0px;
    padding-top: 25px; }
  .top-logo-section .top-koszyk a {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700; }
  .top-logo-section .top-koszyk a img {
    width: 24px;
    margin-right: 10px; }

.shop-navbar {
  background: #8e692f;
  background: linear-gradient(157deg, #8e692f 0%, #8e692f 20%, #fefdd9 42%, #daca73 64%, #a88d47 100%); }
  .shop-navbar ul.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0 auto -6px auto; }
  .shop-navbar ul.navbar-nav li a {
    letter-spacing: 1px; }

section.kategorie h3 {
  padding: 80px 0 40px 0;
  text-align: center;
  font-weight: 700;
  font-size: 26;
  text-transform: uppercase; }
  section.kategorie .kategoria {
    border: 0px solid red;
    padding: 5px; }
  section.kategorie .kategoria .cat_p .title_p h2 {
    font-weight: 700;
    font-size: 20px;
    background: rgba(255, 255, 255, .7) !important; }
  section.kategorie .trk_cat_off {
    background: white; }
  section.kategorie .zb_oferte {
    border: 0px solid red;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    background: #ef8911;
    display: none; }

section.promocje {
  background: transparent; }
  section.promocje h2 {
    padding: 80px 0 40px 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #333; }

section.promotions_and_news.offer_category {
  background: transparent;
  padding-bottom: 0;
  padding-top: 4px; }
  section.promotions_and_news.offer_category .slider .flexslider {
    background: rgba(0, 0, 0, 0);
    border: 4px solid transparent; }
  section.promotions_and_news.offer_category .slider .flexslider .product_list {
    transition: all 0.5s; }
  section.promotions_and_news.offer_category .slider .flexslider .product_list:hover {
    transform: translateY(-20px); }
  section.promotions_and_news.offer_category .slider .flexslider .product_list .producnt_name_price {
    border: 0px solid red; }
    section.promotions_and_news.offer_category .slider .flexslider .product_list .producnt_name_price .prod_name {
      padding: 10px 0 0 0; }
    section.promotions_and_news.offer_category .slider .flexslider .product_list .producnt_name_price .prod_name a h2 {
      height: auto;
      margin: 0; }
    section.promotions_and_news.offer_category .slider .flexslider .product_list .producnt_name_price .price {
      border: 0px solid blue;
      font-family: 'Poppins', sans-serif !important;
      height: 65px; }
    section.promotions_and_news.offer_category .slider .flexslider .product_list .producnt_name_price .price .price_promo_new, section.promotions_and_news.offer_category .slider .flexslider .product_list .producnt_name_price .price .price_default {
      border: 0px solid yellow;
      padding: 0;
      margin: 0;
      color: #888; }
    section.promotions_and_news.offer_category .slider .flexslider .product_list .producnt_name_price .price .price_promo_new span, section.promotions_and_news.offer_category .slider .flexslider .product_list .producnt_name_price .price .price_default span {
      color: #787878;
      font-family: 'Poppins', sans-serif !important;
      font-size: 22px; }
  section.promotions_and_news.offer_category .slider .flexslider .product_list:hover .price .price_promo_new span, section.promotions_and_news.offer_category .slider .flexslider .product_list:hover .price .price_default span {
    color: #171214; }
  section.promotions_and_news.offer_category .slider .flexslider .product_list .prod_img {
    padding: 0px 0 0 0; }
    section.promotions_and_news.offer_category .slider .flexslider .product_list .prod_img .prod_promo {
      top: 50px;
      background-image: url(../gfx/price-tags.svg);
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    section.promotions_and_news.offer_category .slider .flexslider .product_list .prod_img .prod_news {
      top: 20px;
      background-image: url(../gfx/heart.svg);
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat; }

section.witamy h2 {
  padding: 80px 0 40px 0;
  text-align: center;
  font-weight: 700;
  font-size: 24px !important;
  text-transform: uppercase;
  color: #333 !important; }
  section.witamy .ofirmie p {
    text-align: justify;
    font-size: 14px; }
  section.witamy .contact_section .captcha {
    filter: saturate(0); }
  section.witamy .contact_section p {
    font-size: 11px; }
  section.witamy .contact_section a {
    color: #000; }

section.foot_podpis {
  background: #000 url(../gfxi/top_menu.jpg) center top;
  border-left: 64px solid #fff;
  border-right: 64px solid #fff;
  padding-top: 0; }
  section.foot_podpis .regards-txt {
    display: none;
    background: #cfb360;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px; }
  section.foot_podpis h2 {
    font-size: 17px;
    font-weight: 700; }
  section.foot_podpis ul {
    margin: 20px 0;
    padding: 0; }
  section.foot_podpis ul li {
    margin: 0;
    padding: 0; }
  section.foot_podpis ul li a {
    font-size: 12px; }
  section.foot_podpis .logo-footer {
    padding-top: 80px; }
  section.foot_podpis .footer-kontakt {
    font-size: 12px; }
  section.foot_podpis .footer-kontakt img {
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left; }
  section.foot_podpis .footer-kontakt a {
    color: #fff; }
  section.foot_podpis .footer-kontakt p {
    clear: both; }
  section.foot_podpis .sub-footer {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #cfb360;
    text-align: left;
    color: #777;
    font-size: 11px;
    font-weight: 400; }
  section.foot_podpis .sub-footer span {
    color: #fff;
    font-weight: 600; }

@media (max-width: 991px) {
  .shop-top {
    border: 0; }
    .shop-top .log-reg-cart, .shop-top .mail-phone {
      display: none;
      text-align: center; }
      .shop-top .log-reg-cart ul, .shop-top .mail-phone ul {
        float: none !important;
        display: inline-block;
        margin: 5px auto; } }

section.offer_category.strona-kategorii .category_slidebar {
  margin-top: 60px; }
  section.offer_category.strona-kategorii .category_slidebar .product_list {
    transition: all 0.5s;
    padding: 0 10px 10px 10px;
    margin-bottom: 70px;
    overflow-x: hidden; }
  section.offer_category.strona-kategorii .category_slidebar .product_list:hover {
    transform: translateY(-20px); }
  section.offer_category.strona-kategorii .category_slidebar .product_list:hover .price .price_promo_new, section.offer_category.strona-kategorii .category_slidebar .product_list:hover .price .price_default {
    font-family: 'Poppins', sans-serif; }
    section.offer_category.strona-kategorii .category_slidebar .product_list:hover .price .price_promo_new span, section.offer_category.strona-kategorii .category_slidebar .product_list:hover .price .price_default span {
      color: #171214; }
  section.offer_category.strona-kategorii .category_slidebar .product_list .prod_img {
    max-height: auto;
    height: auto;
    padding: 0; }
  section.offer_category.strona-kategorii .category_slidebar .product_list .prod_img img {
    max-height: 300px;
    height: auto; }
  section.offer_category.strona-kategorii .category_slidebar .product_list .prod_name {
    padding: 10px 0 0 0; }
  section.offer_category.strona-kategorii .category_slidebar .product_list .prod_name a {
    font-size: 16px; }
    section.offer_category.strona-kategorii .category_slidebar .product_list .prod_name a h2 {
      font-size: 14px;
      font-weight: 600;
      color: #000;
      margin: 20px 0 0 0;
      padding: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      height: auto; }
  section.offer_category.strona-kategorii .category_slidebar .product_list .price {
    height: 65px;
    font-family: 'Poppins', sans-serif !important; }
  section.offer_category.strona-kategorii .category_slidebar .product_list .price .price_promo_new, section.offer_category.strona-kategorii .category_slidebar .product_list .price .price_default {
    border: 0px solid yellow;
    padding: 0;
    margin: 0;
    color: #888; }
    section.offer_category.strona-kategorii .category_slidebar .product_list .price .price_promo_new span, section.offer_category.strona-kategorii .category_slidebar .product_list .price .price_default span {
      color: #787878;
      font-family: 'Poppins', sans-serif !important;
      font-size: 22px; }
  section.offer_category.strona-kategorii .back_btn {
    width: 30px;
    transition: all 0.5s;
    fill: #f00; }
  section.offer_category.strona-kategorii .back_btn:hover {
    transform: translateX(-20px); }

section.offer_category .product_preview {
  border: 0; }
  section.offer_category .product_preview a.close-box {
    padding: 13px 35px 11px 35px;
    background-color: #171214;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: 0;
    border-radius: 5px;
    transform: translate(-20px, 10px); }
  section.offer_category .product_preview a.close-box:hover {
    background-color: #171214; }
  section.offer_category .product_preview .product_desc {
    background: #fafafa;
    padding: 25px 35px 25px 35px; }
  section.offer_category .product_preview .product_desc .prod_picture {
    background: #fafafa; }
  section.offer_category .product_preview .product_desc .prod_opis_box h1 {
    font-size: 30px;
    border: 0;
    margin-bottom: 70px; }
  section.offer_category .product_preview .product_desc .prod_opis_box .cart_quantity input {
    border-radius: 5px;
    border-color: #e6e6e6 !important;
    font-family: 'Poppins', sans-serif;
    width: 200px; }
  section.offer_category .product_preview .product_desc .prod_opis_box .cena_ns {
    font-size: 13px;
    color: #808080; }
  section.offer_category .product_preview .product_desc .prod_opis_box .k_opis p {
    font-size: 14px;
    text-align: justify; }

@media (max-width: 992) and (min-widtH: 768px) {
  section.slider_bootstrap {
    padding-top: 246px; } }

@media (max-width: 1280px) and (min-width: 1px) {
  nav.navbar-default {
    width: calc(100% - 0px) !important; } }

@media (max-width: 1366px) and (min-width: 1px) {
  nav.navbar-default {
    margin: 0;
    width: 100%; } }

body {
  border-bottom: 0;
  border-top: 0; }

nav.navbar-default.podstrona {
  background: url(../gfxi/top_menu.jpg); }
  nav.navbar-default .col-md-5.left, nav.navbar-default .col-md-5.right {
    padding-top: 45px; }
  nav.navbar-default .col-md-5.left ul, nav.navbar-default .col-md-5.right ul {
    border-bottom: 1px solid #eaeaea;
    width: 100%; }
  nav.navbar-default .col-md-5.right ul li {
    float: right; }
  nav.navbar-default.change .col-md-5.left, nav.navbar-default.change .col-md-5.right {
    padding-top: 25px; }

nav.navbar-default .top_nav ul li ul.dropdown-menu li a {
  min-width: 220px; }

.kat_container {
  border-left: 4px solid #f2f2f2; }
  .kat_container #produkty {
    margin: 0; }

section.slider_bootstrap {
  padding-top: 201px; }

section.offer_category .product_list .price_promo_old {
  text-decoration: line-through; }

.ramka {
  border: 2px solid #cfb360;
  margin: 73px;
  background: #fff; }
  .ramka .ramka2 {
    border: 1px solid #cfb360;
    margin: 6px;
    padding: 138px;
    position: relative; }

.top h2 {
  font-size: 75px;
  font-weight: 400; }

.produkty {
  margin-top: 20px; }
  .produkty .col-md-6 {
    padding: 0 10px; }
  .produkty .kat_front {
    position: relative; }
  .produkty .kat_front .txt_cat {
    position: absolute;
    top: 110px;
    left: 0px; }
  .produkty .kat_front .txt_cat h2 {
    color: #fff;
    font-size: 47px;
    font-weight: 800;
    letter-spacing: 1px;
    padding-left: 0;
    width: 200px; }
  .produkty .kat_list_p {
    padding: 0; }
  .produkty .kat_list_p .row {
    margin: 0; }
  .produkty .kat_list_p .row .col-md-6 {
    padding: 0 10px; }
  .produkty .kat_list_p .txt_cat {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 25px;
    text-align: center;
    width: 100%; }
  .produkty .kat_list_p .txt_cat h2 {
    color: #000;
    font-size: 28px;
    width: 100%;
    font-weight: 800;
    letter-spacing: 1px;
    padding-left: 0;
    border: 0px solid red;
    text-align: center; }
  .produkty .prod_1 {
    padding-top: 20px; }
  .produkty .prod_2 {
    padding-top: 20px; }
  .produkty .prod_2 .col-md-6, .produkty .prod_2 .col-md-3 {
    padding: 0 10px; }
  .produkty .prod_2 .txt_cat {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    padding: 0 25px; }
  .produkty .prod_2 .txt_cat h2 {
    color: #07374a;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    width: 100%; }
  .produkty .cytat {
    color: #cfb360;
    font-size: 18px;
    font-style: italic; }
  .produkty .cytat h2 {
    padding-top: 50px;
    color: #cfb360;
    font-size: 30px;
    font-style: italic; }
  .produkty .cytat h3 {
    font-size: 18px; }

.kat_list {
  background-color: #fff;
  padding: 0; }
  .kat_list .kat_nagl {
    background: rgba(0, 0, 0, 0);
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 0 16px 20px; }
  .kat_list .kat_nagl h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px; }

.mboczne {
  padding: 0px;
  list-style: none;
  padding-left: 10px; }
  .mboczne li {
    border-bottom: 1px solid #ccc; }
  .mboczne li a {
    font-size: 13px;
    display: block;
    padding: 12px;
    color: #000;
    text-transform: uppercase;
    transition: all 0.25s;
    font-weight: 600; }
  .mboczne li:hover {
    background: transparent; }
  .mboczne li:hover > a {
    background: #171214;
    color: #fff; }
  .mboczne li .podkat {
    text-align: left;
    list-style: none;
    margin-left: 20px; }
  .mboczne li .podkat li a {
    text-align: left; }
  .mboczne li .span_kat {
    display: block;
    float: left;
    padding: 10px 5px;
    cursor: pointer; }
  .mboczne li.activ_cat {
    background: #f1f1f1; }

#g-recaptcha > div {
  margin: 0 auto; }

.galeria h3 {
  color: #cfb360;
  text-align: center; }

.galeria_i {
  padding-top: 20px; }
  .galeria_i a {
    width: 30%;
    display: inline-block;
    padding: 5px; }

.promocje {
  position: relative; }
  .promocje #nowosci {
    position: absolute;
    top: -100px;
    left: 0; }
  .promocje h2 {
    font-weight: 400;
    font-size: 30px; }

.top2 {
  background: url('../gfxi/tlo-parallax.jpg');
  background-size: cover;
  background-position: center top;
  height: 690px;
  margin-top: 50px; }
  .top2 .inside {
    background: url('../gfxi/tlo-cytat.jpg');
    background-size: cover;
    background-position: center top;
    width: 840px;
    height: 414px;
    margin: 138px auto 0;
    color: #fff;
    padding: 50px; }
  .top2 .inside h2 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    margin-top: 10px; }
  .top2 .inside img {
    margin-bottom: 0; }

section.witamy .top3 {
  background: url('../gfxi/tlo-kontakt.jpg');
  background-size: cover;
  background-position: center top;
  height: 694px;
  padding-top: 100px;
  font-size: 14px;
  font-weight: 800; }
  section.witamy .top3 h2 {
    color: #cfb360;
    font-size: 48px; }
  section.witamy .top3 h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #cfb360; }
  section.witamy .top3 img {
    margin-bottom: 0;
    margin-top: 20px; }
  section.witamy .top4 {
    padding: 50px; }
  section.witamy .top4 h2 {
    font-size: 36px;
    color: #cfb360;
    font-style: italic; }
  section.witamy .kontakt {
    background: url('../gfxi/tlo-form.jpg');
    background-size: cover;
    background-position: center top;
    height: 507px;
    color: #fff;
    padding-top: 30px;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative; }
  section.witamy .kontakt #kontakt {
    position: absolute;
    top: -100px;
    left: 0; }
  section.witamy .kontakt h2 {
    font-size: 36px;
    color: #fff; }
  section.witamy .kontakt img {
    margin-bottom: 0; }
  section.witamy .kontakt a {
    color: #fff; }

.kategorie {
  background: url('../gfxi/sec-2-tlo.jpg');
  background-size: cover;
  background-position: center top;
  padding: 350px 278px 150px; }

.list_kat_asynchro {
  padding-top: 26px; }

.kat_front {
  position: relative; }
  .kat_front .box {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background-color: rgba(0, 0, 0, .5);
    position: relative; }
  .kat_front .box .btn_1 {
    opacity: 0;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    margin: 0 0 0 27px;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .kat_front .box .ibox {
    transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
  .kat_front .box .txt_cat_now {
    background: url(../gfxi/nowosci-tlo.jpg);
    background-position: center center;
    background-size: 100%;
    transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
  .kat_front .box .txt_cat_now.promo {
    background: url(../gfxi/promocje-tlo.jpg);
    background-size: 100%;
    background-position: center center; }
  .kat_front .box:hover .txt_cat_now {
    background-size: 120%; }
  .kat_front .box:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15); }
  .kat_front .box:hover .btn_1 {
    opacity: 1;
    animation: btn_hov 1s;
    margin-top: 25px; }
  .kat_front .box .i_box {
    transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .kat_front .box .i_box:hover {
    background-color: rgba(0, 0, 0, .5);
    border: 0px solid blue;
    z-index: 9000; }
  .kat_front .txt_cat {
    position: absolute;
    bottom: 110px;
    padding: 0 80px;
    width: 100%;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .kat_front .txt_cat h2 {
    font-family: ;
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    letter-spacing: 3px; }
  .kat_front .txt_cat h2 .grey {
    color: #171214; }
  .kat_front .txt_cat p {
    color: #fff;
    font-weight: 300; }
  .kat_front .txt_cat .line {
    width: 100%;
    background: transparent !important;
    margin: 0 0 22px 0; }
  .kat_front .txt_cat .line div {
    background: #cfb360;
    width: 84px;
    height: 1px; }
  .kat_front.tright .txt_cat .line {
    margin: 0 22px 0 0;
    position: relative; }
  .kat_front.tright .txt_cat .line div {
    position: absolute;
    right: 0; }
  .kat_front.tcenter .txt_cat h2 {
    font-size: 30px; }
  .kat_front.tcenter .txt_cat .line {
    margin: 0; }
  .kat_front.tcenter .txt_cat .line div {
    margin: 0 auto; }

.top-logo-section .logo-holder img {
  margin: -23px 0 30px 0; }

section.slider_bootstrap {
  padding-top: 0;
  position: relative; }
  section.slider_bootstrap .top_ramka {
    position: absolute;
    width: 100%;
    left: 0;
    top: 156px; }
  section.slider_bootstrap .top_ramka img {
    width: 100%; }
  section.slider_bootstrap .top_txt {
    position: absolute;
    top: 450px;
    left: 0;
    width: 100%;
    z-index: 2; }
  section.slider_bootstrap .top_txt h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 4px;
    font-weight: 900;
    margin-bottom: 20px; }
  section.slider_bootstrap .top_txt h2 span {
    color: #cfb360; }
  section.slider_bootstrap .top_txt img {
    margin: 0 auto; }

.formularz p {
  font-size: 10px;
  font-weight: 200;
  line-height: 12px; }

nav.navbar-default, .shop-top, .top-logo-section {
  background: transparent; }

nav.navbar-default {
  padding: 0 5.3% 0 5.2%; }

.navbar-fixed-top.change {
  padding: 0;
  background: url('../gfxi/top_menu.jpg');
  background-size: 100%;
  background-position: 0 50px; }
  .navbar-fixed-top.change .shop-top {
    transform: translateY(45px);
    padding: 5px 30px; }
  .navbar-fixed-top.change .top-logo-section .logo-holder img {
    margin: 10px 0 34px 0; }
  .navbar-fixed-top.change .top-logo-section .top-koszyk {
    padding-right: 105px;
    padding-top: 40px; }
  .navbar-fixed-top.change .top_top:before {
    content: "";
    background: url(../gfxi/linia_top_menu.png);
    display: block;
    width: 100%;
    height: 4px; }

.bg1 {
  border-left: 64px solid #fff;
  border-right: 64px solid #fff; }

.kont_txt {
  background: #130f0c;
  background: linear-gradient(111deg, #130f0c 0%, #86725d 100%);
  border-left: 64px solid #fff;
  border-right: 64px solid #fff;
  padding: 150px 0;
  position: relative;
  color: #fff; }
  .kont_txt .ozdobnik {
    position: absolute;
    bottom: 0;
    right: 0; }
  .kont_txt .logo_foot {
    padding-bottom: 58px; }
  .kont_txt a {
    color: #fff; }

.promotions_and_news {
  padding: 64px;
  margin-bottom: 41px; }
  .promotions_and_news .nowosci_ramka {
    background: #8e692f;
    background: linear-gradient(157deg, #8e692f 0%, #8e692f 20%, #fefdd9 42%, #daca73 64%, #a88d47 100%);
    padding: 2px; }
  .promotions_and_news .nowosci_ramka .nowosci_bg {
    background: #fff;
    min-height: 450px;
    padding: 40px 0 60px 0;
    position: relative; }
  .promotions_and_news .nowosci_ramka .nowosci_bg .now_br {
    position: absolute;
    bottom: 0;
    right: 0; }
  .promotions_and_news .nowosci_ramka .nowosci_bg .now_tl {
    position: absolute;
    top: 0;
    left: 0; }

@keyframes fullwidth-menu {
  0% {
    height: 1px; }

  100% {
    height: 100vh; } }

@keyframes kategorie-full {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  50% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fullwidth-menu {
  display: none;
  position: fixed;
  top: 204px;
  left: 4.4%;
  width: calc(100vw - 9.7%);
  height: 100vh;
  background: url('../gfxi/tlofull.png') no-repeat center top;
  background-size: 100%;
  padding: 50px 75px 0 75px;
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10; }
  .fullwidth-menu.change {
    top: 97px; }
  .fullwidth-menu.open-menu {
    animation: fullwidth-menu 0.5s;
    display: block; }
  .fullwidth-menu.open-menu .kategorie-full {
    animation: kategorie-full 0.5s;
    padding: 200px 40px 0 40px; }
  .fullwidth-menu .produkt-full {
    text-align: left;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    padding: 0;
    padding-bottom: 50px;
    text-align: left; }
  .fullwidth-menu .produkt-full:nth-child(4) h1, .fullwidth-menu .produkt-full:nth-child(6) h1 {
    font-size: 16px;
    padding: 25px 0 17px 0; }
  .fullwidth-menu .produkt-full img {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .fullwidth-menu .produkt-full h2 a {
    text-transform: uppercase;
    color: white;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
    padding: 25px 0 27px 0;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .fullwidth-menu .produkt-full h2 a.h1-smaller {
    font-size: 15px;
    padding: 18px 0 25px 0; }
  .fullwidth-menu .produkt-full a {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 11px;
    letter-spacing: 2px;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .fullwidth-menu .produkt-full .podkat_list {
    list-style: none;
    padding: 0;
    margin-top: 25px; }
  .fullwidth-menu .produkt-full:hover {
    background-color: rgba(255, 255, 255, .01);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); }
  .fullwidth-menu .produkt-full:hover img {
    transform: translateY(-10px);
    filter: brightness(140%); }
  .fullwidth-menu .produkt-full:hover h2 a {
    background: transparent;
    color: #cfb360; }
  .fullwidth-menu .produkt-full:hover ul li a {
    color: #fff; }
  .fullwidth-menu .produkt-full:hover ul li a:hover {
    text-decoration: none;
    background: white;
    color: #000; }

.change .fullwidth-menu {
  top: 216px; }

section.foot_podpis .regards-txt {
  background: #cfb360; }

section.offer_category .tyt_podstrony .opis {
  text-align: left; }

.pob_plk a {
  color: #000; }

section.shoping_cart .cart_client ul.zgody_podsumowanie {
  width: 100%; }
  section.shoping_cart .cart_client ul.zgody_podsumowanie label {
    padding: 14px 30px; }

section.offer_category.strona-kategorii .category_slidebar .product_list .prod_name {
  min-height: 65px; }
  section.offer_category.strona-kategorii .category_slidebar .product_list .prod_name h2 {
    margin-top: 0; }

section.offer_category.strona-kategorii .category_slidebar .product_list .prod_name a h2 {
  height: 48px; }

.form-control::placeholder {
  color: #000; }

.bg1 .form-control text, .bg1 .form-control input {
  color: #fff !important; }
  .bg1 .form-control text::placeholder, .bg1 .form-control input::placeholder, .bg1 .form-control text::-webkit-input-placeholder, .bg1 .form-control input::-webkit-input-placeholder {
    color: #fff !important; }
  .bg1 .form-control::placeholder, .bg1 .form-control::-webkit-input-placeholder {
    color: #fff !important; }
  .bg1 .contact_section form .form-group .input-group input, .bg1 .contact_section form .form-group .input-group textarea {
    color: #fff !important; }

.close-box {
  color: #171214; }
  .close-box:hover, .close-box:focus {
    background: #171214;
    color: #fff; }

.txt_inside .col-md-4 {
  z-index: 10; }

.lisc {
  z-index: 0; }

.prod_opis_box h1 {
  margin-right: 45px;
  font-size: 20px; }

section.slider_bootstrap {
  overflow-y: hidden; }

@media (min-width: 1px) and (max-width: 1680px) {
  section.slider_bootstrap .top_txt {
    top: 360px; } }

@media (min-width: 1px) and (max-width: 1440px) {
  section.slider_bootstrap .top_txt {
    top: 300px; }

  nav.navbar-default {
    padding: 0 5.6% 0 5.5%; }

  .kategorie {
    padding: 150px 100px 150px;
    background-position: center -76px;
    background-repeat: no-repeat; }

  .promotions_and_news {
    padding: 0; }

  .bg1, .kont_txt, section.foot_podpis {
    border: 0; }

  .list_kat_asynchro .kat_front .txt_cat {
    padding: 0 20px;
    bottom: 70px; }
    .list_kat_asynchro:nth-child(1) .kat_front .txt_cat, .list_kat_asynchro:nth-child(2) .kat_front .txt_cat {
      padding: 0 40px; } }

@media (min-width: 1px) and (max-width: 1366px) {
  section.slider_bootstrap .top_txt {
    top: 300px; }
    section.slider_bootstrap .top_txt .kawy-herbaty {
      max-width: 80%; } }

@media (min-width: 1px) and (max-width: 1280px) {
 }

@media (min-width: 1px) and (max-width: 1024px) {
  nav.navbar-default {
    padding: 0; }
    nav.navbar-default .shop-top {
      padding: 10px 30px 0; }
    nav.navbar-default .top-logo-section .top-koszyk {
      padding-right: 30px; }

  section.slider_bootstrap .top_txt {
    top: 260px; }
    section.slider_bootstrap .top_txt .kawy-herbaty {
      max-width: 50%; }
    section.slider_bootstrap .top_ramka {
      display: none; }

  .kategorie {
    padding: 150px 30px 150px; }

  .kat_front .txt_cat {
    padding: 20px 10px; } }

@media (min-width: 1px) and (max-width: 992px) {
  section.foot_podpis {
    text-align: center; }
    section.foot_podpis .footer-kontakt img {
      float: none; }

  .kont_txt .ozdobnik {
    width: 30%; } }

@media (min-width: 1px) and (max-width: 767px) {
  .fullwidth-menu.open-menu {
    display: none !important; }

  nav.navbar-default {
    background: url(../gfxi/top_menu.jpg) center top; }

  nav.navbar-default .top_nav .navbar-header {
    display: block; }

  nav.navbar-default .col-md-4.srodek, nav.navbar-default .col-md-4.right {
    display: none; }

  nav.navbar-default .col-md-4.left, nav.navbar-default .col-md-4.right {
    padding-top: 0;
    position: relative; }

  nav.navbar-default .top_nav ul li {
    display: block;
    float: none; }

  .top-logo-section .logo-holder {
    padding: 5px 0 0 0; }

  nav.navbar-default .top-logo-section .top-koszyk {
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 2; }

  .navbar-default .navbar-brand {
    position: absolute;
    top: -20px;
    left: 15px; }
    .navbar-default .navbar-brand img {
      width: 120px; }

  .list_kat_asynchro {
    padding-top: 0; }
    .list_kat_asynchro .kat_front {
      padding-top: 25px; }
      .list_kat_asynchro .kat_front .box img {
        width: 100%; }
        .list_kat_asynchro .kat_front .box .i_box {
          position: relative;
          height: auto; }
      .list_kat_asynchro .kat_front .txt_cat {
        text-align: center; }
        .list_kat_asynchro .kat_front .txt_cat p {
          display: none; }
        .list_kat_asynchro .kat_front .txt_cat .line {
          display: none; }
      .list_kat_asynchro .kat_front.col-xs-6 {
        width: 100%; }

  section.slider_bootstrap .top_txt {
    top: 25px; }
    section.slider_bootstrap .top_txt h2 {
      font-size: 17px; }

  .produkty .kat_front .txt_cat {
    position: relative;
    top: inherit;
    left: inherit; }
    .produkty .kat_front .txt_cat h2 {
      color: #000;
      width: 100%;
      text-align: center;
      font-size: 30px;
      margin: 0 0 30px 0; }
    .produkty .kat_front img {
      margin-bottom: 0; }
    .produkty .kat_list_p .txt_cat {
      position: relative;
      top: inherit;
      left: inherit; }
    .produkty .kat_list_p img {
      margin-bottom: 0; }

  section.slider_bootstrap {
    padding-top: 0;
    overflow-y: visible; }
    section.slider_bootstrap .top_txt {
      top: 40px; }

  .kategorie {
    background-size: 300%;
    padding: 150px 10px; }

  .navbar-fixed-top, .navbar-fixed-bottom {
    position: relative; }

  .top2 {
    display: none; }

  section.witamy .top3 {
    background: #fff;
    padding: 20px 0;
    height: auto; }
    section.witamy .top3 .col-xs-6 {
      width: 100%; }
    section.witamy .top4 {
      padding: 0 0 30px 0; }

  .produkty .kat_list_p .row .col-md-6, .produkty .prod_2 .col-md-6, .produkty .prod_2 .col-md-3 {
    width: 100%;
    text-align: center; }

  .ramka {
    margin: 0; }

  section.offer_category {
    padding-top: 7px; }

  section.offer_category .product_preview {
    overflow: hidden;
    text-align: center;
    padding-top: 30px; }
    section.offer_category .product_preview .close-box {
      position: relative;
      top: inherit;
      right: inherit; }
    section.offer_category .product_preview .product_desc {
      margin-top: 20px; }

  section.offer_category .product_list img {
    height: auto; }

  #buttons_koszyk .btn, .cart_ship_pay .btn {
    width: 100%; }

  section.shoping_cart .cart_ship_pay .btn_2, section.shoping_cart .cart_client .btn_2, section.shoping_cart .cart_ship_pay .btn_1, section.shoping_cart .cart_client .btn_1 {
    width: 100%; }

  .koszyk_mob {
    display: block; }

  section.shoping_cart {
    padding-top: 0; }
    section.shoping_cart .container {
      padding: 0;
      width: 100%; }

  section.shoping_cart .cart_ship_pay ul, section.shoping_cart .cart_client ul {
    width: 100%; }

  section.shoping_cart .cart_ship_pay .btn_2, section.shoping_cart .cart_client .btn_2, section.shoping_cart .cart_ship_pay .btn_1, section.shoping_cart .cart_client .btn_1 {
    display: block;
    float: none; } }

@media (min-width: 1px) and (max-width: 600px) {
  .well {
    padding: 0; }

  section.offer_category .product_list .prod_img {
    height: auto;
    overflow: auto; }
    section.offer_category .product_list .prod_img img {
      max-height: inherit; } }
