/*
Deze stylesheet bevat de volgende items:
- ALGEMEEN
- FORMULIEREN
- (FOUT)MELDINGEN
- PAGINA NAVIGATIE
- MODULES 	
			- CAROUSSEL
			- HEADER & DIASHOW			
			- NEWSLETTER
			- REACTIEFORMULIEREN
			- WEBSHOP
- SNIPPETS
			- LOGIN
			- WINKELWAGEN
*/

/* ALGEMEEN */
@media screen and (min-width: 768px) {
	.showmobile {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.showmobile {
		display: block;
	}
	.hidemobile {
		display: none !important;
	}
}
.password {
	border: 1px solid #000;
    padding: 10px;
    width: auto;
    display: inline-block;
}
.no-padding {
	padding: 0px;
}
.highrow {
	line-height: 2;
	margin-bottom: 5px;
}

.social-media {
	margin: 10px 0;
}
.profile-image {
	padding: 0px;
	margin-bottom: 10px;
}
#uploading {
	display: none;
	position: absolute;
	width: 500px;
	height: 100px;
	background: rgba(0,0,0, 0.3);
	border: 2px solid black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	color: black;
	font-weight: bold;
	z-index: 100;
}
#uploading img {
	vertical-align: middle;
	margin-right: 30px;
}

/* FORMULIEREN */
label {
	width: 150px;
	float: left;
	margin-bottom: 2px;
}
.label-breed {
	width: 175px;
}
.label-checkbox {
	font-weight: bold;
	margin-left: 10px;
}
input {
	/* margin-bottom: 2px; */
}
.action-buttons {
    height: auto;
    float: right;
    margin-top: -10px;
    margin-bottom: 10px;
}
.btn-dark {
	color: #fff;
	background-color: #34383c;
	border-color: #34383c;
}
.btn-dark:hover {
	color: #fff;
	background-color: #222528;
	border-color: #1c1f21;
}
.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 3px rgba(52, 56, 60, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
	background-color: #34383c;
	border-color: #34383c;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
	background-color: #222528;
	background-image: none;
	border-color: #1c1f21;
}
.btn-outline-dark {
	color: #34383c;
	background-color: transparent;
	background-image: none;
	border-color: #34383c;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #34383c;
	border-color: #34383c;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 3px rgba(52, 56, 60, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #34383c;
	background-color: transparent;
}
.btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #34383c;
	border-color: #34383c;
}

/* (FOUT)MELDINGEN */
#toast-container .toast {
	width: 500px !important;
}
.modal-header {
    display: block !important;
}
.modal-header h4 {
    font-size: 14pt;
    text-decoration: none;
    font-weight: normal;
    font-variant: none;
    padding-right: 0px;
}
.modal-warning .modal-content {
	border-color: #fabb3d;
}
.modal-warning .modal-header {
	color: #fff;
	background-color: #fabb3d;
}

