﻿.error p, .error p a {
  color: #940B56 !important;
}

.tablet-mobile {
  display: none;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}

.section--images .row {
  display: flex;
  flex-direction: row;
}

  .section--images .row .col-lg-6:first-child {
    /*background-color: #B4C832;*/
    background-color: #F6E3DA;
  }

.section--images--cooperations.section--images .row .col-lg-6:first-child {
  /*background-color: #B4C832;*/
  background-color: #707070;
}

.section--images .row .col-lg-6:first-child h1 {
  font-family: brandon_grotesquemedium;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 8px;
  margin-left: 14.9%;
  width: 61.88%;
  margin-top: 16.3%;
  color: #000;
  font-weight: 200;
  text-transform: uppercase;
}

.section--images--cooperations.section--images .row .col-lg-6:first-child h1 {
  color: #fff;
}

.section--images .row .col-lg-6:first-child h2 {
  font-family: brandon_grotesquemedium;
  font-size: 24px;
  line-height: 30px;
  margin-left: 24.9%;
  color: #fff;
  width: 50%;
  font-weight: 200;
  text-transform: none;
}

.section--images .row .col-lg-6 img, .section--images .row .col-lg-3 img {
  width: 100%;
  float: left;
}

/* Top Content */

.section--description {
  padding-bottom: 76px;
}

  .section--description .container {
    max-width: 704px !important;
  }

  .section--description .breadcrumbs {
    margin-top: 25px;
  }

  .section--description h2 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-top: 54px;
    margin-bottom: 30px;
    text-transform: none;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
  }

  .section--description #description__content, .section--description .description--content {
    font-family: brandon_grotesqueregular;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-align: left;
    font-weight: 200;
  }

    .section--description #description__content p {
      margin: 0;
    }

    .section--description #description__content table {
      margin-top: 30px;
      border: none;
      text-align: center;
    }

      .section--description #description__content table tr td {
        border: none;
        padding-top: 17px;
      }

        .section--description #description__content table tr td:first-child img:last-child {
          margin-bottom: -10px;
        }

/* Vouchers */

.section--vouchers {
  padding-top: 0px;
  padding-bottom: 116px;
}

  .section--vouchers .container {
    max-width: 1424px !important;
  }

  .section--vouchers #cart__container {
    /*box-shadow: 0 4px 2px -2px rgba(0,0,0,0.16);*/
    height: 56px;
    border-bottom: solid 1px #707070;
  }

    .section--vouchers #cart__container #cart {
      float: right;
      /*border-top-left-radius: 5px;
      border-top-right-radius: 5px;*/
      text-align: center;
      width: 286px;
      background-color: #F1B520;
      color: #fff;
      font-family: brandon_grotesquemedium;
      font-size: 20px;
      line-height: 30px;
      font-weight: 200;
      height: 100%;
      padding-top: 15px;
      font-weight: 200;
      border: solid 1px #707070;
      background: rgba(0, 0, 0, 0.3) !important;
      text-transform: uppercase;
      letter-spacing: 0.7px;
      border-bottom: none;
      transition: opacity .25s ease-in-out;
    }

      .section--vouchers #cart__container #cart:hover {
        opacity: 0.75;
      }

      .section--vouchers #cart__container table#cart{
        background:none!important;
        transition: none;
        cursor: default;
        border: none;
      }

    .section--vouchers #cart__container table#cart:hover {
      opacity: 1;
    }

        .section--vouchers #cart__container table#cart td{
          color: #707070;
          padding: 20px;
        }

          .section--vouchers #cart__container table#cart td img{
            max-height: 70px;
          }

          .section--vouchers #cart__container #cart img {
            margin-right: 14px;
          }

    .section--vouchers #cart__container table#cart td svg {
      cursor: pointer;
      transition: opacity .25s ease-in-out;
    }

      .section--vouchers #cart__container table#cart td svg:hover{
        opacity: 0.75;
      }

      tr.cart--total td {
        color: #000 !important;
        text-align: right;
        border-top: solid 1px #707070;
      }

.section--vouchers #cart__container table#cart td strong {
  color: #000;
}

    .section--vouchers h2 {
      font-family: brandon_grotesquemedium;
      font-size: 40px;
      line-height: 45px;
      text-transform: uppercase;
      margin-top: 59px;
      margin-bottom: 60px;
      color: #000;
      font-weight: 200;
    }

  .section--vouchers .vouchers--list {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

    .section--vouchers .vouchers--list .voucher {
      width: 24.16%;
      margin-left: 1.12%;
      /*box-shadow: 0 0 10px rgba(0,0,0,0.16);*/
      /*border-radius: 5px;*/
      padding-bottom: 33px;
      position: relative;
      background-color: #000;
    }

      .section--vouchers .vouchers--list .voucher:first-child {
        margin-left: 0;
      }

      .section--vouchers .vouchers--list .voucher .sending--icon {
        margin-top: -15px;
        margin-bottom: 17px;
        display: none;
      }

      .section--vouchers .vouchers--list .voucher .voucher--price {
        font-family: brandon_grotesquemedium;
        font-size: 73px;
        line-height: 103px;
        color: #fff;
        font-weight: 500;
        background-color: rgba(255, 255, 255, 0.3);
        border: solid 1px #fff;
        width: 80.23%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        letter-spacing: 4px;
        padding-left: 15px;
      }

        .section--vouchers .vouchers--list .voucher .voucher--price > span {
          font-size: 45px;
          line-height: 64px;
          position: relative;
          top: -34px;
          left: -35px;
        }

          .section--vouchers .vouchers--list .voucher .voucher--price > span > span {
            position: relative;
          }

        .section--vouchers .vouchers--list .voucher .voucher--price div > span {
          /*font-size: 25px;
        line-height: 64px;
        position: relative;
        top: -24px;
        left: -15px;*/
          font-size: 30px;
          line-height: 64px;
          position: relative;
          top: -13px;
          left: -25px;
        }

          .section--vouchers .vouchers--list .voucher .voucher--price div > span > span {
            /*position: relative;*/
            position: relative;
            left: 5px;
            top: -23px;
            margin-right: 20px;
          }

      /*.section--vouchers .vouchers--list .voucher .voucher--price > span > span:after {
              content: "";
              position: absolute;
              width: 65%;
              height: 1px;
              bottom: 0;
              left: 35%;
              border-bottom: 6px solid #BE2062;
              bottom: 5px;
            }*/

      .section--vouchers .vouchers--list .voucher .voucher--content {
        text-align: left;
        font-family: brandon_grotesqueregular;
        font-size: 20px;
        line-height: 25px;
        color: #fff;
        max-width: 66.86%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 200;
        margin-top: 4px;
        margin-bottom: 23px;
      }

        .section--vouchers .vouchers--list .voucher .voucher--content p {
          margin: 0;
        }

        .section--vouchers .vouchers--list .voucher .voucher--content ul {
          margin: 0;
          padding: 0;
          margin-top: 6px;
          list-style-type: none;
        }

          .section--vouchers .vouchers--list .voucher .voucher--content ul li {
            background: url(../Content/Images/green-tick-medium.png) no-repeat left top 2px;
            min-height: 28px;
            padding-left: 28px;
            padding-bottom: 10px;
          }

      .section--vouchers .vouchers--list .voucher .voucher--trigger {
        /*border-radius: 4px;
        background-color: #B4C832;*/
        color: #fff;
        text-decoration: none;
        font-family: brandon_grotesquemedium;
        font-size: 20px;
        line-height: 34px;
        text-align: center;
        padding: 13px 0;
        width: 80.23%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-weight: 200;
        border: solid 1px #fff;
        background: rgba(255, 255, 255, 0.3) !important;
        text-transform: uppercase;
        letter-spacing: 0.7px;
      }

      .section--vouchers .vouchers--list .voucher .ui-spinner {
        background: #fff;
        border-radius: 0px;
        border: none;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 26px;
        width: 82.34%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 21px;
      }

      .section--vouchers .vouchers--list .voucher .spinner {
        outline: none;
        font-family: brandon_grotesquemedium;
        font-size: 40px;
        line-height: 30px;
        color: #707070;
        padding: 0;
        margin: 0;
      }

      .section--vouchers .vouchers--list .voucher .ui-spinner .ui-spinner-up {
        background: #B02E60 url(../Content/Images/white-arrow-up.png) no-repeat center center;
        width: 50px;
        cursor: pointer;
        height: 43px;
        margin-top: 5px;
        border-radius: 0;
        margin-right: 5px;
      }

      .section--vouchers .vouchers--list .voucher .ui-spinner .ui-spinner-down {
        background: #B02E60 url(../Content/Images/white-arrow-down.png) no-repeat center center;
        width: 50px;
        cursor: pointer;
        height: 43px;
        margin-bottom: 5px;
        margin-right: 5px;
        border-radius: 0;
      }

      .section--vouchers .vouchers--list .voucher .voucher--custom--text {
        font-family: brandon_grotesquemedium;
        font-size: 30px;
        line-height: 35px;
        color: #fff;
        margin-top: 18px;
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        font-weight: 200;
        text-transform: uppercase;
      }

      .section--vouchers .vouchers--list .voucher .voucher--trigger--custom {
        /*border-radius: 4px;
        background-color: #B4C832;*/
        color: #fff;
        text-decoration: none;
        font-family: brandon_grotesquemedium;
        font-size: 20px;
        line-height: 34px;
        text-align: center;
        padding: 13px 0;
        width: 80.23%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 33px;
        left: 0;
        right: 0;
        cursor: pointer;
        font-weight: 200;
        border: solid 1px #fff;
        background: rgba(255, 255, 255, 0.3) !important;
        text-transform: uppercase;
        letter-spacing: 0.7px;
      }

.btn--trigger--checkout {
  color: #fff;
  text-decoration: none;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding: 13px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.section--vouchers h2#voucher__post__header {
  color: #68ACC7;
  margin-top: 82px;
  margin-bottom: 0;
}

  .section--vouchers h4#voucher__post__subheader {
    color: #68ACC7;
    margin-top: 0px;
    margin-bottom: 54px;
    font-family: brandon_grotesqueblack;
    font-size: 24px;
    line-height: 45px;
    font-weight: 500;
  }

/* Blue Section */

.section--blue {
  /*background: #68ACC7;*/
  background: #000;
  color: #fff;
  text-align: center;
  padding-top: 79px;
}

  .section--blue h3 {
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 20px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    /*margin-top: 47px;
    margin-bottom: 20px;*/
    /* color: #000; */
    text-transform: uppercase;
  }

#category__prices {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  max-width: 85%;
}

.single--price {
  justify-content: center !important;
}

#category__prices .category--price {
  flex-flow: row wrap;
  width: 33%;
  padding-top: 48px;
  padding-bottom: 35px;
}

.single--price .category--price {
  width: auto !important;
  max-width: 50%;
}

#category__prices .category--price h2 {
  font-family: brandon_grotesquemedium;
  font-size: 40px;
  line-height: 50px;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 10px;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
  text-transform: uppercase
}

#category__prices.single--price .category--price h2 {
  max-width: 100%;
  font-family: brandon_grotesquemedium;
  /*font-weight: 500;*/
  text-transform: uppercase;
  margin-bottom: 40px;
}

.category--price--element div:first-child {
  font-family: brandon_grotesquemedium;
  font-size: 73px;
  line-height: 93px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px #fff;
  padding-left: 50px;
  padding-right: 30px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
}

  .category--price--element div:first-child > span {
    font-size: 35px;
    line-height: 64px;
    position: relative;
    top: -14px;
    left: -35px;
  }

    .category--price--element div:first-child > span > span {
      position: relative;
      left: 15px;
      top: -25px;
      margin-right: 20px;
    }

/*.category--price--element div:first-child > span > span:after {
        content: "";
        position: absolute;
        width: 65%;
        height: 1px;
        bottom: 0;
        left: 35%;
        border-bottom: 6px solid #fff;
        bottom: 5px;
      }*/

