@charset "UTF-8";

/*! normalize v.5.0.0 */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}input[type="text"],input[type="search"],input[type="text"],textarea{line-height:normal;}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}fieldset{border:0;margin:0;padding:0}legend{display:none;border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:500}table{width:100%;border-collapse:collapse;border-spacing:0}td,th{padding:0}ol,ul{margin:0;padding:0;list-style:none}*{margin:0;padding:0}button,input[type=tel],input[type=number],input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],textarea{-webkit-appearance:none;}*{outline:0;text-rendering:optimizeLegibility}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:none;cursor:pointer;}button[disabled],html input[disabled]{cursor:not-allowed;}input[type=search]{}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}

/***** Globals *****/

*{ -webkit-tap-highlight-color: transparent; }

*, *:after, *:before{
	margin: 0; padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.grid-container:before,
.grid-container:after,
article:before,
article:after{
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after,
.wrapper:after,
.grid-container:after,
article:after{
	clear: both;
}

html, body{
	height: 100%; width: 100%;
	min-width: 280px;
	color: black; cursor: default;
	-webkit-overflow-scrolling: touch;
	background: white;
	font-size: 15px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	direction: ltr;
}

body{
	overflow-y: auto;
	overflow-x: hidden;
}

img{
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	vertical-align: top;
}

picture img{
	width: 100%;
}

a img{ border: 0; }

a{
	color: black;
	text-decoration: none;
	-webkit-transition: color 450ms cubic-bezier(.215,.61,.355,1), background 450ms cubic-bezier(.215,.61,.355,1), border-color 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: color 450ms cubic-bezier(.215,.61,.355,1), background 450ms cubic-bezier(.215,.61,.355,1), border-color 450ms cubic-bezier(.215,.61,.355,1);
	transition: color 450ms cubic-bezier(.215,.61,.355,1), background 450ms cubic-bezier(.215,.61,.355,1), border-color 450ms cubic-bezier(.215,.61,.355,1);
}

.sr{
	height: 1px; width: 1px;
	border: 0;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute !important;
	z-index: -1;
}

.modal[aria-hidden="true"]{ opacity: 0; visibility: hidden; }
[class*="el-hide"], .show-on-mobile{ display: none!important; }
.el-show{ display: block!important; }
.pull-left{ float: left!important; }
.pull-right{ float: right!important; }
.text-center{ text-align: center!important; }
.text-right{ text-align: right!important; }
.text-left{ text-align: left!important; }
.highlight{ color: #e32428!important; }

.grid-container{
	width: 100%;
	width: calc(100% + 20px);
	margin: 0 0 0 -20px!important;
	position: relative;
}

.grid-container [class*="grid-"]{
	width: 100%; float: left;
	padding: 0 0 0 20px;
	min-height: 1px;
	position: relative;
}

.form-container.grid-container,
.form-container .grid-container{
	margin-top: -10px;
}

.form-container [class*="grid-"]{
	padding-top: 35px;
}

.grid-container .grid-container{
	width: calc(100% + 20px);
	float: none;
	padding-left: 0;
}

.grid-container .grid-d-12{ width: 100%; }
.grid-container .grid-d-11{ width: 91.666663%; }
.grid-container .grid-d-10{ width: 83.33%; }
.grid-container .grid-d-9{ width: 74.999997%; }
.grid-container .grid-d-8{ width: 66.66666664%; }
.grid-container .grid-d-7{ width: 58.333%; }
.grid-container .grid-d-6{ width: 50%; }
.grid-container .grid-d-5{ width: 41.6665%; }
.grid-container .grid-d-4{ width: 33.3333%; }
.grid-container .grid-d-3{ width: 24.99%; }
.grid-container .grid-d-2-5{ width: 20%; }
.grid-container .grid-d-2{ width: 16.66666%; }
.grid-container .grid-d-1{ width: 8.33%; }

h1, h2, h3, h4, h5, h6{
	margin-bottom: 20px;
	line-height: 1;
	font-weight: normal;
	font-family: 'Bodoni', Georgia, Arial, serif;
}

h1{
	font-size: 52px;
}

h2{
	font-size: 30px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 22px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 18px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: inherit;
	text-decoration: none;
}

.lato-font{
	font-family: 'Lato', Georgia, Arial, serif;
}

em, blockquote{
	font-style: italic;
}

small{
	display: block;
	font-size: 14px;
	line-height: 1.3;
}

main{
	display: table-row;
	height: 100%; width: 100%;
}

.wrapper{
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 10px;
}

.table{
	display: table;
	height: 100%; width: 100%;
	table-layout: fixed;
}

.table .cell{
	display: table-cell;
	height: 100%; width: 100%;
	vertical-align: middle;
}

.site-table{
	overflow: hidden;
}

#header .has-dropdown a:after, .search-holder [type="reset"], .app .modal-close, .app .select:after, .color-dropdown .dt:after, .app .slick-prev, .app .slick-next, .filters-top:after, .featured-products .remove, .collection-container .zoom-holder:before, .product-container .zoom-holder:before, .product-config .controls button span:before, .product-config .product-links a:after, .office-map-holder .ico:before, .contact-list li a:after, .paging .prev a, .paging .next a, .share-it a, .contacts-list li:after, .accordion header:after, .custom-file .browse:before, .close-zoom, .basket .remove-item span, #footer .social a:before, .group-option-filter .gt:after, .group-color-filter .gt:after, .basket-link:after, #header .help-menu .js-toggle-search:before, .search-results .others time:before, .switch-links li a:after, .history-table .invoice-link:before, .history-table .invoice-link:after, .chosen-container .chosen-search:before, .app .filters [class*="checkbox"] [type="checkbox"] ~ var:after, .app .filters [class*="radio"] [type="radio"] ~ var:after, .filters-tags .remove-tag, .product-slider .item .zoom, .collection-slider .item .zoom, .scroll-to-top:before{
	background: url('../images/layout/ui.svg') no-repeat -1000px 0;
}

.app input,
.app select,
.app .select,
.app textarea{
	width: 100%;
	padding: 9px 10px 11px;
	cursor: default;
	font-size: 16px;
	line-height: 20px;
	background: white;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
}

.app .select{
	padding: 0;
	position: relative;
}

.app .select:after{
	content: '';
	height: 7px; width: 11px;
	position: absolute;
	top: 50%; right: 10px;
	margin-top: -3px;
	background-position: -89px 0;
	pointer-events: none;
	z-index: 1;
}

.app .select select{
	padding: 9px 30px 11px 10px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	background: transparent;
	border: 0;
	z-index: 2;
}

.app .select select::-ms-expand{ display: none; }

.ie9 .select select,
.oldie .select select{
	padding-right: 10px;
}

.ie9 .select:after,
.oldie .select:after{
	display: none;
}

.app .select.ghost{
	border-width: 0;
}

.ie9 .select select::-ms-expand,
.oldie .select select::-ms-expand{
	display: block;
}

.app input[type="radio"],
.app input[type="checkbox"]{
	width: auto;
	cursor: pointer;
}

.app input[disabled]{
	cursor: default;
}

.app textarea{
	height: 90px;
	resize: none;
	overflow: auto;
}

.app input::-moz-placeholder,
.app textarea::-moz-placeholder{
	color: black;
	opacity: 1;
}

.app input::-webkit-input-placeholder,
.app textarea::-webkit-input-placeholder{
	color: black;
}

.app input:-ms-input-placeholder,
.app textarea:-ms-input-placeholder{
	color: black;
}

.app input:focus::-webkit-input-placeholder, .app textarea:focus::-webkit-input-placeholder { color: transparent!important; }
.app input:focus:-moz-placeholder, .app textarea:focus:-moz-placeholder { color: transparent!important; }
.app input:focus::-moz-placeholder, .app textarea:focus::-moz-placeholder { color: transparent!important; }
.app input:focus:-ms-input-placeholder, .app textarea:focus:-ms-input-placeholder { color: transparent; }
.app input:focus::-webkit-input-placeholder, .app textarea:focus::-webkit-input-placeholder { opacity: 0!important; }

.app input:invalid,
.app textarea:invalid{
	-webkit-box-shadow: none;
			box-shadow: none;
}

.app label{
	display: block;
	padding-bottom: 5px;
}

.app [class*="checkbox"],
.app [class*="radio"]{
	display: inline-block;
	font-size: 15px;
	min-height: 24px;
	padding: 2px 0 0;
	position: relative;
	cursor: pointer;
	text-transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline-style: none;
}

.app [class*="checkbox"] var,
.app [class*="radio"] var{
	display: block;
	padding: 0 0 0 33px;
	text-align: left;
	font-style: normal;
}

.app [class*="checkbox"] [type="checkbox"],
.app [class*="radio"] [type="radio"]{
	min-height: inherit;
	width: auto; border: 0;
	padding: 0;
	position: absolute!important;
	top: -1px; left: 0;
	opacity: 0;
	cursor: pointer;
}

.app [class*="checkbox"] [type="checkbox"] ~ var:before,
.app [class*="radio"] [type="radio"] ~ var:before{
	content: '';
	height: 20px; width: 20px;
	position: absolute;
	top: 3px; left: 0;
	background: white;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
}

.app [class*="radio"] [type="radio"] ~ var:before{
	border-radius: 20px;
}

.app [class*="checkbox"] [type="checkbox"] ~ var:after,
.app [class*="radio"] [type="radio"] ~ var:after{
	content: '';
	visibility: hidden;
	height: 10px; width: 10px;
	position: absolute;
	top: 8px; left: 5px;
	background-color: black;
	border-radius: 3px;
}

.app [class*="radio"] [type="radio"]:checked ~ var:before,
.app [class*="radio"] [type="radio"]:checked ~ var:after{
	border-radius: 10px;
}

.app [class*="checkbox"] [type="checkbox"]:checked ~ var:after,
.app [class*="radio"] [type="radio"]:checked ~ var:after{
	visibility: visible;
}

.app button{
	border: 0;
}

.app button span{
	position: relative;
	top: 0;
}

.app .button{
	display: inline-block;
	min-width: 285px;
	margin: 15px auto 0;
	padding: 18px 10px 17px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font: normal 15px/1 'Lato', Arial, sans-serif;
	background: #7a7a7a;
	border: 1px solid #7a7a7a;
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
	border-radius: 5px;
}

.app .button:hover{
	color: #7a7a7a;
	background: white;
}

.app .button.button--mb-md {
	margin-bottom: 26px;
}

.app .button.reverse{
	padding-top: 18px;
	padding-bottom: 17px;
	color: #7a7a7a;
	background: white;
	border: 1px solid #7a7a7a;
}

.app .button.reverse:hover{
	color: white;
	background: #7a7a7a;
}

.app .button.button--reverse{
	padding-top: 13px;
	padding-bottom: 12px;
	color: #0d0d0d;
	background: white;
	text-transform: none;
	border: 1px solid #979797;
}

.app .button.button--reverse:hover{
	color: white;
	background: #979797;
}

.app .button[disabled]{
	color: white;
	background: #bdbdbd;
	border-color: #bdbdbd;
}

.form-error{
	display: block;
	position: absolute;
	top: 100%;
	margin-top: 4px;
	color: #d30505;
	font-size: 14px;
	line-height: 1.2;

}

.has-error input{
	border-color: #d30505;
}

.form-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.form-input__element {
	width: 100%;
	padding: 10px 10px 11px 10px !important;
	cursor: default;
	color: black;
	font-size: 16px !important;
	line-height: 18px !important;
	border: 1px solid #d4d4d4 !important;
	box-shadow: none;
	background-color: white !important;
	border-radius: 5px !important;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
	appearance: none;
}

	.form-input__element::-webkit-input-placeholder {
		color: rgba(white, 0);
	}
	.form-input__element:-moz-placeholder {
		color: rgba(white, 0);
		opacity: 0;
	}
	.form-input__element::-moz-placeholder {
		color: rgba(white, 0);
		opacity: 0;
	}
	.form-input__element:-ms-input-placeholder {
		color: rgba(white, 0);
	}
	.form-input__element::-ms-input-placeholder {
		color: rgba(white, 0);
	}
	.form-input__element::placeholder {
		color: rgba(white, 0);
	}
	.form-input__element::-webkit-outer-spin-button,
	.form-input__element::-webkit-inner-spin-button {
		-webkit-appearance: none;
	}
	.form-input__element::-ms-expand,
	.form-input__element::-ms-clear {
		display: none;
	}
	.form-input__element:focus {
		border-color: #7d7d7d !important;
	}
	.form-input__element.error {
		border-color: #c80000 !important;
		background-color: rgba(206,4,4,0.03) !important;
	}

.form-input__label {
	max-width: 75%;
	max-width: calc(100% - 45px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 11px;
	left: 7px;
	padding: 0 5px 2px !important;
	color: #8f8f8f;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	transition: .2s ease;
	border-radius: 5px;
	transform-origin: left top;
	pointer-events: none;
	background-color: white;
	z-index: 3;
}

.form-input__element.valid ~ .form-input__label,
.form-input__element.error ~ .form-input__label, 
.form-input__element:focus ~ .form-input__label, 
.form-input__element:not(:placeholder-shown) ~ .form-input__label,
.form-input.is-active .form-input__label,
.has-success ~ .form-input__label {
	transform: scale(.75) translateY(-26px);
}

.form-input .select {
	border: 0 !important;
}

.form-input select {
	background-color: transparent !important;
}

#header{
	position: fixed;
	top: 0;
	left: 0; right: 0;
	background: #f5f5f5;
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	z-index: 2000;
}

#header .wrapper{
	height: 150px;
	position: relative;
	z-index: 100;
}

#header .logo{
	width: 200px;
	position: absolute;
	top: 36px; left: 50%;
	margin-left: -100px;
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
}

#header .logo img{
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
}

#header .menu{
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	text-align: center;
	line-height: 24px;
}

#header .menu > ul{
	font-size: 0;
	white-space: nowrap;
}

#header .menu > ul > li{
	display: inline-block;
	padding: 0 15px;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: top;
}

#header .menu > ul > li > a{
	display: block;
	padding: 0 0 13px;
	position: relative;
	border-bottom: 2px solid transparent;
	z-index: 2;
}

#header .menu > ul > li:hover > a{
	border-bottom-color: #171717;
}

#header .menu > ul > li:focus-within > a{
	border-bottom-color: #171717;
}

#header .menu > ul > li:hover > a.highlight{
	border-bottom-color: #e32428;
}

#header .menu > ul > li:focus-within > a.highlight{
	border-bottom-color: #e32428;
}

#header .menu > ul > li.has-dropdown:hover > a{
	-webkit-transition-delay: 250ms;
		 -o-transition-delay: 250ms;
			transition-delay: 250ms;
}

#header .menu > ul > li.has-dropdown:focus-within > a{
	-webkit-transition-delay: 250ms;
		 -o-transition-delay: 250ms;
			transition-delay: 250ms;
}

#header .menu .dropdown{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 10px; right: 10px;
	margin-top: -1px;
	padding: 40px;
	text-align: left;
	text-transform: none;
	background: white;
	border-top: 1px solid #e6e6e6;
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1) 250ms;
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1) 250ms;
	transition: 450ms cubic-bezier(.215,.61,.355,1) 250ms;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
			box-shadow: 0 5px 5px rgba(0,0,0,.1);
	z-index: 1;
}

#header .menu li:hover .dropdown{
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0ms;
		 -o-transition-delay: 0ms;
			transition-delay: 0ms;
}
	@supports not (-ms-high-contrast: none) {
		#header .menu li:focus-within .dropdown{
			opacity: 1;
			visibility: visible;
			-webkit-transition-delay: 0ms;
				 -o-transition-delay: 0ms;
					transition-delay: 0ms;
		}
	}

#header .collections{
	padding: 10px 0 15px;
	font-size: 0;
	text-align: center;
}

#header .collections a{
	display: inline-block;
	position: relative;
	margin: 0 40px;
	font-size: 22px;
	font-weight: 300;
	vertical-align: top;
}

#header .navs{
	display: table; width: 100%;
}

#header .navs .links,
#header .navs .banner{
	display: table-cell;
	vertical-align: top;
}

#header .navs .banner{
	width: 444px;
}

#header .navs .banner div{
	margin: -40px -40px -40px 0;
	position: relative;
	right: -40px;
}

#header .navs .cell{
	padding: 7px 0 0 20px;
	vertical-align: top;
}

#header .navs h2{
	margin-bottom: 15px;
	font: 300 22px/1.2 'Lato', Arial, sans-serif;
}

#header .navs li{
	padding-top: 14px;
	line-height: 1.2;
}

#header .navs a{
	display: inline-block;
	position: relative;
}

#header .help-menu{
	position: absolute;
	top: 50px;
	font-size: 13.4px;
	z-index: 3;
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

	#header .help-menu.left{ left: 10px; }
	#header .help-menu.right{ right: 40px; }

#header .help-menu > li{
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}

#header .help-menu .has-dropdown{
	position: relative;
}

#header .help-menu > li a{
	display: inline-block;
	position: relative;
}

	#header .has-dropdown > a{
		padding-right: 20px!important;
	}

	#header .has-dropdown > a:after{
		content: '';
		height: 5px; width: 9px;
		position: absolute;
		top: 9px; right: 0;
		background-position: 0 0;
	}

	#header .help-menu .js-toggle-search{
		padding-left: 18px;
	}

	#header .help-menu .js-toggle-search:before{
		content: '';
		height: 16px; width: 16px;
		position: absolute;
		top: 50%; left: 0;
		margin: -7px 0 0 -7px;
		background-position: -85px -110px;
	}

#header .help-menu .dd-holder{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -6px; right: -6px;
	min-width: 130px;
	padding-top: 29px;
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1) 250ms;
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1) 250ms;
	transition: 450ms cubic-bezier(.215,.61,.355,1) 250ms;
}

	#header .help-menu .has-dropdown:hover .dd-holder{
		opacity: 1;
		visibility: visible;
	}

	#header .help-menu .has-dropdown:focus-within .dd-holder{
		opacity: 1;
		visibility: visible;
	}

#header .help-menu .dd-holder .dd{
	background: white;
	border-top: 2px solid #171717;
}

#header .dd ul{
	padding: 16px 0;
}

#header .dd ul li{
	padding: 8px 20px;
}

#header .dd ul li a{
	display: block;
}

#header .dd ul li a:hover,
#header .dd ul li a.active{
	color: #7f7f7f;
}

.search-holder{
	clear: both;
	margin: 40px auto 20px;
}

#header .search-holder{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 10px; right: 10px;
	margin: -51px 0 0;
	padding: 55px 80px 55px 20px;
	background: white;
	border-top: 1px solid #e6e6e6;
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
			box-shadow: 0 5px 5px rgba(0,0,0,.1);
	z-index: 10;
}

	.search-open #header .search-holder{
		opacity: 1;
		visibility: visible;
	}

	.search-open #header .help-menu .js-toggle-search:after{
		content: '';
		height: 2px; width: 100%;
		position: absolute;
		top: 100%; left: 0;
		margin-top: 27px;
		background: #171717;
	}

.search-holder form{
	position: relative;
	margin: auto;
	padding-right: 154px;
}

	#header .search-holder form{
		max-width: 952px;
	}

