@import "styles.1.css";
.webshop-pp-back .back:hover {
  color: #222;
  background: #222;
}

.webshop-pp-back .back .fa {
  font-size: 15px;
  padding: 0 7.5px 0 0;
}

.webshop-pp-left {
  padding-top: 15px;
}

.webshop-pp-left .product-page-title h1 {
  margin-top: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 28px;
}

.webshop-pp-left .product-page-image {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #555;
  padding-bottom: 60px;
}

@media (min-width:768px) {
  .webshop-pp-left .product-page-image {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.webshop-pp-left .product-page-image .labels {
  position: absolute;
  z-index: 1;
  left: -15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #FFF;
  line-height: 25px;
  height: 25px;
  text-transform: uppercase;
  background: #ec008c;
  font-weight: bold;
  padding: 0 5px 0 10px;
}

@media (min-width:768px) {
  .webshop-pp-left .product-page-image .labels {
    left: 0;
    display: block;
  }
}

.webshop-pp-left .product-page-image .labels:after {
  border-left: 0 solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid #eee;
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
}

.webshop-pp-left .product-page-image .labels.nieuw {
  background: #ec008c;
}

.webshop-pp-left .product-page-image .labels.nieuw:after {
  border-top-color: #3cae39;
}

.webshop-pp-left .product-page-image .labels.actie {
  background: #0da905;
}

.webshop-pp-left .product-page-image .labels.actie:after {
  border-top-color: #e01058;
}

.webshop-pp-left .product-page-image .labels.other {
  background: #000000;
}

.webshop-pp-left .product-page-image .labels.other:after {
  border-top-color: #000000;
}

.webshop-pp-left .product-page-image .image-zoom {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  transition: all .1s ease-in;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: transparent;
  border: none;
  font-size: 19px;
  color: #555;
  z-index: 99;
  background: #ec008c;
}

.webshop-pp-left .product-page-image .image-zoom:hover {
  color: #222;
  cursor: pointer;
}

.webshop-pp-left .product-page-image .product-swipe-icon {
  -moz-opacity: .3;
  -khtml-opacity: .3;
  -webkit-opacity: .3;
  opacity: .3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 40px;
}

.webshop-pp-left .product-page-image .swiper-container-product-images {
  max-height: 234px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 -15px;
}

@media (min-width:768px) {
  .webshop-pp-left .product-page-image .swiper-container-product-images {
    margin: 0;
    max-height: 330px;
  }
}

@media (min-width:992px) {
  .webshop-pp-left .product-page-image .swiper-container-product-images {
    max-height: 380px;
  }
}

@media (min-width:1240px) {
  .webshop-pp-left .product-page-image .swiper-container-product-images {
    max-height: 380px;
  }
}

.webshop-pp-left .product-page-image .swiper-container-product-images .swiper-wrapper {
  height: 450px;
}

.webshop-pp-left .product-page-image .image {
  display: block;
  height: 234px;
  width: 320px;
  margin-right: 15px;
}

.webshop-pp-left .product-page-image .image.single {
  width: 100%;
  margin-right: 0;
  margin-bottom: -30px;
}

@media (min-width:768px) {
  .webshop-pp-left .product-page-image .image {
    height: 330px;
    width: 251px;
  }
}

@media (min-width:992px) {
  .webshop-pp-left .product-page-image .image {
    height: 380px;
    width: 334px;
  }
}

@media (min-width:1240px) {
  .webshop-pp-left .product-page-image .image {
    height: 380px;
    width: 435px;
  }
}

.webshop-pp-left .product-page-image .image img {
  display: none;
}

.webshop-pp-left .product-page-thumbs {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .webshop-pp-left .product-page-thumbs {
    border-bottom: none;
    border-top: none;
    margin-bottom: 21px;
  }
}

.webshop-pp-left .product-page-thumbs ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.webshop-pp-left .product-page-thumbs ul:before,
.webshop-pp-left .product-page-thumbs ul:after {
  content: " ";
  display: table;
}

.webshop-pp-left .product-page-thumbs ul:after {
  clear: both;
}

.webshop-pp-left .product-page-thumbs ul:before,
.webshop-pp-left .product-page-thumbs ul:after {
  content: " ";
  display: table;
}

.webshop-pp-left .product-page-thumbs ul:after {
  clear: both;
}

.webshop-pp-left .product-page-thumbs ul li {
  float: left;
  display: block;
}

.webshop-pp-left .product-page-thumbs ul li {
  width: 71px;
  height: 64px;
  text-align: center;
  margin-right: 10px;
}

.webshop-pp-left .product-page-thumbs ul li img {
  display: none;
}

.webshop-pp-left .webshop-pp-image {
  position: relative;
  height: 288px;
  width: 100%;
  margin-bottom: 7.5px;
}

@media (min-width:768px) {
  .webshop-pp-left .webshop-pp-image {
    height: 330px;
    position: relative;
    border: 1px solid #eee;
  }
}

@media (min-width:992px) {
  .webshop-pp-left .webshop-pp-image {
    height: 350px;
  }
}

@media (min-width:992px) {
  .webshop-pp-left .webshop-pp-image {
    height: 380px;
  }
}

.webshop-pp-left .webshop-pp-image p {
  margin: 0;
}

.webshop-pp-left .webshop-pp-image p a {
  display: block;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  height: 288px;
  width: 100%;
}

@media (min-width:768px) {
  .webshop-pp-left .webshop-pp-image p a {
    display: table-cell;
    width: 249px;
    height: 320px;
  }
}

@media (min-width:992px) {
  .webshop-pp-left .webshop-pp-image p a {
    height: 378px;
    width: 433px;
  }
}

.webshop-pp-left .webshop-pp-image p a>img {
  max-width: 100%;
  max-height: 100%;
  display: inline;
}

.webshop-pp-left .webshop-pp-image .zoom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 39px;
  height: 34px;
  cursor: pointer;
  text-align: center;
  font-size: 19px;
  color: #222;
}

.webshop-pp-left .webshop-pp-image .zoom:hover {
  color: #000000;
}

.webshop-pp-left .webshop-pp-image ul+.zoom {
  left: auto;
  right: 0;
}

.webshop-pp-left .webshop-pp-thumbs {
  border-top: 1px solid #eee;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .webshop-pp-left .webshop-pp-thumbs {
    border: none;
    height: auto;
  }
}