.category--price--element.highlighted div:first-child {
  color: #fff;
  background-color: #B02E60;
  /*border-radius: 5px;*/
  display: inline-block;
  padding-left: 26px;
  padding-right: 10px;
  line-height: 125px;
}

.category--price--element.highlighted div:last-child {
  font-family: brandon_grotesqueblack;
  font-size: 40px;
  line-height: 57px;
  color: #B02E60;
  font-weight: 500;
}

  .category--price--element.highlighted div:last-child > span {
    font-size: 17px;
    line-height: 24px;
    position: relative;
    top: -8px;
    left: -8px;
  }

.category--price--element.highlighted div:last-child {
  display: inline-block;
  position: relative;
  left: 15px;
  top: -32px;
}

  .category--price--element.highlighted div:last-child:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: -5px;
    width: 105%;
    border-bottom: 2px solid #BE2062;
    bottom: 50%;
  }

  .category--price--element.highlighted div:last-child > span > span {
    position: relative;
    top: -10px;
  }

/*.category--price--element.highlighted div:last-child > span > span:after {
      content: "";
      position: absolute;
      width: 65%;
      height: 1px;
      bottom: 0;
      left: 35%;
      border-bottom: 2px solid #BE2062;
      bottom: 1px;
    }*/

.category--price--element.highlighted div:first-child > span > span:after {
  border-bottom: 6px solid #FFFFFF;
}

#category__content p {
  font-family: brandon_grotesquemedium;
  font-size: 28px;
  line-height: 40px;
  margin-top: 16px;
  margin-bottom: 28px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 200;
}

#category__prices.single--price .category--price h4 {
  max-width: 100%;
}

#category__prices ul {
  display: inline-block;
  list-style-type: none;
  margin-top: 0;
  /*width: 80%;*/
}

#category__prices .common--list {
  width: auto !important;
  padding-left: 0;
}

#category__prices ul li {
  text-align: left;
  background: url(../Content/Images/green-tick.png) no-repeat left top;
  min-height: 28px;
  padding-left: 48px;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.category--price--footer {
  font-family: brandon_grotesqueregular;
  font-size: 24px;
  line-height: 28px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  text-align: left;
  padding-left: 40px;
  font-weight: 500;
}

.section--blue img {
  margin-bottom: -69px;
}


/* Packages */
.section--packages {
  padding-top: 115px;
  padding-bottom: 110px;
}

  .section--packages .container {
    max-width: 950px;
  }

  .section--packages h3 {
    margin-top: 0;
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #BE2062;
    font-weight: 200;
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    color: #707070;
    /*margin-top: 47px;
    margin-bottom: 20px;*/
    /* color: #000; */
    text-transform: uppercase;
  }

  .section--packages h2 {
    margin-top: 0;
    font-family: brandon_grotesqueblack;
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 21px;
    color: #681155;
    text-transform: none;
    font-weight: 500;
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    color: #BD1860;
    text-transform: none;
    font-weight: 100;
    /*margin-top: 0px;
    margin-bottom: 64px;*/
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
  }

  .section--packages #packages__content {
    font-family: brandon_grotesqueregular;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 41px;
    color: #000;
    width: 57%;
    margin-left: auto;
    margin-right: auto;
  }

  .section--packages.section--packages--passport .container {
    max-width: 824px;
  }

  .section--packages.section--packages--passport {
    padding-top: 190px;
  }

    .section--packages.section--packages--passport h3 {
      color: #575756;
      margin-bottom: 10px;
    }

    .section--packages.section--packages--passport h2 {
      /*color: #BE2062;*/
      /*margin-bottom: 10px;*/
      /*font-size: 60px;*/
      margin-bottom: 64px;
      margin-top: 30px;
    }

    .section--packages.section--packages--passport #packages__content {
      width: 100%;
      margin-left: 0;
      text-align: left;
    }

.packages--container {
  display: flex;
  flex-direction: row;
}

  .packages--container .packages--list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
  }

    .packages--container .packages--list .package--item {
      width: 30.91%;
      background-color: #000;
      /*border-radius: 5px;*/
      padding: 30px 23px 30px 23px;
      text-align: left;
      position: relative;
      margin-bottom: 25px;
      margin-left: 1.814%;
      margin-right: 1.814%;
      color: #fff;
    }

    .packages--container .packages--list:not(.packages--list--bew) .package--item:nth-child(3n+1) {
      margin-left: 0%;
    }

    .packages--container .packages--list:not(.packages--list--bew) .package--item:nth-child(3n+3) {
      margin-right: 0%;
    }

    .packages--container .packages--list .package--item .package--highlight {
      position: absolute;
      font-family: brandon_grotesquemedium;
      font-size: 13px;
      line-height: 23px;
      color: #ffffff;
      text-transform: uppercase;
      background-color: #B02E60;
      padding: 0px 9px;
      top: -10px;
      font-weight: 200;
    }

    .packages--container .packages--list .package--item h4 {
      font-family: brandon_grotesquemedium;
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 0px;
      margin-top: 0px;
      color: #fff;
      text-align: left;
      text-transform: uppercase;
      font-weight: 200;
    }

    .packages--container .packages--list.packages--list--bew .package--item {
      width: 22.98%;
    }

    .packages--container .packages--list.packages--list--bew .package--item {
      margin-left: 1.25%;
      margin-right: 1.25%;
    }

      .packages--container .packages--list.packages--list--bew .package--item:nth-child(4n+1) {
        margin-left: 0%;
      }

      .packages--container .packages--list.packages--list--bew .package--item:nth-child(4n+4) {
        margin-right: 0%;
      }

    .packages--container .packages--list .package--item .package--price--element {
      /*font-family: brandon_grotesqueblack;*/
      font-size: 40px;
      line-height: 73px;
      /*color: #BE2062;
      font-weight: 500;*/
      font-family: brandon_grotesquemedium;
      /*font-size: 73px;
    line-height: 93px;*/
      color: #fff;
      font-weight: 500;
      display: block;
      background-color: rgba(255, 255, 255, 0.3);
      border: solid 1px #fff;
      /*padding-left: 50px;
      padding-right: 30px;*/
      letter-spacing: 0.7px;
      margin-bottom: 20px;
      padding-top: 5px;
      /*padding-bottom: 5px;*/
      text-align: center;
      overflow: hidden;
      width: 100%;
    }

      .packages--container .packages--list .package--item .package--price--element div {
        margin-right: -20px;
      }

        .packages--container .packages--list .package--item .package--price--element div > span {
          /*font-size: 25px;
        line-height: 64px;
        position: relative;
        top: -24px;
        left: -15px;*/
          font-size: 20px;
          line-height: 64px;
          position: relative;
          top: -7px;
          left: -10px;
        }

          .packages--container .packages--list .package--item .package--price--element div > span > span {
            /*position: relative;*/
            position: relative;
            left: 15px;
            top: -18px;
            margin-right: 20px;
          }

    /*.packages--container .packages--list .package--item .package--price--element div > span > span:after {
            content: "";
            position: absolute;
            width: 65%;
            height: 1px;
            bottom: 0;
            left: 35%;
            border-bottom: 3px solid #BE2062;
            bottom: 3px;
          }*/

    .packages--container .packages--list .package--item ul {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0;
      margin-bottom: 0;
      /*max-width: 65%;*/
    }

      .packages--container .packages--list .package--item ul li {
        text-align: left;
        background: url(../Content/Images/green-tick-small.png) no-repeat left top;
        min-height: 18px;
        padding-left: 28px;
        font-family: brandon_grotesqueregular;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 9px;
        color: #fff;
      }

#package__detail {
  background-color: #B02E60;
  /*border-radius: 5px;*/
  margin-left: 23px;
  margin-bottom: 25px;
  position: relative;
}

  #package__detail h6 {
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    max-width: 70%;
    text-align: left;
    margin-top: 30px;
    margin-left: 29px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
  }

  #package__detail img {
    position: absolute;
    right: -30px;
    bottom: -20px;
  }

.section--packages h5 {
  font-family: brandon_grotesquebold;
  font-size: 24px;
  line-height: 40px;
  color: #575756;
  margin-bottom: 0;
  margin-top: 15px;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  color: #707070;
  /* color: #000; */
  text-transform: uppercase;
  font-weight: 200;
}

.section--packages #packages__footer__list {
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  list-style-position: inside;
  margin-top: 0;
  margin-bottom: 80px;
  padding-left: 0;
}

#packages__link {
  background-color: #BD1860;
  color: #fff;
  text-decoration: none;
  font-family: brandon_grotesqueblack;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  padding: 8px 0;
  width: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.7;
  padding: 13px 46px;
  text-decoration: none;
  font-weight: 500;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3);
}

#packages__footer {
  line-height: 29px;
  margin-top: 22px;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  color: #000;
}

.packages--container .packages--list .package--item.package--empty {
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 21px;
  background-color: #B02E60;
  font-weight: 500;
  text-transform: uppercase;
}

  .packages--container .packages--list .package--item.package--empty span {
    display: block;
    font-size: 110px;
    visibility: hidden;
  }

    .packages--container .packages--list .package--item.package--empty span:last-child {
      margin-top: 50px;
      line-height: 0;
    }

    .packages--container .packages--list .package--item.package--empty span:first-child {
      margin-top: 80px;
      line-height: 0;
    }

.section--packages #packages__bottom__content p:first-child {
  font-family: brandon_grotesquebold;
  font-size: 24px;
  line-height: 40px;
  color: #575756;
  margin-bottom: 0;
  margin-top: 15px;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  color: #707070;
  /* color: #000; */
  text-transform: uppercase;
  font-weight: 200;
}

.section--packages #packages__bottom__content ul {
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  list-style-position: inside;
  margin-top: 0;
  margin-bottom: 80px;
  padding-left: 0;
}

/* Bottom Content */
.section--bottom {
  padding-bottom: 159px;
}

  .section--bottom .container {
    max-width: 1014px !important;
  }

  .section--bottom .breadcrumbs {
    margin-top: 25px;
  }

  .section--bottom h3 {
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 20px;
    margin-top: 119px;
    margin-bottom: 50px;
    text-transform: none;
    font-weight: 200;
  }

  .section--bottom h2 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-top: 54px;
    margin-bottom: 38px;
    text-transform: uppercase;
    font-weight: 200;
  }

  .section--bottom #description__content {
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
    font-family: brandon_grotesqueregular;
  }

  .section--bottom #description__content, .section--bottom .description--content {
    font-family: brandon_grotesqueregular;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: 200;
  }

    .section--bottom #description__content a {
      font-family: brandon_grotesquemedium !important;
      transition: opacity .25s ease-in-out;
    }

      .section--bottom #description__content a:hover {
        opacity: 0.75;
        text-decoration: none;
      }

    .section--bottom #description__content p {
      margin: 0;
    }

    .section--bottom #description__content ul {
      margin: 0;
      padding: 0;
      padding-left: 25px;
      margin-top: 30px;
      margin-bottom: 30px;
    }

@media(max-width: 1840px) {
  .section--images .row .col-lg-6:first-child h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .section--images .row .col-lg-6:first-child {
    width: 50%;
    flex-shrink: 0;
  }
}

@media(max-width: 1400px) {
  .section--images .row .col-lg-6:first-child h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .section--images .row .col-lg-6:first-child {
    width: 50%;
    flex-shrink: 0;
  }
}

