@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,400i,600,700,800,900&subset=latin-ext');
/*@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap');



body * {
  font-family: 'Jura';
  font-weight: 200;
}

body {

}

a:hover {
  color: rgb(180,81,103);
  text-decoration: none;
}

#ntoggle {
  width: 35px;
  height: 35px;
  padding-top: 4px;
  text-align: center;
  background: rgba(255,255,255,.5);
  border: 1px solid rgb(221,221,221);
  border-left: none;
  border-radius: 0 3px 3px 0;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 1040;
  display: none;
  cursor: pointer;
}

  #ntoggle i {
    color: rgb(96,96,96);
  }

nav.navbar {
  padding-top: 0;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  background: rgb(0, 34, 73);
  border-bottom: 1px solid rgb(35,31,32,.3);
  /*top: 42px;*/
}

  .navbar-nav .nav-item a.nav-link {
    padding: 0 0 0 0;
    margin: 42px 10px 32px 0;
    font-family: 'Jura';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: rgb(86,86,86);
  }

    .navbar-nav.ml-auto .nav-item a.nav-link {
      margin: 35px 0 38px 20px;
    }

      .navbar-nav.ml-auto .nav-item a.nav-link img {
        max-height: 16px;
      }

  a.navbar-brand {
    display: none;
  }

    a.navbar-brand img {
      max-height: 35px;
      margin-top: 13px;
      margin-right: 15px;
    }

  nav.navbar.navbar-sub {
    /*height: 100px;*/
    padding-top: 10px;
    padding-bottom: 16px;
  }

  nav.navbar.navbar-sub .navbar-nav .nav-item a.nav-link {
    margin: 40px 12px 18px 0;
    border-bottom: 1px solid transparent;
  }

  nav.navbar.navbar-sub .navbar-nav.ml-auto .nav-item a.nav-link {
    margin: 23px 0 18px 20px;
  }

  nav.navbar.navbar-sub a.navbar-brand {
    display: block;
  }

  .navbar-nav .nav-item.dropdown.position-static.show > a.nav-link,
  a.nav-link:hover,
  a.active,
  a.nav-link.active {
    color: rgb(180,81,103)!important;
    /*border-bottom: 1px solid rgb(83,126,85) !important;*/
  }

  a.subroot.active,
  a.subrootcol.active {
    color: rgb(180,81,103);
    border-bottom: none!important;
  }

  .subroot, .subrootcol {
    margin-bottom: 18px;
    font-family: 'Jura';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(86,86,86);
    display: block;
    float: none;
  }

    .prodweek .subroot, .prodweek .subrootcol {
      display: block;
      float: none;
    }

  .scw {
    padding-bottom: 6px;
  }

  .subchild {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: rgb(86,86,86);
  }

    .prodweek .subchild {
      display: block;
      float: none;
    }

  .dropdown-toggle::after {
    display: none;
  }

  .dropdown-menu {
    margin-top: -2px;
    background: rgb(255,255,255);
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(35,31,32,.3);
  }

  span.menuheader {
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Jura';
    font-size: 32px;
    font-weight: 600;
    color: rgb(86,86,86);
    display: block;
    float: none;
  }

.wp {
  padding-left: 45px;
  padding-right: 45px;
}