/* PAGINA NAVIGATIE*/
div.pageNav { 
	float: right; 
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    border: 1px solid #ddd;	
}
/* Niet huidige pagina's en volgende/vorige pagina */
div.pageNav a.next, div.pageNav a.prev, div.pageNav a.page { 
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca !important;
    background-color: #fff;
    border-right: 1px solid #ddd;
    margin-left: -1px;	
}
div.pageNav a.next:hover, div.pageNav a.prev:hover, div.pageNav a.page:hover { 
	color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
div.pageNav a.next:last-child {
	border: 0px solid #ddd;
}
div.pageNav a.page { 
	margin-left: 0px; 
	margin-right: 0px; 
}
/* Huidige pagina */
div.pageNav a.current { 
	z-index: 2;
    color: #fff !important;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
div.pageNav a.next, div.pageNav a.prev { 
	margin-left: 0px; 
	margin-right: 0px; 
}
div.pageNav a { 
	text-decoration: none; 
}

/* CAROUSSEL */
.slick-prev{
	position: absolute;
    bottom: 50%;
    left: -20px;
    background-image: url(afbeeldingen/arrow_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
    height: 20px;
    width: 70px;
}
.slick-next{
	position: absolute;
    bottom: 50%;
	right: -20px;
	background: url("afbeeldingen/arrow_right.png"); 
	background-size: contain;
	background-repeat: no-repeat;
    border: none;
    height: 20px;
    width: 70px;
}
.caption{ 
    text-align: center;
}
.caption a, .caption a:hover, .textonder a, .textonder a:hover, .slideContent a , .slideContent a:hover { 
	text-decoration: none;
}
.textover {
    text-align: center;
}
.overtext {
	bottom: 20px;
	position: absolute;
	height: auto !important;
}
.overtext p {
	font-family: 'Manrope', sans-serif;
	background-color: #fff;
	/* height: 100%; */
	color: #000;
	padding: 10px 20px;
	font-size: 20px;
	overflow: hidden;
	line-height: 18px;
	/* font-weight: bold; */
	width: 60%;
	border-radius: 30px;
	margin: auto;
	text-align: center;	
}

/* HEADER & DIASHOW */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    max-width: none !important;
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the header */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
    top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
    overflow:hidden;
}
/* Caption styles */
.nivo-caption {
	width: 100%;
	height: 100%;
	position:absolute;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
    overflow: hidden;
    display: none;
    bottom:0px;
}
/* DIASHOW SPECIFIC */
.diashowSlider .nivo-caption {
	height: auto;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	text-align: left;
    padding: 5px; /* aangepast rh */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
    opacity: 0;
}
.nivoSlider:hover .nivo-directionNav a {
    opacity: 1;
}

.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
#slider {
	position:relative;
	/*background:url(afbeeldingen/loading.gif) no-repeat 50% 50%;*/
}
/* aangepast maar wat was de reden dat deze verborgen was? */
# header1 #slider img {
	position:absolute;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav a {
    /*position:relative;*/
    /*z-index:10;*/
    cursor:pointer;
    display:inline-block !important;
    width:22px;
    height:22px;
    background:url(afbeeldingen/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

/* DIASHOW SPECIFIC */
.diashow2 {
 	height: auto;
	bottom: auto;
	overflow: hidden;
    width: 100%;
}
.diashow2 .nivo-controlNav {
	/*left: 0px;*/
	height: auto;
	bottom: auto;
	overflow: hidden;
    width: 100%;
}
/* DIASHOW SPECIFIC */
.diashow2 .nivo-controlNav img {
	/*width: 75px;*/
	/*height: 75px;*/
	/*margin: 0 10px 0 0;*/
    display: block;
    width: 120px;
    height: auto;
    margin: 2px 0 0 0;
}

.diashow2 .nivo-controlNav a {
	/*width:75px;*/
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 15px;
    float: left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(afbeeldingen/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}

/* NEWS */
/* Overview */
.news_overview {
	margin-bottom: 10px;
	padding-top: 0.25rem !important;
	display: table;
	width: 100%;
}
news-date-wrapper {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    display: flex !important;
}
.news-date {
	float: left;
	font-size: 30px;
	margin-bottom: 1px;
}
.news-month {
	float: left;
	font-size: 23px;
	margin-bottom: 5px;
}
.news-year {
	float: left;
	font-size: 16px;
}
.news_overview_message_image img {
    width: auto;
    height: 200px;
    aspect-ratio: 200 / 200;
}
.news_overview_title {
	font-size: 20px;
	color: #281d68;	
}
.news_overview_content {
	word-wrap: break-word;
}
.readmore {
	margin-top: 10px;
	float: right;
}
.divider {
    width: 100%;
}

/* Message */
.news_message {
	margin-bottom: 20px;
}
.news_message_top_bar {
	margin-top: -10px;
}
.news_message_top_bar .news-placed {
	font-style: italic;
	float: right;
}
.news_message_message {
	padding-top: 10px;
}
@media screen and (max-width: 767px) {
	.news-date, .news-month, .news-year  {
		float: left;
		font-size: 23px;
		padding: 5px;
	}
	.news_overview_message_image img {
		margin-bottom: 10px;;
	}
	.news_message_message_image {
		float: none !important;
	}
}

/* REACTIEFORMULIEREN */
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.form-label, .form-label2 {
	margin: 0 0 10px 5px !important;
	font-weight: 300;
}
label.form-label2 {
	margin: 0 10px 0px 5px !important;
	width: auto !important;
	padding-right: 5px;
}
.form-control2 {
	float: left;
	z-index: 0;
}
.full-width {
	width: 100%;
}
a.my-tool-tip, a.my-tool-tip-check {
	border: none;
	color: #000;
}

/* WEBSHOP */
.checkout {
	width: 95%;
}
.cart-button1 {
	float: left;
}
.cart-button2 {
	float: right;
}
.cart-points {
	clear: both;
	display: inline-block;
	border: 1px solid #000;
	padding: 10px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.webshopCheckoutSteps {
    width: 100%;
    margin: 0 0 50px 0;
    clear: both;
}
.webshopCheckoutSteps .step {
	background-color:  #33A7E4;
    color: #ffffff;	
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
    border: 1px solid #a2a2a2;
	border-bottom: none;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 95%;
}
.webshopCheckoutSteps .step:hover {
    cursor: pointer;
}
.webshopCheckoutSteps .current {
	background-color: #004585;
    color: #ffffff;
    font-weight: bold;
}
.category {
	text-align: center; 
	display:inline-block; 
	margin-bottom: 15px; 
}
.category a, .category a:hover, .category_article a, .category_article a:hover, .category_article_title a, .category_article_title a:hover{
	text-decoration: none !important;
}
@media screen and (min-width: 992px) {
	.category_description {
		display: block;
	}
}
@media screen and (max-width: 991px) {
	.article-image {
		margin-bottom: 15px;
		display: inline-block;
	}
	.category_description {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.order_list {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 150px;	
	}
	.cart-button2 {
		clear: both;
		float: left;
		margin-top: 10px;
	}
}
@media screen and (max-width: 392px) {
	.cart-button1 .btn-dark {
		margin-bottom: 10px;
	}
}
/* Shop Apotheek */
.category_text {
	padding: 5px;	
	background: #ffffffbb;
}
.category_article {
	background-color: #ffffff;
	display: inline-block; 
	position: relative;
	vertical-align: top;
	padding: 20px;
	text-align: center;
}
.category_thumbnail {
	margin: 0px 10px 5px 0px;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: contain; */
    height: 360px;
    width: 230px;
    padding: 0%;
    overflow: hidden;
    display:inline-block;	
}
.category_thumbnail_large {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
	width: 100%;
    padding: 0%;
    overflow: hidden;
    display:inline-block;	
}
.category_article_title {
	text-decoration: none;
	font-weight: bold;
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	height: 42px; /* Fallback for non-webkit (=font-size*line-height*webkit-line-clamp) */
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.category_article_description {
	text-decoration: none;
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	max-width: 250px;
	height: 36px; /* Fallback for non-webkit (=font-size*line-height*webkit-line-clamp) */
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.category_article_price {
	color: #dcad96;
}	
.category_cart {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 25%;
	right: 25%;
}
.article {
	clear: both;
	display:inline-block; 
	width: 100%;	
}
.article label {
	font-weight: bold;
}
.article_thumbnail {
	margin: 0px 10px 5px 0px;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    height: 250px;
    width: 250px;
    padding: 0%;
    overflow: hidden;
    display:inline-block;
	float: left;	
}
.article_info {
	float: left; 
	width: calc(100% - 300px);
	min-width: 300px;	
	margin-bottom: 10px;	
}
.article_values {
	float: left;
	margin: 2px;	
}
.article_description {
	clear: both;
	padding: 20px 10px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.filter {
	color: #CF786F;
	border-color: transparent;
}
.sorting {
	color: #CF786F;
}
.ui-datepicker {
	z-index: 2 !important;
}

/* WINKELWAGEN SNIPPET */
.winkelwagenframe {
	clear: both;
	border: 1px solid #000000;
	padding: 10px 10px 5px 10px;
    height: auto;
}
.winkelwagen-text, .winkelwagen-info {
    line-height: 18px;
	padding-left: 5px;	
}
.winkelwagen-info  {
	padding-bottom: 5px;	
}
.winkelwagen-button {
    cursor: pointer;
}

/* COUNTDOWN SNIPPET */
.is-countdown {
	border: 1px solid #000 !important;
	background-color: #fff !important;
	padding: 5px 10px;
	margin: 10px 0;
}
.counter {
    text-transform: lowercase;
}
.clock {
	float: left;
	margin: 5px 10px 0 0;
}
.col-sm-12.col-md-4 .counter {
	display: inline-block;
}
.col-sm-12.col-md-4 .clock {
	display: inline-block;
	font-size: 2.3em;
}
