body {
	background-image: url(/wp-content/uploads/2025/02/photospider.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100vw;
}


.menu-item-has-children.col-3{
	padding-bottom: 2.4rem;
}
.site-header {
	z-index: 999;
}
.entry-content h4 {
    margin-top: 0px;
}
#menu-assortiment button,
#menu-assortiment .menu-item>a.direct-link {
    align-items: center;
    text-align: center;
    font-weight: 600;
    padding: 1rem 0 1rem;
    line-height: 1.5;
}
#menu-assortiment button:hover,
#menu-assortiment .menu-item>a.direct-link:hover {
	text-decoration: underline;
	color: #ffffff;
}
#menu-assortiment .menu-item>a.direct-link:focus {
	color: #ffffff;
}
.admin-bar .modal-dialog {
	margin-top: 32px !important;
}

.dropdown-menu.show {
	transform: translate3d(0px, 41px, 0px) !important;
	right: 0px !important;
	width: 100% !important;
}

#mobileMenu .modal-body {
	padding: 0;
}

#winkelmand .modal-dialog .modal-content,
#mobileMenu .modal-dialog .modal-content,
#mobileFilters .modal-dialog .modal-content,
#modal-pagina .modal-dialog .modal-content,
#modal-fotosbestellen .modal-dialog .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,0);
    border-radius: 0;
    outline: 0;
}
#winkelmand .modal-dialog .modal-header,
#mobileMenu .modal-dialog .modal-header,
#mobileFilters .modal-dialog .modal-header,
#modal-pagina .modal-dialog .modal-header,
#modal-fotosbestellen .modal-dialog .modal-header {
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#winkelmand .modal-dialog .modal-footer,
#mobileMenu .modal-dialog .modal-footer,
#mobileFilters .modal-dialog .modal-footer,
#modal-pagina .modal-dialog .modal-footer,
#modal-fotosbestellen .modal-dialog .modal-footer {
    border-top: 0px solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#winkelmand.modal,
#mobileMenu.modal,
#mobileFilters.modal,
#modal-pagina.modal, 
#modal-fotosbestellen.modal {
    padding-right: 0px !important;
}
.modal-open #winkelmand.modal,
.modal-open #mobileMenu.modal,
.modal-open #mobileFilters.modal,
.modal-open #modal-pagina.modal,
.modal-open #modal-fotosbestellen.modal {
    overflow: hidden;
}
#winkelmand.modal.fade,
#modal-pagina.modal.fade,
#modal-fotosbestellen.modal.fade {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s linear, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#mobileMenu.modal.fade,
#mobileFilters.modal.fade {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s linear, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#winkelmand.modal.fade.show,
#mobileMenu.modal.fade.show,
#mobileFilters.modal.fade.show,
#modal-pagina.modal.fade.show,
#modal-fotosbestellen.modal.fade.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s linear, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#winkelmand .modal-dialog,
#mobileMenu .modal-dialog,
#mobileFilters .modal-dialog,
#modal-pagina .modal-dialog,
#modal-fotosbestellen .modal-dialog {
    margin: auto;
    position: fixed;
    width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1300;
	right: 0;
	bottom: 0;
	top: 0;
	left: auto;
    overflow-y: auto;
	background-color: #ffffff;
}
#mobileMenu .modal-dialog,
#mobileFilters .modal-dialog {
	left: 0;
	right: auto;
}
#modal-pagina .col-lg-1,
#modal-pagina .col-lg-2,
#modal-pagina .col-lg-3,
#modal-pagina .col-lg-4,
#modal-pagina .col-lg-5,
#modal-pagina .col-lg-6,
#modal-pagina .col-lg-7,
#modal-pagina .col-lg-8,
#modal-pagina .col-lg-9,
#modal-pagina .col-lg-10,
#modal-pagina .col-lg-11,
#modal-pagina .col-lg-12,
#modal-pagina .products .product.col-lg-4,
#modal-pagina .products .product.col-lg-6 {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#modal-pagina .products .col-lg-1,
#modal-pagina .woocommerce-cart-form .col-lg-1 {
	-ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
#modal-pagina .products .col-lg-2,
#modal-pagina .woocommerce-cart-form .col-lg-2 {
	-ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
#modal-pagina .products .col-lg-3,
#modal-pagina .woocommerce-cart-form .col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
    max-width: 25%;
}
#modal-pagina .products .col-lg-4,
#modal-pagina .woocommerce-cart-form .col-lg-4 {	
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#modal-pagina .products .col-lg-5,
#modal-pagina .woocommerce-cart-form .col-lg-5 {
	-ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
