/* Main styles */

#webw_done p {
  font-size: 15px !important;

  color: #000 !important;
}

.alert {
  position: relative;

  padding: 0.75rem 1.25rem;

  margin-bottom: 1rem;

  border: 1px solid transparent;

  border-top-color: transparent;

  border-right-color: transparent;

  border-bottom-color: transparent;

  border-left-color: transparent;

  border-radius: 0.25rem;

  font-size: 16px;
}

.alert-danger {
  color: #721c24;

  background-color: #f8d7da;

  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;

  background-color: #fff3cd;

  border-color: #ffeeba;
}

.slick-next::before,
.slick-prev::before {
  color: #ccc !important;
}

.slick-next {
  right: 5px;

  box-shadow: unset !important;
}

.slick-prev {
  left: 5px;

  z-index: 1;

  box-shadow: unset !important;
}

.slick-slide {
  width: 100%;
}

.slick-slider {
  padding: 40px;
  background: #fff;
  min-height: 284px !important;
}

.slick-slider div {
  text-align: center;
}

.btn-black {
  display: block;

  background: transparent;

  font-size: 18px;

  padding: 0.4rem 1rem;

  font-family: "Barlow Condensed", Sans-serif;

  color: #000;

  border: 1px solid #000;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);
}

.btn-black:hover {
  color: #fff;

  background: transparent;
}

.btn-black:focus {
  color: #fff;

  background: #000;
}

.btn-black::before {
  content: " ";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #000;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: 50% 0;

  transform-origin: 50% 0;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition: 100ms ease-out;

  transition: 100ms ease-out;
}

.btn-black:hover::before {
  -webkit-transform: scaleY(1) !important;

  transform: scaleY(1) !important;
}

.btn-black.btn-lg {
  font-size: 28px;

  padding: 0.5rem 1rem;
}

.btn-white {
  display: inline-block;

  background: transparent;

  font-size: 18px;

  padding: 0.6rem 1rem;

  font-family: "Barlow Condensed", Sans-serif;

  color: #fff;

  border: 1px solid #fff;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);
}

.btn-white:hover {
  color: #000;

  background: transparent;
}

.btn-white:focus {
  color: #000;

  background: #fff;
}

.btn-white::before {
  content: " ";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #fff;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: 50% 0;

  transform-origin: 50% 0;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition: 100ms ease-out;

  transition: 100ms ease-out;
}

.btn-white:hover::before {
  -webkit-transform: scaleY(1) !important;

  transform: scaleY(1) !important;
}

.btn-green {
  display: block;

  background: transparent;

  font-size: 18px;

  padding: 0.4rem 1rem;

  font-family: "Barlow Condensed", Sans-serif;

  color: rgb(23, 71, 31);

  border: 1px solid rgb(23, 71, 31);

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.btn-green:hover {
  background: transparent;
}

.btn-green::before {
  content: " ";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgb(23, 71, 31);

  -webkit-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: 50% 0;

  transform-origin: 50% 0;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition: 100ms ease-out;

  transition: 100ms ease-out;
}

.btn-green:hover::before {
  -webkit-transform: scaleY(1) !important;

  transform: scaleY(1) !important;
}

.btn-green:focus,
.btn-green:active {
  color: #fff;

  outline: 0;

  background: rgb(23, 71, 31);
}

.subtitle {
  font-family: "Barlow Condensed", Sans-serif;

  color: #fff;

  font-size: 22px;
}

.subtitle_string {
  font-family: "Barlow Condensed", Sans-serif;

  color: #000;

  font-size: 22px;
}

.subtitle strong {
  font-size: 28px;
}

#webw_start .subtitle {
  color: #000;

  margin-bottom: 10px;

  margin-top: 10px;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.2 !important;
}

.opacity-2 {
  opacity: 0.4 !important;
}

.opacity-3 {
  opacity: 0.6 !important;
}

.opacity-4 {
  opacity: 0.8 !important;
}

.opacity-5 {
  opacity: 1 !important;
}

.fancybox__content {
  max-width: 1050px;
}

h2.subtitle.toggle_collapse {
  display: block;

  text-align: center;

  transition: all 0.2s ease;

  cursor: pointer;

  margin-top: 25px;
}

