/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

body {
	-moz-osx-font-smoothing: grayscale;
}

a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

h4 + p {
	margin-top: 0;
}
/*
.uk-slidenav-previous:before {
  	content: "" !important;
	background-image: url('../images/pijltie_links.png');
	background-repeat: no-repeat;
	background-size: 16px 24px;
	height: 24px;
	width: 16px;
	display:block;
}
.uk-slidenav-next:before {
  	content: "" !important;
	background-image: url('../images/pijltie.png');
	background-size: 16px 24px;
	background-repeat: no-repeat;
	height: 24px;
	width: 16px;
	display:block;
}
*/
.uk-slidenav {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 50px;
}
.uk-slidenav-position .uk-slidenav-previous:hover,
.uk-slidenav-position .uk-slidenav-next:hover {
  	opacity: 1;
  	cursor: pointer;
}
.uk-slidenav-position .uk-slidenav-previous {
	left: 25px;
}
.uk-slidenav-position .uk-slidenav-next {
	right: 25px;
}
.arrangement .uk-slidenav-next:before,
.arrangement .uk-slidenav-previous:before {
	height: 24px;
	width: 16px;
	background-size: 16px 24px;
}
.arrangement .uk-slidenav-next:before {
	background-position: right center;
}
.arrangement .uk-slidenav-previous:before {
	background-position: left center;	
}
.arrangement .uk-slidenav {
	height: 24px;
	width: 16px;
}
.uk-dotnav > * {
	padding-left: 16px;
}
.uk-dotnav-contrast > .uk-active > * {
    background: #d51317;
}
.uk-dotnav-contrast > * > * {
    background: rgba(255, 255, 255, 1);
}
.uk-button-arrow {
	padding-right: 75px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.uk-button-arrow:after {
	position: absolute;
	right: 25px;
	content: "";
	width: 25px;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/FM_pijl.png);
	background-size: 25px 13px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.uk-button-arrow:hover:after {
	right: 20px;
}
.uk-button-download {
	padding-right: 85px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin-right: 10px;
}
.uk-button-download:after {
	position: absolute;
	right: 20px;
	content: "PDF";
	font-size: 14px;
	font-weight: 600;
	font-family: 'Muli';
	text-align: right;
	width: 85px;
	height: 28px;
	line-height: 46px;
	background-image: url('../images/De_Raedtskelder_download_bottom.png'), url('../images/De_Raedtskelder_download_arrow.png');
	background-size: 15px 6px, 9px 8px;
	background-position: center 22px, center 14px;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.uk-button-download:hover:after {
	background-position: center 22px, center 17px;
}
#hero {
	background-size: cover;
	background-position: center center;	
	position: relative;
}
#hero .uk-overlay {
	padding-bottom: 60px;
}
#tm-top-a .uk-overlay-bottom {
	bottom: 40px;
	padding-top: 0;
}
#tm-top-b {
	margin-top: -35px;
}
#tm-top-b .uk-panel {
	padding-bottom: 26px;
}
#tm-top-b .uk-panel, #tm-top-b .uk-panel > div {
	height: 100%;
}
#tm-top-b .uk-panel > div {
	position: relative;
}
#tm-top-b p {
	padding: 0 15px;
}
#tm-top-b h2 {
	color: #4b4b4b;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
	margin-top: 20px;
}
#tm-top-c {
	background: #5d5d5d;
	margin-left: 0;
}
/* -------- OVER DE RAEDTSKELDER ---------- */

.single-catering .tm-article-container p:first-child, .single-locatie .tm-article-container p:first-child {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}
#hero .uk-article-title {
	color: #fff;
	font-size: 65px;
	line-height: 78px;
	font-weight: 600;
	text-shadow: 5px 5px 15px rgba(0,0,0,0.6);
	padding-right: 25px;
}
.uk-article + .uk-article {
    margin-top: 45px;
    border-top: 1px solid #ddd;
    padding-top: 45px;
}
.uk-article-title {
	font-weight: 600;
}
.arrangementen-filter {
	height: 200px;
	width:100%;
}
.arrangementen-filter h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 500;
}
.woocommerce .arrangementen-filter h1 {
	margin-bottom: 35px; 	
}
.filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding-bottom: 18px;
	}
