#product_configure_form_bulk .products-table-wrap > .title {
  display: block;
  margin: 0;
  line-height: 38px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
#product_configure_form_bulk .products-wrap .product {
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
}
#product_configure_form_bulk .products-wrap .product:nth-child(odd) {
  background: #F9F9F9;
}
#product_configure_form_bulk .products-wrap > div:last-child {
  border-bottom: 1px solid #F2F2F2;
}
#product_configure_form_bulk .products-wrap .product .image-wrap {
  padding: 0px 15px;
}
#product_configure_form_bulk .products-wrap .product .title {
 font-weight: bold;
  width: 160px;
  padding-right: 10px;
  font-size: 14px;
  overflow: hidden;
}
#product_configure_form_bulk .products-wrap .product .variants {
  width: 180px;
  padding-right: 10px;
}
#product_configure_form_bulk .products-wrap .product .variants .variant-select {
  min-width: unset;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#product_configure_form_bulk .products-wrap .product .variants .variant-select.highlight {
  box-shadow: 0 0px 3px #e30613;
/*   border: 1px solid #e30613; */
}
#product_configure_form_bulk .products-wrap .product .variants .variant-select.ui.dropdown>.text {
  overflow: hidden;
  height: 100%;
}
#product_configure_form_bulk .products-wrap .product .stock {
  padding-right: 10px;
}
#product_configure_form_bulk .products-wrap .product .stock .fa {
  font-size: 8px;
}
#product_configure_form_bulk .products-wrap .product .stock .on-stock {
  color: #00b900;
}
#product_configure_form_bulk .products-wrap .product .stock .no-stock {
  color: #e30613;
}
#product_configure_form_bulk .products-wrap .product .quantity {
  width: 62px;
}
#product_configure_form_bulk .products-wrap .product .quantity .input-wrap {
  position: relative; 
  border: 1px solid #F2F2F2;
  padding-right: 20px;
}
#product_configure_form_bulk .products-wrap .product .quantity .input-wrap input {
  margin: 0;
  border: none;
  min-width: unset;
  max-width: unset;
  min-height: unset;
  max-height: unset;
  height: 40px;
  width: 40px;
}
#product_configure_form_bulk .products-wrap .product .quantity .input-wrap a {
  min-width: unset;
  max-width: unset;
  min-height: unset;
  max-height: unset;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  border-left: 1px solid #F2F2F2;
  border-radius: 0;
  background: #fff;
}
#product_configure_form_bulk .products-wrap .product .quantity .input-wrap a span {
  width: 8px;
  height: 1px; 
}
#product_configure_form_bulk .products-wrap .product .quantity .input-wrap a.down {
  bottom: 0;
  top: unset;
  border
}
/* #product_configure_form_bulk .products-wrap .product .quantity .input-wrap a.disabled {
  pointer-events: none;
} */
#product_configure_form_bulk .products-wrap .product .price {
  text-align: right;
  width: 62px;
}
#product_configure_form_bulk .products-wrap .product .price .price-old {
  font-size: 16px;
}
#product_configure_form_bulk .products-wrap .product .price .price-new {
  font-size: 20px;
}
#product_configure_form_bulk .total-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
#product_configure_form_bulk .total-wrap .text {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
#product_configure_form_bulk .total-wrap .total-price {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  align-items: center;
}
#product_configure_form_bulk .total-wrap .total-price .price-new {
  font-size: 20px;
  font-weight: bold;
}
#product_configure_form_bulk .total-wrap .total-price .price-old {
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
  color: #ADADAD;
  margin-right: 10px;
}
#product_configure_form_bulk .add-cart {
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 1350px) {
  #product_configure_form_bulk .products-wrap .product {
    padding-right: 15px; 
  }
  #product_configure_form_bulk .total-wrap {
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  #product_configure_form_bulk .products-wrap .product .quantity {
    width: 75px;
  }
  #product_configure_form_bulk .products-wrap .product .quantity .input-wrap {
    padding-right: 25px;
  }
  #product_configure_form_bulk .products-wrap .product .quantity .input-wrap input {
    height: 50px;
    width: 50px;
  }
  
  #product_configure_form_bulk .products-wrap .product .quantity .input-wrap a {
    height: 25px;
    width: 25px;
  }
}

@media (max-width: 767px) {
  #product_configure_form_bulk .products-wrap .product {
    flex-wrap: wrap;
  }
  #product_configure_form_bulk .products-wrap .product .image-wrap {
    order: 1;
  }
   #product_configure_form_bulk .products-wrap .product .title{
    order: 3;
  }
   #product_configure_form_bulk .products-wrap .product .variants {
    order: 2;
     padding: 0;
     margin-bottom: 10px;
  }
   #product_configure_form_bulk .products-wrap .product .stock {
    order: 4;
  }
   #product_configure_form_bulk .products-wrap .product .quantity {
    order: 5;
  }
   #product_configure_form_bulk .products-wrap .product .price {
    order: 6;
  }
  #product_configure_form_bulk .total-wrap .total-price {
    flex-direction: column;
    align-items: flex-end;
  }
  #product_configure_form_bulk .total-wrap .total-price .price-old {
    margin: 0;
  }
}

