/*
Theme Name:   123-Transfers.nl
Theme URI:    https://www.rootcase.nl
Author: 	Rootcase
Author URI: https://www.rootcase.nl
Description:  Custom built template
Version: 1.0

*/


body, html {
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
	color: black;
	background: #000066; 
}

.whitewrap {
	position: relative;
	background: white;
}


a {
	color: inherit;
	text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}


section {
	position: relative;
	width: 100%;
	background: white;
}

.sectioninner {
	position: relative;
	padding: 1em 20em;
}

.flexcontainer {
	display: flex;
	justify-content: stretch;
	position: relative;
}

.topblock {
	height: 9em;
}

.top {
	position: absolute;
	background: rgb(240,240,240);
	background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(210,210,210,1) 100%); 
	padding: 0 2em;
	top: 0;
	z-index: 99999;
}

.scrollview .top {
	position: fixed;
}

.logo {
	padding: 1em 1.5em;
	background: #d2d2d2;
	border: .5em solid white;
	border-top: 0;
	margin-right: auto;
	transition: padding .25s;
}

.logo img {
	height: 6em !important;
	width: auto;
	transition: height .25s;
}

.scrollview .logo {
	padding: .25em;
	border-bottom: 0;
}

.scrollview .logo img {
	height: 3em !important;
}

.menucontainer {
	padding: 1em 2em;
	transition: padding .25s;
}


.scrollview .menucontainer {
	padding: .25em;
}

.top .menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin: .1em;
}


.top .menu {
	padding: 0;
}

.top a {
	text-decoration: none !important;
}

.top .menu li a {
	display: block;
	background: white;
	padding: .5em 1em;
	font-weight: 700;
	color: #000066;	
	text-transform: uppercase;
	transition: padding .25s;
}


.top .menu li a:hover {
	color: white;
	background: #000066;
}

.scrollview .top .menu li a {
	padding: .25em 1em;
}

.top .contact {
	padding: 1em 0;
	line-height: 1.25;
	transition: padding .25s;
}

.scrollview .top .contact {
	padding: .25em 0;
}

.top .contact a {
	transition: color .25s;
	font-weight: bold;
	font-size: .9em;
	color: #000066;
}

.top .contact a:hover {
	color: red;
}

.top .cartico {
	width: 2.3em;
	height: 2.3em;
	margin: 1em;
	margin-right: 0;
	transition: margin .25s;
}

.top .cartico:hover .cart-2 {
	fill: #000066;
}

.scrollview .top .cartico {
	margin: .25em;
	margin-right: 0;
}

.topwhite {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background: white;
	z-index: 0;
}

.scrollview .topwhite {
	display: none;
}