.filter > ul ul, .searchandfilter ul {
	padding-bottom: 9px !important;
}
.searchandfilter ul li {
	padding: 0 !important;
	padding-right: 15px;
}
.filter ul > li {
	float: left;
    position: relative;
	background: none !important;
	color: #fff;
}
.filter ul > li > a {
	background: none !important;
	padding: 0 8px;
	color: #fff !important;
	font-size: 17px;
}
.filter ul > li > a:hover {
	font-weight: 600;
}
.filter ul > li.uk-active > a {
	color: #fff !important;font-weight: 600;
}
/* Base for label styling */
.filter [type="radio"]:not(:checked),
.filter [type="radio"]:checked {
  	position: absolute;
  	left: -9999px;
}
.filter [type="radio"]:not(:checked) + label,
.filter [type="radio"]:checked + label {
  	position: relative;
  	cursor: pointer;
	padding-left: 16px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.filter [type="radio"]:checked + label {
	color: #fff;
	font-weight: 600;
}
/* hover style just for information */
.filter label:hover {
  	color: #fff !important;
}
.webshop-regels {
	list-style:none;
	float:left;
	width:100%;
	margin: 0;
	padding-left: 0;
}
.webshop-regels > li {
	float: left;
	display:block;
	margin: 0;
	line-height: 18px;
	font-weight: 600;
	padding-right: 35px;
	position: relative;
	padding-left: 27px;
}
.webshop-regels > li:before {
	display: block;
	content:"";
	position: absolute;
	left:0;
	background-image: url('../images/vinkje.png');
	background-size: 24px 18px;
	width: 24px;
	height: 18px;
	background-position: left center;
	background-repeat: no-repeat;
}
.regels {
	font-size: 16px;
	font-weight: 600;
	box-shadow: none;
	background: none !important;
	color: #fff;
	padding: 0px;
}
.woocommerce .tm-main-top + .tm-content {
	margin-top: 0 !important;
}

.arrangement .uk-grid {
	position: relative;
	box-sizing: border-box;
}
.arrangement:nth-child(even) .fotos {
	left: 50%;
	box-sizing: border-box;
	position: relative;	
}
.arrangement:nth-child(even) .tekst {
	left: -50%;
	box-sizing: border-box;
	position: relative;
	text-align: right;
	padding-right: 30px;
}
.arrangement:nth-child(odd) .fotos {
	padding-right: 30px;
}
.arrangement .uk-slidenav-position .uk-slidenav {
	display: inline-block !important;
}
#tm-main {
	padding-top: 60px;
	padding-bottom: 60px;
} 
.post-type-archive-product #tm-main {
	padding-top: 50px;
}
.image {
	border-radius: 50%;
	border: 8px solid #fff;
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: center; 
	display: inline-block;
	height: 120px;
	width: 120px;
	text-align: center;
}
.text {
	display: block;
	position: relative;
}
.button-div {
	position: absolute;
	bottom: 0px;
	width:100%;
}
.phone, .email, .location {
	font-size: 18px;
	line-height: 30px;
	color: #4b4b4b;
	display: block;
	position:relative;
	float: left;
	font-weight: 600;
}
.phone:before, .email:before, .location:before {
	content: "";
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
}
.phone {
	padding-right: 60px;
	padding-left: 30px;
}
.phone:before {
	background-image: url("../images/Fles_en_Mes_phone.png");
	background-size: 20px 30px;
	width: 20px;
}
.email {
	padding-right: 60px;
	padding-left: 37.5px;
}
.email:before {
	background-image: url("../images/Fles_en_Mes_email.png");
	background-size: 27.5px 20.5px;
	width: 27.5px;
}
.email a, .phone a {
	color: #4b4b4b;
}
.email a:hover, .phone a:hover {
	color: #888;
}
.location {
	padding-left: 28.5px;
}
.location:before {
	background-image: url("../images/Fles_en_Mes_location.png");
	background-size: 18.5px 27.5px;
	width: 18.5px;
}
.tm-toolbar > div {
	position: relative;
}
.uk-toolbar > div {
	height: 130px;
}
.uk-navbar-nav > li:first-child > a {
	padding-left: 0;
}
.uk-nav-navbar > li > a {
	color: #daded7;
	font-size: 14px;
	padding: 4px 20px;
}
.follow p {
	font-size: 15px;
	font-weight: 600;
	color: #DADED7;
	letter-spacing: 1.5px;
	line-height: 50px;
	display: block;
	float:left;
	margin: 0;
	padding-right: 10px;
}
/* ----- EVENTS --------- */

