:root {



    --rfc_orange: rgb(240, 126, 33);
    --rfc_orange2: #ea4d24;


	--rfc_grey: #eaeef5;
	--rfc_blue: rgb(18, 59, 99);
	--rfc_red: #cb0101;
	--rfc_blue_dark: #021849;

	--beige: var(--rfc_grey);
	--green: var(--rfc_orange);

	--rfc_dark: #0c0d2b;

    --container--max-width: 1650px;
    --container-small-width: 1400px;
}


::-webkit-scrollbar {
    width: 12px !important;
    transition: .5s;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: var(--rfc_orange);
    transition: .5s;
    mix-blend-mode: difference;
}
::-webkit-scrollbar-track {
    border-radius: 0px !important;
    box-shadow: none;
    background: none !important;
}

html {
	scroll-behavior: smooth;
}

#header .btn.fancy {
	display: none;
}

.scrollHeader #header .btn.fancy {
	display: block;
}

#shoppingcart-inline .sh-left {
    max-height: 70svh;
    overflow-x: scroll;
}

.can_have_effect {
  --blur: blur(0);
  --brightness: brightness(1);
  --contrast: contrast(1);
  --drop-shadow: drop-shadow(0 0 0 transparent);
  --grayscale: grayscale(0);
  --hue-rotate: hue-rotate(0deg);
  --invert: invert(0);
  --opacity: opacity(1);
  --saturate: saturate(1);
  --sepia: sepia(0);

  filter: var(--blur)
          var(--brightness)
          var(--contrast)
          var(--drop-shadow)
          var(--grayscale)
          var(--hue-rotate)
          var(--invert)
          var(--opacity)
          var(--saturate)
          var(--sepia);

}

.can_have_effect.effect_blur {
  --blur: blur(3px);
}

.can_have_effect.effect_brightness {
  --brightness: brightness(1.5);
}

.can_have_effect.effect_contrast {
  --contrast: contrast(2);
}

.can_have_effect.effect_shadow {
  --drop-shadow: drop-shadow(4px 4px 6px rgba(0,0,0,0.5));
}

.can_have_effect.effect_grayscale {
  --grayscale: grayscale(1);
}

.can_have_effect.effect_hue {
  --hue-rotate: hue-rotate(90deg);
}

.can_have_effect.effect_invert {
  --invert: invert(1);
}

.can_have_effect.effect_transparent {
  --opacity: opacity(0.5);
}

.can_have_effect.effect_saturate {
  --saturate: saturate(2);
}

.can_have_effect.effect_sepia {
  --sepia: sepia(1);
}

.can_have_effect.effect_icon {
	--grayscale: grayscale(1);
  	--sepia: sepia(1);
}

.can_have_effect.effect_fade, .imFade {
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

prices {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.rfc_old_price:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    width: 100%;
    background: red;
    transform: translate(-50%, -50%) rotate(5deg);
    transform-origin: 50% 50%;
}

#shoppingcart-inline #edit_rfc_card {
	display: none;
}

#shoppingcart-inline .btnDel {
	display: none;
}

body {
	background: white;
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	min-height: 100%;
	height: auto;
}

h1, h2, h3, h4 {
	font-family: "obvia-expanded", sans-serif;
	font-weight: 900;
	font-style: normal;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 125%;
}

.alert {
	border-radius: 3px;
}

#header {
    background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
    display: flex;
    align-items: center;
    padding: 0px ;
}

#header .logo:after {
    width: 100px;
    height: 99px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    display: block;
    background-image: url(https://vmmshop.nl/images/logos/realfutcard-logo.png);
    content: '';
    position: absolute;
    z-index: 9000;
    top: -40px;
    filter: drop-shadow(0px 0px 1px black);
}


.rfc_split .cou.fancy {
	margin: 0px auto;
}

.cou.fancy.large {
	width: 100%;
	padding: 25px;
}


#header .logo img {
	display: none;
}

.zoom_buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.btn {
	background: linear-gradient(45deg,var(--rfc_orange),  var(--rfc_orange2));
	border-radius: 0px;
	padding: 20px 50px !important;
    font-size: 20px;
	font-weight: bold;
	font-style: normal;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25);
}

.btn.green {
    background: #228122;
}


#rfc_editor .cartSVG {
	margin: 20px;
}

.owl-nav svg {
	width: 100%;
    height: auto;
}


.rfc_split {
	display: grid;
	grid-template-columns: 300px 1fr;
	align-items: stretch;
	column-gap: 20px;
}

.rfc_split>div {
	background: var(--rfc_grey);
	padding: 20px;
}

.rfc_split  .cartSVG {
	width: 100%;
	height: auto;
}

.overlay{
	z-index: 9000;
}

.overlay>div {

	border-radius: 0px;
}

.overlay.small>div {
    min-height: 0;
    min-width: 0px;
    padding: 25px;
    width: max-content;
}



#contact {
	background: linear-gradient(180deg, var(--rfc_blue), var(--rfc_blue_dark));
	color: white;
}

.cartSVG, .cartSVG * {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#page:has(#rfc_editor) { 
		background: linear-gradient(var(--rfc_dark), var(--rfc_blue)); 

}

.rj_cards_list {
	margin: 0px auto;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.rfc_cards {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.rj_cards_list .rfc_card .cartSVG {
	height: 300px;
}

.rfc_card{
	color: inherit;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	overflow: hidden;
}
.rfc_card {

}

svg image {
	xxtransition: 1s !important;
}

.rfc_card>img, .rfc_card .rfc_preview {
	max-width: 350px;
}

.rfc_card .cartSVG {

    aspect-ratio: var(--rfc_canvas_ratio);
    height: 400px;
    filter: drop-shadow(-1px 1px 2px black);
}

#footer {
	background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
	color: white;
}
#footer .link {
	color: white;
	margin-right: 10px;
}

a.small:after, .link:after {
	background: white;
}

#footer .logo img {
	width: auto;
	max-height: 250px;
}


#page:has(#kiosk_extern) {
	padding-top: 1px !important;
}

#page #kiosk_extern {
    min-height: 100svh;
    display: flex;
    align-items: center;
}

#page:has(#kiosk_extern) #rfc_form .overlay-header {
	display: none;
}

#page:has(#kiosk_extern) .grouppp_block {
    grid-column: auto / span 2;
}

