#products {
    align-content: flex-start;
}

.product {
    margin-bottom: 30px;
    width: 100%;
}

.product-image {
    width: 100%;
    cursor: pointer;
}

.product-image:hover {
    text-decoration: none;
    color: transparent;
    border-bottom: none;
}

.product-image img {
    height: auto;
    width: 100%;
}

hr {
    border: solid 1px var(--category_3_light_2)
}

.flex-product {
    flex-grow: 0;
}

.product-information {
    height: 2.5rem;
}

.form-check-label.filter {
    cursor: pointer;
}

.custom-control-label:before {
    background-color: white;
    -ms-transform: scale(1); /* IE */
    -moz-transform: scale(1); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: white;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='steelblue' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 1.893z'/%3E%3C/svg%3E");
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: var(--category_3);
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(63, 127, 191, 0.25);
}

.checkbox-label {
	color: var(--company_text_primary);
	overflow-wrap: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
}

.radiobtn-label {
	color: var(--company_text_primary);
	overflow-wrap: break-word;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
}

.custom-control-label::before, 
.custom-control-label::after {
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 0 !important;
}

.custom-control-label.mobile::before,
.custom-control-label.mobile::after {
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 0 !important;
}

.custom-control.custom-checkbox .custom-control-label::before {
	width: 20px;
	height: 20px;
	border-color: var(--company_color_4) !important;
	outline: none;
    top: 0.1em;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff !important;
	border-color: var(--company_color_4) !important;
	background-color: #fff !important;
	width: 20px;
	height: 20px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background: none;
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 300;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: 1px;
	left: -22px;
	background-image: none !important;
}







.custom-radiobtn .custom-control-input ~ .custom-control-label::before {
	color: #fff !important;
	border-color: var(--company_color_4) !important;
	background-color: #fff !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 20px !important;
	top: 0px;
}

.custom-radiobtn .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff !important;
	border-color: var(--company_color_4) !important;
	background-color: #fff !important;
	width: 20px !important;
	height: 20px !important;
}

.custom-radiobtn .custom-control-input:checked ~ .custom-control-label::after {
	background: none;
	font-size: 18px;
	font-weight: 300;
	width: 10px !important;
	height: 10px !important;
	line-height: 20px;
	top: 5px;
	left: -19px;
	background: var(--company_color_4) !important;
	border-radius: 10px !important;
}















.custom-control {
	position: relative;
	z-index: 0;
	display: block;
	min-height: 25px;
	padding-left: 25px;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	margin-bottom: 10px;
}

.filter-category-container {
	margin-bottom: 20px;
}

.product-information div {
    color: var(--company_text_secondary) !important;
    overflow: hidden;
    white-space: normal;
}

.underline-color-secondary {
    text-decoration: underline solid transparent;
    display: block;
    transition: text-decoration 1s ease;
    color: white;
}

.underline-color-secondary:hover, .underline-color-secondary:focus {
    text-decoration: underline solid white !important;
}

.img-container-cart {
    height: 3rem;
    width: 3rem;
    background-color: var(--company_secondary);
    border-radius: 100px;
    margin: 1rem 1rem auto auto;
    z-index: 10
}

.cart-icon {
    height: 1.5rem;
    width: 1.5rem;
    color: white;
    font-size: 1.3rem;
    margin-right: 0.4rem;
}

.products-count h1 {
    color: var(--company_grey_light)
}

.nav-soa {
    background-color: var(--category_1_light_2) !important;
}

.nav-soa h3 {
    color: var(--category_1_dark_2) !important;
}

.nav-soa.active {
    background-color: var(--category_1) !important;
}

.nav-soa.active h3 {
    color: var(--company_text_secondary) !important;
}

.nav-buikklachten {
    background-color: var(--category_3_light_2) !important;
}

.nav-buikklachten h3 {
    color: var(--category_3_dark_1) !important;
}

.nav-buikklachten.active {
    background-color: var(--category_3) !important;
}

.nav-buikklachten.active h3 {
    color: var(--company_text_secondary) !important;
}

.nav-drugs {
    background-color: var(--category_2_light_2) !important;
}

