/* [BEHEER] */
section.beheerbalk {
	background: #eaeaea;
	padding: 20px 0;
}

section.beheerbalk .title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	color: #000;
	padding: 0 0 15px 0;
}

section.beheerbalk a {
	color: #000;
}

section.beheerbalk ul.shopadmin {
	list-style: none;
	padding-left: 0;
}

section.beheerbalk ul.shopadmin li {
	display: inline;
	margin-right: 10px;
}

section.beheerbalk ul.shopadmin li a {
	padding: 2px;
	color: #000;
}

section.beheerbalk ul.shopadmin li a:hover,
section.beheerbalk ul.shopadmin li a:focus,
section.beheerbalk ul.shopadmin li a:active {
	color: #1f5081;
	text-decoration: none;
}

section.beheerbalk ul.shopadmin li a i {
	margin: 0 5px 0 0;
}

section.languagebar {
	background: #FFF;
	padding: 20px 0;
}

section.languagebar strong {
	color: #1f5081;
	font-weight: 700;
}

/* [CATEGORIE] */
.right_nopad {
	padding-right: 0;
}

.left_nopad {
	padding-left: 0;
}

.cat_img {
	display: block;
	width: 100%;
}

.bestel_img {
	display: block;
	width: 100%;
	height: 150px;
}

h1.cat_title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #145629;
	text-align: center;
	margin: 0;
}

h1.cat_title div {
	color: #000;
	font-weight: 300;
}

h2.cat_title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	margin: 15px 0 30px 0;
	color: #000;
}

h3.cat_title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	margin: 15px 0 30px 0;
	color: #000;
}