#modal-pagina .products .col-lg-6,
#modal-pagina .woocommerce-cart-form .col-lg-6,
#modal-pagina .woocommerce-cart-form .col-6.col-lg-3 {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;	
}
#modal-pagina .products .col-lg-7,
#modal-pagina .woocommerce-cart-form .col-lg-7 {
	-ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;	
}
#modal-pagina .products .col-lg-8,
#modal-pagina .woocommerce-cart-form .col-lg-8 {
	-ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
#modal-pagina .products .col-lg-9,
#modal-pagina .woocommerce-cart-form .col-lg-9 {
	
}
#modal-pagina .products .col-lg-10,
#modal-pagina .woocommerce-cart-form .col-lg-10 {
	
}
#modal-pagina .products .col-lg-11,
#modal-pagina .woocommerce-cart-form .col-lg-11 {
	-ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
#modal-pagina .products .col-lg-12,
#modal-pagina .woocommerce-cart-form .col-lg-12 {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#modal-fotosbestellen .product.col-lg-4,
#modal-fotosbestellen .product.col-lg-6 {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#modal-pagina .my-5,
#modal-pagina .mb-5,
#modal-pagina .my-4,
#modal-pagina .mb-4 {
	margin-bottom: 1rem!important;
}
#modal-pagina .my-5,
#modal-pagina .mt-5,
#modal-pagina .my-4,
#modal-pagina .mt-4 {
	margin-top: 1rem!important;
}
#modal-pagina .show-in-modal {
	display: block;
}
.ajax-stock {
	font-weight: 700;
	font-size: 1.4rem;
}
.ajax-stock .stock.in-stock {
	color: #14bc14;
}
.ajax-stock .available-on-backorder {
    color: #df852d;
}
.ajax-stock .availability-unknown {
    color: #6c757d;
}
.ajax-stock .available-on-pre-order {
    color: #3498db;
}
.woocommerce a.remove:hover {
    color: #e30613 !important;
    background: transparent;
}
.woocommerce a.remove {
	display: block;
    font-size: 1.3rem;
    line-height: 1.5;
    font-family: Open Sans,Arial,Helvetica,Verdana,sans-serif;
    height: 100%;
    width: 100%;
    text-align: left;
    border-radius: 0;
    color: #343431 !important;
    text-decoration: none;
	font-weight: 400;
    border: 0;
}
.woocommerce .quantity .qty {
	display: inline-block;
	width: 5.5rem;
	vertical-align: middle;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
	font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1d1d1b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
	margin-right: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-align: left;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity {
    display: -ms-flexbox!important;
    display: flex!important;
}

.quantity button.quantity-button {
    display: flex;
    height: 3.2rem;
    padding: .9rem .6rem;
    border: 1px solid #ddd;
    transition: border .1s ease-out,color .1s ease-out;
}

.quantity button.quantity-button.dec {
	border-right: 0px;
}
.quantity button.quantity-button.inc {
	border-left: 0px;
}
.woocommerce .quantity .qty {
	text-align: center;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3rem;
    padding: 0 .4rem;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.btn.h3 {
    font-size: 1.75rem;
}
button,
button.close {
	border: 1px solid transparent;
}
button:focus,	
.btn.focus, 
.btn:focus {
	border: 1px solid transparent;	
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    box-shadow: 0 0 0 0rem transparent;
}
button:hover {
	border: 1px solid transparent;
}
.btn {
	font-size: 1.3rem;
}
.nav-category-header {
	display: block;
    font-size: 1.4rem;
    margin-bottom: .4rem;
    color: #111;
    font-weight: 700;
}
.form-inline {
	position: relative;
}
.form-inline .form-button {
	position: absolute;
	right: 6px;
	top: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media only screen and (max-width: 992px) {
	.form-inline .form-button {
		position: absolute;
		right: 0px;
		top: -5px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}
.form-inline .form-control {
    width: 100%;
	font-size: 1.3rem;
}
.form-inline.coupon .form-control {
	border-radius: 0;
	border: 0px;
	background-color: #ffffff;
}
.form-inline.coupon .form-control {
	border-radius: 0;
	border: 0px;
}
.form-inline.coupon .form-button {
	position: absolute;
	height: 100%;
	width: 7%;
    right: 0px;
    top: 0px;
}
#menu-assortiment .dropdown>button,
#menu-assortiment .dropdown>a.direct-link {
	position: relative;
}

#menu-assortiment .dropdown button,
#menu-assortiment .dropdown>a.direct-link {
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	border-bottom: 0rem solid transparent;
}
#menu-assortiment .dropdown.show>button:after {
	content: '';
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #e30613 transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu-assortiment {
	height:3.1rem;
	border-bottom: .3rem solid #40403c;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 100vw;
    padding: 20px;
    border-radius: 0;
    left: 0;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
	border: 1px solid transparent;
	position: absolute;
	transition: all 0s;
}
.dropdown {
	flex: 1 1 auto;
	position: static;
	display: inline-block;
    vertical-align: middle;
}
a:hover {
	text-decoration: underline;
}
.dropdown-menu {
	font-size: 1.3rem;
    padding: 10px;
}

.dropdown-masked.show > .dropdown-menu {
	background: #ffffff;
	box-shadow: 0 100vh 0 100vh rgba(0,0,0,.5),0 5px 5px rgba(0,0,0,.5);
	width: 100vw;
	border-width: 1px 0 0;
	border-top: 3px solid #e30613;
	margin-top: -1px;
	transition: all 0s;
}

.col-2.logo-button,
.navbar-expand-lg .logo-button .navbar-nav .nav-link {
	padding-left: 0;
	padding-right: 0;
}
.modal-body.loading .d-none.is-loading {
    display: block !important;
}

.modal-body.loading .overlay-spinning {
	z-index: 9999;
	background-color: #ffffff;
	opacity: 0.7;
}
.modal-body.loading {
	overflow: visible;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
    width: 100%;
}
#sendcloudshipping_service_point_selected_label {
	margin: 0.5rem 0;
}
.woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button[type="submit"], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt {
	background-color: #e30613;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: 100%;
}

