/* Regular 400 */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap');*/
/*@import url(//db.onlinewebfonts.com/c/c576153074a31fb60268afd9627661df?family=Meta+W01);*/

@font-face{font-family:"Meta W01 Cond";src:url("../fonts/8a1d8832-1757-48d1-a8cf-a2d4401c5020.woff2") format("woff2"),url("../fonts/b07ec4db-71bc-4957-b478-532010d1729f.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Meta W01 Cond";src:url("../fonts/4b3bc7af-bd5a-4ac9-8686-10ccec2333b9.woff2") format("woff2"),url("../fonts/126ab682-b5e2-4845-956e-ebf8da01f74f.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Meta W01 Cond";src:url("../fonts/4b3bc7af-bd5a-4ac9-8686-10ccec2333b9.woff2") format("woff2"),url("../fonts/126ab682-b5e2-4845-956e-ebf8da01f74f.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Meta W01 Cond";src:url("../fonts/e8364e03-c45a-461d-8a35-194d1c2fec84.woff2") format("woff2"),url("../fonts/df57c077-a61d-4c73-abe5-14aaac661fc0.woff") format("woff");font-weight:800;font-style:normal;font-display:swap}

/* OR use one of followings */
/*
@font-face {
	font-family: "Meta W01";
	src: url("//db.onlinewebfonts.com/t/c576153074a31fb60268afd9627661df.eot");
	src: url("//db.onlinewebfonts.com/t/c576153074a31fb60268afd9627661df.eot?#iefix") format("embedded-opentype"),
		url("//db.onlinewebfonts.com/t/c576153074a31fb60268afd9627661df.woff2") format("woff2"),
		url("//db.onlinewebfonts.com/t/c576153074a31fb60268afd9627661df.woff") format("woff"),
		url("//db.onlinewebfonts.com/t/c576153074a31fb60268afd9627661df.ttf") format("truetype"),
		url("//db.onlinewebfonts.com/t/c576153074a31fb60268afd9627661df.svg#Meta W01") format("svg");
}
@font-face {
	font-family: "Meta W01";
	src: url("../fonts/Meta_W01_Cond.eot");
	src: url("../fonts/Meta_W01_Cond.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Meta_W01_Cond.woff2") format("woff2"),
		url("../fonts/Meta_W01_Cond.woff") format("woff"),
		url("../fonts/Meta_W01_Cond.ttf") format("truetype"),
		url("../fonts/Meta_W01_Cond.svg#Meta W01") format("svg");
}
@font-face {
    font-family: 'Yummo-Regular';
    src: url('/fonts/yummo-regular.eot');
    src: url('/fonts/yummo-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/yummo-regular.ttf') format('truetype');
}
*/
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.woff2") format("woff2"),
		url("../fonts/icomoon.woff") format("woff");
}
@font-face {
	font-family: 'metanormal';
	src: url('../fonts/meta-normal-webfont.woff2') format('woff2'),
			 url('../fonts/meta-normal-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

img {
	max-width: 100%;
	height: auto;
}
.alink, a, .alink:visited, a:visited {
	color: $000; /*#6e3219*/
}
h1, h2, h3, h4, h5 {
	font-weight: 800;
}
body {
	font-family: "Meta W01 Cond"; /*'Meta W01','Helvetica Neue',Helvetica,Arial,sans-serif;*/
	/*font-size: 16px;
	font-style: normal;
	font-weight: 400;*/
	font-size: 2.1rem;
	line-height: 3.2rem;
	margin: 0;
	padding: 0;
	color: $000; /*#6e3219*/
}
.wrapper_body + div {
	height: 1px;
	overflow: hidden;
	position: fixed;
}
.wrapper_body + div a {
	font-size: 1px;
	color: #fff;
}
.topbar {
	background: #3a3a3a;
	color: #fff;
}
.topbar a {
	color: #fff;
	font-size: 16px;
}
.topbar .row > div:first-child + div {
	text-align: right;
}
.topbar .phone a {
	position: relative;
	top: -3px;
}
.topbar > div {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.top_navigation {
	/*background: #566055;*/
	height: 80px;
}
.top_navigation > .row {
	max-width: 1920px;
	margin: 0 auto;
}
.logo img {
	/*margin: 10px auto;*/
	display: block;
}
.top_navigation ul {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}
.top_navigation ul li {
	display: inline;
	display: inline-block;
	position: relative;
}
.top_navigation ul a {
	color: #000;
	font-size: 2rem;
	/*font-weight: 700;*/
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	outline: none;
	transition: color .375s;
	white-space: nowrap;
}
.top_navigation ul a:hover {
	color: #000;
}
.top_navigation ul ul {
	display: none;
	position: absolute;
	z-index: 99;
	margin: 0;
	padding: 20px 0 10px;
	background: rgba(255,255,255, 0.9);
}
.top_navigation ul ul li {
	width: 210px;
	text-align: left;
}
.top_navigation ul ul li a {
	text-align: left;
}
.langswitcher {
	display: inline-block;
	margin: 0;
	z-index: 999;
	right: 20px;
	position: absolute;
	top: 18px;
}
.wrapper_banner {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Meta W01 Cond','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.wrapper_banner > .row {
	margin: 0;
}
.background-image-holder {
	padding: 0;
}
.background-image-holder p {
	margin: 0;
}
#banner_slider_s {
	display: none;
}
.nivo-controlNav {
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 20px;
	z-index: 99;
	left: 0;
	right: 0;
	/*display: none;*/
}
.nivo-controlNav a { display: inline-block; background: #FFF; width: 20px; height: 20px; border-radius: 10px; margin-left: 10px; font-size: 0.1px; color: #FFF; }
.nivo-controlNav a.active { background: gray; }
.banner_tags_wrapper {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.banner_tags {
	align-items: center;
	background-color: rgba(0,0,0,0.3);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	margin: 0 16px;
	padding: 16px;
	text-align: center;
	color: #FFF;
}
.banner_tags > h1 {
	display: none;
	font-size: 7.2rem;
	line-height: 8.8rem;
	font-weight: 800;
	margin: 0;
}
.banner_tags > h1:first-child {
	display: block;
}
.banner_button {
	margin: 10px 0;
}
.banner_button a {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
	font-size: 1.6rem;
}
.banner_button a:first-child {
	background: #566055;
	transition: background .375s;
	display: inline-block;
	padding: 12px 20px;
	border-radius: 12px;
	text-decoration: none;
}
.banner_button a:first-child:hover {
	background: #166055;
}
.banner_button .img {
	padding-left: 20px;
}
.doorway {
	text-align: center;
}
.doorway-text-title {
	font-size: 3.2rem;
	line-height: 4rem;
	font-weight: 800;
}
.doorway-text-subtitle {
	color: $000; /*#6e3219*/
	font-size: 16px;
	line-height: 20px;
}
.pageview {
	margin: 50px auto 0;
	width: 1600px;
	max-width: 100%;
}
.pageview img {
	width: 100%;
}
main.content {
	/*background: #f2f0ed;*/
}
.top_body_heading ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.top_body_heading ul li {
	margin-right: 40px;
	list-style: none;
	margin-bottom: 8px;
}
.top_body_heading .usp-text--text {
	align-items: center;
	color: $000; /*#6e3219*/
	display: flex;
	font-weight: 700;
	font-size: 16px;
}
.top_body_heading .usp-text--text:before {
	font-size: 2.2rem;
	color: #40ae15;
	content: '\e92a';
	font-family: 'icomoon';
	margin-right: 16px;
}
.doorways--product-groups .doorway:hover {
	/*color: #566055;
	transition: color .375s;
	box-shadow: 0 12px 28px 0 rgba(0,0,0,0.16);*/
}
.doorways--product-groups .doorway-image {
	box-shadow: 0 0 20px 1px rgb(0 0 0 / 16%);
	border-radius: 50%;
}
.doorways--product-groups .doorway-image img {
	border-radius: 50%;
}
.full_width_image {
	padding: 0;
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.full_width_image .row {
	margin: 0;
}
.full_width_image .row > div {
	padding: 0;
}
.full_width_image .visual--content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}
.full_width_image .visual--content > div {
	margin-top: 10%;
}
.full_width_image .visual--panel {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 4px 24px rgba(79,35,21,0.2);
	padding: 16px;
	border-radius: 16px;
	width: 100%;
}
.full_width_image .visual--panel .title {
	color: $000; /*#6e3219*/
	font-size: 4.8rem;
	line-height: 5.6rem;
	font-weight: 700;
}
.full_width_image .visual--panel em {
	font-style: normal;
	color: #566055;
}
.full_width_image .visual--panel .link {
	font-size: 1.4rem;
	line-height: 1.4rem;
	text-transform: uppercase;
}
.full_width_image .visual--panel .link::before {
	font-size: 2.4rem;
	color: #566055;
	content: '\e927';
	font-family: 'icomoon';
	font-weight: 400;
	margin-right: 8px;
	vertical-align: bottom;
}
.wrapper_fullwidth {
	background: #f2f0ed;
}
.two_cols_block {
	padding: 40px 0;
	width: 1400px;
	max-width: 100%;
}
.two_cols_block > .row {
	margin: 0;
}
.two_cols_block img {
	width: 100%;
	height: auto;
}
.two_cols_block p {
	margin: 0;
}
.two_cols_block .col_product_description {
	padding: 12px 20px 22px;
	background: #FFF;
}
.whole_wide_part {
	margin: 0;
	width: 100%;
	background: #3899ec;
	text-align: center;
	padding: 20px 0;
	color: #FFF;
}
.whole_wide_part .row {
	margin: 0;
}
.three_cols_heading {
	padding-top: 40px;
	width: 1400px;
	max-width: 100%;
}
.col_heading {
	margin: 0;
	padding: 0;
	font-weight: 800;
	white-space: nowrap;
}
ul.slides {
	list-style: none;
	padding: 0 40px;
}
.one_column_slider {
	overflow: hidden;
  padding-bottom: 40px;
}
.one_column_slider .flickity-prev-next-button.next,
.one_column_slider .flickity-prev-next-button.previous {
	display: none;
}
.container.full_width_image ul.slides {
	padding: 0;
}
.extended_navigation {
}
.product_carousel_placeholder {
	padding-top: 20px;
	padding-bottom: 50px;
	width: 1480px;
	max-width: 100%;
	overflow: hidden;
}
.product_carousel_placeholder img {
	width: 100% !important;
	max-width: 100%;
	height: auto;
	/*border-radius: 20px 20px 0 0;*/
	display: block;
	margin: 0 auto;
}
.product_info {
	background: #fff;
	/*border-radius: 20px;*/
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.product_info:hover {
	box-shadow: 0 12px 28px 0 rgba(0,0,0,0.16);
}
.product_info p,
.product_description {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.product_info p:first-child {
	padding-left: 0;
	padding-right: 0;
}
.product_description ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
}
.product_description li:before {
	font-size: 2.2rem;
	color: #40ae15;
	content: '\e92a';
	font-family: 'icomoon';
	margin-right: 16px;
}
.product_heading {
	color: $000; /*#6e3219*/
	padding-left: 15px;
	padding-right: 15px;
	font-size: 2.3rem;
	/*white-space: nowrap;*/
}
.product_link {
	outline: none;
}
.product_link:hover {
	text-decoration: none;
}
.product_link:before {
	font-size: 2.4rem;
	color: #566055;
	content: '\e927';
	font-family: 'icomoon';
	font-weight: 400;
	margin-right: 8px;
	vertical-align: bottom;
	position: relative;
	top: 5px;
}
.extended_navigation_left {
	/*background-image: url("/images/extNav_backgroundLeft.jpg");
	background-position: left center;
	background-repeat: no-repeat;*/
	float: left;
	position: relative;
	width: 12px;
}
.extended_navigation_center {
	/*background-image: url("/images/extNav_backgroundCenter.jpg");
	background-repeat: repeat-x;*/
	float: left;
	padding: 35px 0 15px 8px;
	position: relative;
	width: 860px;
}
.extended_navigation_right {
	/*background-image: url("/images/extNav_backgroundRight.jpg");
	background-position: left center;*/
	background-repeat: no-repeat;
	float: left;
	position: relative;
	width: 20px;
}
.extended_navigation_center table td {
	/*width: 17%;*/
}
.extended_navigation_center ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.extended_navigation_center ul li {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
.extended_navigation_center ul li a {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}
.extended_navigation_center table td {
	vertical-align: top;
}
#scroll-to-top {
	background-color: #566055;
	border-radius: 50%;
	bottom: 80px;
	box-shadow: 0 0 28px rgba(0,0,0,0.25);
	display: inline-block;
	height: 50px;
	position: fixed;
	right: 16px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s,opacity .5s,visibility .5s;
	width: 50px;
	z-index: 10;
	outline: none;
}
#scroll-to-top:after {
	font-size: 2.4rem;
	line-height: 5rem;
	color: #fff;
	content: '\e92e';
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
}
#scroll-to-top:hover {
	cursor: pointer;
	background-color: #166055;
}

.mobile-menu {
	display: none;
}


/* SUB-PAGES */
.breadcrumbs .items {
	font-size: 1.6rem;
	color: #000;
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumbs li {
	display: inline;
}
.breadcrumbs li.home {
	padding-left: 0;
}
.breadcrumbs a {
	color: #566055;
	display: inline-block;
	padding: 10px 0;
	text-decoration: underline;
	position: relative;
}
.breadcrumbs .home:before {
	font-size: 2.4rem;
	color: #566055;
	content: '\e933';
	display: inline-block;
	font-family: 'icomoon';
	margin-right: 4px;
	vertical-align: sub;
}
.breadcrumbs .home:after {
	padding: 9px 0;
	position: absolute;
}
.breadcrumbs .item:not(:last-child):after {
	font-size: 24px;
	line-height: 24px;
	color: #566055;
	content: '\e92d';
	font-family: 'icomoon';
	margin: 0;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
	position: relative;
	top: 6px;
}
/* SIDE_BAR MENUS */
.sidebar-navigation {
	background: #f2f0ed;
	border-radius: 16px;
	margin-top: 150px;
}
.sidebar-navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.sidebar-navigation ul li {
	margin: 0;
}
.sidebar-navigation ul li a {
	transition: .3s all ease-in;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #000;
	display: flex;
	padding: 16px;
	font-size: 1.6rem;
	line-height: 4.2rem;
	font-weight: 700;
	text-decoration: none;
}
.sidebar-navigation ul li:first-child a {
	border-radius: 16px 16px 0 0;
}
.sidebar-navigation ul li.current a {
	background: #566055 !important;
	color: #fff !important;
}
.sidebar-navigation ul li a:before {
	font-size: 2.4rem;
	color: #566055;
	content: '\e92d';
	font-family: 'icomoon';
	margin-right: 4px;
	vertical-align: bottom;
}
.sidebar-navigation ul li.current a:before {
	color: #FFF;
}
.sidebar-navigation ul li a:hover {
	background: #fff;
	box-shadow: 0px 12px 28px rgba(0,0,0,0.16);
	text-decoration: none;
}
.page-title-wrapper h1 {
	font-size: 5.6rem;
	font-weight: 800;
}
.action.secondary, .action-secondary, .checkout-index-index .minicart-wrapper .action.showcart {
	background-image: none;
	background: #566055;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin: 0;
	padding: 16px;
	font-size: 1.4rem;
	line-height: 1.4rem;
	box-sizing: border-box;
	vertical-align: middle;
	text-decoration: none;
}
button, .action.primary, .action.secondary, .cn-button, ul.mpFormTable .submitButton, .cart.table-wrapper .actions-toolbar>.action {
	border-radius: 16px;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	transition: .3s all ease-in;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.page-footer {
	background: #566055;
	color: #fff;
	padding-top: 50px;
}
.footer-top > div {
	width: 1400px;
	max-width: 100%;
}
.page-footer .newsletter-content {
	margin-top: 15px;
}
.page-footer .widget_newsletter .subtitle {
	display: inline-block;
	margin-right: 40px;
	font-size: 16px;
}
.action.tertiary {
	margin-top: -20px;
	background-image: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 16px;
	font-size: 1.4rem;
	line-height: 1.4rem;
	box-sizing: border-box;
	vertical-align: middle;
	background: #73b9d3;
	border-radius: 16px;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	transition: .3s all ease-in;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.action.tertiary:hover {
	background: #8edffd;
	text-decoration: none;
	border: none;
	color: #fff;
}
.social_icons {
	display: inline-block;
	margin-top: 20px;
	background: #FFF;
	text-align: left;
	border-radius: 16px;
	padding: 10px;
}
.social_icons p {
	margin: 0;
}
.social_icons a {
	font-size: 46px;
	display: inline-block;
	margin: 0 10px;
}
.widget_newsletter .title,
.footer_social .title {
	margin: 0;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #fff;
	font-weight: 800;
}
.footer_horizontal_navigation {
	margin: 50px 0;
	font-size: 14px;
}
.footer_horizontal_navigation .title {
	font-size: 16px;
	font-weight: 700;
}
.footer_horizontal_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_horizontal_navigation ul li {
	position: relative;
	padding-left: 33px;
	position: relative;
}
.footer_horizontal_navigation li:before {
	font-size: 2.4rem;
	line-height: 2.4rem;
	content: '\e92d';
	font-family: 'icomoon';
	font-weight: 400;
	left: 0;
	position: absolute;
	top: 7px;
}
.footer_horizontal_navigation a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.copyright_navigation ul {
    margin: 40px 0 5px;
    padding: 0;
    list-style: none;
}
.copyright_navigation ul li {
	display: inline;
	padding: 0 14px;
	font-size: 1.6rem;
}
.copyright_navigation ul a {
	color: #333;
	text-decoration: none;
	font-size: 1.6rem;
	transition: all 300ms ease;
}
.copyright_navigation ul a:hover {
	color: #566055;
}
.block-static-block {
	color: #d9d9d9;
	font-size: 14px;
}

/******************* INNER PAGES ***************************************/
.breadcrumbs + div.container {
	width: 1400px;
	max-width: 100%;
}
/******************* PRODUCT PAGES ***************************************/
main.content.product_detail_page {
	background: #fff;
	color: $000; /*#6e3219*/
	font-style: normal;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.2rem;
}
main.content.product_detail_page > div:first-child {
	/*margin-top: 0;*/
}
main.content.product_detail_page + .page-footer {
	margin-top: 50px;
}
.product_detail_page h2.subtitle,
.one_column_slider .subtitle {
	color: $000; /*#6e3219*/
	font-size: 24px;
	line-height: 3rem;
	font-weight: 700;
	margin-top: 70px;
	border-top: 2px solid #ece6da;
	padding-top: 30px;
}
.one_column_slider .subtitle {
	margin: 0 0 20px 0
}
.review_content {
	border-bottom: 2px solid #ece6da;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.review_text {
	font-size: 2rem;
}
.review__name {
	margin-top: 20px;
}
.review_origin {
	font-size: 2rem;
}
.widget--product-header .models-and-variants {
	font-size: 2.8rem;
	line-height: 4.8rem;
}
.flickity-page-dots {
	width: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.flickity-page-dots .dot {
	width: 14px;
	height: 14px;
	background-color: $000; /*#6e3219*/
}
.widget--product-header .product-name {
	color: #fff;
	font-size: 5.2rem;
	line-height: 6.8rem;
	margin: 0 0 0 10%;
	font-weight: 700;
	letter-spacing: 1rem;
	text-align: left;
}
.widget--product-header .product-name:nth-child(2) { 
	margin-left: 20%; 
	white-space: nowrap; 
	width: auto; 
}
.widget--product-header .price {
	font-size: 2.8rem;
	line-height: 4.8rem;
}
.product_detail_page .full_width_image {
	margin-top: 50px;
}
.prod_fullwidth_nobg {
	background: #fff;
	/*width: 100%;
	margin-top: 50px;*/
}
.prod_fullwidth_nobg > div {
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
}
.prod_fullwidth_nobg > div.widget--products-list,
#prod_accessories {
	width: 100%;
	overflow: hidden;
}
#prod_list_small, #prod_accessories {
	margin-top: 25px;
}
.widget-product {
	box-shadow: 0 4px 24px rgb(0, 0, 0, 20%);
	margin-bottom: 32px;
	position: sticky;
	top: 0;
	z-index: 9;
}
.widget-product img {
	width: 85px;
	height: auto;
}
.product--info .product--title {
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #566055;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.product--info .product--subtitle {
	color: #8d8d8d;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
	font-size: 1.6rem;
}
.product--info:hover .product--title {
	font-size: 1.8rem;
	transition: font-size 0.3s ease 0s;
	cursor: pointer;
}
.product--info:hover .product--subtitle {
	font-size: 2rem;
	transition: font-size 0.3s ease 0s;
	cursor: pointer;
}
.product-links--product {
	display: flex;
}
.product--image, .product--info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product--info {
	padding-left: 10px;
}
.product_detail_page .visual--content > .container {
	width: 1400px;
	max-width: 100%;
}
.widget--feature .column-text .feature--intro {
	align-items: center;
	color: #566055;
	display: flex;
	font-size: 16px;
}
.widget--products-list .swiper-slide {
	box-sizing: border-box;
	margin: 20px 0;
	padding: 0 16px;
}
.widget--products-list--bikes .swiper-slide a {
	display: block;
	height: 100%;
}
.widget--products-list a, .widget--products-list a:hover {
	color: #404040;
	text-decoration: none;
}
.widget--products-list .swiper-slide a .product-item {
	display: flex;
	height: 100%;
	flex-direction: column;
}
.widget--products-list .product-item {
	transition: .3s all ease-in;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #f0f0f0;
	border-radius: 16px;
	font-size: 1.4rem;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
}
.widget--products-list .product-item:hover {
    box-shadow: 0px 4px 24px rgba(0,0,0,0.25);
}
.widget--products-list .product-item-name {
	font-size: 4.2rem;
	line-height: 4rem;
	display: block;
	font-weight: 800;
	hyphens: auto;
	padding: 16px;
	word-wrap: break-word;
}
.widget--products-list .product-item-name {
	align-items: flex-start;
	color: #404040;
	display: block;
	flex-grow: 1;
	position: relative;
}
#prod_accessories .widget--products-list .product-item-name {
	font-size: 3.2rem;
	min-height: 112px;
}
.widget--products-list .product-item-icon {
	margin: 8px 16px 0 0;
}
.widget--products-list .product-item-icon {
	height: 30px;
	line-height: 0;
	position: absolute;
	right: 0;
}
.widget--products-list .product-item-icon img {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
}
#prod_list_large .widget--products-list .product-item-link {
	display: block;
}
.widget--products-list .product-image-wrapper {
	display: block;
	height: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.widget--products-list .product-item-usps ul {
	margin: 0 0 8px 0;
	padding: 0 16px;
}
.widget--products-list .product-item-usps li {
	color: #000;
	list-style: none;
	margin-bottom: 16px;
	padding-left: 32px;
	font-size: 1.6rem;
	line-height: 2rem;
	position: relative;
}
.widget--products-list .product-item-usps li:before {
	font-size: 2.4rem;
	background: none;
	color: #40ae15;
	content: '\e92a';
	font-family: 'icomoon';
	height: auto;
	top: 1px;
	width: auto;
	position: absolute;
	left: 0;
}
.widget--products-list .product-image-photo {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
}
.widget--products-list .product-item-price {
	display: flex;
	padding: 0 0 16px;
}
.product-item .price-box {
	padding: 4px 8px 0 16px;
}
.product-item .price-box .price-label {
	font-size: 1.6rem;
	line-height: 2rem;
	display: block;
}
.product-item .price-box .price {
	font-size: 3.2rem;
	line-height: 4rem;
	font-weight: 800;
	white-space: nowrap;
}
.widget--products-list a:hover .product-item-actions .product-item-link, .widget--products-list .product-item-actions .product-item-link:hover {
	background-color: #566055;
	color: #fff;
}

.widget--products-list .product-item-actions .product-item-link {
	background-color: #f2f0ed;
	color: #566055;
	display: block;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
/*.slider.widget--products-list .product-item-name {
    font-size: 2rem;
    line-height: 2.4rem;
}*/
.widget--products-list .product-item-short-description {
    color: #8d8d8d;
    font-size: 16px;
    height: 57px;
    line-height: 19px;
    overflow: hidden;
    padding: 0 16px;
}
.slider.widget--products-list .product-image-container {
	min-height: 338px;
}
.slider.widget--products-list .product-item-price {
	display: flex;
	height: 70px;
	padding: 0 0 16px;
}

/* ACCORDIONS */
.wrapper_accordions {
	width: 100%;
}
.col_parent {
	padding-left: 0;
	padding-right: 0;
}
.ui-widget-content,
.ui-state-default {
	border: 0;
	color: #333;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-radius: 0;
}
.ui-accordion .ui-accordion-header {
  box-sizing: border-box;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 40px;
	outline: none;
	overflow: hidden;
	line-height: 48px;
	background-color: #f1f1ee;
	border-bottom: 2px solid #fff;
}
.ui-accordion .ui-accordion-header:hover {
	background: #699894;
}
.ui-accordion .ui-accordion-header:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+QzE2MzY1RDUtQzlBNy00REYzLTlFQUMtNkVFMTJFNjQ4MEE4PC90aXRsZT48cGF0aCBkPSJNMTEgMUwxIDExbTEwIDBMMSAxIiBzdHJva2U9IiMxRjFGMUYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
	content: 'xx';
	position: absolute;
	right: 16px;
	background-repeat: no-repeat;
	opacity: 1;
	color: #deded9;
	top: 35px;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 1px;
	transform: translateY(-50%) rotate(45deg);
}
.ui-accordion-header-active,
.ui-accordion-header-active:hover {
	background: #699894 !important;
  color: #333;
}
.ui-accordion .ui-accordion-header > span:first-child {
	display: none;
}
.ui-accordion .ui-accordion-header > span:first-child + span {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
.ui-accordion .ui-accordion-content {
	padding-left: 15px;
	padding-right: 15px;
}

@media all and (min-width: 1280px) {
	.product_description {
		min-height: 420px;
	}
}
@media all and (min-width: 1280px) and (max-width: 1919px) {
	.widget--products-list .product-item-name {
		font-size: 2.6rem;
	}
	.slider.widget--products-list .product-image-container {
    min-height: auto;
	}
	#prod_accessories .widget--products-list .product-item-name {
    font-size: 2.4rem;
	}
}
@media all and (max-width: 1279px) {
	.product_description ul {
		position: relative;
	}
}
@media all and (min-width: 1024px) and (max-width: 1024px) {
	.product_heading {
		min-height: 127px;
	}
	.product_description {
		min-height: 618px;
	}
}
@media all and (min-width: 415px) {
	.top_navigation {
		position: absolute;
		z-index: 99;
		width: 100%;
		max-width: 1920px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.top_navigation ul {
		background: rgba(255,255,255,0.8);
		margin-top: 0;
		padding: 10px 0;
		display: none;
	}
	.top_navigation ul a { 
		color: #566055;
		text-align: left;
    width: 100%;
	}
	.top_navigation ul ul {
		background: rgba(255,255,255, 0.5);
	}
	.top_navigation > .row > div:first-child {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(255,255,255, 0.8);
    width: 210px;
		padding: 0;
	}
	.top_navigation > .row > div:first-child a {
		display: block;
		line-height: 46px;
	}
	.top_navigation > .row > div:first-child + div {
    position: absolute;
    right: 0;
    width: 280px;
		padding-right: 0;
	}
	.top_navigation ul li {
		display: block;
	}
	.top_navigation ul ul {
		display: block !important; 
		background: none;
    position: relative;
		padding: 0 0 0 25px;
	}
	.hamburger_menu {
    margin: 0;
    background: rgba(255,255,255,0.8);
    padding: 18px 20px 8px;
    text-align: left;
		cursor: pointer;
		box-sizing: border-box;
		height: 80px;
	}
	.image_slides li.slide {
		padding: 0;
	}
}
@media all and (min-width: 415px) and (max-width: 768px) {
	.top_body_heading {
		text-align: center;
	}
	.top_body_heading ul {
    display: inline-block;
	}
	.top_body_heading ul li {
		height: 32px;
	}
	/*
	.hamburger_menu {
		display: none;
	}
	.top_navigation {
    height: auto;
	}
	.logo img {
    margin: 15px auto;
	}
	.top_navigation ul {
		margin: 15px 0;
    text-align: center;
	}
	.background-image-holder {
		min-height: 350px !important;
	}
	.banner_tags > h1 {
		font-size: 3.8rem;
	}
	.top_body_heading ul {
		margin: 0 0 40px;
		padding: 0;
	}
	.top_body_heading ul li {
		margin: 0 10px;
		height: 40px;
	}
	.doorway {
    margin-top: 30px;
	}
	.product_description ul {
		position: relative;
	}
	.three_cols_heading .col_heading {
    padding-left: 40px;
	}
	.full_width_image .visual--content {
		position: relative;
	}
	.full_width_image .visual--content > div {
    margin: 20px auto;
	}
	.full_width_image .row > div {
		margin: 0 auto;
    float: none;
	}
	.flickity-page-dots {
		left: 0;
		right: 0;
	}
	.extended_navigation,
	.extended_navigation_center,
	.extended_navigation_center table {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}
	.extended_navigation_center table td:nth-child(3) {
		width: 20%;
	}
	*/
}
@media all and (max-width: 414px) {
	.hamburger_menu {
		display: none;
	}
	/*.extended_navigation { display: none; }*/

	/* Icon 3 */
	.mobile-menu {
		display: block;
		width: 40px;
		position: absolute;
		top: 5px;
		z-index: 999;
		left: 10px;
	}
	#nav-icon3 {
		width: 32px;
		height: 26px;
		position: relative;
		margin: 10px auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon3 span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #566055; /*#d3531a;*/
		border-radius: 4px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	#nav-icon3 span:nth-child(1) {
		top: 0px;
	}
	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
		top: 9px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 18px;
	}
	#nav-icon3.open span:nth-child(1) {
		top: 9px;
		width: 0%;
		left: 50%;
	}
	#nav-icon3.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon3.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon3.open span:nth-child(4) {
		top: 9px;
		width: 0%;
		left: 50%;
	}

	.logo img {
    margin: 15px auto;
	}
	.top_navigation {
    height: auto;
	}
	.top_navigation > .row > div:first-child + div {
		background: #FFF;
	}
	.top_navigation ul {
    margin: 10px auto;
    list-style: none;
    padding: 20px 10px;
    background: #566055;
    width: 86%;
    border-radius: 16px;
		display: none;
	}
	.top_navigation ul li {
    display: block;
    text-align: center;
    padding: 4px 0;
		text-align: left;
	}
	.top_navigation ul li a {
		color: #fff;
	}
	.top_navigation ul ul {
    position: relative;
    padding: 0;
    background: #566055;
    padding-left: 24px;
	}
	#banner_slider_g {
		display: none;
	}
	#banner_slider_s {
    display: block;
	}
	.banner_tags > h1 {
    font-size: 2.8rem;
    line-height: 4.8rem;
	}
	.banner_button a:first-child {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.top_body_heading ul {
		display: inline-block;
	}
	.top_body_heading ul li {
    margin-right: 40px;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    height: 40px;
	}
	.doorway {
    margin-top: 30px;
	}
	.full_width_image .visual--content {
    position: relative;
	}
	.full_width_image .visual--panel {
		padding-bottom: 30px;
	}
	.full_width_image .visual--panel .title {
    color: #404040;
    font-size: 3.8rem;
    line-height: 4.6rem;
	}
	.full_width_image {
		margin-bottom: 50px;
	}
	.col_heading {
		padding: 18px 0 0 0;
	}
	.product_info {
		min-height: 1050px;
		position: relative;
	}
	.product_description {
		min-height: 470px;
	}
	.product_description ul {
		/*position: relative;*/
	}
	.product_description + p {
		position: absolute;
		bottom: 20px;
		margin-bottom: 0;
	}
	.product_link {
		outline: none;
		display: inline-block;
		padding-right: 10px;
	}
	ul.slides {
		padding: 0;
	}
	ul.slides > button {
		display: none;
	}
	.flickity-page-dots {
		bottom: 0;
		left: 0;
		right: 0;
	}
	.extended_navigation,
	.extended_navigation_center,
	.extended_navigation_center table,
	.extended_navigation_center table td {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}
	.sidebar-navigation {
		margin-top: 10px;
	}
	.action.tertiary {
		/*margin-top: 10px;*/
	}
	.social_icons a {
    font-size: 32px;
	}
	.footer_horizontal_navigation {
    margin: 0;
	}
	.footer_horizontal_navigation .title {
    margin-top: 20px;
    display: inline-block;
	}
	
	/* PRODUCT PAGES */
	.background-image-holder {
		min-height: auto !important;
	}
	.prod_banner_text {
		margin: 30px 0;
	}
	.widget--product-header .product-name {
    font-size: 3.2rem;
	}
	.widget--products-list > div {
		margin-top: 25px;
	}
	#prod_accessories {
		padding-bottom: 30px;
	}
	#prod_accessories .flickity-page-dots {
    bottom: -28px;
	}
	.widget--products-list .product-item-name {
    font-size: 2.6rem;
	}
	.topbar .row > div,
	.topbar .row > div:first-child + div {
		text-align: center;
	}
	.prod_banner_text {
		left: 0;
		padding: 0 20px;
	}
	.widget--product-header .product-name {
		color: #6e3219 !important;
		letter-spacing: 0.1rem;
		line-height: 4.5rem;
		margin-left: 0;
		font-size: 2rem;
		text-align: center;
	}
	.widget--product-header .product-name:nth-child(2) {
    margin-left: 0;
	}
	.full_width_image .visual--panel .title {
    letter-spacing: 0;
	}
	.pageview {
		margin-top: 0;
	}
	.product_detail_page h2.subtitle, .one_column_slider .subtitle {
		margin-top: 0;
	}
	.langswitcher {
		top: 5px;
		right: 10px;
	}
	.booking_wrapper {
		max-width: 210px;
    margin: 0 auto 30px;
	}
	.wrapper_textcontent {
    padding: 30px 8px !important;
	}
}
@media all and (max-width: 395px) {
	.product_description {
    min-height: 490px;
	}
}