/* Cat blok tabs afbeeldingen homepage */
.batterij-home-link h6 {
  background: linear-gradient(135deg, #0090fd, #0278ee);
  color:#fff;
  font-weight:600;
  margin:0;
  padding:10px;
  text-align:center;
  width:100%;
  text-transform: uppercase
}

/* Achergrondkleur modal cart header */
.modal-header {
  background: #d1e7dd
}

/* kleur pdp op voorraad */
.page-product .product__prices #product-availability .text-success {
  color: #333333 !important
}

/* achtergrondkleur en box width inhoud pack pdp */
.page-product .product-pack__item {
  border: 1px solid #c9ecef;
  background-color: #f9fbfa;
  /*width: 82%*/
}

/* Add to cart Button width pdp */
.page-product .product__add-to-cart .product-actions__button button {
  background-color: #ff6c00;
  border: none;
  color: #fff;
  height: 45px;
  transition: all .3s ease;
  /*width: 75%*/
}
/* paynl iconen correctie size checkout */
.payment__list img {max-width:50px;}

/* correctie uitlijning subcat titels */
.subcategory__name {margin-left: -1.25rem;}

.section-title {font-size: 20px;}

/* Tax Toggle */
.header-top .vat-toggle__input:checked + .vat-toggle__slider + .vat-toggle__label {
  color: #a4a4a4;
}
.header-top .vat-toggle__input:checked+.vat-toggle__slider {background:#0071D9;}


.header-top .vat-toggle__slider {
  align-items:center;
  border-radius:999px;
  display:flex;
  height:19px;
  padding:0px;
  position:relative;
  transition:background .2s ease;
  width:40px
}

.header-top .vat-toggle__thumb {
  background:#fff;
  border-radius:50%;
  box-shadow:0 2px 6px rgba(0,0,0,.25);
  height:12px;
  transition:transform .2s ease;
  width:12px
}


#_desktop_search {
  width: 85%!important;
}
/* OPC besteloverzicht */
#checkout #opc_main #opc_cart .cart-summary-products #cart-summary-product-list .media-list .media .media-product-detail .remove-from-cart {
  margin-top: 1.275rem;
  text-decoration: none;
  font-size: 22px;
  font-weight: 100;
  color: #d82525;
  opacity: 0.7;
}

#checkout #opc_main #opc_cart .cart-summary-products #cart-summary-product-list .media-list .media .media-product-detail .product-name {
 font-weight: 600;
}

/* Lees meer kleur */
.product-features-readmore {color: #0090fd;}

/*ETS CHAT hidden beoordeling en bekijk */
.lc_ticket_wapper .lc_rate_ticket:not(.manager) {
  white-space:nowrap;
  display:none;
  display:none;
  margin-right:0;
  float:right
}

.ets_livechat_form .alert.alert-success ul a {
  padding-right:10px;
  color:#2fb5d2;
  text-decoration:underline;
  display: none;
}