.woocommerce a.button:focus, .woocommerce a.button:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:hover, .woocommerce button.button:focus, .woocommerce button.button:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce input.button:focus, .woocommerce input.button:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input[type="submit"]:focus, .woocommerce input[type="submit"]:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover {
	background-color: #bc3e31;
	color: #fff;
}
#sendcloudshipping_service_point_select {
	background-color: #1d97ff;
	color: #fff;
}
#sendcloudshipping_service_point_select:hover,
#sendcloudshipping_service_point_select:focus {
	background-color: #156cb6;
	color: #fff;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f6f6f6;
    color: #4c5454;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0 0.75rem;
    border-bottom: 0;
    margin: 0;
    list-style: none outside;
}
#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 #f6f6f6;
    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 #place_order, .woocommerce-page #payment #place_order {
    float: none;
}
.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}
.payment_box select {
	padding: .375rem .75rem;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}
.woocommerce form .form-row label {
    line-height: 2;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
}
.form-row {
    display: block;
    margin-right: 0;
    margin-left: 0;
}
#ship-to-different-address label {
	margin: 0;
}

ul.alert {
    list-style-type: none;
}
ul.alert > li {
    list-style-type: none;
}

ul.disc li {
	list-style-type: disc;
}
ul.disc {
	margin-left: 3rem;
}

