/* Algemene opmerking:

mco-d2c -> nest-profiling
mco-verpakkings-keuze -> nest-profiling-container

*/

/* CSS Document */


body, html {
	font-family: "BreeSerif-Regular",Arial,sans-serif;
	/*font-size: 1.125rem;*/
	letter-spacing: 1px;
	/*line-height: 1.75em;*/
	font-size: 16px;
	line-height: 24px;
	color: #32271f;
	overflow-x:hidden; 
	/*background: #FF00FF*/
	background: url(/resources/assets/up/282/image/0063f010-f7df-408a-adfa3bde4bae6bdf.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.content-module-title {
    display:none!important;
}

.text-blackdg {
    color: #ed2232!important;
}

h1, .h1 {
	/*font-family: 'Roboto', sans-serif;
	line-height: 1.1;
	font-weight:400;
	color: #222222;
	margin:0;
	padding:0;*/
	font-family: "Androgyne_TB", Arial, sans-serif;
	font-size: 1.8em;
	/*line-height: 1.5em;*/
	letter-spacing: 1px; font-weight:700; color:#ed2232!important;
	/*text-transform: capitalize;*/
}
h2, .h2 {
	font-family: "Androgyne_TB", Arial, sans-serif;
	font-size: 1.4em;
	letter-spacing: 1px; font-weight:700; color:#ed2232!important;
}
h3, .h3 {
  font-family: "Androgyne_TB", Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight:700;
  color:#ed2232!important;
}
.title {
	font-family: "Androgyne_TB", Arial, sans-serif;
}
@media screen and (max-width: 760px) {
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-size: 1.1em;
	letter-spacing: 1px;
}
}
select {
  font-family: "BreeSerif-Regular", Arial, sans-serif;
}
body {
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    /*background:#fff!important;*/
    color:#000000!important;
}

.desktop-view-generic {
	display: block!important;
}
.mobile-view-generic {
	display: none !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) { 
	.desktop-view-generic {
		display: none!important;
	}
	.mobile-view-generic {
		display: inline-block !important;
	}
}
.nest-profiling .bmd-label-static {
    display: block;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0em;
    padding: 0;
    width: 100%;
}
.content-module-page {
    padding:0!important;
}

.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-promoform {
    width: 100%;
    max-width:1140px;
    margin-right: auto;
    margin-left: auto;
}
.main {
  background: none!important;
  position: relative;
  z-index: 3;
}
.p-4-mco {
  padding: 1.5rem !important;
}


.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-right: 2px solid #008000!important;
  border-bottom: 2px solid #008000!important;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form-check-input[type="checkbox"]:focus:not(:checked) + label::before,
label.btn input[type="checkbox"]:focus:not(:checked) + label::before {
    border-color: #8a8a8a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.text-center-mobile {
    text-align:left;
}

@media (max-width: 767px) {
    .p-4-mco {
      padding: 0.5rem !important;
    }
    .text-center-mobile {
        text-align:center;
    }
}

@media (min-width: 576px) {
    .container-lg {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container-lg {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container-lg {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-lg {
        max-width: 1140px;
    }
}

.title {
    color:#000000!important;
}

.text-blue-mco {
    color:#e81c24;
}

.navbar img {
  max-height: 60px !important;
}

.navbar.bg-custom {
  background-color: #ed2232 !important;
  z-index: 1 !important;
}
.navbar.bg-custom::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  /*height: 5px;*/
  height:.2rem;
  z-index: 1;
  background-color: #ed2232;
  pointer-events: none;
}
@media (max-width: 991px) {
    .navbar.bg-custom::after {
      display: none;
    }
}

.navbar {
  /*padding: 1rem 1rem!important;*/
}

@media (max-width: 991px) {
    .navbar {
      padding: 0rem!important;
    }
    .nav-top-test {
        padding: 1rem 1rem!important;
    }
}

.navbar {
  min-height: 5px!important;
}
.navbar {
  background: #fff!important;
}

.navbar.bg-custom .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000; text-decoration:none;
}

.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #ffffff;
  padding: 0.9375rem!important;
  font-weight: 400;
  /*font-size: 0.900rem;*/
  font-size: 1.0rem!important;
  text-transform: none!important;
  /*border-radius: 3px;*/
  line-height: 20px;
}

.navbar .navbar-nav .nav-item .test:after {
  content: "\25CF"; color:red;
  position: relative;
  right: 0;
  left: 0px;
  top: 50%;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #ed2232;
  background:#fff;
  text-decoration: none;
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item .nav-link:first-of-type {
      position: relative;
      color: #fff;
      padding: 0.9375rem 0.75rem 0rem 0.75rem!important;
      font-weight: 400;
      /*font-size: 0.900rem;*/
      font-size: 0.900rem!important;
      text-transform: none!important;
      /*border-radius: 3px;*/
      line-height: 20px;
    }
    .navbar .navbar-nav .nav-item .nav-link {
      position: relative;
      color: #fff;
      padding: 0.1375rem 0.75rem 0.1375rem 0.75rem!important;
      font-weight: 400;
      /*font-size: 0.900rem;*/
      font-size: 0.900rem!important;
      text-transform: none!important;
      /*border-radius: 3px;*/
      line-height: 20px;
    }
    .navbar .navbar-nav .nav-item .nav-link {
      font-size: 0.900rem!important;
    }
    .navbar .navbar-nav .nav-item .nav-link.active {
      color: #000;
      background:none!important;
      text-decoration: none;
    }
}

.title-winkelwagen {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 0px; font-weight: 700; font-weight: bold;
}

.product-list-layout-list-price-value {
	font-weight: bold;
}

.product-list-layout-your-price-value {
	font-weight: bold; color: #00c851;
}

.link-product-name-shop {
	color: #252526!important; text-decoration: underline;
}

.shop-mco-category-product-img {
    min-height: 100%;
    max-width:  50px;
    object-fit: contain;
    object-position: center top;
}

.td-width-10 {width:10%}
.td-width-20 {width:20%}
.td-width-30 {width:30%!important}
.td-width-40 {width:40%}
.td-width-50 {width:50%}
.td-width-60 {width:60%}
.td-width-70 {width:70%!important}
.td-width-80 {width:80%}
.td-width-90 {width:90%}
.td-width-100 {width:100%}

.thead-custom .th-width-30 {width:30%!important}
.thead-custom .th-width-70 {width:70%!important}

@media (max-width: 767px) { 
	
	.td-width-10, .td-width-20, .td-width-30, .td-width-40, .td-width-50, .td-width-60, .td-width-70, .td-width-80, .td-width-90, .td-width-100, .th-width-10 {width:100%}
	
	/*.shop-mco-category-product-img {
		min-height: 100%;
    	max-width:  50px;
		object-fit: contain;
		object-position: left top;
	}*/

}

.shop-recommendations-row-border {
	border: 1px solid #ced4da; background: #ffffff; border-radius: 0.25rem; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; margin-bottom: 30px;
}



.shop-recommendations-heading {
	font-size: 1.5rem; font-weight: 700; text-align: center; color: #252526;
}
.shop-recommendations-heading-product {
	font-size: .8rem; font-weight: 700; text-align: center; color: #e81c24;
}

#shop-recommendations-row img.carousel-item-img-mco {
    padding-top: 30px;
    padding-bottom: 60px; max-height: 250px; width: auto; margin: 0 auto; text-align: center;
}