.cat_desc {
	background: #FFF;
	padding: 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.catgradient {
	position: relative;
	display: block;
	width: 100%;
	height: 15px;
	background: rgb(20,86,41);
	background: -moz-linear-gradient(90deg, rgba(20,86,41,1) 0%, rgba(138,187,42,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(20,86,41,1) 0%, rgba(138,187,42,1) 100%);
	background: linear-gradient(90deg, rgba(20,86,41,1) 0%, rgba(138,187,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#145629",endColorstr="#8abb2a",GradientType=1);
}

.catbox,
.filterbox {
	position: relative;
	display: block;
	padding: 15px;
	background: #FFF;
}

.catbox ul.catlist {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.catbox ul.catlist li {
	display: block;
}

.catbox ul.catlist li a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	padding: 10px 15px;
	color: #4D4D4D;
	background: #FFF;
}

.catbox ul.catlist li a:hover,
.catbox ul.catlist li a:focus,
.catbox ul.catlist li a:active {
	text-decoration: none;
	background: #145629;
	color: #FFF;
}

.catbox ul.catlist li.active a {
	background: #8abb2a;
	color: #FFF;
}

.catbox ul.catlist li.active a:hover,
.catbox ul.catlist li.active a:focus,
.catbox ul.catlist li.active a:active {
	background: #4D4D4D;
}

.catbox ul.catlist_sub {
	list-style-type: none;
	padding-left: 15px;
}

.catbox ul.catlist_sub li:first-child {
	margin: 5px 0 0 0;
}

.catbox ul.catlist_sub li:last-child {
	margin: 0 0 5px 0;
}

.catbox ul.catlist_sub li a,
.catbox ul.catlist li.active ul.catlist_sub li a {
	background: #FFF;
	color: #4D4D4D;
	font-weight: 400;
}

.catbox ul.catlist_sub li a:hover,
.catbox ul.catlist_sub li a:focus,
.catbox ul.catlist_sub li a:active,
.catbox ul.catlist li.active ul.catlist_sub li a:hover,
.catbox ul.catlist li.active ul.catlist_sub li a:focus,
.catbox ul.catlist li.active ul.catlist_sub li a:active {
	text-decoration: none;
	background: #145629;
	color: #FFF;
}

.catbox ul.catlist_sub li.active a,
.catbox ul.catlist li.active ul.catlist_sub li.active a {
	background: #8abb2a;
	color: #FFF;
}

.catbox ul.catlist_sub li.active a:hover,
.catbox ul.catlist_sub li.active a:focus,
.catbox ul.catlist_sub li.active a:active,
.catbox ul.catlist li.active ul.catlist_sub li.active a:hover,
.catbox ul.catlist li.active ul.catlist_sub li.active a:focus,
.catbox ul.catlist li.active ul.catlist_sub li.active a:active {
	background: #4D4D4D;
}

.filterbox a.reset_filter {
	display: block;
	width: 100%;
	padding: 10px 15px;
	background: #FFF;
	border: 1px solid #4D4D4D;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 15px 0;
}

.filterbox a.reset_filter:hover,
.filterbox a.reset_filter:focus,
.filterbox a.reset_filter:active {
	background: #4D4D4D;
	color: #FFF;
	text-decoration: none;
}

.filterbox a.sortering {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	padding: 10px 15px;
	color: #4D4D4D;
}

.filterbox a.sortering:hover {
	background: #145629;
	color: #FFF;
	text-decoration: none;
}

.filterbox a.sortering:hover,
.filterbox a.sortering:focus,
.filterbox a.sortering:active {
	text-decoration: none;
}

.filterbox a.sortering.collapsed:after {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #4D4D4D;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 16px;
	content: "\f078";
	margin: 0;
}

.filterbox a.sortering.collapsed:hover:after,
.filterbox a.sortering:hover:after {
	color: #FFF;
}

.filterbox a.sortering:after {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #4D4D4D;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 16px;
	content: "\f077";
	margin: 0;
}

.filterbox a.sortering[aria-expanded="true"] {
	background: #8abb2a;
	color: #FFF;
}

.filterbox a.sortering[aria-expanded="true"]:after {
	color: #FFF;
}

.filterbox .sorteringitems {
	margin: 10px 0;
}

.filterbox .sorteringitems label {
	display: block;
	width: 100%;
	padding: 5px 15px;
	height: auto;
	color: #4D4D4D;
}

.filterbox .sorteringitems label:hover {
	color: #145629;
}

.filterbox .sorteringitems input {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	outline: none;
	margin: 0 15px 0 0;
}

.filterbox .sorteringitems input:active, 
.filterbox .sorteringitems input:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	outline: none;
}

.filterbox .sorteringitems input:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.filterbox .sorteringitems input:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: green;
}

.product {
	position: relative;
	display: block;
	background: #FFF;
	padding: 15px;
	margin: 0 0 15px 0;
}

.product .img {
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    max-width: 100%;
}

.product .img:not(.noimage) a::after
{
    font-family: "Font Awesome 5 Pro";
    content: "\f00e";
    position:absolute;
    color:#FFFFFF;
    font-size:300%;
    font-weight:lighter;
    right:10px;
    bottom:20px;
    transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
    cursor:pointer;
    text-shadow:#000 0px 0px 3px;
}

.product .img:not(.noimage) a:hover::after 
{
    font-size: 500%;
    right:25%;
    bottom:40%;
}

.product .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.product .omschrijving
{
    margin-bottom:15px;
}

.product h2.product_title {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-weight: 700;
	padding: 15px 0;
	margin: 0;
}

.product h2.product_title .prod_extratitel
{
    font-size: 14px;
	font-weight: 500;
	padding: 0 0 0 10px;
    color:gray;
}

.product h2.product_title .prod_extratitel::before
{
    content: "(";
}

.product h2.product_title .prod_extratitel::after
{
    content: ")";
}

.product h2.product_title .prod_variant {
	font-size: 14px;
	font-weight: 500;
	padding: 0 0 0 10px;
}

.product h2.product_title a {
	color: #000;
}

.product h2.product_title a:hover,
.product h2.product_title a:focus,
.product h2.product_title a:active {
	color: #145629;
	text-decoration: none;
}

.product .product_desc,
.product .product_tref {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

.product a.btn_lm {
	position: relative;
	display: inline-block;
	color: #145629;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}

.product a.btn_lm:hover,
.product a.btn_lm:focus,
.product a.btn_lm:active {
	text-decoration: none;
	color: #8abb2a;
}

.product a.btn_lm:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #145629;
    transition: all 0.4s ease;
}

.product a.btn_lm:hover:before,
.product a.btn_lm:focus:before,
.product a.btn_lm:active:before {
    width: 0%;
}

.product .product_price {
	padding: 9px 0;
	font-size: 20px;
	line-height: 18px;
	font-weight: 700;
	color: #000;
	text-align: right;
}

.product .foot_spacer {
	height: 50px;
}

.product .product_footer {
	position: absolute;
	display: block;
	width: 100%;
	right: 15px;
	bottom: 0;
	text-align: right;
}

ul.product_btns {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

ul.product_btns li {
	display: inline-block;
	margin: 0 15px 0 0;
}

ul.product_btns li:last-child {
	margin: 0;
}

a.btn_go {
	display: inline-block;
	color: #FFF;
	background: #8ABB2A;
	border: 1px solid #8ABB2A;
	padding: 10px 15px;
	text-align: center;
	border-radius: 0;
	font-size: 16px;
	line-height: 16px;
}

a.btn_go.disabled
{
    background:rgb(49, 49, 49);
}

a.btn_go:hover,
a.btn_go:focus,
a.btn_go:active {
	color: #FFF; 
	background-color: #145629; 
	border-color: #145629;
	text-decoration: none;
}

a.btn_asort {
	position: relative;
	display: inline-block;
	color: #145629;
	background: #FFF;
	padding: 14px 0 10px 0;
	text-align: center;
	border-radius: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}

a.btn_asort:hover,
a.btn_asort:focus,
a.btn_asort:active {
	color: #8ABB2A;
	text-decoration: none;
}

a.btn_go i,
a.btn_asort i {
	margin: 0 10px 0 0;
}

/* [PRODUCT] */
h1.prod_title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin: 15px 0;
}

h1.prod_title .prod_variant {
	font-size: 14px;
	font-weight: 500;
	padding: 0 0 0 10px;
}

h1.prod_title .prod_extratitel
{
    font-size: 18px;
	font-weight: 500;
	padding: 0 0 0 10px;
    color:gray;
}

h1.prod_title .prod_extratitel::before
{
    content: "(";
}

h1.prod_title .prod_extratitel::after
{
    content: ")";
}

.prod_tref {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

.prod_price {
	padding: 15px 0;
	font-size: 28px;
	line-height: 18px;
	font-weight: 700;
	color: #000;
	text-align: right;
}

.prod_desc {
	padding: 15px 0;
	font-size: 14px;
	line-height: 24px;
}

.prod_voorraad {
	padding: 0 0 15px 0;
	color: green;
}

.prod_voorraad .stock.onzekweker
{
    color:rgb(206, 134, 0);
}

#voorraad_ajax {
	display: inline-block;
}

.voorraad {
	margin: 0 15px 0 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
}

.prod_voorraad i,
.voorraad i {
	margin: 0 10px 0 0;
}

.voorraad.leverbaar {
	color: green;
}

.voorraad.nietleverbaar {
	color: red;
}

.prod_voorraad small {
	font-style: italic;
}

.prod_bestel {
	padding: 15px 0 30px 0;
}

.aantal_input {
	padding: 10px 15px 10px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    height: auto;
    color: #000;
    outline: none;
    border-radius: 0;
}

.product_amount .aantal_input
{
	font-size: 13px;
    padding: 10px;
    width: 60px;
}

.aantal_input:hover, 
.aantal_input:focus, 
.aantal_input:active {
    box-shadow: none;
    border-color: #145629;
}

.aantal_input:focus {
	background: rgba(0,0,0,0.05);
}

.prod_filters {

}

.prod_footer {
	text-align: right;
}

.prod_info {
	font-size: 14px;
	line-height: 14px;
}

.prod_info .info_blok {
	display: block;
	margin: 0 0 15px 0;
}

.prod_info .info_blok:last-child {
	margin: 0;
}

.prod_info .info_title {
	display: inline-block;
	font-weight: 700;
}

.prod_info ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	display: inline-block;
}

.prod_info ul li {
	display: inline-block;
}

h3.prod_rel_title {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	text-align: center;
	margin: 60px 0 30px 0;
}

/* [ACCOUNT // WINKELWAGEN] */
ul.btn_list {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

ul.btn_list li {
	display: inline-block;
	margin: 0 10px 0 0;
}

ul.btn_list li:last-child {
	margin: 0;
}

table.table {
	margin-bottom: 0;
}

table.assortiment_table {
	width: 100%;
}

table.assortiment_table tr td {
	border-bottom: 4px #f2f2f2 solid;
}

table.assortiment_table th {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	padding: 10px;
}

table.assortiment_table td {
	background: #FFF;
	color: #000;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
}

table.assortiment_table td a {
	color: #145629;
}

table.assortiment_table td a:hover,
table.assortiment_table td a:focus,
table.assortiment_table td a:active {
	color: #8ABB2A;
	text-decoration: none;
}

table .productrow.not_available td, table .productrow.not_available select
{
	color:silver !important;
}

.table_img,
.table_img img {
	max-width: 100px;
}

.table_title .variant {
	font-size: 14px;
	font-weight: 400;
}

.leegassortiment {
	color: red;
	font-size: 120%;
	cursor: pointer;
	opacity: 1;
}

.leegassortiment:hover,
.leegassortiment:focus,
.leegassortiment:active {
	opacity: 0.75;
}

.table_aantal .amount {
	padding: 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	height: auto;
	max-width: 80px;
	color: #000;
	outline: none;
	border-radius: 0;
	border: 1px solid #C7C7C7;
	width: 100%;
}

.table_aantal .amount:hover, 
.table_aantal .amount:focus, 
.table_aantal .amount:active {
    box-shadow: none;
    border-color: #145629;
}

.table_aantal .amount:focus {
	background: rgba(0,0,0,0.05);
}

.table_order a {
	color: #000 !important;
}

button.addshop i,
.table_status i {
	margin: 0 10px 0 0;
}

.verzendbedrag ul,
.afhaalbedrag ul,
.verzendmogelijkheid ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.verzendbedrag ul li,
.afhaalbedrag ul li,
.verzendmogelijkheid ul li {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}

.verzendmogelijkheid ul li .nobold {
	font-weight: 400 !important;
}

.verzendbedrag ul li:last-child,
.afhaalbedrag ul li:last-child,
.verzendmogelijkheid ul li:last-child {
	margin: 0;
}

.verzendbedrag ul li strong,
.afhaalbedrag ul li strong,
.verzendmogelijkheid ul li strong {
	margin: 0 10px 0 0;
}

.verzendmogelijkheid ul li label {
	margin: 0;
}

#betaalvak button:focus {
	outline: none;
}

.alert-info {
	margin-bottom: 30px;
}

h4.prod_rel_title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	margin: 30px 0;
}

ul.stappen {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	background: #FFF;
}

ul.stappen li {
	display: inline-block;
	margin: 0;
}

ul.stappen li a {
	display: inline-block;
	padding: 15px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #000;
}

ul.stappen li a:hover,
ul.stappen li a:focus,
ul.stappen li a:active {
	text-decoration: none;
}

ul.stappen li.active a {
	background: #145629;
	color: #FFF;
	font-weight: 500;
}

ul.wizard {
	margin: 0;
}

ul.wizard li>span {
	padding: 0;
}

ul.wizard li.previous a {
	display: inline-block;
    color: #000;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 15px;
    text-align: center;
    border-radius: 0;
}

ul.wizard li.previous a:hover,
ul.wizard li.previous a:focus,
ul.wizard li.previous a:active {
	text-decoration: none;
	background: #CCC;
    color: #000;
    outline: none !important;
}

ul.wizard li.next a {
	display: inline-block;
	color: #FFF; 
	background-color: #145629; 
	border-color: #145629; 
	border: 1px solid #145629;
	padding: 10px 15px;
	border-radius: 0;
	text-align: center;
}

ul.wizard li.next a:hover,
ul.wizard li.next a:focus,
ul.wizard li.next a:active {
	color: #FFF; 
	background-color: #8ABB2A; 
	border-color: #8ABB2A; 
	text-decoration: none;
}

ul.wizard li.next.finish a {
	display: inline-block;
	color: #FFF;
	background: #8ABB2A;
	border: 1px solid #8ABB2A;
	padding: 10px 15px;
	border-radius: 0;
	text-align: center;
}

ul.wizard li.next.finish a:hover,
ul.wizard li.next.finish a:focus,
ul.wizard li.next.finish a:active {
	color: #FFF; 
	background-color: #145629; 
	border-color: #145629; 
	text-decoration: none;
}

ul.wizard li.disabled {
	pointer-events: none !important;
}

.bestel_desc {
	text-align: center;
}

.orderpad #betaalvak {
	margin: 30px 0 0 0;
}