@media(max-width: 1220px) {
  .section--vouchers {
    padding-bottom: 45px;
  }

    .section--vouchers .container {
      max-width: 79.17% !important;
    }

    .section--vouchers #cart__container {
      height: 64px;
    }

      .section--vouchers #cart__container #cart {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 256px;
        padding-top: 18px;
      }

    .section--vouchers h2 {
      font-size: 30px;
      line-height: 45px;
      margin-top: 92px;
      margin-bottom: 84px;
    }

    .section--vouchers .vouchers--list {
      flex-wrap: wrap;
    }

      .section--vouchers .vouchers--list .voucher {
        width: 48.85%;
        margin-left: 2.27%;
        margin-bottom: 44px;
        padding-bottom: 29px;
      }

        .section--vouchers .vouchers--list .voucher:nth-child(3) {
          margin-left: 0;
        }

        .section--vouchers .vouchers--list .voucher .sending--icon {
          margin-bottom: 13px;
        }

        .section--vouchers .vouchers--list .voucher .voucher--price {
          font-size: 80px;
          line-height: 114px;
        }

          .section--vouchers .vouchers--list .voucher .voucher--price > span {
            font-size: 38px;
            line-height: 54px;
          }

        .section--vouchers .vouchers--list .voucher .voucher--trigger--custom {
          bottom: 29px;
        }

        .section--vouchers .vouchers--list .voucher .spinner {
          font-size: 30px;
        }

        .section--vouchers .vouchers--list .voucher .ui-spinner {
          padding-top: 30px;
          padding-bottom: 29px;
        }

    .section--vouchers h2#voucher__post__header {
      margin-top: 61px;
    }

    .section--vouchers h4#voucher__post__subheader {
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 59px;
    }
}

@media(max-width: 1230px) {
  .section--images .row .col-lg-6:first-child h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .section--images .row .col-lg-6:first-child {
    width: 50%;
    flex-shrink: 0;
  }
}

@media(max-width: 933px) {
  /* Packages */

  .section--images .row .col-lg-6:first-child h1 {
    font-size: 25px;
    line-height: 30px;
    margin-top:10%;
  }

  .section--packages {
    padding-bottom: 123px;
  }

    .section--packages .container {
      max-width: 100%;
      margin-left: 10.42%;
      margin-right: 10.42%;
    }

    .section--packages h2 {
      line-height: 45px;
      margin-bottom: 24px;
    }

    .section--packages h3 {
      margin-bottom: 28px;
    }

    .section--packages #packages__content {
      width: 100%;
      margin-bottom: 44px;
    }

  .packages--container .packages--list .package--item {
    width: 47.185%;
  }

  .packages--container .packages--list .package--item {
    margin-left: 0;
    margin-right: 5.63%;
  }

  .packages--container .packages--list:not(.packages--list--bew) .package--item:nth-child(3n+3) {
    margin-right: 5.63%;
  }

  .packages--container .packages--list:not(.packages--list--bew) .package--item:nth-child(2n+1) {
    margin-left: 0;
  }

  .packages--container .packages--list:not(.packages--list--bew) .package--item:nth-child(2n) {
    margin-right: 0;
  }

  .packages--container .packages--list .package--item {
    padding: 27px 0 18px 22px;
  }

    .packages--container .packages--list .package--item h4 {
      font-size: 21px;
      line-height: 31px;
    }

    .packages--container .packages--list .package--item ul li {
      font-size: 16px;
      line-height: 19px;
    }

    .packages--container .packages--list .package--item .package--price--element {
      font-size: 49px;
      line-height: 70px;
      width: auto;
      margin-right: 20px;
    }

      .packages--container .packages--list .package--item .package--price--element div > span {
        font-size: 23px;
        line-height: 33px;
      }

      .packages--container .packages--list .package--item .package--price--element div{
        margin-right:0;
      }

      .packages--container .packages--list {
        width: 62.887%;
      }

  #package__detail {
    width: 35.33%;
    margin-left: 1.783%;
  }

    #package__detail h6 {
      font-size: 21px;
      line-height: 31px;
    }

    #package__detail img {
      bottom: 18px;
      right: -20px;
    }

  .section--packages h5 {
    margin-top: 34px;
  }

  .section--packages #packages__footer__list {
    margin-bottom: 59px;
  }

  .packages--container .packages--list .package--item .package--highlight {
    width: 90%;
    left: 5%;
  }
}

@media (max-width:768px) {
  /* Top Content */
  .section--images .row {
    display: block;
  }

    .section--images .row .col-lg-6:first-child {
      padding-top: 63px;
      padding-bottom: 63px;
      width: 100%;
    }

    .section--images .row .col-lg-6:last-child {
      display: none;
    }

    .section--images .row .col-lg-6:first-child h1 {
      margin-top: 0;
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 0px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 70%;
    }

    .section--images .row .col-lg-6:first-child h2 {
      margin-bottom: 0;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

  .tablet {
    display: block;
  }

  .desktop {
    display: none;
  }

  .section--images #category__main__image {
    display: none;
  }

  .categories__slider {
    max-height: 724px;
  }

    .categories__slider .slick-next {
      background: url('../Content/Images/Arrow-right-thick-tablet.svg') no-repeat left top;
      width: 68px;
      height: 98px;
      right: 30px;
    }

    .categories__slider .slick-prev {
      background: url('../Content/Images/Arrow-left-thick-tablet.svg') no-repeat left top;
      width: 68px;
      height: 98px;
      left: 30px;
    }

  /* Description */

  .section--description {
    padding-bottom: 131px;
  }

    .section--description.section--description--list .container {
      max-width: 79.17% !important;
    }

    .section--description .breadcrumbs {
      margin-top: 28px;
    }

    .section--description h2 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 55px;
      margin-bottom: 24px;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
    }

    .section--description #description__content {
      font-family: brandon_grotesqueregular;
      font-size: 20px;
      line-height: 30px;
      color: #000;
      text-align: left;
      font-weight: 200;
    }

      .section--description #description__content table {
        margin-top: 41px;
      }

  /* Blue Section */

  .section--blue {
    padding-top: 57px;
  }

  #category__prices {
    flex-direction: column;
  }

    #category__prices .category--price {
      padding-top: 17px;
      max-width: 100%;
      padding-bottom: 0;
    }

      #category__prices .category--price h2 {
        line-height: 45px;
        margin-bottom: 7px;
        max-width: 60% !important;
        margin-top: 17px;
      }

      #category__prices .category--price h4 {
        margin-top: 24px;
        margin-bottom: 14px;
        max-width: 100%;
      }

    #category__prices ul {
      margin-bottom: 0;
    }

      #category__prices ul li {
        line-height: 40px;
        background: url(../Content/Images/green-tick.png) no-repeat left center;
      }

  /* Description */
  .section--bottom {
    padding-bottom: 136px;
  }

    .section--bottom .container {
      max-width: 79.17% !important;
    }

    .section--bottom h2 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 0px;
      margin-bottom: 44px;
      max-width: 100%;
    }

    .section--bottom h3 {
      margin-top: 104px;
      font-size: 19px;
      margin-bottom: 28px;
    }

    .section--bottom #description__content {
      line-height: 25px;
    }

      .section--bottom #description__content ul {
        margin-top: 25px;
        margin-bottom: 25px;
      }
}

@media (max-width:720px) {
  .section--vouchers {
    padding-bottom: 17px;
  }

    .section--vouchers h2 {
      font-size: 25px;
      line-height: 30px;
      margin-top: 70px;
      margin-bottom: 41px;
    }

    .section--vouchers .vouchers--list .voucher {
      width: 100%;
      margin-left: 0 !important;
      margin-bottom: 41px;
    }

    .section--vouchers .voucher--icon {
      max-width: 99px;
    }

    .section--vouchers h2#voucher__post__header {
      margin-top: 43px;
    }

    .section--vouchers h4#voucher__post__subheader {
      margin-bottom: 96px;
    }

    .section--vouchers .vouchers--list .voucher .voucher--trigger--custom {
      position: static;
      margin-top: 43px;
    }
}

@media (max-width:755px) {
  /* Packages */

  .desktop-tablet {
    display: none;
  }

  .section--packages {
    padding-top: 103px;
    padding-bottom: 65px;
  }

    .section--packages .container {
      margin-left: 36px;
      margin-right: 36px;
    }

    .section--packages h3 {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 27px;
    }

    .section--packages h2 {
      font-size: 25px;
      line-height: 32px;
      margin-bottom: 15px;
    }

    .section--packages #packages__content {
      font-size: 20px;
      line-height: 25px;
      max-width: 90%;
      margin-bottom: 30px;
    }

  .packages--container {
    flex-direction: column;
  }

    .packages--container .packages--list {
      width: 100%;
    }

      .packages--container .packages--list:not(.packages--list--bew) .package--item:nth-child(3n+3) {
        margin-right: 0;
      }

      .packages--container .packages--list .package--item {
        width: 48.3%;
        margin-right: 0;
        padding-left: 18px;
        padding-top: 22px;
        margin-bottom: 10px;
      }

        .packages--container .packages--list .package--item:nth-child(2n) {
          margin-left: 3.4% !important;
        }

        .packages--container .packages--list .package--item h4 {
          font-size: 17px;
          line-height: 25px;
        }

        .packages--container .packages--list .package--item .package--price--element div > span {
          font-size: 18px;
          top: -16px;
          left: -5px;
        }

          .packages--container .packages--list .package--item .package--price--element div > span > span:after {
            border-bottom: 2px solid #BE2062;
          }

        .packages--container .packages--list .package--item .package--price--element {
          font-size: 42px;
        }

        .packages--container .packages--list .package--item ul {
          max-width: 76%;
        }

          .packages--container .packages--list .package--item ul li {
            font-size: 14px;
            line-height: 16px;
          }

        .packages--container .packages--list .package--item .package--highlight {
          font-size: 10px;
          line-height: 20px;
          padding: 0 6px;
          top: -5px;
          left: 13px;
          text-align: center;
        }

  #package__detail {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 59px;
  }

    #package__detail img {
      position: static;
      max-width: 155px;
      margin-bottom: -30px;
      margin-top: 10px;
      margin-right: -17px;
    }

    #package__detail h6 {
      max-width: 100%;
    }

  .section--packages h5 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .section--packages #packages__footer__list {
    font-size: 20px;
    line-height: 28px;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 40px;
  }

    .section--packages #packages__footer__list li {
      padding-bottom: 10px;
    }

  #packages__link {
    width: 225px;
  }

  #packages__footer {
    line-height: 25px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
  }

  .section--packages #packages__bottom__content p:first-child, .section--packages #packages__bottom__content ul {
    font-size: 20px;
    line-height: 22px;
  }

  .section--packages #packages__bottom__content ul {
    padding-left: 20px;
    margin-bottom: 65px;
  }

    .section--packages #packages__bottom__content ul li, .section--packages #packages__bottom__content p:first-child {
      padding-bottom: 10px;
    }
}