h2.subtitle.toggle_collapse:hover {
  background: #efefef;
}

.collapsing {
  transition: height 0.35s ease !important;
}

.input_num.active {
  background: rgba(95, 155, 67, 0.2);
}

/* Steps styles */

#webw_start {
  background: #fff;

  padding: 25px 45px;

  height: auto;

  min-height: 170px;

  margin-top: -200px;
}

#webw_start .button_container {
  display: flex;

  align-items: center;

  justify-content: center;

  background: #f7f7f7;

  height: 100%;

  min-height: 145px;
}

#webw_start #webw_start_form {
  max-width: auto;
}

#webw_start .btn-check {
  margin-top: 31px;

  line-height: 26px;
}

input {
  color: #000 !important;

  font-size: 16px !important;
}

/* -- */

#webw_shop {
  transition: 0.2s ease all;
}

#webw_shop.inactive {
  opacity: 0.5;

  pointer-events: none;
}

#webw_shop_header {
  background: rgb(55, 63, 80);

  padding: 15px 0;

  width: 100%;

  margin: 0 auto;

  position: fixed;

  bottom: 0;

  z-index: 100;

  left: 0;
}

#webw_shop_header span {
  padding: 0;
}

#webw_shop_header .subtitle {
  display: flex;

  align-items: center;
}

#webw_shop_header .subtitle.right {
  justify-content: flex-end;
}

#webw_shop_header .subtitle.center {
  justify-content: center;
}

#webw_shop_header .subtitle strong {
  padding: 0 8px;
}

/* -- */

#webw_shop_products {
  background: #f7f7f7;

  padding: 25px 0;
}

#webw_shop_products .subtitle {
  color: #000 !important;
}

#webw_shop_products .webw_shop_info span {
  color: #000 !important;

  opacity: 0.5;
}

#webw_shop_products .amount {
  font-size: 16px !important;

  color: #000 !important;

  line-height: 19px !important;

  font-weight: 500;
}

#webw_shop_products .title {
  margin-bottom: 7px !important;
}

.card {
  width: 100%;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  min-width: 0;

  word-wrap: break-word;

  background-color: #fff;

  background-clip: border-box;

  border: 1px solid rgba(0, 0, 0, 0.1);

  border-radius: 0;

  margin-bottom: 30px !important;
}

.card.selected {
  border: 2px solid rgba(0, 124, 6, 0.719);
}

.card-product-grid:hover {
  -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);

  box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);

  -webkit-transition: 0.3s;

  transition: 0.3s;
}

.card-product-grid .img-wrap {
  border-radius: 0.2rem 0.2rem 0 0;

  height: 220px;

  transition: all 0.2s ease;
}

.card:hover .img-wrap {
  transform: scale(1.08);
}

.card .img-wrap {
  overflow: hidden;
}

.card-lg .img-wrap {
  height: 280px;
}

.card-product-grid .img-wrap {
  border-radius: 0.2rem 0.2rem 0 0;

  height: 200px;

  padding: 16px;
}

[class*="card-product"] .img-wrap img {
  height: 100%;

  max-width: 100%;

  width: auto;

  display: inline-block;

  -o-object-fit: cover;

  object-fit: cover;

  max-height: 200px;
  
  margin: 0 auto;
}

.img-wrap {
  text-align: center;

  display: block;
}

.card-product-grid .info-wrap {
  overflow: hidden;
  padding: 18px 20px;
  min-height: 130px;
}

[class*="card-product"] a.title {
  color: #212529;

  display: block;
}

.card-product-grid .bottom-wrap {
  padding: 18px;

  border-top: 1px solid #e4e4e4;
}

.bottom-wrap-payment {
  padding: 0px;

  border-top: 1px solid #e4e4e4;
}

.rated {
  font-size: 12px;

  text-transform: none;

  font-style: normal;

  color: rgb(55, 63, 80);
}

.rating {
  letter-spacing: -1px;
}

.info {
  display: block;

  font-size: 18px;

  text-transform: none;

  font-style: normal;

  color: rgb(55, 63, 80);

  transition: all 0.2s ease;
}

.info i {
  color: rgb(55, 63, 80);
}

.card a:hover,
.card a:hover i {
  color: rgb(30, 70, 156) !important;
}