/* [RESPONSIVE] */
@media(min-width:768px) and (max-width:992px)
{
	.foot_spacer
	{
		height:70px !important;
	}
}
@media (max-width: 768px) {

	.product .equal {
		height: auto !important;
	}

	.product .foot_spacer {
		height: 15px;
	}

	.product .product_footer {
		position: relative;
		right: unset;
		bottom: unset;
		text-align: left;
	}

	ul.product_btns li {
		display: block;
		margin: 0 0 15px 0;
	}

	ul.product_btns li:last-child {
		margin: 0;
	}

	a.btn_asort,
	a.btn_go {
		display: block;
	}

}

@media (max-width: 414px) {

	h1.cat_title {
	    font-size: 25px;
	    line-height: 30px;
	}

	h2.cat_title {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 15px 0;
	}

	h3.cat_title {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 15px 0;
	}

	h3.prod_rel_title {
		font-size: 25px;
		line-height: 30px;
		margin: 30px 0;
	}

	.prod_price {
		text-align: left;
	}

	.spacer60 {
		height: 30px;
	}

	ul.btn_list li {
		display: block;
		margin: 0 0 5px 0;
	}

	ul.btn_list li:last-child {
		margin: 0;
	}

	ul.btn_list li a {
		display: block;
	}

	button.addshop {
		float: unset;
		display: block;
		width: 100%;
		text-align: center;
	}

	table.assortiment_table td {
		font-size: 14px;
	}

	.table_aantal .amount {
		max-width: 40px;
	}

	.alert-info {
	    margin-bottom: 0px;
	}

	textarea.webshop_opmerking {
		margin-bottom: 30px;
	}

	ul.stappen li,
	ul.stappen li a {
		display: block;
		width: 100%;
	}

	.btn-default.pull-right {
		float: left !important;
	}

}