#page:has(#kiosk_extern)  div#rfc_form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#page:has(#kiosk_extern) #rfc_editor {
	margin-top: 0px;
}

#page:has(#kiosk_extern) #rfc_values>div{
	max-width: 600px;
}

body:has(#kiosk_extern) {
	overflow: hidden;
}


#page:has(#kiosk_extern) .grouppp_cntr[data-step="2"],
#page:has(#kiosk_extern) .grouppp_cntr[data-step="3"],
#page:has(#kiosk_extern) .grouppp_cntr[data-step="4"] {
	display: none;
}



.griddd div .btn {
	max-width: 50px;
}

.pdnz {
	background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
}

#rfc_form, #rfc_form p {
	color: #d8d8d8;
}

.pdnz>.inn>div {
    column-gap: 25px;
}

.dz-message {
	padding: 10px;
}

.dz-details, .dz-image {
	display: none;
}
/*
.pdnz>.inn>div:nth-child(1) img {
    background: white;
    object-fit: contain;
    width: 75px;
    aspect-ratio: 16/9;
    padding: 10px;
    margin: 0px;
    height: auto;
}*/





.cl.split {
    width: 50%;
    display: inline-block;
}




c {
    line-height: 33px;
    font-size: 14px;
}

.dropzone {
    padding: 25px 10px;
	min-height: 0px;
}

.dropzone span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	background: #ddd;
	border-radius: 0;
	width: 100%;
	height: 100%;
}

.dropzone .dz-preview {
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.dropzone * {
	margin: 0 !important; 
	padding: 0 !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
}

.waitingfor {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    min-height: 200px;
    padding: 25px;
    background: #ffd5b3;
    margin-top: 15px;
}

.overlay-content {
	overflow-x: hidden;
}

.shpLine>.left {
	grid-template-columns: 125px 1fr;
}

.shpLine .cartSVG {
	height: auto;
}


.rfc_values_mobile .grouppp_cntr{
    grid-column: auto / span var(--col);
}

.grouppp_block {
	display: flex;
	flex-direction: column;
	gap: 25px;
    justify-content: stretch;
    height: 100%;
}

.grouppp_block.no-mobile {
	grid-column: 1 / span 2;
}

.grouppp_block.no-mobile>Div {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.overlay {
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(5px);
}

.overlay.text .overlay-content {
	max-width: 850px;
}



.overlay-header {
	background: none;
	font-family: 'obvia-expanded';
    text-align: left;
    padding: 15px 0px;
}

.overlay .overlay-header {
    padding-left: 15px;
	background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
}

.times, #checkout_cart_left .btnDel {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
    z-index: 105;
    background: var(--rfc_orange);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
    transform:none;
    padding-left: 11px;
    cursor: pointer;
    transform: scale(1.15);
    border-radius: 0%;
}
#checkout_cart_left .btnDel {
	height: 30px;
	color: white;
	clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 25px 100%);
	margin: 0px;
	right: 2px;
	top: 1px;
    padding-left: 19px;
    font-size: 15px;
}

.cntFrm {
	width: 100%;
    max-width: 650px;
    padding: 20px;
    background: #eee;
    margin: 0px auto;
}

.cntFrm input, .cntFrm select, .cntFrm textarea {
	width: 100%;
	border-radius: 0px !important;
}

.cntFrm .btn {
	margin-top: 25px;
}


.times:hover {
    transform: scale(1);
}
.times img {
    width: 24px;
    height: 24ox;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.griddd div .times {
    width: 38px !important;
    display: flex;
    align-items: center;
    padding-left: 14px;
}

.griddd div .times img {
	width: 20px;
}



.slogan {

    font-family: 'obvia-expanded';
    color: black;
    -webkit-text-stroke: 0px;
}


#header:after {
	background: white;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 10px;
	width: 100%;
	background: white;
}

.buttons .iconref {	
	display: flex;
	align-items: center;
	justify-content: center;
}

.tac {
    text-align: center;
    background: var(--rfc_grey);
    color: black;
    padding: 50px 25px;
}

.tac.column {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.tac P {
	width: 100%;
	max-width: 450px;
	margin: 10px auto 25px auto;
}

.tac.column h3 {
	padding-left: 35px;
}

.tac h2 {
	margin-bottom: 15px;
}

.buttons .iconref>span {
	clip-path: polygon(15px 0px, 100% 0px, calc(100% - 15px) 100%, 0% 100%);
	background: white;
	margin: 0;
}

.buttons .iconref:nth-child(3)>span {
	background: var(--rfc_orange);
}

.iconref>span>img, .iconref>img {
	width: 20px;
}

.iconref>span {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 0;
	width: 60px;
}

span.number {
    border-radius: 50%;
    background-color: white;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: black;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
}

.buttons .iconref:nth-child(2) img {
	filter: invert(1);
}

div#shopcart-counter {
    position: absolute;
    right: 8px;
    bottom: 18px;
}


.dropdown .dropdown-content {
	top: 100%;
}

#hamburger {
	display: none !important;
}

.overlay-header .cou {
	color: white;
	float: right;
}

.sndption, .cpbcp.right, .pdnz.simple {
	background: var(--rfc_grey);
}

.cartSVG text {
    transition: font-size .3s;
}

.overlay-content.show_buttons_inline .btn {
	width: 100%;
	margin-top: 15px;
}

.overlay-content.show_buttons_inline .cartSVG {
    max-height: 65svh;
}


.languages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 5px;
    width: max-content;
    margin: 0px auto;
}

.dropdown .dropdown-content {
	width: max-content;
}

#edit_rfc_card {
	border: 1px solid var(--rfc_blue);
    padding: 5px;
    color: var(--rfc_blue);
    text-decoration: none;
    text-transform: inherit;
}



.rj_submenu {
	border-bottom: 1px solid var(--rfc_blue);
	background: #fff;
}

.rj_submenu.small div {
	padding: 10px 20px;
	padding-left: 42.5px;
}

span.ref {
    position: absolute;
    bottom: 5px;
    display: block;
    width: min-content;
    justify-content: center;
    background: var(--rfc_orange);
    color: white;
    padding: 2.5px 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px;
}