.shop-detail-heading {
	font-size: 1.5rem; font-weight: 700; text-align: left; color: #252526;
}

.shop-detail-heading-product {
	font-size: 1rem; font-weight: 700; text-align: left; color: #e81c24;
}

.shop-detail-heading-product-price {
	font-size: 1rem; font-weight: 700; text-align: left; color: #e81c24;
}

.shop-detail-heading-product-yourprice {
	font-size: 1rem; font-weight: 700; text-align: left; color: #00c851;
}

.shop-mco-detail-product-img {
	min-height: 100%;
	max-width:  225px;
}

@media screen and (max-width: 768px) {
   .shop-mco-detail-product-img {
		max-height: 150px!important;
		width:  auto!important;
	}
}

.shop-mco-detail-product-detail-img {
	min-height: 100%;
	max-width:  50px;
}

.shop-mco-detail-logo-img {
	min-height: 100%;
	max-width:  150px;
}

#sdp .active .product-list-page-link {
    background-color: #e81c24!important;
}

.text-black-product-list {
	color:#000000!important; font-weight: 500;
}

.widget-carousel-slide {
  background-size: cover;
	background-position: center bottom!important;
}

.card .card-header {
    border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
    background: #ffffff!important;
}

.card {
  font-weight: 400;
  border: 0;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

/*.carousel-caption-bottom {
	justify-content: flex-end;
}*/

.carousel-caption-mco {
	background: #fff; padding: .5rem; color: #000; font-size: 1rem;
}

.bg-custom-cart {
    background-color: #FAFAFA!important; 
}

.next_previous_button_previous {
    color: #e81c24 !important;
    background-color: transparent !important;
    border: 2px solid #e81c24 !important
}

.next_previous_button_previous:hover,
.next_previous_button_previous:focus,
.next_previous_button_previous:active,
.next_previous_button_previous:active:focus,
.next_previous_button_previous.active {
    color: #e81c24 !important;
    background-color: transparent !important;
    border-color: #e81c24 !important
}

.next_previous_button_previous:not([disabled]):not(.disabled):active,
.next_previous_button_previous:not([disabled]):not(.disabled).active,
.show>.next_previous_button_previous.dropdown-toggle {
    background-color: transparent !important;
    border-color: #e81c24 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.next_previous_button_previous:not([disabled]):not(.disabled):active:focus,
.next_previous_button_previous:not([disabled]):not(.disabled).active:focus,
.show>.next_previous_button_previous.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}



.btn-outline-custom-mco {
    color: #252526 !important;
    background-color: transparent !important;
    border: 1px solid #ced4da !important
}

.btn-outline-custom-mco:hover,
.btn-outline-custom-mco:focus,
.btn-outline-custom-mco:active,
.btn-outline-custom-mco:active:focus,
.btn-outline-custom-mco.active {
    color: #252526 !important;
    background-color: transparent !important;
    border-color: #ced4da !important
}

.btn-outline-custom-mco:not([disabled]):not(.disabled):active,
.btn-outline-custom-mco:not([disabled]):not(.disabled).active,
.show>.btn-outline-custom-mco.dropdown-toggle {
    background-color: transparent !important;
    border-color: #ced4da !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-outline-custom-mco:not([disabled]):not(.disabled):active:focus,
.btn-outline-custom-mco:not([disabled]):not(.disabled).active:focus,
.show>.btn-outline-custom-mco.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-outline-active-mco {
    color: #e81c24 !important;
    background-color: #ffffff !important;
    border: 1px solid #e81c24 !important
}

.btn-outline-active-mco:hover,
.btn-outline-active-mco:focus,
.btn-outline-active-mco:active,
.btn-outline-active-mco:active:focus,
.btn-outline-active-mco.active {
    color: #ffffff !important;
    background-color: #252526 !important;
    border-color: #252526 !important
}

.btn-outline-active-mco:not([disabled]):not(.disabled):active,
.btn-outline-active-mco:not([disabled]):not(.disabled).active,
.show>.btn-outline-active-mco.dropdown-toggle {
    background-color: #252526 !important;
    border-color: #252526 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-outline-active-mco:not([disabled]):not(.disabled):active:focus,
.btn-outline-active-mco:not([disabled]):not(.disabled).active:focus,
.show>.btn-outline-active-mco.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-outline-inactive-mco {
    color: #252526 !important;
    background-color: #ffffff !important;
    border: 1px solid #252526 !important
}

.btn-outline-inactive-mco:hover,
.btn-outline-inactive-mco:focus,
.btn-outline-inactive-mco:active,
.btn-outline-inactive-mco:active:focus,
.btn-outline-inactive-mco.active {
    color: #ffffff !important;
    background-color: #252526 !important;
    border-color: #252526 !important
}

.btn-outline-inactive-mco:not([disabled]):not(.disabled):active,
.btn-outline-inactive-mco:not([disabled]):not(.disabled).active,
.show>.btn-outline-inactive-mco.dropdown-toggle {
    background-color: transparent !important;
    border-color: #252526 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.input-group-prepend,
.input-group-append {
    display: flex;
	align-items: center;
	justify-content: center;
}

.custom-select-custom {
  display: inline-block;
  width: 100%;
  /*height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;*/
	height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-left: 1px solid #ced4da;
	border-top: 1px solid #ced4da;
	border-right: 0px solid #ced4da;
	border-bottom: 1px solid #ced4da;
  /*border-radius: 0.25rem;*/ border-bottom-left-radius: 0.25rem;border-bottom-right-radius: 0rem;border-top-left-radius: 0.25rem;border-top-right-radius: 0rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 50px;
}

/****	MEDIA-QUERIES 	*********************************************************************************************************************/

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) { 
	.mt-3-mobile-line {
		display: block;
		margin-top: 1rem !important; border-top:1px solid #dee2e6; padding-top:1em; 
	}
	.mt-shoplist-mobile {
		display: inline-block;
		margin-top: .5rem !important; 
	}
	/*.mobile-view-mco {
		display: inline!important;
	}*/
	.desktop-view-mco {
		display: inline!important;
	}
	.desktop-view-mco td {
		text-align: left!important;
		padding: 4px 0px!important;
	}
	.desktop-view-mco tr {
		border-bottom: 0px!important;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.mt-3-mobile-line {
		display: block;
	}
	.mt-shoplist-mobile {
		display: inline-block;
	}
	/*.mobile-view-mco {
		display: none!important;
	}*/
	.desktop-view-mco {
		display: inline!important;
	}
	.desktop-view-mco td {
		text-align: left!important;
		padding: 4px 0px!important;
	}
	.desktop-view-mco tr {
		border-bottom: 0px!important;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.mt-3-mobile-line {
		display: block;
	}
	.mt-shoplist-mobile {
		display: inline-block;
	}
	/*.mobile-view-mco {
		display: none!important;
	}*/
	.desktop-view-mco {
		display: inline!important;
	}
	.desktop-view-mco td {
		text-align: left!important;
		padding: 4px 0px!important;
	}
	.desktop-view-mco tr {
		border-bottom: 0px!important;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.mt-3-mobile-line {
		display: block;
	}
	.mt-shoplist-mobile {
		display: inline-block;
	}
	/*.mobile-view-mco {
		display: none!important;
	}*/
	.desktop-view-mco {
		display: inline!important;
	}
	.desktop-view-mco tr {
		border-bottom: 0px!important;
	}
	
}


/******* EXTRA'S SHOP2CONSUMERS ******/

@media (max-width: 575px) {
   .col-1, .col-2, .col-3, 
   .col-4, .col-5, .col-6,
   .col-7, .col-8, .col-9,
   .col-10, .col-11, .col-12 {
      margin-bottom: 2.5rem !important;
   }
}

.new-account-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-account-nav div {
  width: auto;
  height: 35px;
}

/****** STARS ******/

.d-critical-none-block {
  display: block;
}
.rating-stars-width {
  width: 6rem;
}
.rating-stars-height {
  height: 16.23px;
}
.rating-stars-width {
  width: 6rem;
}
.pl-1, .px-1 {
  padding-left: .25rem !important;
}
.pt-1, .py-1 {
  padding-top: .25rem !important;
}
.position-absolute {
    position: absolute !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.d-flex {
    display: flex !important;
}
.position-relative {
    position: relative !important;
}
.align-items-center {
    align-items: center !important;
}
.top-0 {
    top: 0;
}
.w-0 {
    width: 0;
}

/****** SPINNER-LOADER IMG ******/

@-webkit-keyframes L_circle_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes L_circle_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes L_stroke_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	100% {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}
@keyframes L_stroke_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	100% {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}
@-webkit-keyframes L_stroke_left_grow {
	0%,
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
}
@keyframes L_stroke_left_grow {
	0%,
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
}
@-webkit-keyframes L_stroke_right_grow {
	0%,
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	50% {
		-webkit-transform: rotate(140deg);
		transform: rotate(140deg);
	}
}
@keyframes L_stroke_right_grow {
	0%,
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	50% {
		-webkit-transform: rotate(140deg);
		transform: rotate(140deg);
	}
}
.loader-circle {
	top: 50%;
	left: 50%;
	z-index: 1;
	color: #444;
	margin-top: -1em;
	margin-left: -1em;
	position: absolute;
	-webkit-animation: L_circle_rotate 1.568s linear infinite both;
	animation: L_circle_rotate 1.568s linear infinite both;
}
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0.21429em;
	border-color: currentColor;
}
.loader-circle,
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
	width: 2em;
	height: 2em;
	border-radius: 50%;
	box-sizing: border-box;
}
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right {
	position: absolute;
	clip: rect(0 2em 2em 1em);
}
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right:before {
	position: absolute;
	clip: rect(0 1em 2em 0);
}
.loader-circle:before {
	position: absolute;
	clip: rect(0 1.05em 1em 0.95em);
}
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right,
.loader-circle:before {
	-webkit-animation: L_stroke_rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
		both;
	animation: L_stroke_rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.loader-circle .loader-stroke-right:before {
	-webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1)
		infinite both;
	animation: L_stroke_right_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
		both;
}
.loader-circle .loader-stroke-left:before {
	-webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1)
		infinite both;
	animation: L_stroke_left_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/****** LOGO/SEARCH/SHOPPING BAG ******/

/*** search ***/

.flex-grow-1 {
  flex-grow: 1 !important;
}
*, ::before, ::after {
  box-sizing: border-box;
}
.nest-profiling .list-unstyled {
  list-style: none;
}
.z-index-3 {
  z-index: 3 !important;
}
.rounded {
  border-radius: .25rem !important;
}
.border-light-gray {
  border-color: #b3b3b3 !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.nest-profiling .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; 
  margin-top:0!important;
}
.nest-profiling .input-group > .nest-profiling .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.nest-profiling .input-group > .nest-profiling .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.border-none {
  border: none;
}
.nest-profiling .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid #ced4da;*/
  /*border-radius: .25rem;*/
  border-radius: 0rem!important;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.nest-profiling button, input {
  overflow: visible;
}
.nest-profiling .input-group-append {
  margin-left: -1px;
}
.nest-profiling .input-group-prepend, .input-group-append {
  display: flex;
}
.nest-profiling .rounded-right {
  /*border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;*/
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}
.nest-profiling .btn-white {
  color: #e81c24;
  background-color: #fff;
  border-color: #fff;
}
.nest-profiling .btn-search {
  display: inline-block;
  font-weight: 400;
  /*color: #212529;*/
  text-align: center;
  vertical-align: middle;
  user-select: none;
  /*background-color: transparent;*/
  border: 1px solid transparent;
  /*padding: .375rem .75rem;*/
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0; box-shadow:none;
  /*transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;*/
}
.nest-profiling .btn-search:focus {
  
  color: #212529;
  
  /*background-color: transparent;*/
}
.nest-profiling .header-search-icon {
  color: #e81c24;
}
.nest-profiling .fab, .far, .fas {
  font-size: 25px;
  vertical-align: middle;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 150;
}
.mobile-nav .nav-menu {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transform: translateX(-100%);
  width: 75%;
  max-width: 400px;
  height: 100%;
  box-shadow: none;
  background-color: #fff;
  z-index: 160;
  will-change: transform;
  pointer-events: auto;
  transition: transform .15s ease-out;
}
.mobile-nav .nav-menu-items {
  padding: 0 1rem;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
}
.mobile-nav .nav-menu-items li {
  padding: 1rem .5rem 1rem 1rem;
  border-bottom: 1px solid #d8d9d9;
}
.mobile-nav .subnav-menu {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  margin: 0;
  background-color: #fff;
  z-index: 5;
  list-style: none;
  will-change: transform;
  transition: all 130ms ease-in;
  overflow-x: hidden;
  overflow-y: scroll;
}
.text-primary {
  color: #e81c24 !important;
}
.mobile-nav .subnav-menu .previous {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mobile-nav .nav-menu-items li {
  padding: 1rem .5rem 1rem 1rem;
  border-bottom: 1px solid #d8d9d9;
}
.mobile-nav .nav-menu {
  pointer-events: auto;
}
.mobile-nav .subnav-menu i {
  color: #2db7b0;
}
.mobile-nav .nav-backdrop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  transition: opacity .3s ease-out;
}

.search.search--visible {
  pointer-events: auto;
  transform: translateY(0);
}
.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*pointer-events: none;*/
  z-index: 150;
}
.search.search--visible .search-section {
  transform: none;
}
.search .search-section {
  position: relative;
  /*transform: translateY(-100%);*/
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 160;
  will-change: transform;
  pointer-events: auto;
  transition: transform .2s ease-in-out;
}
.cd-popup-search h5 {
  font-weight: 300;
  color: #000 !important;
  font-size: 2.25rem;
  line-height: 1.5em;
}

.flex-column {
  flex-direction: column !important;
}
.search-skeleton-mobile {
  display: flex;
  padding: .25rem;
}
.search-skeleton-mobile .d-critical-none {
  display: inherit;
}
.search-skeleton-mobile .sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-skeleton-mobile input {
  flex: 1 1 auto;
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; 
}
.search-skeleton-mobile button {
  padding: .375rem .75rem;
  border: 1px solid transparent;
  color: #fff;
  background-color: #e81c24;
  border-color: #e81c24;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.search-skeleton-mobile button i {
  display: inline-block;
  width: 25px;
}

.search-skeleton-mobile-show {
    display:none;
}

@media (max-width: 767px) {
   .search-skeleton-mobile-show {
        display:flex!important;
    }
}

/*** shopping bag ***/

.nest-profiling a.header-text-link {
  color: #fff;
}
.nest-profiling .svg-icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  max-height: 100%;
}
.nest-profiling .svg-icon-wrapper svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.nest-profiling svg {
  overflow: hidden;
  /*vertical-align: middle;*/
}
.nest-profiling .cart-item-count {
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  font-size: .7rem;
  /*background-color: #ee7501;*/
  background-color:#012169;
}
.left-50 {
  left: 50%;
}
.d-critical-none {
  display: inherit;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.position-absolute {
  position: absolute !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.mt-n1, .my-n1 {
  margin-top: -.25rem !important;
}

/****** POSITION SUB NAV ******/

.sub-nav-margin {
    /*margin:100px auto 0px auto;*/
    /*margin:128px auto 0px auto;*/
}

@media (max-width: 767px) {
   .sub-nav-margin {
        /*margin:142px auto 0px auto;*/
        /*margin:170px auto 0px auto;*/
    }
}
@media (max-width: 445px) {
   .sub-nav-margin {
        /*margin:177px auto 0px auto;*/
        /*margin:170px auto 0px auto;*/
    }
}

/****** USP'S ******/

@media (min-width: 768px) }
.border-md-bottom {
  border-bottom: 1px solid #dee2e6;
}
.ratio-3-2 {
  padding-bottom: 66.66667%;
}
.ratio-2-3 {
  padding-bottom: 150%;
}
.ratio-1-1 {
  padding-bottom: 100%;
}
.ratio-container {
  position: relative;
  height: 0;
}
.ratio-container > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-container::after {
  display: block;
  width: 100%;
  height: 0;
  content: '';
}
.icon-list i {
  flex-shrink: 0;
  flex-basis: 1.2rem;
  margin-right: 10px;
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}

.btn-usp {
  /*display: inline-block;*/
  font-weight: 700;
  color: #fff!important;
  text-transform:none!important;
  /*color: #212529;*/
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #012169!important;
  border: 1px solid #012169!important;
  padding: .375rem .75rem;
  font-size: 1rem!important;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out/*,box-shadow 0.15s ease-in-out*/; 
  box-shadow:none!important;
}

.ratio-container .fab, .far, .fas {
  font-size: 21px;
  vertical-align: middle;
}

.ratio-container .usp.fab, .usp.far, .usp.fas {
  font-size: 17px;
  vertical-align: middle;
  color: #fff!important;
}
a.usp {
  color: #000;
  text-decoration: underline;
}

/****** FOOTER ******/

.footer-custom {
  background-color: #fff!important;
  color: #000 !important;
}
.footer-custom-promoform {
  background: url("/resources/assets/up/341/image/1332fcc8-8287-4bbf-85837830dc996291.svg");
  background-color: #000000;
  padding-top: 50px;
  padding-bottom: 35px;
}

.border-bottom {
  border-bottom: 1px solid #e81c24 !important;
}
.footer-logo, .header-logo {
  width: 145px;
  z-index: 1;
}
.footer-logo img, .header-logo img {
  bottom: 0;
}
@media (min-width: 992px) {
    .d-lg-none {
    display: none !important;
    }
}
@media (min-width: 992px) {
    .d-lg-inline-block {
    display: inline-block !important;
    }
}
a, a:hover {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}
@media (min-width: 992px) {
    .footer .accordion .accordion-head {
      font-weight: bolder;
      pointer-events: none;
    }
}
.accordion .accordion-head {
  cursor: pointer;
  user-select: none;
  padding-right: 0;
  padding-left: 0;
}
.text-light {
  color: #fff !important;
}
.text-dark {
  color: #012169 !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.accordion.is-open .fa-chevron-down {
  transform: rotate(-90deg);
}
.accordion .fa-chevron-down {
  transition: transform .3s;
  transform: rotate(0deg);
}
 @media (min-width: 992px) {
    .footer .fa-chevron-down {
      display: none;
    }
}
.accordion.is-open .accordion-body {
  padding: .5rem 0;
}
.accordion .accordion-body {
  /*max-height: 0;*/
  overflow: hidden;
  transition: max-height .3s, padding .3s;
  /*padding: 0;*/
}
.footer .border-between + .border-between {
  border-top: none;
}
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  width: 50px;
  height: 50px;
}
.btn-circle {
  position: relative;
  /*width: 40px;
  height: 40px;*/
  border-radius: 50%;
}
.btn-social {
  color: #fff;
  background-color: #2db7b0;
  border-color: #2db7b0;
}
.btn-lg, .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  /*border-radius: 0;*/
}
.btn-circle .svg-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
}
.svg-icon-wrapper {
  /*width: 1.5rem;
  height: 1.5rem;*/
  max-height: 100%;
}
.svg-icon-wrapper svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
svg {
  overflow: hidden;
  /*vertical-align: middle;*/
}
@media (max-width: 991.98px) {
    .footer .border-between + .border-between {
      border-top: 1px solid #e81c24;
    }
}

.footer ul li a {
  color: #32271f;
  padding: 0.9375rem;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  display: block;
}
.footer ul li a:hover {
  color: #32271f;
  padding: 0.9375rem;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: underline;
  position: relative;
  display: block;
}

.btn.btn-fab, .btn.btn-just-icon:hover {
  font-size: 24px;
  height: 41px;
  min-width: 41px;
  width: 41px;
  padding: 0;
  overflow: hidden;
  position: relative;
  line-height: 41px; opacity:.65;
}
.btn.btn-fab, .btn.btn-just-icon {
  font-size: 24px;
  height: 41px;
  min-width: 41px;
  width: 41px;
  padding: 0;
  overflow: hidden;
  position: relative;
  line-height: 41px;
}
.footer p {
  color: #fff; font-size: .85rem;margin: 0px!important;
}

.footer h4, .footer .h4 {
  font-size: 1rem;
  /*line-height: 1.25em;*/
  font-weight: 700;
  color:#fff;
}
.light-blue-accent-mco {
  background-color: #e81c24 !important;
}
.white-accent-line {
  background-color: #fff !important;
}
.red-accent-line {
  background-color: #e81c24 !important;
}

/****** TOP OFFERS / CIRCLES ******/

 .topoffers-circle {
  position: relative;
  display: block;
  /*margin: 2em 0;*/
  background-color: transparent;
  color: #fff;
  text-align: center;
}


.topoffers-circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #e81c24;
  content: "";
}

