/*
Media Query Screen Sizing:
small	0 - 40em			= 0-640px
medium	40.0625em - 78.125em	= 641-1250px
large	78.1875em - up		= 1251+ px
*/

:root {
	--link-color: #444343;
}

/*region ELEMENTS */
body {
	background-color: #3D3D3D; /* B9C9D2 */
	/*font-family: Verdana, Arial, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: inherit;
	/*color: orange;*/
	/*color: #444343;*/
	overflow-y: scroll;
}
/* Fix for background color in the CKEditor in admin */
.cke_ltr {
	background-color: #FFF;
}

/* Added to prevent lazy loaded images overflowing their parent*/
img {
	max-height: 100%;
}
form {
	display: inline;
}

table {
	/*font-size: 12px;*/
	/*color: #444343;*/
	border-collapse: inherit; /* Temporary: override Foundation "table" settings, if they're accidentally imported. */
}

a {
	text-decoration: none;
	color: #444343;
}
a:focus,
a:hover {
	text-decoration: underline;
	color: #444343;
}

input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
}
iframe {
	width: inherit;
}
#general_captcha_container div, #agent_captcha_container div {
	width:100%;
}

ol {
	/*overflow: hidden;*/
	padding-left: 22px;
	font-size: 13px;
}

ul {
	overflow: hidden;
	padding-left: 18px;
	font-size: 13px;
}
/*endregion*/

.default_fontsize {
	font-size: 13px;
}

/*region OVERRIDE FOUNDATION*/
/*html.is-reveal-open,
html.is-reveal-open body {
	height: 100%;
	overflow: hidden;
	user-select: none;
}*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
label {
	font-size: 13px;
}
input{width:auto;display:inline-block;font-family: inherit;}
input[type="radio"] {
	margin: 0
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
	border-radius: 1px;
	font-size: inherit;
	border: 1px solid #BBB;
	height: auto;
	margin: 0;
}
input.clear {
	border:1px solid #cdcdcd;
	background: none;
	box-shadow: none;
	padding: 4px 10px;
}
input.clear:focus {
	transition: none;
	box-shadow: none;
}

textarea {
	width: 100%;
	background-color: #EFEFEF;
	font-family: Verdana, Arial, serif;
	padding: 2px;
	font-size: 13px;
	border: 1px solid #B6B7CB;
}
select {
	cursor:pointer;
	width: auto;
	padding-right: 18px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
	margin:0;
	background-origin: padding-box;
	background-size: 20px 4px;
}

.label {
	font-family: Verdana, Arial, serif;
	background-color: #202020;
}

/* Added to reduce the page fron "jumping" when a reveal is open */
/*body.is-reveal-open {*/
	/*padding-right:15px;*/
/*}*/

.alert-box > .close {
	font-size: 0.875rem;
	text-decoration: none;
}

/* Alertboxes are no longer a part of Foundation as of 6.2, so the following is copied from Foundation 5.x */
.alert-box {
	border-style: solid;
	border-width: 1px;
	display: table;
	font-size: 0.8125rem;
	font-weight: normal;
	margin-bottom: 1.25rem;
	position: relative;
	transition: opacity 300ms ease-out;
	background-color: #4198C5;
	border-color: #3584AD;
	color: #FFFFFF;
	width:100%;
}

.alert-box .icon_container {
	display: table-cell;
	vertical-align: middle;
	min-width: 45px;
	width:1%;
	line-height: 100%;
}

.alert-box .content {
	display: table-cell;
	padding: 0.8rem 2rem 0.8rem 0.875rem;
	font-size: 11px;
}

.alert-box .close {
	background: inherit;
	color: #333333;
	font-size: 1.375rem;
	opacity: 0.3;
	position:absolute;
	top:0;
	right:5px; }

.alert-box .close:hover, .alert-box .close:focus {
	opacity: 0.5; }

.alert-box.radius {
	border-radius: 2px; }

.alert-box.round {
	border-radius: 1000px; }

.alert-box.success {
	background-color: #5DA423;
	border-color: #508D1E;
	color: #FFFFFF; }

.alert-box.success .icon_container {
	background-color: #508D1E; }

.alert-box.alert {
	background-color: #C60F13;
	border-color: #AA0D10;
	color: #FFFFFF; }

.alert-box.alert .icon_container {
	background-color: #AA0D10;
	fill: #FFF;
}

.alert-box.secondary {
	background-color: #E7E7EC;
	border-color: #C3C3CF;
	color: #464659; }

.alert-box.secondary .icon_container {
	background-color: #C3C3CF; }

.alert-box.warning {
	background-color: #F08A24;
	border-color: #DE770F;
	color: #FFFFFF; }

.alert-box.warning .icon_container {
	background-color: #DE770F; }

.alert-box.info {
	background-color: #A0D3E8;
	border-color: #74BFDD;
	color: #464659; }

.alert-box.info .icon_container {
	background-color: #74BFDD; }

.alert-box.alert-close {
	opacity: 0; }

.rating_stars {
	position: relative;
	text-align: right;
	color: #CCCCCC;
	display: inline-block;
}

/*region RATING STARS*/
progress {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star.svg);
	background-size: contain;
	background-color: transparent;
	border:0;
	vertical-align: middle;
}

progress::-webkit-progress-bar {
	background-size: contain;
	background-color: transparent;
}

/* Yellow */
progress.yellow::-moz-progress-bar {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_ffc000.svg);
	background-color: transparent;
	background-size: contain;
}
progress.yellow::-webkit-progress-value {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_ffc000.svg);
	background-color: transparent;
	background-size: contain;
}
progress.yellow::-ms-fill {
	border-color: transparent;
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_ffc000.svg);
	background-color: transparent;
	background-size: contain;
}

/* Orange */
progress.orange::-moz-progress-bar {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_f0682d.svg);
	background-color: transparent;
	background-size: contain;
}
progress.orange::-webkit-progress-value {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_f0682d.svg);
	background-color: transparent;
	background-size: contain;
}
progress.orange::-ms-fill {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_f0682d.svg);
	background-color: transparent;
	background-size: contain;
	border-color: transparent;
}

/* Light Orange */
progress.light_orange::-moz-progress-bar {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_fca812.svg);
	background-color: transparent;
	background-size: contain;
}
progress.light_orange::-webkit-progress-value {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_fca812.svg);
	background-color: transparent;
	background-size: contain;
}
progress.light_orange::-ms-fill {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_fca812.svg);
	background-color: transparent;
	background-size: contain;
	border-color: transparent;
}

/* White */
progress.white::-moz-progress-bar {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_fafafa.svg);
	background-color: transparent;
	background-size: contain;
}
progress.white::-webkit-progress-value {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_fafafa.svg);
	background-color: transparent;
	background-size: contain;
}
progress.white::-ms-fill {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_fafafa.svg);
	background-color: transparent;
	background-size: contain;
	border-color: transparent;
}

/* Black */
progress.black::-moz-progress-bar {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_313131.svg);
	background-color: transparent;
	background-size: contain;
}
progress.black::-webkit-progress-value {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_313131.svg);
	background-color: transparent;
	background-size: contain;
}
progress.black::-ms-fill {
	background-image:url(https://cdn.skatepro.com/icon/font/misc/star_313131.svg);
	background-color: transparent;
	background-size: contain;
	border-color: transparent;
}
/*endregion*/






.postfix.button {
	padding:0;
}

#internal_comment_content del {
	color: #b1b1b1;
}

.row .row {
	/* To prevent the page becomming too wide and creating a horizontal scrollbar - original value: margin: 0 -0.9375em; */
	margin: 0 -0.8em;
}

.button {
	margin:0;
}

.flex-video {
	padding-bottom: 56.3%;
}
/*endregion*/
/*region MISSING FROM FOUNDATION*/
.row .row.collapse_left {
	width: auto;
	margin: 0;
	max-width: none;
}
.row.collapse_left > .column,
.row.collapse_left > .columns {
	padding-left: 0;
}
.row.collapse_left > .column:last-child,
.row.collapse_left > .columns:last-child {
	padding-right: 0;
}

@media only screen and (max-width: 40em) {
	/* Had to make this, because Foundation uses an !mportant tag, which screws with the ability to toggle it */
	.hide_for_small {
		display: none;
	}

	.small_height_100 {
		max-height: 100%;
	}

	.invisible_for_small {
		visibility: hidden;
	}

	.small-collapse {
		margin-left:0 !important;
		margin-right:0 !important;
	}
}
@media only screen and (min-width: 40.0625em) {
	.medium_float_right {
		float:right;
	}
}

@media only screen and (min-width: 78.1875em) {
	.large_float_right {
		float:right;
	}
}
/*endregion*/

/*region OVERRIDE SLICKSLIDER*/
.slick-dots {
	--dots_size: 14px;
	height: 24px !important;
}
.slick-dots>li.slick-active>button>div {
	width:var(--dots_size) !important;
	height:var(--dots_size) !important;
	border-radius: 50% !important;
	pointer-events: none;
}
.slick-dots>li>button>div {
	width:var(--dots_size) !important;
	height:var(--dots_size) !important;
	border-radius: 50% !important;
	pointer-events: none;
}
.slick-dots>li {
	margin:2px 3px 0 3px !important;
}
.slick-track{
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.slick-dots li button {
	width:14px !important;
}

@media only screen and (min-width: 40.0625em) {
	.slick-dots {
		display: none !important;
	}
}


/*endregion*/

/*region LAYOUT*/
/*region INFOBAR*/

/* Infobar - UVP, wrong domain, credit, christmas, etc. */

.infobar_content {
	padding: 6px 0 6px 0;
	cursor:pointer;
	text-align: center;
}

.infobar_content_text {
	text-align: center;
	font-size: 13px;
}

.infobar_close_x {
	position: absolute;
	height: 28px;
	line-height: 28px;
	width: 28px;
	font-size:22px;
	right: 0;
	top: 0;
	z-index: 999;
	text-align: center;
	color:#AAA;
	cursor:pointer;
}


.close_uvp_infobar {
	position: absolute;
	height: 28px;
	line-height: 28px;
	width: 28px;
	font-size:22px;
	right: 0;
	top: 0;
	z-index: 999;
	text-align: center;
	color:#AAA;
	cursor:pointer;
}

.uvp_container {
	background-color: #FFFFFF;
	position:relative;
	overflow: hidden;
	width:100%;
	padding-bottom: 5px;
}
.uvp_background {
	max-width:100%;
	margin: 0 auto;
	background-color: #F1F1F1;
	position: relative;
	border-bottom: 1px solid #E2E2E2;
}
.uvp_rotater {
	height:28px;
}

.uvp {
	font-size: 13px;
	padding:3px 0;
	color: #3D3D3D;
	height: 28px;
	line-height: 22px;
}

.uvp a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #3D3D3D;
}