@media (max-width:480px) {
  .tablet {
    display: none;
  }

  .mobile {
    display: block;
  }

  /* Top Content */

  .section--images .row .col-lg-6:first-child {
    padding-top: 19px;
    padding-bottom: 21px;
  }

    .section--images .row .col-lg-6:first-child h1 {
      font-size: 25px;
      line-height: 30px;
      width: 90%;
    }

    .section--images .row .col-lg-6:first-child h2 {
      display: none;
    }

  .categories__slider {
    max-height: 381px;
  }

  .section--images--cooperations .categories__slider{
    max-height:unset;
  }

  .categories__slider .slick-next {
    background: url('../Content/Images/Arrow-right-thick-mobile.svg') no-repeat left top;
    width: 52px;
    height: 68px;
    right: 0px;
  }

    .categories__slider .slick-prev {
      background: url('../Content/Images/Arrow-left-thick-mobile.svg') no-repeat left top;
      width: 52px;
      height: 68px;
      left: 0px;
    }

  /* Top Content */

  .section--description {
    padding-bottom: 92px;
  }

    .section--description .container {
      max-width: 80.53% !important;
    }

    .section--description .breadcrumbs {
      margin-top: 30px;
    }

    .section--description h2 {
      font-size: 25px;
      line-height: 35px;
      margin-top: 43px;
      margin-bottom: 25px;
      max-width: 100%;
    }

    .section--description #description__content {
      line-height: 25px;
    }

      .section--description #description__content table {
        margin-top: 11px;
      }

        .section--description #description__content table tr td {
          padding-top: 19px;
        }

          .section--description #description__content table tr td:first-child img:first-child {
            width: 51px !important;
            height: auto !important;
          }

          .section--description #description__content table tr td:first-child img:last-child {
            width: 45px !important;
            height: auto !important;
          }

          .section--description #description__content table tr td:nth-child(2) img {
            width: 80px !important;
            height: auto !important;
          }

          .section--description #description__content table tr td:last-child img {
            width: 90px !important;
            height: auto !important;
          }

  .section--blue {
    padding-top: 48px;
  }

    .section--blue h3 {
      margin-bottom: 23px;
      font-size: 14px;
      line-height: 20px;
    }

  #category__prices.single--price .category--price h2 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
    max-width: 80% !important;
    margin-bottom: 26px;
  }

  #category__prices.single--price .category--price #category__content p:first-child {
    margin-top: 7px;
    margin-bottom: 36px;
    font-size: 25px;
    line-height: 30px;
  }

  #category__prices ul li {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .desktop-tablet {
    display: none;
  }

  .mobile {
    display: block;
  }

  .section--blue img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
  }

  .section--bottom {
    padding-bottom: 80px;
  }

    .section--bottom .container {
      max-width: 80.53% !important;
    }

    .section--bottom h2 {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 31px;
    }

    .section--bottom h3 {
      margin-top: 68px;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 31px;
    }

    .section--bottom #description__content {
      line-height: 25px;
    }

      .section--bottom #description__content ul {
        margin-top: 25px;
        margin-bottom: 25px;
        font-family: brandon_grotesqueblack;
        font-weight: 500;
      }

        .section--bottom #description__content ul li {
          padding-bottom: 5px;
        }

  .packages--container .packages--list .package--item .package--price--element div{
    font-size:33px;
  }

    .packages--container .packages--list .package--item .package--price--element div > span, .packages--container .packages--list .package--item .package--price--element div > span >span {
      top: -8px;
    }

  #vouchers--list--new{
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
}

/* Detail Page */

/* Top Section */

.section--detail--top {
  text-align: center;
  text-align: center;
  background-color: #707070;
  padding-top: 80px;
  padding-bottom: 74px;
}

  .section--detail--top h1 {
    margin-top: 5px;
    margin-bottom: 0;
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
  }

/* Content */

.section--detail--content {
  padding-bottom: 154px;
}

  .section--detail--content .container {
    max-width: 885px !important;
  }

  .section--detail--content .breadcrumbs {
    margin-top: 31px;
    margin-bottom: 61px;
  }

  .section--detail--content #detail__top__links {
    height: 48px;
  }

    .section--detail--content #detail__top__links #detail__back {
      float: left;
      text-decoration: none;
      font-family: brandon_grotesqueregular;
      font-size: 20px;
      line-height: 30px;
      font-weight: 200;
      color: #000;
      margin-top: 10px;
      cursor: pointer;
    }

      .section--detail--content #detail__top__links #detail__back img {
        margin-right: 12px;
      }

    .section--detail--content #detail__top__links #cart {
      float: right;
    }

.section--vouchers #cart__container {
  height: 56px;
}

.section--detail--content #cart {
  float: right;
  text-align: center;
  width: 259px;
  background-color: #F1B520;
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 25px;
  font-weight: 200;
  border: solid 1px #fff;
  border-bottom: none;
  background: rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  transition: opacity .25s ease-in-out;
}

  .section--detail--content #cart:hover {
    opacity: 0.75;
  }

  .section--detail--content #cart img {
    margin-right: 14px;
  }

.section--detail--content #detail__container {
  clear: both;
  /*border-radius: 5px;*/
  /*box-shadow: 0 0 10px rgba(0,0,0,0.16);*/
  margin-top: -15px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 52px;
  background-color: #fff;
}

  .section--detail--content #detail__container #detail__icon {
    display: none;
  }

  .section--detail--content #detail__container #detail__delivery__type {
    position: absolute;
    left: auto;
    right: auto;
    top: -15px;
    display: none;
  }

  .section--detail--content #detail__container h2 {
    margin-top: 0px;
    margin-bottom: 0;
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    color: #000;
    text-transform: uppercase;
    font-weight: 200;
  }

.section--detail--content #detail__price {
  font-family: brandon_grotesquemedium;
  font-size: 93px;
  line-height: 133px;
  color: #fff;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3) !important;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing:4px;
  text-align:center;
  padding-left:25px;
}

  .section--detail--content #detail__price > span {
    font-size: 45px;
    line-height: 64px;
    position: relative;
    top: -18px;
    left: -25px;
  }

    .section--detail--content #detail__price > span > span {
      position: relative;
      top: -30px;
    }

      .section--detail--content #detail__price > span > span:after {
        content: "";
        position: absolute;
        width: 65%;
        height: 1px;
        bottom: 0;
        left: 35%;
        border-bottom: 6px solid #BE2062;
        bottom: 5px;
        display: none;
      }

  .section--detail--content #detail__price #only__euro {
    left: -22px;
  }

#detail__checklist {
  color: #000;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  max-width: 49.04%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
}

  #detail__checklist img {
    width: 21px;
    height: 21px;
  }

  #detail__checklist div {
    text-align: left;
    padding-left: 12px;
    margin-top: -3px;
  }

#detail__template__container {
  max-width: 82.2%;
  margin-left: auto;
  margin-right: auto;
  /*border-radius: 5px;*/
  background-color: #000;
  margin-bottom: 18px;
  padding-top: 35px;
  padding-bottom: 62px;
  margin-top: 44px;
}

  #detail__template__container h3 {
    font-family: brandon_grotesquemedium;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 200;
    text-transform:uppercase;
  }

  #detail__template__container h4 {
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    color: #fff;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
  }

#detail__templates {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 61px;
  margin-right: 61px;
}

  #detail__templates .detail--template {
    width: 185px;
    height: 253px;
    border: solid 7px #F5F5F5;
    font-family: brandon_grotesquemedium;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    margin-left: 41px;
    /*padding-top: 100px;*/
    cursor: pointer;
  }

    #detail__templates .detail--template:first-child {
      margin-left: 0;
    }

    #detail__templates .detail--template.blue {
      background-color: #68ACC7;
    }

    #detail__templates .detail--template.fuchsia {
      background-color: #BE2062;
    }

    #detail__templates .detail--template.grey {
      background-color: #888888;
    }

    #detail__templates .detail--template img:not(.voucher--pdf--icon) {
      display: none;
    }

    #detail__templates .detail--template img.voucher--pdf--icon {
      width: 100%;
      height: 100%;
    }

    #detail__templates .detail--template.selected, #detail__templates .detail--template:hover {
      border: solid 7px #B02E60;
      position: relative;
    }

      #detail__templates .detail--template.selected img:not(.voucher--pdf--icon), #detail__templates .detail--template:hover img:not(.voucher--pdf--icon) {
        display: block;
        position: absolute;
        right: -28px;
        top: -28px;
      }

#detail__quantity__container {
  max-width: 82.2%;
  margin-left: auto;
  margin-right: auto;
  /*border-radius: 5px;*/
  background-color: #000;
  margin-bottom: 18px;
  padding-top: 32px;
  padding-bottom: 78px;
}

  #detail__quantity__container h3 {
    font-family: brandon_grotesquemedium;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 200;
    text-transform:uppercase;
  }

#spinner__quantity, .spinner--quantity {
  font-family: brandon_grotesquemedium;
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
  color: #000;
  text-align: center;
  outline: none;
}

#detail__quantity__container .ui-spinner, .wizard--cart--product--data .ui-spinner {
  /*border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.16);*/
  border: none;
  height: 52px !important;
  border-radius:0;

}

#detail__quantity__container .ui-spinner-down, .wizard--cart--product--data .ui-spinner-down {
  left: 5px;
  top: 5px;
  border: none;
  border-bottom-right-radius: 0;
  /*border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;*/
  height: 42px;
  width: 45px;
  cursor: pointer;
  background: #B02E60 url(../Content/Images/minus.png) no-repeat left top!important;
}

#detail__quantity__container .ui-spinner-up, .wizard--cart--product--data .ui-spinner-up {
  top: 5px;
  border: none;
  right: 5px;
  /*border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;*/
  height: 42px;
  width: 45px;
  cursor: pointer;
  border-top-right-radius: 0 !important;
  background: #B02E60 url(../Content/Images/plus.png) no-repeat left top!important;
  margin-top: 0!important;
  margin-right: 0!important;
}

#detail__quantity__container input {
  margin: 0;
  padding-top: 5px;
  background-color:#fff;
}

#detail__bottom__links {
  margin-top: 49px;
}

  #detail__bottom__links a {
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    outline: none;
    display: block;
    float: left;
    width: 275px;
    padding: 13px 0;
    /*border-radius: 4px;*/
    font-weight: 500;
  }

  #detail__bottom__links #detail__add_to__cart {
    background: #F1B520;
    margin-left: 135px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 200;
    border: solid 1px #fff;
    background: rgba(0, 0, 0, 0.3) !important;
    text-transform: uppercase;
    letter-spacing: 0.7px;
  }

  #detail__bottom__links #detail__buy__now {
    background: #B02E60;
    margin-left: 33px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 200;
    border: solid 1px #fff;
    background: rgba(176, 46, 96, 1) !important;
    text-transform: uppercase;
    letter-spacing: 0.7px;
  }

#detail__bottom__content {
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 30px;
  color: #707070;
  text-align: left;
  font-weight: 200;
  clear: both;
  padding-top: 52px;
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

  #detail__bottom__content p {
    margin: 0;
  }

  #detail__bottom__content table {
    border: none;
    text-align: center;
  }

    #detail__bottom__content table tr td {
      border: none;
      padding-top: 17px;
    }

      #detail__bottom__content table tr td:first-child img:last-child {
        margin-bottom: -10px;
      }

@media(max-width: 768px) {
  .section--detail--top {
    padding-top: 42px;
    padding-bottom: 42px;
  }

    .section--detail--top h1 {
      font-size: 40px;
      line-height: 45px;
    }

  .section--detail--content {
    padding-bottom: 73px;
  }

  #cust_q_svg{
    margin-right:0!important;
  }

  .section--detail--content .breadcrumbs {
    margin-top: 38px;
    margin-bottom: 85px;
  }

    .section--detail--content .container {
      max-width: 79.17% !important;
    }

    .section--detail--content #cart {
      padding-top: 17px;
      padding-bottom: 42px;
    }

    .section--detail--content #detail__container {
      padding-top: 127px;
      padding-bottom: 64px;
    }

      .section--detail--content #detail__container #detail__icon {
        width: 69px;
      }

      .section--detail--content #detail__container h2 {
        font-size: 40px;
        line-height: 45px;
        margin-top: 17px;
      }

    .section--detail--content #detail__price {
      font-size: 80px;
      line-height: 114px;
    }

      .section--detail--content #detail__price > span {
        font-size: 38px;
        line-height: 54px;
        top: -17px;
      }

  #detail__checklist {
    margin-top: 38px;
    max-width: 71.34%;
  }

  #detail__template__container {
    margin-top: 42px;
    padding-top: 45px;
    padding-bottom: 62px;
    max-width: 89.04%;
    margin-bottom: 27px;
  }

    #detail__template__container h3 {
      font-size: 30px;
      line-height: 45px;
      margin-bottom: 12px;
    }

  #detail__templates {
    margin-left: 29px;
    margin-right: 29px;
  }

    #detail__templates .detail--template {
      width: 150px;
      margin-left: 20px;
      height: 204px;
      /*padding-top: 79px;*/
    }

  #detail__quantity__container {
    max-width: 89.04%;
    padding-top: 42px;
    padding-bottom: 57px;
  }

    #detail__quantity__container h3 {
      font-size: 30px;
      line-height: 45px;
      margin-bottom: 29px;
    }

  #detail__bottom__links {
    margin-top: 71px;
    max-width: 89.04%;
    margin-left: auto;
    margin-right: auto;
  }

    #detail__bottom__links a {
      max-width: 239px;
      font-size: 20px;
      line-height: 29px;
      padding: 12px 0;
    }

    #detail__bottom__links #detail__add_to__cart {
      margin-left: 0;
    }

    #detail__bottom__links #detail__buy__now {
      margin-left: 0;
      float: right;
    }

  #detail__bottom__content {
    padding-top: 51px;
  }

  .section--detail--content #detail__container #detail__delivery__type {
    left: 50%;
    margin-left: -65px;
  }

  .checkout--form--step--header span {
    /* margin-top: -10px; */
    display: inline-block;
    width: auto;
    float: left;
    min-width: auto;
    clear: none;
    max-width: 90%;
    margin-top:0!important;
    margin-bottom:15px;
  }

  .form--fields, #form__payment__methods {
    clear: both;
    margin-top: 15px;
  }
}