.rj_submenu .tac {

	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 5px;
	padding: 0px;
	background: white;
}
	
	.rj_submenu div {
	    color: var(--rfc_orange);
	    padding: 30px 20px;
	    padding-left: 42.5px;
	    font-family: 'obvia-expanded';
    	font-size: 12px;

	}

	.rj_submenu>div>div:before, .tac h3:before {
	    content: '\2713';
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    color: white;
	    font-size: 22px;
	    inset: 0;
	    position: absolute;
	    border-radius: 50%;
	    background-color: var(--rfc_orange);
	    width: 22px;
	    height: 22px;
	    left: 10px;
	    top: 50%;
	    transform: translateY(-50%);
	}

.trgbl {
	font-size: inherit;
	text-align: left;
}

#page {
	min-height: 0px;
}

.rfc_home {
	font-family: "DIN Pro reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-family: "DIN Pro reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 16px;
	line-height: 120%;
	background-repeat: none;
	background-size: cover;
	background-attachment: fixed;
}

.slick-arrow {
	box-shadow: -7px 0 20px 29px #13487d;
}

.slick-arrow.slick-prev {
	box-shadow: 7px 0 20px 29px #13487d;
}

.slick-arrow.slick-prev::after, #fancybox-prev::after, #fancybox-prev::after, #fancybox-left::after {
	transform: translateY(-50%) translateX(-50%) rotate(180deg);
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
	left: 10px;
}

#rj_designs .owl-item.active.center .rfc_preview {
    transition: 0.3s;
    --i: 0;
    --sc: 1;
}

.slick-current.rj_card .cartSVG {
	filter: drop-shadow(0px 0px 5px black);
}

#rj_designs {
	padding: 50px 0px;
}

.rfc_blocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	text-align: left;
	padding: 100px 25px;
	color: white;
    max-width: var(--container-small-width);
    width: 100%;
    margin: 0px auto;
    gap: 50px;
}

.rfc_blocks .content {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	flex-direction: column;
}

.rfc_blocks h2,  .rfc_blocks_tp h2{
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 25px;
	color: white;
}

.rfc_blocks h3 {
	font-size: 14px;
}


.rfc_usp {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
	margin-bottom: 25px;
}

.usp-icon {
    width: 40px;
    height: 40px;
    background: var(--rfc_orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    padding-bottom: 15px;

}

.usp-icon:after {
    content: '\2713';
}


.rfc_blocks p ,.rfc_blocks  .prct-descr {
	color: white;
	max-width: 400px;
	margin-top: 3px;
    line-height: 17px;
}

#rj_designs>.btn {
	margin: 25px auto;
	display: block;
	width: max-content;
}	

.tac {
	text-align: center;
}


.rj_card .btn, .rj_card h2 {
	min-height: 60px;
	width: 100%;
	text-align: center;
}

.rj_card h2 {
	max-width: 300px;
}

.twocardsskewie {
	display: flex;
	align-items: center;
	justify-content: center;
}

.twocardsskewie>div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 15px;

}

.twocardsskewie>div>img {
	--i: 1;
	--y: 6vh;
	transform:translateY(-5vh);
    height: min(350px,29vw);
	transform:translateY(calc(var(--i) * var(--y))) perspective(400px) rotateY( calc(25deg * var(--i)) );
}


.twocardsskewie>div>img.first {
	--i: -1;
	align-self: flex-end;
}

.rfc_blocks .skewie, .rfc_blocks_tp .skewie, #video_cntr .skewie {
	height: 100%;
	aspect-ratio: 1;
	background: linear-gradient(var(--rfc_orange2), var(--rfc_orange));
	position: absolute;
	left: 50%;
	top: 0;
	--x: -50%;
	transform:translateX(var(--x)) skew(15deg);
}

.rfc_blocks .skewie.blue {
	--x: 0%;
	background: linear-gradient(#143b62, #11244e );
	left: auto;
	right: 0px;
	transform-origin: 50% 50%;
    scale: 0.75;
	transform:translateX(var(--x)) skew(15deg);
}

.rfc_blocks_tp .skewie {
	transform: translateX(var(--x)) skew(-15deg);
	aspect-ratio: 1.75;
}

#video_cntr .skewie {
    height: 125%;
    top: 50%;
    transform: translateX(var(--x)) translateY(-50%) skew(15deg);
}

#video_cntr {
	cursor: pointer;
	user-select: none;
}

#video_explainer .content {
    align-items: flex-start;
}

#video_cntr img.play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    max-width: 25%;
    z-index:999;
    transition: .15s;
    filter: drop-shadow(2px 4px 6px black);
}

#video_cntr:hover img.play {
    max-width: 22.5%;
    transition: .15s;
    filter: drop-shadow(2px 4px 12px black);
}

@supports (animation-timeline: view()) {
	.twocardsskewie>div>img {
		scale: 0.6;
		opacity: 1;
		animation: fade-in linear forwards;
		animation-timeline: view();	
    	animation-range-start: 350px;
    	animation-range-end: 70vh;
	}

	.twocardsskewie>div>img.second {
		animation-delay: .25s;
	}



	.rfc_blocks .skewie.animate {
		animation: skewie ease-out forwards;
		animation-timeline: view();
    	
   		animation-range-start: 350px;
    	animation-range-end: 70vh;

		transform:translateX(var(--x)) translateY(200px) skew(15deg);
	}



}

	@keyframes fade-in {
		from { scale: 0.6; opacity: 1; transform:translateY(calc(var(--i) * var(--y))) perspective(400px) rotateY( calc(25deg * var(--i)) );}
		to { scale: 1; opacity: 1; transform:translateY(calc(var(--i) * var(--y) * -1)) perspective(400px) rotateY( calc(-25deg * var(--i)) );}
	}

	@keyframes skewie {
		from { transform:translateX(var(--x)) translateY(200px) skew(15deg); }
		to { transform:translateX(var(--x)) translateY(0px) skew(15deg); }
	}



.twocardsskewie .cartSVG {
    max-height: 40vh;
}


/*.rj_card:hover:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(255 255 255 / 22%);
	z-index: 9999;
}*/

a.btn:after {
	content: none;
}

.btn-red {
	background: #b33535;
}