.banner-cols.custom-grid-banners {
  display: grid;
  height: 300px;
  padding: 0;
  grid-gap: 15px;
  margin: 0;
}

.banner-cols.custom-grid-banners .banner {
  min-height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  border-radius: 5px;
  position: relative;
}

.banner-cols.custom-grid-banners .banner .content {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-cols.custom-grid-banners .banner .content .title {
  margin-bottom: 0px;
}

.banner-cols.custom-grid-banners .banner .content .buttons {
  margin-top: 0px;
  margin-left: 15px;
}

.banner-cols.custom-grid-banners .banner .content .buttons .btn {
  height: 40px;
  font-weight: normal;
}
.banner-cols.custom-grid-banners .banner.banner-4 .content .buttons .btn:first-child {
  margin-right: 20px;
}

.banner-cols.custom-grid-banners .banner-1 {
  grid-column: 1/2;
  grid-row: 1/3;
}

.banner-cols.custom-grid-banners .banner-1 .content {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.banner-cols.custom-grid-banners .banner-1 .content .buttons {
  margin-top: 15px;
  margin-left: 0px;
}

.banner-cols.custom-grid-banners .banner-2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.banner-cols.custom-grid-banners .banner-3 {
  grid-column: 3/4;
  grid-row: 1/2;
}

.banner-cols.custom-grid-banners .banner-4 {
  grid-column: 2/4;
  grid-row: 2/3;
}



@media (max-width: 1199px) {
  .banner-cols.custom-grid-banners {
    height: 400px;
  }
  
  .banner-cols.custom-grid-banners .banner-1 {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  
  .banner-cols.custom-grid-banners .banner-2 {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  
  .banner-cols.custom-grid-banners .banner-3 {
    grid-column: 3/5;
    grid-row: 2/3;
  } 
  
  .banner-cols.custom-grid-banners .banner-4 {
    grid-column: 1/5;
    grid-row: 3/4;
  } 
}

@media (max-width: 991px) {
  .banner-cols.custom-grid-banners .banner .content {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
  
  .banner-cols.custom-grid-banners .banner .content .buttons .btn {
    padding: 0px 10px;
  }
  
  .banner-cols.custom-grid-banners {
    height: 600px;
  }
  
  .banner-cols.custom-grid-banners .banner-1 {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  
  .banner-cols.custom-grid-banners .banner-2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  
  .banner-cols.custom-grid-banners .banner-3 {
    grid-column: 2/3;
    grid-row: 3/4;
  } 
  
  .banner-cols.custom-grid-banners .banner-4 {
    grid-column: 1/3;
    grid-row: 4/5;
  } 
}

@media (max-width: 767px) {
  .banner-cols.custom-grid-banners .banner .content {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
  
  .banner-cols.custom-grid-banners .banner .content .buttons .btn {
    padding: 0px 10px;
  }
  
  .banner-cols.custom-grid-banners {
    height: 700px;
    grid-gap: 10px;
  }
  
  .banner-cols.custom-grid-banners .banner-1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  
  .banner-cols.custom-grid-banners .banner-2 {
    grid-column: 1/2;
    grid-row: 3/5;
  }
  
  .banner-cols.custom-grid-banners .banner-3 {
    grid-column: 1/2;
    grid-row: 5/7;
  } 
  
  .banner-cols.custom-grid-banners .banner-4 {
    grid-column: 1/2;
    grid-row: 7/9;
  } 
  
  .banner-cols.custom-grid-banners .banner .content {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  
  .banner-cols.custom-grid-banners .banner .content .buttons {
    margin: 0;
    display: none;
  }
  
  .banner-cols.custom-grid-banners .banner.banner-4 .content .buttons {
    display: block;
    margin-top: 5px;
  }
  
  .home-banners .banner .text {
    line-height: 150%;
  }
  
  .home-banners .banner .title {
    font-size: 22px;
  }
}

.alt-footer .footer-bottom .top-wrap .socials {
  color: #1F4037;
}

.alt-footer .top-footer .footer-col.col-width-2 {
  flex: 2;
}

.alt-footer#.top-footer .newsletter {
  padding-bottom: 0px;
}

.alt-footer.top-footer .footer-title {
  margin-bottom:10px;
}

.alt-footer .top-footer .footer-text {
  margin-bottom: 20px;
}

.alt-footer .top-footer .newsletter form input[type="text"] {
  height: 40px;
}

.alt-footer .top-footer .newsletter form .btn {
  height: 40px;
  min-width: 175px;
  max-width: 175px;
}

.alt-footer .top-footer .footer-block-contact-links {
  display: flex;
  align-items: center;
}

.alt-footer .top-footer .footer-block-contact-links .btn {
  height: 40px;
  margin-left: 30px;
}

.alt-footer .top-footer .small-widget img {
  height:46px;
}
.alt-footer .top-footer .score-circle {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 100%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
}
.alt-footer .top-footer .small-widget .score-circle {
  margin-left:-5px;
}
.alt-footer .top-footer .small-widget .image {
  display:flex;
  align-items:flex-start;
  margin-right:15px;
}
.alt-footer .top-footer .small-widget {
  display:flex;
  align-items:center;
  white-space:nowrap;
}
.alt-footer .top-footer .small-widget .info .title {
  font-size:20px;
}
.alt-footer .top-footer .small-widget .info .score {
  display:flex;
  align-items:center;
}
.alt-footer .top-footer .small-widget .info .stars {
margin-left:10px;
  margin-bottom:0;
}

.alt-footer .top-footer .inner {
/*   border-bottom: 1px solid #30544A; */
  position: relative;
}

.alt-footer .top-footer .inner:after {
	content:'';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.05;
  background: #fff;
}

.alt-footer .main-footer.top-footer {
  padding: 30px 0px;
  margin-top: 55px;
}

.alt-footer .footer-bottom .top-wrap {
  background: #f5f5f5;
  color: #1F4037;
}

#footer.alt-footer .footer-title { margin-bottom: 15px !important; }

#footer .main-footer.top-footer .newsletter {
    padding-bottom: 0;
  }

#footer .main-footer.top-footer .newsletter form input[type="text"] {
  height: 40px;
}

#header .alertbar .inner {
  font-weight: 600;
}

#header .alertbar .alertbar-link {
  margin-left: 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

#header .alertbar .alertbar-link:hover {
  color: inherit;
}

#header .alertbar .alertbar-link i {
  padding-left: 5px;
  font-size: 16px;
}

#productpage .advies-block,
#collection .advies-block {
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
}

#collection .advies-block {
  margin-bottom: 30px;
}