@media (max-width: 755px) {
  .wizard--cart--product .desktop-tablet {
    display: block;
  }
}

@media(max-width: 715px) {
  #detail__bottom__links {
    margin-top: 43px;
    max-width: 84.59%;
    margin-left: auto;
    margin-right: auto;
  }

    #detail__bottom__links a {
      max-width: 100%;
      width: 100%;
      font-size: 20px;
      line-height: 29px;
      padding: 12px 0;
    }

    #detail__bottom__links #detail__add_to__cart {
      margin-left: 0;
      margin-bottom: 21px;
    }

    #detail__bottom__links #detail__buy__now {
      margin-left: 0;
      float: right;
    }
}

@media (max-width: 650px) {
  .wizard--cart--product .desktop-tablet {
    display: none;
  }

  .wizard--cart--product--data h3 {
    line-height: 30px;
  }

  .wizard--cart--product--template {
    width: 77px;
    height: 109px;
  }

  .checkout--quantity--container {
    position: static;
    line-height: 30px;
    text-align: center;
    padding-top: 23px;
  }

  .wizard--price {
    position: static;
    margin-left: 0;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }

  .checkout--cart--product {
    padding: 24px 0 31px 0;
    margin-left: 23px;
    margin-right: 23px;
    margin-bottom: 22px;
  }

  #wizard__post__price, #wizard__total__price {
    padding-right: 0 !important;
  }

  .checkout--quantity--container {
    position: static !important;
    line-height: 30px;
    text-align: center;
    padding-top: 23px;
  }

  .wizard--cart--product--template.mobile {
    display: block;
  }
}

@media(max-width: 550px) {
  .section--detail--content #detail__top__links #detail__back {
    margin-top: 0;
    margin-bottom: 17px;
  }

  .section--detail--content #cart {
    padding-top: 17px;
    padding-bottom: 42px;
    clear: both;
    width: 100%;
  }
}

#cart {
  cursor: pointer;
}

@media(max-width: 480px) {
  .section--detail--top {
    padding-top: 25px;
    padding-bottom: 25px;
  }

    .section--detail--top h1 {
      font-size: 25px;
      line-height: 30px;
      margin-top: 0;
    }

    .section--detail--top img {
      width: 45px;
    }

  .section--detail--content {
    padding-bottom: 43px;
  }

    .section--detail--content .breadcrumbs {
      margin-top: 25px;
      margin-bottom: 37px;
    }

    .section--detail--content .container {
      max-width: 80.53% !important;
    }

    .section--detail--content #detail__top__links #detail__back {
      margin-top: 0;
      margin-bottom: 17px;
    }

    .section--detail--content #cart {
      padding-top: 17px;
      padding-bottom: 42px;
      clear: both;
      width: 100%;
    }



    .section--detail--content #detail__container {
      padding-top: 107px;
      padding-bottom: 53px;
    }

      .section--detail--content #detail__container #detail__icon {
        width: 69px;
      }

      .section--detail--content #detail__container h2 {
        margin-top: 7px;
      }

    .section--detail--content #detail__price {
      font-size: 80px;
      line-height: 114px;
    }

      .section--detail--content #detail__price > span {
        font-size: 38px;
        line-height: 54px;
        top: -10px;
      }

  #detail__checklist {
    margin-top: 37px;
    max-width: 80.08%;
  }

  #detail__template__container {
    margin-top: 38px;
    padding-top: 34px;
    padding-bottom: 14px;
    max-width: 84.59%;
    margin-bottom: 31px;
  }

    #detail__template__container h3 {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 9px;
    }

    #detail__template__container h4 {
      line-height: 25px;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
    }

  #detail__templates {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }

    #detail__templates .detail--template {
      width: 150px;
      margin-left: 0;
      height: 204px;
      /*padding-top: 79px;*/
      margin-bottom: 23px;
    }

      #detail__templates .detail--template.selected img:not(.voucher--pdf--icon), #detail__templates .detail--template:hover img:not(.voucher--pdf--icon) {
        width: 45px;
      }

  #detail__quantity__container {
    max-width: 84.59%;
    padding-top: 34px;
    padding-bottom: 43px;
  }

    #detail__quantity__container h3 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 28px;
    }

    #detail__quantity__container .ui-spinner {
      width: 198px;
    }

  #spinner__quantity, .spinner--quantity {
    width: 100%;
  }

  #detail__bottom__content {
    padding-top: 45px;
  }

    #detail__bottom__content tr td {
      display: flex;
      width: 100% !important;
      justify-content: center;
      padding-bottom: 15px;
    }

    #detail__bottom__content tr:last-child td:first-child img:last-child {
      margin-top: -5px;
    }

  .section--detail--content #detail__container #detail__delivery__type {
    left: 50%;
    margin-left: -65px;
  }
}

/* Wizard */

.section--detail--content .wizard--container {
  padding-top: 37px !important;
}

#step1__wizard__steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 379px;
  margin-left: auto;
  margin-right: auto;
  font-family: brandon_grotesqueblack;
  font-size: 12px;
  line-height: 30px;
  color: #707070;
  text-transform: uppercase;
  font-weight: 500;
}

  #step1__wizard__steps .step1--wizard--step {
    position: relative;
  }

    #step1__wizard__steps .step1--wizard--step div {
      margin-top: -10px;
    }

    #step1__wizard__steps .step1--wizard--step:nth-child(3n+1) {
      width: 134px;
    }

    #step1__wizard__steps .step1--wizard--step:nth-child(3n+2) {
      width: 134px;
    }

    #step1__wizard__steps .step1--wizard--step:nth-child(3n) {
      width: 111px;
    }

    #step1__wizard__steps .step1--wizard--step.active {
      color: #B02E60;
    }

    #step1__wizard__steps .step1--wizard--step .separator--right {
      width: 50%;
      display: block;
      height: 1px;
      background: url(../Content/Images/dash.png) repeat-x left top;
      position: absolute;
      top: 10px;
      right: 0;
    }

    #step1__wizard__steps .step1--wizard--step .separator--left {
      width: 50%;
      display: block;
      height: 1px;
      background: url(../Content/Images/dash.png) repeat-x left top;
      position: absolute;
      top: 10px;
      left: 0;
    }

    #step1__wizard__steps .step1--wizard--step:nth-child(3n+1) .separator--right {
      width: 56px;
    }

    #step1__wizard__steps .step1--wizard--step:nth-child(3n+2) .separator--right,
    #step1__wizard__steps .step1--wizard--step:nth-child(3n+2) .separator--left {
      width: 56px;
    }

    #step1__wizard__steps .step1--wizard--step:nth-child(3n) .separator--left {
      width: 46px;
    }

.section--detail--content #detail__container.wizard--container h2 {
  font-family: brandon_grotesquemedium;
  font-size: 40px;
  line-height: 45px;
  color: #000;
  margin-top: 34px;
  margin-bottom: 31px;
  text-transform: uppercase;
}

.spinner--quantity {
  font-family: brandon_grotesquemedium !important;
  font-size: 20px !important;
  line-height: 30px !important;
  margin: 0;
  width: 113px;
  height: 30px;
}

.wizard--cart--product {
  display: flex;
  flex-direction: row;
  margin-left: 39px;
  margin-right: 39px;
  margin-bottom: 30px;
  padding-left: 42px;
  padding-right: 30px;
  padding-top: 33px;
  padding-bottom: 28px;
  background: #000;
}

.wizard--cart--product--template {
  width: 113px;
  font-family: brandon_grotesquemedium;
  font-size: 12px;
  line-height: 20px;
  padding-top: 60px;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  height: 159px;
  margin-right: 24px;
}

.wizard--cart--product--data {
  position: relative;
  text-align: left;
  flex-grow: 2;
}

  .wizard--cart--product--data h3 {
    font-family: brandon_grotesquemedium;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    text-transform:uppercase;
  }

  .wizard--cart--product--data h4 {
    font-family: brandon_grotesqueregular;
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
  }

  .wizard--cart--product--data .ui-spinner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 113px;
    height: 30px !important;
    background-color:#fff;
    border-radius:0;
  }

  .wizard--cart--product--data .delete--voucher {
    position: absolute;
    left: 138px;
    bottom: 0;
    cursor: pointer;
    margin-bottom: 3px;
  }

  .wizard--cart--product--data .ui-spinner-up, .wizard--cart--product--data .ui-spinner-down {
    width: 23px;
    height: 24px;
  }

  .wizard--cart--product--data .ui-spinner-down {
    background: #B02E60 url(../Content/Images/minus-small.png) no-repeat left top 2px;
    left: 3px;
    top: 3px;
  }

  .wizard--cart--product--data .ui-spinner-up {
    background: #B02E60 url(../Content/Images/plus-small.png) no-repeat left top 2px;
    right: 3px;
    top: 3px;
  }

.wizard--price {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 8px 10px;
}

#wizard__total__price {
  padding-right: 39px;
  font-family: brandon_grotesquemedium;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  padding-top: 6px;
  text-align: right;
  font-weight: 200;
  text-transform:uppercase;
}

#wizard__post__price {
  padding-right: 102px;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 30px;
  color: #575756;
  padding-top: 12px;
  text-align: right;
}

.wizard--bottom--links {
  margin-top: 62px !important;
}

@media(max-width: 768px) {
  .wizard--container {
    padding-top: 44px !important;
    padding-bottom: 78px !important;
  }

  .section--detail--content #detail__container.wizard--container h2 {
    font-size: 29px;
    line-height: 45px;
    margin-top: 22px;
    margin-bottom: 21px;
  }

  #wizard__post__price, #wizard__total__price {
    padding-right: 61px;
  }

  #detail__bottom__links {
    max-width: 100%;
    margin-left: 39px;
    margin-right: 39px;
  }
}

@media(max-width: 670px) {
  .checkout--form--step--header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

    .checkout--form--step--header img {
      width: 27px;
      height: 27px;
      justify-content: flex-start;
    }

    .checkout--form--step--header span {
      margin-top: 0 !important;
    }
}