.rj_card .btn {
	display: none;
	text-decoration: none;
}

	.rj_card:hover {
		text-decoration: none;
	}

	.rj_card:hover>.btn {
		display: block;
	}

	.rj_card:hover h2 {
	    opacity: 0;
	    max-height: 0px;
	    min-height: 0px;
	    margin-top: -5px;
	    font-size: 0px;
	}
	
	.rj_cards .rj_hero {
		xxfloat: right;

	}

		.rj_cards .rj_hero img {
		    height: 100%;
		    width: auto;
		    max-height: 670px;
		}

	.rj_hero + h1 {
		margin: 50px 0px;
	}


#rj_banners {
    height: 100%;
    width: max-content;
}

.btn.cta_mobile {
    margin-bottom: 15px;
    width: 80%;
    position: absolute;
    bottom: 0px;
    left: 10%;
}

#rj_banners_cntr {
	width: 100%;
	max-width: 1950px;
	margin: 0px auto;
	overflow: hidden;
}

	.rj_cards h1 {
		font-size: 300%;
		font-style: italic;
		color: black;
		padding-bottom: 25px;
		line-height: 150%;
	}

	.rj_banner {
		display: inline-flex;
		vertical-align: top;
		align-items: center;
		justify-content: center;
		color: white;
		width: max-content;
		--hrcolor: var(--rfc_orange);
	}

	.rj_banner hr {
		height: 3px;
		background: var(--hrcolor);
		width: 50%;
		border: none;
		outline: none;
		margin: 20px auto;
	}

	.rj_banner.left hr {
		margin: 20px 0px 20px auto;
	}

	.rj_banner .btn {
		padding: 12px 25px !important;
		margin-top: 25px;
	}

	.far_left.rj_banner>div {
	    text-align: left;
	    align-items: flex-start;
	    padding-left: 10%;
	}

	.far_left.rj_banner hr {
		margin: 20px auto 20px 0px;
	}

	.hero-steps {
	    position: absolute;
	    left: 10px;
	    bottom: 10px;
    	opacity: 0.75;
	}

	.hero-steps span {
	    width: 12px;
	    height: 12px;
	    border: 1px solid white;
	    border-radius: 50%;
	    display: inline-block;
	    margin: 0px 2.5px;
	    transition: .75s;
	    background: transparent;
	    cursor: pointer;
	}

	.hero-steps span.active {
	    background: white;
	    transition: .75s;
	}


	.rj_banner>div {
		position: absolute;
		left: 0;
		top: 0;
		width: 60%;
		height: 70%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
    	text-shadow: 1px 1px 2px black;
    	filter: drop-shadow(0px 0px 50px black);
		transform: translateY(100px);
		transition: 1s;
		transition-delay: .5s;
		opacity: 0;
	}

	.rj_banner.left>div {
	    align-items: flex-end;
	    text-align: right;
	}

	.rj_banner h4 {
		max-width: 500px;
	}

	.rj_banner picture {
		width: 100%;
		height: auto;
		position: absolute;
		inset: 0;
		object-fit: contain;
		transform: scale(0.9) translateY(100px);
		transform-origin: 50% 50%;
		transition: 1s;
		opacity: 0;
	}
	
/*	.rj_banner.active>div {
		transition-delay: .5s;
	}*/

	.rj_banner.active picture, .rj_banner.active>div {
		transform: scale(1) translateY(0px);
		transition-duration: 1s;
		opacity: 1;
	}

	.rj_banner .backg {

		opacity: 1;
		transform: none;
		position: relative;
		left: 0;
		top: 0;
	}

	.rj_banner h4 span {
		color: var(--rfc_orange);
	}

	.rj_cards h1 span {
		color: var(--rfc_orange);
		font-size: 125%;
	}

	.rj_cards h2, .rj_banner h2 {
		font-style: normal;
		font-size: clamp(22px, 2vw, 55px);
		color: var(--rfc_blue_dark);
		line-height: 1.5;
		max-width:clamp(450px, 25vw, 800px);
	}	
	
	.rj_banner h2 {
		color: white;
	}

	.rj_banner h2 span {
		color: var(--rfc_orange);
	}

	.rj_banner h4  {
		font-size: clamp(15px, 1vw, 30px);
		line-height: 1.5;
		font-style: italic;
	}

	.rj_banner img {
		width: 100%;
		height: auto;
	}

	.rj_faq {
		padding: 10px;
	}

	.rj_cards .rj_card {
		text-align: center;
		margin-bottom: 50px;
		margin-right: 50px;
		max-width: 265px;
	}

	.rj_text {
		margin-bottom: 50px;
	}


	.rj_card h2 {
		display: inline-block;
		color: white;
		margin-top: 10px;
	}

	.rj_cards_list .rj_card h2 {
		color: black;
		max-width: 300px;
	}

	.rj_cards_list .rj_card {
		padding: 0px;
		margin: 0px;
	}

	.rj_card sub {
		padding-left: 10px;
	}


.rfc_card {
	display: inline-flex !important;
	row-gap: 15px;
	margin: 22.5px;
}	

h2.lrg, h2 .lrg {
	font-size: 32px;
	color: var(--rfc_orange);
	text-transform: uppercase;
    max-width: 80%;
    display: block;
    margin: 0px auto;
}

#footer>div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: flex-start;
}

.footer-item {
    font-size: 16px;
    line-height: 1.5;
}

.socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

.footer-item:last-child {
	align-items: flex-start;
}

.footer-item:last-child {
	align-items: flex-start;
}

.socials a {
    width: 40px;
    height: 40px;
    background: var(--rfc_orange);
    display: flex;
    justify-content: center;
    align-items: center;

    transform: skew(-15deg);
}
.socials svg {
    fill: white;
    width: 22px;
    height: 22px;

    transform: skew(15deg);
}

#cntFrm {
    color: white;
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
}
#cntFrm input[type="text"], #cntFrm textarea {
	background: white;
	color: black;
	padding: 12px 12px;
	margin-bottom: 7.5px;
}

#cntFrm input[type="button"] {
	margin-top: 15px;
}

#cntFrm label {
	text-transform: inherit;
	margin-bottom: 2.5px;
}

#footer>img {
    position: absolute;
    bottom: 0;
    right: 10%;
    height: 125%;
}

.footer-item h3 {
	font-size: 175%;
}

#footer>.mollie-bar {
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    padding: 15px 0px;
    display: flex;
}

	.mollie-bar img {
		height: 30px;
	}

.orng {
	color: rgba(232, 75, 15, 1);
}