.cyfrowe-znizki {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  position: fixed!important;
  top: 0;
  z-index: 10011;
  border-bottom: 1px solid rgb(35,31,32,.3);
  /*background: rgba(242,146,31,.1);*/
  /*background: linear-gradient(90deg, rgba(242,146,31,1) 0%, rgba(242,146,31,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);*/
  position: relative;
  display: none;
}

  .cyfrowe-znizki strong {
    font-weight: 900;
  }

  .cz1 {
    width: 50%;
    height: 42px;
    float: left;
    z-index: 10010;
    /*background: rgba(245,161,27,1);*/
background: -moz-linear-gradient(top, rgba(245,161,27,1) 0%, rgba(249,180,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,161,27,1)), color-stop(100%, rgba(249,180,18,1)));
background: -webkit-linear-gradient(top, rgba(245,161,27,1) 0%, rgba(249,180,18,1) 100%);
background: -o-linear-gradient(top, rgba(245,161,27,1) 0%, rgba(249,180,18,1) 100%);
background: -ms-linear-gradient(top, rgba(245,161,27,1) 0%, rgba(249,180,18,1) 100%);
background: linear-gradient(to bottom, rgba(245,161,27,1) 0%, rgba(249,180,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a11b', endColorstr='#f7b313', GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
  }

  .cz2 {
    width: 50%;
    height: 42px;
    float: right;
    z-index: 10010;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(248,248,248);
  }

  .cyfrowe-znizki img {
    margin: 0 auto;
    max-height: 42px;
    display: block;
    z-index: 10011;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
  }

  .cz-info {
    top: 28px !important;
  }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.drawer-header {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  background: rgb(100,149,237);
}

  .drawer-header > * {
    display: inline-block;
  }

  .drawer-header > button {
    /*width: 50px;*/
    font-size: 36px;
    border: none;
    background: none;
    display: inline-block !important;
  }

  .drawer-body a {
    margin-bottom: 10px;
    font-family: 'Jura';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgb(34,34,34);
    display: block;
    float: none;
  }

  .mtoggle-dd {
    margin-bottom: 10px;
  }

  .mtoggle {
    margin-top: 10px;
    /*display: none;*/
  }

  .mlink {
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(34,34,34);
    text-transform: uppercase;
  }

    .drawer-body .mlink {
      font-family: 'Jura';
      font-weight: 600;
    }

    .drawer-body a.subroot {
      padding-left: 15px;
      font-family: 'Jura';
      font-weight: 500;
      font-size: 18px;
    }

    .drawer-body a.subchild {
      padding-left: 30px;
      font-family: 'Jura';
      font-weight: 400;
      font-size: 16px;
    }

    .drawer-body img {
      height: 18px;
    }

    .drawer-header a.navbar-brand {
      display: block;
    }

.dropdown-menu.container-fluid.show {
  padding-bottom: 30px;
}

.mb90 {
  margin-bottom: 90px;
}

/**************************************** content ***/


.main-inner h1 {
  margin-bottom: 30px;
}

.main-inner h1 span {
  font-family: 'Jura';
  font-size: 38px;
  font-weight: 300;
  color: rgb(86,86,86);
  display: block;
  float: none;
}


input.form-control, input.form-control.mb15 {
  padding: 25px 20px;
  margin-bottom: 15px;
  font-size: calc(12px + 0.390625vw);
  text-align: left;
  border: 1px solid rgb(241,237,237);
}

.mainheader {
  margin-top: 90px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgb(215,215,215);
  border-bottom: 1px solid rgb(215,215,215);
}

  .mainheader .col-12:first-of-type,
  h2.mainheader {
    font-family: 'Jura';
    font-size: calc(32px + 0.390625vw);
    font-weight: 600;
    color: rgb(86,86,86);
    display: block;
    float: none;
  }

  .mainpic img {
    margin-bottom: 30px;
  }

.slider {
  height: 100vh;
  padding-top: 112px;
  padding-bottom: 90px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1eded+0,f1eded+59,fffcfc+59,ffffff+100 */
  /*background: rgb(241,237,237); !* Old browsers *!*/
  /*background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 50%, rgb(180,81,103) 50%, rgb(180,81,103) 100%); !* FF3.6-15 *!*/
  /*background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(180,81,103) 50%,rgb(180,81,103) 100%); !* Chrome10-25,Safari5.1-6 *!*/
  /*background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(180,81,103) 50%,rgb(180,81,103) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eded', endColorstr='#ffffff',GradientType=0 ); !* IE6-9 *!*/
}

  .slider .slogans {
    position: relative;
    height: 100vh;
  }

    .slider .slogans > div {
      width: 85%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
    }

    .slider .slogans h1 {
      margin-bottom: calc(20px + 0.390625vw);
      font-family: 'Jura';
      font-size: calc(52px + 0.390625vw);
      font-weight: 600;
      letter-spacing: 1.5px;
      line-height: calc(45px + 0.390625vw);
      text-transform: uppercase;
      color: #000;
    }

    .slider .slogans div {
      font-size: calc(14px + 0.390625vw);
      font-weight: 400;
      letter-spacing: 1.5px;
      color: rgb(86,86,86);
    }

      .slider .slogans div a {
        padding-bottom: 6px;
        color: rgb(86,86,86);
        border-bottom: 1px solid rgba(86,86,86,.3)!important;
        display: inline-block;
      }

        .slider slogans div a img {
          height: calc(12px + 0.390625vw);
          display: inline;
        }

        .slogans-text strong,
        .slogans-text b {
          font-weight: 700;
        }


      .maindescr a {
        width: 30%;
        padding-bottom: 5px;
        color: rgb(168,168,168);
        border-bottom: 1px solid rgb(201,201,201);
        display: block;
        float: none;
        clear: both;
      }

    div.social {
      top: 50%;
      right: -90px;
      position: absolute;
      /*transform: rotateY(180deg); daje odwrócony tekst */
      transform: rotate(90deg) translateY(-50%);
      transform-origin: 50% 50%;
      z-index: 1001;
    }

      div.social a {
        font-family: 'Jura';
        font-size: 21px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: rgb(86,86,86);
      }

        div.social a:last-of-type {
          /*color: #fff;*/
        }

  .offtop {
    padding-top: 75px;
  }

.content {
  font-size: calc(14px + 0.390625vw);
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 28px;
  color: rgb(86,86,86);
  text-align: left;
}

 .content p {
    font-weight: 400;
    text-align: left!important;
    font-size: inherit;
 }

    .content a,
    h3 a {
      color: rgb(180,81,103);
    }

    .content strong {
      font-weight: 700;
    }

.promo h2 {
  font-family: 'Jura';
  font-weight: 600;
  color: rgb(86,86,86);
  text-transform: uppercase;
  position: relative;
}

  .promo h2 .line-horiz {
    position: absolute;
    bottom: -3px;
    right: 5px;
  }

.acc {
  margin-top: 180px;
}

  .acc-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+15,f8f6f6+15,f8f6f6+85,f8f6f6+85,ffffff+85,ffffff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgb(255,255,255) 0%, rgb(255,255,255) 8%, rgb(248,246,246) 8%, rgb(248,246,246) 92%, rgb(248,246,246) 92%, rgb(255,255,255) 92%, rgb(255,255,255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgb(255,255,255) 0%,rgb(255,255,255) 8%,rgb(248,246,246) 8%,rgb(248,246,246) 92%,rgb(248,246,246) 92%,rgb(255,255,255) 92%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgb(255,255,255) 0%,rgb(255,255,255) 8%,rgb(248,246,246) 8%,rgb(248,246,246) 92%,rgb(248,246,246) 92%,rgb(255,255,255) 92%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  }

    .acc img.imt {
      margin-top: -90px;
    }

    .acc-bg h3,
    h2.subh2 {
      margin-top: 90px;
      margin-bottom: 60px;
      font-family: 'Jura';
      font-weight: 600;
      text-transform: uppercase;
    }

    .submore {
      margin-top: 0!important;
      margin-left: 15px;
      margin-right: 15px;
      font-family: 'Jura';
      font-size: 14px!important;
      color: rgb(168,168,168) !important;
      text-transform: uppercase;
      display: inline-block!important;
    }

    .acc a {
      width: 30%;
      margin-bottom: 30px;
      padding-bottom: 5px;
      color: rgb(168,168,168);
      /*border-bottom: 1px solid rgb(201,201,201);*/
      display: block;
      float: none;
      clear: both;
    }

    .acc-bg .int {
      margin-top: 90px;
    }

    .acc img.imb {
      margin-bottom: -60px;
      border: 1px solid rgb(248,246,246);
    }

.niz {
  margin-top: 150px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: rgb(241,237,237);
}

  .niz-container {
    background: rgb(248,246,246);
  }

    .niz-container > .row {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 60px;
    }

    .niz span {
      margin-top: 90px;
      font-size: 12px;
      color: rgb(84,84,84);
      text-transform: uppercase;
      display: block;
      float: none;
    }

    .niz h3 {
      margin-bottom: 60px;
      font-family: 'Jura';
      font-weight: 600;
      color: rgb(84,84,84);
      text-transform: uppercase;
    }

    .niz a {
      /*width: 30%;*/
      /*padding-bottom: 5px;*/
      /*color: rgb(168,168,168);*/
      /*border-bottom: 1px solid rgb(201,201,201);*/
      /*display: block;*/
      /*float: none;*/
      /*clear: both;*/
    }

    .niz .line-vert {
      margin: 15px 0;
    }

    .line-vert {
      width: 9px;
    }

    .line-horiz {
      height: 9px;
    }


.product-item-wrapper {
  padding-bottom: 60px;
}

  .product-item-image {
    padding: 5px;
    border: 1px solid rgb(232,232,232);
    position: relative;
    display: block;
    float: none;
    overflow: hidden;
  }

    .product-item-image:after {
      content: '';
      padding-bottom: 100%;
      display: block;
    }

    .product-item-image img {
      max-width: 115%;
      max-height: 115%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
    }

    .product-item-wrapper.mnf-item-wrapper .product-item-image img {
      max-width: 80%;
      max-height: 80%;
    }

    .product-item-mnf {
      padding-top: 10px;
      font-family: 'Jura' !important;
      font-size: 14px;
      font-weight: 200;
      color: rgb(84,84,84);
      letter-spacing: 1px;
      text-transform: uppercase;
      display: none;
      float: none;
    }

    .product-item-title {
      padding-top: 10px;
      padding-bottom: 10px;
      font-family: 'Jura' !important;
      font-size: calc(14px + 0.390625vw);
      /*font-weight: 600;*/
      letter-spacing: 1.5px;
      /*text-transform: uppercase;*/
      text-align: center;
      color: rgb(86,86,86);
      display: block;
      float: none;
    }

    .product-item-descr {
      /*padding-top: 7px;*/
      font-family: 'Jura' !important;
      font-size: calc(14px + 0.390625vw);
      /*font-weight: 600;*/
      color: rgb(84,84,84);
      text-align: center;
      letter-spacing: 1px;
      display: block;
      float: none;
    }

.partners {
  margin-top: 120px;
  margin-bottom: 120px;
}

  .pslist {
    flex-direction: row;
    align-items: center;
    /*align-content: center;*/
    justify-content: space-between;
    display: flex;
  }

    .pslist img {
      max-width: 200px;
      max-height: 75px;
    }

  .partners h3 {
    font-family: 'Jura';
    font-weight: 600;
    color: rgb(86,86,86);
    text-transform: uppercase;
    position: relative;
  }

    .partners h3 .line-horiz {
      position: absolute;
      bottom: 3px;
      right: 15px;
    }

.kolekcje {
  width:80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

  .kolekcje-h {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-evenly;
  }

    .kolekcje-h span {
      font-size: calc(18px + 0.390625vw);
    }

    .kolekcje-hs {
      border: none;
      justify-content: flex-start;
    }

  .kolekcje-b {
    text-align: center;
  }

    .kolekcje-b a {
      padding-top: 40px;
      font-size: calc(12px + 0.390625vw);
      color: rgb(86,86,86);
      display: inline-block;
      border-bottom: 1px solid #ddd;
    }

      .kolekcje-b a img {
        margin-left: 15px;
      }

/* ********************************************************** NODE *** */

.slider.slider-node {
  padding-top: 82px;
  background: rgb(241,237,237); /* Old browsers */
  background: -moz-linear-gradient(top,  rgb(241,237,237) 0%, rgb(241,237,237) 42%, rgb(255,252,252) 42%, rgb(255,255,255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgb(241,237,237) 0%,rgb(241,237,237) 42%,rgb(255,252,252) 42%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgb(241,237,237) 0%,rgb(241,237,237) 42%,rgb(255,252,252) 42%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eded', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

  .slider.slider-node .slogans div.social {
    top: 50%;
  }

.nav-link-f {
  display: flex;
  justify-content: flex-start;
}

span.nav-link-f {
  margin-bottom: 5px;
  font-family: 'Jura';
  font-size: 16px;
  font-weight: 600;
  color: rgb(86,86,86);
  text-transform: uppercase;
}

a.nav-link-f {
  margin-bottom: 5px;
  /*padding-left: 15px;*/
  font-family: 'Jura';
  font-size: 16px;
  font-weight: 400;
  color: rgb(86,86,86);
  text-transform: uppercase;
}

.nav-link-f .checkbox {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-left: 15px;
    font-size: 21px;
    font-weight: 200;
    color: rgb(160,160,160);
    line-height: 9px;
    border: 1px solid rgb(201,201,201);
    border-radius: 3px;
    display: block;
  }

ul.breadcrumb {
  padding: 15px 0 0 0;
  margin-bottom: 0;
  background: none;
}

  li.breadcrumb-item,
  li.breadcrumb-item a {
    font-family: 'Jura';
    font-size: 16px;
    font-weight: 600;
    color: rgb(160,160,160);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

/* ********************************************************** PROD *** */

.bc-bar {
  margin-top: 112px;
}

.ug-gallery-wrapper .ug-slider-wrapper {
  background-color: #fff !important;
}

.prod-preface h1 {
  margin-bottom: 0;
  font-family: 'Jura';
  font-size: calc(52px + 0.390625vw);
  line-height: calc(45px + 0.390625vw);
  font-weight: 600;
  color: rgb(86,86,86);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.prod-preface h2 {
  margin-top: 30px;
  margin-bottom: 60px;
  /*font-family: 'Jura';*/
  font-size: 16px;
  font-weight: 300;
  color: rgb(86,86,86);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.prf-descr {
  margin-bottom: 30px;
}

  .prf-descr a {
    font-size: 14px;
    color: rgb(84,84,84);
    text-transform: uppercase;
    letter-spacing: 1px;
  }

.bg-radio {
  margin-bottom: 30px;
  cursor: pointer;
}

.bg-radio > div {
  padding: 20px 15px;
  font-size: calc(12px + 0.390625vw);
  color: rgb(33,37,41);
  /*text-align: center;*/
  /*text-transform: uppercase;*/
  /*background: LimeGreen;*/
  border: 1px solid rgb(221,221,221);
  /*border-radius: calc(28px + 0.390625vw);*/

}

  .bg-radio > div > span.circle {
    width: calc(12px + 0.390625vw);
    height: calc(12px + 0.390625vw);
    /*margin-top: 10px;*/
    margin-right: 15px;
    margin-bottom: -3px;
    border: 1px solid rgb(180,81,103);
    border-radius: 50%;
    display: inline-block;

  }

  .bg-radio > div > div {
    display: inline-block;
  }

.bg-radio-checked > div {
  /*background: RoyalBlue;*/
  color: rgb(33,37,41);
  border: 1px solid rgb(180,81,103);
  /*background: rgb(180,81,103);*/
}

  .bg-radio-checked > div > span.circle {
    background-color: rgb(180,81,103);
  }

.bg-radio-reserved {
  min-height: 50px;
  color: #fff;
  background: Crimson;
  border: 1px solid #fff;
}

.iradio {
  display: none;
}

.btn-default {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: calc(12px + 0.390625vw);
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background: rgb(180,81,103);
  border-radius: calc(28px + 0.390625vw);
}

  .btn-default:hover {
    color: var(--main-hover);
    background: none;
    border-color: var(--main-hover);
  }

  .touchspin.tsp.form-control,
  .input-group-addon.bootstrap-touchspin-postfix,
  .form-control {
    font-size: calc(16px + 0.390625vw);
    text-align: center;
    border-radius: 0;
    border: none;
    background: none;
  }

    .touchspin.tsp.form-control {
      padding-top: 32px;
    }

    .input-group-addon.bootstrap-touchspin-postfix,
    .input-group-addon {
      padding: 5px 10px 0 10px;
    }

  .input-group.bootstrap-touchspin {
    border: 1px solid rgb(192,192,192);
  }

  .btn.btn-default.bootstrap-touchspin-down,
  .btn.btn-default.bootstrap-touchspin-up {
    padding: 17px 25px;
    background: none;
    color: rgb(18,18,18);
    font-size: calc(16px + 0.390625vw);
    /*border-color: rgb(160,160,160);*/
    border-radius: 0!important;
    border: none;
  }

    .btn.btn-default.bootstrap-touchspin-down:hover,
    .btn.btn-default.bootstrap-touchspin-up:hover {
      color: #fff;
      background: rgb(180,81,103);
    }

.no-round {
  border-radius: 0!important;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

.text-muted {
  padding-bottom: 15px;
  text-transform: uppercase;
}

.ptitle {
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: 'Jura';
  font-size: 18px;
  font-weight: 600;
  color: rgb(86,86,86);
  letter-spacing: 1px;
}

.bc-bar .breadcrumb {
  margin-bottom: 30px;
  padding-left: 15px;
}

.prodsjoined h3 {
  font-family: 'Jura';
  font-weight: 600;
  color: rgb(86,86,86);
  text-transform: uppercase;
  position: relative;
}

.prodsjoined h4 {
  font-family: 'Jura';
  font-size: 16px;
  font-weight: 600;
  color: rgb(86,86,86);
  text-transform: uppercase;
  position: relative;
}

  .prodsjoined h4 .line-horiz {
    position: absolute;
    bottom: 3px;
    right: 15px;
  }

 /* *************************************************** BASKET ***/

.basketrow {
  margin-bottom: 10px;
}

  .basketrow-line {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(201,201,201);
  }

  .basketrow input,
  .basketrow textarea,
  .fc input{
    /*background: #fff;*/
        padding: 19.5px;
    font-size: 16px;
    border: 1px solid rgb(192,192,192);
  }

    .basketrow input {
      padding: 19.5px;
      font-size: 16px;
    }

  #dcode {
    margin-top: 40px;
  }

    #dcode button {
      padding-left: 31px;
      padding-right: 31px;
    }

    #dcode .form-control {
      padding-top: 30px;
      padding-bottom: 30px;
    }

  .bdh {
    padding-left: 20px;
    padding-right: 20px;
  }

 /* *************************************************** PARALLAX ***/

.parallax-container {
  height: 60vh;
  margin-top: 90px;
  /*z-index: 10010;*/
  /*background-image: url(http://2019.abcespresso.pl/img/dupa.jpg);*/
  background: transparent;
}

.text {
  width: 100%;
  height: 100%;
  position: relative;
}

.parallax-content {
  /*width: 90vw;*/
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
}

  .parallax-content span:first-of-type {
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 800;
    color: var(--main-black);
    letter-spacing: 2px;
    display: block;
    float: none;
    /*text-shadow: 0px 0px 25px #9d9d9c;*/
  }

  .parallax-content span:nth-of-type(2) {
    width: 100%;
    display: block;
    float: none;
    /*text-shadow: 0px 0px 25px #9d9d9c;*/
  }

    .parallax-content span:nth-of-type(2) em {
      width: 70%;
      padding: 30px 60px 30px 30px;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      color: var(--main-black);
      text-align: justify;
      text-shadow: 0px 0px 5px var(--main-gray);
      letter-spacing: .5px;
      background: rgba(248,248,248,.1);
      border: 6px solid var(--main-gray);
      display: block;
      float: left;
    }


.footer {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 90px;
  background: rgb(180,81,103);
}

  .fdata {
    padding-top: 60px;
  }

  .footer strong,
  .footer a,
  .footer span {
    margin-bottom: 15px;
    font-size: calc(12px + 0.390625vw);
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    float: none;
  }

  .footer strong {
    font-family: 'Jura',times,serif;
    font-size: 16px;
    font-weight: 700;
  }

  .logo-w {
    padding-bottom: 60px;
  }

    
  #cf {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }
  
  #cf input,
  #cf button {
    background: none;
    border: none;
  }
  
    #cf input {
      flex-grow: 7;
    }
    
    #cf .b-wrapper {
      flex-grow: 1;
    }
    
    #cf button {
      width: 25px;
      height: 25px;
      padding: 0;
      font-size: 18px;
      line-height: 0;
      background: rgb(253,150,96);
      border-radius: 50%;
      text-align: center;
      float: right;
    }
    
    .line {
      width: 100%;
      height: 1px;
      margin-bottom: 30px;
      background: rgb(192,192,192);
    }
    
.cpr {
  margin-top: 10vw;
  padding-top: 45px;
  padding-bottom: 45px;
  background: rgb(0, 34, 73);
}

  .cpr span,
  .cpr a {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }

  .cpr span {
    display: block;
    float: left;
  }
  
  .cpr a {
    display: block;
    float: right;
  }
  
  
  
/*.ug-panel-handle-tip.ug-handle-tip-left.ug-skin-default,*/
/*.ug-slider-control.ug-arrow-right.ug-skin-default,*/
/*.ug-slider-control.ug-arrow-left.ug-skin-default{*/
/*  display: none!important;*/
/*}*/

/*.ug-item-wrapper {*/
/*  background: #fff;*/
/*  border: 1px solid rgb(242,242,242);*/
/*}*/
/*.ug-strip-panel {*/
/*  top: -8px !important;*/
/*}*/

.middle {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.omnibus td {
  padding-left: 0;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .slogans-node h1 {
    padding-top: 240px;
  }
}


@media (max-width: 991px) {
  
  .container-fluid.wp {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .pslist {
    flex-direction: column;
    align-items: center;
    /*align-content: center;*/
    justify-content: space-between;
    display: flex;
  }
  
    .pslist img {
      margin: 15px 0;
    }
    
  .middle {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .niz-container > .row {
    padding-left: 15px;
  }
  
  .slider .slogans div.social {
    top: 50%;
    right: 3px;
    position: absolute;
    /*transform: rotateY(180deg); daje odwrócony tekst */
    transform: rotate(90deg) translateY(-50%);
    transform-origin: top right;
  }
  
  nav.navbar {
    margin-top: 20px;
  }
  
  .cyfrowe-znizki {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: 300; 
    text-align: center;
    line-height: 11px;
    background: #fff;
    position: fixed!important;
    top: 0;
    z-index: 1031;
    display: none;
    /*background: rgb(242,146,31);*/
    /*background: linear-gradient(90deg, rgba(242,146,31,1) 0%, rgba(242,146,31,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);*/
  }
}

.swiper-container {
  overflow: hidden;
}

.blogpages {
  display: flex;
  justify-content: center;
}

  .blogpages a {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    padding-top: 3px;
    border-radius: 50%;
    font-size: 16px;
    color: rgb(18,18,18);
    /*line-height: 16px;*/
    text-align: center;
    text-decoration: none;
    background: rgb(241,237,237);
    display: block;
    
  }
  
  .blogpages a.active {
    color: #fff;
    background: rgb(253,150,96);
  }
  
.col-7 label {
  margin-bottom: 5px;
  display: block;
  float: none;
}