.uvp_icon {
	vertical-align:middle;
	color:#FAFAFA;
	font-size:18px;
	margin-right:10px;
	line-height: 20px;
	margin-bottom: 2px;
}
.uvp_icon_svg {
	margin-top: 2px;
	vertical-align: top;
	fill: #FFFFFF;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.countdown_timer>.hours {
	margin-right:2px;
}
.countdown_timer>.minutes {
	margin:0 2px;
}
.countdown_timer>.seconds {
	margin-left:2px;
}

@media only screen and (max-width: 78.125em) {
	.infobar_content {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 40em) {
	.infobar_content_text {
		text-align: left;
		padding-right: 30px;
	}


	.uvp_container {
		padding-bottom: 0;
	}

	.uvp_container .row {
		position:relative;
	}

	.uvp {
		display:block;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		position:absolute;
		transform-style: preserve-3d;
	}

	.uvp_rotater {
		height: 28px;
		display: block;
		transform-style: preserve-3d;
		animation: rotate_uvp 20s infinite;
		position:relative;
	}

	.uvp_rotater>div:first-child {
		transform: rotateX(0) translateZ(10px);
	}
	.uvp_rotater>div:nth-child(2) {
		transform: rotateX(90deg) translateZ(10px);
	}
	.uvp_rotater div:nth-child(3) {
		transform: rotateX(180deg) translateZ(10px);
	}
	.uvp_rotater div:nth-child(4) {
		transform: rotateX(270deg) translateZ(10px);
	}

	@keyframes rotate_uvp {
		0% {
			transform: rotateX(0)
		}
		18% {
			transform: rotateX(0)
		}
		25% {
			transform: rotateX(-90deg)
		}
		43% {
			transform: rotateX(-90deg)
		}
		50% {
			transform: rotateX(-180deg)
		}
		68% {
			transform: rotateX(-180deg)
		}
		75% {
			transform: rotateX(-270deg)
		}
		93% {
			transform: rotateX(-270deg)
		}
		100% {
			transform: rotateX(-360deg)
		}
	}
}

/* Overlay from infobar */
table.domain_article_offers {
	width:100%;
}
table.domain_article_offers td:first-child {
	background: transparent url("https://static.skatepro.com/icon/misc/checkmark_green.png") no-repeat 0 10px;
	min-height: 65px;
	padding: 5px 0 5px 45px;
}
table.domain_article_offers h2 {
	margin-top: 0;
}

/*endregion*/
/*region HEADER*/
/*.header_container,*/

.header_container {
	height: 68px;
	background-color: #FFFFFF;
}
@media only screen and (max-width: 40em) {
	.header_container {
		margin-bottom:40px;
	}
}

@media only screen and (max-width: 78.125em) {
	/*.header_container {
		border-bottom:1px solid #DDD;
	}*/
}


.mobile_menu_button {
	margin: 5px 0 0 8px;
	display: inline-block;
	color:#000;
	line-height: 1;
	text-align: center;
	border-right: 1px solid #C1B5B5;
	padding-right: 6px;
	height: 38px;
	width:60px;
}

.mobile_menu_button_bar {
	width: 24px;
	height: 2px;
	display: block;
	background: #363636;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	transition: all .3s ease;
}

.mobile_menu_button_bar:nth-of-type(1) {
	top: 16px;
}

.mobile_menu_button_bar:nth-of-type(2), .mobile_menu_button_bar:nth-of-type(3) {
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 50%;
}

.mobile_menu_button_bar:nth-of-type(4) {
	bottom: 16px;
}

.mobile_menu_active .mobile_menu_button_bar:nth-of-type(1), .mobile_menu_active .mobile_menu_button_bar:nth-of-type(4) {
	opacity: 0;
}

.mobile_menu_active .mobile_menu_button_bar:nth-of-type(2) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.mobile_menu_active .mobile_menu_button_bar:nth-of-type(3) {
	transform: translate(-50%, -50%) rotate(135deg);
}

/* mobile menu text */
.mobile_menu_button > div {
	line-height: normal;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*TODO TSJ, 2023-04-20: This is needed to hide the back buttons on the original mobile menu, and can be deleted, once the splittest has given us a winner */
.mobilemenu2_back {
	display:none;
}

.checkout_header_container {
	height: 51px;
	background-color: #FFF;
	padding-bottom:90px;
}

.checkout_header_container .header_logo {
	padding-top:1px;
}

.header_mobile {
	overflow: hidden;
	position: relative;
	display:inline-block;
	margin-bottom: 0;
	/*min-width: 95px;*/
	float:left;
}

.header_search {
	line-height: 53px;
	height:53px;
}

@media only screen and (max-width: 40em) {
	.header_search {
		position:absolute;
		top: 56px;
		padding:0 8px !important;
		line-height: 40px;
		height:48px;
		background-color: #FFF;
		/*border-bottom:1px solid #DDD;*/
	}
}

.header_logo {
	display:inline-block;
	vertical-align: bottom;
	padding-top:11px;
	float:left;
}

.header_logo a {
	display:inline-block;
}

.header_logo img {
	height: 2.42rem;
	max-width: none;
}

@media only screen and (min-width: 78.1875em) {
	.header_logo img {
		padding-left:1em;
	}
}

@media only screen and (max-width: 78.125em) {
	.header_container div.header_logo {
		padding-top: 0;
		vertical-align: middle;
		float: none;
	}
	.header_logo_container {
		padding-right: 15px;
		padding-top: 7px;
		padding-left: 3px;
		vertical-align: middle;
	}
}

#search_form {
	display: inline-block;
	width: 100%;
	/*margin-top: 14px;*/
}

@media only screen and (max-width: 40em) {
	#search_form {
		margin-top: 6px;
	}
}

.mobile_typeahead {
	height:56px;
	background-color: #FFF;
}

#header_search_button {
	display:inline-block;
	color: #000;
	line-height:2.2rem;
	cursor:pointer;
	position: absolute;
	right:8px;
	top:5px;
	width: 30px;
	height: 30px;
	background-image: url(https://cdn.skatepro.com/icon/font/material/search.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (min-width: 40.0625em) {
	#header_search_button {
		top: 11px;
	}
}

#header_search_button.loading {
	background-image: url(https://cdn.skatepro.com/icon/loader.svg);
	background-size: 24px;
}

#header_search_button.has_content {
	background-image: none;
}

#header_search_button.has_content::before {
	display: inline-block;
	background-image: none;
	content: "✖";
	font-size: 20px;
	line-height: 10px;
}

.saved_number, .cart_number {
	position: absolute;
	top: 5px;
	right: 5px;
	color:#FFFFFF;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	line-height: 22px;
	font-size: 12px;
	padding-left: 1px;
	text-align: center;
	border:2px solid #FFF;
}
.saved_number {
	background-color: #000;
}
.cart_number {
	background-color: #DA2127;
}
.header_saved_cart>div {
	width:60px;
	float:right;
	position:relative;
	margin-right: 10px;
	display:inline-block;
}
.header_saved_cart>div>a {
	display:inline-block;
	width:100%;
	height:100%;
	padding-top:18px;
	overflow:hidden;
}
.header_saved_cart > div > a > span {
	padding-top: 4px;
	font-size: 10px;
	margin-top: -6px;
	display: block;
}
@media only screen and (max-width: 22.5em) {
	.header_saved_cart > div {
		width: 50px;
		margin-right: 8px;
	}
	.header_saved_cart > div > a > span {
		font-size: 9px;
	}
}
@media only screen and (min-width: 24.75em) {
	.header_saved_cart > div:first-child {
		width: 66px; /*NL*/
	}
}

.bstock > span {
	color: #C12429;
}

/*endregion*/
/*region TOP MENU*/
#desktopmenu {
	display: none;
}
@media only screen and (min-width: 78.1875em) {
	#desktopmenu {
		height: 35px;
		background-color: #3d3d3d;
		/* Override max width, to make the content of the first menu point align to the left side of the page. */
		max-width: 78.4rem;
		display: block;
		margin: 0 auto;
	}

	#desktopmenu > ul {
		margin: 0;
		padding: 0;
		height: inherit;
	}

	#desktopmenu > ul > li {
		list-style-type: none;
		display:inline;
		font-size: 14px;
		height: inherit;
		float: left;
	}

	#desktopmenu > ul > li > a.selected  {
		font-weight: bold;
		background-color: #F1F1F1;
		color: #3d3d3d;
	}

	#desktopmenu > ul > li > a[data-placeholder="true"] {
		width: 80px;
		height: 18px;
		border-radius: 9px;
		display: inline-block;
		position: relative;
		overflow: hidden;
		margin: 8px 18px ;
		opacity: 0.3;
		background-color: #757575;
	}

	#desktopmenu > ul > li > a[data-placeholder="true"]::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(
				90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0.5) 50%,
				rgba(255, 255, 255, 0) 100%
		);
		animation: shimmer 1.5s infinite;
	}

	@keyframes shimmer {
		0% { transform: translateX(-100%); }
		100% { transform: translateX(100%); }
	}

	#desktopmenu > ul > li > a {
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		padding: 0 18px 0 18px;
		display: inline-block;
		height:inherit;
		color: #F1F1F1;
		text-decoration: none;
		line-height: 35px;
	}

	/* Hover effect for top menu + hover effect maintained when hovering the content of the mega menu */
	#desktopmenu > ul > li > a:hover,
	#desktopmenu > ul > li:hover > a {
		font-weight: bold;
		background-color: #F1F1F1;
		color: #3D3D3D;
	}

	 {
		font-weight: bold;
		background-color: #F1F1F1;
		color: #3D3D3D;
	}

	#desktopmenu li.right {
		float: right;
		padding:0;
	}

	/*region MEGAMENU*/
	.megamenu_overlay_content {
		--borderradius: 10px;
		padding: 35px 40px;
		position: absolute;
		width: 62em;
		background-color: #FFFFFF;
		z-index: 999;
		border: 1px solid #999999;
		border-top: 0;
		border-bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: translateX(-15%);
		border-bottom-left-radius: var(--borderradius);
		border-bottom-right-radius: var(--borderradius);
		pointer-events: none;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);

		/* transition show/hide for megamenu */
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.2s linear;
		transition-delay: 0.2s;
	}

	.is_visible {
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}

	.megamenu_overlay_content h2 {
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 8px;
		padding-bottom: 4px;
		text-transform: uppercase;
		color: #3D3D3D;
	}

	.megamenu_overlay_content ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.megamenu_overlay_content > ul {
		column-count: 4;
	}

	.megamenu_overlay_content > ul > li {
		margin-bottom: 20px;
		break-inside: avoid;
	}

	/* Header of submenus */
	.megamenu_overlay_content > ul > li > a {
		font-size: 14px;
		font-weight: bold;
		color: #4f8ac5;
		text-decoration: none;

		/*border-bottom: 1px solid #CCCCCC;*/
		display: block;
	}
	.megamenu_overlay_content > ul > li > a::after {
		content: "";
		display: inline-block;
		background-image: url("https://cdn.skatepro.com/icon/font/awesome/angle_right.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 10px;
		height: 10px;
		margin-left: 4px;
	}

	.see_more_link {
		color: #4f8ac5;
		font-size: 12px;
	}
	/*region end*/
}