.woocommerce-order-details.woocommerce-info.mollie-instructions {
	padding: .75rem 1.25rem;
    margin: 0 0 1rem;
	border-radius: .25rem;
	border: 1px solid transparent;
    position: relative;
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0;
}
.woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1);
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 0px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table td {
    border-top: 0px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: underline;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
	display: none;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0;
    content: "";
    text-decoration: none;
    color: inherit;
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a:hover {
	text-decoration: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding: .25em .4em;
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term:hover,
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.chosen,
.maxlist-more a:hover {
	background-color: #f6f6f6;
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term:hover .dark-grey,
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term:hover a,
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.chosen .dark-grey,
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.chosen a {
	color: #e30613;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term:hover .badge-secondary,
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.chosen .badge-secondary,
.maxlist-more a:hover .badge-secondary {
    background-color: #e30613;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.form-inline .form-control.small {
	width: 5rem;
}
.form-inline .small-filter-button {
	color: #e30613;
	background-color: transparent;
	padding: 0.3rem 0.6rem;
	border-radius: .25rem;
}
.form-inline .small-filter-button:hover {
	color: #ffffff;
	background-color: #e30613;
}
.maxlist-more a:hover {
	text-decoration: none;
}
.product-categories-info a:hover {
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.product-categories-info a:hover .dark-grey {
	color: #e30613;
}
span.arrow-down,
span.arrow-up {
	font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
span.arrow-down:before {
	content: "\f107";
}
span.arrow-up:before {
	content: "\f106";
}
.ellipsis {
	display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce ul.products {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	justify-content: start;
}
#ajax-product-list li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    max-width: 50%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	margin: 0;
	float: none;
}
a.added_to_cart {
	display:none !important
}
.woocommerce ul.products li.product .rf-red-bg .price,
.woocommerce ul.products li.product .rf-blue-bg .price,
.woocommerce ul.products li.product .rf-orange-bg .price,
.rf-red-bg .price,
.rf-blue-bg .price,
.rf-orange-bg .price {
    color: #ffffff;
    font-family: Open Sans,Arial,Helvetica,Verdana,sans-serif;
    display: block;
	margin: 0.5rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.1rem;
}
.woocommerce ul.products li.product .rf-red-bg .price del,
.woocommerce ul.products li.product .rf-blue-bg .price del,
.woocommerce ul.products li.product .rf-orange-bg .price del,
.rf-red-bg .price del,
.rf-blue-bg .price del,
.rf-orange-bg .price del {
	margin-right: 0.75rem;
	font-size: 1.5rem;
	line-height: 1.6rem;
}
p.price del {
	margin-right: 0.75rem;
}

.woocommerce div.product .rf-red-bg p.price {
    color: #ffffff;
    font-family: Open Sans,Arial,Helvetica,Verdana,sans-serif;
    display: block;
	margin: 0.5rem;
	font-weight: 700;
}

@media only screen and (max-width: 860px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		max-width:100%;
		float: left;
		clear: both;
		margin: 0;
	}
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product .price del,
.woocommerce div.product .price ins,
.price del,
.price ins {
    background: 0 0;
    font-weight: 400;
    display: inline-block;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product .price ins,
.price ins {
	font-weight: 700;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}
.woocommerce div.product div.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
	position: relative;
    width: 100%;
	-ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.woocommerce div.product p.stock {
	font-weight: 700;
	font-size: 1.6rem;
}

.camera-sets.rtl .ellipsis.text-right {
	direction: rtl;
}

.camera-sets .dropdown-menu {
	top: -1px !important;
}

.camera-sets .dropdown-item:focus,
.camera-sets .dropdown-item:hover,
.camera-sets .dropdown-item.active,
.camera-sets .dropdown-toggle.active,
.camera-sets .dropdown-toggle:hover,
.camera-sets .dropdown-toggle:focus,
.camera-sets .dropdown-item:focus,
.add-to-cart-selection .dropdown-item:hover,
.add-to-cart-selection .dropdown-item.active,
.add-to-cart-selection .dropdown-toggle.active,
.add-to-cart-selection .dropdown-toggle:hover,
.add-to-cart-selection .dropdown-toggle:focus {
    color: #e30613;
    text-decoration: none;
    background-color: #f6f6f6;
}

.camera-sets .dropdown-item:focus .dark-grey,
.camera-sets .dropdown-item:hover .dark-grey,
.add-to-cart-selected-accessoire .dropdown-item:hover .dark-grey,
.add-to-cart-selected-accessoire .dropdown-item:hover .dark-grey  {
    color: #e30613;
}
.camera-sets .dropdown-item:hover.text-muted .dark-grey,
.add-to-cart-selected-accessoire .dropdown-item:hover.text-muted .dark-grey {
	color: #6c757d;
}
.camera-sets .dropdown-menu .border-bottom:last-child,
.add-to-cart-selected-accessoire .dropdown-menu .border-bottom:last-child {
	border-bottom: 0px !important;
}
.accessoire-selection {
	cursor: pointer;
}
.go-to-products .accessoire-selection {
    cursor: auto;
}
.accessoire-selection.active-muted .display-fa-checkmark-box .fa-check-square,
.accessoire-selection.active .display-fa-checkmark-box .fa-check-square,
.accessoire-selection .display-fa-checkmark-box .fa-square,
.add-to-cart-selected-accessoire.active-muted .display-fa-checkmark-box .fa-check-square,
.add-to-cart-selected-accessoire.active .display-fa-checkmark-box .fa-check-square,
.add-to-cart-selected-accessoire .display-fa-checkmark-box .fa-square {
	display: block;
}
.accessoire-selection.active-muted .display-fa-checkmark-box .fa-square,
.accessoire-selection.active .display-fa-checkmark-box .fa-square,
.accessoire-selection .display-fa-checkmark-box .fa-check-square,
.add-to-cart-selected-accessoire.active-muted .display-fa-checkmark-box .fa-square,
.add-to-cart-selected-accessoire.active .display-fa-checkmark-box .fa-square,
.add-to-cart-selected-accessoire .display-fa-checkmark-box .fa-check-square {
	display: none;
}
.add-to-cart-selected-accessoire.active-muted .display-fa-checkmark-box .fa-check-square,
.accessoire-selection.active-muted .display-fa-checkmark-box .fa-check-square {
	opacity: 0.5;
}

#modal-pagina .go-to-products .display-fa-checkmark-box {
	display: none;
}
.add-to-cart-selected-accessoire.active .border,
#accessoires-tab .border.active {
	border-color: #e30613 !important
}
.add-to-cart-selected-accessoire .pricing {
	font-weight: 700;
}
.add-to-cart-selected-accessoire .pricing del {
	font-weight: 400;
}
.add-to-cart-selected-accessoire .pricing ins {
	margin-left: 0.5rem;
}
.price .font-weight-normal ins {
	font-weight: 400!important;
}
.modal-body::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
.modal-body::-webkit-scrollbar-track {
	background: transparent;        /* color of the tracking area */
}
.modal-body::-webkit-scrollbar-thumb {
	background-color: #6c757d;    /* color of the scroll thumb */
	border-radius: 25px;       /* roundness of the scroll thumb */
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}
tr {
    border-top: 0px solid #eee;
}
tbody {
    border-bottom: 0px solid #eee;
}
.product-specs-item:nth-child(odd) {
    background-color: rgba(0,0,0,.02);
}
.dropdown-menu .huidige-prijs del,
.dropdown-menu .actie-prijs-text {
	display: none !important;
}
.dropdown-menu ins {
	padding-left: 1.5rem!important;
}
.font-weight-bold del {
	font-weight: 400;
}
.woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product .price {
    color: #343431;
    font-size: 1.8rem;
    line-height: 1.9rem;
    font-weight: 700;
	margin-bottom: 0;
}
.woocommerce div.product form.cart,
.woocommerce div.product div.images,
.woocommerce p.price {
    margin-bottom: 0em;
}
.page-numbers {
    position: relative;
    display: block;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
	text-decoration: none;
    color: #343431;
    background-color: #fff;
    border: 1px solid #f6f6f6;
}
.page-numbers.current,
.page-numbers:hover {
	color: #e30613;
    background-color: #f6f6f6;
	text-decoration: none;
}
.pagination {
	margin: 0 0 3rem 0;
}
.badge-bottom-left {
	bottom: -3px;
	left: -3px;
}
.badge-bottom-left-ajax {
	bottom: -3px;
	left: -13px;
	z-index: 99;
}
.badge-bottom-left--higher {
	margin-bottom: 38px;
	z-index:99;
	pointer-events:none;
}
.badge-top-left {
	top: 60px;
	z-index:5;
}
.badge-adjustment {
	top: 0px;
	left: -13px;
	z-index: 99;
	pointer-events: none;
}
.menu-item-slide-button,
.menu-item-button {
	display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
	color: #343431;
    border-bottom: 1px solid #ddd;
}
.menu-item-slide-button:hover svg.rf-red,
.menu-item-slide-button:focus svg.rf-red {
	color: #ffffff;
}
.mobile-menu-wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
}
.slide-submenu .mobile-sub-menu {
	background: #fff;
    display: none;
    left: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.is-current .mobile-sub-menu {
	display: block;
}
.mobile-sub-menu {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100;
}
.mobile-sub-menu .nav-category-header {
	margin-top: 1.5rem;
	display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.mobile-sub-menu>.container>.row>.mobilemenu-nav-item>.sub-menu>.mobilemenu-nav-item {
	display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.sub-sub-menu-link:before {
	content: '- ';
	display: inline-block;
	margin-right: 5px;
}
#mobileMenu .modal-dialog-scrollable,
#mobileFilters .modal-dialog-scrollable {
	max-height: 100% !important;
}
.mobile-sub-menu>.container>.row>.mobilemenu-nav-item:first-child .nav-category-header {
	margin-top: 0;
}
.modal-filters-wrapper .d-lg-block {
    display: none!important;
}
.modal-filters-wrapper .d-none {
	display: block!important;
}
.filters-knop {
	position:fixed;
	left:0px;
	top:30vh;
}
.filters-knop a:focus {
	color: white;
}
.woocommerce-ordering select {
	width: 100%;
    font-size: 1.3rem;
    color: #1d1d1b;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.voordeel-set-item {
	max-width: 140px;
}
.activate-check-mark-position {
	top: 4px;
	left:8px;
	z-index:99;
}

.page-id-9 #breadcrumbs {
	display: none;
}
.sidebar {
    font-size: 1.3rem;
    line-height: 1.5;
}
.widget ul > li {
    margin-bottom: 0;
}
.entry-content ul {
    margin-bottom: 0;
    padding-left: 0;
}

.fixed-bg-img {
	width: 100%;
	height: 715px;
	overflow:hidden;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.mouse {
  width: 26px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.mouse:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -2px;
  background-color: #fff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  opacity: 1;
  -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  -webkit-animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

@-webkit-keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    opacity: 0.01;
  }
}
@keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    opacity: 0.01;
  }
}

.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
	margin-bottom: 0px;
}
#myCarouseltv.carousel {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background-color: white;
}

#myCarouseltv.carousel .carousel-item {
	position: relative;
	max-height: 100%;
	max-width: 100%;
}