@media(max-width: 650px) {
  #step1__wizard__steps {
    flex-direction: column;
    justify-content: flex-start;
    width: 170px;
  }

    #step1__wizard__steps .step1--wizard--step {
      width: 100% !important;
      text-align: left;
      padding-left: 24px;
      line-height: 16px;
    }

      #step1__wizard__steps .step1--wizard--step img {
        float: left;
      }

      #step1__wizard__steps .step1--wizard--step div {
        float: left;
        padding-left: 8px;
        padding-top: 10px;
      }

      #step1__wizard__steps .step1--wizard--step:nth-child(2) {
        padding-top: 19px;
        padding-bottom: 19px;
      }

      #step1__wizard__steps .step1--wizard--step:nth-child(1) span, #step1__wizard__steps .step1--wizard--step:nth-child(3) span {
        display: none;
      }

      #step1__wizard__steps .step1--wizard--step:nth-child(2) .separator--left {
        left: 31px;
        height: 19px;
        width: 1px;
        top: 1px;
        background: url(../Content/Images/dash-vertical.png) repeat-y left top;
      }

      #step1__wizard__steps .step1--wizard--step:nth-child(2) .separator--right {
        right: auto;
        top: auto;
        left: 31px;
        height: 19px;
        width: 1px;
        bottom: -1px;
        background: url(../Content/Images/dash-vertical.png) repeat-y left top;
      }

  .section--detail--content #detail__container.wizard--container h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 19px;
  }

  .wizard--cart--product {
    padding-top: 27px;
    padding-bottom: 23px;
    margin-bottom: 25px;
    margin-left: 23px;
    margin-right: 23px;
  }

  .wizard--cart--product--data h3, .wizard--cart--product--data h4 {
    text-align: center;
  }

  .wizard--cart--product--template {
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .wizard--cart--product--data .ui-spinner, .wizard--price, .wizard--cart--product--data .delete--voucher {
    position: relative;
    margin-left: -56px;
    left: 50%;
  }

  .wizard--cart--product--data .ui-spinner {
    display: block;
  }

  .wizard--cart--product--data .delete--voucher {
    margin-left: -14px;
    margin-top: 21px;
  }

  .wizard--cart--product--data .ui-spinner {
    margin-top: 22px;
  }

  .wizard--price {
    width: 113px;
    text-align: center;
    margin-top: 6px;
  }

  #wizard__post__price, #wizard__total__price {
    padding-right: 0;
    text-align: center;
  }

  #wizard__post__price {
    padding-top: 0;
  }

  .wizard--bottom--links {
    margin-left: 23px !important;
    margin-right: 23px !important;
    margin-top: 33px !important;
  }
}

/* Checkout */
.checkout--cart--product {
  padding: 10px !important;
}

.wizard--cart--product--template.wizard--cart--product--template--checkout {
  /*width: 59px;
  height: 83px;*/
  font-size: 8px;
  line-height: 10px;
  padding-top: 32px;
}

.wizard--cart--product--data h3 {
  line-height: 18px;
}

.wizard--cart--product--data h4 {
  line-height: 27px;
}

.checkout--quantity--container {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  font-weight: 200;
}

.wizard--post--price--checkout {
  padding-top: 0 !important;
  margin-top: -9px;
  padding-right: 97px !important;
}

.wizard--total--price--checkout {
  padding-right: 39px !important;
  margin-bottom: 35px;
}

#sofort, #paypal {
  display: none;
}

/* Form Step */

.checkout--form--step {
  /*max-width: 89.15%;*/
  margin-left: 39px;
  margin-right: 39px;
  /*border-radius: 5px;*/
  border: solid 2px #707070;
  padding: 30px 42px 46px 43px;
  margin-bottom: 39px;
  text-align: left;
}

.checkout--form--step--header {
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 200;
  text-transform: uppercase;
}

  .checkout--form--step--header img {
    margin-right: 9px;
    float: left;
  }

  .checkout--form--step--header span {
    margin-top: -10px;
    display: inline-block;
  }

.form--fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

  .form--fields .form--field {
    width: 48.71%;
    margin-left: 2.58%;
  }

    .form--fields .form--field:nth-child(2n+1) {
      margin-left: 0;
    }

    .form--fields .form--field input, .form--fields .form--field select {
      display: block;
      width: 100%;
      margin-bottom: 25px;
      border: solid 1px #000;
      /*border-radius: 5px;*/
      padding-left: 21px;
      padding-top: 11px;
      padding-bottom: 11px;
      font-family: brandon_grotesquemedium;
      font-size: 20px;
      line-height: 29px;
      color: #000;
      outline: none;
    }

      .form--fields .form--field input.error, .form--fields .form--field select.error {
        background-color: #B02E60;
        border-color: #B02E60;
        color: #fff;
      }

      .form--fields .form--field input:focus, .form--fields .form--field select:focus {
        /*background-color: #F6E3DA;*/
        color: #000 !important;
      }

    .form--fields .form--field select {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: url(../Content/Images/Menue-Arrow-down-dropdown.svg) no-repeat right 28px top 21px;
    }

    .form--fields .form--field input[type=text]::-webkit-input-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]::-moz-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]::-ms-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]::placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text].error::-webkit-input-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text].error::-moz-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text].error::-ms-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text].error::placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]:focus::-webkit-input-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]:focus::-moz-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]:focus::-ms-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]:focus::placeholder {
      color: #000 !important;
    }

    .form--fields .form--field .checkout--subtext {
      font-family: brandon_grotesquemedium;
      font-size: 16px;
      line-height: 20px;
      color: #707070;
      font-weight: 200;
      margin-top: -10px;
    }

      .form--fields .form--field .checkout--subtext.required--subtext {
        color: #9A1558;
        text-align: right;
      }

    .form--fields .form--field.form--field--split {
      display: flex;
      flex-direction: row;
    }

      .form--fields .form--field.form--field--split input, .form--fields .form--field.form--field--split select {
        width: 47.38%;
        margin-right: 5.24%;
      }

        .form--fields .form--field.form--field--split select:last-child {
          margin-right: 0;
        }

#form__payment__methods {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

  #form__payment__methods .form--payment--method {
    width: 29.56%;
    margin-left: 5.66%;
    text-align: center;
    /*border-radius: 4px;*/
    border: solid 1px #000;
    padding: 18px 0;
  }

    #form__payment__methods .form--payment--method:first-child {
      margin-left: 0;
    }

    #form__payment__methods .form--payment--method .payment--method {
      margin-top: 14px;
      width: 30px;
      height: 30px;
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
    }

#mastercard__icon {
  margin-bottom: -9px;
}

#delivery__text {
  font-family: brandon_grotesquemedium;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  font-weight: 200;
  margin-top: 42px;
  margin-bottom: 15px;
}

.form--fields .error p, .form--fields .error p a {
  color: #940B56;
}

#contact__terms__click, #contact__data__click {
  max-width: 76.72%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 20px;
  color: #707070;
  font-weight: 200;
  clear: both;
  margin-bottom: 15px;
}

  #contact__terms__click.error p, #contact__data__click.error p {
    color: red !important;
  }

  #contact__terms__click a, #contact__data__click a {
    text-decoration: none;
    color: #707070;
  }

  #contact__terms__click svg, #contact__data__click svg {
    float: left;
    margin-right: 16px;
    cursor: pointer;
  }

  #contact__terms__click p, #contact__data__click p {
    margin: 0;
    padding-top: 5px;
  }

#total__price {
  font-family: brandon_grotesquemedium;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 200;
  margin-top: 46px;
  margin-bottom: 8px;
  font-weight: 500;
  text-transform:uppercase;
}

#form__submit {
  /*border-radius: 4px;*/
  background-color: #BD1860;
  color: #fff;
  text-decoration: none;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding: 13px 0;
  width: 275px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-weight: 500;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

#sofort, #paypal {
  margin-top: 42px;
  font-family: brandon_grotesquemedium;
  font-size: 16px;
  line-height: 20px;
  color: #575756;
  font-weight: 200;
}

  #sofort p, #paypal p {
    margin: 0;
  }

    #sofort p strong, #paypal p strong {
      font-weight: 700;
      color: #BE2062;
    }

@media(max-width: 768px) {
  .desktop {
    display: none;
  }

  .tablet-mobile {
    display: block;
  }

  .wizard--total--price--checkout {
    margin-bottom: 45px;
  }

  .wizard--cart--product {
    margin-left: 32px;
    margin-right: 32px;
  }

  .checkout--form--step {
    max-width: 89.3%;
  }

  .form--fields .form--field {
    width: 100%;
    margin-left: 0;
  }

    .form--fields .form--field input, .form--fields .form--field select {
      margin-bottom: 22px;
    }

  .checkout--form--step {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .tablet-mobile.required--subtext {
    font-family: brandon_grotesquemedium;
    font-size: 16px;
    line-height: 20px;
    color: #575756;
    font-weight: 200;
    margin-top: -10px;
    margin-bottom: 15px;
  }

  #form__payment__methods {
    flex-wrap: wrap;
  }

    #form__payment__methods .form--payment--method {
      width: 45.83%;
      margin-left: 8.33%;
    }

      #form__payment__methods .form--payment--method:last-child {
        margin-top: 33px;
      }

      #form__payment__methods .form--payment--method.cust-q {
        margin-top:0;
      }

      #CVC {
        margin-bottom: 0;
      }

  #contact__terms__click, #contact__data__click {
    line-height: 30px;
    display: flex;
    flex-direction: row;
  }

  #checkout__form .checkout--form--step:nth-child(3) {
    margin-bottom: 57px;
  }

  #contact__terms__click p, #contact__data__click p {
    margin-top: -3px;
  }
}

@media(max-width: 580px) {
  #form__payment__methods .form--payment--method {
    width: 100%;
    margin-left: 0;
  }

    #form__payment__methods .form--payment--method:last-child, #form__payment__methods .form--payment--method:nth-child(2) {
      margin-top: 34px;
    }
}

@media(max-width: 480px) {


  .checkout--form--step {
    /*width: 100%;*/
    max-width: 100%;
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .checkout--form--step--header {
    display: flex;
    flex-direction: row;
  }

    .checkout--form--step--header img {
      width: 27px;
      height: 27px;
      justify-content: flex-start;
    }

    .checkout--form--step--header span {
      margin-top: 0;
    }

  .form--fields .form--field input, .form--fields .form--field select {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  #form__payment__methods .form--payment--method {
    width: 100%;
    margin-left: 0;
  }

    #form__payment__methods .form--payment--method:last-child, #form__payment__methods .form--payment--method:nth-child(2) {
      margin-top: 34px;
    }

  .form--fields .form--field.form--field--split {
    flex-direction: column;
  }

    .form--fields .form--field.form--field--split input, .form--fields .form--field.form--field--split select {
      width: 100%;
      margin-right: 0;
    }

  #contact__terms__click, #contact__data__click {
    max-width: 84.44%;
  }

    #contact__terms__click svg, #contact__data__click svg {
      width: 56px;
      height: 30px;
    }

  #checkout__form .checkout--form--step:nth-child(3) {
    margin-bottom: 26px;
  }

  #form__submit {
    width: 255px;
    margin-top: 23px;
  }

  .wizard--container {
    padding-bottom: 57px !important;
  }
}

/* Thank You */

.section--detail--content.section--content--thank--you .breadcrumbs {
  margin-bottom: 117px;
}

#thank__you__container {
  position: relative;
  min-height: 766px;
  padding-top: 51px;
  background-color:#000;
  color:#fff;
}

  #thank__you__container .bck {
    position: absolute;
    left: 0;
    top: 0;
  }

  #thank__you__container #step1__wizard__steps {
    color: #fff;
  }

.thank--you--gift--icon {
  position: relative;
  width: 77px;
  margin-top: 30px;
}

#thank__you__container h2 {
  position: relative;
  font-family: brandon_grotesquemedium;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  margin-top: 11px;
  margin-bottom: 26px;
  font-weight: 200;
}

#pdf__text, #post__text {
  position: relative;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  width: 45%;
  font-weight: 200;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}

#thank__you__action__link {
  position: relative;
  /*border-radius: 4px;*/
  background-color: #B4C832;
  color: #fff;
  text-decoration: none;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding: 13px 0;
  width: 281px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

@media(max-width: 768px) {
  .section--detail--content.section--content--thank--you .breadcrumbs {
    margin-bottom: 154px;
  }

  #thank__you__container {
    min-height: 1000px;
    padding-top: 49px;
  }

    #thank__you__container h2 {
      width: 50%;
    }

  #pdf__text, #post__text {
    width: 57%;
  }
}