.topoffers-circle2 {
  position: relative;
  display: block;
  /*margin: 2em 0;*/
  background-color: transparent;
  color: #fff;
  text-align: center;
}


.topoffers-circle2:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #ff00ff;
  content: "";
}


.topoffers-circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topoffers-circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.topoffers-circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .topoffers-circle__content p {
    font-size: 1rem; line-height:1rem;
  }
}

@media (min-width: 768px) {
  .topoffers-circle__content p {
    font-size: 1rem;line-height:1rem;
  }
}

.topoffers-circle__content a {
    color:#fff;
}

.topoffers-circle__content .circle-title {
    color:#fff;
     font-size: 1.3rem;
     line-height:1.3rem;
     font-weight:700;
     max-height: 2em;
     overflow: hidden;
     text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
     margin-bottom:0.25rem;
}

.topoffers-circle__content .circle-subtitle {
    color:#fff;
     font-size: 1.1rem;
     line-height:1.1rem;
     font-weight:700;
     max-height: 2em;
     overflow: hidden;
     text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}

/****** BEHOEFTE CAROUSEL ******/

.health-goal-slider-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  /*width: 100%;*/
}

.health-goal-slider-item__icon {
  margin-bottom: 2rem;
}
.health-goal-icon-100 {
  height: 10rem;
  width: 10rem;
}
.health-goal-icon {
  border-radius: 50%;
  transition: transform .3s cubic-bezier(.785,.135,.15,.86),box-shadow .3s cubic-bezier(.785,.135,.15,.86);
}
.swiper {
  list-style: none;
}
.health-goal-icon-100 .block-cover-image-content__title::after, .health-goal-icon-100 .button--add-secondary::before, .health-goal-icon-100 .button--go-primary::before, .health-goal-icon-100 .button--go::before, .health-goal-icon-100 .button--remove::before, .health-goal-icon-100 .button-add-tertiary::before, .health-goal-icon-100 .dosages-table-names__link::after, .health-goal-icon-100 .favorite-action__icon-active::after, .health-goal-icon-100 .favorite-action__icon-active::before, .health-goal-icon-100 .favorite-action__icon::after, .health-goal-icon-100 .favorite-action__icon::before, .health-goal-icon-100 .health-goal-nav__title::after, .health-goal-icon-100 .health-goal-nav__title::before, .health-goal-icon-100 .health-goal-product-modal__link::after, .health-goal-icon-100 .icon, .health-goal-icon-100 .link--back::before, .health-goal-icon-100 .menu-mega__title-parent::before, .health-goal-icon-100 .pos-opening-times__collapse-arrow, .health-goal-icon-100 .tooltip-info::before, .health-goal-icon-100 .vitamintest-combideal-trigger::after {
  transform: scale(1);
}
.icon--health-goal-resilience {
  background-position: -25rem -71.9rem;
  height: 10rem;
  width: 10rem;
}
.health-goal-slider-item__title {
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
}