#myCarouseltv.carousel .carousel-inner > .carousel-item {
	height: 100vh;
	width: 100vw;
}

#myCarouseltv.carousel .carousel-inner > .carousel-item>img {
	max-height: 100vh;
	width: auto;
}

.page-template-template-tv-een #cookie-notice .cookie-notice-container,
.page-template-template-tv-twee #cookie-notice .cookie-notice-container,
.page-template-template-tv-drie #cookie-notice .cookie-notice-container,
.page-template-template-tv-vier #cookie-notice .cookie-notice-container,
.page-template-template-tv-vijf #cookie-notice .cookie-notice-container,
.page-template-template-tv-een .carousel-control-next,
.page-template-template-tv-twee .carousel-control-next,
.page-template-template-tv-drie .carousel-control-next,
.page-template-template-tv-vier .carousel-control-next, 
.page-template-template-tv-vijf .carousel-control-next, 
.page-template-template-tv-een .carousel-control-prev,
.page-template-template-tv-twee .carousel-control-prev,
.page-template-template-tv-drie .carousel-control-prev,
.page-template-template-tv-vier .carousel-control-prev,
.page-template-template-tv-vijf .carousel-control-prev,
.page-template-template-tv-vijf .carousel-indicators,
.page-template-template-tv-een .header-bar-alerts,
.page-template-template-tv-twee .header-bar-alerts,
.page-template-template-tv-drie .header-bar-alerts,
.page-template-template-tv-vier .header-bar-alerts,
.page-template-template-tv-vijf .header-bar-alerts {
	display: none;
}
.page-template-template-tv-een,
.page-template-template-tv-twee,
.page-template-template-tv-drie,
.page-template-template-tv-vier {
	background-color: black;
}
.camera-sets .dropdown-menu {
	max-height: 300px;
}