h1, h2, h3, h4, h5 {
	color: red;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

p:first-of-type:not(.woocommerce p) {
	margin-top: 1em;
}

section.tekst_gecentreerd {
	text-align: center;
}

section.tekst_midden .sectioninner {
	padding: 1em 33%;
}



.stapitem {
	width: calc(100% / 3);
	position: relative;
	margin: 1em;
}

.stapsvg {
	position: relative;
	margin-top:-2em;
	margin-left:-1.5em;
	margin-right: .5em;
	margin-bottom: -.25em;
}

.stapsvg img {
	height: 11em;
	top: -2.2em;
	max-width: none;
}

.staptitle {
	display: flex;
	justify-content: stretch;
	width: 100%;
	padding: .25em;
	position: relative;
	background: rgb(240,240,240);
	background: linear-gradient(90deg, rgba(240,240,240,1) 50%, rgba(210,210,210,1) 100%); 
}

.staptitle .title {
	position: relative;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.25;
	color: red;
	margin-top: auto;
}

.staptitle .whiteblock {
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	width: 2em;
	background: white;
	z-index: 0;
}

.afbeelding_en_tekst .img {
	margin: 1em;
	width: calc((100% - 6em) / 3);
}


.afbeelding_en_tekst .txt {
	margin: 1em;
	display: flex;
	flex-direction: column;
}

.afbeelding_en_tekst .txt ul {
	margin-top: .5em;
	list-style: none;
	padding-left: 0; /* Ensures there's no padding on the left side where bullets would normally appear */
	display: block;
	margin-bottom: auto;
}

.afbeelding_en_tekst .txt ul li {
	position: relative; /* Allows for positioning of the pseudo-element relative to the list item */
	padding-left: 1em; /* Adjust this value to control the indent of the text from the left edge */
}

.afbeelding_en_tekst .txt ul li::before {
	content: '-'; /* Custom bullet */
	position: absolute; /* Positions the pseudo-element absolutely within its parent `li` */
	left: 0; /* Aligns the pseudo-element at the start of the `li`, adjusting as necessary */
	top: 0; /* Aligns the pseudo-element to the top of the `li` */
}

section ol {
	counter-reset: custom-counter;
	list-style-type: none;
	padding-left: 0;
	margin-top: 1.5em;
}

section ol li {
	position: relative;
	padding-left: 2.25em;
	margin: .75em 0;
}

section ol li::before,
.count {
	counter-increment: custom-counter;
	content: counter(custom-counter) ".";
	position: absolute;
	left: 0;
	font-size: 2em;
	font-weight: bold;
	top:-.5em;
	color: #000066;
}



section a:hover {
	color: red;
}

.button {
	background: #000066;
	color: white !important;
	font-weight: bold;
	padding: .75em 2em .75em 4em;
	display: inline-block;
	color: white;
	text-decoration: none !important;
	background-image:url('assets/arrow.svg');
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	background-position: 1.5em 0.75em;
}

.button:hover {
	background-color: red;
}

.banner_met_tekst {
	margin-top: 2em;
}


.bgimg {
	position: relative;
	width: 100%;
	height: auto;
}

.bgimg img {
	width: 100%;
	height: auto;
}

.bgimg .sectioninner {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.25);
}

.bgimg .sectioninner .flexcontainer {
	height: 100%;
	justify-content: center;
	align-items: center;
}

.bgimg .sectioninner .txt {
	font-size: 1.5em;
	color: white;
	line-height: 1.25;
	font-weight: bold;
}


.bgimg .sectioninner .txt p {
	margin: 0;
	text-align: center;
}


.bgimg .sectioninner big {
	font-size: 1.25em;
}

.bgimg .sectioninner span {
	font-weight: 400;
	display: block;
	margin-top: .5em;
}


.voorbeelden {
	padding-top: 1em;
}

.voorbeelden .sectioninner {
	text-align: center;
}

.voorbeelden h3 {
	color: #000066;
}

.slider {
	padding: 0 2em;
	position: relative;
}

.slider img {
	height: auto !important;
	width: calc((100vw - 8em) / 5);
	margin: .5em;
}

.slider .slick-arrow {
	display: none !important;
}

/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.slider_arrow {
	position: absolute;
	top: calc((100% - 2.5em) / 2);
	width: 2.5em;
	height: 2.5em;
	z-index: 10;
	cursor: pointer;
}

.slider_arrow svg {
	display: block;
	vertical-align: top;
}

.slider_arrow:hover svg .sldr-2 {
	transition: fill .25s;
}

.slider_arrow:hover svg .sldr-2 {
	fill:red;
}

.slider_prev {
	left: 1em;
	transform: rotate(180deg);
}

.slider_next {
	right: 1em;
}

.sliderwrap {
	position: relative;
}


section.footer {
	background: rgb(240,240,240);
	background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(210,210,210,1) 100%); 
	margin-top: 2em;
	padding: 2em 1em;
}

.footercol {
	width: calc(100% / 5);
	position: relative;
	padding: 0 1em;
}

.footercol table {
	width: 100%;
}

.footercol a {
	text-decoration: none !important;
	color: black !important;
}