/****** DROPDOWN FILTER NAV ******/

#sidebar {
  min-width: 270px;
  /*max-width: 270px;*/
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 0;
  border-right: 1px solid rgba(0,0,0,.05);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

#sidebar h5 {
    font-weight:300;
    color:#000!important;
    font-size: 2.25rem;
    line-height: 1.5em;
}

#sidebar .form-check {
  position: relative;
  display: block;
  padding-left: 0rem!important;
  margin-bottom:0.5rem;
}

#sidebar ul.components {
  padding: 0;
}

#sidebar ul li {
  font-size: 1rem;
  font-weight:500;
}

#sidebar .checkbox label, #sidebar .radio label, label {
  font-size: 14px;
  font-weight: 400;
}

#sidebar ul li a {
  padding: 10px 0;
  display: block;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

a[data-toggle="collapse"] {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}

#sidebar ul li a {
  padding: 10px 0;
  display: block;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.05); margin-bottom:10px;
}
a[data-toggle="collapse"] {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #ccc;
  font-size: 11px;
}

.tagcloud a:hover {
 border-color:#e81c24;
 background:#e81c24;
 color:#fff
}

.showmore {
  cursor: pointer;
  font-weight: bold;
  color:#e81c24; 
  font-size:14px; 
}
.showmore, .expanded span {
  color:#e81c24; 
  font-size:14px;
}