.alert .button {
	width: 20% !important;
}
.alert-success .button {
	background-color: #155724 !important;
}
.badge.h4 {
	font-size: 1.5rem;
}
.woocommerce-page .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-page .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.merk-logo {
	max-height: 38px;
	max-width: 275px;
}
.input-group .input-group-text, .input-group .custom-select, .input-group .form-control {
	font-size: 1.5rem;
	font-family: Open Sans,Arial,Helvetica,Verdana,sans-serif;
}
.max-vh-100 {
    max-height: 100vh!important;
}
.variation-Afwerking {
	text-transform: capitalize;
}
.input-group .input-group-text, .input-group .custom-select, .input-group .form-control {
    font-size: 1.5rem;
    font-family: Open Sans,Arial,Helvetica,Verdana,sans-serif;
}
select#time1 option:disabled,
select#time-shop-1 option:disabled,
select#new-time-lshop-1 option:disabled { 
	color: red;
}

select#new-time-pic-1 option:disabled,
select#new-time-shop-1 option:disabled,
select#new-time-lshop-1 option:disabled { 
	color: red;
}


#photo-service-shopping-basket.disabled {
	opacity: 0.65;
	cursor: not-allowed;
}
#photo-service-shopping-basket.disabled button {
	cursor: not-allowed;
}
ol.carousel-indicators li {
	list-style-type: none;
}
.main-product-styling {
	min-width: 140px !important;
	min-height: 140px !important;
}
.main-product-styling.alpha {
	max-width: 140px !important;
}
.accessoire-product-styling {
	min-width: 150px !important;
	min-height: 150px !important;
}
.modal .cart-add-to-cart-selected-accessoires {
	border-bottom: 1px solid #cbcbcb;
}
.overflow-chevron-wrapper .overflow-auto::-webkit-scrollbar {
	height: 6px;
}
.overflow-chevron-wrapper .overflow-auto::-webkit-scrollbar-track {
	background: #dfdfdf;
}
.overflow-chevron-wrapper .overflow-auto::-webkit-scrollbar-thumb {
	background: #a6acb1;
}
.overflow-chevron-wrapper .overflow-auto::-webkit-scrollbar-thumb:hover {
	background: #6c757d;
}
.woocommerce-newsletter-fields p {
	margin-bottom: 0;
}
.woocommerce-newsletter-fields label {
	display: inline;
}
.woocommerce-newsletter-fields input,
#ship-to-different-address input {
	display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.aspect-ratio {
	border: 2px dashed #e30613;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}
.resize-drag {
	color: white;
	font-size: 20px;
	font-family: sans-serif;
	text-shadow: 2px 2px 2px #000000;
	touch-action: none;
	/* This makes things *much* easier */
	box-sizing: border-box;
}

.modal-fullscreen-xl {
	padding: 0 !important;
}

.modal-fullscreen-xl .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen-xl .modal-content {
	height: calc(100% - 50px);
    border: 0;
    border-radius: 0;
}
.modal-content .image-order-wrapper .order-image {
	max-height: 77vh;
}
/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    #carousel-multi .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    #carousel-multi .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    #carousel-multi .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    #carousel-multi .carousel-inner .active + .carousel-item {
        display: block;
    }
    #carousel-multi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carousel-multi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    #carousel-multi .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    #carousel-multi .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carousel-multi .carousel-item-next.carousel-item-left + .carousel-item,
    #carousel-multi .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    #carousel-multi .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    #carousel-multi .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carousel-multi .carousel-item-prev.carousel-item-right + .carousel-item,
    #carousel-multi .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
	#carousel-multi .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    #carousel-multi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    #carousel-multi .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    #carousel-multi .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    #carousel-multi .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    #carousel-multi .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    #carousel-multi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    #carousel-multi .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    #carousel-multi .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    #carousel-multi .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