.search-holder input{
	height: 49px;
	border-color: black;
	border-right-width: 0;
}

.search-holder .form-input__label {
	top: 15px;
}

.search-holder .form-input__element {
	border-color: black !important;
	border-right-width: 0 !important;
	border-radius: 5px 0 0 5px !important;
}

.search-holder [type="submit"]{
	height: 49px; width: 154px;
	padding-bottom: 2px;
	position: absolute;
	top: 0; right: 0;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid black;
	background: transparent;
	transition: 450ms cubic-bezier(.215,.61,.355,1);
	border-radius: 0 5px 5px 0;
}

.search-holder [type="submit"]:hover{
	color: white;
	background: #7a7a7a;
}

.search-holder [type="reset"]{
	height: 28px; width: 28px;
	position: absolute;
	top: 10px; right: -90px;
	text-indent: -10000px;
	background-position: -12px 0;
}

.search-holder .form-input__element.valid ~ .form-input__label, 
.search-holder .form-input__element.error ~ .form-input__label, 
.search-holder .form-input__element:focus ~ .form-input__label, 
.search-holder .form-input__element:not(:placeholder-shown) ~ .form-input__label {
	transform: scale(.75) translateY(-30px);
}

_:-ms-fullscreen, :root .search-holder [type="submit"]{
	padding-bottom: 0;
}

.fake-header{
	height: 200px;
}

.fixed-header #header{
	top: -70px;
}

.fixed-header #header .wrapper{
	height: 120px;
}

.fixed-header #header .logo img{
	max-height: 30px;
}

/*.fixed-header #header .help-menu{
	top: 83px;
}*/

.fixed-header #header .help-menu .dd-holder{
	padding-top: 17px;
}

.fixed-header #header .search-holder{
	margin-top: -1px;
}

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-webkit-box-sizing:border-box;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{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:grab}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-arrow{border-radius: 0;-webkit-border-radius:0;}.slick-slider .item{vertical-align: top;}

.slick-dots{
	font-size: 0;
	text-align: center;
}

.slick-dots li{
	display: inline-block;
	padding: 0 6px;
	cursor: pointer;
	vertical-align: bottom;
}

.slick-dots li:only-child{ display: none; }

.slick-dots li button{
	height: 8px; width: 8px;
	border: 0;
	text-indent: -10000px;
	min-width: inherit;
	background: #dfdfdf;
	vertical-align: middle;
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
	border-radius: 10px;
}

.slick-dots .slick-active button{
	background: black;
}

.sb{
	display: inline-block;
	position: relative;
	padding: 12px 25px 15px;
	color: white;
	font: 13px/1.1 'Lato', Arial, sans-serif;
	text-decoration: none;
}

.sb b:nth-child(1),
.sb b:nth-child(3){
	content: ''; display: block;
	height: 100%; width: 1px;
	position: absolute;
	left: 0; bottom: 0;
	background: white;
}

.sb b:nth-child(2),
.sb b:nth-child(4){
	content: ''; display: block;
	height: 1px; width: 100%;
	position: absolute;
	top: 0; left: 0;
	background: white;
}

.sb b:nth-child(3){
	top: 0; right: 0;
	left: auto; bottom: auto;
}

.sb b:nth-child(4){
	top: auto; left: auto;
	right: 0; bottom: 0;
}

a:hover .sb  b:nth-child(1),
.sb:hover b:nth-child(1){
	-webkit-animation: move1 1500ms cubic-bezier(0.19, 1, 0.22, 1);
			animation: move1 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}

a:hover .sb  b:nth-child(2),
.sb:hover b:nth-child(2){
	-webkit-animation: move2 1500ms cubic-bezier(0.19, 1, 0.22, 1);
			animation: move2 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}

a:hover .sb  b:nth-child(3),
.sb:hover b:nth-child(3){
	-webkit-animation: move3 1500ms cubic-bezier(0.19, 1, 0.22, 1);
			animation: move3 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}

a:hover .sb  b:nth-child(4),
.sb:hover b:nth-child(4){
	-webkit-animation: move4 1500ms cubic-bezier(0.19, 1, 0.22, 1);
			animation: move4 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes move1{ 0% { height: 100%; bottom: 0; } 34% { height: 0; bottom: 100%; } 35% { height: 0; bottom: 0; } 100% { height: 100%; bottom: 0; } }
@keyframes move1{ 0% { height: 100%; bottom: 0; } 34% { height: 0; bottom: 100%; } 35% { height: 0; bottom: 0; } 100% { height: 100%; bottom: 0; } }

@-webkit-keyframes move2{ 0% { width: 0; left: 0; } 50% { width: 100%; left: 0; } 100% { width: 100%; left: 0; } }
@keyframes move2{ 0% { width: 0; left: 0; } 50% { width: 100%; left: 0; } 100% { width: 100%; left: 0; } }

@-webkit-keyframes move3{ 0% { height: 100%; top: 0; } 34% { height: 0; top: 100%; } 35% { height: 0; top: 0; } 100% { height: 100%; top: 0; } }
@keyframes move3{ 0% { height: 100%; top: 0; } 34% { height: 0; top: 100%; } 35% { height: 0; top: 0; } 100% { height: 100%; top: 0; } }

@-webkit-keyframes move4{ 0% { width: 0; right: 0; } 55% { width: 100%; right: 0; } 100% { width: 100%; right: 0; } }
@keyframes move4{ 0% { width: 0; right: 0; } 55% { width: 100%; right: 0; } 100% { width: 100%; right: 0; } }

.presentation{
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}

.presentation .item {
	position: relative;
	color: white;
	font-size: 24px;
	font-family: 'Bodoni', Georgia, Arial, serif;
}

.presentation picture {
	display: block;
	width: 100%;
	float: left;
	position: relative;
}

.presentation picture:before {
	content: '';
	width: 1px;
	margin-left: -1px;
	float: left;
	height: 0;
	padding-bottom: calc(100% / (1330/650));
}

.presentation picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	font-family: 'object-fit: cover;';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.presentation .item .bgr {
	height: 100%; width: 100%;
	position: absolute;
	top: 0; left: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.no-object-fit .presentation img{
	opacity: 0;
	visibility: hidden;
}

.presentation .wrapper{
	padding: 0 96px;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: 2;
}

.presentation h1{
	margin-bottom: 16px;

}

.presentation .sb{
	margin-top: 24px;
	padding: 14px 40px 17px;
	font-size: 17px;
}

.presentation .slick-dots{
	position: absolute;
	bottom: 80px; left: 96px;
	z-index: 5;
}

.presentation .slick-dots li button{
	height: 30px; width: 46px;
	position: relative;
	background: transparent;
}

	.presentation .slick-dots li button:before{
		content: '';
		height: 1px; width: 100%;
		position: absolute;
		bottom: 10px; left: 0;
		background: white;
		-webkit-transition: 250ms cubic-bezier(.215,.61,.355,1);
		-o-transition: 250ms cubic-bezier(.215,.61,.355,1);
		transition: 250ms cubic-bezier(.215,.61,.355,1);
	}

.presentation .slick-dots .slick-active button:before{
	height: 5px;
}

.no-js .presentation .item{ display: none; }
.no-js .presentation .item:first-child{ display: block; }

section{
	margin-bottom: 70px;
}

.vda{
	margin-bottom: -1px;
}

.collections-grid{
	width: calc(100% + 2px);
	margin: 1px 0 0 -1px!important;
}

.collections-grid [class*="grid-"]{
	padding: 0 0 0 1px;
}

.collections-grid figure{
	position: relative;
	overflow: hidden;
}

.collections-grid img{
	width: 100%;
	min-height: 442px;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: -webkit-transform 450ms cubic-bezier(.215,.61,.355,1);
	transition: -webkit-transform 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: transform 450ms cubic-bezier(.215,.61,.355,1);
	transition: transform 450ms cubic-bezier(.215,.61,.355,1);
	transition: transform 450ms cubic-bezier(.215,.61,.355,1), -webkit-transform 450ms cubic-bezier(.215,.61,.355,1);
	-webkit-transform: scale3d(1,1,1);
			transform: scale3d(1,1,1);
}

	.collections-grid figure:hover img{
		-webkit-transform: scale3d(1.1,1.1,1);
				transform: scale3d(1.1,1.1,1);
	}

.collections-grid figure figcaption{
	position: absolute;
	bottom: 25px;
	left: 150px; 
	right: 30px;
	color: white;
	z-index: 2;
	width: 50%;
}

.featured-products{
	max-width: 1140px;
	margin: auto;
	font-size: 0;
}

.featured-products--full-width {
	max-width: 100% !important;
}
	.products section:only-child{
		display: block;
		max-width: 1140px;
		margin: auto;
	}
	.products section.products-section:only-child,
	.products-section {
		max-width: 100%;
		position: relative;
	}

	.products section .featured-products {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		margin: -3px;
		width: 100%;
		max-width: 100%;
		margin-left: 3px;
	}

	.products section .featured-products .item {
		margin: 0;
		padding: 3px;
		padding-bottom: 16px;
	}
	.products section .featured-products figure > div {
		height: auto;
		padding: 0;
		margin: 0 0 10px 0;
	}
	.products aside {
		-ms-flex-negative: 0;
			flex-shrink: 0;
	}
	.products section .featured-products figure > div:before {
		content: '';
		padding-top: 150%;
		float: left;
	}
	.products section .featured-products figure > div img {
		max-height: 100%;
		display: inline-block;
		height: 100%;
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		font-family: "object-fit: contain;";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
		-webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
		transition: opacity .4s ease,-webkit-transform .4s ease;
		-o-transition: transform .4s ease,opacity .4s ease;
		transition: transform .4s ease,opacity .4s ease;
		transition: transform .4s ease,opacity .4s ease,-webkit-transform .4s ease;

		/* border: 1px solid lime; */
	}

	.products section .featured-products figure > div > a:hover > img {
		-webkit-transform: scale(1.02);
			-ms-transform: scale(1.02);
				transform: scale(1.02);
	}

	.products section .featured-products figure > div img.product-hover-img-1 {
		opacity: 1;
		transition: opacity 0.4s ease;
	}

	.products section .featured-products figure > div img.product-hover-img-2 {
		opacity: 0;
		transition: opacity 0.4s ease;
		z-index: 3;
	}
	.products section .featured-products figure > div > a:hover > img.product-hover-img-1 {
		opacity: 0;
		transform: scale(1);
	}
	.products section .featured-products figure > div > a:hover > img.product-hover-img-2 {
		opacity: 1;
		transform: scale(1);
	}


.featured-products.wide-products{
	max-width: inherit;
}

.featured-products .item{
	display: inline-block;
	width: 33.333%;
	margin-top: 22px;
	padding-left: 2px;
	font-size: 16px;
	vertical-align: top;
}

	.featured-products .slider .item{
		margin-top: 0;
		width: 100% !important
	}

	.products section:only-child .featured-products .item,
	.featured-products.wide-products .slider .item{
		width: 25%;
	}

.featured-products figure > div{
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
	padding: 3px;
	background: white;
	-webkit-transition: background 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: background 450ms cubic-bezier(.215,.61,.355,1);
	transition: background 450ms cubic-bezier(.215,.61,.355,1);
}
/*
.featured-products figure:hover > div{
	background: #fafafa;
}

	.no-backgroundblendmode .featured-products figure > div:after{
		content: '';
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
		background-color: rgba(0,0,0,.03);
		transition: background-color 450ms cubic-bezier(.215,.61,.355,1);
		pointer-events: none;
	}

	.no-backgroundblendmode .featured-products figure > div,
	.no-backgroundblendmode .featured-products figure:hover > div:after{
		background: transparent;
	}
	*/

.featured-products figure > div img{
	max-height: 330px;
}

	.featured-products .slider figure > div{
		height: auto
	}

	.featured-products .slider figure > div > a {
		width: 100%;
	}
	.featured-products .slider figure > div > a img {
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		-o-transition: transform .4s ease;
		transition: transform .4s ease;
	}

	.featured-products .slider figure > div > a:hover img {
		-webkit-transform: scale(1.02);
		-ms-transform: scale(1.02);
		transform: scale(1.02);
	}

	.featured-products .slider figure > div img{
		max-height: 100%;
		height: auto;
		width: 100%;
	}

.featured-products figure > div .label{
	position: absolute;
	top: 20px; right: 0;
	padding: 3px 8px;
	color: white;
	font-size: 18px;
	line-height: 1.2;
	text-transform: lowercase;
	background: #e22328;
	z-index: 10;
}

.featured-products figure > div .label.new,
.featured-products.wishlist figure > div .label.new {
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 6px;

}

.featured-products.wishlist figure > div .label{
	left: 0; right: auto;
}

.featured-products .slider figure > div .label{
	right: 3px;
}

/*.featured-products figure > div .label.discount{
	background: black;
}*/

.featured-products .remove{
	height: 19px; width: 18px;
	position: absolute;
	top: 20px; right: 17px;
	cursor: pointer;
	text-indent: -10000px;
	background-position: -66px 0;
}

.featured-products figcaption{
	padding: 0 10px;
	text-align: center;
}
.featured-products figcaption a {
	-webkit-transition: color ease 0.4s;
	-o-transition: color ease 0.4s;
	transition: color ease 0.4s;
}
.featured-products figcaption a:hover {
	color: rgba(0,0,0,0.70);
}

.featured-products h2{
	/* min-height: 33px; */
	margin: 0;
	/* margin-bottom: 8px; */
	font: normal 15px/1.2 'Lato', Arial, sans-serif;
}

.featured-products .prices{
	font-size: 0;
}

.featured-products .prices p,
.featured-products .prices del{
	display: inline-block;
	font-size: 16px;
	margin: 5px 5px 0;
	vertical-align: middle;
}

.featured-products .prices del ~ p{
	color: #e22328;
}

.featured-products .prices del{
	color: #707070;
}
.item .toggle-fav {
	opacity: 0;
}
.touchevents .item .toggle-fav {
	opacity: 1;
}
.item.faved .toggle-fav {
	opacity: 1;
}
.item:hover .toggle-fav {
	opacity: 1;
}
.item:hover .toggle-fav:hover {
	opacity: 0.66;
}
.toggle-fav {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 40px;
	height: 40px;
	z-index: 10;
	background: transparent url('../images/layout/heart.svg') center center no-repeat;
	transition: opacity 450ms cubic-bezier(.215,.61,.355,1);
}
.item.faved .toggle-fav {
	background: transparent url('../images/layout/heart-fill.svg') center center no-repeat;
}
.toggle-fav .sr {
	position: absolute;
}

.custom-paging{
	display: none;
	position: relative;
	margin-top: 15px;
	padding: 0 60px;
}

	.active-paging .custom-paging{
		display: inline-block;
	}

	.app .slick-prev,
	.app .slick-next{
		height: 13px; width: 22px;
		position: absolute;
		top: 50%; left: 5px;
		margin-top: -3px;
		text-indent: -10000px;
		background-position: -42px 0;
		z-index: 2;
	}

	.app .slick-next{
		left: auto; right: 5px;
		background-position: -42px -15px;
	}

	.large-arrows .slick-arrow{
		height: 28px; width: 46px;
		margin-top: -14px;
	}

		.large-arrows .slick-arrow:after{
			content: '';
			position: absolute;
			top: -10px; bottom: -10px;
			left: -10px; right: -10px;
			background: rgba(255,255,255,0);
		}

	.large-arrows .slick-prev{
		left: 30px;
		background-position: 0 -137px;
	}

	.large-arrows .slick-next{
		right: 30px;
		background-position: 0 -167px;
	}

	.app .product-slider .slick-prev,
	.app .product-slider .slick-next{
		background-color: white;
		transition: opacity 450ms cubic-bezier(.215,.61,.355,1);
	}

	.app .product-slider .slick-prev:after,
	.app .product-slider .slick-next:after{
		content: '';
		position: absolute;
		top: -10px; bottom: -10px;
		left: -5px; right: -5px;
		border-style: solid;
		border-color: white;
		border-width: 10px 5px;
	}
	.app .product-slider .slick-prev:hover,
	.app .product-slider .slick-next:hover {
		opacity: 0.5;
	}

.vda img{
	min-height: 440px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: left top;
	   object-position: left top;
}

	.no-object-fit .vda img{
		min-height: inherit;
	}

.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
	width: 100%;
	margin: 0 auto 70px;
}

	.products aside,
	.products section{
		display: table-cell;
		vertical-align: top;
	}

	.products section{
		width: 100%;
	}

	.products aside{
		width: 240px;
		padding-right: 45px;
	}

.products aside .fieldset{
	padding: 23px 0 27px;
	border-top: 1px solid #e6e6e6;
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
}

	.products aside .fieldset:first-child{
		border-top-width: 0;
	}

.shrinked-content{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.page-header{
	margin-bottom: 30px;
}

.page-header h1{
	font-size: 40px;
	float: left;
	margin: 0;
	letter-spacing: 2px;
}
.page-header-wrapper .page-header .filters-top {
	margin-right: 15px;
	-webkit-transition: background ease 0.4s;
	-o-transition: background ease 0.4s;
	transition: background ease 0.4s;
}
.page-header-wrapper .page-header .filters-top:hover {
	background: rgba(122, 122, 122, 0.85);
}
.page-header-wrapper .page-header h1 {
	float: none;
	margin-right: auto;
}
.page-header-wrapper .page-header .breadcrumbs {
	-ms-flex-item-align: end;
		align-self: flex-end;
}

.page-header-wrapper .page-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 10px;
}
.main-fixed-header {
	display: block;
	margin-top: 70px;
}
.main-fixed-header-with-filter {
	margin-top: 120px;
}
.page-header-wrapper {
	position: fixed;
	z-index: 1990;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	left: 50%;
	right: 50%;
	transform: translate(-50%, 0);
	background-color: white;
	transition: 400ms cubic-bezier(.215,.61,.355,1);
	backface-visibility: hidden;
	top: 200px;
}
.page-header-wrapper::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	left: 0;
	bottom: 0;
	top: -80px;
	background-color: white;
	z-index: -1;
}
.fixed-header .page-header-wrapper {
	top: 60px;
}
.fixed-header .main-fixed-header-with-filter .page-header-wrapper {
	top: 90px;
	background-color: transparent;
}
.main-fixed-header-with-filter .page-header-wrapper:before {
	bottom: 54px;
	top: -40px;
}

.breadcrumbs{
	padding-top: 12px;
	float: right;
	font-size: 0;
}

.breadcrumbs li{
	display: inline-block;
	position: relative;
	color: #9f9f9f;
	font-size: 12px;
	vertical-align: top;
}

	.breadcrumbs li ~ li{
		padding-left: 15px;
	}

	.breadcrumbs li ~ li:after{
		content: '/';
		position: absolute;
		top: 0; left: 5px;
	}

