
/* FORMULA MANAGER */
.djk-hide-total {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* GRAVITY FORMS */
.hidden-total-field {
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

/* BUTTON */
.djk-btn {
  display: inline-block;
  padding: 10px 12px;
  background: #009fe3;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.djk-btn:hover {
  background-color: #e7b245;
}

/* DJK NOTICE */
.djk-notice {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 20px 0;
  background: #fff;
  border-radius: 8px 8px 0 8px;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.djk-notice.small {
  padding: 10px 0;
  border-radius: 4px 4px 0 4px;
  border-left-width: 4px !important;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 6px rgba(0,0,0,.1);
  box-shadow: 0 1px 6px rgba(0,0,0,.1);
}
.djk-notice .djk-notice-icon,
.djk-notice .djk-notice-text {
  display: inline-block;
  vertical-align: top;
}
.djk-notice .djk-notice-icon {
  position:absolute;
  top:50%;
  left:14px;
  transform:translateY(-50%);
}
.djk-notice.small .djk-notice-icon {
  left:14px;
}
.djk-notice .djk-notice-icon i {
  font-size: 34px;
}
.djk-notice.small .djk-notice-icon i {
  font-size: 24px;
}
.djk-notice .djk-notice-text {
  padding: 0 20px 0 60px;
}
.djk-notice.small .djk-notice-text {
  padding: 0 20px 0 60px;
}
.djk-notice .djk-notice-title {
  display: block;
  font-weight: bold;
}
.djk-notice .djk-notice-content {
  display: block;
}
.djk-notice.small .djk-notice-content,
.djk-notice.small .djk-notice-title {
  display: inline-block;
}
.djk-notice.small .djk-notice-title {
  margin-right: 14px;
}
.djk-notice.info {
  border-left: 6px solid #009dde;
  background: #e4f7ff;
}
.djk-notice.info i {
  color: #009dde;
}
.djk-notice.success {
  border-left: 6px solid #94bb35;
  background: #f4ffda;
}
.djk-notice.success i {
  color: #94bb35;
}
.djk-notice.warning {
  border-left: 6px solid #FFC007;
  background: #fff5d8;
}
.djk-notice.warning i {
  color: #FFC007;
}
.djk-notice.danger {
  border-left: 6px solid #e80000;
  background: #ffe1e1;
}
.djk-notice.danger i {
  color: #e80000;
}


/**
LEVERING
**/
#levering {
  float: left;
  width: 40%;
}
#levering ul {
  margin: 0;
}
#levering ul li {
  position: relative;
  max-height: 40px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 22px;
  line-height: 28px;
  border: 2px solid #5a9bdf;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
#levering ul li.selected,
#levering ul li:hover {
  max-height: 1000px;
}
#levering ul li .load-icon {
  position: absolute;
  display: none;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  color: #000;
  z-index: 2;
}
#levering ul li.loading .load-icon {
  display: block;
}
#levering ul li .load-icon i {
  font-size: 26px;
}
#levering ul li .check-sign {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 26px;
  height: 26px;
  color: #000;
  background: #fff;
  z-index: 1;
}
#levering ul li .check-sign i {
  display: none;
  top: 0;
  font-size: 27px;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
#levering ul li.selected .check-sign i {
  display: block;
}
#levering ul li .header {
  padding: 6px 30px;
  font-size: 22px;
  line-height: 27px;
  background-color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
#levering ul li .header b {
  font-weight: 900;
}
#levering ul li .slideout {
  padding: 16px 30px;
  font-size: 16px;
  line-height: 24px;
}
#levering ul li.selected .slideout {

}
#levering ul li .slideout small {
  display: block;
  font-style: italic;
}
/* colors */
#levering ul li {
  border-color: #bcbcbc;
}
#levering ul li.selected {
  border-color: var(--red);
}
#levering ul li .header {
  background-color: #bcbcbc;
  color: #fff;
}
#levering ul li.selected .header {
  background-color: var(--red);
}


/* STAPELKORTING */
.stack-discount-popup .swal2-header img {
  margin: 0 0 20px 0;
}
.stack-discount-popup .swal2-header .swal2-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
}
.stack-discount-popup .swal2-actions button {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
}
tr[class*="coupon-stapelkorting"] .woocommerce-remove-coupon {
  display: none;
}

/* RESPONSIVE */
@media only screen and (max-width: 1000px) {
  body .woocommerce div.cart-collaterals div#levering,
  body .woocommerce div.cart-collaterals div.cart_totals {
    display: block;
    width: 100%;
  }
  body .woocommerce div.cart-collaterals div#levering {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .stapelkorting-popup .swal2-header img {
    margin: 0;
    max-height: 150px;
  }
}