.woocommerce-checkout ::placeholder {
	color: #b7b7b7;
}
.inruilen ::placeholder {
	color: #b7b7b7;
}
#billing_country_field .select2-container--default .select2-selection--single,
#shipping_country_field .select2-container--default .select2-selection--single {
	padding: 4px 20px;
	border-radius: 0;
	line-height: 1.5;
	border: 1px solid #ddd;
	height: auto;
	margin: 0;
}

#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow b,
#shipping_country_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -14px;
	margin-top: 2px;
}

#billing_country_field .select2-container .select2-selection--single .select2-selection__rendered,
#shipping_country_field .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ddd;
}

.select2-dropdown {
	border: 1px solid #ddd;
}
#carousel-multi svg,
.merken svg {
	max-width: 100% !important;
	max-height: 100% !important;
}
#modal-pagina .dont-show-in-modal {
	display: none;
}
#modal-pagina .show-in-modal {
	display: block;
}
.show-in-modal {
	display: none;
}
.woocommerce div.product form.cart .variations select {
    max-width: auto;
    min-width: auto;
    display: block;
    margin-right: auto;
}
.woocommerce div.product form.cart .variations {
    table-layout: auto;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
    border: 0;
    width: auto;
}

.kv-widget-body a:hover,
.kv-widget-body a:focus {
	text-decoration: none;
	color: #fff;
}
.kv-widget-body a { 
	color: #fff;
}
.kv-widget-body {
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 1em;
    overflow: hidden;
    font-weight: 300;
    font-family: Gotham, Arial;
}
.kv-widget-body.theme-white {
    background: #fff;
    color: #464343;
}
.kv-widget-body.theme-dark {
    background: #464343;
    color: #fff;
}
.kv-widget-body.transparent {
    background: 0 0;
}
.kv-widget-body .kv-widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1em;
    visibility: hidden;
}
.kv-widget-body .kv-widget.loaded {
    visibility: visible;
}
.kv-widget-body .kv-widget-wrapper {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.kv-widget-body .default-widget-rating-number {
    display: block;
    background: url(/wp-content/themes/rfm-v3/css/kv_shape.svg) 50% 50% no-repeat;
    background-size: cover;
    width: 8em;
    height: 8em;
    position: relative;
    color: #464343;
	transform-style: preserve-3d;
}
.kv-widget-body .default-widget-rating-number > .rating {
    display: block;
    position: absolute;
    font-weight: 500;
    font-family: Gotham, Arial;
    font-size: 2.8em;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -0.75em 0 0 -0.04em;
    letter-spacing: -0.05em;
    text-align: center;
}
.kv-widget-body .default-widget-rating-number:before {
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: #fff;
    transform: translateZ(-1px);
    border-radius: 50%;
}
.kv-widget-body .portal-wrapper .powered-by {
    font-size: 1em;
    font-style: italic;
}
.kv-widget-body .portal-wrapper .name {
    font-size: 1.8em;
    display: inline;
    font-family: "Fonecta Book", Gotham, Arial;
}
.kv-widget-body .portal-wrapper .name span {
    display: inline-block;
    white-space: nowrap;
}
.kv-widget-body .portal-wrapper .name span:last-child {
    font-weight: 500;
    font-family: Gotham, Arial;
    font-family: "Fonecta Bold", Gotham, Arial;
}
.kv-widget-body .reviews {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.kv-widget-body .reviews .review {
    font-size: 1em;
    padding: 0.6em;
    border: 1px solid #ccc;
    text-align: left;
    overflow: hidden;
    background: #fff;
    color: #464343;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.kv-widget-body .reviews .review > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.kv-widget-body .reviews .review .oneliner {
    font-weight: 500;
    font-family: Gotham, Arial;
    margin-bottom: 0.4em;
}
.kv-widget-body .reviews .review .body {
    margin-bottom: 0.4em;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}
.kv-widget-body .reviews .review .meta {
    margin-bottom: 0.6em;
}
.kv-widget-body .reviews .read-more-container {
    text-align: left !important;
}
.kv-widget-body .reviews .read-more-container .read-more {
    margin-top: 1em;
    display: inline-block;
    color: #94be1c;
}
.kv-widget-body .review-count-wrapper {
    margin-top: 0.5em;
}
.kv-widget-body .review-count {
    font-size: 1em;
}
.kv-widget-body .stars-wrapper {
    margin-top: 1em;
}
.kv-widget-body.WIDE .stars-wrapper {
    margin-top: 0;
}
.kv-widget-body.NARROW .kv-widget .portal-wrapper,
.kv-widget-body.NARROW .kv-widget .review-button-wrapper {
    margin-top: 0.5em;
}
.kv-widget-body .rating-stars {
    font-size: 1.6em;
}
.kv-widget-body .rating-stars span {
    font-size: 1em;
}
.kv-widget-body .create-review-button {
    font-size: 1.6em;
    white-space: nowrap;
}
.kv-widget-body .widget-part {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.kv-widget-body .widget-part:not(:last-child) {
    margin-right: 2em;
}
.kv-widget-body.NARROW .kv-widget {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.kv-widget-body.NARROW .kv-widget > * {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.kv-widget-body.NARROW .kv-widget .portal-wrapper .name span {
    display: block;
}
.kv-widget-body.MEDIUM_WIDE .kv-widget .widget-part .review-button-wrapper,
.kv-widget-body.WIDE .kv-widget .widget-part .review-button-wrapper {
    margin-top: auto;
}
.kv-widget-body.NARROW .kv-widget .create-review-button span {
    display: none;
}
.kv-widget-body.MEDIUM_WIDE .kv-widget,
.kv-widget-body.WIDE .kv-widget {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.kv-widget-body.MEDIUM_WIDE .kv-widget .name,
.kv-widget-body.WIDE .kv-widget .name {
    font-size: 2.5em;
}
.kv-widget-body.MEDIUM_WIDE .kv-widget .review-count,
.kv-widget-body.WIDE .kv-widget .review-count {
    font-size: 1.5em;
}
.kv-widget-body.MEDIUM_WIDE .kv-widget .widget-part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.kv-widget-body.MEDIUM_WIDE .kv-widget .widget-part > * {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.kv-widget-body.MEDIUM_WIDE .kv-widget .widget-part:nth-child(1) {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.kv-widget-body.MEDIUM_WIDE .kv-widget .widget-part:nth-child(2) {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.kv-widget-body.WIDE .kv-widget .widget-part:not(:nth-child(1)) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.kv-widget-body.WIDE .kv-widget .widget-part:not(:nth-child(1)) > * {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.kv-widget-body.WIDE .kv-widget .widget-part:nth-child(2) {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.kv-widget-body.WIDE .kv-widget .widget-part:nth-child(3) {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.kv-widget-body.WIDE .kv-widget .widget-part .rating-stars {
    font-size: 2.5em;
}
.kv-widget-body.WIDE .kv-widget .widget-part .review-count {
    font-size: 2em;
}
.kv-widget-body.WIDE .kv-widget .widget-part .review-count > span {
    font-size: 2.5em;
    white-space: nowrap;
    display: block;
}
.as-button {
	padding: 0.25em 0.5em;
	border-radius: 5px;
}
.as-button:not(.no-style).arrowed:hover:after {
    transform: translate3d(0,0,0);
}
.as-button:not(.no-style).arrowed:after {
    font-family: FontAwesome;
    font-size: 0.75em;
    margin-top: -0.08em;
    font-weight: 700;
    transition: color .3s ease-out,transform .3s ease-out,background-color .3s ease-out;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    content: "\f054";
    margin-left: 1.5em;
    transform: translate3d(-0.5em,0,0);
}