.breadcrumbs li a{
	color: #9f9f9f;
	-webkit-transition: color ease 0.4s;
	-o-transition: color ease 0.4s;
	transition: color ease 0.4s;
}
.breadcrumbs li a:hover {
	color: #757575;
}
/* new filter */
.new-filter {
	z-index: 100;
	top: 100px;
	left: 0;
	right: 0;
	padding: 10px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
}
.new-filter-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.new-filter-group ~ .new-filter-item:last-child .new-filter-dropdown {
	left: auto;
	right: 0;
}
.new-filter-group ~ .new-filter-item.filter-open:last-child {
	width: 274px;
}
.new-filter-item {
	margin-right: 16px;
	position: relative;
	z-index: 1;
}
.new-filter-item:last-child {
	margin-right: 0;
}
.new-filter-item.filter-open {
	z-index: 3;
}
.new-filter-button {
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 15px;
	background-color: white;
}
.new-filter-button::after {
	content: '';
	display: block;
	height: 5px;
	width: 9px;
	margin-left: 12px;
	background: url(../images/layout/ui.svg) no-repeat 0 0;
}
.new-filter-item.filter-open .new-filter-button {
	padding-right: 36px;
}
.new-filter-item.filter-open .new-filter-button::after {
	display: none;
}
.new-filter-item.filter-open .new-filter-button::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 274px;
	background: #fff url('../images/layout/close.svg') no-repeat right 12px center;
	background-size: 18px 18px;
}
.new-filter-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 274px;
	background-color: white;
	padding: 24px;
	border-top: 1px solid #ccc;
}
.new-filter-overlay {
	display: none;
	position: fixed;
	z-index: 2;
	top: -50vh;
	left: -50vw;
	width: 200vw;
	height: 200vh;
	background-color: rgba(0,0,0,0.54);
}
/* end of new filter */
.filters-top{
	display: inline-block;
	padding: 4px 32px 5px 16px;
	position: relative;
	color: white;
	font-size: 13px;
	background: #7a7a7a;
}

	.filters-top:after{
		content: '';
		height: 5px; width: 9px;
		position: absolute;
		top: 13px; right: 0;
		margin-right: 12px;
		background-position: 0 -8px;
		-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
		-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
		transition: 450ms cubic-bezier(.215,.61,.355,1);
	}