#productpage .advies-block .content {
  padding: 25px;
  max-width: 100%;
}

#collection .advies-block .content {
  padding: 20px;
  max-width: 100%;
}

#productpage .advies-block .content .title,
#collection .advies-block .content .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

#productpage .advies-block .content .buttons,
#collection .advies-block .content .buttons {
  display: flex;
  align-items: center;
  
}

#collection .advies-block .content .buttons {
  align-items: flex-start;
  flex-direction: column;
}

#productpage .advies-block .content .buttons .btn,
#collection .advies-block .content .buttons .btn {
  height: 40px;
  margin-left: 30px;
  max-width: 100%;
}

#collection .advies-block .content .buttons .btn {
  margin-left: 0px;
  margin-bottom: 15px;
}

#productpage .advies-block .content .buttons .link,
#collection .advies-block .content .buttons .link {
  text-align: left;
  margin-top: 0;
}

#productpage .advies-block .image-wrap {
  display: flex;
  align-items: flex-end;  
}

#productpage .advies-block .image-wrap img {
  height: 145px;
}

#productpage .image-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#productpage .image-buttons.no-video {
  justify-content: flex-end;
}

#productpage .image-buttons a {
  position: static !important;
}

#productpage .video-open-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #f6f6f6;
  margin-right: 10px;
  font-weight: bold;
}

#productpage .video-open-wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}

#productpage .video-open-wrap span i {
  position:relative;
  left: 2px;
  color: #fff;
  font-size: 11px;
}

#productpage .youtube-video {
  font-weight: 600;
}

#productpage .tweede-kans {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  margin-bottom: 40px;
}

#productpage .tweede-kans .icon {
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #CBCBCB;
}

#productpage .tweede-kans .icon i {
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  background: #303c43;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
}

#productpage .tweede-kans .text {
  font-weight: 600;
  padding-left: 20px;
}

#collection .collection-headline {
  height: 130px;
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

#collection .collection-headline .content {
  padding: 0px 30px;
}

#collection .collection-headline .content .title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3px;
}

#collection .collection-headline .content .subtitle {
  font-size: 16px;
  color: #fff;
}

@media (min-width: 768px) {
  #productpage .contens-block-tab {
    display: none;
  }

  #productpage .contens-block-tab.active {
    display: block;
  }
}

.zakelijk-banners {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.zakelijk-banners .sub-banner {
  width: calc(100% / 3);
  padding: 15px;
}

.zakelijk-banners .sub-banner .content {
  border-radius: 5px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.zakelijk-banners .sub-banner .image {
  height: 200px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.zakelijk-banners .sub-banner .title {
  background: red;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#productpage .tweedekansje-other {
	margin-top: -30px;
  margin-bottom: 20px;
}
#productpage .tweedekansje-other a:hover {
	color: inherit;
  filter: brightness(90%);
}

#productpage .tweedekansje-other span {
	font-weight: bold;
}

#productpage .tweedekansje-other .accent-color-2 {
  font-weight: normal;
}

/* #header .main-menu {
  text-transform: none;
} */

@media (max-width: 1199px) {
  #productpage .advies-block {
    margin-top: 15px;
  }
  
  #productpage .tweedekansje-other {
  	margin-top: -20px;
  }
}

@media (max-width: 991px) {
	#productpage .tweedekansje-other {
  	margin-top: -15px;
  }
}