.display_none {
	display: none !important;
}
.opacity_65 {
	opacity: 0.65;
}

.top_category_hover_effect {
	background-color: #F1F1F1;
	color: #3D3D3D !important;
	font-weight: bold;
}

/*endregion*/
/*region LEFT MENU*/
.content_left a { color: #333333; }

.left_menu_header {
	font-size: 14px;
	margin: 0 0 4px 0;
	display: block;
	padding: 2px 5px 2px 0;
}

.left_menu_header.active {
	background-image:url(https://cdn.skatepro.com/icon/font/awesome/angle_left.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position-x: left;
	background-position-y: center;
	font-weight: bold;
}

.cmenu_lev0, .cmenu_lev1, .cmenu_lev2, .cmenu_lev3 { margin: 10px 0; padding: 0; list-style: none}
.cmenu_lev1	{color: #888888;}
.cmenu_lev2	{color: #aaaaaa;}
.cmenu_lev3	{color: #dddddd;}
.cmenu_lev0 li, ul.cmenu_lev1 li, ul.cmenu_lev2 li, ul.cmenu_lev3 li { margin: 0 0 10px 20px; padding: 0; }
.cmenu_lev0 li { margin-bottom:10px; }
.cmenu_lev0 li.activepage, .cmenu_lev0 .activeparent { font-weight: bold; }
.cmenu_lev1 li { padding: 0; font-weight: normal;}

.content_left a.see_all_category { font-size: 11px; display: block; margin: 6px 0 0 0; color: #666666; }

/*region HOME LEFTMENU*/
/* The following styling for the left menu on the index page is temporary - until we remove the left-menu from the index page according to https://basecamp.com/2342177/projects/5603758/todos/458473482 */
.home_leftmenu .left_menu_header {
	background-image: none;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 4px 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 2px 5px 2px 0;
}

.home_leftmenu a.see_all_category { font-size: 11px; display: block; margin: 6px 0 30px 0; color: #666666; }
.home_leftmenu .cmenu_lev0		{ margin: 0; padding: 0; /*line-height: 115%;*/ list-style: none; }
.home_leftmenu .cmenu_lev1		{ color: #888888; line-height: 140%; margin: 0 0 15px 5px; padding: 0; list-style: square outside;}
.home_leftmenu .cmenu_lev2		{ color: #aaaaaa; line-height: 130%; margin: 0 0 5px 15px; padding: 0; list-style: square outside; }
.home_leftmenu .cmenu_lev3		{ color: #dddddd;margin: 0 0 0 0; padding: 0; list-style: square outside;}
.home_leftmenu .cmenu_lev0 li, .home_leftmenu ul.cmenu_lev1 li, .home_leftmenu ul.cmenu_lev2 li, .home_leftmenu ul.cmenu_lev3 li { margin: 0 0 0 15px; padding: 0; }
.home_leftmenu .cmenu_lev0 li	{ font-size: 13px; margin:0; }
.home_leftmenu .cmenu_lev0 li.activepage	{ font-weight: bold; }
.home_leftmenu .cmenu_lev1 li	{ font-size: 12px; padding: 0; font-weight: normal;}
/*endregion*/

.mobilemenu .cmenu_lev1 li	{ margin:0 }
/*endregion*/
/*region CONTENT*/
.content_left {
	padding: 0 30px 30px 10px;
}

.content_main {
	padding-bottom: 40px;
}

.content_main.checkout_steps {
	padding-top:0;
}


body.cke_editable a,
.content_main a {
	text-decoration: underline;
	color: #344D66;
}

.content_right {
	/*width: 200px;*/
	padding: 10px 0 30px 30px;
	/*background-color: #E7E7EC;*/
	color: #000000;
}
.content_right.checkout {
	padding:10px;
	margin-top:20px;
}

.content_right.checkout_steps {
	margin-top:5px;
}

.content_right_checkout {
	/*width: 240px;*/
	padding: 20px 0 20px 0;
	/*background-color: #E7E7EC;*/
}
/*endregion*/
/*region NEWSLETTER BAR*/

#newsletter-bar {
	background-color: #dfdfdf;
}

#newsletter-bar #icon-container {
	padding-top:10px;
}

#newsletter-bar #text-container {
	padding-left:10px;
}

#newsletter-bar #button-container {
	padding-right:10px;
	width:99%;
}

#newsletter-bar #text-container #newletter_header {
	font-weight: bold;
	margin-top:-4px;
}

#newsletter-bar #text-container #newletter_subheader {
	font-size:11px;
}

@media only screen and (min-width: 40em) {
	#newsletter-bar #form-container {
		padding-top:29px;
	}
}

@media only screen and (max-width: 40em) {
	#newsletter-bar #form-container {
		padding-bottom:15px;
	}
	#newsletter-bar #button-container {
		padding-left:2px;
	}
}
/*endregion*/
/*region NEWSLETTER BOX*/
#newsletter-box #button-container {
	padding-bottom:10px;
	padding-top:0;
	text-align:center;
}

#newsletter-box #button-container input {
	width:50%;
}

@media only screen and (min-width: 40em) {
	#newsletter-box #button-container {
		padding-top:21px;
		padding-right:10px;
		text-align:right;
	}
	#newsletter-box #button-container input {
		width:auto;
	}
}
/*endregion*/
/* region newsletter main page */


#bonus_landing_fields_container {
	width: 50%;
}
/*endregion*/
/*region FOOTER*/
footer {
	padding: 30px 0 15px 0;
	max-width: 78.125rem;
	margin: 0 auto;
}
footer .call {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0 .9375rem;
	margin-bottom: 20px;
}
footer .call a {
	color: inherit;
}
footer .headline {
	/*text-transform: uppercase;*/
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 15px;
}
footer .links {
	color: #FFFFFF;
}
footer .links a {
	color: #FFFFFF;
	line-height: 200%;
}
footer .links a:hover {
	text-decoration: none;
}

footer .payment_logos {
	text-align: center;
	margin-top: 35px;
}

footer .reviews {
	text-align: right;
	color: #FFFFFF;
}

footer .social_media {
	text-align: center;
	margin-top: 25px;
}

footer .social_media a {
	color: #BBBBBB;
}

footer .social_media a + a {
	margin-left: 30px;
}

@media only screen and (max-width: 640px) {

	/* Select the first two children */
	footer .info > div:nth-child(-n+2) {
		margin-bottom: 20px;
	}

	footer .reviews {
		margin-top: 40px;
		text-align: center;
	}
}

.breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb a {
	color: #4f8ac5;
	text-decoration: none;
}

.breadcrumb .back_button {
	margin-right: 20px;
	font-weight: bold;
}

.breadcrumb .back_button img {
	width: 12px;
	height: 12px;
	opacity: 0.5;
	vertical-align: middle;
}
.breadcrumb .back_button span {
	vertical-align: middle;
}

.breadcrumb ol>li {
	display: flex;
	align-items: center;
}