.events {
	margin-top: 40px;
}
.events h3 {
	font-size: 36px;
	line-height: 43px;
	font-weight: 600;
	text-transform: none;
	color: #d51317;
}
.events .uk-margin-large {
	margin-bottom: 45px; 
}
.events .uk-grid > div:last-child {
	padding-left: 60px;	
}


/* ----- SOCIAL ICONS --------- */

.instagram, .facebook, .twitter {
	padding: 0 12px;
	display: block;
	float:left;
	background-repeat: no-repeat;
	line-height: 50px;
	background-position: center;
	opacity: 0.8;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.instagram:hover, .facebook:hover, .twitter:hover {
	opacity: 1;
}
.instagram {
	background-image: url(../images/De_Raedtskelder_instagram_wit.png);
	background-size: 24px;
	width: 25px;
	height: 50px;
	
}
.facebook {
	background-image: url(../images/De_Raedtskelder_facebook_wit.png);
	background-size: 12px 24px;
	width: 12.5px;
	height: 50px;
}
.twitter {
	background-image: url(../images/De_Raedtskelder_twitter_wit.png);
	background-size: 26px 21px;
	width: 28.5px;
	height: 50px;
}
/* ----- CONTACT PAGINA --------- */

.contact-data {
	padding: 0;
	margin-bottom: 30px;
}
.contact-data > li {
	float: none;
	padding-left: 50px;
	padding: 15px 50px;
	line-height: 30px;
	display: block;
	height: auto;
}
.contact-data > li:before {
	width: 30px;
	content: "";
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	line-height: 30px;
}
.contact-data .phone {
}
.contact-data .instagram, .contact-data .facebook, .contact-data .twitter {
	font-size: 21px;
	background-image: none;
	background-size: auto;
	}
.contact-data .instagram a, .contact-data .facebook a, .contact-data .twitter a {
	color: #4b4b4b;
}
.contact-data .instagram:before {
	background-image: url("../images/Fles_en_Mes_instagram.png");
	background-size: 24px;
}
.contact-data .facebook:before {
	background-image: url(../images/Fles_en_Mes_facebook.png);
	background-size: 12px 24px;
}
.contact-data .twitter:before {
	background-image: url(../images/Fles_en_Mes_twitter.png);
	background-size: 26px 21px;
}
.offerte {
	box-shadow: none;
	background: #eee;
}
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
	border-radius: 0;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_style_formidable-style.with_frm_style .chosen-container{
	font-family: 'Muli';
	font-size: 16px;
	font-weight: 400;
}


/* ----- ARRANGEMENTEN --------- */

.single-arrangement .tm-main {
	margin: 0 auto;
}
.single-arrangement #hero .uk-container > div {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
}
.single-arrangement .uk-list {
	margin: 35px 0;
}
.single-arrangement .uk-list ul {
  padding: 0;
  list-style: none;
}
.single-arrangement .uk-list ul > li {
	font-size: 15px;
	padding: 5px 10px;
	text-align: left;
	background: #efefef;
}
.single-arrangement .uk-list ul > li:nth-of-type(odd) {
  background: #f8f8f8;
}
.actions {
	margin-top: 25px;
}

/* ----- HOMEPAGE SLIDESHOW --------- */

.uk-slideshow .uk-overlay-panel {
	padding-top: 100px;
	margin: 0 auto;
	max-width: 1180px;
	box-sizing: border-box;
}
.uk-slideshow .uk-overlay-panel h1 {
	font-size: 76px;
	line-height: 90px;
	color: #fff;
	font-weight: 200;
	margin-bottom: 40px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}
.uk-slideshow .uk-overlay-panel h1 span {
	font-weight: 600;
}

/* -------- WEBSHOP --------- */