.nav-drugs h3 {
    color: var(--category_2_dark_1);
}

.nav-drugs.active {
    background-color: var(--category_2) !important;
}

.nav-drugs.active h3 {
    color: var(--company_text_secondary);
}

.nav-prevention {
    background-color: var(--category_4_light_2) !important;
}

.nav-prevention h3 {
    color: var(--category_4_dark_1) !important;
}

.nav-prevention.active {
    background-color: var(--category_4) !important;
}

.nav-prevention.active h3 {
    color: var(--company_text_secondary) !important;
}

.nav-corona {
    background-color: var(--category_3_light_2) !important;
}

.nav-corona h3 {
    color: var(--category_3_dark_1) !important;
}

.nav-corona.active {
    background-color: var(--category_3) !important;
}

.nav-corona.active h3 {
    color: var(--company_text_secondary) !important;
}

.single-product-navbar-divider {
    border-bottom: 1px solid var(--company_color_dark_2);
}

.mobile.custom-control-label::before {
    top: -0.1rem;
}

.mobile.custom-control-label::after {
    top: -0.1rem;
}

.form-control.search {
    background-color: var(--category_3_light_2);
    border-radius: 1.5rem;
    height: 2.5rem;
}

.form-control.search::placeholder {
    color: var(--category_3_dark_2);
}

.filter-category {
	color: var(--company_color_5);
	font-size: 26px;
	margin-bottom: 10px;
}

.nav-link-text {
    display: none;
    font-size: 1.1rem !important;
}

.filter-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.filter-icon i {
    font-size: 1rem;
    color: var(--company_text_secondary);
    text-align: center;
    vertical-align: middle;
    margin-top: 0.7rem;
}

.btn-primary {
    background-color: var(--category_3);
    border-color: transparent;
    box-shadow: none;
    border-radius: 12rem;
}

.shopping-cart-icon {
    position: absolute;
    right: 2rem;
    top: 1rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.5s;

    opacity: 0;
    visibility: hidden;
}

.shopping-cart-icon.addToCart {
    background-color: var(--company_text_secondary);
}

.product:hover .addToCart.shopping-cart-icon {
    opacity: 1;
    visibility: visible;
}

.shopping-cart-icon.addedToCart {
    opacity: 1;
    visibility: visible;
}

.shopping-cart-icon img {
    width: 2rem;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--category_3);
    border-color: transparent;
    box-shadow: none;
}

.btn-primary:hover {
    background-color: var(--category_3);
    border-color: transparent;
    box-shadow: none;
}

.webshop-navbar-row {
    height: 4rem;
}

.webshop-navbar-category-icon {
    border-radius: 50%;
}

.webshop-tab {
    max-width: 125rem;
    margin-left: auto;
    margin-right: auto;
}

.webshop-title {
    color: var(--company_color);
}

.webshop-navbar .nav-link img {
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: middle;
    margin: 0.25rem;
    transition: all 0.4s ease;
}

.webshop-navbar .nav-link:hover img {
    height: 2.5rem;
    width: 2.5rem;
}

.webshop-navbar .nav-link.active img {
    height: 2.5rem;
    width: 2.5rem;
}

.webshop-navbar .nav-link h3 {
    vertical-align: middle;
    margin: auto 1rem auto 1rem;
    font-weight: bold;
}

.webshop-navbar {
    padding: 2rem 0 3.5rem 0;
}

.webshop-navbar .nav-link {
    height: 2.5rem;
    text-align: center;
    border-radius: 15px 15px 0 0;
    margin-right: 0.625rem;
    border: 0 !important;
    transition: all 0.2s ease;
}

.webshop-navbar .nav-link:hover {
    height: 4rem;
    border-radius: 15px 15px 0 0;
}

.webshop-navbar .nav-link.active {
    height: 4rem;
    color: var(--company_text_primary);
    font-weight: bold !important;
    border-radius: 15px 15px 0 0;
}

.webshop-navbar .nav-tabs {
    width: 100%;
    border-bottom: 1px solid var(--company_color);
    padding-bottom: 1px;
}

.webshop-alert {
    height: auto;
}