#sidebar ul.expandible li {
  font-size: 14px;
}

.expandible .fab, .far, .fas {
  font-size: 16px;
  vertical-align: middle;
}

.section {
  padding: 20px 0;
}

.filter-mobile .btn-outline-primary {
  color: #e81c24!important;
  border-color: #e81c24!important; 
}
.filter-mobile .btn {
  /*display: inline-block;*/
  font-weight: 700;
  color: #e81c24!important;
  text-transform:none!important;
  /*color: #212529;*/
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid #e81c24!important;
  padding: .375rem .75rem;
  font-size: 1rem!important;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out/*,box-shadow 0.15s ease-in-out*/; 
  box-shadow:none!important;
  margin:0!important;
}

.filter-mobile .btn:hover {
  /*display: inline-block;*/
  background-color: #e81c24!important;
  border: 2px solid #e81c24!important;
  /*color: #fff!important;*/
}

.text-iconed:hover > * {
   color: #fff!important;
}

.filter-mobile small, .filter-mobile .small {
  font-size: 75%;
  color: #e81c24;
}

/****** SORTEREN ******/

.chevron-select {
  position: relative;
}

select#product-sorting {
  border-radius: 0;
}

.chevron-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top:0px!important;
  border-left:0px!important;
  border-right:0px!important;
  border-bottom: 1px solid #000000;
  border-radius: 0; min-height:40px;
}

.text-color-3 {
  color: #000000 !important; 
}

.chevron-select i.small {
  top: 12.6px;
}
.chevron-select i {
  position: absolute;
  top: 6.6px;
  right: 10px;
  color: #000000;
  pointer-events: none;
}

/****** SHOP --> CATALOGUS --> new thumb ******/

@media (min-width: 576px) {
    .mco-product-box .product-box {
        border-top: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-top-left-radius:1rem;
        border-top-right-radius:1rem;
        box-shadow: 0 4px 12px 0 rgba(88,79,76,.06);
    }
    
    .mco-product-box .product-box img {
        border-top-left-radius:1rem;
        border-top-right-radius:1rem;
    }
    
}

@media (max-width: 575px) {
        .mco-product-box .col-4, .mco-product-box .col-8 {
        margin-bottom: 0.5rem !important;
    }
}

.border-bottom-product-box {
  border-bottom: 1px solid #dee2e6 !important;
}

@media (min-width: 576px) {
    .mco-product-box .product-box .ratio-container {
     overflow: hidden;
    }
}

@media (min-width: 576px) {
    /*.mco-product-box .product-box img {
     transform: scale(0.95);
     transition: transform .2s !important;
    }*/
}

.mco-product-box .product-box .container-for-img {
 width:100%;
 height:auto;
 margin:0 auto;
}

.mco-product-box .product-box img {
 /*max-width:100px;*/
 width:auto;
 max-height:auto;
}


@media (max-width: 575px) {
    .mco-product-box .product-box img {
     max-width:150px;
    }
    .mco-product-box .product-box .container-for-img {
     width:150px;
     height:auto;
    }
}

.mco-product-box .product-box .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mco-product-box .product-box .text-ellipsis--2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; font-size:0.9rem;
}

