@media only screen and (min-width: 1008px) {
	.vertical-menu-wrapper {position: absolute; left: 10px; top: 105%; z-index: 999; background-color: #f5f5f5; padding: 1.5em; border: solid 1px #ddd; border-radius: 0 0 4px 4px; width: 293px; display: none;}
	/* #header .vertical-menu-wrapper.default-open {display: block;} */
	#sticky-header .vertical-menu-wrapper {top: 100%;}
	.vertical-menu-wrapper ul ul {display: none; position: absolute; left: 100%!important; background-color: #fff; width: 200px; padding: 1.5em; box-shadow: 0 0 9px rgba(0,0,0,.2); z-index: 9999;}
	.nav-wide .vertical-menu-wrapper  ul.level0 li.level1 {display: block;}
	ul.topmenu li .vertical-menu-wrapper.shown-sub {display: block!important;}
	.vertical-menu-wrapper:not(.default-open) {display: none!important;}
	#header ul.topmenu li.vertical-parent {
		background-color: #446bba;
		color: #fff;
		margin: -1.25em 0 0;
		display: block;
		padding: 1.25em 0 3px 20px;
		width: 293px;
		border-radius: 4px 4px 0 0;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top {color: #fff; border: none;}
	#sticky-header ul.topmenu li.vertical-parent ul.level1 a i,
	ul.topmenu li.vertical-parent li.level1 a i {display: none;}
	ul.topmenu li.vertical-parent li.level1 span.subtitle {padding: 0; font-size: 1.16em; text-transform: none;}
	ul.topmenu li.vertical-parent li.level1 .category-label {top: -5px;}
	ul.topmenu li.vertical-parent ul.level1 .category-label {left: 26px;}
	ul.topmenu li.vertical-parent li.level1.parent:after {
		content: "\f0da";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 0.75em;
		margin-left: 6px;
		display: inline-block;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -6px;
		font-size: 1.16em;
		color: #222;
	}
}
@media only screen and (min-width: 1008px) and (max-width: 1331px) {
	.vertical-menu-wrapper,
	#header ul.topmenu li.vertical-parent {width: 236px;}
}
@media only screen and (min-width: 768px) and (max-width: 1007px) {
	#header .vertical-menu-wrapper {display: none;}
}
@media only screen and (max-width: 767px) {
	#header .vertical-menu-wrapper {display: none;}
}


/**
 * @description Extend Custom CSS
 * @author   MULTIPLO
 */

div.legal-layer {
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.product-view div.legal-layer {
	margin-bottom: 40px;
}

div.legal-document {
	clear: both;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

div.legal-layer table {
	width: 100%;
	background: transparent;
}

div.legal-document.legal-layer table {
	padding-right: 10px;
	padding-left: 10px;
}

div.legal-layer table td {
	border: 1px solid #F2EDE3;
	padding: 5px;
	text-align: left;
	font-size: 11px;
	color: #7C7C7C;
	width: auto !important;
	border-radius: 0;
	display: table-cell;
}

div.legal-document.legal-layer table td, div.legal-accontent table td {
	border: 1px solid #A1907C;
}

div.legal-layer table td, div.legal-layer table td p {
	text-align: left !important;
	font-size: 11px !important;
	color: #7C7C7C !important;
	line-height: 1.4em !important;
	margin: 0 !important;
}

div.legal-layer table thead td {
	font-weight: bold !important;
	color: #161616 !important;
}

div.legal-document.legal-layer table thead {
	display: none;
}

div.legal-layer table td.labelt, div.legal-layer table td.labelt p {
	font-weight: bold !important;
	width: auto !important;
}

div.legal-accontent h5 a {
	font-size: 14px;
}

div.legal-accontent h5 a:hover {
	color: #A1907C;
	text-decoration: underline;
}

#form-stock-alert label.terms {
	margin: 0 auto 20px auto;
	display: flex;
}

#form-stock-alert label.terms span {
	text-align: left;
	line-height: initial;
}

.temporally-outofstock {
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
}

.h-fix .validation-advice {
	margin-left: 9px;
}

/* Newsletter Popup */
@media only screen and (min-width: 768px) {
	.hide-mobile {
		display: block;
	}
	.hide-desktop {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.hide-mobile {
		display: none;
	}
	.hide-desktop {
		display: block;
	}

	.newsletterPopup .legal-layer {
		display: none;
	}

}

.dialogClose.style6 {
	top: 10px !important;
	right: 10px !important;
}

.dialogBody {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 30px !important;
}

.mbdialog .newsletterPopup {
	text-align: center;
	position: relative;
}

.mbdialog .error, .mbdialog .warning {
	border: none !important;
	color: #B94A4A;
	font-size: 12px;
	font-weight: normal;
	text-shadow: none;
	background-color: transparent !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	margin: 0 15px 15px 0;
	padding: 5px 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	position: absolute;
	z-index: 999999;
	top: -25px;
}

.mbdialog .popup-title {
	font-family: "Cardo", serif;
	font-size: 28px;
	color: #A1907C;
	letter-spacing: 0px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}

.mbdialog .newsletterPopup hr {
	border-top: 1px solid #A1907C;
	width: 60px;
}

.mbdialog .newsletterPopup form {
	width: 100%;
	min-width: 420px;
}

.mbdialog .newsletterPopup form input {
	background-color: #F2EDE3 !important;
	border-color: #A1907C !important;
	border-width: 1px !important;
	border-radius: 2px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "Poppins", sans-serif !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	color: #A1907C !important;
	letter-spacing: 1px !important;
	width: calc(100% - 24px);
	height: 30px;
	padding: 6px 12px;
	line-height: 1.5;
}

.mbdialog .newsletterPopup form label.terms input {
	/*background: #fff !important;*/
	-webkit-appearance: none !important;
	-moz-appearance: none;
	appearance: none !important;
	width: 20px !important;
	min-width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	position: relative !important;
	border: 1px solid #A1907C !important;
}

.mbdialog .newsletterPopup form button {
	border-bottom: 1px solid #333535 !important;
	color: #333535;
	font-weight: 600;
	background-color: transparent;
	padding: 14px 0;
	border: 0;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	width: calc(100% - 24px);
	height: 30px;
	padding: 6px 12px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.mbdialog .newsletterPopup form button:hover {
	color: #fff;
	background-color: #333535;
}