.footer-item a {
	color: white;
}

.rj_btmm {
	cursor: pointer;
	transform: skew(-10deg);
	background: rgba(232, 75, 15, 1);
	color: #fff;
	position: absolute;
	bottom: 0px; 
	left: 0px;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.rj_faq .hdr {
	padding: 15px 30px;
	background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
	color: #fff;
	font-weight: bold;
	font-size: 120%; 
	margin-top: 15px;
	cursor: pointer;
    clip-path: polygon(15px 0px, 100% 0px, calc(100% - 15px) 100%, 0% 100%);
}

.rj_faq .hdr:after {

	content: '›' ;
	position: absolute;
	right: 30px;
	transform: rotate(90deg);
}

.rj_faq .cnt {
    padding: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    background: white;
}

.xtac {
	margin-top: 50px;
	max-width: 1000px;
	margin: 0px auto 50px auto;
}

.xtac.small {
	max-width: 700px;
}

.xtac.small h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 25px;

}

.xtac .content {
	padding: 50px;
}

.rfc_steps {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 15px;
    color: white;
    margin-bottom: 25px;

}

.rfc_steps>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.rfc_steps>div:nth-child(2n) {
   padding-left: 52px;
}

.rfc_steps .rfc_shield img {
	width: 33px;
	height: auto;
}

.rfc_steps .rfc_shield:after {
    content: var(--c);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    width: 50px;
    height: 50px;
    top: calc(50% - 27px);
    left: calc(50% - 25px);
    font-family: 'obvia-expanded';

}
#rfc_steps_img {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#rfc_steps_img #images {
	--ww: min(400px, 30vw);
    width: var(--ww);
    overflow: hidden;
}

#rfc_steps_img #images>div {
	width: max-content;
	height: 100%;
    display: flex;
}

.fancy_chevrons {
	height: min(75px, 6vw);
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#rfc_steps_img #images>div img {
	width: var(--ww);
	height: auto;
}

.rfc_steps ~ .btn {
	margin-left: 53px;
}

.rfc_steps>div>div:nth-child(2) {
	width: 100%;
	max-width: 350px;
}

.rfc_steps>div>div:nth-child(2) {
    width: 100%;
    max-width: 350px;
    text-align: left;
}

.rfc_steps>div {
	opacity: 0.5;
	transition: .5;
}

.rfc_steps>div.active {
	opacity: 1;
	transition: .5;
}

div.rfc_preview {
	transition: .3s;
    --a: 25deg;
    --sc: 1;
    transform: perspective(400px) rotateY(calc(var(--i,0)*var(--a))) scale(var(--sc));
}

#rj_designs .rfc_preview {
	--i: 1;
	--sc: 0.9;
}

#rj_designs .owl-item.active.center ~ .owl-item .rfc_preview {
	--i: -1;
	--sc: 0.9;
}

.rj_cards_list .rj_card .rfc_preview {
	--a: 20deg;
	--sc: 1;
}

.rj_cards_list .rj_card:hover .rfc_preview {
	--i: 1;
}

#rj_designs .rj_card:hover .rfc_preview {
	--i: 0 !important;
	--sc: 1 !important;
}

.header-top {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
}

#header nav {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 150px;
}

#header nav a {
    font-family: "obvia-expanded", sans-serif;
}

#header nav a.btn.fancy {
	padding: 10px 25px !important;
	font-size: 16px;
}


.rj_card:after {
    content: var(--badge);
    position: absolute;
    right: -61px;
    top: 15px;
    background: var(--rfc_orange);
    width: 200px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: block;
    transform: rotate(42deg);
    line-height: 40px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    background: linear-gradient(90deg,  var(--rfc_orange2), var(--rfc_orange), var(--rfc_orange2));
    transition: .3s;
    text-shadow: 0px 0px 2px #4d1507;
}

.owl-nav  {
    position: absolute;
    left: 50px;
    top: calc(50% - 25px);
    width: calc(100% - 100px);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, #tp_buttons button.owl-next, #tp_buttons button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--rfc_orange);
    width: 50px;
    height: 50px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    outline: none;
    border: none;
    transition: .3s;
}

.owl-carousel button.owl-dot {
	display: none;
}

.owl-carousel .owl-nav button span, #tp_buttons button span {
    font-size: 30px;
    font-family: 'obvia-expanded';
    line-height: 50px;
    margin-top: -5px;
}

.owl-carousel .owl-nav button.owl-next, #tp_buttons button.owl-next {
    left: auto;
    right: 0px;
}

#tp_buttons {
	margin-top: 25px;
}

#tp_buttons, #tp_buttons .owl-nav {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: auto;
	height: auto;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
}

.iconref>span, .buttons .iconref, .header-top .buttons, .header-top {
	height: 80px;
}



#tp_buttons button.disabled {
	background: white;
	color: var(--rfc_orange);
}

#tp_buttons button.owl-next, #tp_buttons button.owl-prev {
	position: relative;
	top: auto;
	bottom: auto;
}


.rj_cards [data-def="true"][data-id="14"] {
	display: none;
}

.slick-arrow::after, #fancybox-right::after, #fancybox-left::after {
    border-radius: 0px;
    transform:translateY(-50%) translateX(50%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
    right: 10px;
}

#rfc_editor svg {
    filter: drop-shadow(0px 0px 51px var(--rfc_orange));
    transition: .75s;
}


.btn.btn-pill {
	border-radius: 50px;
	padding: 10px 20px !important;
	font-size: 14px;
	margin-right: 10px;
}

.copyText>* {
    padding: 10px 10px !important;
    font-size: 14px;
    margin: 0px;
}
.copyText {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: stretch;
    width: 100%;
}

.copyText svg {
	color:rgb(33, 240, 56) ;
	filter: none;
}

.copyText input {
	border-radius: 25px 0px 0px 25px;
}

.copyText div {
	border-radius: 0px 25px 25px 0px;
	display: flex;
    align-content: center;
    justify-content: center;
    column-gap: 10px;
}





	.dropzone * {
	    z-index: inherit !important;
	}

.rj_filters {
	display: grid;
	grid-template-columns: max-content 1fr;
}

.rj_filters #frm_filter {
	background: var(--rfc_grey);
    padding: 25px 25px 25px 25px;
    min-width: 300px;
    grid-row: auto / span 2;
}

