@charset "UTF-8";
/* Generated by Glyphter (http://www.glyphter.com) on  Fri Feb 10 2017*/
@font-face {
  font-family: 'icons';
  src: url("/fonts/icons/icons.eot");
  src: url("/fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("/fonts/icons/icons.woff") format("woff"), url("/fonts/icons/icons.ttf") format("truetype"), url("/fonts/icons/icons.svg#40239c4150cfb87a49fd3ddfdd5a788a6f5bd797") format("svg");
  font-weight: normal;
  font-style: normal; }
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.icon:before {
  display: inline-block;
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon.icon-bathtowell:before {
  content: '\0041'; }
.icon.icon-towels4:before {
  content: '\0044'; }
.icon.icon-2bathtowell:before {
  content: '\0042'; }

.button {
  color: #ec008c;
  display: flex;
  letter-spacing: 0.1em;
  align-self: center;
  padding: 15px 30px;
  text-transform: uppercase;
  margin-bottom: 120px;
  margin-top: 40px;
  background: #ec008c;
  border: none;
  font-size: 30px;
  color: white;
  text-align: center; }
  .button.radius {
    display: block;
    border-radius: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); }

.price {
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  font-size: 22px;
  color: #ec008c; }
  .price:after {
    content: 'zł';
    padding-left: 5px; }
  .price:before {
    color: #666;
    content: 'cena: ';
    padding-right: 10px;
    font-size: 18px; }

@media screen and (max-width: 454px) {
  #header {
    height: 10vh;
    border: thin solid red; }

  .block2frames {
    margin-top: 10vh; } }
@media screen and (min-width: 454px) and (max-width: 768px) {
  #header {
    height: 18vh;
    border: thin solid; }

  .block2frames {
    margin-top: 18vh; } }
#WizzardWrapper {
  width: 100%;
  height: 90vh; }

.block {
  min-height: 100vh !important;
  padding-top: 60px; }

.color {
  color: #ec008c; }

.bold {
  font-weight: 900; }

section#wizzard {
  width: 100%; }

#product-details {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #product-details h1.product-top-name {
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 50px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    margin: 0 !important; }
  #product-details h2.product-top-subname {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 25px !important;
    font-weight: 900 !important;
    text-transform: lowercase;
    margin: 0 !important; }
  #product-details .row {
    min-height: 85vh;
    width: 100%;
    display: flex;
    flex-direction: column; }
    #product-details .row .product-name-wrapper {
      display: flex;
      flex-direction: column;
      flex-basis: auto;
      padding-top: 30px;
      padding-bottom: 30px;
      flex-grow: 1; }
    #product-details .row .picture {
      flex-grow: 0;
      width: 50%;
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: contain;
      padding: 20px;
      align-self: center; }
      #product-details .row .picture img {
        position: relative;
        display: block;
        width: 100%; }
    #product-details .row .description-block {
      display: flex;
      flex-direction: row-reverse; }
      #product-details .row .description-block .info {
        width: 50%; }
      #product-details .row .description-block .price-wrapper {
        flex-grow: 2;
        text-align: center;
        font-family: "Lato",Helvetica,Arial,sans-serif;
        line-height: 1.3em;
        font-weight: 900;
        font-size: 35px !important;
        padding: 40px; }
        #product-details .row .description-block .price-wrapper .price {
          color: #ec008c;
          font-size: 35px !important; }
          #product-details .row .description-block .price-wrapper .price:before {
            font-size: 35px !important; }
          #product-details .row .description-block .price-wrapper .price:after {
            color: #666;
            font-size: 35px !important; }
      #product-details .row .description-block .description-block-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 80%;
        align-self: center; }
        #product-details .row .description-block .description-block-wrapper .wrapper {
          flex-grow: 1; }
          #product-details .row .description-block .description-block-wrapper .wrapper.name-wrapper {
            text-align: center; }
            #product-details .row .description-block .description-block-wrapper .wrapper.name-wrapper h1 {
              font-family: "Lato",Helvetica,Arial,sans-serif;
              line-height: 1.1em;
              font-weight: 900;
              font-size: 40px !important; }
          #product-details .row .description-block .description-block-wrapper .wrapper.description-wrapper {
            padding: 30px 0; }
            #product-details .row .description-block .description-block-wrapper .wrapper.description-wrapper h2 {
              font-family: "Lato",Helvetica,Arial,sans-serif;
              line-height: 1.3em;
              font-weight: 400;
              font-size: 25px !important; }
    #product-details .row .wrapper-small-info {
      font-size: 20px;
      display: flex;
      flex-direction: row; }
      #product-details .row .wrapper-small-info div {
        letter-spacing: 0.2em;
        text-align: left;
        width: 50%; }
        #product-details .row .wrapper-small-info div:nth-child(2) {
          text-align: right; }