/* Show separators between each button - except between the home and back button  */
.breadcrumb ol > li:not(.back_button) + li:not(.back_button)::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	opacity: 0.5;
	margin: 0 8px;
	position: relative;
	top: 1px; /* move down */
	background-image: url("https://cdn.skatepro.com/icon/font/awesome/angle_right.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

footer .breadcrumb ol > li:not(.back_button) + li:not(.back_button)::before {
	background-image: url("https://cdn.skatepro.com/icon/font/awesome/angle_right_ffffff.svg");
}

footer .breadcrumb ol {
	justify-content: center;
	margin-top: 15px;
}

footer .breadcrumb a {
	font-size: 11px;
	color: #DDDDDD;
	font-weight: normal;
}

.secure_payment {
	display: flex;
	text-align: left;
}

.secure_payment > div {
	flex-basis: 60%;
	padding: 7% 0 0 10px;
}

.secure_payment.wide {
	text-align: left;
}

.secure_payment.wide > div {
	flex-basis: 80%;
	padding-top: 6%;
}

.secure_payment > div:first-child {
	flex-basis: 34%;
	padding: 0 !important;
}

.secure_payment.wide > div:first-child {
	flex-basis: 20%;
}

.secure_payment .by {
	vertical-align: top;
	width: 10%;
	display: inline-block;
	line-height: 12px;
}

.secure_payment .payment_providers {
	width: 60%;
	height: 100%;
	padding-left:3%;
	display: inline-block;
	line-height: 10px;
	vertical-align: top;
}

.secure_payment .payment_providers img {
	max-height: 10%;
}

.secure_payment.wide .by {
	width: 5%;
}
.secure_payment.wide .payment_providers {
	width: 30%;
	padding-left: 1%;
	line-height: 11px;
	margin-top: 1px;
}

.secure_payment.wide .payment_providers img {
	max-height: 13%;
}

/* The margin has been calculated by measuring the top and bottom space on the screen */
@media only screen and (max-width: 640px) {
	.fb-messengermessageus-container {
		margin-top: 3px;
	}
}
@media only screen and (min-width: 641px) {
	.fb-messengermessageus-container {
		margin-top: 4px;
	}
}
/*endregion*/
/*endregion*/

/*region GENERAL*/
.nowrap {
	white-space: nowrap;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

.position_relative {
	position: relative;
}
.position_absolute {
	position: absolute;
}
.position_static {
	position: static;
}

.vcenter,
.vertical_centered {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.hcenter,
.horizontal_centered {
	margin-right:auto;
	margin-left:auto;
	display:block;
}

.vertical_align_middle {
	vertical-align: middle;
}
.vertical_align_top {
	vertical-align: top;
}

.font_size_9 {
	font-size: 9px;
}
.font_size_10 {
	font-size: 10px;
}
.font_size_11 {
	font-size: 11px;
}
.font_size_12 {
	font-size: 12px;
}
.font_size_14 {
	font-size: 14px;
}
.font_size_15 {
	font-size: 15px;
}
.font_size_16 {
	font-size: 16px;
}
.font_size_18 {
	font-size: 18px;
}
.font_size_20 {
	font-size: 20px;
}

.black {
	color: #000000;
}
/* A button:not(.button.blue) is not W3C valid, thus specifying element tags is required */
a.blue,
div:not(.button).blue,
span.blue {
	color: #4198C5;
}
svg.blue {
	fill: #4198C5;
}
.green {
	color: #117E15;
}
svg.green {
	fill: #117E15;
}
.light_green {
	color: #69AF00;
}
.link_green {
	color: #49B226;
}
.svg_green {
	fill: #49B226;
}
.yellow {
	color: #EFEF10;
}
.orange {
	color: #F0682D;
}
.white {
	color: #FFFFFF;
}
svg.white {
	fill: #FFFFFF;
}

.stock_green {
	color: #3A8E4F;
}
.stock_yellow {
	color: #EDBB31;
}
.stock_orange {
	color: #DE8D2F;
}
.stock_red {
	color: #CD2E30;
}
.stock_gray {
	color: #CCCCCC;
}

.stock_svg_green {
	fill: #3A8E4F;
}
.stock_svg_yellow {
	fill: #EDBB31;
}
.stock_svg_orange {
	fill: #DE8D2F;
}
.stock_svg_red {
	fill: #CD2E30;
}
.stock_svg_gray {
	fill: #CCCCCC;
}

.bg_white {
	background-color: #FFFFFF;
	padding-top: 12px;
}
@media only screen and (max-width: 40em) {
	.bg_white {
		padding-top: 0;
	}
}

.bg_gray {
	background-color: #F0F0F0;
}

.width_100p {
	width: 100%;
}

.padding_0 {
	padding: 0;
}
.padding_top_5 {
	padding-top: 5px;
}
.padding_top_0x5 {
	padding-top: 0.5rem;
}
.padding_right_inherit {
	padding-right: inherit;
}

.row .row.margin_top_none,
.row.margin_top_none,
.margin_top_none {
	margin-top: 0;
}
.row .row.margin_top_0x5,
.row.margin_top_0x5,
.margin_top_0x5 {
	margin-top: 0.5rem;
}
.row .row.margin_top_1x,
.row.margin_top_1x,
.margin_top_1x {
	margin-top: 1rem;
}
.row .row.margin_top_1x5,
.row.margin_top_1x5,
.margin_top_1x5 {
	margin-top: 1.5rem;
}
.row .row.margin_top_2x,
.row.margin_top_2x,
.margin_top_2x {
	margin-top: 2rem;
}
.margin_top_10 {
	margin-top: 10px;
}
.margin_top_12 {
	margin-top: 12px;
}
.row .row.margin_top_15,
.row.margin_top_15,
.margin_top_15 {
	margin-top: 15px;
}
.row .row.margin_top_20,
.row.margin_top_20,
.margin_top_20 {
	margin-top: 20px;
}
.row .row.margin_top_30,
.row.margin_top_30,
.margin_top_30 {
	margin-top: 30px;
}

.row .row.margin_bottom_none,
.row.margin_bottom_none,
.margin_bottom_none {
	margin-bottom: 0;
}
.row .row.margin_bottom_0x5,
.row.margin_bottom_0x5,
.margin_bottom_0x5 {
	margin-bottom: 0.5rem;
}
.row .row.margin_bottom_1x,
.row.margin_bottom_1x,
.margin_bottom_1x {
	margin-bottom: 1rem;
}
.row .row.margin_bottom_1x25,
.row.margin_bottom_1x25,
.margin_bottom_1x25 {
	margin-bottom: 1.25rem;
}
.row .row.margin_bottom_1x5,
.row.margin_bottom_1x5,
.margin_bottom_1x5 {
	margin-bottom: 1.5rem;
}
.row .row.margin_bottom_2x,
.row.margin_bottom_2x,
.margin_bottom_2x {
	margin-bottom: 2rem;
}
.margin_bottom_6 {
	margin-bottom: 6px;
}
.margin_bottom_10 {
	margin-bottom: 10px;
}
.margin_bottom_15 {
	margin-bottom: 15px;
}
.row .row.margin_bottom_20,
.row.margin_bottom_20,
.margin_bottom_20 {
	margin-bottom: 20px;
}
.margin_bottom_30 {
	margin-bottom: 30px;
}
.margin_bottom_40 {
	margin-bottom: 40px;
}

.row .row.margin_left_1x,
.row.margin_left_1x,
.margin_left_1x {
	margin-left: 1rem;
}

.row .row.margin_right_1x,
.row.margin_right_1x,
.margin_right_1x {
	margin-right: 1rem;
}

@media only screen and (max-width: 40em) {
	.margin_top_0x5_small_only {
		margin-top: 0.5rem !important;
	}
}

@media only screen and (max-width: 40em) {
	.small_width_inherit {
		width: inherit;
	}

	.small_padding_left_inherit {
		padding-left: inherit;
	}
	.small_padding_right_inherit {
		padding-right: inherit;
	}

	.row .row.small_margin_top_0x5,
	.row.small_margin_top_0x5,
	.small_margin_top_0x5 {
		margin-top: 0.5rem;
	}

	.row .row.small_margin_top_1x,
	.row.small_margin_top_1x,
	.small_margin_top_1x {
		margin-top: 1rem;
	}

	.row .row.small_margin_bottom_0x5,
	.row.small_margin_bottom_0x5,
	.small_margin_bottom_0x5 {
		margin-bottom: 0.5rem;
	}

	.row .row.small_margin_bottom_1x,
	.row.small_margin_bottom_1x,
	.small_margin_bottom_1x {
		margin-bottom: 1rem;
	}
}

@media only screen and (min-width: 40.0625em) {
	.medium_width_auto {
		width: auto;
	}

	.row .row.medium_margin_top_0x5,
	.row.medium_margin_top_0x5,
	.medium_margin_top_0x5 {
		margin-top: 0.5rem;
	}
	.row .row.medium_margin_top_1x,
	.row.medium_margin_top_1x,
	.medium_margin_top_1x {
		margin-top: 1rem;
	}
	.row .row.medium_margin_bottom_0x5,
	.row.medium_margin_bottom_0x5,
	.medium_margin_bottom_0x5 {
		margin-bottom: 0.5rem;
	}
	.row .row.medium_margin_bottom_1x,
	.row.medium_margin_bottom_1x,
	.medium_margin_bottom_1x {
		margin-bottom: 1rem;
	}
	.row .row.medium_margin_bottom_2x,
	.row.medium_margin_bottom_2x,
	.medium_margin_bottom_2x {
		margin-bottom: 2rem;
	}

	.medium_margin_left_2 {
		margin-left: 2px;
	}

	.medium_border_right {
		border-right: 1px solid;
	}
}

@media only screen and (max-width: 78.125em) {
	.row .row.mediumdown_margin_bottom_10,
	.row.mediumdown_margin_bottom_10,
	.mediumdown_margin_bottom_10 {
		margin-bottom: 10px !important;
	}
	.row .row.mediumdown_margin_bottom_20,
	.row.mediumdown_margin_bottom_20,
	.mediumdown_margin_bottom_20 {
		margin-bottom: 20px !important;
	}
}

.angle_right::before {
	margin-left:6px;
}
.angle_left::before {
	margin-left:4px;
}

.angle_left, .angle_right {
	position: absolute;
	display: block;
	height: 30px;
	width: 30px !important;
	background-color:rgba(255, 255, 255, 0.9);
	border-radius: 18px;
	font-size:20px;
	color:#444444;
	padding-top:4px;
	z-index:99;
}
.angle_right {
	right: 0;
}
.angle_left.slick-disabled {
	color:#BBBBBB;
}
.angle_right.slick-disabled {
	color:#BBBBBB;
}
.angle_left.small {
	height: 24px;
	width: 24px !important;
	border-radius: 11px;
	font-size:14px;
}
.angle_right.small {
	height: 24px;
	width: 24px !important;
	border-radius: 11px;
	font-size:14px;
}

.uppercase {
	text-transform: uppercase;
}

.close_button:before {
	content: "\D7";
	padding-left: 1px;
}

.remove_button:before {
	content: "\D7";
	display:block;
}

.remove_button {
	text-decoration: none !important;
	font-size:23px;
	line-height:23px;
	color:#979797 !important;
	display:block;
}

.close_button {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	text-align: center;
	color: #3d3d3d;
	font-size: 36px !important;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 7px;
	z-index: 999;
}

/* Close button on medium devices */
@media only screen and (min-width: 40.0625em) and (max-width: 78.125em) {
	.close_button {
		right:10px;
		top:10px;
	}
}
/* Close button on small devices */
@media only screen and (max-width: 40em) {
	.close_button {
		position: fixed;
		right:5px;
		top:5px;
		z-index: 1;
	}
}
/* Adjust position of close-button slightly and enlarge "click" area on touch devices for medium-down */
@media only screen and (max-width: 78.125em) {
	body[data-whatinput=touch] .close_button:after {
		content: '';
		position: absolute;
		top: -10px;
		bottom: -10px;
		left: -10px;
		right: -10px;
	}
}

/* Spinning loader icon */
.loader, .loader_white {
	background: url(../icon/loader.svg) no-repeat;
	background-size: contain;
	height:60px;
	width:60px;
}
.loader_white {
	background: url(../icon/loader-white.svg) no-repeat;
}
/* Icon spinner */

#loader_size {
	position: absolute;
	left:0;
	right:0;
	top: 70px;
	text-align: center;
	display: block;
}
#loader_size>.loader {
	display:inline-block;
}

.lazyload {
	max-height:100px;
}
.lazyload_low {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	max-height: none;
	width: 100%;
	height: 100%;
}

.plus, .minus {
	display:inline-block;
	vertical-align: middle;
	width:11px;
	height:11px;
	background-color:#FAFAFA;
	border-radius: 2px;
	border:1px solid #AAA;
	margin-bottom:3px;
	margin-right:4px;
	line-height:8px;
	text-align: center;
	padding-left:1px;
	color:#666;
}
.plus::after {
	content: "+";
}
.minus {
	line-height: 7px;
}
.minus::after {
	content: "-";
}

/* Table */
table,
iframe {
	border: 0;
}

table.width_row {
	width: 100%;
}

table.cellpadding_0 th,
table.cellpadding_0 td {
	padding: 0;
}
table.cellpadding_1 th,
table.cellpadding_1 td {
	padding: 1px;
}
table.cellpadding_2 th,
table.cellpadding_2 td {
	padding: 2px;
}
table.cellpadding_4 th,
table.cellpadding_4 td {
	padding: 4px;
}
table.cellpadding_5 th,
table.cellpadding_5 td {
	padding: 5px;
}
table.cellpadding_10 th,
table.cellpadding_10 td {
	padding: 10px;
}
table.cellpadding_13 th,
table.cellpadding_13 td {
	padding: 13px;
}

table.cellspacing_0 {
	border-spacing: 0;
}
table.cellspacing_2 {
	border-spacing: 2px;
}

th.valign_bottom,
td.valign_bottom {
	vertical-align: bottom;
}
th.valign_middle,
td.valign_middle {
	vertical-align: middle;
}
th.valign_top,
td.valign_top {
	vertical-align: top;
}

/* Text styling */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
a.decoration_none {
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}

.align_left {
	text-align: left;
}
.align_left * {
	margin-right: auto;
}
.align_right {
	text-align: right;
}
.align_right * {
	margin-left: auto;
}

/* Image styling */
img.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.opacity_60 {
	opacity: 0.6;
}

/* Mouse */
.pointer,
.cursor_pointer {
	cursor: pointer;
}
.cursor_default {
	cursor: default !important;
}

.display_inline_block {
	display: inline-block;
}

.display_block {
	display: block;
}

.callout {
	margin: 3px 0 1rem 0;
	padding: 0.5rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	background-color: lightyellow;
	color: #0A0A0A;
}
.callout.shadow {
	box-shadow: 0 0 2px 2px #CECECE;
}
/*endregion*/
/*region DEBUGGING*/
.debug {
	border: 1px solid red;
}

body>pre>.xdebug-var-dump {
	color:#DDDDDD;
}
/*endregion*/

#overlay_info_box{
	background-color: #929292;
	padding: 1rem 1rem 1rem;
	font-size: 11px;
	margin: 1rem -1rem -1rem -1rem;
	display: block;
	color: white;
}