.rj_filters #frm_filter .times {
	display: none;
}

#filterBtn {
	display: none;
}

.cta_mobile {
	display: none;
}

.collabsible>label {
	font-family: 'obvia-expanded';
	color: var(--rfc_blue);
}

.collapsible-content>label {
	cursor: pointer;
}

.fly_in_number {
	display: none;
}

.collabsible>label::before {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: 0px;
}

.collabsible.collapsed>label::before {

    top: calc(50% - 5px);
    margin-top: 0px;
}

.collabsible .collapsible-content input[type="checkbox"]+span:after, .list input[type="checkbox"]+span:after {
	background-color: var(--rfc_orange);
}

.collabsible .collapsible-content>label>* {
	font-size: 12px;
}

.collabsible :checked + span, .list :checked + span {
	color: var(--rfc_orange);
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    background: var(--rfc_blue);
    xxborder-top: 7.5px solid var(--rfc_orange);
    xxborder-bottom: 7.5px solid var(--rfc_orange);
}

.gallery:before, .gallery:after {
	width: 100%;
	height: 7.5px;
	background: var(--rfc_orange);
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 99;
}

.footer-item a {
	display: ;
}

.gallery:after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

@supports (animation-timeline: view()) {
	.gallery:before, .gallery:after {
		width: 0;
		animation: line-in linear forwards;
		animation-timeline: view();
    	animation-range: 0px 500px;
	}

}

@keyframes line-in {
	from { width:0; }
	to { width:100%; }
}



.gallery img:nth-child(18), .gallery img:nth-child(2), .gallery img:nth-child(5), .gallery img:nth-child(6) {
    grid-column: auto / span 2;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 50vh;
    max-height: 750px;

}

#hoe-werkt-het {
	background: var(--rfc_dark);
}

#hoe-werkt-het, #hoe-werkt-het p, #hoe-werkt-het h2, #hoe-werkt-het h3 {
	color: white;
}

.gradient_vert {
	background: linear-gradient(var(--rfc_dark), var(--rfc_blue));
}

.owl-nav.disabled {
	display: none;
}

/* */

.owl-stage-outer {
	overflow: hidden;
}

#tp_inner{
	width: 100%;
	overflow: initial;
}

#tp_inner_scroll{
 	width: 100%;
	display: flex;
	align-items: center;

 }

.owl-carousel-sm .owl-stage {
    display: flex;
    align-items: stretch;
}


@media screen and (min-width: 1650px){
	.rj_banner>div{
		height: 100%;
	}
}

@media screen and (max-width: 1500px){
	.rj_cards_list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 1350px){
	#footer>img {
		right: 5%;
	}

	.rfc_blocks_tp>div:first-child>div {
		margin-left: 25px;
	}


	.rfc_blocks_tp>div {
		width: calc(100vw - 500px);
	}

	.rfc_blocks_tp>div:first-child {
		width: 400px;
	}

	.rfc_blocks_tp .skewie {
		--x: 0%;
	}


}

@media screen and (max-width: 1300px){

	 .grouppp_block[data-type="dynamic"]{
    	display: block;
    }


	#rfc_values .rfc_values_header::-webkit-scrollbar {
		display: none;
	}


	

	.rfc_spinner_bars_cntr {
		width: 100%;
		height: 263px;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	

	
	.scroll_cntr {
        width: 100svw;
        overflow-x: scroll;
    }

    .scroll_cntr .img_flex {
        display: flex;
        gap: 10px;
        width: max-content;
        height: 100%;
    }

    .scroll_cntr .img_flex .rfc_card {

        overflow: visible;
    }

   

	.btn-slanted {
		border-radius: 0px;
		clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
        padding: 12.5px 25px !important;
        margin: 0px;
	}

	.btn-not-slanted {
		background: none;
        padding: 12.5px 25px !important;
        cursor: pointer;

	    font-size: 15px;
	    font-weight: bold;
	    font-style: normal;

    	font-family: 'raleway';
	}


}

@media screen and (max-width: 1000px){




	.img_flex {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.xtac.small {
	    color: white;
	}

	#rfc_editor #faw {
		background: white;
	}

	#tp_inner_scroll {
   		 width: 100vw;
	}

	#tp_inner {
		overflow: initial;
	}

	.owl-carousel-sm .owl-stage .owl-item {
		padding: 0px 25px;
	}

	.tp_block {
		width: 100%;
		min-width: auto;
		min-height: 0px;
		height: auto;
	}

	.rfc_blocks_tp {
		flex-direction: column;
	}

	.rfc_blocks_tp>div:first-child {
		margin-top: 0px;
	}

	.rfc_blocks_tp>div:first-child, .tp_content, .rfc_blocks_tp>div:first-child>div {
		justify-content: center;
		margin-left: 0px;

    		text-align: center;
    		align-items: center;
    	max-width: 80vw;
	}



	.rfc_blocks_tp>div {
		width: 100% !important;
		margin-top: 50px;
	}


	#footer>div {
		grid-template-columns: 1fr;
		align-items: center;
	}

	#footer>.mollie-bar {
	    flex-direction: row;
	    justify-content: center;
	    flex-wrap: wrap;
	    row-gap: 15px;
	}

	#footer>img {
		display: none;
	}

	.footer-item {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    flex-direction: column;
	}

	.rfc_blocks .skewie.blue {
		left: auto;
		right: 5vw;
	}

	.gallery img { 
		height: 35vh;
	}

	.gallery img:nth-child(4n + 3), .gallery img:nth-child(4n + 2){
		 grid-column: auto / span 2;
	}
	
	.gallery img:nth-child(4n + 1), .gallery img:nth-child(4n ){
		 grid-column: auto / span 3;
	}

	.rj_cards_list {
		grid-template-columns: 1fr 1fr;
	}

	.step-block[data-step="2"] #edit_rfc_card {
		display: none;
	}	

	#rfc_editor #rfc_view_cntr {
		top: auto;
        height: 40svh;
        padding: 0px 7.5px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
	}

	#rfc_editor #rfc_view_cntr .rfc_trigger {
		width: 50%;
		height: 100%;
		position: absolute;
		left: 25%;
		top: 0;
		z-index: 8050;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: white;
		font-size: 22px;
	}

	

	.header-top {
		display: flex;
		justify-content: space-between;
	}




}