#product-gallery {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #product-gallery a {
    letter-spacing: 0.1em;
    color: white;
    text-decoration: none;
    display: block;
    text-align: right; }
  #product-gallery .row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 80vh;
    width: 100%; }
    #product-gallery .row .pic1 {
      box-sizing: border-box;
      width: 33%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    #product-gallery .row .pic2 {
      display: flex;
      box-sizing: border-box;
      width: 67%;
      flex-direction: column; }
      #product-gallery .row .pic2 > .pic {
        box-sizing: border-box;
        background-size: cover;
        background-position: top center;
        height: 50%;
        display: flex;
        flex-direction: row; }
        #product-gallery .row .pic2 > .pic > .pic {
          box-sizing: border-box;
          width: 50%; }
    #product-gallery .row .pic5 {
      background-size: cover;
      background-position: center; }
    #product-gallery .row .pic6 {
      background-color: #ec008c;
      background-size: cover;
      background-position: center;
      padding: 30px 60px; }

#product-info {
  min-height: 70vh;
  display: flex;
  flex-direction: row;
  letter-spacing: 0.1em; }
  #product-info .container {
    width: 100%; }
  #product-info .row .item {
    padding: 40px 70px; }
    #product-info .row .item.faq {
      align-self: center; }
  #product-info h2 {
    letter-spacing: 0.2em; }
  #product-info ul.a {
    display: flex;
    flex-direction: column; }
    #product-info ul.a li {
      display: flex;
      flex: 1;
      align-items: center;
      font-weight: 900;
      padding: 20px 0; }

.components-wrapper section.component {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  .components-wrapper section.component:first-child {
    display: block; }
  .components-wrapper section.component ul {
    list-style: none;
    padding: 20px;
    background-color: white;
    border-radius: 16px;
    border: 3px solid;
    min-height: 80vh; }
    .components-wrapper section.component ul:after {
      content: "";
      display: block;
      clear: both; }
    .components-wrapper section.component ul li {
      cursor: pointer;
      list-style: none;
      float: left;
      position: relative;
      border-bottom: 4px solid white; }
      .components-wrapper section.component ul li:hover {
        border-bottom: 4px solid #ec008c; }
      .components-wrapper section.component ul li img {
        margin: 5px; }
      .components-wrapper section.component ul li .name {
        box-sizing: border-box;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #666;
        z-index: 2;
        text-align: center;
        padding-bottom: 10px; }

.components-items-list {
  padding: 30px 20px; }
  .components-items-list:after {
    content: "";
    display: block;
    clear: both; }
  .components-items-list li {
    backface-visibility: hidden;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin: 0 20px 20px 0;
    overflow: visible;
    padding: 7px 10px;
    transition: all 500ms ease 0s;
    white-space: nowrap;
    width: auto;
    padding: 10px 10px; }
    .components-items-list li.active, .components-items-list li:hover {
      background-color: white;
      color: #ec008c; }

.product-gallery-wrapper {
  display: flex;
  width: 100%;
  height: 80vh;
  position: relative; }
  .product-gallery-wrapper .items {
    width: 70%;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative; }
    .product-gallery-wrapper .items li {
      width: 50%; }
      .product-gallery-wrapper .items li ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-grow: 1;
        height: 100%; }
        .product-gallery-wrapper .items li ul li {
          overflow: hidden; }
          .product-gallery-wrapper .items li ul li img {
            display: none;
            filter: grayscale(100%) opacity(40%); }
            .product-gallery-wrapper .items li ul li img:hover {
              filter: none; }
        .product-gallery-wrapper .items li ul.col1 {
          flex-direction: row;
          flex-wrap: wrap; }
          .product-gallery-wrapper .items li ul.col1 li {
            box-sizing: border-box; }
            .product-gallery-wrapper .items li ul.col1 li:nth-child(1) {
              background-position: center;
              background-size: cover;
              width: 100%;
              height: 70%;
              border-right: 6px solid white;
              border-bottom: 6px solid white; }
            .product-gallery-wrapper .items li ul.col1 li:nth-child(2) {
              background-position: center;
              background-size: cover;
              width: 50%;
              height: 30%;
              border-right: 6px solid white; }
            .product-gallery-wrapper .items li ul.col1 li:nth-child(3) {
              background-position: center;
              background-size: cover;
              width: 50%;
              height: 30%;
              border-right: 6px solid white; }
        .product-gallery-wrapper .items li ul.col2 {
          flex-direction: row;
          flex-wrap: wrap; }
          .product-gallery-wrapper .items li ul.col2 li {
            box-sizing: border-box; }
            .product-gallery-wrapper .items li ul.col2 li:nth-child(1) {
              background-position: center;
              width: 50%;
              height: 50%;
              border-right: 6px solid white; }
            .product-gallery-wrapper .items li ul.col2 li:nth-child(2) {
              background-position: center;
              width: 50%;
              height: 50%; }
            .product-gallery-wrapper .items li ul.col2 li:nth-child(3) {
              background-position: center;
              background-size: cover;
              width: 100%;
              height: 50%;
              border-top: 6px solid white; }
  .product-gallery-wrapper .picture {
    width: 70%;
    display: flex;
    background-position: center;
    background-size: cover; }
    .product-gallery-wrapper .picture .nav {
      width: 100%;
      position: relative;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      .product-gallery-wrapper .picture .nav li {
        box-sizing: border-box;
        border: 4px solid transparent;
        border-radius: 8px;
        border: 1px solid; }
        .product-gallery-wrapper .picture .nav li:nth-child(1) {
          height: 60%; }
        .product-gallery-wrapper .picture .nav li:nth-child(2), .product-gallery-wrapper .picture .nav li:nth-child(3) {
          width: 25%;
          height: 20%; }
  .product-gallery-wrapper .info-side {
    box-sizing: border-box;
    background-color: #ec008c;
    display: flex;
    flex-flow: column;
    align-items: center;
    border: 1px solid;
    padding: 30px;
    width: 30%; }

#product-gallery2 {
  display: flex;
  width: 100%;
  height: 80vh; }
  #product-gallery2 .picture {
    width: 70%;
    display: flex;
    background-position: center;
    background-size: cover;
    align-items: flex-end;
    justify-content: center; }
    #product-gallery2 .picture .nav {
      padding: 0;
      margin: 0;
      display: flex; }
      #product-gallery2 .picture .nav li {
        padding: 3px;
        border: 4px solid transparent;
        border-radius: 8px;
        margin: 10px; }
        #product-gallery2 .picture .nav li.active {
          border-color: #ec008c; }
        #product-gallery2 .picture .nav li img {
          width: 100px;
          border-radius: 8px; }
  #product-gallery2 .info-side {
    box-sizing: border-box;
    background-color: #ec008c;
    display: flex;
    flex-flow: column;
    align-items: center;
    border: 1px solid;
    padding: 30px;
    width: 30%; }