.footercol iframe {
	width: 100%;
	height: 9em;
	margin-top: 1.5em;
}


.footersep {
	height: 100%;
	width: .05em;
	background: white;
	position: absolute;
	top: 0;
	left: 0;
}

.endfooter {
	background: #000066;
	color: white;
}

.endfooter .sectioninner {
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;
}

.endfooter a {
	color: white !important;
	text-decoration: none !important;
}
.endfooter a:hover {
	text-decoration: underline !important;
}

.endsep {
	height: .7em;
	width: .05em;
	background: white;
	position: relative;
	display: inline-block;
	margin: 0 .75em;
	vertical-align: middle;
}

.uitklapitems {
	width: 60%;
	margin: auto;
	margin-top: 2em;
}

.uitklapitemscontainer {
	padding: 0 1.5em;
}

.itemcontent.collapsed {
	display: none;
}

.itemtitle {
	padding: .5em;
	background: rgb(240,240,240);
	background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(210,210,210,1) 100%); 
	color: #000066;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: .5em;
	cursor: pointer;
}

.itemtitle svg {
	float: right;
	height: 1.5em;
	vertical-align: middle;
	position: relative;
	width: auto;
	transition: transform .25s;
}

.itemtitle.collapsed svg {
	transform: rotate(180deg);
}

.itemtitle.collapsed:hover svg {
	transform: rotate(90deg);
}

.itemcontent {
	padding: 2em 4em;
}

.itemcontent p:first-of-type {
	margin-top: 0;
}

.buttonsect {
	margin-top: 2em;
	text-align: center;
}

.product_overzicht {
	display: flex;
	flex-wrap: wrap;
}

.product {
	width: calc( 100% / 3 );
	background: linear-gradient(90deg, rgba(240,240,240,1) 50%, rgba(210,210,210,1) 100%); 
	border: .5em solid white;
}

.productgreyhold {
	position: relative;
	padding: 0 1em;
	padding-bottom: 0;
}

.subtitle {
	font-size: 1.5em;
	color: #000066;
	padding: 0 1em;
	font-weight: bold;
}

.productname {
	font-size: 3.5em;
	font-weight: 700;
	color: red;
	line-height: 1em;
}

.productname small {
	font-size: .75em;
	margin-left: .25em;
	line-height: 0;
}

.productprice {
	background: #000066;
	color: white;
	padding: .25em;
	font-size: 1.5em;
}

.textieltransfers .product {
	text-align: center;
	
}

.productcheck {
	position: absolute;
	top: .25em;
	right: .25em;
	width: 2em;
	height: 2em;
	background: white;
	border: .2em solid #000066;
	cursor: pointer;
}

.product .productcheck::before {
	content: '\2713'; /* Unicode character for a checkmark */
  	position: absolute;
  	left: 0em;
	top:-.3em;
	font-size: 2em;
  	color: #000066; 
	opacity: 0;
	transition: opacity .25s;
}

.product .productcheck:hover::before {
	opacity: .5 !important;
}

.product.checked .productcheck::before {
	opacity: 1;
}
.product .orderdetails {
	display: none;
	padding: 1em;
	text-align: left;
}
.product .orderdetails .qty {
	margin-bottom: 1em;
	display: block;
	border: 1px solid #000066;
}

.product .orderdetails button,
.stepexplain button {
	border: 0;
	cursor: pointer;
}

.custom-file-upload {
	margin-bottom: 1em;
}

.product.checked .orderdetails {
	display: block;
}

.wcnotices {
	padding: 0 10em;
}

.stepexplain {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 3em;
}

.count {
	display: inline-block;
	width: auto;
	position: relative;
	left: auto;
	top: 0;
	margin-right: .25em;
}

.step {
	display: inline-block;
}

.compleet .product .productcheck,
.position .product .productcheck {
	right: auto;
	left: .25em;	
}
.compleet .product .productname,
.compleet .product .subtitle,
.position .product .productname {
	display: inline-block;
	font-size: 1em;
}	