@media screen and (max-width: 700px){

	#page:has(#rfc_editor) { 
		padding: 55px 0px 0px 0px !important ;
	}


	.cou {
		margin-bottom: 10px;
		font-size: 14px;
	}

	#rfc_editor {
		height: calc(100svh - 55px);
	}
	
	.rfc_helper {
        margin: 5px 10px;
    }


	.dropzone {
		align-items: center;
		justify-content: center;
	}

	.dropzone span {

    flex-direction: column;
	}

	#header {
	    background: none;
	    padding-top: 5px;
	}

	.scrollHeader #header {
		background: white;
	}

	.header-top {
		width: 100%;
		padding: 0px 5px;
	}

	.rfc_home #header .header-top{
		background: linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 58%));
		transition: background 1s;
	}

	.rfc_home #page {
		padding-top: 0px !important;
	}

	.scrollHeader #header .header-top, #header .header-top  {
		background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
		transition: background 1s;
	}

	.rfc_home #header:after {
		background: transparent;
	}

	.scrollHeader.rfc_home #header:after {
		xxbackground: white;
	}
	



	.rfc_blocks h2, .rfc_blocks_tp h2 {
		text-align: center;
		font-size: 24px;
		
	}

	* {
		animation-range-start: 0px !important;
	}

	#footer {
	    background: linear-gradient(180deg, rgb(18, 59, 99), #021849);
	}

	.rfc_blocks .skewie.blue {

	    --x: -50%;
	    left: 50%;
	    right: auto;
	}

	#rfc_steps_img {
		justify-content: center;
	}

	.rfc_blocks {
		grid-template-columns: 1fr;
	}

	.rfc_blocks>div {
	    padding: 0px 25px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}

	.gradient_vert .rfc_blocks {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
		row-gap: 50px;
	}

	.rfc_steps ~ .btn {
		margin-left: 0px;
	}

	.rfc_steps>div {
		opacity: 1;
	}


	#rfc_steps_img #images {
		--ww: 50vw;
	}

	.twocardsskewie {
		margin-bottom: 50px;
		padding: 0px !important;
	}

	.twocardsskewie>div>img {
		height: min(350px,65vw);
		--y: 8vw;
	}

	.show_filters {
		overflow: hidden;
	}

	body.show_filters:after {
	    content: '';
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    backdrop-filter: blur(3px);
	}


	#filterBtn {
		display: block;
		width: max-content;
		margin: 5px 0px 5px auto;
	}

	.rj_filters {
		grid-template-columns: 1fr;
	}

	#frm_filter {
		position: fixed;
		top: 65px;
		width: max-content;
		left: 0;
		z-index: 8999;
		transform:translateX(-100%);
		transition: .3s;
		height: calc(100vh - 65px);
		overflow-y: auto;
	}

	.rj_filters #frm_filter .times {
	    display: flex;
	    transform: rotateX(180deg);
	    height: 35px;
	}

	#frm_filter>div {
		height: max-content;
	}

	#frm_filter::-webkit-scrollbar {
		display: none;

	}

	.show_filters #frm_filter { 

		transform:translateX(0%);
		transition: .3s;
	}

	.rfc_home {
		margin-top: -20px;
	}