.webshop-pp-left .webshop-pp-thumbs ul {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

@media (min-width:480px) {
  .webshop-pp-left .webshop-pp-thumbs ul {
    max-width: 400px;
  }
}

@media (min-width:768px) {
  .webshop-pp-left .webshop-pp-thumbs ul {
    max-width: 460px;
  }
}

.webshop-pp-left .webshop-pp-thumbs ul li {
  float: left;
  width: 50%;
  padding: 7.5px 7.5px;
  text-align: center;
}

@media (min-width:992px) {
  .webshop-pp-left .webshop-pp-thumbs ul li {
    width: 33.3%;
  }
}

@media (min-width:1240px) {
  .webshop-pp-left .webshop-pp-thumbs ul li {
    width: 25%;
  }
}

.webshop-pp-left .webshop-pp-thumbs ul li a {
  display: block;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 80px;
  border: 1px solid #eee;
}

@media (min-width:480px) {
  .webshop-pp-left .webshop-pp-thumbs ul li a {
    height: 120px;
  }
}

@media (min-width:992px) {
  .webshop-pp-left .webshop-pp-thumbs ul li a {
    height: 84px;
  }
}

@media (min-width:992px) {
  .webshop-pp-left .webshop-pp-thumbs ul li a {
    height: 90px;
  }
}

.webshop-pp-left .webshop-pp-thumbs ul li a img {
  max-width: 100%;
  max-height: 100%;
}

.webshop-pp-left .webshop-pp-thumbs ul li+li+li+li+li {
  display: none;
}

.webshop-pp-left .webshop-pp-thumbs .webshop-pp-thumbs-wrapper {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.webshop-pp-right {
  position: relative;
  margin-bottom: 30px;
}

.webshop-pp-right h1 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #000000;
  margin: 0 0 10px 0;
}

.webshop-pp-right .webshop-pp-right-wrapper {
  position: relative;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-pp-right-wrapper {
    height: 330px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .webshop-pp-right-wrapper {
    height: 380px;
  }
}

.webshop-pp-right .webshop-specs {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 26px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ec008c;
  height: auto;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-specs {
    margin-bottom: 0;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .webshop-specs {
    font-size: 15px;
  }
}

.webshop-pp-right .webshop-specs dl {
  padding: 0;
  margin: 0;
  clear: both;
}

.webshop-pp-right .webshop-specs dl:nth-child(odd) dt {
  background: #ec008c;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-specs dl:nth-child(odd) dt {
    background: none;
  }
}

.webshop-pp-right .webshop-specs dl:nth-child(odd) dd {
  background: #ec008c;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-specs dl:nth-child(odd) dd {
    background: none;
  }
}

.webshop-pp-right .webshop-specs dt {
  float: left;
  font-weight: bold;
  width: 50%;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-specs dt {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .webshop-specs dt {
    font-size: 15px;
  }
}

.webshop-pp-right .webshop-specs dd {
  color: #222;
  height: 24px;
  overflow: hidden;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-specs dd {
    min-height: 19px;
    font-size: 14px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .webshop-specs dd {
    font-size: 15px;
  }
}

.webshop-pp-right .webshop-specs dd strong {
  color: #000000;
}

.webshop-pp-right .webshop-specs dd.webshop-voorraad {
  color: #289900;
  font-weight: bold;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-pp-order-price {
    position: absolute;
    bottom: 0;
  }
}

.webshop-pp-right .webshop-pp-order-price .pp_order_subs {
  margin: 0 0 15px 0;
  text-align: center;
}

.webshop-pp-right .webshop-pp-order-price .pp_order_subs select {
  float: left;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #222;
  line-height: 30px;
  height: 38px;
  width: 100%;
  text-align: center;
  border: 1px solid #555;
  padding: 0 5px;
  margin: 0 0 15px 0;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-pp-order-price .pp_order_subs select {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .webshop-pp-order-price .pp_order_subs select {
    font-size: 15px;
  }
}

.webshop-pp-right .webshop-pp-order-price .pp_order_subs label {
  display: block;
  width: 50px;
  margin-bottom: 0;
  line-height: 25px;
  font-size: 15px;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-pp-order-price .pp_order_subs label {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .webshop-pp-order-price .pp_order_subs label {
    font-size: 15px;
  }
}

.webshop-pp-right .price {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #ec008c;
  line-height: 57px;
  margin-bottom: 7.5px;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

@media (min-width:992px) {
  .webshop-pp-right .price {
    margin-bottom: 15px;
  }
}

.webshop-pp-right .price sup {
  font-size: 19px;
  line-height: 19px;
}

.webshop-pp-right .price s {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  text-decoration: line-through;
  line-height: 19px;
}

@media (min-width:768px) {
  .webshop-pp-right .price s {
    font-size: 15px;
    height: 14px;
    color: #555;
    line-height: 15px;
  }
}

.webshop-pp-right .price span {
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #555;
  font-weight: 400;
  line-height: 15px;
}

@media (min-width:768px) {
  .webshop-pp-right .price span {
    font-size: 15px;
    line-height: 15px;
  }
}

.webshop-pp-right .order {
  width: 50%;
  min-width: 130px;
  float: right;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
}

@media (min-width:480px) {
  .webshop-pp-right .order {
    width: 35%;
  }
}

@media (min-width:768px) {
  .webshop-pp-right .order {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

.webshop-pp-right .order span {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width:768px) {
  .webshop-pp-right .order span {
    margin-bottom: 15px;
    text-align: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 24px;
  }
}

.webshop-pp-right .order span label {
  margin: 0 10px 0 0;
  font-weight: normal;
}

.webshop-pp-right .order span .min {
  float: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #222;
  line-height: 38px;
  height: 38px;
  width: 25%;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
}

.webshop-pp-right .order span .min:hover {
  color: #000000;
}

.webshop-pp-right .order span .plus {
  float: right;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #222;
  line-height: 38px;
  height: 38px;
  width: 25%;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
}

.webshop-pp-right .order span .plus:hover {
  color: #000000;
}

.webshop-pp-right .order span .count {
  float: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 19px;
  color: #222;
  line-height: 28.5px;
  height: 38px;
  width: 50%;
  min-width: 40px;
  text-align: center;
  border: 1px solid #555;
}

@media (min-width:768px) {
  .webshop-pp-right .order span .count {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #222;
    line-height: 22px;
    height: 24px;
    width: 45px;
    text-align: left;
    padding: 0 5px;
  }
}

.webshop-pp-right .order .add {
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #ec008c;
  line-height: 40px;
  height: 40px;
  border: 0;
  text-align: left;
  padding: 0;
  padding-left: 45px;
  width: 100%;
  background: url('../images/icon_shoppingcart.png') no-repeat 10px center #000000;
  margin-bottom: 10px;
}

.webshop-pp-right .order .add .glyphicon {
  font-size: 15px;
}

@media (min-width:992px) {
  .webshop-pp-right #pp_order-price {
    font-size: 42px;
  }
}

.webshop-pp-right .pp_order_wrapper {
  border: 1px solid #eee;
  padding: 15px;
}

@media (min-width:1240px) {
  .webshop-pp-right .pp_order_wrapper {
    width: 416px;
  }
}

.webshop-pp-right .pp_order_wrapper label {
  float: left;
  display: block;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 25px;
  font-size: 15px;
}

@media (min-width:768px) {
  .webshop-pp-right .pp_order_wrapper label {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .pp_order_wrapper label {
    width: 53px;
  }
}

.webshop-pp-right .pp_order_wrapper .pp_order_subs {
  margin: 0 0 15px 0;
}

.webshop-pp-right .pp_order_wrapper .pp_order_subs select {
  float: left;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 30px;
  height: 30px;
  width: 150px;
  text-align: center;
  border: 1px solid #555;
  padding: 0 5px;
  margin: 0 0 15px 0;
}

@media (min-width:768px) {
  .webshop-pp-right .pp_order_wrapper .pp_order_subs select {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .pp_order_wrapper .pp_order_subs select {
    font-size: 15px;
    width: 283px;
  }
}

@media (min-width:1240px) {
  .webshop-pp-right .pp_order_wrapper .pp_order_subs select {
    width: 320px;
  }
}

.webshop-pp-right .pp_order_wrapper .pp_order_subs label {
  float: left;
  display: block;
  width: 50px;
  margin-bottom: 0;
  line-height: 25px;
  font-size: 15px;
}

@media (min-width:768px) {
  .webshop-pp-right .pp_order_wrapper .pp_order_subs label {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .pp_order_wrapper .pp_order_subs label {
    font-size: 15px;
    width: 53px;
  }
}

.webshop-pp-right .pp_order_wrapper p:before,
.webshop-pp-right .pp_order_wrapper p:after {
  content: " ";
  display: table;
}

.webshop-pp-right .pp_order_wrapper p:after {
  clear: both;
}

.webshop-pp-right .pp_order_wrapper p:before,
.webshop-pp-right .pp_order_wrapper p:after {
  content: " ";
  display: table;
}

.webshop-pp-right .pp_order_wrapper p:after {
  clear: both;
}

.webshop-pp-right .pp_order_wrapper .min {
  float: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #222;
  line-height: 26px;
  height: 26px;
  width: 40px;
  text-align: center;
  background: none;
  border: none;
}

.webshop-pp-right .pp_order_wrapper .min:hover {
  color: #000000;
}

.webshop-pp-right .pp_order_wrapper .plus {
  float: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #222;
  line-height: 28px;
  height: 28px;
  width: 40px;
  text-align: center;
  background: none;
  border: none;
}

.webshop-pp-right .pp_order_wrapper .plus:hover {
  color: #000000;
}

.webshop-pp-right .pp_order_wrapper .count {
  float: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 30px;
  height: 30px;
  width: 60px;
  text-align: center;
  border: 1px solid #555;
  padding: 0 5px;
}

.webshop-pp-right button[type=submit] {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  background: #ec008c;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  padding: 10px 10px;
  color: #eee;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  clear: both;
}

.webshop-pp-right button[type=submit]:hover {
  background: #b9006e;
}

.webshop-pp-right button[type=submit] .fa {
  padding: 0 7.5px;
  font-size: 19px;
}

@media (min-width:768px) {
  .webshop-pp-right button[type=submit] {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right button[type=submit] {
    font-size: 16px;
  }
}

.webshop-pp-right button[type=submit] .zichtbaar-lg {
  display: none;
}

@media (min-width:1240px) {
  .webshop-pp-right button[type=submit] .zichtbaar-lg {
    display: inline-block !important;
  }
}

.webshop-pp-right .pp_order {
  border: 1px solid #555;
}

.webshop-pp-right .webshop-pp-visual {
  margin: 30px 0 0 0;
  background: #ec008c;
  width: 100%;
  padding: 15px 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-pp-visual {
    height: 120px;
    width: 243px;
    margin-top: 15px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .webshop-pp-visual {
    height: 90px;
    width: 100%;
    margin-top: 15px;
  }
}

.webshop-pp-right .webshop-pp-visual p {
  text-align: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 19px;
  color: #222;
  line-height: 28.5px;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-pp-visual p {
    font-size: 19px;
    line-height: 28.5px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .webshop-pp-visual p {
    font-size: 19px;
    line-height: 28.5px;
  }
}

.webshop-pp-right .webshop-pp-visual p span {
  color: #000000;
}

.webshop-pp-right .webshop-pp-visual p+p {
  text-align: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 18px;
  text-transform: none;
  margin: 0;
}

@media (min-width:768px) {
  .webshop-pp-right .webshop-pp-visual p+p {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (min-width:992px) {
  .webshop-pp-right .webshop-pp-visual p+p {
    font-size: 16px;
    line-height: 26px;
  }
}

.webshop-pp-info {
  overflow: hidden;
}

@media (min-width:768px) {
  .webshop-pp-info {
    border: 1px solid #eee;
    padding: 7.5px 15px;
    margin: 0 0 15px 0;
  }
}

@media (min-width:992px) {
  .webshop-pp-info {
    padding: 15px 30px;
  }
}

@media (min-width:1240px) {
  .webshop-pp-info {
    padding: 15px 30px;
  }
}

.webshop-pp-specs {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width:768px) {
  .webshop-pp-specs {
    margin-left: 0;
    margin-right: 0;
    padding: 7.5px 15px;
    border: 1px solid #eee;
  }
}

@media (min-width:992px) {
  .webshop-pp-specs {
    padding: 15px 30px;
  }
}

.webshop-pp-specs h2 {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width:768px) {
  .webshop-pp-specs h2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.webshop-pp-specs .specs dl dt {
  font-weight: bold;
  background: #ec008c;
  padding-top: 7.5px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (min-width:768px) {
  .webshop-pp-specs .specs dl dt {
    padding: 3px 10px;
    float: left;
    width: 50%;
  }
}

.webshop-pp-specs .specs dl dd {
  background: #ec008c;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 7.5px;
}

@media (min-width:768px) {
  .webshop-pp-specs .specs dl dd {
    padding: 3px 0 3px 50%;
  }
}

.webshop-pp-specs .specs dl dt.omenom {
  background: none;
}

.webshop-pp-specs .specs dl dd.omenom {
  background: none;
}

.webshop-pp-usps {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width:768px) {
  .webshop-pp-usps {
    margin-left: 0;
    margin-right: 0;
    padding: 7.5px 15px;
    border: 1px solid #eee;
  }
}

.webshop-pp-usps:before,
.webshop-pp-usps:after {
  content: " ";
  display: table;
}

.webshop-pp-usps:after {
  clear: both;
}

.webshop-pp-usps:before,
.webshop-pp-usps:after {
  content: " ";
  display: table;
}

.webshop-pp-usps:after {
  clear: both;
}

.webshop-pp-usps h3 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 22.5px;
}

.webshop-pp-usps h3 .fa {
  color: #000000;
  padding: 0 7.5px 0 0;
}

.webshop-pp-usps p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #222;
  line-height: 22.5px;
}

.webshop-pp-related {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width:768px) {
  .webshop-pp-related {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.webshop-pp-related h2 {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.product-list-header {
  background: transparent;
  padding: 2px 10px 2px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .product-list-header {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width:992px) {
  .product-list-header {
    height: 160px;
  }
}

@media (min-width:1240px) {
  .product-list-header {
    height: 175px;
  }
}

.product-list-header h1 {
  font-size: 26px;
  color: #ec008c;
}

@media (min-width:768px) {
  .product-list-header h1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #FFF;
    background: #ec008c;
    display: inline-block;
  }
}

@media (min-width:992px) {
  .product-list-header h1 {
    font-size: 36px;
    position: absolute;
    bottom: 20px;
  }
}

.product-list-text {
  background: #eee;
  padding: 20px;
  margin-bottom: 15px;
  margin-left: -15px;
  height: 175px;
  overflow: hidden;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform,left,top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform,left,top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform,left,top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0, 0);
  -ms-transition-property: -ms-transform,left,top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform,left,top;
  transition-duration: 0s;
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.acc_login,
.acc_wachtwoord,
.acc_aanmelden {
  min-height: 300px;
}

.acc_login button[type=submit],
.acc_wachtwoord button[type=submit],
.acc_aanmelden button[type=submit] {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  background: #ec008c;
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  padding: 0 15px;
  line-height: 30px;
  color: #eee;
  text-transform: uppercase;
  border: none;
  max-width: 220px;
  margin-bottom: 30px;
}

.acc_login button[type=submit]:hover,
.acc_wachtwoord button[type=submit]:hover,
.acc_aanmelden button[type=submit]:hover {
  background: #b9006e;
}

.acc_login button[type=submit] .fa,
.acc_wachtwoord button[type=submit] .fa,
.acc_aanmelden button[type=submit] .fa {
  padding: 0 7.5px;
  font-size: 19px;
}

.acc_login button[type=submit]:before,
.acc_wachtwoord button[type=submit]:before,
.acc_aanmelden button[type=submit]:before,
.acc_login button[type=submit]:after,
.acc_wachtwoord button[type=submit]:after,
.acc_aanmelden button[type=submit]:after {
  content: " ";
  display: table;
}

.acc_login button[type=submit]:after,
.acc_wachtwoord button[type=submit]:after,
.acc_aanmelden button[type=submit]:after {
  clear: both;
}

.acc_login button[type=submit]:before,
.acc_wachtwoord button[type=submit]:before,
.acc_aanmelden button[type=submit]:before,
.acc_login button[type=submit]:after,
.acc_wachtwoord button[type=submit]:after,
.acc_aanmelden button[type=submit]:after {
  content: " ";
  display: table;
}

.acc_login button[type=submit]:after,
.acc_wachtwoord button[type=submit]:after,
.acc_aanmelden button[type=submit]:after {
  clear: both;
}

.acc_details button[type=submit] {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  background: #ec008c;
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  padding: 0 15px;
  line-height: 30px;
  color: #eee;
  text-transform: uppercase;
  border: none;
  max-width: 45%;
  min-width: 120px;
}

.acc_details button[type=submit]:hover {
  background: #b9006e;
}

.acc_details button[type=submit] .fa {
  padding: 0 7.5px;
  font-size: 19px;
}

.acc_details button[type=submit]:before,
.acc_details button[type=submit]:after {
  content: " ";
  display: table;
}

.acc_details button[type=submit]:after {
  clear: both;
}

.acc_details button[type=submit]:before,
.acc_details button[type=submit]:after {
  content: " ";
  display: table;
}

.acc_details button[type=submit]:after {
  clear: both;
}

.acc_details button[type=reset] {
  float: right;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  background: #ec008c;
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  padding: 0 15px;
  line-height: 30px;
  color: #eee;
  text-transform: uppercase;
  border: none;
  max-width: 35%;
  min-width: 138px;
  background: #555;
}

.acc_details button[type=reset]:hover {
  background: #b9006e;
}

.acc_details button[type=reset] .fa {
  padding: 0 7.5px;
  font-size: 19px;
}

.acc_details button[type=reset]:before,
.acc_details button[type=reset]:after {
  content: " ";
  display: table;
}

.acc_details button[type=reset]:after {
  clear: both;
}

.acc_details button[type=reset]:before,
.acc_details button[type=reset]:after {
  content: " ";
  display: table;
}

.acc_details button[type=reset]:after {
  clear: both;
}

.acc_details button[type=reset]:hover {
  background: #3c3c3c;
}

.acc_details .form_required {
  font-size: 14px;
  text-align: right;
  line-height: 30px;
}

.account-logout {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  background: #ec008c;
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  padding: 0 15px;
  line-height: 30px;
  color: #eee;
  text-transform: uppercase;
  border: none;
}

.account-logout:hover {
  background: #b9006e;
}

.account-logout .fa {
  padding: 0 7.5px;
  font-size: 19px;
}

ul.account-tabs {
  margin: 0;
  padding: 15px 0 0 0;
}

@media (min-width:768px) {
  ul.account-tabs {
    padding: 0;
  }
}

.checkout {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.checkout .checkout-menu {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
}

.checkout .checkout-menu:before,
.checkout .checkout-menu:after {
  content: " ";
  display: table;
}

.checkout .checkout-menu:after {
  clear: both;
}

.checkout .checkout-menu:before,
.checkout .checkout-menu:after {
  content: " ";
  display: table;
}

.checkout .checkout-menu:after {
  clear: both;
}

@media (min-width:768px) {
  .checkout .checkout-menu {
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
  }
}

.checkout .checkout-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkout .checkout-menu ul li {
  float: left;
  font-size: 19px;
  line-height: 38px;
  color: #888;
  margin-right: 15px;
}

.checkout .checkout-menu ul li a {
  color: #888;
  text-decoration: none;
}

.checkout .checkout-menu ul li a:hover {
  color: #000000;
}

.checkout .checkout-menu ul li.huidig_item {
  font-weight: 700;
  font-size: 26px;
  color: #ec008c;
}

.checkout .checkout-cart-form {
  margin-bottom: 30px;
}

.checkout .checkout-cart-form:before,
.checkout .checkout-cart-form:after {
  content: " ";
  display: table;
}

.checkout .checkout-cart-form:after {
  clear: both;
}

.checkout .checkout-cart-form:before,
.checkout .checkout-cart-form:after {
  content: " ";
  display: table;
}

.checkout .checkout-cart-form:after {
  clear: both;
}

.checkout .checkout-cart-menu {
  clear: both;
  padding-bottom: 7.5px;
}

.checkout .checkout-cart-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkout .checkout-cart-menu ul li {
  font-weight: 600;
}

.checkout .checkout-cart-items {
  clear: both;
  margin-bottom: 30px;
}

.checkout .checkout-cart-items .item {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  padding: 15px 0;
}

.checkout .checkout-cart-items .item .name {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
}

@media (min-width:768px) {
  .checkout .checkout-cart-items .item .name {
    padding-bottom: 0;
  }
}

.checkout .checkout-cart-items .item .name:before,
.checkout .checkout-cart-items .item .name:after {
  content: " ";
  display: table;
}

.checkout .checkout-cart-items .item .name:after {
  clear: both;
}

.checkout .checkout-cart-items .item .name:before,
.checkout .checkout-cart-items .item .name:after {
  content: " ";
  display: table;
}

.checkout .checkout-cart-items .item .name:after {
  clear: both;
}

.checkout .checkout-cart-items .item .name a {
  color: #222;
  text-decoration: none;
}

.checkout .checkout-cart-items .item .name a .image {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  position: relative;
  float: left;
  width: 80px;
  height: 114px;
  margin-right: 10px;
}

@media (min-width:768px) {
  .checkout .checkout-cart-items .item .name a .image {
    width: 110px;
    height: 156px;
    margin-right: 15px;
  }
}

@media (min-width:992px) {
  .checkout .checkout-cart-items .item .name a .image {
    font-size: 17px;
    width: 100px;
    height: 142px;
  }
}

@media (min-width:1240px) {
  .checkout .checkout-cart-items .item .name a .image {
    width: 110px;
    height: 156px;
  }
}

.checkout .checkout-cart-items .item .name a .image img {
  display: none;
}

.checkout .checkout-cart-items .item .name a .image .fa {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  opacity: 0;
  position: absolute;
  font-size: 28px;
  color: #FFF5E8;
  top: 50%;
  margin-top: -14px;
  left: 50%;
  margin-left: -13px;
}

.checkout .checkout-cart-items .item .name a .image:hover .fa {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  opacity: 1;
}

.checkout .checkout-cart-items .item .name a .title {
  display: block;
  padding-bottom: 8px;
}

.checkout .checkout-cart-items .item .name a .title:hover {
  text-decoration: underline;
}

@media (min-width:992px) {
  .checkout .checkout-cart-items .item .name a .title {
    padding-bottom: 10px;
  }
}

.checkout .checkout-cart-items .item .name a ul {
  list-style: none;
  padding: 0;
}

.checkout .checkout-cart-items .item .name a ul li {
  font-size: 13px;
}

.checkout .checkout-cart-items .item .name a ul li span {
  display: inline-block;
  width: 45px;
  font-weight: bold;
}

.checkout .checkout-cart-items .item .count {
  padding-top: 15px;
}

.checkout .checkout-cart-items .item .count .form-control {
  float: left;
  width: 75px;
  margin: -8px 10px 0 0;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.checkout .checkout-cart-items .item .count .checkout-cart-item-refresh {
  font-size: 19px;
  color: #222;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
}

.checkout .checkout-cart-items .item .count .checkout-cart-item-refresh:hover {
  color: #ec008c;
}

.checkout .checkout-cart-items .item .price {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #222;
  font-weight: 600;
  padding-top: 15px;
}

.checkout .checkout-cart-items .item .price button {
  float: right;
  font-size: 19px;
  border: 0;
  padding: 0;
  background: none;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
}

.checkout .checkout-cart-items .item .price button:hover {
  color: #ec008c;
}

.checkout .checkout-cart-items .item+.item {
  border-top: none;
}

.checkout .checkout-cart-summary {
  background: #eee;
  padding: 15px;
}

@media (max-width:991px) {
  .checkout .checkout-cart-summary {
    margin-top: 0 !important;
  }
}

.checkout .checkout-cart-submit {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  background: #ec008c;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  padding: 10px 10px;
  color: #eee;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 0 0 15px 0;
}

.checkout .checkout-cart-submit:hover {
  background: #b9006e;
}

.checkout .checkout-cart-submit .fa {
  padding: 0 7.5px;
  font-size: 19px;
}

.checkout .checkout-cart-submit .fa {
  margin-right: 5px;
}

.checkout .checkout-cart-submit.btn-bottom {
  margin-top: 30px;
}

@media (min-width:768px) {
  .checkout .checkout-cart-submit {
    float: right;
    width: auto;
  }
}

.checkout .checkout-cart-shopping {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  border: 0;
  padding: 0 15px;
  color: #222;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  background: #eee;
  border: 1px solid #dadada;
  margin: 30px 0;
}

.checkout .checkout-cart-shopping .glyphicon,
.checkout .checkout-cart-shopping .fa {
  margin-right: 5px;
}

.checkout .checkout-cart-shopping:hover {
  background: #999;
  color: #fff;
}

.checkout .checkout-discount-link {
  display: block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
}

.checkout .checkout-discount-link i {
  color: #ec008c;
}

.checkout .checkout-discount-link:hover {
  cursor: pointer;
  color: #000;
  text-decoration: underline;
}

@media (min-width:768px) {
  .checkout .checkout-discount-link {
    margin: 0 0 15px 0;
  }
}

.checkout .checkout-discount-options {
  clear: both;
  display: none;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
  line-height: 24px;
  position: relative;
  margin-bottom: 30px;
}

.checkout .checkout-discount-options label {
  font-weight: normal;
  line-height: 24px;
  margin: 0;
}

@media (min-width:768px) {
  .checkout .checkout-discount-options label {
    width: 191px;
  }
}

.checkout .checkout-discount-options input[type=text] {
  border: 1px solid #dadada;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 10px;
  width: 200px;
}

@media (min-width:768px) {
  .checkout .checkout-discount-options input[type=text] {
    height: 36px;
    line-height: 36px;
  }
}

@media (min-width:992px) {
  .checkout .checkout-discount-options input[type=text] {
    width: 224px;
  }
}

@media (min-width:1240px) {
  .checkout .checkout-discount-options input[type=text] {
    width: 314px;
  }
}

.checkout .checkout-discount-options button {
  color: #222;
  border: 0;
  padding: 0;
  background: none;
}

.checkout .checkout-discount-options button:hover {
  color: #000000;
}

.checkout .checkout-discount-options i {
  color: #ec008c;
}

.checkout .checkout-total {
  border-top: 1px solid #dadada;
}

.checkout .checkout-total dl {
  line-height: 30px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

.checkout .checkout-total dl dt {
  float: left;
  width: 175px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
}

@media (min-width:768px) {
  .checkout .checkout-total dl dt {
    width: 191px;
  }
}

@media (min-width:992px) {
  .checkout .checkout-total dl dt {
    width: 167px;
  }
}

@media (min-width:1240px) {
  .checkout .checkout-total dl dt {
    width: 195px;
  }
}

.checkout .checkout-total dl dd {
  line-height: 30px;
}

.checkout .checkout-total dl dd select {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding: 3.75px 7.5px;
  border: 1px solid #dadada;
}

@media (min-width:768px) {
  .checkout .checkout-total dl dd select {
    width: 50%;
  }
}

@media (min-width:992px) {
  .checkout .checkout-total dl dd select {
    width: 100%;
  }
}

.checkout .checkout-total #ww_kort_prij dl dd {
  color: #0da905;
}

.checkout .checkout-order-form {
  margin-bottom: 30px;
}

.checkout .checkout-order-form:before,
.checkout .checkout-order-form:after {
  content: " ";
  display: table;
}

.checkout .checkout-order-form:after {
  clear: both;
}

.checkout .checkout-order-form:before,
.checkout .checkout-order-form:after {
  content: " ";
  display: table;
}

.checkout .checkout-order-form:after {
  clear: both;
}

.checkout .checkout-order-form-left {
  margin-bottom: 30px;
}

.checkout .checkout-order-form-left h2 {
  font-size: 19px;
  margin: 0 0 15px 0;
}

.checkout .checkout-order-form-left .checkout-order-required {
  text-align: right;
}

.checkout .checkout-order-form-left .form-group label {
  font-weight: normal;
  white-space: nowrap;
}

.checkout .checkout-order-form-left .form-group .radio label {
  margin-right: 15px;
}

.checkout .checkout-order-form-left .form-group .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.checkout .checkout-order-form-left .form-group.error .form-control {
  border-color: #d9534f;
}

.checkout .checkout-order-form-left .form-group .input-group-addon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.checkout .checkout-order-form-left .form-group .alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 14px;
  line-height: 15px;
  color: #d9534f;
  padding: 7px 0 0;
}

.checkout .checkout-order-form-left .form-group .alert br {
  display: none;
}

.checkout .checkout-order-form-left .checkout-order-error {
  margin: 0 0 15px 0;
  border: 1px solid #d9534f;
  padding: 10px 12px;
}

.checkout .checkout-order-form-left .checkout-order-billing-address,
.checkout .checkout-order-form-left .checkout-order-delivery-address {
  display: none;
}

.checkout .checkout-order-form-right {
  margin-bottom: 30px;
}

@media (min-width:768px) {
  .checkout .checkout-order-form-right {
    padding-left: 30px;
    border-left: 1px solid #eee;
  }
}

.checkout .checkout-order-form-right h2 {
  font-size: 19px;
  margin: 0 0 15px 0;
}

.checkout .checkout-order-form-right .checkout-order-error {
  margin: 0 0 15px 0;
  border: 1px solid #d9534f;
  padding: 10px 12px;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods {
  border-top: 1px solid #eee;
  margin-bottom: 30px;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio {
  border-bottom: 1px solid #eee;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 0;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio label {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio label input[type=radio] {
  float: left;
  width: 14px;
  height: 14px;
  margin: 7px 7px 0 -20px;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio label img {
  height: 28px;
  margin: 0 7px 0 0;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio .paymentmethods-form-groups {
  display: none;
  padding-left: 20px;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio .paymentmethods-form-groups label {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 15px;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio .paymentmethods-form-groups .afterpay-order-conditions label {
  padding-left: 0;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio .paymentmethods-form-groups .form-group .control-label {
  padding: 0;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio .paymentmethods-form-groups .form-group.error .form-control {
  border-color: #d9534f;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio .paymentmethods-form-groups .form-group .alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 14px;
  line-height: 15px;
  color: #d9534f;
  padding: 7px 0 0;
}

.checkout .checkout-order-form-right .checkout-order-paymentmethods .radio .paymentmethods-form-groups .form-group .alert br {
  display: none;
}

.checkout .checkout-order-form-right .checkout-order-service h3 {
  font-weight: bold;
  font-size: 19px;
  margin: 0 0 15px 0;
}

.checkout .checkout-order-form-right .checkout-order-service dl dt {
  float: left;
  width: 150px;
}

.checkout .checkout-order-form-right .checkout-order-service dl dd {
  padding-left: 150px;
}

.checkout .checkout-order-conditions {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
  padding: 15px 0;
  position: relative;
}

.checkout .checkout-order-conditions:before,
.checkout .checkout-order-conditions:after {
  content: " ";
  display: table;
}

.checkout .checkout-order-conditions:after {
  clear: both;
}

.checkout .checkout-order-conditions:before,
.checkout .checkout-order-conditions:after {
  content: " ";
  display: table;
}

.checkout .checkout-order-conditions:after {
  clear: both;
}

.checkout .checkout-order-conditions .checkbox {
  margin: 0 0 8px 0;
}

.checkout .checkout-order-conditions .checkbox .fa {
  color: #ec008c;
}

.checkout .checkout-order-submit {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  background: #ec008c;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  padding: 10px 10px;
  color: #eee;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.checkout .checkout-order-submit:hover {
  background: #b9006e;
}

.checkout .checkout-order-submit .fa {
  padding: 0 7.5px;
  font-size: 19px;
}

@media (min-width:768px) {
  .checkout .checkout-order-submit {
    float: right;
    width: auto;
  }
}

.checkout .checkout-redirect-submit {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  background: #ec008c;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  padding: 10px 10px;
  color: #eee;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: auto;
  margin-bottom: 30px;
}

.checkout .checkout-redirect-submit:hover {
  background: #b9006e;
}

.checkout .checkout-redirect-submit .fa {
  padding: 0 7.5px;
  font-size: 19px;
}

.checkout .checkout-kassakoopjes .webshop-po-block {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.checkout .checkout-kassakoopjes .webshop-po-block a {
  display: block;
  position: relative;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  margin-bottom: 15px;
  padding: 30px 0 15px 0;
  text-decoration: none;
}

.checkout .checkout-kassakoopjes .webshop-po-block a:before,
.checkout .checkout-kassakoopjes .webshop-po-block a:after {
  content: " ";
  display: table;
}

.checkout .checkout-kassakoopjes .webshop-po-block a:after {
  clear: both;
}

.checkout .checkout-kassakoopjes .webshop-po-block a:before,
.checkout .checkout-kassakoopjes .webshop-po-block a:after {
  content: " ";
  display: table;
}

.checkout .checkout-kassakoopjes .webshop-po-block a:after {
  clear: both;
}

.checkout .checkout-kassakoopjes .webshop-po-block a:hover {
  border-color: #222;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block a {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.checkout .checkout-kassakoopjes .webshop-po-block a .image_wrapper {
  float: left;
  display: block;
  padding: 0 10px 10px 10px;
}

.checkout .checkout-kassakoopjes .webshop-po-block a .image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 140px;
  height: 100px;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block a .image {
    width: 331px;
    height: 187px;
  }
}

.checkout .checkout-kassakoopjes .webshop-po-block a .image img {
  max-height: 100%;
  max-width: 100%;
}

.checkout .checkout-kassakoopjes .webshop-po-block a .title_wrapper {
  padding: 0 10px;
  display: block;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block a .title_wrapper {
    padding: 0;
  }
}

.checkout .checkout-kassakoopjes .webshop-po-block a .title {
  width: 80%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #222;
  line-height: #343434;
  text-transform: uppercase;
  height: 40px;
  overflow: hidden;
  text-align: center;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block a .title {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    width: auto;
    font-size: 15px;
    line-height: #343434;
    height: 43px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 7px;
  }
}

.checkout .checkout-kassakoopjes .webshop-po-block a .text {
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 22.5px;
  text-transform: none;
  text-align: center;
  height: 70px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

.checkout .checkout-kassakoopjes .webshop-po-block a .text .stock {
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #222;
  line-height: 19px;
  height: 19px;
  overflow: hidden;
  padding-left: 15px;
  background: url('../images/icon_in_stock.png') no-repeat left center;
}

.checkout .checkout-kassakoopjes .webshop-po-block a .price {
  float: right;
  position: relative;
  margin-top: 20px;
  padding: 0;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block a .price {
    display: block;
    margin: 0;
    position: static;
    float: none;
    padding: 5px 15px;
  }

  .checkout .checkout-kassakoopjes .webshop-po-block a .price:before,
  .checkout .checkout-kassakoopjes .webshop-po-block a .price:after {
    content: " ";
    display: table;
  }

  .checkout .checkout-kassakoopjes .webshop-po-block a .price:after {
    clear: both;
  }

  .checkout .checkout-kassakoopjes .webshop-po-block a .price:before,
  .checkout .checkout-kassakoopjes .webshop-po-block a .price:after {
    content: " ";
    display: table;
  }

  .checkout .checkout-kassakoopjes .webshop-po-block a .price:after {
    clear: both;
  }
}

.checkout .checkout-kassakoopjes .webshop-po-block a .price span {
  position: absolute;
  top: 5px;
  left: 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  line-height: 14px;
}

.checkout .checkout-kassakoopjes .webshop-po-block a .price span s {
  text-decoration: line-through;
  color: #222;
}

.checkout .checkout-kassakoopjes .webshop-po-block a .price span p {
  display: inline;
  margin: 0;
  color: #222;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block a .price span {
    position: static;
    float: left;
    width: 50%;
  }
}

.checkout .checkout-kassakoopjes .webshop-po-block a .price strong {
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #ec008c;
  line-height: 45.6px;
  height: 45.6px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.checkout .checkout-kassakoopjes .webshop-po-block a .price strong sup {
  font-size: 19px;
  line-height: 19px;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block a .price strong {
    background: none;
    text-align: right;
    padding: 0;
    line-height: 19px;
    height: auto;
  }
}

.checkout .checkout-kassakoopjes .webshop-po-block a .price em {
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #222;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block a .price em {
    color: #222;
    width: 50%;
    float: right;
    text-align: right;
  }
}

.checkout .checkout-kassakoopjes .webshop-po-block a .bekijk {
  text-align: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 22.5px;
  overflow: hidden;
  float: right;
  text-transform: uppercase-bekijk;
  padding: 29px 15px 10px 15px;
}

.checkout .checkout-kassakoopjes .webshop-po-block a .bekijk:hover {
  text-decoration: underline;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block a .bekijk {
    float: none;
    display: block;
    padding: 10px 15px 10px 15px;
  }
}

.checkout .checkout-kassakoopjes .webshop-po-block a .add {
  display: block;
  margin: 15px auto;
}

.checkout .checkout-kassakoopjes .webshop-po-block a .actie {
  position: absolute;
  top: 8px;
  left: 8px;
}

.checkout .checkout-kassakoopjes .webshop-po-block a .actie_mob {
  position: absolute;
  top: 5px;
  left: 0;
}

@media (min-width:768px) {
  .checkout .checkout-kassakoopjes .webshop-po-block+.webshop-po-block+.webshop-po-block+.webshop-po-block {
    display: none;
  }
}

@media (min-width:992px) {
  .checkout .checkout-kassakoopjes .webshop-po-block+.webshop-po-block+.webshop-po-block+.webshop-po-block {
    display: block;
  }
}

.site-newsletter {
  position: relative;
  z-index: 2;
}

@media (min-width:992px) {
  .site-newsletter {
    margin-bottom: -80px;
  }
}

@media (min-width:1240px) {
  .site-newsletter {
    margin-bottom: -74px;
  }
}

.site-newsletter .news-wrapper {
  background: #ec008c;
  padding: 20px;
  color: #FFF;
}

.site-newsletter .news-wrapper h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  margin-top: 0;
}

@media (min-width:1240px) {
  .site-newsletter .news-wrapper h6 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

@media (min-width:992px) {
  .site-newsletter .news-wrapper p {
    margin-bottom: 0;
  }
}

@media (min-width:1240px) {
  .site-newsletter .news-wrapper p {
    line-height: 31px;
  }
}

.site-newsletter .news-wrapper .form-inline button {
  text-transform: uppercase;
  font-weight: bold;
}

.site-newsletter .news-wrapper .form-inline button:hover {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: #494949;
}

.site-newsletter .news-wrapper .form-inline .form-control {
  border: none;
}

@media (min-width:992px) {
  .site-newsletter .news-wrapper .form-inline .form-control {
    width: 190px;
  }
}

@media (min-width:1240px) {
  .site-newsletter .news-wrapper .form-inline .form-control {
    width: 300px;
  }
}

.site-newsletter .news-wrapper .form-inline .input-group-addon {
  background: #FFF;
  border: none;
}

.site-newsletter .news-wrapper .form-inline .alert {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

@media (min-width:992px) {
  .site-newsletter .news-wrapper .form-inline .newsletter-submit-button {
    float: right;
  }
}

@media (max-width:767px) {
  #modal-newsletter.modal:not(.in) .modal-dialog {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }

  #modal-newsletter .modal-dialog {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
  }

  #modal-newsletter .modal-dialog .modal-content {
    -webkit-box-shadow: 0 3px 11px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 3px 11px rgba(0,0,0,0.9);
    box-shadow: 0 3px 11px rgba(0,0,0,0.9);
    border: none;
    border-radius: 0;
  }

  #modal-newsletter .modal-dialog .modal-content .modal-body .modal-form {
    padding: 15px 20px 0;
  }

  #modal-newsletter .modal-dialog .modal-content .modal-body .modal-form h4 {
    font-size: 16px;
    margin: 20px 0;
  }

  #modal-newsletter .modal-dialog .modal-content .modal-body .modal-form .form-group {
    margin-bottom: 10px;
  }

  #modal-newsletter .modal-dialog .modal-content .modal-body .modal-form .form-group .icon {
    height: auto;
    line-height: 2.7;
  }

  #modal-newsletter .modal-dialog .modal-content .modal-body .modal-form .form-group .form-control {
    height: 40px;
    font-size: 16px;
  }

  #modal-newsletter .modal-dialog .modal-content .modal-body .modal-form .form-group .btn {
    font-size: 16px;
    line-height: 1.8;
    height: auto;
  }

  #modal-newsletter .modal-dialog .modal-content .modal-body .modal-form .form-group .btn i {
    display: none;
  }

  #modal-newsletter .modal-dialog .modal-content .modal-body .modal-image {
    display: none;
  }
}

.site-footer {
  background: #333;
  color: #FFF;
}

@media (min-width:992px) {
  .site-footer {
    background: url('../images/footer-bg-v2.jpg') #212121 center top no-repeat;
  }
}

@media (min-width:992px) {
  .site-footer .container .site-footer-blocks .site-footer-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width:992px) {
  .site-footer .container .site-footer-blocks .site-footer-wrapper {
    padding-top: 80px;
  }
}

@media (max-width:992px) {
  .site-footer .container .site-footer-blocks .site-footer-wrapper .item {
    padding: 30px 15px;
    margin: 7.5px 0;
  }
}

@media (min-width:992px) {
  .site-footer .container .site-footer-blocks .site-footer-wrapper .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item h6 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 28.5px;
  color: #FFF;
  margin-top: 0;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul:before,
.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul:after {
  content: " ";
  display: table;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul:after {
  clear: both;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul:before,
.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul:after {
  content: " ";
  display: table;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul:after {
  clear: both;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li {
  float: left;
  display: block;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li {
  border-bottom: 1px solid #666;
  padding: 8px 4px;
  width: 100%;
  display: block;
}

@media (min-width:992px) {
  .site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li {
    border-bottom: none;
  }
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li:hover {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: #222;
}

@media (min-width:992px) {

}

@media (min-width:992px) {
  .site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li {
    width: 100%;
    float: left;
  }
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li i {
  font-size: 19px;
  color: #ec008c;
}

@media (min-width:992px) {
  .site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li i {
    font-size: 15px;
    padding-right: 5px !important;
  }
}

@media (min-width:1240px) {
  .site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li i {
    padding-right: 15px !important;
  }
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li a {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: #FFF;
  display: block;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li a:hover {
  text-decoration: none;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item ul li a i {
  padding-right: 15px;
  color: #ec008c;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item a {
  font-weight: 400;
  line-height: 22.5px;
  color: #FFF;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item p {
  margin-bottom: 5px;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item p i {
  color: #ec008c;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item .fa {
  font-size: 19px;
  padding: 0 15px 0 0;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .item .contact-info {
  margin-top: 30px;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons {
  background: #000000;
  height: 45px;
  max-width: 500px;
  margin-bottom: 30px;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons span {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  height: 44px;
  line-height: 44px;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul {
  margin: 0;
  list-style: none;
  float: left;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul:before,
.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul:after {
  content: " ";
  display: table;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul:after {
  clear: both;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul:before,
.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul:after {
  content: " ";
  display: table;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul:after {
  clear: both;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul li {
  float: left;
  display: block;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul li {
  width: auto;
  line-height: 44px;
  height: 44px;
  text-align: center;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul li a {
  text-align: center;
  color: #FFF;
  line-height: 32px;
  height: 44px;
  padding-left: 13px;
}

.site-footer .container .site-footer-blocks .site-footer-wrapper .social-icons ul li a i {
  margin: auto;
  color: #FFF;
}

.site-footer-copyright {
  text-align: center;
  background: #000;
  color: #FFF;
}

@media (min-width:992px) {
  .site-footer-copyright {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.site-footer-copyright .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-footer-copyright p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.5px;
  color: #222;
}

@media (min-width:992px) {
  .site-footer-copyright p {
    margin: 0;
  }
}

@media (min-width:992px) {
  .site-footer-copyright p+p {
    text-align: right;
  }
}

.site-footer-copyright img {
  max-height: 32px;
  text-align: center;
  float: none !important;
  margin: 15px auto;
}

@media (min-width:768px) {
  .site-footer-copyright img {
    float: right !important;
    margin: auto;
    text-align: left;
    padding: 0 5px;
  }
}

.webshop-product-page h2 {
  margin-left: 0;
  font-weight: 600;
  color: #ec008c;
  font-size: 24px;
}

.webshop-product-page .product-page-left {
  padding-top: 20px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-left {
    padding-top: 0;
  }
}

.webshop-product-page .product-page-left .product-page-title h1 {
  margin-top: 0;
  font-size: 28px;
  font-weight: bold;
}

.webshop-product-page .product-page-left .product-page-image {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-left .product-page-image {
    border-bottom: none;
    padding-bottom: 34px;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-left .product-page-image {
    padding-bottom: 26px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-left .product-page-image {
    padding-bottom: 0;
  }
}

.webshop-product-page .product-page-left .product-page-image:hover .image-zoom {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  display: block;
  opacity: 1;
}

.webshop-product-page .product-page-left .product-page-image .labels {
  left: 0;
  position: absolute;
  z-index: 1;
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
  background: #ec008c;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  padding: 0 20px 0 10px;
  display: block;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-left .product-page-image .labels {
    line-height: 34px;
    height: 34px;
    font-size: 21px;
  }
}

.webshop-product-page .product-page-left .product-page-image .labels:after {
  left: 84%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-right-color: transparent;
  border-width: 15px;
  margin-top: -15px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-left .product-page-image .labels:after {
    border-width: 17px;
    margin-top: -17px;
  }
}

.webshop-product-page .product-page-left .product-page-image .labels.nieuw {
  background: #ec008c;
}

.webshop-product-page .product-page-left .product-page-image .labels.nieuw:after {
  border-color: #ec008c;
  border-right-color: transparent;
}

.webshop-product-page .product-page-left .product-page-image .labels.actie {
  background: #0da905;
}

.webshop-product-page .product-page-left .product-page-image .labels.actie:after {
  border-color: #0da905;
  border-right-color: transparent;
}

.webshop-product-page .product-page-left .product-page-image .labels.other {
  background: #000000;
}

.webshop-product-page .product-page-left .product-page-image .labels.other:after {
  border-color: #000000;
  border-right-color: transparent;
}

.webshop-product-page .product-page-left .product-page-image .image-zoom {
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  transition: all .1s ease-in;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  border: none;
  font-size: 19px;
  color: #555;
  z-index: 3;
}

.webshop-product-page .product-page-left .product-page-image .image-zoom:hover {
  color: #222;
}

.webshop-product-page .product-page-left .product-page-image .product-swipe-icon {
  -moz-opacity: .3;
  -khtml-opacity: .3;
  -webkit-opacity: .3;
  opacity: .3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 40px;
}

.webshop-product-page .product-page-left .product-page-image .swiper-container-product-images {
  max-height: 234px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 -15px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-left .product-page-image .swiper-container-product-images {
    margin: 0;
    max-height: 260px;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-left .product-page-image .swiper-container-product-images {
    max-height: 342px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-left .product-page-image .swiper-container-product-images {
    max-height: 418px;
  }
}

.webshop-product-page .product-page-left .product-page-image .swiper-container-product-images .swiper-wrapper {
  height: 450px;
}

.webshop-product-page .product-page-left .product-page-image .image a {
  display: block;
  height: 234px;
  width: 320px;
  margin-right: 15px;
}

.webshop-product-page .product-page-left .product-page-image .image a.single {
  width: 100%;
  margin-right: 0;
  margin-bottom: -30px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-left .product-page-image .image a {
    height: 340px;
    width: 354px;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-left .product-page-image .image a {
    height: 260px;
    width: 467px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-left .product-page-image .image a {
    height: 418px;
    width: 575px;
  }
}

.webshop-product-page .product-page-left .product-page-image .image a img {
  display: none;
}

.webshop-product-page .product-page-left .product-page-thumbs {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-left .product-page-thumbs {
    border-bottom: none;
    border-top: none;
    margin-bottom: 21px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-left .product-page-thumbs {
    margin-top: 50px;
  }
}

.webshop-product-page .product-page-left .product-page-thumbs ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  max-height: 56px;
  overflow: hidden;
}

.webshop-product-page .product-page-left .product-page-thumbs ul:before,
.webshop-product-page .product-page-left .product-page-thumbs ul:after {
  content: " ";
  display: table;
}

.webshop-product-page .product-page-left .product-page-thumbs ul:after {
  clear: both;
}

.webshop-product-page .product-page-left .product-page-thumbs ul:before,
.webshop-product-page .product-page-left .product-page-thumbs ul:after {
  content: " ";
  display: table;
}

.webshop-product-page .product-page-left .product-page-thumbs ul:after {
  clear: both;
}

.webshop-product-page .product-page-left .product-page-thumbs ul li {
  float: left;
  display: block;
}

@media (min-width:992px) {
  .webshop-product-page .product-page-left .product-page-thumbs ul {
    max-height: 176px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-left .product-page-thumbs ul {
    max-height: 96px;
  }
}

.webshop-product-page .product-page-left .product-page-thumbs ul li a {
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  transition: all .1s ease-in;
  display: block;
  width: 71px;
  height: 54px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

@media (min-width:992px) {
  .webshop-product-page .product-page-left .product-page-thumbs ul li a {
    height: 74px;
    width: 91px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-left .product-page-thumbs ul li a {
    height: 94px;
    width: 111px;
  }
}

.webshop-product-page .product-page-left .product-page-thumbs ul li a:hover {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  border: 1px solid #ec008c;
}

.webshop-product-page .product-page-left .product-page-thumbs ul li a img {
  display: none;
}

.webshop-product-page .product-page-left .product-page-qa {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right {
    margin-top: 15px;
  }
}

.webshop-product-page .product-page-right .product-page-title h1 {
  font-size: 19px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-title h1 {
    margin-top: 0;
    font-size: 28px;
    font-weight: bold;
    max-width: 80%;
    margin-bottom: 10px;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-title h1 {
    margin-bottom: 20px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-title h1 {
    font-weight: bold;
  }
}

.webshop-product-page .product-page-right .product-page-characteristics {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  position: relative;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-characteristics {
    margin-bottom: 10px;
    min-height: 120px;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-characteristics {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    min-height: 170px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-characteristics {
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
}

.webshop-product-page .product-page-right .product-page-characteristics .product-page-brand-logo {
  position: absolute;
  max-width: 50px;
  right: 16px;
  top: -24px;
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-characteristics .product-page-brand-logo {
    max-width: 65px;
    top: -54px;
  }
}

.webshop-product-page .product-page-right .product-page-characteristics p.product-delivery-mobile {
  font-weight: bold;
  color: #555;
  padding-left: 15px;
  padding-right: 15px;
}

.webshop-product-page .product-page-right .product-page-characteristics dl {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  height: 31px;
  min-height: 31px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-characteristics dl {
    height: auto;
    min-height: 26px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-characteristics dl {
    height: auto;
    min-height: 36px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 0;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-characteristics dl {
    border-bottom: none;
    min-height: 31px;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-characteristics dl:last-child {
    border-bottom: none;
  }
}

.webshop-product-page .product-page-right .product-page-characteristics dl dd {
  float: left;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-characteristics dl dd {
    padding-left: 35%;
    float: none;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-characteristics dl dd {
    padding-left: 30%;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-characteristics dl dd {
    padding-left: 25%;
  }
}

.webshop-product-page .product-page-right .product-page-characteristics dl dd.text-success {
  font-weight: bold;
  color: #0da905;
}

.webshop-product-page .product-page-right .product-page-characteristics dl dt {
  float: left;
  width: 120px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-characteristics dl dt {
    width: 35%;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-characteristics dl dt {
    width: 30%;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-characteristics dl dt {
    width: 25%;
  }
}

.webshop-product-page .product-page-right .product-page-cart {
  position: relative;
}

.webshop-product-page .product-page-right .product-page-cart .product-page-sticker {
  position: absolute;
  width: 70px;
  height: 60px;
  left: 10px;
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-sticker {
    right: -10px;
    left: auto;
    top: -70px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-sticker {
    top: -42px;
    right: 20px;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-sticker.daydeal {
  background: url('../images/sticker_daydeal.png') no-repeat;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-price-wrapper {
    text-align: right;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-price-wrapper {
    text-align: left;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-price {
  font-weight: bold;
  font-size: 32px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-price {
    font-size: 30px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-price {
    font-size: 42px;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-price-excl {
  display: none;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-price-excl {
    font-size: 14px;
    display: block;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
    color: #555;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-price-excl {
    text-align: right;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-price-old {
  float: left;
  color: #999;
  text-decoration: line-through;
  font-size: 22.8px;
  margin-right: 15px;
}

.webshop-product-page .product-page-right .product-page-cart .product-page-price-old sup {
  top: 0;
  font-size: inherit;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-price-old {
    float: none;
    font-size: 19px;
    display: block;
    margin: 0;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-discount {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  display: block;
  width: 100%;
  margin: 7.5px 0 30px;
  text-transform: uppercase;
  background: #ec008c;
  color: #FFF;
  padding: 10px 15px;
}

.webshop-product-page .product-page-right .product-page-cart .amount-label {
  display: block;
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order {
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order {
    margin-top: 30px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order {
    padding-bottom: 35px;
    border-bottom: 1px solid #e2e2e2;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .order-button {
  margin: 15px 0;
  background: #0da905;
  color: #FFF;
  border: 1px solid #0b9004;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  padding: 12px 18px;
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .order-button:hover {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: #0b9004;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .order-button {
    margin-top: 15px;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .order-button {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    width: auto;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .order-button {
    margin-top: 15px;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .order-button .fa {
  margin: 0 10px;
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .form-group {
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .form-group {
    margin-bottom: 0;
    padding-top: 10px;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .form-group label {
    display: block;
    padding-right: 21px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .form-group label {
    line-height: 33px;
    padding-right: 34px;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .parent-product-link {
  background: none;
  border: none;
  display: block;
  color: #333;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 15px;
  margin-bottom: 15px;
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .parent-product-link .fa {
  margin: 0 5px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .parent-product-link {
    margin-top: 0;
    margin-bottom: 15px;
    width: auto;
    margin-left: 0;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .parent-product-link:hover {
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .form-link-maattabel {
  background: none;
  border: none;
  display: block;
  color: #333;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 15px;
  margin-bottom: 15px;
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .form-link-maattabel .fa {
  margin: 0 5px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .form-link-maattabel {
    margin-top: 0;
    margin-bottom: 15px;
    width: auto;
    margin-left: 0;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .form-link-maattabel:hover {
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .count-plus {
  float: right;
  font-size: 19px;
  width: 30%;
  display: inline-block;
  height: 40px;
  background: #000000;
  text-transform: none;
  line-height: 5px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .count-plus {
    height: 35px;
    margin-right: 0;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .count-plus:hover {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: #333;
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .count-min {
  float: left;
  font-size: 19px;
  width: 30%;
  text-align: center;
  margin-right: 14px;
  display: inline-block;
  height: 40px;
  background: #000000;
  text-transform: none;
  line-height: 5px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .count-min {
    height: 35px;
    margin-right: 0;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .count-min:hover {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: #333;
}

.webshop-product-page .product-page-right .product-page-cart .product-page-order .count-num {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 33%;
  display: inline-block;
  height: 40px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-order .count-num {
    height: 35px;
    width: 40%;
    text-align: center;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-b2b {
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-b2b {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-b2b {
    border-top: none;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-b2b .icon {
  display: inline-block;
  background: #ec008c;
  margin: -3px 7.5px 0 0;
  padding: 3px 10px;
  color: #555;
  text-transform: uppercase;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-b2b .icon {
    display: none;
  }
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-b2b .icon {
    display: inline-block;
  }
}

.webshop-product-page .product-page-right .product-page-cart .product-page-b2b p {
  margin-bottom: 0;
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-cart .product-page-b2b p {
    display: inline-block;
  }
}

.webshop-product-page .product-page-right .product-page-usp .item {
  padding-top: 15px;
  display: block;
  height: 90px;
  width: 100%;
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-usp .item {
    float: left;
    width: 233px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-usp .item {
    width: 283px;
  }
}

.webshop-product-page .product-page-right .product-page-usp .item .icon {
  float: left;
  max-width: 60px;
  width: 48px;
  height: 90px;
  margin-right: 15px;
}

@media (min-width:992px) {
  .webshop-product-page .product-page-right .product-page-usp .item .icon {
    width: 38px;
    max-width: 38px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-usp .item .icon {
    width: 48px;
    max-width: 68px;
    text-align: center;
  }
}

.webshop-product-page .product-page-right .product-page-usp .item .icon i {
  font-size: 45px;
  color: #ec008c;
}

.webshop-product-page .product-page-right .product-page-usp .item .icon img {
  max-width: 100%;
  vertical-align: middle;
}

.webshop-product-page .product-page-right .product-page-usp .item .text h2 {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 4px;
  color: #000000;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-right .product-page-usp .item .text h2 {
    font-size: 17px;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-right .product-page-usp .item .text h2 {
    font-size: 19px;
  }
}

.webshop-product-page .product-page-right .product-page-usp .item .text p {
  font-size: 15px;
  color: #555;
}

.webshop-product-page .product-page-complete-order {
  margin-bottom: 15px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
}

.webshop-product-page .product-page-complete-order article {
  margin-bottom: 30px;
}

.webshop-product-page .product-page-complete-order a {
  text-align: center;
  display: block;
  border: 1px solid #d5d5d5;
  padding: 10px;
}

.webshop-product-page .product-page-complete-order a:hover {
  text-decoration: none;
}

.webshop-product-page .product-page-complete-order .image {
  display: block;
  height: 180px;
  margin-bottom: 20px;
}

.webshop-product-page .product-page-complete-order .image img {
  height: 180px;
  margin: 0 auto;
  display: block;
}

.webshop-product-page .product-page-complete-order .title {
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.webshop-product-page .product-page-complete-order .title a {
  color: #000000;
}

.webshop-product-page .product-page-complete-order .characteristics ul {
  padding-left: 16px;
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-complete-order .characteristics ul li {
    font-size: 13px;
  }
}

.webshop-product-page .product-page-complete-order .price {
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #333;
  margin-bottom: 20px;
}

.webshop-product-page .product-page-complete-order .price sup {
  font-size: inherit;
  top: auto;
}

.webshop-product-page .product-page-complete-order .price s {
  color: #555;
  font-size: 15px;
}

.webshop-product-page .product-page-complete-order .label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  text-transform: uppercase;
  font-size: 15px;
  padding-left: 0;
  height: 24px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-complete-order .label {
    right: 15px;
    top: 20px;
  }
}

.webshop-product-page .product-page-complete-order .label.label-nieuw,
.webshop-product-page .product-page-complete-order .label.label-Nieuw {
  background: #ec008c;
}

.webshop-product-page .product-page-complete-order .label.label-nieuw:before,
.webshop-product-page .product-page-complete-order .label.label-Nieuw:before {
  border-color: #ec008c;
  border-right-color: transparent;
}

.webshop-product-page .product-page-complete-order .label.label-actie,
.webshop-product-page .product-page-complete-order .label.label-Actie {
  background: #0da905;
}

.webshop-product-page .product-page-complete-order .label.label-actie:before,
.webshop-product-page .product-page-complete-order .label.label-Actie:before {
  border-color: #0da905;
  border-right-color: transparent;
}

.webshop-product-page .product-page-complete-order .label.label-other {
  background: #000000;
}

.webshop-product-page .product-page-complete-order .label.label-other:before {
  border-color: #000000;
  border-right-color: transparent;
}

.webshop-product-page .product-page-complete-order .label:before {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  margin-left: -24px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-left-color: transparent;
  border-width: 12px;
  margin-top: -12px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width:768px) {
  .webshop-product-page .product-page-description {
    margin-bottom: 15px;
  }
}

.webshop-product-page .product-page-description h1 {
  font-size: 19px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-description h1 {
    font-weight: bold;
    margin-left: 15px;
    margin-top: 0;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-description h1 {
    margin-left: 30px;
  }
}

.webshop-product-page .product-page-description .product-page-characteristics-full {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-description .product-page-characteristics-full {
    margin-left: 0;
    margin-right: 0;
  }
}

.webshop-product-page .product-page-description .product-page-characteristics-full dl {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-description .product-page-characteristics-full dl {
    border-bottom: 1px solid #eee;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-description .product-page-characteristics-full dl {
    padding-bottom: 8px;
    padding-top: 5px;
  }
}

@media (min-width:768px) {
  .webshop-product-page .product-page-description .product-page-characteristics-full dl dd {
    padding-left: 50%;
  }
}

.webshop-product-page .product-page-description .product-page-characteristics-full dl dd.text-success {
  font-weight: bold;
  color: #0da905;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-description .product-page-characteristics-full dl dt {
    float: left;
    width: 50%;
  }
}

@media (min-width:1240px) {
  .webshop-product-page .product-page-description .product-page-characteristics-full dl dt {
    margin-left: 15px;
  }
}

.webshop-product-page .product-page-description .product-page-characteristics-full dl:nth-child(odd) {
  background: #eee;
}

.webshop-product-page .product-page-description .product-page-description-short {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  overflow: hidden;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-description .product-page-description-short {
    border-top: none;
    border-bottom: none;
  }
}

.webshop-product-page .product-page-description .product-page-description-short h2 {
  font-size: 19px;
  font-weight: bold;
}

@media (min-width:768px) {
  .webshop-product-page .product-page-description .product-page-description-short h2 {
    margin-top: 0;
    display: none;
  }
}

.webshop-product-page .product-page-description .product-page-description-short .description {
  margin-bottom: 15px;
}

.webshop-product-page .product-page-description .product-page-description-short a {
  color: #1c0ccf !important;
}

.webshop-productpage-popup {
  width: 100%;
  min-height: 700px;
}

@media (min-width:768px) {
  .webshop-productpage-popup .modal-dialog {
    width: 680px;
  }
}

@media (min-width:992px) {
  .webshop-productpage-popup .modal-dialog {
    width: 840px;
  }
}

@media (min-width:1240px) {
  .webshop-productpage-popup .modal-dialog {
    width: 960px;
  }
}

.webshop-productpage-popup .modal-title {
  color: #ec008c;
  font-weight: bold;
}

.webshop-productpage-popup .description {
  margin-bottom: 30px;
}

.webshop-productpage-popup .description:before,
.webshop-productpage-popup .description:after {
  content: " ";
  display: table;
}

.webshop-productpage-popup .description:after {
  clear: both;
}

.webshop-productpage-popup .description:before,
.webshop-productpage-popup .description:after {
  content: " ";
  display: table;
}

.webshop-productpage-popup .description:after {
  clear: both;
}

.webshop-productpage-popup .description .image {
  display: block;
  height: 200px;
}

.webshop-productpage-popup .description h6 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 19px;
  margin: 0 0 30px;
}

.webshop-productpage-popup .description p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0 0 10px;
}

.webshop-productpage-popup .table {
  font-size: 14px;
}

@media (min-width:768px) {
  .webshop-productpage-popup .table {
    font-size: 15px;
  }
}

@media (min-width:1240px) {
  .webshop-productpage-popup .table {
    font-size: 17px;
  }
}

.webshop-productpage-popup .table thead tr th {
  background: #eee;
  color: #333;
  border-color: #eee;
}

.webshop-productpage-popup .table tr td:nth-child(1) {
  font-weight: bold;
}

@media (min-width:768px) {
  .webshop-recently-viewed {
    margin-top: -15px;
  }
}

.webshop-recently-viewed .webshop-recently-header {
  display: block;
  background: #eee;
  height: 40px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 8px 15px;
}

@media (min-width:768px) {
  .webshop-recently-viewed .webshop-recently-header {
    padding: 12px 15px;
    height: 48px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
}

@media (min-width:768px) {
  .webshop-recently-viewed {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0 0;
  }
}

.webshop-recently-viewed h6 {
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 23px;
  margin: 0 0 15px;
}

@media (min-width:768px) {
  .webshop-recently-viewed h6 {
    margin-left: 15px;
    font-size: 23px;
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .webshop-recently-viewed h6 {
    font-size: 19px;
  }
}

@media (min-width:1240px) {
  .webshop-recently-viewed h6 {
    margin-left: 15px;
    font-size: 22px;
  }
}

.webshop-recently-viewed .btn-empty {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition: all .1s linear 1s linear;
  -moz-transition: all .1s linear 1s linear;
  -o-transition: all .1s linear 1s linear;
  -ms-transition: all .1s linear 1s linear;
  transition: all .1s linear 1s linear;
  line-height: 25px;
  float: left;
  font-size: 19px;
  color: #000000;
  padding: 0;
  border: 0;
  margin: 0 0 15px 30px;
  background: none;
}

@media (min-width:992px) {
  .webshop-recently-viewed .btn-empty {
    line-height: 1.42857143;
  }
}

.webshop-recently-viewed .btn-empty:hover {
  color: #ec008c;
}

.webshop-recently-viewed .btn-empty .fa-times-circle {
  color: #ec008c;
}