/* Imports ============================================================= */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');
@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
/* Default styling ===================================================== */

/* 

	Geel 			:		#fbdc3a;
	Blauw 			:		#1271b9;
	Donker Blauw 	:		#063047;
	Licht Grijs		:		#e6e5e6;

 */

body {
	color: #063047;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	font-size: 1.6rem;
	box-sizing: border-box;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
hr {
	border: 0;
	border-top: 1px solid #D9D7D8;
	margin-bottom: 20px;
	margin-top: 20px;
}
h1 {
	font: 700 3rem/1.1 'Lato', sans-serif;
	margin-top: 0rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h2 {
	font-weight: 600;
	line-height: 1.1;
	font-size: 2.6rem;
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}
h3 {
	font-weight: 600;
	line-height: 1.1;
	font-size: 2.1rem;
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}
h4 {
	font-weight: 600;
	line-height: 1.1;
	font-size: 1.8rem;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
h5 {
	font-weight: 600;
	line-height: 1.1;
	font-size: 1.2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
h6 {
	font-weight: 600;
	line-height: 1;
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
	color: #063047;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	font-size: 1.4rem;
}
a,
.alink {
  color: #063047;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
a:visited,
.alink:visited {
  color: #063047;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #1271B9;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #1271B9;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
	background: #ffffff;
	background-clip: padding-box;
	border: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	height: 32px;
	line-height: 1.4;
	padding: 0 9px;
	vertical-align: baseline;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DBDBDB;
	border-radius: 6px;
}
.field.password .control .input-text {
	z-index: 1;
}
select {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	height: 32px;
	line-height: 1.4;
	padding: 5px 10px 4px;
	vertical-align: baseline;
	width: 100%;
	box-sizing: border-box;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	border-radius: 6px;
	border: 1px solid #DBDBDB;
	cursor: pointer;

	background: #fff url('../images/down_arrow.svg') no-repeat center right 11px /13px;
	padding-right: 30px;

	transition: all .2s ease-in-out;
}
select:hover {
	border-color: #1271B9;
	background-image: url('../images/down_arrow_hover.svg');
}
select[multiple="multiple"] {
	background-image: none;
}
textarea {
	background: #ffffff;
	background-clip: padding-box;
	border: 1px solid #DBDBDB;
	border-radius: 6px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	height: auto;
	line-height: 1.4;
	margin: 0;
	padding: 10px;
	vertical-align: baseline;
	width: 100%;
	box-sizing: border-box;
	resize: vertical;
}
._keyfocus *:focus, input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
	box-shadow: none;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .action-gift:active {
	box-shadow: none;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
	font-family: 'Lato', sans-serif;
	background: #1271b9 none repeat scroll 0 0;
	border: 1px solid #1271b9;
	margin-top: 20px;
	transition: all .2s ease-in-out;
	border-radius: 0;
	border-radius: 6px;
	color: #FFF;
}
button:hover,
button:active,
button:focus {
	background: #FBDC3A none repeat scroll 0 0;
	border: 1px solid #FBDC3A;
	color: #1271B9;
}
.action.primary {
	font-family: 'Lato', sans-serif;
	background: #1271B9 none repeat scroll 0 0;
	border: 1px solid #1271B9;
	margin-top: 20px;
	transition: all .2s ease-in-out;
	border-radius: 0;
	border-radius: 6px;
	color: #FFF;
}
.action.primary:hover {
	background: #FBDC3A none repeat scroll 0 0;
	border: 1px solid #FBDC3A;
	color: #1271b9;
}
.action.primary:focus,
.action.primary:active {
	background: #FBDC3A;
	border: 1px solid #FBDC3A;
	color: #1271B9;
}
button.action-secondary {
	font-family: 'Lato', sans-serif;
	background: #063047 none repeat scroll 0 0;
	border: 1px solid #063047;

}
button.action-secondary:hover {
	background: #FBDC3A none repeat scroll 0 0;
	border: 1px solid #FBDC3A;
	color: #FFF;

}
div.mage-error[generated] {
	margin-top: 3px;
}
.abs-margin-for-forms-desktop,
form .fieldset .legend,
.column:not(.sidebar-main) form div.actions-toolbar,
.column:not(.sidebar-additional) form div.actions-toolbar,
.login-container form .fieldset:after {
	margin-left: 0px;
}
form .fieldset > .field:not(.choice) > .label,
form .fieldset > .field > .label {
	margin-left: 0px;
	width: 100%;
	padding: 0px;
	text-align: left;
	margin-bottom: 5px;
}
form .fieldset > .field > .control,
form .fieldset > .field:not(.choice) > .control {
	width: 100%;
}
form .fieldset > .field.choice:before,
form .fieldset > .field.no-label:before {
	padding: 0px;
	width: auto;
}
.page-print .sections.nav-sections {
	display: none;
}

.page-wrapper .breadcrumbs + main {
	margin-top: 0px;
}
.page-wrapper main {
	margin-top: 40px;
}
.home .page-wrapper main {
	margin-top: 0px;
}

body * {
	user-drag: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-drag: none;
	-moz-user-select: none;
	-ms-user-drag: none;
	-ms-user-select: none;
}
input,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
	user-select: auto;
	-webkit-user-drag: auto;
	-webkit-user-select: auto;
	-moz-user-drag: auto;
	-moz-user-select: auto;
	-ms-user-drag: auto;
	-ms-user-select: auto;
	user-drag: auto;
}


/* ===================================================================== */

/* Header ============================================================== */

/* ===================================================================== */

/* Navigation ========================================================== */

/* ===================================================================== */

/* Slider general ====================================================== */

/* ===================================================================== */

/* Home page =========================================================== */
.home_text_blockscontainer {
	margin-left: -100%;
	margin-right: -100%;
	padding-left: 100%;
	padding-right: 100%;
}
/* ===================================================================== */

/* Catalog page ======================================================== */

/* ===================================================================== */

/* Search page ========================================================= */

/* ===================================================================== */

/* Product page ======================================================== */

/* ===================================================================== */

/* Cart page =========================================================== */
.minicart-wrapper .minicart-items-wrapper {
	border-top: 0px;
	border-radius: 0px;
	border-color: #FBDC3A;
	padding: 0px;
}
.block-minicart .subtotal {
	width: 100%;
	padding-top: 10px;
	margin: 0px;
}
.block-minicart .block-content > .actions > .secondary a.viewcart {
	background: #FBDC3A;
	border: 1px solid #FBDC3A;
	transition: all .2s ease-in-out;
	border-radius: 6px;
	color: #FFF;
	display: block;
	padding: 14px 17px;
	color: #1271B9;
}
.block-minicart .block-content > .actions > .secondary a.viewcart:hover,
.block-minicart .block-content > .actions > .secondary a.viewcart:active {
	background: #1271b9;
	border-color: #1271b9;
	color: #FFF;
}
.block-minicart .block-content > .actions > .primary .action.primary {
	margin-left: 0px;
}
.block-minicart .block-content > .actions > .primary {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.minicart-wrapper .minicart-widgets {

}
div.minicart-wrapper {
	transition: all .2s ease, box-shadow .5s ease;
}
.minicart-wrapper.active {
	box-shadow: 0px 0px 0px 99999px rgba(0, 0, 0, 0.75);
}
div.minicart-wrapper .block-minicart {
	/*background: #063047;*/
	/*color: #FFF;*/
	border: 0px;
	right: 0px;
	margin-top: 0px;
	border-radius: 0px 0px 6px 6px;
}
.minicart-wrapper .block-minicart::before,
.minicart-wrapper .block-minicart::after {
	display: none;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
	color: #063047;
	transition: all .2s ease;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:hover:before,
.minicart-items .action.delete:active:before {
	color: #1271B9;
}
.minicart-wrapper .minicart-items .product-item-name a {
	/*color: #FFF;*/
}
.minicart-wrapper .minicart-items .product-item-name a:hover,
.minicart-wrapper .minicart-items .product-item-name a:active {
	color: #063047;
}
.minicart-items .product-item {
	padding-left: 10px;
	padding-right: 10px;
	border-color: #FBDC3A;
}
.minicart-wrapper .minicart-items .product-item:not(:first-child) {
	border-color: #FBDC3A;
}
/* ===================================================================== */

/* Account page ======================================================== */

.field.zip .control input.hidden-zip,
.field.zip .control div[id="hidden_vat_id-error"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
div.mage-error[generated].zip-error {
	display: block!important;
}

/* ===================================================================== */

/* Wishlist ============================================================ */

.field.comment-box, .products-grid.wishlist .product-item .fieldset .field.qty {
	display: none;
}

/*.product-item-actions form .action.primary.tocart::before {
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	transition: all .2s ease-in-out;
	right: 68px;
	border-right: 20px solid #fbdc3a;
	border-top: 32px solid transparent;
	z-index: 1;
}*/
/*.product-item-actions form .action.primary.tocart::after {
	content: '\f07a';
	font-family: 'Font Awesome 5 Free';
	color: #1271b9;
	background-color: #fbdc3a;
	font-size: 21px;
	position: absolute;
	right: -1px;
	top: auto;
	bottom: 0;
	line-height: 30px;
	border-bottom-right-radius: 4px;
	padding: 3px 30px 0 15px;
	transition: all .2s ease-in-out;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	z-index: 1;
}*/

.wishlist-index-index .product-item-info, .wishlist-index-index .product-image-photo {
	width: 100%;
}

.wishlist-index-index .product-image-wrapper {
	padding-bottom: 67% !important;
}

.wishlist-index-index .product-image-container {
	display: inline
}
/* ===================================================================== */

/* Contact page ======================================================== */

.contact .column.main::after {
	content: '';
	display: block;
	clear: both;
}
.contact .page-title {
    /*font-size: 21px;*/
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700px;
}
.contact .contact-tekst {
	width: 100%;
	padding-bottom: 20px;
}
.contact .contact-tekst p {
    font-size: 14px;
    line-height: 20px;
}
.contact form .fieldset .field:not(.choice) > .label, .contact form .fieldset .field > .label {
	font-size: 14px;
    line-height: 20px;
}
.contact .contact-left {
	width: 50%;
	float: left;
	padding-right: 5%;
	box-sizing: border-box;
}
.contact .contact-left .contact-details h2 {
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
   
}
.contact .contact-left .contact-details p {
	font-size: 15px;
    line-height: 20px;
}
.contact .contact-right {
	width: 50%;
	float: right;
	padding-left: 5%;
	box-sizing: border-box;
}
.contact .contact-right form legend {
	margin-bottom: 20px;
	width: 100%;
}
.contact .contact-right form legend span {
	margin-top: 0px;
	line-height: 1;
    margin: 0px;
	font-size: 16px;
	font-weight: 600;
}
.contact .contact-right form .note.no-label {
	border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.contact .fieldset {
	margin-bottom: 5px;
}
.contact form .fieldset .field:not(.choice) > .label,
.contact form .fieldset .field > .label {
	font-weight: normal;
}
.contact .contact-maps {
	padding-top: 40px;
	clear: both;
}
/* ===================================================================== */

/* CMS page ============================================================ */

.FAQ .faq_wrapper .page-title {
	margin-bottom: 50px;
}
.FAQ .page-main p {
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
	color: #242424;
}
.FAQ .faq_wrapper .ui-accordion-header:first-child {
	margin-top: 0px;
}
.FAQ .faq_wrapper .ui-accordion-header,
.FAQ .faq_wrapper h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0;
}
.FAQ .faq_wrapper .accordion-header-active {

}

.FAQ .faq_wrapper .ui-accordion-header::after {
	content: '+';
	display: inline-block;
	margin-left: 10px;
	width: 10px;
	text-align: center;
}
.FAQ .faq_wrapper .ui-accordion-header-active::after {
	content: '-';

}
.FAQ .faq_wrapper .ui-accordion-content,
.FAQ .faq_wrapper h3 + p {
	margin-top: 5px;
}

.noroute #maincontent.page-main {
	text-align: center;
}
.noroute .page-main > .page-title-wrapper {
	margin-top: 50px;
}
.noroute .page-main > .page-title-wrapper .page-title {
	font-size: 80px;
	line-height: 120px;
	margin-top: 0px;
}
.noroute .main p {
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
}
.noroute .main a {
	color: #1271b9;
}
.noroute .main a:hover,
.noroute .main a:active {
	color: #063047;
}
/* ===================================================================== */

/* Blog page =========================================================== */

/* ===================================================================== */

/* Amasty part Search ================================================== */
.amfinder-horizontal {
	padding: 0px;
	background: #063047;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	border-radius: 6px;
	margin-bottom: 20px;
}
.home .amfinder-horizontal {
	margin-bottom: 40px;
}
.amfinder-horizontal .amfinder-toggle {
	margin: 0px;
	display: flex;
	justify-content: space-between;
}
.amfinder-horizontal .dropdown-title {
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	padding: 0px;
	margin-bottom: 15px;
}
body #maincontent .amfinder-horizontal li.-list-item {
	width: calc(25% - 18px)!important;
	margin-right: 0;
	margin-bottom: 0px;
}
body #maincontent .amfinder-horizontal li.last {
	display: flex;
    margin-top: auto;
}
.am-filter-items-category_ids > .-filter-parent > .amshopby-filter-parent {
    display: none;
}
.filter-options input[type='checkbox'] + .amshopby-choice {
    display: none;
}
.sidebar-main #narrow-by-list .am-collapse-icon.-active ~ ul {
	display: block;
}
#maincontent .filter-options-content .items.am-filter-items-category_ids > *,
#maincontent .filter-options-content .items.am-filter-items-category_ids > * a {
    padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
	margin-left: 0;
}
body .filter-options .item.-is-collapsible.-is-by-click.-folded .level-1 {
	display: block !important;
	padding-left: 0;
}
.items.items-children.level-1.-folding {
	padding-left: 0;
}
.am-filter-items-category_ids > .-filter-parent > span.am-collapse-icon:after {
	content: none;
}
.amfinder-horizontal li:last-child {
	margin-right: 0px;
}
.amfinder-horizontal li div select {
	height: 38px;
	padding-left: 15px;
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.amfinder-horizontal .amfinder-buttons {
	position: relative;
}
.amfinder-horizontal .amfinder-buttons .action.primary {
	width: 100%;
	margin-top: -4px;
	padding: 10px 10px;
	background-color: #FBDC3A;
	border-color: #FBDC3A;
	color: #063047;
}
.amfinder-horizontal .amfinder-buttons .action.primary:hover,
.amfinder-horizontal .amfinder-buttons .action.primary:active {
	background-color: #1271B9;
	border-color: #1271B9;
	color: #FFF;
}
.amfinder-horizontal .amfinder-buttons .button:not(.primary) {
	width: auto;
	margin-top: 0px;
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0px;
	background: transparent;
	border: 0px;
	font-weight: 300;
	text-decoration: underline;
}

/* ===================================================================== */

.product.media .slick-arrow {
	position: absolute;
	z-index: 5;
	margin-top: 0px;
	background: transparent;
	border: 0px;
	border-radius: 0px;
	font-size: 0px;
	background-color: rgba(255, 255, 255, 0.3);
	transition: background-color 0.3s ease-in-out;
	height: 30px;
	padding: 0px;
}
.product.media .slick-arrow::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../mage/gallery/gallery.png');
	background-repeat: no-repeat;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}
.product.media .slick-next {
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
}
.product.media .slick-next::after {
	background-position: 30px -265px;
	transform: rotate(-90deg);
}
.product.media .slick-prev {
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
}
.product.media .slick-prev::after {
	background-position: 30px -345px;
	transform: rotate(-90deg);
}

.product.media .slick-list {
	margin-top: -8px;
	margin-bottom: -8px;
}
/* Slick =============================================================== */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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


.ms-container{
  background: transparent url('../images/switch.png') no-repeat 50% 50%;
  width: 370px;
}

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}
.ms-container .ms-selection{
  float: right;
}

.ms-container .ms-list{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}

/*.ms-container .ms-list.ms-focus{
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}*/

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-container .ms-optgroup-label{
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
  margin-bottom: 0px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}



.form-edit-account .ms-container,
.form-create-account .ms-container {
	width: 100%;
}

.ms-container .custom-header {
	text-align: center;
	background: #1271b9;
	color: #FFF;
	padding: 5px 5px;
}



/* background: linear-gradient(to right bottom, #1271b9 49%, transparent 51%); */
/* background: linear-gradient(320deg, transparent 14%, #1271b9 15%); */

/* Rootways Menu ======================================================= */
.rootmenu > .rootmenu-list > li .megamenu {
	transform: scale(1);
	transform: translateY(100px);
	opacity: 0;
	transition: all .35s ease-in-out;
}
.rootmenu > .rootmenu-list > li .megamenu > * {
	opacity: 0;
}
.rootmenu > .rootmenu-list > li:hover .megamenu {
	transform: translateY(50px);
	opacity: 1;
}
.rootmenu > .rootmenu-list > li:hover .megamenu > * {
	opacity: 1;
}
.rootmenu > .rootmenu-list .rootmenu-submenu {
	top: 75px;
}
.rootmenu > .rootmenu-list > li:first-child > a,
.rootmenu > .rootmenu-list > li > a {
	line-height: normal;
	font-weight: 700;
	padding: 28px 10px;
}
.rootmenu > .rootmenu-list > li.custom-menus {
	float: right;
}
.rootmenu > .rootmenu-list > li > a > .homeicon,
.rootmenu > .rootmenu-list > li:hover > a .homeicon,
.rootmenu > .rootmenu-list > li > a.active .homeicon {
	background: transparent;
	width: auto;
	height: auto;
	text-indent: 0;
}
.rootmenu > .rootmenu-list > li > a > .homeicon:before,
.rootmenu > .rootmenu-list > li:hover > a .homeicon:before {
	content: '\f015';
	font-size: 21px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
}
.rootmenu > .rootmenu-list > li.dropdown-arrow > a:after {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	display: inline-block;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	margin-left: 20px;
	line-height: 0;
}
.rootmenu > .rootmenu-list .rootmenu-click > .rootmenu-arrow {
	background: transparent;
	font-style: normal;
	margin: 6px 6px 0 0;
}
.rootmenu > .rootmenu-list .rootmenu-click > .rootmenu-arrow:after {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	display: inline-block;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
	color: #fff;
}
.rootmenu > .rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub,
.rootmenu > .rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub-sub,
.rootmenu > .rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub .rootmenu-submenu-sub-sub {
	border-bottom: 0;
	border-left: 2px solid #1271b9;
	left: 100%;
	top: 0;
}
.rootmenu > .rootmenu-list > li > .rootmenu-submenu {
	pointer-events: none;
	overflow: hidden;
}
.rootmenu:hover > .rootmenu-list > li > .rootmenu-submenu {
	overflow: visible;
}
.rootmenu > .rootmenu-list > li.hover > .rootmenu-submenu {
	pointer-events: auto;
}
.rootmenu .tabmenu .vertical-menu .tabimgwpr .tabbing_lev4 li{
	padding: 2px 0;
}
.rootmenu .tabmenu .vertical-menu .tabimtag{
	height: auto;
}
.rootmenu > .rootmenu-list .halfmenu ul > li > a.view-more, 
.rootmenu > .rootmenu-list .fullmenu ul > li > a.view-more{
	color: #3a3a3a;
}
.rootmenu > .rootmenu-list .halfmenu ul > li > a.view-more:hover, 
.rootmenu > .rootmenu-list .fullmenu ul > li > a.view-more:hover{
	color: #3a3a3a;
}
.rootmenu > .rootmenu-list .halfmenu ul.vertical-menu > li > a, 
.rootmenu > .rootmenu-list .fullmenu ul.vertical-menu > li > a{
	color: #3a3a3a;
	position: relative;
}
.rootmenu > .rootmenu-list .tabmenu .vertical-menu > li > a > span{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rootmenu > .rootmenu-list .tabmenu .vertical-menu > li > a {
	padding: 5px 15px;
}
.rootmenu > .rootmenu-list .halfmenu ul.vertical-menu > li > a:hover, 
.rootmenu > .rootmenu-list .fullmenu ul.vertical-menu > li > a:hover{
	color: #3a3a3a;
	text-decoration: underline;
}
.rootmenu > .rootmenu-list .tabmenu .vertical-menu > .main_openactive01 > a.root-col-4{
	color: #3a3a3a;
	text-decoration: underline;
}
.rootmenu > .rootmenu-list .tabmenu .vertical-menu > .main_openactive01 > a.root-col-4:hover{
	color: #3a3a3a;
	text-decoration: underline;
}
/* ===================================================================== */

/* Checklist op product ================================================ */

.product_checklist {
	border: 1px solid #1271b9;
	border-radius: 6px;
	padding: 17px 18px;
	margin-bottom: 35px;
	font-size: 14px;
}
.product_checklist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.product_checklist ul li {
	position: relative;
}
.product_checklist ul li:last-child {
	margin-bottom: 0;
}
.product_checklist ul li img {
	position: absolute;
	left: 0;
	top: 0;
}
.product_checklist ul li p {
	margin-left: 25px;
}

/* ===================================================================== */
.panel.header .switcher {
	margin-right: 30px;
}
.panel.header .switcher.language {
	float: left;
}
.panel.header .switcher.language .toggle > strong {
	font-size: 14px;
	font-weight: 700;
	color: #063047;
	line-height: 20px;
}
body .page-header .panel.wrapper .switcher.language .action.switcher-trigger {
	padding-left: 45px;
	background-position: left center;
	background-size: 33px 22px;
	background-repeat: no-repeat;
}

.page-header .panel.wrapper .switcher.language .options ul.dropdown a {
	padding-left: 45px;
	background-position: left center;
	background-size: 33px 22px;
	background-repeat: no-repeat;
}

html[lang="de"] .cart-totals .mark strong,
html[lang="de"] .cart-totals .grand .amount strong {
	font-size: 18px;
}

.mst-searchautocomplete__item.magento_catalog_product .price {
	display: none !important;
}

/* Price Request Form ================================================== */

	#inquiryform2{
		display: none;
	}

	.req-btn {
		clear: both;
	}
	.req-btn a:hover , #btnSub:hover {
		background: #063047;
		color: #fff;
		text-decoration: none;
		border: 1px solid #063047;
	}
	
	#inquiryform2 .input-text {
		width: 350px;
	}

	.request-price-field {
		margin-top: 15px;
	}

	.request-price-field a {
		color: #e1021c;
		font-size: 18px !important;
	}

	@media (max-width: 479px) {
		#inquiryform2 .input-text {
			width: 230px;
		}
	}

/* ===================================================================== */

.rootmenu > .rootmenu-list .tabmenu .cat-arrow::before{
    position: absolute;