@media(max-width: 480px) {
  .section--detail--content.section--content--thank--you .breadcrumbs {
    margin-bottom: 78px;
  }

  #thank__you__container {
    min-height: 1000px;
    padding-top: 17px;
  }

    #thank__you__container h2 {
      font-size: 25px;
      line-height: 30px;
      width: 80%;
    }

  #pdf__text, #post__text {
    width: 90%;
    margin-bottom: 20px;
  }
}

@media(max-width:400px){
  #detail__bottom__links {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Cooperations */

/* Main Page */

.section--description-coop {
  padding-bottom: 71px;
}

.section--description .container {
  max-width: 1073px !important;
}

.section--description #description__content {
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}

.section--description-coop h2 {
  margin-bottom: 35px;
}

.section--description-coop h3 {
  font-family: brandon_grotesqueblack;
  font-size: 40px;
  line-height: 45px;
  color: #000;
  text-transform: none;
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 43px;
  font-weight: 500;
}

.section--description-coop td {
  color: #707070;
  text-transform: uppercase;
  font-family: brandon_grotesquemedium;
}

.section--vouchers--cooperations {
  padding-bottom: 110px;
}

  .section--vouchers--cooperations .container {
    max-width: 1184px !important;
  }

  .section--vouchers--cooperations .vouchers--cooperation {
    /*box-shadow: 0px 0px 10px #00000029;
    border-radius: 5px;*/
    margin-bottom: 77px;
    position: relative;
    padding: 78px 21px 58px 76px;
    text-align: left;
    color: #fff;
    background-color: #000;
  }

    .section--vouchers--cooperations .vouchers--cooperation .vouchers--cooperation--order {
      position: absolute;
      right: 68px;
      top: -25px;
      max-width: 190px;
    }

      .section--vouchers--cooperations .vouchers--cooperation .vouchers--cooperation--order div {
        width: 63px;
        height: 60px;
        background: transparent url('../Content/Images/coops.svg') no-repeat left top;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-top: 18px;
        font-family: brandon_grotesqueblack;
        font-size: 26px;
        line-height: 14px;
        font-weight: 500;
      }

      .section--vouchers--cooperations .vouchers--cooperation .vouchers--cooperation--order span {
        display: block;
        font-family: brandon_grotesquemedium;
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
      }

.vouchers--cooperation--contents {
  display: flex;
  flex-direction: row;
}

  .vouchers--cooperation--contents img {
    flex-grow: 0;
    margin-top: 60px;
  }

  .vouchers--cooperation--contents .vouchers--cooperation--content {
    padding-left: 59px;
    font-family: brandon_grotesqueregular;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
  }

    .vouchers--cooperation--contents .vouchers--cooperation--content b {
      font-family: brandon_grotesquemedium;
      font-weight: 500;
    }

    .vouchers--cooperation--contents .vouchers--cooperation--content h2 {
      font-family: brandon_grotesquemedium;
      font-size: 30px;
      line-height: 40px;
      margin-top: 0;
      margin-bottom: 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: 200;
    }

    .vouchers--cooperation--contents .vouchers--cooperation--content ul {
      padding-left: 0px;
      margin: 0;
      list-style-type: none;
    }

      .vouchers--cooperation--contents .vouchers--cooperation--content ul li {
        background: url(../Content/Images/green-tick-small.png) no-repeat left center;
        padding-left: 28px;
        padding-bottom: 7px;
      }

        .vouchers--cooperation--contents .vouchers--cooperation--content ul li:last-child {
          padding-bottom: 0;
        }

.vouchers--cooperation--actions a {
  /*border-radius: 4px;*/
  background-color: #B4C832;
  color: #fff;
  text-decoration: none;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding: 13px 0;
  width: 271px;
  display: inline-block;
  cursor: pointer;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

  .vouchers--cooperation--actions a:hover {
    text-decoration: none;
    opacity:0.75;
  }

.vouchers--cooperation--price {
  float: right;
  display: inline-block;
  font-family: brandon_grotesquemedium;
  font-size: 46px;
  line-height: 65px;
  color: #fff;
  background-color: #B02E60;
  padding: 0px 10px;
  padding-right: 0;
  height: 60px;
  font-weight: 500;
  border:solid 1px #fff;
}

  .vouchers--cooperation--price label {
    display: inline;
    font-family: brandon_grotesqueblack;
    font-size: 37px;
    line-height: 53px;
    font-weight: 500;
  }

  .vouchers--cooperation--price > span {
    font-size: 21px;
    line-height: 30px;
    position: relative;
    top: -8px;
    left: -11px;
  }

    .vouchers--cooperation--price > span > span {
      position: relative;
      top: -18px;
    }

      .vouchers--cooperation--price > span > span:after {
        content: "";
        position: absolute;
        width: 65%;
        height: 1px;
        bottom: 0;
        left: 45%;
        border-bottom: 3px solid #fff;
        bottom: 0px;
        display: none;
      }

.vouchers--cooperation--original--price {
  float: right;
  display: inline-block;
  margin-left: 25px;
  font-family: brandon_grotesquemedium;
  font-size: 40px;
  line-height: 57px;
  color: #BE2062;
  padding-left: 5px;
  font-weight: 700;
}

  .vouchers--cooperation--original--price label {
    display: inline;
    font-family: brandon_grotesqueblack;
    font-size: 25px;
    line-height: 36px;
    font-weight: 500;
  }

  .vouchers--cooperation--original--price hr {
    margin: 0;
    border-top: solid 2px #BE2062;
    border-bottom: none;
    border-right: none;
    margin-top: -30px;
    margin-left: -5px;
    margin-right: 5px;
  }

  .vouchers--cooperation--original--price > span {
    font-size: 17px;
    line-height: 24px;
    position: relative;
    top: -8px;
    left: -5px;
  }

    .vouchers--cooperation--original--price > span > span {
      position: relative;
      top:-15px;
    }

      .vouchers--cooperation--original--price > span > span:after {
        content: "";
        position: absolute;
        width: 65%;
        height: 1px;
        bottom: 0;
        left: 35%;
        border-bottom: 2px solid #BE2062;
        bottom: 0px;
        display: none;
      }

#vouchers__cooperation__bottom__link {
  /*border-radius: 4px;*/
  /*background-color: #BD1860;*/
  color: #fff;
  text-decoration: none;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding: 8px 0;
  width: 400px;
  display: inline-block;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.checkout--cart--product--coops {
  /*padding: 0 !important;*/
  padding-right: 26px !important;
  position: relative;
  margin-bottom: 34px !important;
}

  .checkout--cart--product--coops .wizard--cart--product--template {
    padding-top: 0;
    height: 190px;
    width: 289px;
    overflow-y: hidden;
    flex-shrink: 0;
    flex-grow: 0;
    /*border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;*/
  }

    .checkout--cart--product--coops .wizard--cart--product--template img {
      width: 100%;
      margin-top: -10px;
    }

.section--detail--content--coop #detail__container.wizard--container h2 {
  margin-top: 12px;
  margin-bottom: 8px;
}

.section--detail--content--coop #detail__container.wizard--container h4 {
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 43px;
  font-weight: 200;
  color: #707070;
  text-transform:uppercase;
}

.section--detail--content--coop .vouchers--cooperation--order {
  position: absolute;
  right: 10px;
  top: -25px;
  width: 170px;
}

  .section--detail--content--coop .vouchers--cooperation--order div {
    width: 63px;
    height: 60px;
    background: transparent url('../Content/Images/coops.svg') no-repeat left top;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 18px;
    font-family: brandon_grotesqueblack;
    font-size: 26px;
    line-height: 14px;
    font-weight: 500;
  }

  .section--detail--content--coop .vouchers--cooperation--order span {
    display: block;
    font-family: brandon_grotesquemedium;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }

.section--detail--content--coop h3 {
  color: #fff;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 25px;
  margin-top: 40px;
  max-width: 281px;
  font-weight: 500;
}

.section--detail--content--coop .wizard--cart--product--data .ui-spinner {
  bottom: 27px;
}

.section--detail--content--coop .wizard--price {
  bottom: 27px;
}

.section--detail--content--coop #wizard__total__price {
  margin-top: -13px;
  margin-bottom: 44px;
}

.section--detail--content--coop #detail__top__links #detail__back {
  margin-bottom: 10px;
}

#contact__newsletter__click {
  max-width: 76.72%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 20px;
  color: #707070;
  font-weight: 200;
  clear: both;
  margin-bottom: 15px;
}

  #contact__newsletter__click a {
    text-decoration: none;
    color: #707070;
  }

  #contact__newsletter__click svg {
    float: left;
    margin-right: 16px;
    cursor: pointer;
  }

  #contact__newsletter__click p {
    margin: 0;
    padding-top: 5px;
    line-height: 24px;
  }

#contact__newsletter__click {
  padding-top: 45px;
}

  #contact__newsletter__click p img {
    margin-top: -40px;
    float: left;
  }

  #contact__newsletter__click p:last-child {
    clear: both;
    margin-left: 46px;
    padding-top: 0;
  }

  #contact__newsletter__click svg {
    margin-right: 10px;
  }

@media(max-width:675px) and (min-width: 375px) {
  #thank__you__container .bck {
    width: 100%;
  }
}

@media(max-width: 768px) {
  .section--description-coop h3 {
    font-size: 30px;
    line-height: 35px;
    /*max-width: 75%;*/
  }

  .section--description-coop .container {
    max-width: 79.17% !important;
  }
}

.mobile-display {
  display: none;
}

@media(max-width: 1199px) {
  .vouchers--cooperation--contents {
    flex-direction: column;
  }

  .section--vouchers--cooperations .container {
    max-width: 79.17% !important;
  }

  .section--vouchers--cooperations .vouchers--cooperation .vouchers--cooperation--order {
    right: 50%;
    margin-right: -95px;
  }

  .vouchers--cooperation--contents .vouchers--cooperation--content {
    padding-left: 0;
    max-width: 74.34%;
    margin-left: auto;
    margin-right: auto;
  }

  .vouchers--cooperation--contents img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 35px;
    margin-bottom: 55px;
  }

  .vouchers--cooperation--content h2 {
    display: none;
  }

  .mobile-display {
    display: block;
    font-family: brandon_grotesquemedium;
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    max-width: 67.43%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
  }

  .vouchers--cooperation--actions {
    display: flex;
    flex-direction: column;
    width: 271px;
    align-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
  }

    .vouchers--cooperation--actions a {
      float: none;
      order: 3;
    }

  .vouchers--cooperation--original--price {
    order: 1;
    margin-bottom: 37px;
  }

  .vouchers--cooperation--price {
    order: 2;
    margin-bottom: 43px;
  }

  .vouchers--cooperation--actions div {
    /*display: inline-block;*/
    flex-grow: 0;
    float: none;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .section--vouchers--cooperations .vouchers--cooperation {
    margin-bottom: 86px;
  }

  .section--vouchers--cooperations {
    padding-bottom: 86px;
  }
}

@media(max-width: 699px) {
  .section--description-coop h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .section--description-coop h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .section--description #description__content {
    font-size: 20px;
    line-height: 25px;
  }

  .section--vouchers--cooperations .vouchers--cooperation {
    padding: 78px 10px 38px 10px;
  }

  .mobile-display {
    font-size: 20px;
    line-height: 25px;
  }

  .vouchers--cooperation--actions a {
    width: 239px;
    font-size: 20px;
    line-height: 29px;
    padding: 11px 0;
  }

  .vouchers--cooperation--actions {
    width: 239px;
  }

  .vouchers--cooperation--price {
    margin-bottom: 39px;
  }

  #vouchers__cooperation__bottom__link {
    width: 301px;
  }

  .section--vouchers--cooperations .vouchers--cooperation {
    margin-bottom: 50px;
  }

  .section--vouchers--cooperations {
    padding-bottom: 120px;
  }

    .section--vouchers--cooperations .container {
      max-width: 80.53% !important;
    }
}