.overlay_info_box_skate_scoot{
	background-color: #929292;
	padding: 15px 30px 15px 30px;
	font-size: 11px;
	color: white;
}

/* When hiding li-elements in a block-grid, apply this class to the div to reflow the grid */
.grid_reflow > div {
	clear: none !important;
}

.product_name_trim {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0;
	color: #000000 !important;
	text-decoration: none !important;
	font-size: 14px;
	text-transform: initial;
}

/*region RIBBONS*/
.ribbon_position,
.ribbon {
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	border: 2px solid #000000;
	box-shadow: none;
	padding: 2px 4px;
	text-transform: uppercase;
	font-size: 14px;
}
.ribbon.hot {
	border-color: #DA2127;
	color: #DA2127;
}
.ribbon.new {
	border-color: #388E40;
	color: #388E40;
}
.ribbon.save {
	background-color: #DA2127;
	border-width: 0;
	color: white;
}

@media only screen and (max-width: 40em) {
	.ribbon_position,
	.ribbon {
		padding: 4px 8px 4px 8px;
	}
}

/*region BRANDS*/
/*@media only screen and (max-width: 40em) {
	.brands_listing { line-height: 25px; }
}
@media only screen and (min-width: 40em) {
	.brands_listing { line-height: 20px; }
}
.brands_listing a { text-decoration: underline; font-size: 13px; color:#344D66; }*/

/*endregion*/

/*region BUTTONS*/
/* overrides extra padding in Firefox */
button::-moz-focus-inner {border: none;padding:0;}

.button {
	padding:8px 15px 8px 15px;
	border-radius: 2px;
	display: inline-flex;
	place-items: center;
	justify-content: center;
}
.button.action {
	text-transform: uppercase;
	font-size:15px;
	padding: 0.85em 50px;
}

.button.black {
	background-color: #202020;
	color:#fefefe;
	border:1px solid #202020;
}

.button svg {
	fill:#fefefe;
}

.button.hollow svg {
	fill:#202020;
}

.button.black:hover {
	background-color: #101010;
}
.button.black.hollow {
	background-color: #FFFFFF;
	color:#202020;
	border:1px solid #c3c3c3;
}

.button.orange {
	background: linear-gradient(180deg, rgba(50,174,122,1) 0%, rgba(37,141,97,1) 100%);
	color:#fefefe;
	border:1px solid #24875D;
}
.button.orange:hover {
	background: linear-gradient(0deg, rgba(42,165,113,1) 0%, rgba(55,194,136,1) 100%);
}
.button.orange.hollow {
	background: none;
	background-color: #FFFFFF;
	color:rgba(37,141,97,1);
	border:1px solid #24875D;
}

.button.darkgrey {
	background: #3d3d3d;
	color:#f1f1f1;
	width: 100%;
	padding: 0.85em 10px;
}

.button.reset {
	width: 100%;
	background-color: #DF3F3F;
}

/* Pagination - align to center with a bit of headroom */
.pagination {
	margin:20px auto 0 auto;
}

.pagination td {
	padding:2px;
	height:35px;
	text-align: center;
}
.pagination a, .pagination div {
	display:inline-block;
	width:100%;
	height:inherit;
	border:1px solid #BBBBBB;
	line-height:35px;
	text-decoration: none;
	min-width: 130px;
	white-space: nowrap;
}

/* Next button is always highlighted */
.pagination tr:first-child>td:nth-child(2) a {
	background-color:#3d3d3d;
	color:#FFFFFF;
}
/* Show the inactive next/prev button as faded down */
.pagination div {
	border:1px solid #EEE;
	color:#DDD;
}
.pagination div > img {
	opacity: 0.2;
}
/* Make sure next/prev buttons are the same width */
.pagination tr:first-child>td {
	width:50%;
}
/* Create spacing between the prev/next buttons*/
.pagination tr:first-child>td:first-child {
	padding-right:10px;
}
.pagination tr:first-child>td:nth-child(2) {
	padding-left:10px;
}
/* Add a little padding to the bottom of the text, so we get it up in line with the icons */
.pagination span {
	display:inline-block;
	padding-bottom:4px;
}
/* Vertical align all spans - eg. icon and text in buttons */
.pagination span {
	vertical-align: middle;
}

.quantity_select {
	display: inline-block;
	height:29px;
	border:1px solid #777777;
	border-radius: 2px;
	vertical-align: middle;
	line-height:29px;
	padding:0 15px 0 5px;
	width:60px;
	margin-right:10px;
	text-align: center;
	cursor:pointer;

}
.quantity_select::after {
	content: '\0025BE';
	float:right;
	font-size:18px;
	margin: 0 -12px 0 0;
	color:#222222;
}

.quantity_select_disabled {
	border:1px solid #AAAAAA;
	color:#AAAAAA;
}
.quantity_select_disabled::after {
	color:#AAAAAA;
}

/*endregion*/

/*region OVERLAY/MODAL*/
/* General */

.reveal {
	width: 100vw;
	top: 5.5rem;
	border:0;
	outline:none;
	background-color:#FFF;
	box-shadow: 0 0 18px rgba(0,0,0,.5);
	border-radius: 5px;
}

@media only screen and (max-width: 40em) {
	.reveal_internal_scroll {
		/*top: 0 !important;*/
		max-height:100vh;
		padding-top: 55px;
	}
}

.reveal-overlay {
	background-color:rgba(161, 161, 161, 0.65) !important;
}
/* style the header of the reveal */
.reveal h1:first-of-type, .reveal .reveal_heading {
	color:#3d3d3d;
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding:8px 45px 8px 14px;
	background-color:#f1f1f1;
	margin:0;
	height:45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:21px;
	font-weight: normal;
	border-radius: 10px 10px 0 0;
}

.reveal h1:first-of-type + *, .reveal .reveal_heading + * {
	margin-top:45px;
}

@media only screen and (max-width: 40em) {
	.reveal_internal_scroll h1:first-of-type + *, .reveal_internal_scroll .reveal_heading + * {
		margin-top:0;
	}
}

.variant_selector_bstock {
	color: #DA2127;
}

.variant_selector_bstock_inverted {
	color: white;
	background-color: #DA2127;
	padding: 1px 5px 1px 5px;
}

.reveal #variant_selector_sizing_guide h1:first-of-type {
	position:static;
	background-color:transparent;
	padding:0;
	height:auto;
	color:black;
	margin-bottom:10px;
	font-size:24px;
	white-space: normal;
}

.reveal #variant_selector_sizing_guide h1:first-of-type + * {
	margin-top:0;
}

.reveal #variant_selector_sizing_guide table {
	max-width: 100% !important;
}

.reveal-bg {
	position: fixed;
}

@media only screen and (max-width: 78.125em) {
	.reveal {
		max-width: 100%;
	}
}

/* Same as: .content_main a */
.reveal a {
	text-decoration: underline;
	color: #344D66;
}
.reveal a:focus,
.reveal a:hover {
	color: inherit;
}
/* Show different close-button on large+ devices */
@media only screen and (min-width: 78.1875em) {
	.reveal {
		overflow-y: visible !important;
	}
}
@media only screen and (max-width: 40em) {
	.reveal:not(#collect_overlay) {
		height:auto;
		min-height: unset;
		overflow: hidden;
	}
	.reveal {
		position: absolute;
	}
}
.reveal .close_button {
	position: absolute;
}

/* General popup */
#popup_reveal {
	overflow-y: scroll;
	height: 100%;
}

@media only screen and (min-width: 40.0625em) {
	#popup_reveal {
		max-width: 800px;
		max-height: 700px;
	}
}
.popup_reveal_content {
	margin: 0;
	height: 100%;
	overflow-y: auto;
}