.webshop-alert h4 {
    color: var(--company_color_dark_1);
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.webshop-alert h4:hover {
    text-decoration: underline;
}

.webshop-overview {
    max-width: 125rem;
    margin-left: auto;
    margin-right: auto;
}

.mobile-filter-tootle-icon {
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
}

.mobile-filter-tootle-icon::before {
	content: "\f107";
	position: relative;
	font-size: 30px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	right: 0;
	line-height: 30px;
	color: var(--company_text_primary);
	width: 30px;
	height: 30px;
	top: 4px;
	display: inline-block;
	font-style: normal;
	text-align: center;
    cursor:pointer;
}

.open .mobile-filter-tootle-icon:before {
    content: "\f106";
}

#webshop-products-container .products-list-container #filters.open .filter-container {
	height: auto;
}

@media (max-width: 991px) {
    .checkbox-label {
        font-size: 10px;
    }

    .form-check {
        position: relative;
        display: inline-grid;
        padding-left: 1.25rem;
        grid-template-columns: 50% 50%;
        column-gap: 30px;
        width: 100%;
    }

    .custom-control-label::before, .custom-control-label::after {
        width: 20px;
        height: 20px;
    }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        top: 0px;
        left: -22px;
    }

    .custom-control {
        margin-bottom: 0px;
    }

    .filter-category-container {
        margin-bottom: 10px;
    }
}


@media (max-width: 767px) {
    .filter-category {
        font-size: 14px;
    }

    #webshop-products-container .products-list-container .filter-container {
        border-radius: 10px;
        padding: 10px 20px;
        height: 42px;
        border: 2px solid var(--company_color_5);
        overflow: hidden;
    }

    #webshop-products-container .products-list-container .filter-container .mobile-filter-tootle-icon {
        display: block;
    }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        top: 1px;
    }
}



@media (min-width: 26em) {
    .webshop-navbar-row {
        height: 6rem;
    }

    .webshop-navbar .nav-link img {
        height: 3.5rem;
        width: 3.5rem;
    }

    .webshop-navbar .nav-link:hover img {
        height: 4.5rem;
        width: 4.5rem;
    }

    .webshop-navbar .nav-link.active img {
        height: 4.5rem;
        width: 4.5rem;
    }

    .webshop-navbar .nav-link {
        height: 4.75rem;
    }

    .webshop-navbar .nav-link:hover {
        height: 6rem;
    }

    .webshop-navbar .nav-link.active {
        height: 6rem;
    }
}

@media (min-width: 64em) {
  
    .filter-group {
        padding-left: 4rem;
    }

    .shopping-cart-icon img {
        width: 2.25rem;
    }

    .shopping-cart-icon {
        padding: 1rem;
        margin-top: 0.75rem;
        margin-right: 0.5rem;
    }

    .product-information {
        height: 5rem;
    }


    .webshop-navbar-row {
        height: 4.335rem;
    }

    .webshop-navbar .nav-link img {
        height: 2.125rem;
        width: 2.125rem;
    }

    .webshop-navbar .nav-link:hover img {
        height: 2.75rem;
        width: 2.75rem;
    }

    .webshop-navbar .nav-link.active img {
        height: 2.75rem;
        width: 2.75rem;
    }

    .webshop-navbar .nav-link {
        height: 3.75rem;
    }

    .webshop-navbar .nav-link:hover {
        height: 4.25rem;
    }

    .webshop-navbar .nav-link.active {
        height: 4.25rem;
    }
}

@media (min-width: 84em) {
    .webshop-navbar-row {
        height: 5.25rem;
    }

    .webshop-navbar .nav-link img {
        height: 3.125rem;
        width: 3.125rem;
    }

    .webshop-navbar .nav-link:hover img {
        height: 3.75rem;
        width: 3.75rem;
    }

    .webshop-navbar .nav-link.active img {
        height: 3.75rem;
        width: 3.75rem;
    }

    .webshop-navbar .nav-link {
        height: 4.75rem;
    }

    .webshop-navbar .nav-link:hover {
        height: 5.25rem;
    }

    .webshop-navbar .nav-link.active {
        height: 5.25rem;
    }
}

@media (min-width: 90em) {
    .nav-link-text {
        display: block;
    }
}