@media (max-width: 575px) {
    
    
    .mco-product-box .product-box .text-truncate {
        display: table;
        table-layout: fixed;
        width: 100%;
        white-space: nowrap;
    }
    
    .mco-product-box .product-box .text-truncate > * {
        display: table-cell;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

.mco-product-box .product-box .btn-outline-primary {
  color: #012169!important;
  border-color: #012169!important; 
}
.mco-product-box .product-box .btn {
  /*display: inline-block;*/
  font-weight: 700;
  color: #ed2232!important;
  text-transform:none!important;
  /*color: #212529;*/
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid #ed2232 !important;
  padding: .375rem .75rem;
  font-size: 1rem!important;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out/*,box-shadow 0.15s ease-in-out*/; 
  box-shadow:none!important;
}

.mco-product-box .product-box .btn:hover {
  /*display: inline-block;*/
  background-color: #ed2232 !important;
  border: 1px solid #ed2232 !important;
  color: #fff!important;
}

/****** SHOP --> DETAILPAGINA --> beoordelingen ******/

.rating {
  width: 120px;
  height: 24px;
  /*width: 100px;
  height: 20px;*/
  position: relative;
  background-color: #e5e5e5;
}

.rating .rating-bg {
  background-color: #f4e100;
  display: inline-block;
  height: 24px;
  /*height: 20px;*/
}

.rating svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****** SHOP --> DETAILPAGINA --> USPs ******/

.mco-product-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #e81c24;
}
.mco-product-usps .icon-list {
  list-style: none;
}
ul.mco-product-usps {
    font-size:.95rem;
}

.mco-product-usps .small-medium .fab, .mco-product-usps .small-medium .far, .mco-product-usps .small-medium .fas {
  font-size: 21px;
}
.mco-product-usps .icon-success i {
  color: rgba(35, 47, 93, 0.5);
}
.mco-product-usps .icon-list i {
  flex-shrink: 0;
  flex-basis: 1.2rem;
  margin-right: 10px;
}
.mco-product-usps .fa, .mco-product-usps .fas {
  font-weight: 900;
}

/****** SHOP --> DETAILPAGINA --> Kies je verpakkingen ******/

.nest-profiling-container .bg-mypet {
  background-color: #f5f1e5 !important;
}
.nest-profiling-container .bg-mypet .border-between + .border-between {
  border-top: 1px solid #f5f1e5;
}

.nest-profiling-container .bg-mypet .first-bar {
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
}
.nest-profiling-container .bg-mypet .last-bar {
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
}

.pet-container h5, .pet-container .h5 {
  margin-bottom: 0px!important;
  font-weight: 700;
  font-size: 1.2rem;
  color: #FFF;
}

.heading-hond {
    min-height:58px;
    background:#aa6d9d; 
    border-top-left-radius: 15px 15px; 
    border-top-right-radius: 15px 15px;
}

.heading-hond .sil-hond {
    left:0; 
    top:0;
}

.heading-hond .sil-hond img {
    height:57px; 
    width:86px;
}

.heading-hond .title-pet {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heading-kat {
    min-height:58px;
    background:#39c0c2; 
    border-top-left-radius: 15px 15px; 
    border-top-right-radius: 15px 15px;
}

.heading-kat .sil-kat {
    left:0; 
    top:0;
}

.heading-kat .sil-kat img {
    height:57px; 
    width:90px;
}

.heading-kat .title-pet {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.existing-pet-kat {
    min-height:58px;
    background:#39c0c2; 
}

.existing-pet-hond {
    min-height:58px;
    background:#aa6d9d; 
}

.existing-pet-kat .sil-kat, .existing-pet-hond .sil-hond {
    left:0; 
    top:0;
}

.existing-pet-kat .sil-kat img, .existing-pet-hond .sil-hond img {
    height:57px; 
    width:90px;
}

.existing-pet-kat .title-pet, .existing-pet-hond .title-pet {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) { 
	.existing-pet-kat .title-pet, .existing-pet-hond .title-pet {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translate(0, -50%);
    }
}


.existing-pet-kat .edit-pet, .existing-pet-hond .edit-pet {
    position: absolute;
    right:10px;
    top:50%;
    transform: translate(0,-50%);
    
}

.existing-pet-kat .edit-pet .btn-edit, .existing-pet-kat .edit-pet .btn-remove, .existing-pet-hond .edit-pet .btn-edit, .existing-pet-hond .edit-pet .btn-remove {
    border: 2px solid #fff;
    padding:.35rem;
    background:transparent;
    color:#fff;
    cursor: pointer;
}

.pet-name-title-mobile h5 {
  margin-bottom: 0px !important;
  font-weight: 700;
  font-size: 1.2rem;
  color: #e81c24;
}

@media (max-width: 767px) { 
	.btn-add-pet {
        max-width:275px!important;
        margin-bottom:1em;
    }
}



.nest-profiling-container .bg-very-light-gray {
  background-color: #f8f9f9 !important;
}
.nest-profiling-container .border-between + .border-between {
  border-top: 1px solid #dee2e6;
}
.nest-profiling-container h5 {
  color: #333;
}
.nest-profiling-container h5, .nest-profiling-container .h5 {
  font-size: 16px;
}
.nest-profiling-container h5, .nest-profiling-container .h5 {
  font-size: 1.25rem;
}
.nest-profiling-container h5, .nest-profiling-container .h5 {
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #012169;
}
.nest-profiling-container .description {
  color: #000;
}
.custom-radio-medium input:checked ~ .custom-radio-span {
  background-color: #e81c24;
  box-shadow: inset 0 0 0 4px #fff;
}
.custom-radio-medium input {
  position: absolute;
  opacity: 0;
}
.custom-radio-medium .custom-radio-span {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  transition: box-shadow .2s;
}

.nest-profiling-container .order-form label.description > span {
  display: block;
}
.nest-profiling-container .font-weight-bold {
  font-weight: 700 !important;
}
.nest-profiling-container .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  /*padding: .375rem .75rem;*/
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.nest-profiling-container .order-form .ribbon {
  position: absolute;
  right: -6px;
  bottom: 8px;
  padding: 0 15px 2px 15px;
  color: #fff;
  background: #e81c24;
  font-size: 14px;
  pointer-events: none;
}
.nest-profiling-container .order-form .ribbon::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -6px;
  border-top: 6px solid #e81c24;
  border-right: 6px solid transparent;
}
.nest-profiling-container .order-form label.has-ribbon {
  padding-bottom: 2.5rem;
}
.nest-profiling-container .text-success {
  color: #28a745 !important;
}
.nest-profiling-container .border {
  /*border: 1px solid #dee2e6 !important;*/ 
  border: 0px solid #dee2e6 !important;
  border-bottom: 1px solid #000000 !important;
}
.nest-profiling-container .product-quantity-picker button[disabled] {
  cursor: not-allowed;
}
.nest-profiling-container .border-xs-right {
  border-right: 1px solid #dee2e6;
}
.nest-profiling-container-info-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  box-shadow:none;
  margin:0; 
  text-transform:none;
  font-size: 1rem;
  line-height: 1.5;
  /*border-radius: 0;*/
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.nest-profiling-container-info-btn:hover {
  opacity:0.75;
}

.nest-profiling-container .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  box-shadow:none;
  margin:0; 
  text-transform:none;
  font-size: 1rem;
  line-height: 1.5;
  /*border-radius: 0;*/
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.nest-profiling-container .btn:active {
  color: #fff;
  background:#012169;
}
.nest-profiling-container .btn-custom {
  color: #fff;
  background-color: #e81c24;
  border-color: #e81c24;
  border-radius: 5px;
  width:100%;
}


#product-detail-accordion .product-detail-card-header { 
    background-color: white;
}

#product-detail-accordion .product-detail-card-header a { 
    color: black;
}