abbr[title] {
	border: none;
}
.post-type-archive-product .woocommerce-breadcrumb {
	display: none;
}
.post-type-archive-product #tm-top-c, .woocommerce #tm-top-c {
	background-image: url('../images/FlesenMes_sfeer_4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding-bottom: 50px !important;
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
	opacity: 1;
	transform: scale(1.04);
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	transition: 0.25s ease-in-out all;
}
.woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
	font-size: 26px;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 8px;
}
.woocommerce div.product form.cart .variations, .woocommerce-page div.product form.cart .variations, .woocommerce #content div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations {
	margin-bottom: 30px !important;
}
.woocommerce div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page #content div.product form.cart {
	margin-top: 35px !important;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	font-weight: 600 !important;
	margin-bottom: 20px;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	font-size: 18px;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins,
.woocommerce div.product span.price ins, .woocommerce-page div.product span.price ins, .woocommerce #content div.product span.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce-page div.product p.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page #content div.product p.price ins{
	background: none !important;
	color: #4b4b4b !important;
}
.woocommerce-product-details__short-description ul {
	padding-left: 17px !important;
}
.short_description {
	color: #5c5c5c;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 21px;
}
div.qty {
    float: left;
    line-height: 44px;
    padding-right: 10px;
    font-family: 'Muli';
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.woocommerce .quantity, .woocommerce-page .quantity, .woocommerce #content .quantity, .woocommerce-page #content .quantity {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce input[type="submit"], .woocommerce-page input[type="submit"], .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
	line-height: 40px !important;
	min-height: 40px;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #d51317 !important;
}
#ppom-price-container {
	margin-bottom: 40px !important;
}
.ppom-wrapper .form-group > label {
	font-size: 24px !important;
	font-weight: 600 !important;
}
.ppom-wrapper .form-check-inline {
	display: block !important;
	line-height: 21px !important;
}
.ppom-wrapper .form-check-inline .form-check-label {
	line-height: 26px !important;
}
.ppom-col {
	padding: 0 !important;
}
span.ppom-option-label-price {
	font-size: 14px;
	color: #999;
}
.ppom-wrapper .table-striped tbody tr {
	background-color: #f5f5f5 !important;
}
.ppom-wrapper .table th, .ppom-wrapper .table td {
	border: 0px !important;
	font-weight: 600 !important;
	padding: 7px 15px !important;
}
.ppom-price-item {
	text-align: right !important;
}
.ppom-wrapper .form-check-label {
	padding-left: 0 !important;
}
.ppom-wrapper .table-striped tbody .ppom-total-without-fixed {
	background-color: #4b4b4b !important;
}
.ppom-wrapper .table-striped tbody .ppom-total-without-fixed th {
	background-color: #4b4b4b !important;
	font-weight: 700 !important;
	color: #fff !important;
}
.custom_cart {
	position: relative;
	padding-left: 11.25px;
	line-height: 50px;
	height: 50px;
	display: block;
	box-sizing: border-box;
	background-image: url('../images/cart.png');
	background-repeat: no-repeat;
	background-size: 19px 17px;
	background-position: left 14px;
}
.custom_cart p {
	margin: 0 !important;	
	text-align: center;
	line-height: 21px;
}
.custom_cart .cart_link {
	height: 50px;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.wpmenucart-contents span {
	display: block;
	float:left;
}
.total-products, .wpmenucart-contents {
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	background: #d51317;
	border-radius: 100%;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	letter-spacing: -0.25px;
}
.total {
	display: none;
}
.woocommerce div.product, .woocommerce-page div.product, .woocommerce #content div.product, .woocommerce-page #content div.product {
	float:left;
	display:block;
}
.woocommerce ul.products li.product ul, .woocommerce-page ul.products li.product ul {
	padding-left: 0 !important;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	border-radius: 46px;
	border: 2px solid #ddd !important;
	height: 46px;
	box-shadow: none !important;
}
.woocommerce .quantity, .woocommerce-page .quantity, .woocommerce #content .quantity, .woocommerce-page #content .quantity {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.woocommerce-cart .shipping {
    display: none !important;
}
.cross-sells h2 {
	font-size: 24px;
}
.wc-proceed-to-checkout .checkout-button {
	width: 100%;
	text-align: center;
}
.isdisabled {
	cursor: not-allowed;
	background: #f8f9fb;
	color: #adadae;
	box-shadow: none;
}
.up-sells h2 {
	font-size: 32px;
	line-height: 40px;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
	
}
.woocommerce .woocommerce-message li, .woocommerce-page .woocommerce-message li, .woocommerce .woocommerce-error li, .woocommerce-page .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce-page .woocommerce-info li {
	line-height: 32px !important;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
	line-height: 46px;
	height: 46px;
	border: 2px solid #ddd;
	padding: 0 8px;
	box-shadow: none !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
	border-color: #d3343d !important;
	color: #d3343d !important;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
	margin-bottom: 20px;
}
.woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text {
	line-height: 46px;
	height: 46px;
	border: 2px solid #ddd;
	padding: 0 8px;
	box-shadow: none !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	border: 2px solid #ddd;
	padding: 8px;
	box-shadow: none !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#ship-to-different-address span {
	font-size: 24px !important;
}