.products .filter-type{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.products .price-filter{
	margin: 0 10px;
}

.products .filters li{
	margin-top: 10px;
}

	.products .filters li:first-child{
		margin-top: 0;
	}

.products .filters li label{
	display: block;
}

/* .products section {
	opacity
} */
.products.filters-closed {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
.products aside {
	transition: transform 400ms ease,margin-left 400ms ease,opacity 400ms ease,padding 400ms cubic-bezier(.39,.575,.565,1),top 300ms cubic-bezier(.39,.575,.565,1),-webkit-transform 400ms ease;
}
.products.filters-closed aside {
	opacity: 0;
	-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
			transform: translateX(-100%);
	visibility: hidden;
	position: absolute;
}
.page-header-wrapper .filters-top {
	cursor: pointer;
}
.page-header-wrapper .filters-top:after {
	-webkit-transform: rotateZ(0);
	-ms-transform: rotate(0);
		transform: rotateZ(0);
}
.page-header-wrapper .filters-closed.filters-top:after{
	-webkit-transform: rotateZ(180deg);
			-ms-transform: rotate(180deg);
		transform: rotateZ(180deg);
}

.products.filters-closed aside .fieldset {
	border-top: none;
}

.products.filters-closed .page-header{
	margin-top: 30px;
}
.products .featured-products .item {
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.products.filters-closed .featured-products .item {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.products.filters-closed .featured-products .item {
	width: 25%;
}
/* .products section {
	animation: SlideUpLoad 0.4s ease;

} */
.products.filters-closed section {
	-webkit-animation: SlideUpClick 0.4s ease;
			animation: SlideUpClick 0.4s ease;

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.products section .featured-products {
		max-width: 1140px;
	}
	.products.filters-closed .featured-products {
		max-width: 1360px;
	}
}

@-webkit-keyframes SlideUpLoad {
	0% {
		-webkit-transform: translate(240px, 0px);
				transform: translate(240px, 0px);

	}
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

@keyframes SlideUpLoad {
	0% {
		-webkit-transform: translate(240px, 0px);
				transform: translate(240px, 0px);

	}
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

@-webkit-keyframes SlideUpClick {
	0% {
		-webkit-transform: translate(240px, 0px);
				transform: translate(240px, 0px);

	}
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

@keyframes SlideUpClick {
	0% {
		-webkit-transform: translate(240px, 0px);
				transform: translate(240px, 0px);

	}
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}

.app .products .filters [class*="checkbox"] [type="checkbox"] ~ var:before,
.app .products .filters [class*="radio"] [type="radio"] ~ var:before{
	content: '';
	height: 20px; width: 20px;
	border-radius: 100px;
}

.app .filters [class*="checkbox"] [type="checkbox"] ~ var:after,
.app .filters [class*="radio"] [type="radio"] ~ var:after{
	height: 20px; width: 20px;
	top: 3px; left: 0;
	border-radius: 100px;
	background-color: black;
	background-position: -48px -202px;
}

div.sizes{
	margin: -3px -5px;
	font-size: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.sizes label{
	display: inline-block;
	margin: 3px 5px;
	position: relative;
	font-size: 16px;
	cursor: pointer;
}

.sizes label input{
	min-height: inherit;
	width: auto; border: 0;
	padding: 0;
	position: absolute!important;
	top: -1px; left: 0;
	opacity: 0;
	cursor: pointer;
}

.sizes label var{
	display: block;
	min-width: 58px;
	padding: 7px 6px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
}

.sizes label input:checked ~ var{
	border-color: #a6a6a6;
}

.colors{
	margin: -21px 0 0 -11px;
	font-size: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.colors label{
	display: inline-block;
	height: 14px; width: 14px;
	margin: 21px 0 0 11px;
	position: relative;
	cursor: pointer;
}

.colors var{
	display: block;
	text-align: left;
	font-style: normal;
}

.colors input{
	min-height: inherit;
	width: auto; border: 0;
	padding: 0;
	position: absolute;
	top: -1px; left: 0;
	opacity: 0;
	cursor: pointer;
}

.colors [disabled] ~ var{
	opacity: .3;
	cursor: not-allowed;
}

.dt .colors [disabled] ~ var,
.checkout .colors [disabled] ~ var,
.basket .colors [disabled] ~ var{
	opacity: 1;
	cursor: default;
}

.colors var{
	height: 15px; width: 15px;
	position: relative;
}

.colors var span,
.group-color-filter .gt span{
	height: 14px; width: 14px;
	position: absolute;
	top: 0; left: 0;
	border-radius: 14px;
}

.group-color-filter .gt span{
	display: inline-block;
	position: relative;
	margin: -2px 10px 0 0;
	vertical-align: middle;
}

.colors var span:before,
.group-color-filter .gt span:before{
	content: '';
	visibility: hidden;
	height: 4px; width: 4px;
	position: absolute;
	top: 5px; left: 5px;
	background: white;
	border-radius: 5px;
	z-index: 2;
}

.colors var span[style*="#fff"],
.colors var span[style*="#ffffff"],
.colors var span[style*="white"],
.group-color-filter .gt span[style*="#fff"],
.group-color-filter .gt span[style*="#ffffff"],
.group-color-filter .gt span[style*="white"]{
	height: 15px; width: 15px;
	border: 1px solid #d5d5d5;
}

.colors var span[style*="#fff"]:before,
.colors var span[style*="white"]:before,
.group-color-filter .gt span[style*="#fff"]:before,
.group-color-filter .gt span[style*="white"]:before{
	background: black;
}

.colors input:checked ~ var span:before,
.group-color-filter .gt span:before{
	visibility: visible;
}

.colors .pattern img{
	border-radius: 20px;
}

.irs{
	display: block;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.irs-line{
	display: block;
	position: relative;
	overflow: hidden;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right{
	display: block;
	position: absolute;
	top: 0;
	cursor: pointer;
}

	.irs-line-left{
		left: 0; width: 8%;
	}

	.irs-line-mid{
		left: 7%; width: 82%;
	}

	.irs-line-right{
		right: 0; width: 12%;
	}

.irs-bar{
	display: block; width: 0;
	position: absolute;
	left: 0;
}

.irs-bar-edge{
	display: block;
	position: absolute;
	top: 0; left: 0;
}

.irs-shadow{
	display: none; width: 0;
	position: absolute;
	left: 0;
}

.irs-slider{
	display: block;
	position: absolute;
	cursor: default;
	z-index: 1;
}

.irs-slider.type_last{
	z-index: 2;
}

.irs-min{
	display: block;
	position: absolute;
	left: 0;
	cursor: default;
}

.irs-max{
	display: block;
	position: absolute;
	right: 0;
	cursor: default;
}

.irs-from,
.irs-to,
.irs-single{
	display: block;
	position: absolute;
	top: 0; left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid{
	display: none;
	height: 20px; width: 100%;
	position: absolute;
	bottom: 0; left: 0;
}

.irs-with-grid .irs-grid{
	display: block;
}

.irs-grid-pol{
	width: 1px; height: 8px;
	position: absolute;
	top: 0; left: 0;
	background: black;
}

.irs-grid-pol.small{
	height: 4px;
}

.irs-grid-text{
	position: absolute;
	bottom: 0; left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #3c3c3c;
}

.irs-disable-mask{
	display: block;
	height: 100%; width: 102%;
	position: absolute;
	top: 0; left: -1%;
	cursor: default;
	background: rgba(0,0,0,0.0);
	z-index: 2;
}

.irs-disabled{
	opacity: 0.4;
}

.irs-hidden-input{
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.irs{
	height: 10px;
	margin-bottom: 40px;
}

.irs-line{
	height: 1px; top: 5px;
}
	.irs-line-left{
		height: 1px;
		background: #e6e6e6;
	}
	.irs-line-mid{
		height: 1px;
		background: #e6e6e6;
	}
	.irs-line-right{
		height: 1px;
		background: #e6e6e6;
	}

.irs-bar{
	height: 1px; top: 5px;
	margin-left: -1px;
	cursor: pointer;
	background: black;
}

.irs-bar-edge{
	top: 5px;
	height: 4px; width: 25px;
	cursor: pointer;
	border-radius: 4px 0 0 4px;
}

.irs-shadow{
	height: 1px; top: 14px;
	background: black;
	opacity: 0.15;
}

.irs-slider{
	width: 18px; height: 18px;
	top: 50%;
	margin-top: -9px;
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
	background: black;
	border-radius: 100px;
}

	.irs-slider:after{
		content: '';
		position: absolute;
		top: -8px; bottom: -8px;
		left: -8px; right: -8px;
		background: rgba(255,255,255,0);
	}

.irs-min,
.irs-max{
	top: 30px;
	white-space: nowrap;
	visibility: visible!important;
}

.irs-from,
.irs-to,
.irs-single{
	display: none;
	color: white;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: rgba(0,0,0,0.3);
}

.irs-grid-pol{
	background: #99a4ac;
}

.irs-grid-text{
	color: #99a4ac;
}

.group-option-filter,
.group-color-filter{
	position: relative;
}
.group-option-filter .filters label var {
	-webkit-transition: color ease 0.4s;
	-o-transition: color ease 0.4s;
	transition: color ease 0.4s;
}
.group-option-filter .filters label:hover var {
	color: rgba(0, 0, 0, 0.5);
}

.group-option-filter .gt,
.group-color-filter .gt{
	display: none;
	cursor: pointer;
}

.group-option-filter .gt > div,
.group-color-filter .gt > div{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.filters-tags{
	padding-top: 10px;
	font-size: 0;
}

.filters-tags:empty{ display: none; }

.filters-tags p,
.filters-tags span{
	display: inline-block;
	font-size: 13px;
	margin: 5px 8px 0 0;
	line-height: 1;
	vertical-align: top;
}

.filters-tags p{
	margin-top: 6px;
}

.filters-tags span{
	padding: 2px 20px 4px 7px;
	position: relative;
	font-size: 12px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}

.filters-tags span:last-of-type{
	margin-right: 0;
}

.filters-tags .remove-tag{
	height: 6px; width: 6px;
	position: absolute;
	top: 50%; right: 7px;
	margin-top: -3px;
	text-indent: -10000px;
	cursor: pointer;
	background-position: -94px -131px;
}

	.filters-tags .remove-tag:after{
		content: '';
		position: absolute;
		top: -2px; left: -2px;
		right: -2px; bottom: -2px;
		background: rgba(0,0,0,0);
	}

.collection-container,
.product-container{
	width: calc(100% + 90px);
	margin-left: -90px!important;
}

.collection-container [class*="grid-"],
.product-container [class*="grid-"]{
	padding-left: 91px;
}

.product-slider,
.collection-slider{
	max-height: 648px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: white;
}

	.collection-container .zoom-holder:before,
	.product-container .zoom-holder:before{
		content: '';
		height: 26px; width: 27px;
		position: absolute;
		bottom: 26px; right: 26px;
		background-position: -65px -21px;
		pointer-events: none;
		z-index: 2;
	}

	.expanded .collection-container .zoom-holder:before,
	.expanded .product-container .zoom-holder:before{
		display: none;
	}

.product-slider .item,
.collection-slider .item{
	position: relative;
}

	.product-slider .item .zoom,
	.collection-slider .item .zoom{
		height: 27px; width: 27px;
		position: absolute;
		right: 20px; bottom: 20px;
		text-align: left;
		text-indent: -10000px;
		background-color: white;
		background-position: -66px -21px;
	}

	.product-slider .item .zoom:after,
	.collection-slider .item .zoom:after{
		content: '';
		position: absolute;
		top: -10px; bottom: -10px;
		left: -10px; right: -10px;
		border: 10px solid white;
	}

.product-slider img,
.collection-slider img{
	height: 648px;
	max-height: 648px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

.thumbnails{
	height: 102px;
	overflow: hidden;
	margin: 14px 0 0 -2px;
}

.thumbnails.active-paging .slider{
	padding: 0 30px;
}

.thumbnails .item{
	display: inline-block;
	width: 20%;
	font-size: 16px;
	cursor: pointer;
	vertical-align: top;
	border: 1px solid rgba(0,0,0,0);
}

.thumbnails figure > div{
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 10px;
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
}

.thumbnails .slick-current .item{
	border-color: black;
}

.thumbnails figure > div img{
	height: 100%;
	max-height: 100px;
}

.zoom-image {
	display: block;
	cursor: url('../images/layout/zoom-in-sq.svg') 20 20, default;
}

.zoom-holder{
	display: none;
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	outline: none;
	background: white;
	z-index: 10000;
}

.zoom-holder .zoom-inner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	cursor: url('../images/layout/zoom-out-sq.svg') 20 20, default;
}

.zoom-holder .zoom-btn-next,
.zoom-holder .zoom-btn-prev {
	padding: 0;
	width: 56px;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}
.zoom-holder .zoom-btn-next:before,
.zoom-holder .zoom-btn-prev:before {
	content: '';
	background: url('../images/layout/arrow-left.svg') no-repeat;
	width: 24px;
	height: 24px;
	transition: opacity 450ms cubic-bezier(.215,.61,.355,1);
}
.zoom-holder .zoom-btn-next {
	left: auto;
	right: 0;
}
.zoom-holder .zoom-btn-next::before {
	background: url('../images/layout/arrow-right.svg') no-repeat;
}
.zoom-holder .zoom-btn-next:hover::before,
.zoom-holder .zoom-btn-prev:hover::before {
	opacity: 0.5;
}
.expanded{
	overflow: hidden;
}

.expanded .zoom-holder{
	display: block;
}

.zoom-inner > img{
	opacity: 0;
	visibility: hidden;
}

.zoom-inner .zoomImg{
	opacity: 1!important;
	visibility: visible;
	height: auto!important;
	min-width: 100%;
	max-height: inherit!important;
	max-width: inherit!important;
	top: 50%; left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.ie8 .zoom-inner .zoomImg,
.ie9 .zoom-inner .zoomImg{
	-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
			transform: translate(0, 0);
}

.zoom-holder img::-moz-selection{ background-color: transparent; }

.zoom-holder img::selection{ background-color: transparent; }

.close-zoom{
	/* display: none; */
	height: 56px;
	width: 56px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff url('../images/layout/close.svg') no-repeat center center;
	z-index: 10001;
	transition: opacity 450ms cubic-bezier(.215,.61,.355,1);
}
.close-zoom:hover{
	opacity: 0.5;
}

.touchevents .expanded .close-zoom{
	display: block;
}

.show-on-mobile .product-info {
	margin-bottom: 20px;
}

.collection-container .summary .breadcrumbs,
.product-container .summary .breadcrumbs{
	margin-bottom: 66px;
}

.collection-container .summary h2,
.product-container h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.collection-container .summary h1,
.product-container h1{
	font: 400 30px/1.1 'Lato', Arial, sans-serif;
}

.product-config{
	width: 100%;
	margin-top: 50px;
	border-collapse: separate;
}

.product-config td{
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
}

.product-config td:last-child{
	text-align: right;
}

.product-config td:only-child{
	text-align: left;
}

.product-config tr.controls td{
	padding: 35px 0;
	border-bottom-width: 0;
}

.product-config tr.controls + tr.controls td{
	padding-top: 0;
}

.product-config tr.links td{
	/*padding: 85px 0 0;*/
	padding: 0;
	border-bottom-width: 0;
}

.product-config tr.links:only-child td{
	padding-top: 35px;
}

.product-config .select.ghost select{
	width: auto;
	font-size: 18px;
	text-align: center;
	-moz-text-align-last: center;
		 text-align-last: center;
}

.product-config .colors{
	display: inline-block;
	max-width: 200px;
	margin-top: -5px;
	vertical-align: top;
}

.product-config .colors label{
	margin: 10px 0 0 10px;
}

.color-dropdown{
	position: relative;
	z-index: 3;
}

	.color-dropdown .dt{
		display: inline-block;
		position: relative;
		padding: 10px 28px 10px 10px;
		cursor: pointer;
	}

		.color-dropdown .dt:after{
			content: '';
			height: 7px; width: 11px;
			position: absolute;
			top: 50%; right: 10px;
			margin-top: -3px;
			background-position: -89px 0;
			pointer-events: none;
			z-index: 1;
		}

	.color-dropdown .db{
		display: none;
		position: absolute;
		top: 100%; right: 0;
		padding: 10px 3px 10px 10px;
		background: white;
	}

	.color-dropdown.open .db{
		display: block;
	}

	.color-dropdown .db .colors{
		width: 205px;
	}

.quantity{
	display: inline-block;
	position: relative;
	padding: 0 20px;
	vertical-align: middle;
}

.quantity input{
	width: 36px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.quantity a{
	position: absolute;
	top: 50%; left: 0;
	margin-top: -10px;
	font-size: 22px;
	line-height: 1;
}

.quantity .inc{
	left: auto; right: 0;
}

.quantity:before{
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	left: 20px; right: 20px;
	background: rgba(255,255,255,0);
}

.product-config .price{
	display: inline-block;
	margin: 9px 0 0 9px;
	font-size: 15px;
	font-weight: 300;
	vertical-align: middle;
}

.product-config .old-price{
	color: #707070;
	font-size: 14px;
	text-decoration: line-through;
}

.product-config .price .price-value{ font-size: 24px; }

.product-config .old-price .price-value{ font-size: 22px; }

.product-config .old-price ~ .price{ color: #e22328; }

/*
.product-config div.controls{
	float: right;
	margin-left: -20px;
}
*/

.product-config .controls button{
	height: 50px; width: 100%;
	background: #7a7a7a;
	color: white;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

.product-config .controls .to-wishlist{
	background: #f8f7f7;
}

.product-config .controls button span{
	display: block; height: 100%;
	position: relative;
	padding-top: 15px;
}

/*
.product-config .controls button span{
	display: block; height: 100%;
	position: relative;
	text-indent: -10000px;
}

	.product-config .controls button span:before{
		content: '';
		height: 22px; width: 22px;
		position: absolute;
		top: 50%; left: 50%;
		margin: -11px 0 0 -11px;
	}

	.product-config .controls .to-wishlist span:before{ background-position: 0 -30px; }
	.product-config .controls .to-basket span:before{ background-position: -24px -30px; }
*/

.product-config .product-links{
	/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	*/
	margin-left: -15px;
	font-size: 0;
}

.product-config .product-links a{
	display: inline-block;
	margin: 10px 0 0 15px;
	padding-right: 30px;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	text-decoration: underline;
}

	.product-config .product-links a:after{
		content: '';
		height: 20px; width: 20px;
		position: absolute;
		top: 50%; right: 0;
		margin-top: -9px;
	}

	.product-config .product-links .sizes:after{ background-position: 0 -54px; }
	.product-config .product-links .on-map:after{ background-position: -22px -54px; }
	.product-config .product-links .catalogue:after{ background-position: -32px -106px; }
	.product-config .product-links .to-wishlist:after{ background-position: -70px -202px; }

.sizes{
	font-size: 16px;
	table-layout: fixed;
}

.scrollable-table{
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

table.sizes{
	min-width: 580px;
}

table.sizes th{
	padding: 10px 5px;
	font: normal 20px/1.1 'Bodoni', Georgia, Arial, sans-serif;
}

table.sizes td{
	padding: 4px 5px 5px;
}

table.sizes .split td{
	padding: 0;
	border-top: 1px solid #d7d7d7;
}

.product-container .items,
.collection-container .items{

}

.product-container .items .item,
.collection-container .items .item{
	padding: 16px 0;
}

	.product-container table .items .item,
	.collection-container table .items .item{
		padding: 1px 0;
	}

.product-container .items .item + .item,
.collection-container .items .item + .item{
	border-bottom: 1px solid #e6e6e6;
}

.product-container .items .item figure,
.collection-container .items .item figure{
	display: table; width: 100%;
}

.product-container .items .item .preview,
.collection-container .items .item .preview{
	display: table-cell;
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

.product-container .items .item .preview img,
.collection-container .items .item .preview img{
	max-height: 60px;
}

.product-container .items .item figcaption,
.collection-container .items .item figcaption{
	display: table-cell;
	padding: 0 100px 0 20px;
	position: relative;
	vertical-align: middle;
}

.product-container .items .item figcaption h4,
.collection-container .items .item figcaption h4{
	margin: 8px 0;
	font: normal 15px/1.2 'Lato', Arial, sans-serif;
}

.product-container .items .item .price,
.collection-container .items .item .price,
.product-container .items .item .select,
.collection-container .items .item .select{
	position: absolute;
	top: 50%; right: 0;
	margin-top: -18px;
	font-size: 15px;
}

.product-container .items .item .select,
.collection-container .items .item .select{
	width: auto;
}

.product-container .items .item .price .price-value,
.collection-container .items .item .price .price-value{
	font-size: 24px;
}

.product-container table .items .item .price,
.collection-container table .items .item .price{
	position: relative;
	top: 0;
	margin: 0 9px 0 0;
}

.product-container table .items .item .price .price-value,
.collection-container table .items .item .price .price-value{
	font-size: 20px;
}

#flash-message{
	display: none;
	margin: -50px 0 50px;
	padding: 28px 0 30px;
	font-size: 21px;
	text-align: center;
	background: #e8e8e8;
}

.history-table .expandable-row{
	display: none!important;
}

.history-table .expanded + .expandable-row{
	display: table-row!important;
}

.history-table .expandable-row:first-child td{
	border-top: 0;
}

.history-table{
	border-bottom: 1px solid #e6e6e6;
}

.history-table tr td{
	position: relative;
	font-size: 17px;
}

	.history-table tr td:first-child,
	.history-table tr td:last-child{
		padding-left: 20px;
	}

	.history-table tr td td:first-child,
	.history-table tr td td:last-child{
		padding-left: 10px;
	}

	.history-table tr td:first-child{
		border-left: 1px solid #e6e6e6;
	}

	.history-table tr td:last-child{
		border-right: 1px solid #e6e6e6;
	}

	.history-table td tr td:first-child,
	.history-table td tr td:last-child,
	.history-table .expandable-row td:first-child,
	.history-table .expandable-row td:last-child{
		border-left: 0;
		border-right: 0;
	}

.history-table .expanded > td{
	background: #faf9f9;
}

.history-table .expandable-row > td{
	border-top: 0;
}

.history-table .expandable-row > td:before{
	content: '';
	height: 1px; width: 100%;
	position: absolute;
	top: 0; left: 0;
	background: #e6e6e6;
}

.history-table .expand-row{ background: transparent; }

.history-table .expand-row span{
	display: block;
	height: 22px; width: 22px;
	position: relative;
	text-indent: -10000px;
}

	.history-table .expand-row span:before,
	.history-table .expand-row span:after{
		content: '';
		position: absolute;
		top: 50%; left: 50%;
		background: #636363;
	}

	.history-table .expand-row span:before{
		height: 22px; width: 2px;
		margin: -11px 0 0 -1px;
	}

	.history-table .expand-row span:after{
		height: 2px; width: 22px;
		margin: -1px 0 0 -11px;
	}

	.history-table .expanded .expand-row span:before{
		display: none;
	}

.history-table .expand-row:before,
.history-table .expand-row:after{
	display: none;
	content: '';
	height: 0; width: 0;
	position: absolute;
	top: 100%; left: 50%;
	margin: -1px 0 0 -12px;
	border-style: solid;
	border-width: 10px 12px;
	border-color: #faf9f9 transparent transparent;
	z-index: 2;
}

.history-table .expand-row:after{
	z-index: 1;
	margin-top: 1px;
	border-color: #e6e6e6 transparent transparent;
}

.history-table .expanded .expand-row:before,
.history-table .expanded .expand-row:after{
	display: block;
}

.history-table .final-price-td{
	border-top-color: black;
}

.history-table .final-price{
	padding: 20px 35px 0 0;
}

.history-table .final-price .pull-left{
	font-size: 15px;
}

.history-table .final-price p + p{
	margin-top: .6em;
}

.history-table .final-price .price{
	margin: -2px 0 0 20px;
}

.history-table .final-price .price .price-value{
	font-size: 20px;
}

.history-table .invoice-link{
	display: inline-block;
	position: relative;
	padding: 0 26px 0 35px;
}

	.history-table .invoice-link:before{
		content: '';
		height: 30px; width: 25px;
		position: absolute;
		top: 50%; left: 0;
		margin-top: -15px;
		background-position: 0 -202px;
	}

	.history-table .invoice-link:after{
		content: '';
		height: 18px; width: 17px;
		position: absolute;
		top: 50%; right: 0;
		margin-top: -8px;
		background-position: -27px -202px;
	}

.gray-box{
	margin-top: 30px;
	padding: 45px 90px 55px;
	font-size: 17px;
	line-height: 1.5;
	background: #f5f5f5;
}

.gray-box table{
	margin-top: 30px;
	table-layout: fixed;
}

.gray-box table td{
	padding: 25px;
	font-size: 15px;
	border: 1px solid #d9d9d9;
}

.gray-box table img,
.product-box p img{
	vertical-align: middle;
	margin-right: 10px;
}

.gray-box p ~ p{
	margin-top: 8px;
}

.gray-box li{
	position: relative;
	margin-top: 5px;
	padding-left: 16px;
}

.gray-box li:before{
	content: '•';
	position: absolute;
	top: 3px; left: 0;
	font-size: 76%;
}

.gray-box strong{
	font-size: 22px;
}

.gray-box.center {
	text-align: center;
}

.product-box{
	font-size: 17px;
	font-weight: 300;
}

.product-box .grid-container{
	width: 100%;
	width: calc(100% + 100px);
	margin-left: -100px!important;
}

.product-box .grid-container [class*="grid-"]{
	padding-left: 100px;
}

.product-box h4,
.product-box h5{
	font: 300 20px 'Lato', Arial, serif;
	margin-bottom: 10px;
}

.product-box h5{
	font-size: 17px;
	margin-bottom: 20px;
}

.presentation-image{
	height: 490px;
	position: relative;
	top: -50px;
	margin: 0 -10px 20px;
	color: white;
	text-align: center;
}

.presentation-image--alt {
	top: 0;
	margin: 0 -10px 24px;
}

.presentation-image img{
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

.presentation-image figcaption{
	position: absolute;
	bottom: 43px;
	left: 0; right: 0;
}

	.no-object-fit .presentation-image img{
		visibility: hidden;
	}

	.no-object-fit .presentation-image .bgr{
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}

.presentation-image h1{
	margin-bottom: 12px;
	font-size: 50px;
	letter-spacing: 4px;
}

.presentation-image .breadcrumbs{
	float: none;
	padding: 0;
}

.presentation-image .breadcrumbs li,
.presentation-image .breadcrumbs a{
	color: white;
}

.sub-text{
	padding-bottom: 20px;
	font-size: 19px;
	text-align: center;
}

.sub-text h2{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	line-height: 1.4;
}

.contact-list{
	font-size: 0;
}

.contact-list li{
	display: inline-block;
	margin: 30px 30px 15px 0;
	padding: 0;
	font-size: 15px;
	vertical-align: top;
}

.contact-list li:before{
	display: none;
}

.contact-list li a{
	display: block;
	position: relative;
	padding-left: 63px;
}

	.contact-list li a:before{
		content: '';
		height: 50px; width: 50px;
		position: absolute;
		top: -12px; left: 0;
		background: white;
		border-radius: 50px;
	}

	.contact-list li a:after{
		content: '';
		height: 12px; width: 12px;
		position: absolute;
		top: 6px; left: 19px;
		-webkit-transform: scale(1.2);
				transform: scale(1.2);
			  -ms-transform: scale(1);
		-webkit-transform-origin: center center;
				-ms-transform-origin: center center;
			transform-origin: center center;
		z-index: 2;
	}

	.contact-list li .tel:after{ background-position: -70px -54px; }
	.contact-list li .email:after{ background-position: -84px -54px; }

.forms{
	margin: 80px auto 100px;
}

.forms .cell{
	padding: 0 30px 0 0;
	position: relative;
	vertical-align: top;
}

.forms .cell + .cell{
	padding: 0 0 0 30px;
}

.forms .inner{
	min-height: 100%;
	padding: 20px 100px 90px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.forms .title{
	display: inline-block;
	position: relative;
	top: -48px;
	padding: 0 30px;
	font: normal 46px/1 'Bodoni', Georgia, Arial, sans-serif;
	background: white;
}

.forms .grid-container,
.forms .grid-container.text-center .grid-d-12{
	position: inherit;
}

.forms .pa{
	position: absolute;
	bottom: -35px;
	left: -30px; right: 0;
}

.forms .grid-container.text-center .pa{
	left: 25px;
}

.forms .pa button,
.forms .pa .button{
	margin: 10px 6px;
}

.forms .pa [type="reset"]{
	background: #c3c3c3;
	border-color: #c3c3c3;
}

.forms .icon{
	margin-bottom: 20px;
}

.switch-links{
	font-size: 0;
	text-align: center;
}

.toggle-switch-links{
	display: none;
}

.switch-links li{
	display: inline-block;
	color: #666;
	position: relative;
	font-size: 30px;
	line-height: 50px;
	vertical-align: middle;
}

.switch-links li a{
	display: block;
	position: relative;
	color: #666;
}

.switch-links li a.active{ color: black; font-size: 50px; }

.switch-links li a:after{
	content: '';
	height: 10px; width: 16px;
	position: absolute;
	top: 100%; left: 50%;
	margin: 20px 0 0 -8px;
}

.switch-links li a.active:after{
	background-position: -48px -30px;
}

.switch-links .divider{
	width: 130px;
}

.switch-links .divider:before{
	content: '';
	height: 90px; width: 1px;
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -45px;
	background: #dadada;
	-webkit-transform: rotateZ(25deg);
			-ms-transform: rotate(25deg);
		transform: rotateZ(25deg);
}

.news-list li{
	margin-bottom: 40px;
	background: #f8f7f7;
}

	.news-list li:last-child{
		margin-bottom: 0;
	}

.news-list li figure{
	height: 215px;
	overflow: hidden;
}

.news-list li figure .preview{
	float: left;
	position: relative;
	z-index: 2;
}

.news-list li figure figcaption{
	overflow: hidden;

	padding: 50px 16px 20px 36px;
	font-size: 17px;
}

.news-list li h2{
	margin-bottom: 14px;
}

.news-list li h2 time{
	font: normal 14px 'Lato', Arial, sans-serif;
}

.paging{
	padding: 50px 0 3px;
	font-size: 0;
	text-align: center;
}

	.custom-paging .paging{
		padding: 0;
	}

.paging li{
	display: inline-block;
	padding: 5px;
	font: normal 20px/1 'Bodoni', Georgia, Arial, sans-serif;
}

.paging .prev{
	padding: 0 30px 0 0;
}

.paging .next{
	padding: 0 0 0 30px;
}

.paging a{ color: #7a7a7a; }

.paging .active,
.paging .active a{
	color: black;
	font-size: 28px;
}

.paging .prev a,
.paging .next a{
	display: inline-block;
	height: 13px; width: 21px;
	position: relative;
	top: 3px;
	text-indent: -10000px;
	background-position: -42px 0;
}

.paging .next a{
	background-position: -43px -15px;
}

article{
	font-size: 19px;
	line-height: 1.8;
}

article header{
	margin-bottom: 15px;
}

article header h1{
	display: inline-block;
	margin-bottom: 10px;
}

article header .breadcrumbs{
	padding-top: 28px;
}

article header time{
	font-size: 18px;
}

article img{
	float: left;
	margin: 8px 30px 30px 0;
}

.share-it{
	padding-top: 25px;
}

.share-it > div{
	display: inline-block;
	padding-top: 25px;
	font-size: 18px;
	border-top: 1px solid #e6e6e6;
}

.share-it a{
	display: inline-block;
	height: 24px; width: 24px;
	margin: 0 -4px 0 20px;
	text-indent: -10000px;
	vertical-align: middle;
}

	.share-it .fb{ background-position: 0 -76px; }
	.share-it .tw{ background-position: -26px -76px; }
	.share-it .gp{ background-position: -52px -76px; }

.office-map-holder{
	position: relative;
	height: 850px;
	max-height: calc(100vh - 100px);
	margin: -50px 0 80px;
	padding-left: 333px;
}

.office-map-holder .panel{
	height: 100%; width: 285px;
	position: absolute;
	top: 0; left: 0;
	padding-top: 55px;
}

.office-map-holder .map,
.office-map-holder #map_offices{
	height: 100%;
}

.office-map-holder .panel-title{
	margin-bottom: 24px;
	text-align: center;
	font: normal 50px/1 'Bodoni', Georgia, Arial, sans-serif;
}

#map_locations{
	height: 560px;
	max-height: calc(100vh - 410px);
	margin: 60px -3px 0 0;
}

	@media only screen and (max-height: 700px){

		.office-map-holder{
			height: 650px;
		}

		#map_locations{
			height: 350px;
		}

	}

#map_locations .city{
	margin-bottom: 22px;
}

#map_locations .city > strong{
	display: block;
	font-size: 30px;
	font-weight: normal;
}

#map_locations .office{
	margin-top: 22px;
	font-size: 15px;
}

#map_locations .office .name{
	display: inline-block;
	margin-bottom: 8px;
	position: relative;
	font-size: 20px;
	line-height: 1.1;
	cursor: pointer;
}

	#map_locations .office .name:after{
		content: '';
		opacity: 0;
		height: 1px; width: 0;
		position: absolute;
		top: 100%; left: 0;
		margin-top: 2px;
		background: #ee1c25;
		-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
		-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
		transition: 450ms cubic-bezier(.215,.61,.355,1)
	}

	#map_locations .office:hover .name:after{
		opacity: 1;
		width: 100%;
	}

.office-map-holder .ico{
	margin-top: 8px;
	position: relative;
	padding-left: 18px;
}

	.office-map-holder .ico:before{
		content: '';
		height: 12px; width: 12px;
		position: absolute;
		top: 5px; left: 0;
	}

	.office-map-holder .address:before{ background-position: -42px -54px; }
	.office-map-holder .work:before{ background-position: -56px -54px; }
	.office-map-holder .tel:before{ background-position: -70px -54px; }

.office-map-holder .on-map{
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
	text-decoration: underline;
}

.infowindow{
	min-width: 263px;
	max-width: 263px;
	padding: 15px 0 10px 10px;
	overflow: hidden;
	font-size: 17px;
	line-height: 1.1;
	font-weight: 400;
	font-family: 'Lato', Arial, sans-serif!important;
}

.infowindow .preview{
	margin-bottom: 28px;
}

.office-map-holder .infowindow .name{
	font-size: 22px;
	margin-top: 8px;
}

.office-map-holder .infowindow .ico{
	padding-top: 1px;
	margin-top: 15px;
}

.infowindow .text{ font-size: 16px; }

.jspContainer{overflow:hidden;position:relative}.jspHorizontalBar,.jspPane,.jspVerticalBar{position:absolute}.jspVerticalBar{top:0;right:5px;width:1px;height:100%}.jspHorizontalBar{bottom:0;left:0;width:100%;height:16px}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#d7d7d7;position:relative}.jspDrag{width:5px;background:#3a3a3a;position:relative;top:0;left:-2px;cursor:pointer}.jspHorizontalBar .jspDrag,.jspHorizontalBar .jspTrack{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:0}.jspCorner{background:#eeeef4;float:left;height:100%}

.contacts-list{
	margin: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts-list li{
	-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	position: relative;
	padding: 30px 10px 36px 84px;
	font-size: 19px;
	line-height: 1.1;
}

	.contacts-list li:before{
		content: '';
		height: 66px; width: 66px;
		position: absolute;
		top: 10px; left: 0;
		background: #f5f5f5;
		border-radius: 100px;
	}

	.contacts-list li:after{
		content: '';
		height: 12px; width: 12px;
		position: absolute;
		top: 36px; left: 26px;
		-webkit-transform: scale(1.3);
				transform: scale(1.3);
			  -ms-transform: scale(1);
		-webkit-transform-origin: center center;
				-ms-transform-origin: center center;
			transform-origin: center center;
		z-index: 2;
	}

	.contacts-list li.location:after{ background-position: -42px -54px; }
	.contacts-list li.tel:after{ background-position: -70px -54px; }
	.contacts-list li.email:after{ background-position: -84px -54px; }

.map-office{
	height: 340px;
	position: relative;
	z-index: 1;
}

.contact-form{
	max-width: 950px;
	position: relative;
	margin: -50px auto 0;
	padding: 30px;
	background: white;
	z-index: 2;
}

.contact-form .title{
	margin: 13px 0 10px;
	text-align: center;
	font: normal 30px/1 'Bodoni', Georgia, Arial, sans-serif;
}

.checkout{
	display: table; width: 100%;
}

.checkout .form{
	display: table-cell;
	padding-right: 70px;
	vertical-align: top;
}

.checkout .preview{
	width: 414px;
	display: table-cell;
	vertical-align: top;
}

.checkout .form-container .grid-container{
	padding-top: 0;
}

.filedset-title{
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.checkout fieldset{
	margin-bottom: 38px;
}

.checkout .button{
	width: 100%;
	min-width: inherit;
}

.checkout .preview .inner{
	margin-top: 70px;
	padding: 0 30px 30px;
	position: relative;
	border: 1px solid #e6e6e6;
}

.checkout .preview-title{
	display: inline-block;
	padding: 0 30px;
	margin: auto;
	position: relative;
	top: -22px;
	letter-spacing: 2px;
	font: normal 30px/1 'Bodoni', Georgia, Arial, sans-serif;
	z-index: 2;
	background: white;
}

.checkout .items{
	margin: -20px 0 20px;
	padding-bottom: 43px;
	border-bottom: 1px solid #e6e6e6;
}

.checkout .items .item{
	margin-top: 50px;
}

.checkout .items .item figure{
	display: table; width: 100%;
}

.checkout .items .item .preview{
	display: table-cell;
	width: 74px;
	text-align: center;
	vertical-align: middle;
}

.checkout .items .item .preview img{
	max-height: 80px;
}

.checkout .items .item figcaption{
	display: table-cell;
	padding: 5px 0 0 20px;
	position: relative;
	vertical-align: top;
}

.checkout .items .item figcaption h4{
	margin-bottom: 8px;
	font: normal 15px/1.2 'Lato', Arial, sans-serif;
}

.checkout .items .item .colors{
	margin: 0 0 8px;
}
.checkout .items .item .colors label{
	cursor: default;
	margin: 0;
}

.checkout .items .item .size{
	font-size: 17px;
}

.checkout .items .item .size strong{
	font-size: 18px;
}

.checkout .items .item .price{
	position: absolute;
	right: 0;
	margin-top: -24px;
	font-size: 13px;
}

.checkout .items .item .price .price-value{
	font-size: 16px;
}

.checkout .prices table{
	width: auto;
	float: right;
}

.checkout .prices table td{
	padding: 3px 0;
	text-align: right;
	vertical-align: middle;
}

.checkout .prices table td:last-child{
	padding-left: 30px;
	text-align: right;
}

.checkout .prices table .total td{
	padding-top: 30px;
}

.checkout-buttons{
	max-width: 675px;
	margin-top: -20px!important;
}

.accordion{
	padding: 15px 0 0;
}

.accordion > li{
	margin: 0;
	padding: 0;
	border-top: 1px solid #50474b;
}

.accordion > li:before{
	display: none;
}

.accordion header{
	padding: 30px 22px 32px 0;
	font-size: 24px;
	line-height: 1;
	position: relative;
	cursor: pointer;
}

	.accordion header:after{
		content: '';
		height: 10px; width: 16px;
		position: absolute;
		top: 50%; right: 0;
		margin-top: -5px;
		background-position: -48px -30px;
	}

.accordion .body{
	display: none;
	padding: 0 0 30px;
}

.accordion .active .body{
	display: block;
}

.apply-form{
	display: none;
	margin-top: 30px;
}

.accordion .apply-form{
	display: block;
}

.apply-form .form-container{
	width: 100%;
	margin: 25px 0 10px 0!important;
	padding: 15px 40px 40px;
	background: white;
}

.custom-file{
	flex-grow: 1;
	position: relative;
	padding: 0 145px 0 0;
}

.custom-file .browse{
	width: 145px;
	overflow: hidden;
	padding: 8px 0 9px 45px;
	position: absolute;
	top: 0; right: 0;
	cursor: pointer;
	color: black;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.custom-file .browse:before{
	content: '';
	height: 18px; width: 17px;
	position: absolute;
	top: 12px; left: 18px;
	background-position: -83px -69px;
}

.custom-file input[type=file]{
	position: absolute;
	top: 0; right: 0;
	margin: 0; padding: 0;
	min-height: 100%;
	min-width: 100%;
	font-size: 28px;
	text-align: right;
	opacity: 0;
	display: block;
	z-index: 10;
}

.custom-file input[readonly]{
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.embed-video{
	width: 100%;
	padding-top: 56.25%;
	padding-top: 100vh;
	position: relative;
	overflow: hidden;
}

.embed-video.full-width{
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
}

.embed-video.offset-top{
	margin-top: -50px;
}

.embed-video video,
.embed-video iframe{
	height: 100%; width: 100%;
	position: absolute;
	top: 0; left: 0;
	-webkit-object-fit: cover;
			-o-object-fit: cover;
	   object-fit: cover;
}

.form-message{
	display: none;
	padding: 50px 0;
	text-align: center;
	font: normal 30px/1 'Bodoni', Georgia, Arial, sans-serif;
}

.success-message{
	color: #50ac52;
}

.sitemap{
	padding-top: 25px;
}

.sitemap h2{
	margin-bottom: 10px;
	font: normal 20px/1 'Lato', Arial, sans-serif;
}

.sitemap h3{
	margin: 0;
	font: normal 14px/1.2 'Lato', Arial, sans-serif;
}

.sitemap ul li{
	position: relative;
	padding: 30px 0 0 46px;
	border-left: 1px solid #e0e0e0;
}

	.sitemap ul li li{
		padding: 6px 0 0;
	}

	.sitemap ul li li,
	.sitemap ul li:last-child{
		border-left: 0;
	}

	.sitemap ul li:before{
		content: '';
		height: 1px; width: 24px;
		position: absolute;
		top: 40px; left: 0;
		background: #e0e0e0;
	}

	.sitemap ul li:last-child:after{
		content: '';
		height: 40px; width: 1px;
		position: absolute;
		top: 0; left: 0;
		background: #e0e0e0;
	}

	.sitemap ul li li:before,
	.sitemap ul li li:last-child:after{
		display: none;
	}

.sitemap a{
	display: inline-block;
	position: relative;
}

.search-results .grid-container [class*="grid-d"]{
	padding-top: 50px;
}

.search-results .grid-container .grid-title{
	margin-bottom: -24px;
	padding-top: 25px;
	font: normal 24px/1 'Bodoni', Georgia, Arial, sans-serif;
}


.search-results .grid-container .grid-title ~ [class*="grid-d"]:nth-child(2n+2){
	clear: both;
}

.search-results figure{
	display: table; width: 100%;
	position: relative;
	font-size: 15px;
	line-height: 1.6;
}

.search-results .preview{
	display: table-cell;
	height: 135px; width: 185px;
	text-align: center;
	vertical-align: middle;
	background: #f5f5f5;
}

	.search-results .preview img{
		height: 200px;
		margin: 10px auto;
		mix-blend-mode: multiply;
	}

.search-results figcaption{
	display: table-cell;
	padding-left: 33px;
	vertical-align: middle;
}

.search-results figure h3{
	font-size: 18px;
	margin-bottom: 9px;
}

.search-results figure h2{
	margin-bottom: 5px;
	font: 400 24px/1.1 'Lato', Aral, sans-serif;
}

.search-results figure .price{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.search-results figure .price .price-value{
	font-size: 22px;
}

.search-results figure .price del.price-value{
	font-size: 90%;
}

.search-results figure .price + .price{
	color: #e22328;
}

.search-results figure a{
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	text-indent: -10000px;
}

.search-results .others .preview{
	background: transparent;
	border: 1px solid #eaeaea;
}

.search-results .others figure h2{
	margin-bottom: 12px;
	font: 24px/1.2 'Bodoni', Georgia, Aral, sans-serif;
}

.search-results .others time{
	display: inline-block;
	position: relative;
	padding-top: 56px;
}

	.search-results .others time:before{
		content: '';
		height: 38px; width: 38px;
		position: absolute;
		top: 0; left: 50%;
		margin-left: -19px;
		background-position: -62px -162px;
	}

.search-results figure .prices p,
.search-results figure .prices del{
	display: inline-block;
	font-size: 16px;
	margin: 5px 5px 0;
	vertical-align: middle;
}

.search-results figure .prices del ~ p{
	color: #e22328;
}

.search-results figure .prices del{
	color: #707070;
}

.grid-divider{
	height: 1px;
	margin: 80px 0 45px;
	background: #dedede;
}

.error-page{
	padding: 30px 0;
	font-size: 20px;
	line-height: 1.2;
}

.error-page .cell:last-child{
	text-align: right;
	font: normal 222px/1 'Bodoni', Georgia, Arial, sans-serif;
}
.error-page p {
	margin-bottom: 20px;
}
.error-page p:last-child {
	margin-bottom: 0;
}
.error-page p a {
	opacity: 0.5;
	transition: opacity 0.3s;
}

.error-page p a:hover {
	opacity: 0.8;
}


#footer{
	display: table-row;
	height: 1%;
}

#footer .sign-up{
	padding: 58px 0;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}

#footer .sign-up h6{
	margin-bottom: 35px;
	font-size: 30px;
}

#footer .sign-up h6 img{
	display: inline-block;
	max-width: 150px;
	position: relative;
	top: -3px;
}

#footer h5 img{
	display: inline-block;
	max-width: 100px;
	position: relative;
}

#footer .sign-up form,
.discount-sign-up{
	max-width: 605px;
	position: relative;
	margin: auto;
	/* padding-right: 154px; */
}

#footer .sign-up input,
.discount-sign-up input{
	height: 49px;
	border-color: black;
	border-right-width: 0;
}

#footer .sign-up button,
.discount-sign-up button{
	height: 49px; width: 154px;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 1;
	border: 1px solid black;
	background: transparent;
	transition: 450ms cubic-bezier(.215,.61,.355,1);
	border-radius: 0 5px 5px 0;
}

#footer .sign-up button:hover,
.discount-sign-up button:hover{
	color: white;
	background: #7a7a7a;
}

#footer .sign-up .form-error{
	text-align: left;
}

#footer .sign-up .form-input__label,
.discount-sign-up .form-input__label {
	top: 15px;
}

#footer .sign-up .form-input__element,
.discount-sign-up .form-input__element {
	border-radius: 5px 0 0 5px !important;
	border-color: black !important;
	border-right-width: 0 !important;
}

#footer .sign-up .form-input__element.valid ~ .form-input__label, 
#footer .sign-up .form-input__element.error ~ .form-input__label, 
#footer .sign-up .form-input__element:focus ~ .form-input__label, 
#footer .sign-up .form-input__element:not(:placeholder-shown) ~ .form-input__label, 
.discount-sign-up .form-input__element.valid ~ .form-input__label, 
.discount-sign-up .form-input__element.error ~ .form-input__label, 
.discount-sign-up .form-input__element:focus ~ .form-input__label, 
.discount-sign-up .form-input__element:not(:placeholder-shown) ~ .form-input__label {
	transform: scale(.75) translateY(-30px);
}

#footer .top{
	padding: 58px 40px;
	background: #f5f5f5;
}

#footer h5{
	font-size: 20px;
	font-family: 'Lato', Arial, sans-serif;
}

#footer ul{
	font-size: 14px;
}

#footer ul li{
	margin: 2px 0;
}

#footer .dotted li{
	position: relative;
	padding-left: 10px;
}

	#footer .dotted li:before{
		content: '●';
		position: absolute;
		top: 4px; left: 0;
		font-size: 8px;
	}

#footer .bottom{
	padding: 20px 20px 0;
	position: relative;
	font-size: 12px;
	text-align: center;
	background: white;
}

#footer a{
	position: relative;
	display: inline-block;
}

#footer .social-grid{
	width: 26%;
}

#footer .social{
	margin: -4px;
	font-size: 0;
}

#footer .social li{
	display: inline-block;
	padding: 4px;
}

#footer .social a{
	height: 42px; width: 42px;
	text-indent: -10000px;
	background: #7a7a7a;
	border-radius: 50px;
}

	#footer .social a:before{
		content: '';
		height: 20px; width: 20px!important;
		position: absolute;
		top: 50%; left: 50%!important;
		margin: -10px 0 0 -10px!important;
	}

	#footer .social .fb:before{ background-position: -48px -131px; }
	#footer .social .in:before{ background-position: -70px -131px; }

	#footer .social a:after{
		display: none;
	}