.gallery {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .gallery li {
    cursor: pointer;
    padding: 3px;
    border: 4px solid transparent;
    border-radius: 8px;
    margin: 10px; }
    .gallery li.active {
      border-color: #ec008c; }
    .gallery li img {
      border-radius: 8px; }

section#order {
  min-height: 70vh;
  display: flex; }
  section#order .wrapper {
    margin: 0 auto;
    max-width: 70%;
    min-width: 1024px; }
    section#order .wrapper h4 {
      text-align: center; }
    section#order .wrapper ul {
      display: flex;
      flex-direction: row;
      padding: 0;
      margin: 60px 0 0 0;
      height: 300px; }
      section#order .wrapper ul li {
        letter-spacing: 0.1em;
        text-align: center;
        padding: 30px;
        flex-grow: 1;
        width: 50%;
        font-size: 25px; }
        section#order .wrapper ul li:first-child {
          border-right: 3px solid #ec008c; }
        section#order .wrapper ul li .go-to-wizzard {
          display: block;
          width: 180px;
          height: 180px;
          border: 6px solid #ec008c;
          border-radius: 98px;
          margin: 0 auto;
          background-image: url(/cache/180x/57f0cfe2f2add.jpeg);
          background-position: center;
          background-size: cover; }
        section#order .wrapper ul li a {
          display: inline; }

#realizacje_gallery_nav img {
  width: 100px; }

.good_gallery {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .good_gallery li {
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap; }
    .good_gallery li span {
      display: none;
      text-align: center; }
    .good_gallery li a {
      cursor: pointer;
      padding: 3px;
      border: 4px solid transparent; }
      .good_gallery li a span {
        background-position: center;
        width: 60px;
        height: 60px;
        display: block;
        border-radius: 50%;
        border: 6px solid white; }
        .good_gallery li a span:hover {
          border-color: #ec008c; }
  .good_gallery.package li {
    width: 150px; }
  .good_gallery.package a span {
    border-radius: 0;
    width: 130px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain; }

#towels_gallery_preview_wrapper {
  position: relative;
  width: auto;
  height: auto; }
  #towels_gallery_preview_wrapper #towels_gallery_preview {
    margin-top: 40px; }
  #towels_gallery_preview_wrapper #towels_gallery_preview_name {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 40%;
    background: #ec008c;
    color: #fff;
    padding: 20px 20px 20px 40px; }

#package_gallery_preview_wrapper {
  position: relative;
  width: auto;
  height: auto; }
  #package_gallery_preview_wrapper #package_gallery_preview {
    margin-top: 40px; }
  #package_gallery_preview_wrapper #package_gallery_preview_name {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 40%;
    background: #ec008c;
    color: #fff;
    padding: 20px 20px 20px 40px; }

.add-to-cart-wrapper {
  padding: 5px;
  text-align: center; }

.add-to-cart {
  cursor: pointer;
  background: #ec008c;
  font-size: 30px;
  color: #fff;
  padding: 10px 70px;
  border: none;
  text-transform: lowercase; }

/*# sourceMappingURL=product.css.map */