/*
.wc_payment_methods {
	display: none;
}
*/
.payment_method_mollie_wc_gateway_ideal .payment_box {
	display: none !important;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
	padding: 1em;
    background: #f1f1f1;
    text-shadow: none;
    box-shadow: none;
	margin-bottom: 10px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #f1f1f1;
        border-top-color: rgb(223, 220, 222);
        border-right-color: rgb(223, 220, 222);
        border-left-color: rgb(223, 220, 222);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce #payment, .woocommerce-page #payment {
	box-shadow: none !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	width: 100%;
	background: #d51317;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background: #a60f12 !important;
}
woocommerce-terms-and-conditions-wrapper {
	padding: 0 10px !important;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
	line-height: 20px !important;
	display: block !important;
}
.woocommerce-privacy-policy-text {
	font-size: 12px;
	line-height: 16px;
}
.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 14px;
}
.afrekenen .woocommerce form.login {
	margin: 0 !important;
}
.afrekenen .woocommerce, .winkelwagen .woocommerce {
	margin-top: 45px;
} 
.afrekenen .woocommerce-order .woocommerce-order-overview__payment-method {
	display: none;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
	padding: 15px !important;
}
.websites-depot-checkout-review-shipping-table {
	margin-bottom: 0px !important;
}
.websites-depot-checkout-review-shipping-table .woocommerce-shipping-totals th {
	display: none;
}
.websites-depot-checkout-review-shipping-table .woocommerce-shipping-totals td {
	border-top: 0 !important;	
	padding: 8px 0 !important;
}
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
	padding: 0 !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.woocommerce ul#shipping_method li > label, .woocommerce-page ul#shipping_method li > label {
    margin: 8px 0;
    padding: 7px 0;
    text-indent: 0 !important;
    list-style: none outside;
    width: 165px;
    float: left;
    display: block;
    border-radius: 25px;
    background: #f5f5f5;
    font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.woocommerce ul#shipping_method li > label:hover, .woocommerce-page ul#shipping_method li > label:hover {
	background: #eee;
	color: #4b4b4b;
	cursor: pointer;
}
.woocommerce ul#shipping_method input:checked + label, .woocommerce ul#shipping_method input[type="hidden"] + label {
	color: #fff;
	background: #4b4b4b;
}
.woocommerce ul#shipping_method li label, .woocommerce-page ul#shipping_method li label {
	margin-right: 8px !important;
}
.woocommerce ul#shipping_method input[type="radio"], .woocommerce-page ul#shipping_method input[type="radio"] {
	display: none;
}
.woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount {
	font-weight: 600;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, .moved .form-row {
	width: 48%;
}
.moved .form-row {
	float: left;
	width: auto !important;
	margin-right: 10px !important;
}
.moved .feest {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.woocommerce-billing-fields .col-1 {
	width: 100% !important;
}
#afhaaldatum_field label, #afhaaltijd_field label, #bezorgdatum_field label, #bezorgtijd_field label, #bezorgdatum_feest_field label, #bezorgtijd_feest_field label, #afhaaldatum_feest_field label {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.25px;
	font-weight: 700;
	text-transform: uppercase;
}
#afhaaldatum_field input, #afhaaltijd_field input, #bezorgdatum_field input, #bezorgdatum_feest_field input, #afhaaldatum_feest_field input, #bezorgtijd_field .selection > span, #bezorgtijd_feest_field .selection > span, #afhaaltijd_field .selection > span, #afhaaltijd_feest_field .selection > span {
	background: #eee;
	border: 0px;
	height: 36px;
	line-height: 36px;
	width: 175px;
}
#bezorgtijd_field .selection > span, #bezorgtijd_feest_field .selection > span, #afhaaltijd_field .selection > span, #afhaaltijd_feest_field .selection > span  {
	position: relative;
	width: 200px;
	border-radius: 0 !important;
}
#bezorgtijd_field .selection > span > span, #bezorgtijd_feest_field .selection > span > span, #afhaaltijd_field .selection > span > span, #afhaaltijd_feest_field .selection > span > span {
	line-height: 36px;
	height: 36px;
}
.select2-dropdown {
	width: 200px !important;
}
.optional {
	display: none;
}
.product_title {
	font-size: 48px;
	line-height: 52px;
	color: #d51317; 
}
.feest h4 {
	padding-bottom: 10px;
}
.ui-widget-content {
	font-family: 'Muli';
	border-radius: 0 !important;
}
.ui-datepicker-title {
	text-transform: uppercase;
	font-family: 'Muli';
}
.ui-datepicker .ui-datepicker-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 45px;
	color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	text-align: center;
	border: 0px;
	color: #333;
	letter-spacing: -0.5px;
}
.ui-datepicker td.ui-datepicker-current-day, .ui-datepicker thead {
	background: #fff !important;
}
.ui-datepicker th {
	padding: 5px;
	font-weight: 400;
	text-transform: uppercase;
	color: #666;
	font-family: 'Muli';
	font-size: 13px;
}
.ui-datepicker-calendar tr {
	border-top: 0px !important;
}
.ui-datepicker .ui-widget-header, .ui-datepicker .ui-datepicker-header {
    background: #d51317 !important;
    color: #474747 !important;
	border-radius: 0px;
	border: 0;
}
.ui-datepicker-header .ui-state-hover {
	border: none !important;
	background: none !important;
}
.ui-datepicker-header .ui-datepicker-prev {
	left: 0;
	top: 0;
	height: 100%;
	width: 50px;
}
.ui-datepicker-header .ui-datepicker-next {
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	top: 15px;
	margin-top: 0;
}
.ui-datepicker-header .ui-datepicker-prev > .ui-icon {
	background-image: url('../images/links.png') !important;
}
.ui-datepicker-header .ui-datepicker-next > .ui-icon {
	background-image: url('../images/rechts.png') !important;
}
.ui-datepicker-header .ui-datepicker-next > .ui-icon, 
.ui-datepicker-header .ui-datepicker-prev > .ui-icon {
	background-position: center !important;
	background-size: 10px 22px;
	opacity: 1;
	height: 22px;
	width: 10px;
}
.ui-datepicker-header .ui-datepicker-next-hover {
	opacity: 0.7;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #f5f5f5 !important;
}
.ui-datepicker td.ui-datepicker-today {
	background: #777 !important;
}
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
 .ui-datepicker td .ui-state-hover
{
	border: 0;
	background: #d51317 !important;
	color:#fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-datepicker td.ui-datepicker-current-day .ui-state-default {
	background: #bbb !important;
	color:#333 !important;
}
.woocommerce-order-details .order_details {
	margin-bottom: 0px !important;
}
.wpf_item {
	padding-top: 0 !important;
}
.wpf_item li, .alle-filter li {
	margin: 0 !important;
	line-height: 48px !important;
	border-bottom: 1px solid #ebebeb !important;
}
.wpf_item li a, .alle-filter li a {
	color: #4b4b4b;
	font-weight: 600;
}
.wpf_item li a:hover, .wpf_item li .wpf_selected, .alle-filter li a:hover {
	color: #d51317 !important;
}
.alle-filter {
	margin: 0;
	padding: 0;
}
.alle-filter li {
	padding: 0;
	list-style: none;
	display:block;
}
.tm-sidebar-b > .uk-panel {
	margin-top: 0 !important;
}
.woocommerce-breadcrumb {
	display:none !important;
}
.woocommerce-products-header__title {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 25px;
}
/* -------- POP-UP --------- */