#product-detail-accordion .card-collapse .card-header a {
  cursor: pointer;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 0rem;
  padding-top: 1rem;
}

#product-detail-accordion .card-collapse .card-header a {
  color: #262574;
  font-size:1.2rem;
  font-weight: 600;
  
}
#product-detail-accordion .more {
  display: none;
}
#product-detail-accordion .btn {
  /*display: inline-block;*/
  font-weight: 700;
  color: #012169 !important;
  text-transform: none !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid #012169 !important;
  padding: .375rem .75rem;
  font-size: 1rem !important;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
  box-shadow: none !important;
  margin:.5rem 0!important;
}

/****** SHOP --> DETAILPAGINA --> reviews ******/

.section-reviews {
  padding: 40px 0;
}

.mco-review-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #e81c24;
}

.section-reviews hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid rgba(0, 146, 198, 1);
}
.section-reviews hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.section-reviews h3, .section-reviews .h3 {
  font-size: 20px;
}

.section-reviews h3, .section-reviews .h3 {
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.section-reviews h4, .section-reviews .h4 {
  font-size: 20px;
}

.section-reviews h4, .section-reviews .h4 {
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.rating-bar {
  position: relative;
  width: 100%;
  height: .625rem;
  border-radius: 1rem;
  background-color: #e5e5e5;
  overflow: hidden;
}

.rating-bar .rating-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 1rem;
  background-color: #f4e100;
}

.section-reviews .review-btn {
  /*display: inline-block;*/
  font-weight: 700;
  color: #012169!important;
  text-transform:none!important;
  /*color: #212529;*/
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid #012169!important;
  padding: .375rem .75rem;
  font-size: 1rem!important;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out/*,box-shadow 0.15s ease-in-out*/; 
  box-shadow:none!important;
  cursor: pointer;
}

.section-reviews .review-btn:hover {
  /*display: inline-block;*/
  background-color: #012169!important;
  border: 1px solid #012169!important;
  color: #fff!important;
}
.rating-input  {
  color: #e5e5e5!important;
}

.transparent {
  opacity: 0;
}
.rating-input label {
  color: #e5e5e5;
}
.rating-input label:hover, .rating-input label:hover ~ label, .rating-input input:checked ~ label {
  color: #f4e100;
}
.pointer {
  cursor: pointer;
}
.section-reviews .fas {
  font-size: 25px;
  vertical-align: middle;
}
.section-reviews .bmd-label-static {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.moreReviews {
    display: none;
}
.read-more-btn {
    padding: 15px 60px;
    background-color: rgb(149, 170, 197);
    color: rgb(53, 49, 49);
    border: none;
    outline: none;
    font-size: 20px;
    cursor: pointer;
}
.review-container.show-more-reviews .moreReviews {
    display: inline;
}
.review-container.show-more-reviews .dots {
    display: none;
}

.section-reviews .read-more-btn {
  color: #fff;
  background-color: #262574;
  border-color: #262574;
}
.section-reviews .read-more-btn:focus {
  color: #fff;
  background-color: #262574;
  border-color: #262574;
}
.section-reviews .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  box-shadow: none;
  margin: 0;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

/****** SHOP --> DETAILPAGINA --> optimale combinatie ******/


.product-combopack {
  position: relative;
}
.product-combopack-badge {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 30;
}
.icon--combopack-badge-optimal-combination {
  background-position: -23.1rem -46.4rem;
  height: 4rem;
  width: 6.8rem;
}
.icon--combopack-badge-optimal-combination {
  background-image: url(https://www.vitakruid.nl/build/images/base-sprite.f629a3a1.svg);
  background-repeat: no-repeat;
  background-size: 114.1rem 109.1rem;
  display: inline-block;
}
.product-combopack-row {
  display: flex;
  margin-bottom: 1rem;
  /*margin-left: -.1rem;
  margin-right: -.1rem;*/
  overflow: auto; 
}
.product-single-product-combopack .product-combopack .product-combopack-product {
  width: 100%;
}
/*.product-combopack--2 .product-combopack-price, .product-combopack--2 .product-combopack-product {
  width: 50%;
}*/
.product-combopack-product {
  display: flex;
  margin-bottom: .2rem;
  /*min-width: 17rem;
  min-width:50%;*/
  padding-left: .1rem;
  padding-right: .1rem;
}
.product-combopack-product__inner {
  display: inherit;
  flex-direction: column;
  width: 100%;
}
.product-combopack-product__image-container.product-image-container {
  border-radius: 0;
  height: 12rem;
  overflow: visible;
  padding: .5rem; 
}
.product-image-container {
  align-items: center;
  background: linear-gradient(180deg,#e81c24 0,#f8f9f9);
  /*border-radius: .2rem;*/
  display: flex;
  justify-content: center;
  /*overflow: hidden;*/
  position: relative;
}
.product-image-container::before {
  background: radial-gradient(ellipse at center,#fff 0,hsla(0,0%,100%,0) 100%);
  border-radius: 50%;
  bottom: 0;
  content: "";
  filter: blur(2rem);
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: transform .3s cubic-bezier(.785,.135,.15,.86),opacity .5s cubic-bezier(.785,.135,.15,.86);
  z-index: 10;
}
.product-image-container__image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-height: 80%;
  max-width: 80%;
  pointer-events: none;
  transform: translateZ(0);
  transform-origin: center;
  transition: transform .4s cubic-bezier(.68,-.55,.265,1.55),opacity .3s cubic-bezier(.785,.135,.15,.86);
  z-index: 20;
}
/*.product-combopack--2 .product-combopack-product:nth-child(2n+1) .product-combopack-product__plus-icon {
  display: none;
}*/
.product-combopack-product__plus-icon {
  left: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 30;
}
.icon--plus {
  background-position: -83.3rem -39.5rem;
  height: 3.4rem;
  width: 3.4rem;
}
.icon--plus {
  /*background-image: url(/resources/assets/up/336/image/02eb3795-2f3d-4b75-be9dc6970e4a6f90.svg);
  background-repeat: no-repeat;
  background-size: 114.1rem 109.1rem;*/
  display: inline-block;
}
.product-combopack-product__info {
  background-color: #f8f9f9;
  flex: 1;
  min-height: 6rem;
  padding: 1rem 2rem;
}
@media (max-width: 380px) { 
	.product-combopack-product__info {
      background-color: #f4f3f8;
      flex: 1;
      /*min-height: 6rem;*/
      padding: 1rem 1rem;
    }
}
.product-combopack-product__title {
  color: #262574;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
  margin-bottom: .5rem;
}
@media (max-width: 380px) { 
	.product-combopack-product__title {
      color: #262574;
      font-size: 1.1rem;
      font-weight: 600;
      line-height: 1.1rem;
      margin-bottom: .5rem;
    }
}
.product-combopack-product__info .product-substance {
  color: #262574;
  font-weight: 500;
}
.account-order-detail__top, .fl-center-vert, .side-slide__header-close {
  align-items: center;
  display: flex;
}
.icon {
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
}

.icon--application-melt-tablets-oval {
  /*background-position: -108.2rem -34.6rem;*/
  width: .8rem;
  /*height: 1.7rem;*/
  height: auto;
}
.icon--application-melt-tablets-oval {
  /*background-image: url(/resources/assets/up/336/image/ee7e0196-614d-4741-993d50f47d2c5f0b.svg);
  background-repeat: no-repeat;
  background-size: 114.1rem 109.1rem;*/
  display: inline-block;
}
.icon--application-vegan-capsule {
  /*background-position: -108.2rem -78.1rem;*/
  width: .8rem;
  /*height: 1.6rem;*/
  height: auto;
  /*width: 13px;*/
}
.icon--application-vegan-capsule {
  /*background-image: url(/resources/assets/up/336/image/ee7e0196-614d-4741-993d50f47d2c5f0b.svg);
  background-repeat: no-repeat;
  background-size: 114.1rem 109.1rem;*/
  display: inline-block;
}

.m-r-1 {
  margin-right: 1rem !important;
}
.product-substance-amount, .product-substance-substance {
  white-space: nowrap;
}
.product-combopack-product__info .product-substance-substance {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-combopack-price {
  display: flex;
  flex-wrap: wrap;
  line-height: auto;
}
.product-combopack-price__discount-container {
  flex-grow: 1;
  padding-right: 1rem;
}
.product-combopack-price__discount {
  color: #ee7501;
  font-size: 1.2rem;
  font-weight: 700;
}
.product-combopack-price__discount-sub {
  color: #9c9c9c;
  font-size: 1rem;
  font-weight: 400;
}
.product-price--discount {
  align-items: flex-end;
  /*flex-direction: column;*/
}
.product-combopack-price__price .product-price {
  display: flex;
  flex-direction: column;
}
.product-price {
  /*align-items: center;*/
  color: #a9be00;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  min-width: 7rem;
  position: relative;
  transition: opacity .3s cubic-bezier(.785,.135,.15,.86),color .3s cubic-bezier(.785,.135,.15,.86);
}
.product-combopack-price__price .product-price-discount {
  order: 1;
}
.product-price-discount {
  color: #9c9c9c;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: .5rem;
  text-decoration: line-through;
}
.product-price {
  color: #e81c24;
  font-size: 1.2rem;
  font-weight: 700;
}

.mco-optimalCombo-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #e81c24;
}

.mco-optimalCombo-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  box-shadow:none;
  margin:0; 
  text-transform:none;
  font-size: 1rem;
  line-height: 1.5;
  /*border-radius: 0;*/
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.mco-optimalCombo-btn:active {
  color: #fff;
  background:#012169;
  border-color: #012169;
}
.mco-optimalCombo-btn {
  color: #fff;
  background-color: #ee7501;
  border-color: #ee7501;
}

.mco-bundel-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  box-shadow:none;
  margin:0; 
  text-transform:none;
  font-size: 1rem;
  line-height: 1.5;
  /*border-radius: 0;*/
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.mco-bundel-btn:active {
  color: #fff;
  background:#262574;
  border-color: #262574;
}
.mco-bundel-btn {
  color: #fff;
  background-color: #262574;
  border-color: #262574;
}

.block-system-branding-block {
  position: relative;
}

@media (min-width: 768px) {
.block-system-branding-block {
  display: flex;
  margin-right: auto;
    }
}

.block-system-branding-block .site-logo {
  position: absolute;
  width: 100%;
  height: 100%;
}

.block-system-branding-block .site-logo img {
  max-width: 157px;
}
.block-system-branding-block .site-name {
  display: none;
}

@media (min-width: 768px) {
.block-system-branding-block .site-slogan {
  margin: 0 72px 0 170px;
  position: relative;
    }
}

.block-system-branding-block .site-slogan {
  font-family: "roboto_slabregular",Helvetica,sans-serif;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767px) {
    .block-system-branding-block .site-slogan {
      display: none !important;
    }
    .block-system-branding-block .site-logo {
      position: relative!important;
    }
}
@media (min-width: 768px) {
.block-system-branding-block .site-slogan::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -1px;
  width: 4px;
  height: 4px;
  background: url("/resources/assets/up/341/image/7c5b89e0-d23b-4695-953e06b7b1a82741.svg") center center/4px 4px no-repeat;
    }
}



/****** PROMOFORM EXTRA'S ******/


/****** Panels ******/

#promoform-accordion .card .card-header .btn {
  text-transform: none!important;
  padding: 15px 20px!important;
  color: #fff!important;
}
#promoform-accordion .card-header button {
  color: #fff!important;
}
#promoform-accordion .card .card-header button {
  background: #e81c24!important;
}
#promoform-accordion .card-header button.collapsed {
  background-color: #262322!important;
  color: #fff!important;
}
.card {
  font-size: 16px!important;
  line-height: 23px!important;
}