#footer a:hover:after,
#footer a:hover:before,
.uh:hover:after,
.uh:hover:before,
.links ul a:hover:before,
.links ul a:hover:after,
#header .help-menu.right a:hover:after,
#header .help-menu.right a:hover:before{
	width: 100%; left: 0;
}

#footer a:after,
#footer a:before,
.uh:after,
.uh:before,
.links ul a:before,
.links ul a:after,
#header .help-menu.right a:before,
#header .help-menu.right a:after{
	content: '';
	height: 1px; width: 0;
	position: absolute;
	top: 100%; right: 0;
	background: black;

}

#footer a:before,
.uh:before,
.links ul a:before,
#header .help-menu.right a:before{
	-webkit-transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
			-o-transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
			transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
}

#footer a:after,
.uh:after,
.links ul a:after,
#header .help-menu.right a:after{
	-webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
			-o-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
			transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

#footer h5 a:before,
#footer h5 a:after,
#header .help-menu.right a:after,
#header .help-menu.right a:before{
	display: none;
}

#header .help-menu.right .has-dropdown > a:after{
	display: block;
	height: 5px; width: 9px;
	top: 9px;
	left: auto; right: 0;
	background: url('../images/layout/ui.svg') no-repeat 0 0;
}

#footer .expandable-text{
	position: relative;
}

#footer .expandable-text .text{
	max-height: 80px;
	overflow: hidden;
}

#footer .expandable-text.expanded .text{
	max-height: 1000px;
}

#footer .expandable-text .expand-text{
	display: block;
	height: 80px; width: 100%;
	padding-top: 50px;
	position: absolute;
	left: 0; bottom: 0;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(70%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
	z-index: 2;
}

#footer .expandable-text.expanded .expand-text{
	height: auto;
	padding: 15px 0 20px;
	position: relative;
	background: transparent;
}

#footer .logos{
	margin: -20px 0 36px;
	text-align: center;
}

#footer .logos img{
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: 450ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 450ms cubic-bezier(.215,.61,.355,1);
	transition: 450ms cubic-bezier(.215,.61,.355,1);
}

#footer .logos img:hover{
	-webkit-filter: grayscale(0);
	filter: none;
}

.scroll-to-top{
	display: none;
	height: 40px; width: 40px;
	position: fixed;
	bottom: 5px; left: 5px;
	text-indent: -10000px;
	border: 0;
	background: #f5f5f5;
	z-index: 10;
}

.scroll-to-top:before{
	content: '';
	height: 7px; width: 11px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -3px 0 0 -5px;
	background-position: -89px -12px;
}

/*
#footer .logos{
	height: 0;
	position: fixed;
	left: 0; right: 0;
	bottom: 0;
	backface-visibility: hidden;
	z-index: 3;
}

#footer .logos .wrapper{
	position: relative;
}

#footer .logos .inner{
	position: absolute;
	right: 0; bottom: 0;
	padding: 2px;
	background: white;
}

#footer .logos a:before,
#footer .logos a:after{
	display: none;
}
*/

@-webkit-keyframes mm-fadeIn{
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes mm-fadeIn{
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes bounceInDown{
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
				transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
				transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
				transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
				transform: none;
	}
}

@keyframes bounceInDown{
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
				transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
				transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
				transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
				transform: none;
	}
}

.modal-container,
.modal-overlay{
	will-change: transform;
}