.info-button {
	background: #d51317;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;	
	padding-left: 12px;
	padding-right: 10px;
	position: absolute;
	right: 0;
	top: 420px;
	z-index: 1000;
	height: 48px;
}
.info-button a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding-left: 32px;
}
.info-button a:before {
	position: absolute;
	left:0;
	top: 0;
	content: "";
	height: 24px;
	width: 24px;
	background-image: url('../images/info.png');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
}

/* -------- END WEBSHOP --------- */


.tm-footer p {
	letter-spacing: 0.5px;
	font-size: 13px;
}
.onderdeel {
	margin-top: 50px;
}
.tm-footer-left span {
	padding: 0 10px;
}
.tm-footer-right a {
	text-transform: uppercase;
	padding-left: 25px;
	font-size: 13px;
	letter-spacing: 0.5px;
}
@media (max-width: 1440px) {

.uk-slideshow .uk-overlay-panel h1 {
	font-size: 62px;
	line-height: 72px;
	margin-bottom: 30px;
}
.uk-slideshow .uk-overlay-panel {
	padding-top: 50px;	
}
}
@media (max-width: 1280px) {

.info-button {
	top: 240px;
	}
.uk-slideshow .uk-overlay-panel h1 {
	font-size: 54px;
	line-height: 64px;
	margin-bottom: 30px;
}
.uk-slideshow .uk-overlay-panel {
	padding-top: 50px;	
}	
.instagram, .facebook, .twitter {
	padding: 0 8px;
	}
.follow p {
	font-size: 13px;	
	}
.phone, .email, .location {
	font-size: 16px;
}
.phone {
	padding-right: 40px;
	padding-left: 30px;
}
.email {
	padding-right: 40px;
}
.uk-button {
	line-height: 42px;
	min-height: 42px;
	font-size: 15px;
	}	
	.uk-button-arrow:after {
	line-height: 42px;
	height: 42px;
	}	
}	
	