.accordion [data-toggle="collapse"]::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -2px;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  border-right: 8px solid transparent;
  border-bottom: 8px dashed;
  border-left: 8px solid transparent;
  content: '';
}

#promoform-progress-indicator {
  background-color: #fff;
}

#promoform-progress-indicator .progress-bar {
  background: #008000!important;
}

/*-- BULLET / CHEVRON / OF ELK ANDERE ICON --*/
.hs_pr_icon_wrapper{
	float:left;
	width:10px;
	font-size:14px;
	/*color:#5eaba8;*/
    color: #e81c24; /* default supported fallback style */
}
.hs_pr_icon_cont_wrapper{
	/*float:left;*/
	width:calc(100% - 10px);
	padding-left:15px;
}
.hs_ar_icon_cont_wrapper span{
	color:#000000;
	font-weight:bold;
}

#promoform-accordion .form-module-section-hr {
  /*width: 8px;
  height: 8px;
  margin-top: 0px;
  display: inline-block;
  background: #e81c24;*/
  display:none!important;
}

.voorbeeld-box-none {
  background: none;
  color: #000;
  font-size: 85%;
  /*border-radius: .25rem;
  padding: .375rem .75rem;*/
  margin-top: 0.5rem;
  display: inline-block;
}

small, .small {
  font-size: 85%!important;
  font-weight: 400;
  color: inherit!important;
}

.btn-custom {
  /*font-family: "Androgyne_TB", Arial, sans-serif;
  color: #ffffff!important;
  background-color: #3a2312!important;
  border-color: #3a2312!important;
  box-shadow: none;
  border-radius: 4rem;*/
  font-weight: 700;
color: #a60f7f !important;
text-transform: none !important;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 1px solid #a60f7f !important;
padding: .375rem .75rem;
font-size: 1rem !important;
line-height: 1.5;
border-radius: 0;
transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
box-shadow: none !important;
}
.btn-custom:hover {
  
color: #ffffff !important;
text-transform: none !important;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: #a60f7f!important;
border: 1px solid #a60f7f !important;
}
#promoform-accordion .card-body {
  background-color: #f5f1ed!important;
}