.modal-overlay{
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background: rgba(0,0,0,0.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	z-index: 100000;
}

[aria-hidden="false"] .modal-overlay {
	-webkit-animation: mm-fadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
			animation: mm-fadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modal-container{
	display: inline-block;
	width: 100%;
	max-width: 1100px;
	max-height: 96vh;
	margin: 2vh 10px;
	padding: 80px 40px;
	position: relative;
	overflow-y: auto;
	color: #2c2c2c;
	font-size: 18px;
	text-align: left;
	background: white;
}

[aria-hidden="false"] .modal-container{
	-webkit-animation: bounceInDown 1s cubic-bezier(0, 0, .2, 1);
			animation: bounceInDown 1s cubic-bezier(0, 0, .2, 1);
}

.modal-header{
	padding-bottom: 30px;
	text-align: center;
	letter-spacing: 3px;
	font: normal 30px/1.1 'Bodoni', Georgia, Arial, sans-serif;
}

.modal-text {
	font-size: 20px;
	font-family: "Lato","Roboto Slab","Droid Serif","Cambria",Georgia,"Times New Roman","Times",serif;
}
.modal-text {
	margin-top: 10px;
}

.modal-content big{
	font-size: 20px;
}

.modal-content small{
	color: #525252;
	font-size: 13px;
}

.gdpr .modal-container{
	position: relative;
	font-size: 16px;
}

.gdpr .modal-header{
	font-size: 26px;
	line-height: 1.3;
}

.gdpr .fixed-button{
	bottom: 0;
	left: 0; right: 0;
	padding: 20px 0;
	background: white;
	position: -webkit-sticky;
	position: sticky;
}

	@-moz-document url-prefix(){

		.gdpr .fixed-button{
			bottom: -40px;
		}

	}

.gdpr .fixed-button .button{
	margin: auto;
}

.promo-code{
	display: inline-block;
	min-width: 460px;
	margin: 13px auto 3px;
	padding: 11px;
	border: 1px solid black;
	font-size: 24px;
	text-transform: uppercase;
}

.app .modal-close{
	height: 28px; width: 28px;
	position: absolute;
	top: 30px; right: 30px;
	text-indent: -10000px;
	background-position: -12px 0;
}


.modal.large .modal-container{
	max-width: 1360px;
	padding: 40px;
}

.cookies{
	display: none;
	width: 600px;
	width: 48em;
	position: fixed;
	left: 50%; bottom: 10px;
	padding: 30px;
	font-size: 14px;
	background: #f5f5f5;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	z-index: 1000;
}

.cookies .title,
.cookies h5{
	margin: 0;
	padding-bottom: 10px;
	font: normal 20px/1.1 'Bodoni', Georgia, Arial, sans-serif;
}

.cookies a{
	text-decoration: underline;
}

.cookies .button{
	min-width: 180px;
	text-decoration: none;
}

.basket-container.empty{
	text-align: center;
	padding: 0 10px 20px;
}

.basket th{
	padding: 18px 10px 13px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

.basket td{
	padding: 20px 10px;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}

.basket td:first-child{
	text-align: left;
}

.basket figure{
	display: table; width: 100%;
}

.basket figure .preview{
	display: table-cell;
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

.basket figure .preview img{
	max-height: 60px;
}

.basket figure figcaption{
	display: table-cell;
	padding: 0 0 0 20px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.basket figure figcaption h4{
	margin: 0 0 8px;
	font: normal 15px/1.2 'Lato', Arial, sans-serif;
}

.basket figure figcaption .colors{
	margin-top: -10px;
}

.basket figure figcaption .colors label{
	margin-top: 10px;
	cursor: default;
}

.basket .price{
	display: inline-block;
	margin: 5px 5px 0;
	font-size: 14px;
	vertical-align: middle;
}

.basket .old-price{
	color: #707070;
	font-size: 12px;
	text-decoration: line-through;
}

.basket .price .price-value{ font-size: 16px; }
.basket .old-price .price-value{ font-size: 13px; }

.basket .select{
	width: auto;
	display: inline-block;
}

.basket .select select{
	min-width: 74px;
	text-align: center;
	-moz-text-align-last: center;
		 text-align-last: center;
}

.basket .remove-item{
	height: 24px; width: 23px;
	vertical-align: top;
	background: transparent;
}

.basket .remove-item span{
	display: block;
	height: 24px; width: 23px;
	text-indent: -10000px;
	background-position: -55px -105px;
}

.basket-bottom{
	padding: 20px 0;
	border-top: 1px solid #636363;
}

.basket-bottom .cell + .cell{
	text-align: center;
}

.basket .total-price,
.basket .total-price .price-value{
	font-size: 20px;
}

.basket .total-price small{
	display: inline;
	font-size: 14px;
	color: black;
}

.add-promo-code{
	font-size: 0;
}

.add-promo-code.add-promo-code--my-md {
	margin-top: 20px;
	margin-bottom: 20px;
}

.add-promo-code > div{
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
	vertical-align: middle;
}

.add-promo-code input{
	width: 130px;
}

.add-promo-code button{
	height: 25px; width: 25px;
	background: transparent;
}

	.add-promo-code button span{
		display: block;
		height: 25px; width: 25px;
		position: relative;
		text-indent: -10000px;
		background: #7a7a7a;
		border-radius: 30px;
	}

		.add-promo-code button span:before{
			content: '';
			height: 12px; width: 12px;
			position: absolute;
			top: 50%; left: 50%;
			margin: -6px 0 0 -6px;
			background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCA5IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IjAwMC4xQS1DYXJ0LUZsb3c0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2NS4wMDAwMDAsIC01NzEuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMC40Ij4gICAgICAgICAgICA8cGF0aCBkPSJNMTI2Ni4wNTczOCw1ODMuOTM1NjQ4IEMxMjY2LjEzNzg2LDU4NC4wMTczNDkgMTI2Ni4yNzMwOSw1ODQuMDIxODU4IDEyNjYuMzU5NDUsNTgzLjk0NTcyIEwxMjY2LjM1OTQ1LDU4My45NDU2ODcgTDEyNzIuOTMyMDEsNTc4LjE0Nzk0MiBDMTI3Mi45NzUzNyw1NzguMTA5Njg2IDEyNzMsNTc4LjA1NjEgMTI3Myw1NzggQzEyNzMsNTc3Ljk0Mzg4NyAxMjcyLjk3NTM3LDU3Ny44OTAzMDEgMTI3Mi45MzIwMSw1NzcuODUyMDQ0IEwxMjY2LjM1OTQ1LDU3Mi4wNTQzIEMxMjY2LjMwMzU5LDU3Mi4wMDUwMzQgMTI2Ni4yMjQyLDU3MS45ODc3MTIgMTI2Ni4xNTExOSw1NzIuMDA4ODYgQzEyNjYuMDc4MTcsNTcyLjAzMDAwNyAxMjY2LjAyMjYzLDU3Mi4wODY0MTEgMTI2Ni4wMDU0Nyw1NzIuMTU2ODI1IEMxMjY1Ljk4ODMyLDU3Mi4yMjcyMzggMTI2Ni4wMTIxNiw1NzIuMzAwOTY0IDEyNjYuMDY4MDIsNTcyLjM1MDIzIEwxMjcyLjQ3Mjg1LDU3Ny45OTk5NzcgTDEyNjYuMDY4MDEsNTgzLjY0OTc4OSBDMTI2Ni4wMjY1NCw1ODMuNjg2MzYgMTI2Ni4wMDIxMyw1ODMuNzM3MDI0IDEyNjYuMDAwMTMsNTgzLjc5MDYzNCBDMTI2NS45OTgxNCw1ODMuODQ0MjQ0IDEyNjYuMDE4NzMsNTgzLjg5NjQwNyAxMjY2LjA1NzM4LDU4My45MzU2NDggTDEyNjYuMDU3MzgsNTgzLjkzNTY0OCBaIiBpZD0iUGF0aCI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
			background-position: 3px center;
			background-size: contain;
			background-repeat: no-repeat;
		}
.remove-promocode {
	display: inline-block;
	color: #1F73B7;
	position: relative;
	-webkit-transition: color ease 0.4s;
	-o-transition: color ease 0.4s;
	transition: color ease 0.4s;
	font-size: 14px;
}
.remove-promocode:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	border-bottom: 1px solid transparent;
	-webkit-transition: border ease 0.4s;
	-o-transition: border ease 0.4s;
	transition: border ease 0.4s;
}
.remove-promocode:hover {
	color: #1F73B7;
}
.remove-promocode:hover:after {
	border-bottom-color: #1F73B7;
}

.basket-controls{
	padding: 20px 0;
	font-size: 0;
	text-align: center;
}

.basket-controls .button{
	min-width: 340px;
	margin: 7px;
	font-size: 15px;
	text-transform: none;
}

.basket-table-price{
	width: 360px; float: right;
	text-align: right;
}

.basket-table-price td{
	padding: 0;
	text-align: right;
	border-width: 0;
}

.basket-table-price td:first-child{
	text-align: right;
}

#wait{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	height: 100%; width: 100%;
	top: 0; left: 0;
	background: rgba(255,255,255,.75);
	-webkit-transition: 650ms cubic-bezier(.215,.61,.355,1);
	-o-transition: 650ms cubic-bezier(.215,.61,.355,1);
	transition: 650ms cubic-bezier(.215,.61,.355,1);
	z-index: 10000;
}

#wait.visible{
	opacity: 1;
	visibility: visible;
}

.loader{
	height: 80px; width: 80px;
	margin: -40px 0 0 -40px;
	position: relative;
	top: 50%; left: 50%;
	border: 3px solid transparent;
	border-top-color: #7a7a7a;
	-webkit-animation: spin 1s linear infinite;
			animation: spin 1s linear infinite;
			border-radius: 200px;
}

.loader:before{
	content: '';
	position: absolute;
	top: 5px; bottom: 5px;
	left: 5px; right: 5px;
	border: 3px solid transparent;
	border-top-color: #7a7a7a;
	-webkit-animation: spin 2s linear infinite;
			animation: spin 2s linear infinite;
			border-radius: 200px;
}

.loader:after{
	content: '';
	position: absolute;
	top: 15px; bottom: 15px;
	left: 15px; right: 15px;
	border: 3px solid transparent;
	border-top-color: #7a7a7a;
	-webkit-animation: spin 1s linear infinite;
			animation: spin 1s linear infinite;
			border-radius: 200px;
}

@-webkit-keyframes spin{
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: white;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  display: none;
  left: -1px; right: -1px;
  background: white;
  border: 1px solid #a6a6a6;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-search{
	padding: 20px;
	position: relative;
}

	.chosen-container .chosen-search:before{
		content: '';
		height: 15px; width: 15px;
		position: absolute;
		top: 50%; right: 35px;
		margin-top: -7px;
		background-position: -85px -110px;
	}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
	 text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 9px 0 11px 14px;
  background: white;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
	 text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  height: auto;
  outline: 0;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 246px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results::-webkit-scrollbar{ width: 3px; background: #f4f5fa; }
.chosen-container .chosen-results::-webkit-scrollbar-thumb{ background: #4a5eb7; cursor: pointer; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 6px 14px 9px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	color: white;
	background: #171717;
}

.chosen-container .chosen-results li.no-results {
  color: white;
  font-size: 14px;
  display: list-item;
  background: #171717;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container .chosen-results li.divider{
	padding: 0;
	line-height: 10px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

	.chosen-container .chosen-results li.divider:after{
		content: '---------------------------------------------------------------------------------------';
		position: absolute;
		top: 0;
		left: 15px; right: 15px;
	}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */

/* @end */

.form-filter .chosen-container .chosen-results li{
	font-size: 15px;
}

.always-open .chosen-drop{
	position: relative;
}

.always-open .chosen-single{
	height: 1px; width: 1px;
	border: 0;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.form-filter .always-open .chosen-drop{
	border: 0;
}

.children-select .chosen-single{
	padding-left: 55px;
}

.children-select .chosen-single:before{
	content: '';
	height: 22px; width: 29px;
	position: absolute;
	top: 50%; left: 11px;
	margin-top: -11px;
	background-position: 0 -113px;
}

.no-svg #header .has-dropdown a:after, .no-svg .search-holder [type="reset"], .no-svg.app .modal-close, .no-svg.app .select:after, .no-svg.color-dropdown .dt:after, .no-svg.app .slick-prev, .no-svg.app .slick-next, .no-svg.filters-top:after, .no-svg.featured-products .remove, .no-svg.collection-container .zoom-holder:before, .no-svg.product-container .zoom-holder:before, .no-svg.product-config .controls button span:before, .no-svg.product-config .product-links a:after, .no-svg.office-map-holder .ico:before, .no-svg.contact-list li a:after, .no-svg.paging .prev a, .no-svg.paging .next a, .no-svg.share-it a, .no-svg.contacts-list li:after, .no-svg.accordion header:after, .no-svg.custom-file .browse:before, .no-svg.close-zoom, .no-svg.basket .remove-item span, .no-svg#footer .social a:before, .no-svg.group-option-filter .gt:after, .no-svg.group-color-filter .gt:after, .no-svg.basket-link:after, .no-svg#header .help-menu .js-toggle-search:before, .no-svg .search-results .others time:before, .no-svg .chosen-container .chosen-search:before, .no-svg .app .filters [class*="checkbox"] [type="checkbox"] ~ var:after, .no-svg .app .filters [class*="radio"] [type="radio"] ~ var:after, .no-svg .filters-tags .remove-tag, .no-svg .product-slider .item .zoom, .no-svg .collection-slider .item .zoom, .scroll-to-top:before{
	background-image: url('../images/layout/ui.png');
}

/* SELCT2 */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	height: auto;
	border: 0;
	background: transparent;
	border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
	min-height: 41px;
	width: 100%;
	padding: 9px 10px 10px;
	color: black;
	line-height: 20px;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
}
.select2-selection--multiple .select2-search__field {
	min-height: 30px;
	pointer-events: none;
	color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: black;
}
.select2-dropdown {
	border: 1px solid #d4d4d4 !important;
	background: white;
	border-radius: 5px !important;
}
.select2-search--dropdown {
	padding: 20px;
}
.select2-results__option {
	padding: 6px 20px 8px;
}
.select2-results__message {
	padding-top: 0;
	font-size: 12px;
	line-height: 1.125;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: white;
	background: black;
}
.select2-search--dropdown {
	position: relative;
}
.select2-search--dropdown:before {
	content: '';
	height: 15px; width: 15px;
	position: absolute;
	top: 50%; right: 35px;
	margin-top: -7px;
	background: url('/web/images/layout/ui.svg') no-repeat -85px -110px;
}
.select2-search--dropdown .select2-search__field {
	padding: 9px 10px 11px;
	border: 1px solid #a6a6a6;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 0;
}
.select2-container--default .select2-selection--multiple {
	position: relative;
	min-height: 40px;
	cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 0;
}
/* .select2-container.select2-container--default.select2-container--open {
	width: 100%;
} */
.select2-dropdown {
	margin-top: -1px;
}
.select2-container--default .select2-results__group {
	padding: 10px 15px;
	font-size: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent;
	border: 0;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 210px;
}
.select-multiple .select2-container--default .select2-results__option .select2-results__option {
	position: relative;
	padding-left: 45px;
}
.select-multiple .select2-container--default .select2-results__option .select2-results__option::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 20px;
	height: 20px;
	font-size: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	background-color: white;
	border: 1px solid #a6a6a6;
	-webkit-box-shadow: 0 0 0 3px white inset;
			box-shadow: 0 0 0 3px white inset;
}
.select-multiple .select2-container--default .select2-results__option--selected {
	color: black;
	background-color: white;
}
.select-multiple .select2-container--default .select2-results__option--selected:hover {
	color: white;
	background-color: black;
}
.select-multiple .select2-container--default .select2-results__option--selected::before {
	background-color: black !important;
}
@-moz-document url-prefix() {
	.select-multiple .select2-selection__rendered {
		padding: 0 !important;
	}
}

/* END OF SELCT2 */

.v-top {
	vertical-align: top !important;
}
.text-red {
	color: #e00000 !important;
}
.text-grey-o05 {
	color: #0d0d0d;
	opacity: 0.5;
}
.text-xs {
	font-size: 12px !important;
}
.text-sm {
	font-size: 13px !important;
}
.no-margin {
	margin: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-xxs {
	margin-bottom: 5px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.pt-16 {
	padding-top: 16px !important;
}
.py-lg {
	padding-top: 42px !important;
	padding-bottom: 48px !important;
}
.mw-md {
	margin-left: auto;
	margin-right: auto;
	max-width: 748px;
}
.mw-sm {
	margin-left: auto;
	margin-right: auto;
	max-width: 346px;
}

.pull-up {
	position: relative;
	top: -28px;
}

.visible {
	display: inline-block !important;
}

.has-notification {
	position: relative;
	display: inline-block;
}
.has-notification::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: -12px;
	width: 6px;
	height: 6px;
	font-size: 0;
	background-color: #e32428;
	border-radius: 50%;
}

.heading {
	font-family: "Lato", "Roboto Slab", "Droid Serif", "Cambria", Georgia, "Times New Roman", "Times", serif;
	font-size: 26px;
	font-weight: 400;
	color: #0d0d0d;
}

.center-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.center-cont.center-cont--mt-lg {
	margin-top: 20px;
}
.center-cont.center-cont--mb-lg {
	margin-bottom: 20px;
}

.arrow-box {
	position: relative;
	margin-bottom: 20px;
	padding: 13px 30px 14px;
	background-color: #f5f5f5;
}
.arrow-box::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	font-size: 0;
	-webkit-transform: translate(-50%, -9px) rotate(45deg);
		-ms-transform: translate(-50%, -9px) rotate(45deg);
			transform: translate(-50%, -9px) rotate(45deg);
	border: 8px solid #f5f5f5;
	border-top-color: transparent;
	border-left-color: transparent;
}
.arrow-box.is-inactive {
	background-color: transparent;
}
.arrow-box.is-inactive::after {
	display: none;
}

.border-box {
	padding: 8px 13px 10px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
}

.hr-dashed {
	margin-bottom: 10px;
	border: 0;
	border-bottom: 1px dashed #979797;
}
.hr-dashed.hr-dashed--right {
	margin-left: auto;
}
.hr-dashed.hr-dashed--sm {
	max-width: 290px;
}

.box-sm-right {
	margin-left: auto;
	max-width: 290px;
}

.alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	background-color: #edeaea;
	border-radius: 5px;
	overflow: hidden;
}
.alert.alert--sm {
	max-width: 335px;
}
.alert.alert--my-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.alert.alert--my-md {
	margin-top: 20px;
	margin-bottom: 20px;
}
.alert__icon {
	-ms-flex-negative: 0;
		flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	position: relative;
	padding: 0 16px;
}
.alert__icon::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	background-color: #e0e0e0;
	border-radius: 0 98px 98px 0;
}
.alert__icon .icon {
	margin: 0 !important;
	position: relative;
	z-index: 1;
}
.alert__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	padding: 8px 12px;
}
.alert__text {
	color: #0d0d0d;
	font-family: "Lato", "Roboto Slab", "Droid Serif", "Cambria", Georgia, "Times New Roman", "Times", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 16px;
}
.alert__subicon {
	-ms-flex-negative: 0;
		flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	margin-left: auto;
	padding-right: 8px;
}
.alert__subicon .icon {
	margin: 0 !important;
}
.alert.alert--default {
	background-color: #eff2ff;
	border: 1px solid #1054ab;
	border-radius: 7px;
}
.alert.alert--default .alert__icon {
	padding-left: 14px;
	padding-right: 4px;
}
.alert.alert--default .alert__icon::before {
	display: none;
}
.alert.alert--default .alert__body {
	padding-top: 16px;
	padding-bottom: 16px;
}
.alert.alert--default .alert__text {
	font-size: 15px;
	color: #1054ab;
}
.alert.alert--danger {
	background-color: #ffefef;
	border: 1px solid #da0000;
	border-radius: 7px;
}
.alert.alert--danger .alert__icon {
	padding-left: 14px;
	padding-right: 4px;
}
.alert.alert--danger .alert__icon::before {
	display: none;
}
.alert.alert--danger .alert__body {
	padding-top: 16px;
	padding-bottom: 16px;
}
.alert.alert--danger .alert__text {
	font-size: 15px;
	color: #da0000;
}