@media(max-width: 688px) {
  #contact__newsletter__click p {
    margin-left: 46px;
  }

    #contact__newsletter__click p:last-child {
      margin-top: 15px;
    }
}

@media(max-width: 999px) {
  .checkout--cart--product--coops {
    /*flex-direction: column;*/
    padding-top: 96px;
    /*width: 83.9%;*/
    padding: 96px 41px 46px 46px !important;
  }

  .section--detail--content--coop .vouchers--cooperation--order {
    right: 50%;
    margin-right: -95px;
  }

  /*.checkout--cart--product--coops .wizard--cart--product--template{
    width: 100%;
    padding-top:96px;
    height: auto;
    overflow-y: visible;
  }

  .checkout--cart--product--coops .wizard--cart--product--template img{
    width:auto;
  }*/

  .section--detail--content--coop h3 {
    margin-top: 0;
  }

  .checkout--cart--product--coops .wizard--cart--product--data .ui-spinner, .checkout--cart--product--coops .wizard--price {
    bottom: 0;
  }

  .checkout--cart--product--coops {
    margin-bottom: 54px !important;
  }
}

@media(max-width: 768px) {
  .checkout--cart--product--coops .wizard--cart--product--template {
    width: 134px;
    height: 144px;
  }

    .checkout--cart--product--coops .wizard--cart--product--template img {
      margin-top: 0;
    }
}

@media(max-width: 650px) {
  .section--detail--content--coop h3 {
    max-width: initial;
  }

  .section--detail--content--coop .wizard--price {
    margin-top: 23px;
  }
}

@media(max-width: 415px) {
  #contact__newsletter__click p img {
    width: 200px !important;
  }
}

.wizard--cart--product--template.wizard--cart--product--template--icon {
  padding-top: 0;
}

  .wizard--cart--product--template.wizard--cart--product--template--icon img {
    width: 100%;
    height: 100%;
  }

#voucher__post__header, #voucher__post__subheader, .vouchers--list--post {
  display: none !important;
}


/* New Prices */
#new--packages--agb {
  text-align: left;
  padding-top: 20px;
}

.picture--types {
  display: flex;
  flex-direction: row;
  width: 100%;
}

  .picture--types .picture--type {
    width: 49.5%;
    margin-right: 1%;
    background: #000;
    color: #fff;
  }

    .picture--types .picture--type .picture--type--container {
      width: 70%;
      margin-left: 20%;
      display: flex;
      flex-direction: row;
      padding-top: 20px;
      padding-bottom: 20px;
    }

      .picture--types .picture--type .picture--type--container .picture--type--content {
        padding-left: 15px;
      }

      .picture--types .picture--type .picture--type--container h4 {
        color: #fff;
        padding: 3px 10px;
        margin-bottom: 0;
        margin-top: 13px;
        font-family: brandon_grotesquemedium;
        border: solid 1px #fff;
        padding: 3px 10px;
        background-color: rgba(255, 255, 255, 0.3);
      }

    .picture--types .picture--type img {
      width: 100px;
    }

    .picture--types .picture--type:last-child {
      margin-right: 0;
    }

    .picture--types .picture--type .picture--type--container .picture--type--details {
      display: flex;
      flex-direction: row;
      padding-top: 10px;
    }

      .picture--types .picture--type .picture--type--container .picture--type--details div:not(.picture--type--price) {
        width: 80px;
        text-align: left;
        font-family: brandon_grotesquemedium;
      }

      .picture--types .picture--type .picture--type--container .picture--type--details div.picture--type--price div {
        color: #fff;
        font-family: brandon_grotesquemedium;
        border: solid 1px #fff;
        padding: 3px 10px;
        background-color: rgba(255, 255, 255, 0.3);
        margin-top: 12px;
      }

.new--packages--main {
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  padding: 15px;
}


  .new--packages--main .new--packages--top {
    width: 70%;
    margin-left: 15%;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    align-content: center;
    justify-content: center;
  }

    .new--packages--main .new--packages--top img {
      width: 100px;
    }

    .new--packages--main .new--packages--top h2 {
      margin-left: 20px;
      padding-top: 30px;
      color: #fff;
    }

.new--packages--packages {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  justify-content: space-between;
}

  .new--packages--packages .new--packages--package {
    width: 24%;
    border: solid 1px #fff;
    text-align: left;
    position: relative;
  }

    .new--packages--packages .new--packages--package h3 {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.3);
      padding: 10px;
      font-size: 30px;
      text-transform: unset;
    }

    .new--packages--packages .new--packages--package.highlighted h3 {
      background-color: #BD1860;
    }

    .new--packages--packages .new--packages--package .new--packages--info {
      padding: 10px;
      color: #fff;
    }

      .new--packages--packages .new--packages--package .new--packages--info span {
        font-family: brandon_grotesquemedium;
      }

      .new--packages--packages .new--packages--package .new--packages--info strong {
        color: #BD1860;
        font-family: brandon_grotesquemedium;
        font-size: 28px;
        display: block;
      }

      .new--packages--packages .new--packages--package .new--packages--info h5 {
        color: #fff;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 30px;
      }

    .new--packages--packages .new--packages--package .new--packages--spacing {
      min-height: 30px;
    }

    .new--packages--packages .new--packages--package .new--packages--package--price {
      color: #fff;
      font-family: brandon_grotesquemedium;
      border: solid 1px #fff;
      padding: 3px 10px;
      background-color: rgba(255, 255, 255, 0.3);
      position: absolute;
      bottom: 10px;
      right: 10px;
    }

.extra--offers {
  background-color: #000;
  padding: 15px;
  padding-top: 0;
  display: flex;
  flex-direction: row;
  color: #fff;
}

  .extra--offers .extra--offer {
    border: solid 1px #fff;
    width: 49.5%;
    margin-right: 1%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }

    .extra--offers .extra--offer:last-child {
      margin-right: 0;
    }

    .extra--offers .extra--offer img {
      width: 100px;
    }

    .extra--offers .extra--offer .extra--offer--container {
      display: flex;
      flex-direction: row;
      width: 70%;
      margin-left: 20%;
    }

      .extra--offers .extra--offer .extra--offer--container .extra--offer--content {
        text-align: left;
        padding-left: 15px;
      }

        .extra--offers .extra--offer .extra--offer--container .extra--offer--content h4 {
          color: #fff;
          background-color: rgba(255, 255, 255, 0.3);
          border: solid 1px #fff;
          padding: 3px 10px;
          margin-bottom: 0;
          margin-top: 13px;
          text-align: center;
        }

        .extra--offers .extra--offer .extra--offer--container .extra--offer--content h5 {
          color: #fff;
          margin-top: 0;
          line-height: 23px;
          margin-bottom: 7px;
        }

        .extra--offers .extra--offer .extra--offer--container .extra--offer--content .extra--offer--price {
          color: #fff;
          font-family: brandon_grotesquemedium;
          border: solid 1px #fff;
          padding: 3px 10px;
          background-color: rgba(255, 255, 255, 0.3);
          position: absolute;
          bottom: 10px;
          right: 10px;
        }

@media(max-width: 1314px) {
  #category__prices .category--price.category--price--new {
    width: 48%;
  }
}

@media(max-width: 1200px) {
  #category__prices {
    justify-content: center;
    align-items: center;
  }

  .category--price--new.category--price--optional {
    padding-left: 0;
    padding-bottom: 20px !important;
  }

  #category__prices.category--passport ul {
    max-width: 35%;
  }

  .single--price.category--passport .optional--images {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .bew--new--prices#category__prices .category--price {
    width: 100% !important;
  }
}

@media(max-width: 980px) {
  .new--section--packages.section--packages .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width:784px) {
  #category__prices {
    max-width: 95%;
  }

    #category__prices .category--price.category--price--new {
      width: 100%;
    }
}

@media (max-width:764px) {
  .new--packages--container .picture--types, .extra--offers {
    flex-direction: column;
  }

    .new--packages--container .picture--types .picture--type, .extra--offers .extra--offer {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px;
    }

      .new--packages--container .picture--types .picture--type .picture--type--container {
        width: 100%;
        margin-left: 0;
        justify-content: center;
      }

  .new--packages--packages {
    flex-wrap: wrap;
  }

    .new--packages--packages .new--packages--package {
      width: 48%;
    }

      .new--packages--packages .new--packages--package:nth-child(1), .new--packages--packages .new--packages--package:nth-child(2) {
        margin-bottom: 15px;
      }

  #category__prices.category--passport ul {
    max-width: 300px;
  }
}

@media(max-width: 480px) {
  .category--price--new .category--price--extra--info img, .category--price--optional img {
    margin-bottom: 0 !important;
    bottom: auto;
  }

  #optional--secondary--image span {
    margin-top: 55px;
  }

  .bew--new--prices#category__prices ul {
    width: 280px !important;
  }
}

@media(max-width: 450px) {
  .extra--offers .extra--offer .extra--offer--container {
    margin-left: 5% !important;
  }

    .extra--offers .extra--offer .extra--offer--container .extra--offer--content {
      padding-bottom: 15px;
    }
}

.wizard--cart--product--data.custom--spinner {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 48px;
}

  .wizard--cart--product--data.custom--spinner .ui-spinner {
    padding-top: 11px!important;
    padding-bottom: 38px!important;
    position: relative;
    width: 80.23%!important;
  }

    .wizard--cart--product--data.custom--spinner .ui-spinner .ui-spinner-up,
    .wizard--cart--product--data.custom--spinner .ui-spinner .ui-spinner-down{
      width: 45px!important;
    }

#cart.wizard--cart--product--data .ui-spinner{
  position: relative;
  width: 100px;
}

  #cart.wizard--cart--product--data .ui-spinner .ui-spinner-input {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #cart.wizard--cart--product--data .ui-spinner .ui-spinner-down,
  #cart.wizard--cart--product--data .ui-spinner .ui-spinner-up{
    background-size: cover!important;
  }

#checkout__container{
  background-color:#fff;
  margin-top: 40px;
  padding:40px 0;
}

@media(max-width: 650px) {
  .wizard--cart--product--data.custom--spinner .ui-spinner {
    left: 0;
  }
}

  @media(max-width: 600px) {
    #cart__container__new {
      max-width: 100% !important;
    }

    .section--vouchers #cart__container table#cart {
      width: 100%;
    }
  }

  @media(max-width: 520px) {
    .section--vouchers #cart__container table#cart tr td img {
      height: 50px;
    }

    .section--vouchers #cart__container table#cart tr td {
      font-size: 15px;
      padding: 10px;
    }

      .section--vouchers #cart__container table#cart tr td:last-child {
        padding-right: 20px;
      }
  }

  @media(max-width: 400px) {
    .section--vouchers #cart__container table#cart tr td {
      font-size: 12px;
      padding: 10px;
    }

    #cart.wizard--cart--product--data table#cart .ui-spinner {
      width: 70px;
      margin-left: -26px;
    }

    .section--vouchers #cart__container table#cart tr td:nth-child(3) {
      width: 90px;
      text-align: center;
    }
  }

#lp__info{
  margin-top: 30px;
}

#lp__info div {
  width: 85%;
  float: left;
}

.lp__description {
  text-align: center;
  width: 80.23%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.3) !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#lp__code__container{
  padding: 10px;
}

#lp__code__container input {
  border: solid 1px #000;
  /* border-radius: 5px; */
  padding-left: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 29px;
  color: #000;
  outline: none;
  min-width: 300px;
}

  #lp__code__container a {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #fff;
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
    border: solid 1px #fff;
    background: #B02E60 !important;
    text-transform: uppercase;
    cursor: pointer;
  }

#popup__code.error {
  background-color: #B02E60;
  border-color: #B02E60;
  color: #fff;
} 