.card .btn {
  display: inline-block;

  font-weight: 600;

  color: #343a40;

  text-align: center;

  vertical-align: middle;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  background-color: transparent;

  border: 1px solid transparent;

  padding: 0.45rem 0.85rem;

  font-size: 1rem;

  line-height: 1.5;

  border-radius: 0;
}

.card .btn-primary {
  color: #fff;

  background-color: #3167eb;

  border-color: #3167eb;
}

.card .fa {
  color: #ff5722;
}

.card .check {
  position: absolute;

  z-index: 10;

  left: 20px;

  top: 20px;

  font-size: 28px;

  color: #119739;
}

.spinner_buttons .btn {
  border: 0 !important;

  padding: 0.3rem 0.85rem;

  color: #fff !important;

  transition: all 0.2s ease;
}

.spinner_buttons .btn.btn-decrement {
  min-width: 50px !important;

  background: rgb(165, 36, 13);
}

.spinner_buttons .btn.btn-decrement:hover {
  background: rgb(218, 48, 18);
}

.spinner_buttons .btn.btn-increment {
  min-width: 50px !important;

  background: rgb(16, 158, 59);
}

.spinner_buttons .btn.btn-increment:hover {
  background: rgb(9, 209, 69);
}

#webw_shop .input-group {
  display: flex;
}

.btn-lg {
  font-size: 24px !important;

  padding: 0.8rem 1rem !important;
}

.spinner_buttons input[type="text"] {
  height: 35px !important;
}

/* -- */

#webw_shop_overview {
  background: #e7e7e7;

  padding: 50px 0;
}

.webw_products {
  margin-right: 6px;

  font-weight: 700;
}

.oaerror {
  width: 100%;

  margin: 0 auto;

  background-color: #ffffff;

  padding: 20px;

  border: 1px solid #eee;

  border-left-width: 5px;

  border-radius: 2px;

  margin: 0 auto;

  font-family: "Barlow Condensed", Sans-serif;

  font-size: 18px;

  margin-bottom: 25px;
}

.oaerror.info {
  border-left-color: #5bc0de;

  background-color: rgba(91, 192, 222, 0.1);
}

/* -- */

#dialog-content h2 {
  font-family: "Barlow Condensed", Sans-serif;

  font-size: 32px;
}

/* -- */

#webw_done {
  padding: 30px 0 150px;
}

.max-width-500 {
  max-width: 600px;
}

#webw_done .title {
  font-family: "Barlow Condensed", Sans-serif;

  color: #fff;

  font-size: 32px !important;
}

#webw_done .title strong {
  font-size: 32px !important;
}

label {
  color: #000 !important;

  font-size: 16px !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="date"],
select,
textarea {
  color: #000 !important;

  border-color: rgb(109, 109, 109);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  border-color: rgb(35, 173, 92);
}

#webw_endform_container p {
  font-size: 16px;
}

#webw_endform_container {
  padding-top: 50px;
}

/* ================================================================= */

/* CSS Tablet */

/* ================================================================= */

@media (max-width: 1024px) {
}

/* ================================================================= */

/* CSS Mobiel */

/* ================================================================= */

@media (max-width: 767px) {
  #webw_start .btn-check {
    margin-top: 24px;

    display: block;

    width: 100%;
  }

  .webw_check {
    display: block;

    width: 100%;
  }

  #form_new {
    padding: 15px;
  }

  #webw_start {
    padding: 15px;

    min-height: 170px;

    margin-top: 0;
  }

  #webw_start .btn-check {
    margin-top: 0;
  }

  .card .info {
    display: none;
  }

  .right.text-right {
    text-align: center !important;
  }

  #webw_shop_header .subtitle {
    justify-content: center !important;
  }

  #webw_shop_header .text-right {
    text-align: center !important;
  }
}

/* ================================================================= */

/* CSS Mobiel */

/* ================================================================= */

@media (max-width: 600px) {
  .webw_submit {
    margin: 0 0 15px;
  }

  .webw_shop_info.top {
    display: none;
  }

  #webw_start .btn-check {
    margin-top: 0 !important;
  }
}

.slick-slide img {
  display: block !important;
  max-height: 200px !important;
  margin: 0 auto !important;
}