.msg-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 11px 15px;
	width: 100%;
	text-align: left;
	background-color: #f5f5f5;
}
.msg-box.msg-box--sm {
	max-width: 290px;
}
.msg-box.msg-box--my-md {
	margin-top: 20px;
	margin-bottom: 20px;
}
.msg-box.msg-box--mb-0 {
	margin-bottom: 0;
}
.msg-box__body {
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
}
.msg-box__text {
	margin: 0;
	color: black;
	font-family: "Lato", "Roboto Slab", "Droid Serif", "Cambria", Georgia, "Times New Roman", "Times", serif;
	font-size: 14px;
}
.msg-box__close {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	width: 12px;
	height: 12px;
	font-size: 0;
	background-color: transparent;
	background-image: url('../images/layout/x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 0;
	cursor: pointer;
}

.card3d {
	position: relative;
	width: 100%;
	max-width: 290px;
}
.card3d::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	padding-top: 81.6%;
	width: 250px;
	font-size: 0;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	background-image: url('../images/layout/card3d-shadow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}
.card3d__cont {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	border-radius: 10px;
	z-index: 2;
}
.card3d__header {
	padding: 24px 24px 36px;
	text-align: right;
}
.card3d__img {
	display: inline-block;
	width: 100%;
	max-width: 160px;
}
.card3d__body {
	padding: 8px 10px;
	min-height: 35px;
	text-align: center;
	background-color: #f9f9f9;
	overflow: hidden;
}
.card3d__body-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: black;
	font-family: "Lato", "Roboto Slab", "Droid Serif", "Cambria", Georgia, "Times New Roman", "Times", serif;
	font-size: 13px;
}
.card3d__footer {
	padding: 10px 12px 11px;
}
.card3d__footer-text {
	color: #0d0d0d;
	font-family: "Lato", "Roboto Slab", "Droid Serif", "Cambria", Georgia, "Times New Roman", "Times", serif;
	font-size: 7px;
	letter-spacing: 4.38px;
	text-transform: uppercase;
}

.circle-success {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 373px;
	min-height: 338px;
	background-image: url('../images/layout/circle-success.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

.validation-input {
	position: relative;
}
.validation-input__field {
	display: inline-block;
	position: relative;
	width: 100%;
}
.validation-input__field input {
	padding-right: 32px;
}
.validation-input__field::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.validation-input__field.has-success::after {
	right: 9px;
	width: 18px;
	height: 14px;
	background-image: url('../images/layout/success.png');
}
.validation-input__field.has-error::after {
	right: 12px;
	width: 13px;
	height: 13px;
	background-image: url('../images/layout/error.png');
}
.validation-input__field.has-error .help-block.form-error {
	left: -36px;
	margin-top: 20px;
	padding: 18px 20px 18px 36px;
	width: 120%;
	width: calc(100% + 72px);
	font-size: 16px;
	color: #da0000;
	background-color: #ffefef;
	border: 1px solid #da0000;
	border-radius: 6px;
}
.validation-input__field.has-error .help-block.form-error::before {
	content: '!';
	display: block;
	position: absolute;
	top: 50%;
	left: 16px;
	font-size: 30px;
	font-weight: 300;
	color: #da0000;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.validation-input__field.has-error .help-block.form-error::after {
	content: ' ';
	display: block;
	position: absolute;
	top: -9px;
	right: 44px;
	width: 18px;
	height: 18px;
	font-size: 0;
	background-color: #ffefef;
	border: 1px solid #da0000;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.app input[disabled],
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #f8f8f8;
}

.input-edit {
	width: 100%;
	position: relative;
}
/*
.input-edit input,
.input-edit select,
.input-edit .select2-selection__rendered,
.input-edit .select2-selection.select2-selection--multiple {
	padding-right: 105px;
}
*/
.input-edit.select::after {
	display: none;
}
.input-edit__text {
	position: absolute;
	display: block;
	top: 50%;
	right: 13px;
	padding-top: 2px;
	padding-right: 22px;
	font-size: 11px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.4);
	letter-spacing: 0.5px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.input-edit__text::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	font-size: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	background-image: url('../images/layout/pen.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.info-table td {
	padding: 5px 0;
	font-family: "Lato","Roboto Slab","Droid Serif","Cambria",Georgia,"Times New Roman","Times",serif;
	font-size: 16px;
	color: black;
}
.info-table td:last-of-type {
	padding-left: 10px;
	text-align: right;
}

/* Blog */
.blog-title {
	margin: 0;
	padding: 0 0 26px;
	font-family: "Lato","Roboto Slab","Droid Serif","Cambria",Georgia,"Times New Roman","Times",serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.horizontal-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 28px;
	z-index: 2;
}

.horizontal-menu__item {
	padding: 4px 24px;
}

.horizontal-menu__item:first-child {
	padding-left: 0;
}

.horizontal-menu__item:last-child {
	padding-right: 0;
}

.horizontal-menu__link {
	display: block;
	padding-bottom: 4px;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}

.horizontal-menu__link:hover,
.horizontal-menu__link.is-active {
	border-bottom-color: #54585A;
}

.blog-list {
	display: flex;
	flex-wrap: wrap;
	margin: -40px 0 40px;
}

.blog-list:first-child {
	margin-top: 0;
}

.blog-list:last-child {
	margin-bottom: 0;
}

.blog-list__item {
	width: 100%;
	max-width: 25%;
	padding-top: 40px;
}

.blog-article {
	margin: 8px;
	position: relative;
}

.blog-article__preview-wrapper {
	height: 0;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
	background-color: #f5f5f5;
	perspective: 1200px;
}

.blog-article__preview-image {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	float: none;
	margin: 0;
	transform: translate(-50%, -50%);
	object-fit: cover;
	transition: transform 300ms ease;
}

.blog-article__figcaption {
	padding: 17px 13px;
}

.blog-article__title {
	margin: 0;
	padding: 0 0 13px;
	font-family: "Lato","Roboto Slab","Droid Serif","Cambria",Georgia,"Times New Roman","Times",serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
}

.blog-article__title:last-child {
	padding-bottom: 0;
}

.blog-article__title-link:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	z-index: 2;
}

.blog-article__more {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
	font-size: 15px;
}

.blog-article__more:after {
	content: '';
	height: 1px; width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #54585A;
	transition: width 300ms ease;
}

.no-touchevents .blog-article:hover .blog-article__preview-image {
	transform: translate(-50%, -50%) scale(1.2);
	transition-duration: 1000ms;
}

.no-touchevents .blog-article:hover .blog-article__more:after {
	width: 0;
	transition-duration: 500ms;
}

.blog-pagination {
	text-align: center;
	font-size: 0;
}

.blog-pagination__item {
	display: inline-block;
	font-size: 12px;
	vertical-align: bottom;
}

.blog-pagination__link,
.blog-pagination__arrow,
.blog-pagination__divider {
	display: block;
	min-height: 44px;
	padding: 12px 25px;
	position: relative;
	border-bottom: 1px solid #E5E6E6;
}

.blog-pagination__link:after {
	content: '';
	opacity: 0;
	height: 3px; width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #54585A;
	transition: opacity 300ms ease;
}

.blog-pagination__arrow:before {
	content: '';
	height: 9px; width: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.blog-pagination__arrow--prev:before {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjVweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCA1IDkiIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogIDxwYXRoIGQ9Ik04Ljk4NiAwLjkyNEw0LjQ5MiA0Ljk2NEwwIDAuOTI0TDEuMDE0IDEuMTEwMjJlLTE2TDQuNDk1IDMuMTNMNy45NzUgMEw4Ljk4NiAwLjkyNFoiIHRyYW5zZm9ybT0ibWF0cml4KDEuMTkyNDg4MUUtMDggMSAtMSAxLjE5MjQ4ODFFLTA4IDQuOTYzOTg5MyAwKSIgaWQ9IlNoYXBlXzFfY29weSIgZmlsbD0iIzE3MTcxNyIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIC8+DQo8L3N2Zz4=");
}

.blog-pagination__arrow--next:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iU2hhcGVfMV9jb3B5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA1IDkiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMxNzE3MTc7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iU2hhcGVfMV9jb3B5LTIiIGRhdGEtbmFtZT0iU2hhcGVfMV9jb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LDQuNTA4TDAuOTM1LDksMCw3Ljk4NmwzLjE1LTMuNDgxTDAsMS4wMjVsMC45My0xLjAxMVoiLz4KPC9zdmc+Cg==");
}

.no-touchevents .blog-pagination__link:hover:after,
.blog-pagination__link.is-active:after {
	opacity: 1;
}

.blog-tags {
	display: flex;
}

.blog-tags__item {
	position: relative;
	padding-right: 14px;
	margin: 0 8px 6px 0;
	color: #54585A;
	font-size: 14px;
	line-height: 24px;
}

.blog-tags__item:after {
	content: '';
	height: 4px;
	width: 4px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: black;
	border-radius: 50%;
}

.blog-tags__item:last-child {
	margin-right: 0;
	padding-right: 0;
}

.blog-tags__item:last-child:after {
	display: none;
}

.blog-tags__item a {
	color: #54585A;
	text-decoration: none;
}

.blog-tags__item a:hover {
	text-decoration: underline;
}

.article-blog {
	max-width: 720px;
	margin: auto;
	color: #0d0d0d;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.article-blog h1,
.article-blog h2,
.article-blog h3,
.article-blog h4,
.article-blog h5,
.article-blog h6 {
	margin: 0;
	padding: 15px 0;
	color: black;
	font-family: "Lato","Roboto Slab","Droid Serif","Cambria",Georgia,"Times New Roman","Times",serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.25;
}

.article-blog h1 { font-size: 24px; }
.article-blog h2 { font-size: 22px; }
.article-blog h3 { font-size: 20px; }
.article-blog h4 { font-size: 18px; }
.article-blog h5 { font-size: 16px; }

.article-blog h1:first-child,
.article-blog h2:first-child,
.article-blog h3:first-child,
.article-blog h4:first-child,
.article-blog h5:first-child,
.article-blog h6:first-child {
	padding-top: 0;
}

.article-blog h1:last-child,
.article-blog h2:last-child,
.article-blog h3:last-child,
.article-blog h4:last-child,
.article-blog h5:last-child,
.article-blog h6:last-child {
	padding-bottom: 0;
}

.article-blog p,
.article-blog blockquote {
	margin-bottom: 25px;
}

.article-blog p:last-child,
.article-blog blockquote:last-child {
	margin-bottom: 0;
}

.article-blog img {
	float: none;
	margin: 10px auto 40px;
}

.article-blog hr {
	height: 1px;
	margin: 0 auto 47px;
	border: 0;
	background-color: #f0f0f0;
}

.article-blog blockquote {
	position: relative;
	margin-left: 92px;
	padding-left: 44px;
	font-size: 14px;
	font-style: normal;
}

.article-blog blockquote:before {
	content: '';
	height: 100%; width: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f0f0f0;
}

.table-wrapper {
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-wrapper table {
	width: 100%;
	table-layout: fixed;
}

.table-wrapper table td {
	width: 25%;
	min-width: 25%;
	padding: 16px 5px 48px 5px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
}

.table-wrapper img {
	margin: auto;
}

.articles-slider {
	position: relative;
	padding: 0 46px;
}

.articles-slider .slick-prev,
.articles-slider .slick-next {
	height: 30px;
	width: 15px;
	top: 50%;
	left: 0;
	margin: 0;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjE1cHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDE1IDMwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBkPSJNMCAwTDEyLjIwNzkgMTRMMCAyOCIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMTMuMjA3ODg2IDEpIiBpZD0iUGF0aC0yLUNvcHkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIC8+DQo8L3N2Zz4=");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.articles-slider .slick-next {
	left: auto;
	right: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iUGF0aF8yX0NvcHkiIGRhdGEtbmFtZT0iUGF0aCAyIENvcHkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMTUgMzAiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjMDAwOwogICAgICAgIHN0cm9rZS13aWR0aDogMnB4OwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlBhdGgtMi1Db3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xLjc5MiwxTDE0LDE1LDEuNzkyLDI5Ii8+Cjwvc3ZnPgo=");
}

.blog-share__wrapper {
	text-align: center;
	padding-top: 40px;
}

.blog-share {
	display: inline-block;
	position: relative;
	z-index: 10;
}

.blog-share__button {
	display: flex;
	align-items: center;
	padding: 7px 39px 10px 29px;
	color: black;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #E5E6E6 !important;
	background-color: white;
	transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
}

.blog-share__button-icon {
	height: 26px;
	width: 26px;
	margin: 3px 15px 0 0;
	fill: black;
	transition: fill 300ms ease;
}

.blog-share__dropdown {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #E5E6E6;
	background-color: white;
	transition: opacity 300ms ease, visibility 300ms ease;
}

.blog-share__list {
	display: flex;
}

.blog-share__list-item {
	border-left: 1px solid #E5E6E6;
}

.blog-share__list-item:first-child {
	border-left-width: 0;
}

.blog-share__list-link {
	height: 45px;
	width: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	transition: background-color 300ms ease;
}

.blog-share__list-link-icon {
	height: 24px;
	width: 24px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

.blog-share__list-link-icon.icon-fb { background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZyBpZD0iU29jaWFsRmFjZWJvb2siPg0KICAgIDxwYXRoIGQ9Ik0yMCAxMEMyMCA0LjQ3NzE1IDE1LjUyMjkgMCAxMCAwQzQuNDc3MTUgMCAwIDQuNDc3MTUgMCAxMEMwIDE0Ljk5MTMgMy42NTY4NiAxOS4xMjgzIDguNDM3NSAxOS44Nzg1TDguNDM3NSAxMi44OTA2TDUuODk4NDQgMTIuODkwNkw1Ljg5ODQ0IDEwTDguNDM3NSAxMEw4LjQzNzUgNy43OTY4OEM4LjQzNzUgNS4yOTA2MyA5LjkzMDQzIDMuOTA2MjUgMTIuMjE0NiAzLjkwNjI1QzEzLjMwODcgMy45MDYyNSAxNC40NTMxIDQuMTAxNTYgMTQuNDUzMSA0LjEwMTU2TDE0LjQ1MzEgNi41NjI1TDEzLjE5MjEgNi41NjI1QzExLjk0OTkgNi41NjI1IDExLjU2MjUgNy4zMzMzNCAxMS41NjI1IDguMTI0MTZMMTEuNTYyNSAxMEwxNC4zMzU5IDEwTDEzLjg5MjYgMTIuODkwNkwxMS41NjI1IDEyLjg5MDZMMTEuNTYyNSAxOS44Nzg1QzE2LjM0MzEgMTkuMTI4MyAyMCAxNC45OTEzIDIwIDEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyIDIpIiBpZD0iRmlsbC0xIiBmaWxsPSIjMTk3N0YyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0ibm9uZSIgLz4NCiAgPC9nPg0KPC9zdmc+"); }
.blog-share__list-link-icon.icon-in { background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcz4NCiAgICA8cGF0aCBkPSJNMTAgMEM3LjI4NDE3IDAgNi45NDMzMyAwLjAxMTY2NjcgNS44NzY2NyAwLjA2QzQuMjUxNjcgMC4xMzQxNjcgMi44MjQxNyAwLjUzMjUgMS42NzgzMyAxLjY3ODMzQzAuNTMyNSAyLjgyNDE3IDAuMTM0MTY3IDQuMjUxNjcgMC4wNiA1Ljg3NjY3QzAuMDExNjY2NyA2Ljk0MzMzIDAgNy4yODQxNyAwIDEwQzAgMTIuNzE1OCAwLjAxMTY2NjcgMTMuMDU2NyAwLjA2IDE0LjEyMzNDMC4xMzQxNjcgMTUuNzQ4MyAwLjUzMjUgMTcuMTc1OCAxLjY3ODMzIDE4LjMyMTdDMi44MjQxNyAxOS40Njc1IDQuMjUxNjcgMTkuODY1OCA1Ljg3NjY3IDE5Ljk0QzYuOTQzMzMgMTkuOTg4MyA3LjI4NDE3IDIwIDEwIDIwQzEyLjcxNTggMjAgMTMuMDU2NyAxOS45ODgzIDE0LjEyMzMgMTkuOTRDMTUuNzQ4MyAxOS44NjU4IDE3LjE3NTggMTkuNDY3NSAxOC4zMjE3IDE4LjMyMTdDMTkuNDY3NSAxNy4xNzU4IDE5Ljg2NTggMTUuNzQ4MyAxOS45NCAxNC4xMjMzQzE5Ljk4ODMgMTMuMDU2NyAyMCAxMi43MTU4IDIwIDEwQzIwIDcuMjg0MTcgMTkuOTg4MyA2Ljk0MzMzIDE5Ljk0IDUuODc2NjdDMTkuODY1OCA0LjI1MTY3IDE5LjQ2NzUgMi44MjQxNyAxOC4zMjE3IDEuNjc4MzNDMTcuMTc1OCAwLjUzMjUgMTUuNzQ4MyAwLjEzNDE2NyAxNC4xMjMzIDAuMDZDMTMuMDU2NyAwLjAxMTY2NjcgMTIuNzE1OCAwIDEwIDBaTTEwIDEuODAxNjdDMTIuNjcgMS44MDE2NyAxMi45ODY3IDEuODExNjcgMTQuMDQwOCAxLjg2QzE1LjE3OTIgMS45MTE2NyAxNi4yMzUgMi4xNCAxNy4wNDc1IDIuOTUyNUMxNy44NiAzLjc2NSAxOC4wODgzIDQuODIwODMgMTguMTQgNS45NTkxN0MxOC4xODgzIDcuMDEzMzMgMTguMTk4MyA3LjMzIDE4LjE5ODMgMTBDMTguMTk4MyAxMi42NyAxOC4xODgzIDEyLjk4NjcgMTguMTQgMTQuMDQwOEMxOC4wODgzIDE1LjE3OTIgMTcuODYgMTYuMjM1IDE3LjA0NzUgMTcuMDQ3NUMxNi4yMzUgMTcuODYgMTUuMTc5MiAxOC4wODgzIDE0LjA0MDggMTguMTRDMTIuOTg2NyAxOC4xODgzIDEyLjY3IDE4LjE5ODMgMTAgMTguMTk4M0M3LjMzIDE4LjE5ODMgNy4wMTMzMyAxOC4xODgzIDUuOTU5MTcgMTguMTRDNC44MjA4MyAxOC4wODgzIDMuNzY1IDE3Ljg2IDIuOTUyNSAxNy4wNDc1QzIuMTQgMTYuMjM1IDEuOTExNjcgMTUuMTc5MiAxLjg2IDE0LjA0MDhDMS44MTE2NyAxMi45ODY3IDEuODAxNjcgMTIuNjcgMS44MDE2NyAxMEMxLjgwMTY3IDcuMzMgMS44MTE2NyA3LjAxMzMzIDEuODYgNS45NTkxN0MxLjkxMTY3IDQuODIwODMgMi4xNCAzLjc2NSAyLjk1MjUgMi45NTI1QzMuNzY1IDIuMTQgNC44MjA4MyAxLjkxMTY3IDUuOTU5MTcgMS44NkM3LjAxMzMzIDEuODExNjcgNy4zMyAxLjgwMTY3IDEwIDEuODAxNjdaTTE2LjUzODMgNC42NjE2N0MxNi41MzgzIDUuMzI0NDEgMTYuMDAxMSA1Ljg2MTY3IDE1LjMzODMgNS44NjE2N0MxNC42NzU2IDUuODYxNjcgMTQuMTM4MyA1LjMyNDQxIDE0LjEzODMgNC42NjE2N0MxNC4xMzgzIDMuOTk4OTIgMTQuNjc1NiAzLjQ2MTY3IDE1LjMzODMgMy40NjE2N0MxNi4wMDExIDMuNDYxNjcgMTYuNTM4MyAzLjk5ODkyIDE2LjUzODMgNC42NjE2N1pNNC44NjUgMTBDNC44NjUgNy4xNjQxNyA3LjE2NDE3IDQuODY1IDEwIDQuODY1QzEyLjgzNTggNC44NjUgMTUuMTM1IDcuMTY0MTcgMTUuMTM1IDEwQzE1LjEzNSAxMi44MzU4IDEyLjgzNTggMTUuMTM1IDEwIDE1LjEzNUM3LjE2NDE3IDE1LjEzNSA0Ljg2NSAxMi44MzU4IDQuODY1IDEwWk0xMCAxMy4zMzMzQzguMTU5MTcgMTMuMzMzMyA2LjY2NjY3IDExLjg0MDggNi42NjY2NyAxMEM2LjY2NjY3IDguMTU5MTcgOC4xNTkxNyA2LjY2NjY3IDEwIDYuNjY2NjdDMTEuODQwOCA2LjY2NjY3IDEzLjMzMzMgOC4xNTkxNyAxMy4zMzMzIDEwQzEzLjMzMzMgMTEuODQwOCAxMS44NDA4IDEzLjMzMzMgMTAgMTMuMzMzM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGlkPSJwYXRoXzEiIC8+DQogICAgPGNsaXBQYXRoIGlkPSJtYXNrXzEiPg0KICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aF8xIiAvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9IlNvY2lhbEZhY2Vib29rLUNvcHkiPg0KICAgIDxwYXRoIGQ9Ik0xMCAwQzcuMjg0MTcgMCA2Ljk0MzMzIDAuMDExNjY2NyA1Ljg3NjY3IDAuMDZDNC4yNTE2NyAwLjEzNDE2NyAyLjgyNDE3IDAuNTMyNSAxLjY3ODMzIDEuNjc4MzNDMC41MzI1IDIuODI0MTcgMC4xMzQxNjcgNC4yNTE2NyAwLjA2IDUuODc2NjdDMC4wMTE2NjY3IDYuOTQzMzMgMCA3LjI4NDE3IDAgMTBDMCAxMi43MTU4IDAuMDExNjY2NyAxMy4wNTY3IDAuMDYgMTQuMTIzM0MwLjEzNDE2NyAxNS43NDgzIDAuNTMyNSAxNy4xNzU4IDEuNjc4MzMgMTguMzIxN0MyLjgyNDE3IDE5LjQ2NzUgNC4yNTE2NyAxOS44NjU4IDUuODc2NjcgMTkuOTRDNi45NDMzMyAxOS45ODgzIDcuMjg0MTcgMjAgMTAgMjBDMTIuNzE1OCAyMCAxMy4wNTY3IDE5Ljk4ODMgMTQuMTIzMyAxOS45NEMxNS43NDgzIDE5Ljg2NTggMTcuMTc1OCAxOS40Njc1IDE4LjMyMTcgMTguMzIxN0MxOS40Njc1IDE3LjE3NTggMTkuODY1OCAxNS43NDgzIDE5Ljk0IDE0LjEyMzNDMTkuOTg4MyAxMy4wNTY3IDIwIDEyLjcxNTggMjAgMTBDMjAgNy4yODQxNyAxOS45ODgzIDYuOTQzMzMgMTkuOTQgNS44NzY2N0MxOS44NjU4IDQuMjUxNjcgMTkuNDY3NSAyLjgyNDE3IDE4LjMyMTcgMS42NzgzM0MxNy4xNzU4IDAuNTMyNSAxNS43NDgzIDAuMTM0MTY3IDE0LjEyMzMgMC4wNkMxMy4wNTY3IDAuMDExNjY2NyAxMi43MTU4IDAgMTAgMFpNMTAgMS44MDE2N0MxMi42NyAxLjgwMTY3IDEyLjk4NjcgMS44MTE2NyAxNC4wNDA4IDEuODZDMTUuMTc5MiAxLjkxMTY3IDE2LjIzNSAyLjE0IDE3LjA0NzUgMi45NTI1QzE3Ljg2IDMuNzY1IDE4LjA4ODMgNC44MjA4MyAxOC4xNCA1Ljk1OTE3QzE4LjE4ODMgNy4wMTMzMyAxOC4xOTgzIDcuMzMgMTguMTk4MyAxMEMxOC4xOTgzIDEyLjY3IDE4LjE4ODMgMTIuOTg2NyAxOC4xNCAxNC4wNDA4QzE4LjA4ODMgMTUuMTc5MiAxNy44NiAxNi4yMzUgMTcuMDQ3NSAxNy4wNDc1QzE2LjIzNSAxNy44NiAxNS4xNzkyIDE4LjA4ODMgMTQuMDQwOCAxOC4xNEMxMi45ODY3IDE4LjE4ODMgMTIuNjcgMTguMTk4MyAxMCAxOC4xOTgzQzcuMzMgMTguMTk4MyA3LjAxMzMzIDE4LjE4ODMgNS45NTkxNyAxOC4xNEM0LjgyMDgzIDE4LjA4ODMgMy43NjUgMTcuODYgMi45NTI1IDE3LjA0NzVDMi4xNCAxNi4yMzUgMS45MTE2NyAxNS4xNzkyIDEuODYgMTQuMDQwOEMxLjgxMTY3IDEyLjk4NjcgMS44MDE2NyAxMi42NyAxLjgwMTY3IDEwQzEuODAxNjcgNy4zMyAxLjgxMTY3IDcuMDEzMzMgMS44NiA1Ljk1OTE3QzEuOTExNjcgNC44MjA4MyAyLjE0IDMuNzY1IDIuOTUyNSAyLjk1MjVDMy43NjUgMi4xNCA0LjgyMDgzIDEuOTExNjcgNS45NTkxNyAxLjg2QzcuMDEzMzMgMS44MTE2NyA3LjMzIDEuODAxNjcgMTAgMS44MDE2N1pNMTYuNTM4MyA0LjY2MTY3QzE2LjUzODMgNS4zMjQ0MSAxNi4wMDExIDUuODYxNjcgMTUuMzM4MyA1Ljg2MTY3QzE0LjY3NTYgNS44NjE2NyAxNC4xMzgzIDUuMzI0NDEgMTQuMTM4MyA0LjY2MTY3QzE0LjEzODMgMy45OTg5MiAxNC42NzU2IDMuNDYxNjcgMTUuMzM4MyAzLjQ2MTY3QzE2LjAwMTEgMy40NjE2NyAxNi41MzgzIDMuOTk4OTIgMTYuNTM4MyA0LjY2MTY3Wk00Ljg2NSAxMEM0Ljg2NSA3LjE2NDE3IDcuMTY0MTcgNC44NjUgMTAgNC44NjVDMTIuODM1OCA0Ljg2NSAxNS4xMzUgNy4xNjQxNyAxNS4xMzUgMTBDMTUuMTM1IDEyLjgzNTggMTIuODM1OCAxNS4xMzUgMTAgMTUuMTM1QzcuMTY0MTcgMTUuMTM1IDQuODY1IDEyLjgzNTggNC44NjUgMTBaTTEwIDEzLjMzMzNDOC4xNTkxNyAxMy4zMzMzIDYuNjY2NjcgMTEuODQwOCA2LjY2NjY3IDEwQzYuNjY2NjcgOC4xNTkxNyA4LjE1OTE3IDYuNjY2NjcgMTAgNi42NjY2N0MxMS44NDA4IDYuNjY2NjcgMTMuMzMzMyA4LjE1OTE3IDEzLjMzMzMgMTBDMTMuMzMzMyAxMS44NDA4IDExLjg0MDggMTMuMzMzMyAxMCAxMy4zMzMzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIgaWQ9Ik1hc2siIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSJub25lIiAvPg0KICA8L2c+DQo8L3N2Zz4="); }
.blog-share__list-link-icon.icon-pin { background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVmcz4NCiAgICA8cGF0aCBkPSJNMTAgMEM0LjUgMCAwIDQuNSAwIDEwQzAgMTQuMjUgMi42NjY2NyAxNy44MzMzIDYuMzMzMzMgMTkuMzMzM0M2LjI1IDE4LjU4MzMgNi4xNjY2NyAxNy4zMzMzIDYuMzMzMzMgMTYuNUM2LjUgMTUuNzUgNy41IDExLjUgNy41IDExLjVDNy41IDExLjUgNy4yNSAxMC44MzMzIDcuMjUgMTBDNy4yNSA4LjU4MzMzIDguMDgzMzMgNy41ODMzMyA5LjA4MzMzIDcuNTgzMzNDOS45MTY2NyA3LjU4MzMzIDEwLjMzMzMgOC4yNSAxMC4zMzMzIDlDMTAuMzMzMyA5LjgzMzMzIDkuNzUgMTEuMTY2NyA5LjUgMTIuMzMzM0M5LjI1IDEzLjMzMzMgMTAgMTQuMTY2NyAxMSAxNC4xNjY3QzEyLjc1IDE0LjE2NjcgMTQuMTY2NyAxMi4zMzMzIDE0LjE2NjcgOS41ODMzM0MxNC4xNjY3IDcuMTY2NjcgMTIuNDE2NyA1LjUgMTAgNS41QzcuMTY2NjcgNS41IDUuNSA3LjY2NjY3IDUuNSA5LjgzMzMzQzUuNSAxMC42NjY3IDUuODMzMzMgMTEuNTgzMyA2LjI1IDEyLjA4MzNDNi4zMzMzMyAxMi4xNjY3IDYuMzMzMzMgMTIuMjUgNi4zMzMzMyAxMi4zMzMzQzYuMjUgMTIuNjY2NyA2LjA4MzMzIDEzLjMzMzMgNi4wODMzMyAxMy41QzYgMTMuNjY2NyA1LjkxNjY3IDEzLjc1IDUuNzUgMTMuNjY2N0M0LjUgMTMuMDgzMyAzLjc1IDExLjI1IDMuNzUgOS44MzMzM0MzLjc1IDYuNjY2NjcgNi4wODMzMyAzLjc1IDEwLjMzMzMgMy43NUMxMy44MzMzIDMuNzUgMTYuNSA2LjI1IDE2LjUgOS41QzE2LjUgMTIuOTE2NyAxNC4zMzMzIDE1Ljc1IDExLjMzMzMgMTUuNzVDMTAuMzMzMyAxNS43NSA5LjMzMzMzIDE1LjI1IDkgMTQuNTgzM0M5IDE0LjU4MzMgOC41IDE2LjUgOC40MTY2NyAxN0M4LjE2NjY3IDE3LjgzMzMgNy41ODMzMyAxOC45MTY3IDcuMTY2NjcgMTkuNTgzM0M4IDE5LjgzMzMgOSAyMCAxMCAyMEMxNS41IDIwIDIwIDE1LjUgMjAgMTBDMjAgNC41IDE1LjUgMCAxMCAwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIgaWQ9InBhdGhfMSIgLz4NCiAgICA8Y2xpcFBhdGggaWQ9Im1hc2tfMSI+DQogICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoXzEiIC8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iU29jaWFsRmFjZWJvb2stQ29weS0yIj4NCiAgICA8cGF0aCBkPSJNMTAgMEM0LjUgMCAwIDQuNSAwIDEwQzAgMTQuMjUgMi42NjY2NyAxNy44MzMzIDYuMzMzMzMgMTkuMzMzM0M2LjI1IDE4LjU4MzMgNi4xNjY2NyAxNy4zMzMzIDYuMzMzMzMgMTYuNUM2LjUgMTUuNzUgNy41IDExLjUgNy41IDExLjVDNy41IDExLjUgNy4yNSAxMC44MzMzIDcuMjUgMTBDNy4yNSA4LjU4MzMzIDguMDgzMzMgNy41ODMzMyA5LjA4MzMzIDcuNTgzMzNDOS45MTY2NyA3LjU4MzMzIDEwLjMzMzMgOC4yNSAxMC4zMzMzIDlDMTAuMzMzMyA5LjgzMzMzIDkuNzUgMTEuMTY2NyA5LjUgMTIuMzMzM0M5LjI1IDEzLjMzMzMgMTAgMTQuMTY2NyAxMSAxNC4xNjY3QzEyLjc1IDE0LjE2NjcgMTQuMTY2NyAxMi4zMzMzIDE0LjE2NjcgOS41ODMzM0MxNC4xNjY3IDcuMTY2NjcgMTIuNDE2NyA1LjUgMTAgNS41QzcuMTY2NjcgNS41IDUuNSA3LjY2NjY3IDUuNSA5LjgzMzMzQzUuNSAxMC42NjY3IDUuODMzMzMgMTEuNTgzMyA2LjI1IDEyLjA4MzNDNi4zMzMzMyAxMi4xNjY3IDYuMzMzMzMgMTIuMjUgNi4zMzMzMyAxMi4zMzMzQzYuMjUgMTIuNjY2NyA2LjA4MzMzIDEzLjMzMzMgNi4wODMzMyAxMy41QzYgMTMuNjY2NyA1LjkxNjY3IDEzLjc1IDUuNzUgMTMuNjY2N0M0LjUgMTMuMDgzMyAzLjc1IDExLjI1IDMuNzUgOS44MzMzM0MzLjc1IDYuNjY2NjcgNi4wODMzMyAzLjc1IDEwLjMzMzMgMy43NUMxMy44MzMzIDMuNzUgMTYuNSA2LjI1IDE2LjUgOS41QzE2LjUgMTIuOTE2NyAxNC4zMzMzIDE1Ljc1IDExLjMzMzMgMTUuNzVDMTAuMzMzMyAxNS43NSA5LjMzMzMzIDE1LjI1IDkgMTQuNTgzM0M5IDE0LjU4MzMgOC41IDE2LjUgOC40MTY2NyAxN0M4LjE2NjY3IDE3LjgzMzMgNy41ODMzMyAxOC45MTY3IDcuMTY2NjcgMTkuNTgzM0M4IDE5LjgzMzMgOSAyMCAxMCAyMEMxNS41IDIwIDIwIDE1LjUgMjAgMTBDMjAgNC41IDE1LjUgMCAxMCAwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIgaWQ9Ik1hc2siIGZpbGw9IiNCRDA4MUMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSJub25lIiAvPg0KICA8L2c+DQo8L3N2Zz4="); }
.blog-share__list-link-icon.icon-copy { background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjJweCIgdmlld0JveD0iMCAwIDE4IDIyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBkPSJNMTYuMzYzNiAzLjM4NDYyTDE0LjcyNzMgMy4zODQ2MkwxNC43MjczIDEuNjkyMzFDMTQuNzI3MyAwLjc2MTUzOSAxMy45OTA5IDAgMTMuMDkwOSAwTDEuNjM2MzYgMEMwLjczNjM2NCAwIDAgMC43NjE1MzkgMCAxLjY5MjMxTDAgMTYuOTIzMUMwIDE3Ljg1MzggMC43MzYzNjQgMTguNjE1NCAxLjYzNjM2IDE4LjYxNTRMMy4yNzI3MyAxOC42MTU0TDMuMjcyNzMgMjAuMzA3N0MzLjI3MjczIDIxLjIzODUgNC4wMDkwOSAyMiA0LjkwOTA5IDIyTDE2LjM2MzYgMjJDMTcuMjYzNiAyMiAxOCAyMS4yMzg1IDE4IDIwLjMwNzdMMTggNS4wNzY5MkMxOCA0LjE0NjE1IDE3LjI2MzYgMy4zODQ2MiAxNi4zNjM2IDMuMzg0NjJaTTMuMjcyNzMgNS4wNzY5MkwzLjI3MjczIDE2LjkyMzFMMS42MzYzNiAxNi45MjMxTDEuNjM2MzYgMS42OTIzMUwxMy4wOTA5IDEuNjkyMzFMMTMuMDkwOSAzLjM4NDYyTDQuOTA5MDkgMy4zODQ2MkM0LjAwOTA5IDMuMzg0NjIgMy4yNzI3MyA0LjE0NjE1IDMuMjcyNzMgNS4wNzY5MlpNMTYuMzYzNiAyMC4zMDc3TDQuOTA5MDkgMjAuMzA3N0w0LjkwOTA5IDUuMDc2OTJMMTYuMzYzNiA1LjA3NjkyTDE2LjM2MzYgMjAuMzA3N1oiIGlkPSJTaGFwZSIgZmlsbD0iIzAwMDAwMCIgc3Ryb2tlPSJub25lIiAvPg0KPC9zdmc+"); }
.blog-share__list-link-icon.icon-msg { background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U29jaWFsL01lc3NhbmdlcjwvdGl0bGU+CiAgICA8ZyBpZD0iU29jaWFsL01lc3NhbmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTIsMTEuMjU5MTY2NyBDMiwxNC4xNzI1IDMuNDUzMzkzODksMTYuNzcxNjY2NyA1LjcyNTk4ODU4LDE4LjQ2OTE2NjcgTDUuNzI1OTg4NTgsMjIgTDkuMTMxMTMwNDYsMjAuMTMxNjY2NyBDMTAuMDM5NTAxNiwyMC4zODI1IDExLjAwMjA0MTgsMjAuNTE5MTY2NyAxMS45OTk1ODMzLDIwLjUxOTE2NjcgQzE3LjUyMjMxMzQsMjAuNTE5MTY2NyAyMiwxNi4zNzQxNjY3IDIyLDExLjI2IEMyMi4wMDA4MzM0LDYuMTQ1ODMzMzMgMTcuNTIzMTQ2OCwyIDEyLjAwMDQxNjcsMiBDNi40Nzc2ODY1NywyIDIsNi4xNDUgMiwxMS4yNTkxNjY3IFogTTEwLjk0NTM3MjcsOC42NjU4MzMzMyBMMTMuNTUzODE0NywxMS4zODE2NjY3IEwxOC40NTk4NTI1LDguNjY1ODMzMzMgTDEyLjk5Mjk1OCwxNC40Njc1IEwxMC40NDcwMTg2LDExLjc1MjUgTDUuNDc3NjQ0OSwxNC40NjgzMzMzIEwxMC45NDUzNzI3LDguNjY1ODMzMzMgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMjE5NkYzIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"); }

.blog-share__list-link:hover {
	background-color: #E5E6E6;
}

.no-touchevents .blog-share__button:hover,
.blog-share.is-active .blog-share__button {
	color: white;
	background-color: black;
	border-color: black !important;
}

.no-touchevents .blog-share__button:hover .blog-share__button-icon,
.blog-share.is-active .blog-share__button-icon {
	fill: white;
}

.blog-share.is-active .blog-share__dropdown {
	opacity: 1;
	visibility: visible;
}

.replacement-tabs {
	position: relative;
}

.replacement-tab {
	position: absolute;
	top: -10000px;
	left: -10000px;
	margin-bottom: 90px;
}

.replacement-tab.is-active {
	position: relative;
	top: 0;
	left: 0;
}

.discount-popup-outer {
	border: 3px solid black;
	padding: 50px 0;
}
.discount-popup {
	position: relative;
	z-index:4000;
}
.discount-popup .modal-container {
	display: inline-block;
	width: 100%;
	max-width: 760px;
	max-height: 96vh;
	padding: 15px;
	position: relative;
	overflow-y: auto;
	color: #2c2c2c;
	font-size: 18px;
	text-align: left;
	background: #f5f5f5;
}

.discount-popup-result {
	margin: auto;
	text-align: center;
}

.discount-popup-result-title {
	font-size: 32px;
}

.discount-popup-result-content strong {
	display: block;
	margin-top: 5px;
}

.discount-popup-content {
	display: flex;
	justify-content: space-between;
}

.discount-popup-column {
	padding: 0 20px;
	border-right: 1px solid #000;
	text-align: center;
	flex: 0 0 46%;
	align-self: center;
}

.discount-popup-content-percent {
	padding: 0;
	border-right: 0;
	line-height: 1;
	font-size: 140px;
	font-weight: bold;
	font-style: italic;
	flex-basis: 54%;
}

.discount-popup-info-title {
	margin-bottom: 0;
	font-size: 21px;
	font-weight: bold;
}

.discount-popup-field {
	position: relative;
}
.discount-popup-close:hover {
	text-decoration-line: none !important;
}

.discount-popup-field .form-error {
	font-size: 13px;
}

.app .discount-popup-input {
	padding: 5px 0;
	border-width: 0 0 1px 0;
	border-color: #000;
	border-radius: 0;
	background: transparent;
	/* color: #95979a; */
	color: #eb1c23;

	font-size: 14px;
}

.app .has-error .discount-popup-input {
	border-color: #eb1c23;
}

.app .discount-popup-input::placeholder {
	color: #95979a;
}

.discount-popup-button {
	display: block;
	margin: 30px auto 15px auto;
	padding: 15px;
	min-width: 220px;
	width: 60%;
	background: #eb1c23;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #eb1c23 !important;
}

.discount-popup-button:hover {
	border: 1px solid #eb1c23;
	color: #eb1c23;
	background: white;
}

.discount-popup span.modal-close {
	position: static;
	background: none;
	color: #95979a;
	font-size: 15px;
	text-decoration: underline;
	text-indent: 0;
	cursor: pointer;
}

.discount-popup form {
	margin-top: 20px;
}