@media (max-width: 1080px) {

.uk-navbar-nav > li > a {
	font-size: 13px;
	padding: 0 10px;
	}
.uk-toolbar > div {
		height: 110px;
	}
#tm-top-a .uk-slideshow .uk-overlay-panel {
	padding: 40px 50px 20px;	
	}
.webshop-regels > li {
		font-size: 14px;
	}
.uk-slideshow .uk-overlay-panel h1 {
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 25px;
}	
.uk-nav-offcanvas > li > a {
	font-size: 15px;
	font-family: 'Muli', Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.page-id-6 .uk-article-title, #hero .uk-article-title {
	font-size: 54px;
	line-height: 64px;
	}
h3, .uk-h3 {
	font-size: 28px;
	line-height: 36px;
}
}
	
@media (max-width: 768px) {

.info-button {
	top: 200px;
	}
.webshop-regels > li {
		font-size: 12px;
	padding-right: 15px;
	}
.arrangement:nth-child(even) .fotos {
	left: 0;
}
.arrangement:nth-child(even) .tekst {
	left: 0;
	text-align: left;
	}
.arrangement .tekst {
	padding-top: 25px;
	}
.arrangement:nth-child(odd) .fotos {
	padding-left: 60px;
}
.arrangement:nth-child(2n+1) .fotos {
	padding-right:0;	
	}	
.arrangement .uk-grid {
	border-bottom: none;
}
.uk-button-download, .uk-button-primary {
	margin-bottom: 15px;		
	}
#tm-top-b p {
		padding: 0 15px 25px;
	}
	#tm-top-b h2 {
	margin-top: 0px;
}
	.home .uk-grid + .uk-grid, .home .uk-grid-margin, .home .uk-grid > * > .uk-panel + .uk-panel {
		margin-top: 80px;
	}
	.tm-logo-small {
		padding: 0;
	}
	.arrangementen-filter h1 {
		font-size: 48px;
		line-height: 48px;
	}
#tm-top-a .uk-slideshow .uk-overlay-panel {
	padding: 40px 20px;	
	}
.uk-slideshow .uk-overlay-panel h1 {
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}
.uk-dotnav {
		display: none;
	}	
.page-id-6 .uk-article-title, #hero .uk-article-title {
	font-size: 40px;
	line-height: 50px;
	}
	.container {
		max-width: 80%;
	}
	.sgpb-popup-dialog-main-div-theme-wrapper-2 {
		left: 20px !important;
		right: 20px !important;
	}
	#sgpb-popup-dialog-main-div {
		width: 80% !important;
	}
}
@media (max-width: 480px) {
	.container {
		max-width: 75%;
	}
	
}