/* Login popup */
@media only screen and (max-width: 40em) {
	#login_signup_info {
		margin-top: 9px;
		padding-top: 14px;
	}
}
@media only screen and (min-width: 40.0625em) {
	#user_form_container {
		max-width: 41.25rem;
	}

	#captcha_popup {
		max-width: 23.25rem;
	}
}

/* Newsletter signup popup */
#newsletter_signup_popup {
	padding: 0;
	border: 0;
	background-color: transparent;
	box-shadow: none;
	max-width: 400px;
	filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.7));
	display: block;
	top: 65px;
	height: auto;
	min-height: unset;
	overflow: hidden;
}

#newsletter_signup_popup .close_button {
	position: absolute;
	right: 10px;
	top: 11px;
}
#newsletter_signup_popup img {
	position: relative;
}
#newsletter_signup_popup input[type=email] {
	position: absolute;
	top: 45.5%;
	left: 12%;
	max-width: 76%;
}
#newsletter_signup_popup input[type=submit] {
	position: absolute;
	top: 45.5%;
	right: 12%;
	height: 40px;
}

#user_form_container {
	padding:0 0 10px 0;
	height:auto;
	min-height: auto;
}

#user_form_container h2 {
	margin: 0 0 10px 0;
	line-height: 45px;
	padding: 0 0 0 15px;
	color:#FFFFFF;
	background-color:#202020;
}

.line_behind_horizontal span{
	background-color:#FFF;
	padding:0 10px;
	color:#777;
}
.line_behind_horizontal:after {
	content: "";
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0.7em;
	z-index: -1;
	border-top: 1px solid #DDD;
	margin:0 15px;
}

.line_behind_vertical span{
	background-color:#FFF;
	padding:10px 0;
	color:#777;
	margin-top:55px;
	display:inline-block;
}
.line_behind_vertical:after {
	content: "";
	width: 2px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
	border-left: 1px solid #DDD;
	margin: 60px 0 15px 0;
}

#login_div h1, #forgot_div h1, #create_div h1, #login_signup_info h1 {
	background-color:#202020;
	color:#FFF;
	padding: 2px 0 2px 10px;
}

/* Wishlist added popup */
@media only screen and (max-width: 40em) {
	#wishlist_add {
		min-height: inherit;
	}
}
@media only screen and (min-width: 40.0625em) {
	#wishlist_add {
		max-width: 400px;
	}
}

/* Cart giftwrap popup */
@media only screen and (min-width: 40.0625em) {
	#overlay_cart {
		max-width: 600px;
	}
}

@media only screen and (min-width: 40.0625em) {
	.cart_quantity_select {
		max-width: 300px;
	}
}

.cart_quantity_select_item {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #EEEEEE;
	cursor: pointer;
	font-size:14px;
}
.cart_quantity_select_item:hover {
	background-color: #EEEEEE;
}

/* Ski binding popup */
.ski_skill {
	width: 100%;
	border: 1px solid #808080;
	padding: 6px;
}
.ski_skill.active {
	border-color: #2F8BBF;
	background-color: #BDDBF0;
}
.ski_skill > div {
	display: inline-block;
	line-height: 1.4;
	margin-top: 13px;
}

/*endregion*/

.select_reveal {
	padding: 6px 24px 6px 8px;
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	cursor: pointer;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjEyIiB3aWR0aD0iMTQiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPGcgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzEiPiAgIDxwYXRoIHN0cm9rZT0ibnVsbCIgaWQ9InN2Z18yIiBkPSJtNiw2LjA3ODEyNmw0LjQ2NjUyMSwtNC4yODY4MzNjMC4xMjgzNDgsLTAuMTAyNjc5IDAuMzA4MDM2LC0wLjEwMjY3OSAwLjQxMDcxNSwwbDAuNzk1NzU5LDAuNzcwMDljMC4xMDI2NzksMC4xMjgzNDggMC4xMDI2NzksMC4zMDgwMzYgMCwwLjQxMDcxNWwtNS40Njc2MzcsNS4yMzY2MWMtMC4wNTEzMzksMC4wNTEzMzkgLTAuMTI4MzQ4LDAuMDc3MDA5IC0wLjIwNTM1NywwLjA3NzAwOWMtMC4wNzcwMDksMCAtMC4xNTQwMTgsLTAuMDI1NjcgLTAuMjA1MzU3LC0wLjA3NzAwOWwtNS40Njc2MzcsLTUuMjM2NjFjLTAuMTAyNjc5LC0wLjEwMjY3OSAtMC4xMDI2NzksLTAuMjgyMzY2IDAsLTAuNDEwNzE1bDAuNzk1NzU5LC0wLjc3MDA5YzAuMTAyNjc5LC0wLjEwMjY3OSAwLjMwODAzNiwtMC4xMDI2NzkgMC40MTA3MTUsMGw0LjQ2NjUyMSw0LjI4NjgzM3oiLz4gIDwvZz4gPC9nPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: right 8px center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	position:relative;
}

/*.select_reveal>div {
	display:block;
	padding:2px 6px;
	background-color:#48a6cc;
	color:#FFF;
	border-radius: 3px;
	position:absolute;
	right:4px;
	top:4px;
	text-align: center;
}*/

.select_reveal.counter::after {
/*.select_reveal::after {*/
	display:block;
	padding:2px 6px;
	background-color:#48a6cc;
	color:#FFF;
	border-radius: 3px;
	position:absolute;
	right:4px;
	top:4px;
	text-align: center;
	content: attr(data-count);
}
/*.select_reveal::after:empty {
	display:none;
}*/

.select_reveal_disabled {
	padding: 8px 24px 8px 13px;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	clear: both;
	margin: 3px 0 5px 0;
	height: 36px;
	background-color: #f1f1f1;
}

.filter_tag {
	display: inline-block;
	border: 1px solid #E0E0E0;
	background-color: #EEEEEE;
	border-radius: 1px;
	margin: 0 7px 3px 0;
	padding: 3px 20px 3px 7px;
	font-size: 10px;
	color: #777777;
	position:relative;
	cursor: pointer;
	vertical-align: top;
}
.filter_tag::after {
	font-size: 10px;
	color: #4198C5;
	position: absolute;
	right:6px;
	content: "✖";
}

#tailwhip_recommendations > div.loader {
	margin: 20px auto;
}

/*region YE OLDE CSS*/