/*	.rj_banner .btn.cta_mobile {
		display: block;
	}
*/
	.rj_banner hr {
		margin: 10px auto !important;
	}

	.pdnz>.inn>div {
		column-gap: 10px;
	}

	.rj_banner>div {
		width: 100%;
		height: 100%;
    	justify-content: flex-start;
    	text-align: center !important;
    	align-items: center;
   		padding: 125px 5% 5% 5%!important;

	}

	.rj_cards h2, .rj_banner h2, .rj_banner h4 {
		max-width: 100%;
    	display: block;
    	margin: 0px auto;
	}

	.owl-carousel .owl-nav {
		display: none;
	}

	.rfc_blockss .block_item {
    	max-width: calc(100vw - 50px);
	}

	.rfc_blockss .block_item label {

    	grid-template-columns: 70px 1fr;
	}

	.rj_card .btn, .rj_card h2 {
		min-height: 30px;
	}

	.rj_banner .btn {
	    width: 80%;
	    margin-left: 10%;
	    margin-right: 10%;
	}

	.slick-arrow.slick-prev {
		left:  30px;
	}

	.slick-arrow.slick-next {
		right: 30px;
	}

	.rj_cards_list .rj_card {
		margin: 0px;
		max-width: none;
	}

	.rj_cards_list  {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
	}

	.rj_cards_list .rfc_card>img,.rj_cards_list  .rfc_card .rfc_preview, .rj_cards_list .cartSVG {
		max-width: none;
	}

	.rj_card {
		margin: 0px 10px;
	}


	body {

    letter-spacing: -.5px;
	}

	@supports (-webkit-touch-callout: none) { 
		body {
			letter-spacing: -.5px !important;
		}
	}


	.rj_card:after {
		top: 9px;
		width: 175px;
		line-height: 30px;
	}

	#rfc_view_cntr .zoom_buttons, #rfc_view_cntr #zoom_buttons {
		display: none;
	}

	.preview_rfc_mobile #rfc_view_cntr .zoom_buttons{
		display: grid;
	}

	.btn.resize_btn {
		padding: 12px !important;
	}

	.dropzone:hover {
		background: #ffd5b3;
	}


	form .rfc_blocks label {
		margin: 0px;
	}

	.rfc_split {
		grid-template-columns: 1fr;
	}

	.rfc_split>div, #add_to_cart_form {
		background: none;
		padding: 0px;
	}

	.rfc_blocks>label .alert {
		padding: 5px;
	}

	.rj_cards {
	    grid-template-columns: 1fr 1fr;
	    gap: 25px;
	}

	.rj_cards .cartSVG {
		max-width: none;
	}

	.rj_cards .rj_hero {

    	grid-column: 1 / span 2;
    	grid-row: 1;
	}

		.rj_cards .rj_hero img {
			max-height: 40vh;
			width: auto;
		}

	.rj_cards .rj_text {

    	grid-column: 1 / span 2;
		grid-row: 2;
	}

	#header .logo:after {
        top: -31px;
        height: 72px;
    }

	.header-top .buttons>a {
		padding: 0px !important;
	}


	.iconref>span, .buttons .iconref, .header-top .buttons, .header-top {
		height: 50px;
	}

	body, p, .prct-descr, .btn, .rfc_steps>div, .rj_faq .hdr {
		font-size: 15px;
		line-height: 22px !important;
	}

	.grid-buttons {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.grid-buttons>div {

    	border-left: 0px !important;
    	padding-left: 0px !important;
    	padding-right: 0px !important;
	}

	.grid-buttons .dropzone {
		width: 100% !important;
		height: 100px !important;
		aspect-ratio: auto;
	}
	
	.overlay-header {
		font-size: 12px;
		padding: 10px;
		text-align: left;
	}

/*	.cou.fancy, .dropzone.simple {
    font-size: 14px;
    padding: 7px 10px;
    background: white;
    border: 2px solid var(--rfc_orange);
    color: rgb(229 118 28);
    text-decoration: none;
    text-align: center;
    margin: 2.5px 0px 2.5px 0px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: auto;
    font-family: inherit !important;
    border-radius: 6px;
    width: 100%;
    max-width: 300px;
}
*/
	.dropzone.simple {
		height: auto !important;
	}



	.times {
		width: 50px;
	}

	.times img {
		width: 20px;
	}

	.img_flex {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.overlay .img_flex {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.img_flex img {
		width: auto;
		height: auto;
		aspect-ratio: 1;
		align-items: flex-start;
		width: 100%;
	}

	.btn {
		padding: 15px 25px !important;
		font-size: 15px;
	}

	.btn.large {
		width: 100%;
		padding: 30px 25px !important;
	}

	h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.rj_submenu a {
		font-size: 16px;

	}

	.rj_faq {
		padding: 15px;
	}
	.tp_inner {
	    grid-template-columns: 1fr;
	}

	.shpLine>div {
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin-top: 15px;
	}

	.timeline {
		top: 60px;
		z-index: 6000;
	}

	.griddd select {
		-webkit-appearance: none;
		line-height: 20px;
	}

	.rj_card h2 {
		margin-top: 5px;
		font-size: 85%;
		color: white;
		max-width: 90%;
	}
	#rj_designs {
		padding: 50px 0px;
	}

	.slick-arrow {
		box-shadow: none !important;
	}

	.rj_card:after {
	    transform: rotate(0deg);
	    right: 0px;
	    width: max-content;
	    padding: 12px;
	    line-height: 1;
	    font-size: 12px;
	    font-family: 'obvia-expanded';
	    letter-spacing: .25px;
	}

	#rj_designs>.btn {
		width: 80%;
		margin: 50px auto 25px auto;
	}

	#rj_designs .rj_card .cartSVG {
		height: 30svh;
        max-width: none;
    }

	.add_to_cart_exam .cartSVG {
	    max-height: 40vh;
	    margin: 0px auto;
	    display: block;
	}


	.rfc_blocks {
		padding: 100px 0px;
	}

	.rfc_blocks>div {
		padding: 0px 25px;
	}

	#rfc_twoCards {
		display: flex;justify-content:center;align-items:center;text-align: center;
	}


	#header:after {
		content: none;
	}


	#page #kiosk_extern #rfc_editor #shareDesign_btn {
		display: none !important;
	}

	#page #kiosk_extern div[data-id_temp="406"],
	#page #kiosk_extern div[data-id_temp="409"],
	#page #kiosk_extern div[data-id_temp="418"] {
		display: none;
	}

	#page #kiosk_extern #rfc_editor {
		height: 100svh;
	}

	body:has(.rfc_values_mobile) #kiosk_extern #rfc_editor #rfc_view_cntr {
		padding: 0px;
		margin: 0px;
	}

	#page:has(#kiosk_extern) {
		padding-top: 0px !important;
	}

	.alert.float-simple {
		position: fixed;
		top: 5px;
		left: 5px;
		padding: 5px !important;
		font-size: 75%;
	}

	#page #kiosk_extern .grouppp .dropzone, #page #kiosk_kiosk .grouppp .dropzone {
		aspect-ratio: 1;
		border-radius: 50%;
		width: 45svw;
	}

	#page #kiosk_extern .grouppp .dropzone:after, #page #kiosk_kiosk .grouppp .dropzone:after  {
		content: '';
		position: absolute;
		inset: 10px;
		border-radius: 50%;
		border: 5px solid white;
	}

	#page #kiosk_extern .grouppp .dropzone  svg, #page #kiosk_kiosk .grouppp .dropzone  svg {

    	width: 60px;
    	height: 60px;
	}

	

}

@media screen and (max-width: 700px) and (orientation: portrait) {
	.preview_rfc_mobile #rfc_editor #rfc_view_cntr {
    	grid-template-rows: auto calc( calc(100svw - 20px) / var(--rfc_canvas_ratio));
	}
}

@media screen and (max-height: 750px) and (max-width: 750px){

	.combobox input, .combobox button, .griddd b {
    	height: 33px;
    }

    #rfc_editor .combobox button {
    	width: 33px;
    }

    #rfc_editor .rfc_values_mobile input,  #rfc_editor .rfc_values_mobile select, #rfc_editor .rfc_values_mobile input, #rfc_editor .rfc_values_mobile select {
		padding: 8px !important;
	}

	.griddd b {
 		line-height: 37px;
 	}

     #rfc_editor .rfc_values_mobile input,  #rfc_editor .rfc_values_mobile select, body, p, .prct-descr, .btn, .rfc_steps>div, .rj_faq .hdr {
     		font-size: 13px !important;
     }

     body:has(.rfc_values_mobile) #rfc_editor #rfc_view_cntr {
     	max-height: calc(100svh - 70px - var(--maxheight));
     }

     #rfc_editor {
     	--maxheight: 380px;
     }

     .scroll_cntr {
		height: calc( 380px - 52px);
		overflow-y: scroll;
	}


}



@media screen and (max-width: 850px){ 

	.rj_cards_list .rfc_card .cartSVG {
	    width: 45vw;
	    height: auto;
	}
	.rj_submenu { 
		display: none;
	}

	.rj_cards h1 {
		font-size: 150%;
	}

	#rfc_twoCards { 
		flex-direction: column;
	}

	#rfc_twoCards .cartSVG {
        height: auto !important;
        width: 100%;
        max-height: none !important;
        max-width: 85vw;
    }
}