.compleet .product .productname,
.position .product .productname {
	font-size: 1.5em;
}

.position .product .productname {
	text-align: center;
	width: 100%;
}

.compleet .productgreyhold,
.position .productgreyhold {
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 3em;
	padding-right: 3em;
}

.position_wrap {
	display: none;
}

.compleet .productgreyhold img,
.position .positionhold {
	width: 60%;
	margin: auto;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
}

.position .positionhold img {
	width: 100%;
	height: auto;
	display: block;
}

.position .positionhold .posimg {
	position: absolute;
	top: 0;
	left: 0;
}

.compleet .orderdetails {
	text-align: center;
	color: #000066; 
}

.compleet .colors,
.compleet .sizes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-top: .5em;
	margin-bottom: 1em;
	width: 80%;
}

.compleet .coloropt {
	border: .2em solid transparent;
	margin: .25em;
	flex: 1 0 calc(20% - .7em);
	padding-bottom: calc(20% - .7em);
	cursor: pointer;
	transition: box-shadow .25s , opacity .25s;
	box-shadow: 1px 1px 1px rgba(0,0,0,0);
}


.compleet .product.colorselected .coloropt {
	opacity: .5;
}

.compleet .product.colorselected .coloropt.selected {
	opacity: 1;
}



.compleet .maatopt {
	padding: .5em 1em;
	border: .1em solid #000066;
	margin: .25em;
	cursor: pointer;
	background: white;
}

.compleet .maatopt.selected,
.compleet .coloropt.selected {
	box-shadow: 1px 1px 1px rgba(0,0,0,.75);
}


.compleet .maatopt:hover,
.compleet .coloropt:hover {
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	opacity: 1 !important;
}

.compleet .product.maatselected .maatopt {
	opacity: .5;
}

.compleet .product.maatselected .maatopt.selected {
	opacity: 1;
}

.stepexplain h2 {
	font-size: 2em;
	margin-bottom: .5em;
}

.compleet .product .orderdetails .qty {
	margin: auto;
	margin-top: .5em;
}

.compleetform .qty {
	display: none;
}

.compleetform .single_add_to_cart_button,
.compleetform .custom-file-upload {
	display: none;
}


/* Change button background color */
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #000066; /* New color for buttons */
	border-radius: 0;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-size: 1em;
}

/* Change button hover background color */
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #005a87; /* Darker shade for hover state */
}

/* Change the border color for input fields, useful in checkout */
.woocommerce input.input-text,
.woocommerce select,
#order_comments{
	border: 1px solid #000066;
	padding: .5em 1em;
	resize: vertical;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-size: 1em;
}

/* Change the highlight color (for errors, info, etc.) */
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
	border-top-color: #000066; /* New color for message box borders */
}

/* If you need to change the text color for links */
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
	color: #000066; /* New color for message box links */
}

/* Update to match your desired color, for instance, for active payment method */
.woocommerce-checkout .wc_payment_methods .wc_payment_method.selected {
	background-color: #000066; /* New background color for selected payment method */
}


/* Change the "Proceed to Checkout" button color */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: #000066; /* New color for the button */
	color: #ffffff; /* Adjust text color as needed */
}

/* Change the "Proceed to Checkout" button hover color */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #005a87; /* Darker shade for hover state */
	color: #ffffff; /* Adjust text color as needed on hover */
}

.woocommerce .quantity .qty {
	width: 5em;
}

.product-remove {
	width: 2em;
}

.woocommerce .variation {
	white-space: nowrap;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
	float: none; 
	display: inline-block;
	font-weight: bold;
}

.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
	display: inline-block;
	margin-right: 1em;
}

#order_review_heading {
	margin-top: 2em;
}

section.iframe {
	margin-top: 2em;
}

section.iframe iframe {
	width:100%;
	min-height: 30em;
}