h1 					{ font-size: 26px; color: #444444; font-weight: normal; margin: 5px 0 15px 0; padding: 0; }
h1.article			{ margin-bottom: 20px; }
h1.category			{ margin-bottom: 25px; }
h1.checkout			{ margin-bottom: 10px; }
h1.home				{ margin-top: 30px; }

h2			{ margin: 30px 0 5px 0; font-size: 21px; font-weight: normal; padding: 0;}
h2.account 	{ margin: 40px 0 20px 0; border-top: 1px solid #8f8f8f; padding-top: 10px; }
h2.cart		{ margin: 5px 0 20px 0; }
h2.home		{ margin: 50px 0 12px 0; font-size: 23px; }

h3 					{ font-size: 14px; font-weight: normal !important; margin: 25px 0 5px 0; text-transform: uppercase; padding: 0;}
h3.checkout			{ font-size: 16px; margin: 0; padding-left: 10px;}
h3.content_block 	{ font-size: 14px; margin: 23px 0 10px 0; }
h3.comments			{ font-size: 16px; padding-top: 14px; border-top: 1px solid #D5D5D5;}

div.clear {clear: both;}


.wishlist_row {
	margin-bottom:10px !important;
}
.wishlist_row {
	margin:0 -0.4em !important;
}

@media only screen and (max-width: 40em) {
	.clear-small {
		clear:both;
	}

	.wishlist_row {
		margin-bottom:25px !important;
	}

	.wishlist_row .button {
		margin-top:10px;
	}

	.wishlist_row {
		margin-left:10px !important;
		margin-right:10px !important;
	}

	.wishlist_row.checkout_box {
		border-left: 1px solid #dfdede !important;
		border-right: 1px solid #dfdede !important;
	}
}

@media only screen and (min-width: 40.0625em) {
	.wishlist_row .button_container {
		text-align: center;
	}
}

/* [Boxes] */
/* F-L-F layout. */

td.box_infolinks { font-size: 12px; padding: 10px 3px 8px 9px; text-align:left;}
td.box_infolinks a { color: #000000; background: url("../icon/misc/bullet_arrow.png") no-repeat 0 5px; padding: 0 0 4px 18px; display: block;}

/* [Boxes] Guides */
ul.guides_leftmenu 					{ list-style: square outside; margin: 0 10px 0 0; padding: 0 0 10px 14px; color: #888888; }
ul.guides_leftmenu li				{ font-size: 12px; margin: 0 0 7px 0; padding: 0; }
ul.guides_leftmenu li.activepage	{ font-weight: bold; }

ul.guides_productpage { padding: 0; list-style: square outside; margin: 0 0 30px 0; color: #888888;}
ul.guides_productpage li { font-size: 12px; margin: 0 0 3px 15px; padding: 0; }
ul.guides_productpage li a { color:#000000; }

/* [Boxes] Shopping cart (right column) */
table.box_shopcart { width: 100%; margin-bottom: 25px; }
td.box_shopcart_content { font-size: 12px; padding: 10px 9px 8px 9px; line-height: 150%; text-align:left;}
td.box_shopcart_content a { color: #000000; }
td.box_shopcart_content td { font-size: 12px; color:#000000;}

td.customizer_plus { font-size: 18px; font-weight: 900; color: #3d3d3d;}

/* [Overlay] */
div.overlay_main {
	display: none;
	border: 0 solid #000000;
	z-index: 999999;
	background-color: #FFFFFF;
}

/* [Prettybox] */
.prettybox_thumbnail {border:1px solid #BBBBBB;margin:7px;float:left;width:70px;height:70px;cursor:pointer;background-color: #FFFFFF;}

/* [Pages] account_history_info */
table.order_status 										{ width: 100%; margin: 15px 0 15px 0; border: 1px solid #777777; }
table.order_status td								{ font-size: 12px; padding: 5px 0 5px 10px; vertical-align: top; width: 28%;}

table.order_status tr:first-child td			{ font-family: 'Open Sans', sans-serif; background-color: #202020; font-size: 15px; color: #FFFFFF;}

table.order_status tr:nth-child(2) td										{ font-weight: bold; font-size: 13px; padding: 8px 0 8px 10px; }


/* [Modules] product_grid_rows */
/* grid price new */
span.gpn {
	font-size: 15px;
	line-height: 21px;
}

/* grid price sale new */
span.gpsn {
	font-size: 15px;
	white-space: nowrap;
	color: #DA2127;
	padding: 0 4px;
}

/* grid price before */
span.gpb {
	font-size: 15px;
	text-decoration: line-through;
	color: #7A7A7A;
}

.label_in_stock { white-space:nowrap;color:#06780B; font-size:12px; padding:3px 0 1px 3px;background-color: #FFFFFF;background: linear-gradient(to right, rgba(255,255,255,.85) 75%,rgba(255,255,255,0) 100%); }
.label_in_stock_icon { display:inline-block;width:11px;height:11px;margin: 2px 3px 0 0;font-size:9px; }

/* Reviews and comments - Product info & article info pages */
table.review { margin: 22px 0 35px 0; }
.review_text { padding: 8px 0 3px 0; font-size: 14px; line-height: 140%; }
.review_name { font-style: italic; color: #49617D; }
.review_date { color: #AAAAAA; text-align: right; }
.review_rating { padding-top: 3px; font-size: 11px; text-align: right; }
.review_verified { color: #117E15; font-size: 13px; padding-top: 8px; }
.review_badge { width: 16px; margin-right: 5px; margin-top: -2px; }
div.review_reply { margin-top: 5px; padding: 5px 10px 5px 10px; background-color: #dddddd; font-size: 12px; line-height: 140%; }

@media only screen and (min-width: 40.0625em) {
	.reviews_padding_left {
		padding-left:30px;
	}
	.reviews_padding_right {
		padding-right:30px;
	}
}

/* Other formatting */
.login_fields {padding:4px 4px 4px 35px !important;font-size:14px;height:32px !important;}
.login_fields + div {position: absolute;top:1px;left:1px;height:20px;width:28px;text-align: center;color:#777;}

.password_visibility {
	position: relative;
}

.password_visibility::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	pointer-events: none;
}

.password_visibility:has(input[type="password"])::after {
	background-image: url(https://cdn.skatepro.com/icon/misc/visibility_black_24dp.svg) !important;
}

.password_visibility:has(input[type="text"])::after {
	background-image: url(https://cdn.skatepro.com/icon/misc/visibility_off_black_24dp.svg) !important;
}

/* Autocomplete search */
#autocomplete {
	display:inline-block;
	background: linear-gradient(to right, #e2e2e2 0%,#f1f1f1 100%);
	border: 1px solid #E2E2E2;
	height: 2.4rem;
	box-shadow: none;
	border-radius: 25px;
	padding:0 60px 0 15px;
	/*position:absolute;*/
	/*top:0;*/
	/*left:0;*/
	font-size:14px;
}

#autocomplete_container {
	position: relative;
	/*height: 32px;*/
	/*padding-top: 6px;*/
	margin: 0 auto;
}
@media only screen and (min-width: 40.0625em) {
	#autocomplete_container {
		max-width:525px;
	}
}

#autocomplete:focus {
	background-color: #f1f1f1;
	border:1px solid #B1B1B1;
	box-shadow: none;
}

#autocomplete::placeholder {
	color: black;
}

#autocomplete_veil {
	background-color: black;
	opacity: 0.65;
	z-index: 100; /*higher than .angle_left, .angle_right*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#autocomplete_content {
	position: absolute;
	background-color: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0 20px 20px 20px;
	box-shadow: 0 0 5px #888888;
	border: 1px solid #BBBBBB;
	z-index: 9999;
	max-width: 97vw;
}
#autocomplete_hits {
	display: block;
	margin-top: 20px;
	font-weight: bold;
	text-align: right;
}

/* Features */
.list_show_more, .list_show_less {cursor:pointer;margin-top:4px;font-size:11px !important;color:#707070;margin-left:2px;}

#top_page_message_box {position:fixed;top:0;left:0;z-index:999;width:100%;height:40px;background-color:#449C5B;text-align:center;padding-top:9px;color:white;}

@media only screen and (max-width: 78.125em) {
	#top_page_message_box {height:2.8125rem;}
}

/* Banners */
.banner_top {
	min-height: 100px;
	border-radius: 30px;
	margin: 10px 0 20px 0;
}

#banner_image {
	width: 100%;
	border-radius: 30px;
}

@media only screen and (max-width: 40em) {
	#banner_image {
		border-radius: 20px;
	}
}

/* Overlays product-listing */
.overlay_list_bstock {
	position: absolute;
	bottom: 0;
	padding: 2px 4px;
	background-color: #DA2127; /*rgba(218,33,39,1);*/
	color: white;
	font-weight: normal;
	display: inline-block;
	width: 40%;
	min-width: 70px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

/* Adminshop - include style.css modifications */
body.cke_editable { background: white none; }
body.cke_editable ol, body.cke_editable ul { overflow: visible !important; }



/* Formatting pre-2008 osCommerce code */

.orderEdit { font-size : 11px; color: #49B226; text-decoration: underline; font-weight:normal;cursor: pointer;}

form {	display: inline; }

tr.header { background: #505050; color: #ffffff; }
tr.headerInfo { background: #00ff00; }
tr.headerError { background: #ff0000; }
td.headerInfo, td.headerError { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; text-align: center; }
td.headerInfo { background-color: #00ff00;  }
td.headerError { background-color: #ff0000; }


.infoBox { background: #b6b7cb; }
.infoBoxContents { background: #ffffff; font-size: 11px; color: #000000; padding: 3px 0 3px 0; }
.infoBoxNotice { background: #FF8E90; }
.infoBoxClean {background-color: transparent !important;}

tr.infoBoxNoticeContents { background: #FFE6E6; font-size: 11px; }
td.infoBoxHeading { font-size: 12px; font-weight: bold; background: #000000; color: #ffffff; }
td.infoBoxCorner {}
td.infoBox, span.infoBox { font-size: 11px; }

table.productListing { border: 0; border-spacing: 0; }
td.productListing-data { font-size: 12px; color: #000000; padding: 2px 0 2px 0;}
td.productListing-data a { color: #000000; text-decoration: none; }

td.pageHeading, div.pageHeading { font-size: 18px; font-weight: bold; color: #FFFFFF; }

a.main, div.main, p, td.main, p.main, td.main td { font-size: 13px; line-height: 1.5; /*color: #000000;*/ }
td.smallText, span.smallText, p.smallText, a.smallText, div.smallText { font-size: 11px; }

td.tableHeading { font-size: 12px; font-weight: bold; }

span.errorText { color: #ff0000; }

.moduleRow { }
.moduleRowOver { background-color: #e0f0f9; cursor: pointer; /* cursor: hand; */ }

/* input requirement */
.inputRequirement { font-size: 11px; color: #ff0000; }

/*endregion*/

/** RMA */
.rma_product_container.no_double_click {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
}

.rma_product_container .image_container {
	height:120px;
	vertical-align: middle;
}

.rma_product_container .selected_quantity_container {
	border-radius: 50%;
	width: 22px;
	height: 22px;
	padding-top: 2px;
	background: #666666;
	color: white;
	text-align: center;
}

.rma_product_container .checkbox_container input {
	height:20px;
	width:20px;
}

@media only screen and (max-width: 78.125em) {
	.rma_product_container .image_container {
		vertical-align: middle;
		height:170px;
		padding-left:0;
	}

	.rma_product_container .checkbox_container input {
		height:40px;
		width:40px;
	}

	.rma_product_container .selected_quantity_container {
		width: 40px;
		height: 40px;
		padding-top: 11px;
	}
}

@media only screen and (min-width: 78.1875em) {
	.rma_product_container .image_container.padding_left_large_only {
		padding-left:10px;
	}

	.rma_product_container .fields_container {
		padding-bottom:0;
	}
}

/* Order overview */
.orders_info_container {
	margin-bottom:25px;
}

.orders_info_container .status_text_container {
	width:25%;
}
.orders_info_container .show_button_container {
	width:1%;
}
@media only screen and (max-width: 40em) {
	.orders_info_container .show_button_container {
		width:30%;
	}
	.orders_info_container .show_button_container a span {
		width:100%;
	}
	.orders_info_container .status_text_container {
		width:auto;
	}
}

/* Status box */
.order_status_container > div {
	position:relative;
}

.order_status_container > div > .line_div {
	position:absolute;
	z-index:1;
	bottom:50%;
	left:0;
	width:100%;
	outline:1px solid #A1A1A1;
}

.order_status_container > div > .line_div.complete {
	outline:2px solid #32AE7A;
}

.order_status_container > div:first-child > .line_div {
	left:50%;
	width:50%;
}

.order_status_container > div:nth-child(3) > .line_div {
	left:0;
	width:50%;
}

.order_status_container > div {
	text-align: center;
}

.order_status_container .dot {
	height: 12px;
	width: 12px;
	margin-top:3px;
	margin-bottom:3px;
	background-color: #A1A1A1;
	display:block;
	border-radius:50%;
	border:2px solid #A1A1A1;
	position:relative;
	z-index:10;
	margin-left: auto;
	margin-right: auto;
}

.order_status_container .dot.big {
	height: 18px;
	width: 18px;
	margin-top:0;
	margin-bottom:0;
}

.order_status_container .dot span {
	display:none;
	position:relative;
}

.order_status_container .dot.complete {
	background-color: #32AE7A;
	border-color: #32AE7A;
}

.spec_info_image {
	max-width:25%;
	width:25%;
	text-align: center;
	margin:0 10px 10px 10px;
}

.spec_info_image img {
	max-height:200px;
}

@media only screen and (max-width: 40em) {
	.spec_info_image {
		max-width:40%;
		width:40%;
	}
}

/* Style nested ul's differently with hollow points in product info texts */
.product_info_section ul > li > ul {
	margin-left:0;
	list-style-type: circle;
}


@media only screen and (max-width: 40em) {
	.full_width_small_only {
		width:100%;
	}
}

/* Tracking css */
.tracking_container {
	margin-top:10px;
}
.tracking_container .tracking_header {
	padding:10px;
	display:table;
	width:100%;
	font-size:18px;
}
.tracking_container .tracking_header .tracking_header_logo {
	display:table-cell;
	vertical-align: middle;
	height:25px;
	width:25px;
}
.tracking_container .tracking_header .tracking_header_text {
	display:table-cell;
	vertical-align: middle;
	padding-left:10px;
}
.tracking_container .tracking_current_status {
	padding:10px;
}
.tracking_container .tracking_extra_info {
	padding: 0 10px 10px 10px;
	font-size:12px;
}
.tracking_container .tracking_extra_info table {
	display:inline-block;
	vertical-align: top;
	margin-right:20px;
}
.tracking_container .tracking_current_status .status_header {
	font-size:18px;
}
.tracking_container .tracking_current_status .status_body {
	font-size:12px;
}

.tracking_container .tracking_history {
	padding:10px;
}
.tracking_container .tracking_external_info {
	padding:10px;
}
.tracking_container table th {
	text-align: left;
}
.tracking_container table td, .tracking_container table th {
	vertical-align: top;
	padding:2px 10px;
}
.tracking_container table td:first-child, .tracking_container table th:first-child {
	padding-left:0;
}
.tracking_container table td:last-child, .tracking_container table th:last-child {
	padding-right:0;
}
.tracking_container table .time_cell {
	white-space: nowrap;
	width:1%;
}

@media only screen and (min-width: 40.0625em) {
	.tracking_container table .location_cell {
		white-space: nowrap;
		width:1%;
	}
}

/* default color css */
.tracking_container .tracking_header {
	background-color: #202020;
}

.tracking_container .tracking_header .tracking_header_text {
	color: white;
}

.tracking_container .tracking_current_status, .tracking_container .tracking_extra_info {
	background-color: #565656;
	color: white;
}

.tracking_container .tracking_history {
	border: 1px solid #565656;
}

.tracking_container .tracking_external_info {
	background-color: #202020;
}
.tracking_container .tracking_external_info a {
	color:white;
	font-size:11px;
}

/** "How to measure" custom styling **/
.how_to_measure_table {
	display:table;
	border:1px solid black;
	padding:10px;
	margin-bottom:10px;
	width:100%;
}

.how_to_measure_table .how_to_measure_text {
	display:table-cell;
	vertical-align:top;
}

.how_to_measure_table .how_to_measure_image {
	display:table-cell;
	text-align:right;
	width:25%;
}

.how_to_measure_table .how_to_measure_image img {
	max-height: 200px;
}

.how_to_measure_table h3 {
	margin-top:0;
	font-weight: bold!important;
}

.how_to_measure_table p {
	margin-bottom:0;
}

@media only screen and (max-width: 40em) {
	.how_to_measure_table .how_to_measure_image {
		width:30%;
	}
}

span[rel*="lightbox"] {
	cursor: pointer;
}

/* Table Of Contents - for articles */
.table_of_contents_title {
	margin-bottom: 10px;
	margin-top: 0;
}
#table_of_contents_container_small_devices,
#table_of_contents_container_large_devices {
	padding: 0;
	margin-bottom: 20px;
}
#table_of_contents_container_small_devices .row,
#table_of_contents_container_large_devices .row {
	margin: 0;
}
#table_of_contents_container_small_devices .row .columns,
#table_of_contents_container_large_devices .row .columns {
	float:left;
}
#table_of_contents_container_small_devices div.table_of_contents_headline2,
#table_of_contents_container_large_devices div.table_of_contents_headline2 {
	color: #3d3d3d;
	background-color: #e2e2e2;
	font-size: 0.9rem;
	font-weight: normal;
	padding: 16px;
	margin-bottom: 10px;
	border-radius: 2px;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
#table_of_contents_container_small_devices div a,
#table_of_contents_container_small_devices div a strong,
#table_of_contents_container_large_devices div a,
#table_of_contents_container_large_devices div a strong {
	text-decoration: none;
	font-weight: normal;
}
@media print, screen and (min-width: 641px) {
	#table_of_contents_container_small_devices {
		display:none;
	}
	#table_of_contents_container_large_devices {
		display: block;
	}
	.popup_reveal_content #table_of_contents_container_large_devices {
		display: block;
	}
	#table_of_contents_container_large_devices .row .columns:nth-child(even) {
		padding-left: 0;
		padding-right: .7375rem;
	}
	#table_of_contents_container_large_devices .row .columns:nth-child(odd) {
		padding-right: 0;
		padding-left: .7375rem;
	}
}
@media print, screen and (max-width: 640px) {
	#table_of_contents_container_large_devices {
		display:none;
	}
	#table_of_contents_container_small_devices {
		display: block;
	}
	.popup_reveal_content #table_of_contents_container_small_devices {
		display: block;
		margin-top: 45px;
	}

	#table_of_contents_container_small_devices .row .columns {
		padding-left: 0;
		padding-right: 0;
	}

	.popup_reveal_content {
		/* Magic number 65px is from 55px for the header and 10px which emulated a padding at the bottom */
		max-height:calc(100vh - 65px);
	}
}
#table_of_contents_button {
	display: inline-block;
	padding: 8px;
	font-size: 0.9rem;
	cursor: pointer;
}
#table_of_contents_container_small_devices .hidden_button,
#table_of_contents_container_large_devices .hidden_button {
	display:none;
}

.limited_stock_container_cart.cart_box {
	padding: 10px 15px 15px 0;
}
@media print, screen and (max-width: 640px) {
	/* The ".limited_stock_container_cart" is used on both the cart and the checkout page */
	.limited_stock_container_cart svg {
		float: left;
		width: 45px;
		height: 45px;
		margin-right: 10px;
	}

	.limited_stock_container_cart:not(.cart_box) {
		margin-top: 15px;
		margin-left: -5px;
	}
}

@media print, screen and (min-width: 641px) {
	.limited_stock_container_cart:not(.cart_box) {
		text-align: center;
		padding: 10px;
	}

	.limited_stock_container_cart:not(.cart_box) {
		margin-top: 10px;
	}

	.limited_stock_container_cart.cart_box svg {
		margin-right: 5px;
	}
}

.free_shipping{
	color: #689B5D;
	font-weight: bold;
	text-transform: uppercase;
}

.uvp_product_table_text {
	padding-left:10px;
}

/* Design for the Product-Guides master page */
#guides_master_page [data-type=root_categories] {
	color: #344d66;
	font-size: 20px;
	list-style-type:none;
	margin-bottom: 10px;
}
#guides_master_page [data-type=inner_categories] {
	color: #344d66;
	font-size: 16px;
	list-style-type:none;
	font-weight: bold;
}
#guides_master_page [data-type=root_articles], #guides_master_page [data-type=inner_articles] {
	font-size: 14px;
	line-height: 125%;
	list-style-type: none;
	margin-bottom: 15px;
}
#guides_master_page [data-type=root_articles] a, #guides_master_page [data-type=inner_articles] a {
	color: #344d66;
}
#guides_master_page ul:first-child {
	margin-left: 0;
	padding-left: 0;
}
#guides_master_page ul {
	margin-bottom: 0;
}
#guides_master_page ul ul {
	margin-left: 30px;
	padding-left: 0;
}
#guides_master_page ul li:last-child {
	margin-bottom: 30px;
}
#guides_master_page [data-type=root_categories] .root_categories {
	cursor: pointer;
}
/* Collapse all the direct grandchild ul elements */
#guides_master_page > ul > ul {
	display: none;
}

/* Link to the guides page and a link to the order status page */
#question_about_order_image, #question_about_products_image {
	width: 42px;
	height: 42px;
	max-width: initial;
}
@media only screen and (min-width: 78.1875em) {
	#question_about_order_image, #question_about_products_image {
		width: 32px;
		height: 32px;
	}
}

/* Design for the terms box on the checkout */
#accept_container {
	display: inline-grid;
	grid-template-columns: 25px 30px auto;
	place-items: center;
	cursor: pointer;
}
.asterisk_terms {
	color: #DA2127;
}
.embedded_video_container {
	margin-top:45px;
}

/*region CUSTOM CHECKBOX */
/* The container */
.checkbox {
	display: inline-block;
	position: relative;
	width:20px;
	height:20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #a5a5a5;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
	background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
	left: 5px;
	top: 1px;
	width: 7px;
	height: 13px;
	border: solid #358f3e;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*endregion*/

.shorten_gradient {
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

.shorten_container {
	transition: height .2s;
	overflow: hidden;
	position: relative;
}

.shorten_buttons {
	margin-top: 10px;
	text-align: center;
}

.shorten_expand,
.shorten_contract {
	display: inline-block;
	padding: 8px 15px;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 5px;
	color: var(--link-color);
	cursor: pointer;
}

.order_total_prefix {
	display: inline-block;
	margin-right: 10px;
	color: #757575;
}

/*region REVIEW LISTING*/
.review_show_original {
	color: #AAAAAA;
	text-align: right;
}
.review_show_original > span[onclick] {
	cursor: pointer;
	text-decoration: underline;
}
#review_overlay {
	max-width: 591px; /*approx same width as when shown on listing*/
}
#review_overlay table.review {
	margin: 0; /*remove odd white space at bottom*/
}
/*endregion*/

/** This must be placed here, in order to have any effect on elements defined with as "display" earlier in the file, like "button" **/
.hidden {
	display:none;
}

.toast_container {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	text-align: center;
	padding-top: 10px;
}

#shop_infobar {
	display: flex;
	justify-content: space-between;
	background-color: #2b2b2b;
	color: #FFF;
	padding: 6px 25px;
}

#shop_infobar select {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
}

.pos_toolbox_dialog {
	width: 500px;
	text-align: left;
	outline: 0;
	border-radius: 10px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pos_toolbox_dialog_header {
	margin-bottom: 15px;
}

.pos_toolbox_dialog_tools {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
.pos_toolbox_dialog_tools > * {
	display: block;
	padding: 20px;
	border-radius: 8px;
	text-decoration: none;
}
.pos_toolbox_dialog_pickup_order, .pos_toolbox_dialog_return_order {
	display: flex;
	flex-direction: row;
}
#pos_pickup_pay {
	padding: 8px 30px;
}
#pos_pickup_payment_methods {
	display: none;
}
#pos_pickup_order_amount {
	font-weight: bold;
}
#content_payment_loading {
	text-align: center;
	margin-top: 40px;
}
#cash_amount {
	text-align: right;
	font-size: 18px;
}
#order_history_list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 20px;
}

/* Do not use display:none, as screenreaders will ignore it */
#aria_announcer {
	position: absolute;
	left: -9999px;
}

.main_content {
	padding-top: 10px;
	transition: filter 0.2s;
	transition-delay: 0.2s;
}
.blurred_content {
	filter: blur(2px);
	pointer-events: none;
	user-select: none;
	opacity: 0.6;

	transition: opacity 0.2s, filter 0.2s;
	transition-delay: 0.2s;
}