.actions-toolbar {margin-top: 1.5em;}
.actions-toolbar .primary,
.actions-toolbar .secondary {display: inline-block; vertical-align: middle;}

body .label {
	color: inherit;
	padding: 0 0 .5em;
	margin: 0;
	display: inline-block;
    font-weight: normal;
    position: relative;
    z-index: 0;
    font-size: .91em;
	line-height: normal;
}

.fieldset ~ .fieldset {margin-top: 1.5em;}

input[type="radio"],
input[type="checkbox"] {display: inline-block; vertical-align: middle;}

input[type="radio"] + label,
input[type="checkbox"] + label {display: inline-block; vertical-align: middle; padding: 3px 0 0;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* ===== Account ===== */
body *:focus,
body a:focus {outline: none;}
html body {
    color: #666;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
}
[class*='meigee-'] {font-size: 16px;}
[class*='meigee-fa'] {font-size: 14px;}
i.meigee-fa-google-plus {font-size: 16px;}
body .no-padding {padding-left: 0; padding-right: 0;}
/* html body .container {background: #fff; max-width: 1372px; width: 100%;} */
body:not(.cms-index-index) .content-wrapper > .container {width: 100%; padding-bottom: 3.667em;}
a, i, .btn {
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
a:hover  i, .btn:hover i {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
a:hover {opacity: .8;}
.mage-error {color: #f00;}
body a, body a:hover {text-decoration: none;}

body a {color: #3b787b;}
body a:hover,
body a:focus {color: #3b787b;}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {font-family: 'Rubik', sans-serif; font-weight: normal; margin-top: 0; margin-bottom: 20px; color: #222;}

body h1,
body .h1 {font-size: 40px; line-height: 40px; font-weight: 300; letter-spacing: -.6px;}
body h2,
body .h2 {font-size: 36px; line-height: 40px; font-weight: 300; letter-spacing: -.6px;}
body h3,
body .h3 {font-size: 24px; line-height: 32px; font-weight: 300; letter-spacing: -.6px;}
body h4,
body .h4 {font-size: 18px; line-height: 26px; font-weight: 300; letter-spacing: -.4px;}
body h5,
body .h5 {font-size: 15px; line-height: 24px; font-weight: 400; letter-spacing: -.4px;}
body h6,
body .h6 {font-size: 13px; line-height: 18px; font-weight: 400; letter-spacing: -.4px;}

img:not(.fotorama__img) {max-width: 100%; width: auto; height: auto!important;}


.cms-index-index .homepage-featured-products .you-deserve .deal p.subtitle{max-width: 620px;}
.cms-index-index .homepage-featured-products .you-deserve div.deal img{right:25px; top:50px;}

.skincolor {color: #ecd078;}
.skincolor-2 {color: #3b787b;}

body .btn,
body.checkout-index-index button[type="submit"],
.product-info-main #product-addtocart-button {
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  padding: 10px 18px;
  text-transform: uppercase;
  line-height: 1.54;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: rgba(0,0,0,0.1);
  color: #222;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
body.checkout-index-index button[type="submit"]:after,
body:not(.mobile-device) .btn:not(.selectpicker):after,
.product-info-main #product-addtocart-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: width 0.3s;
  background: rgba(0,0,0,.05);
}
body.checkout-index-index button[type="submit"]:hover:after,
body.checkout-index-index button[type="submit"]:focus:after,
body.checkout-index-index button[type="submit"]:active:after,
.product-info-main #product-addtocart-button:hover:after,
.product-info-main #product-addtocart-button:focus:after,
.product-info-main #product-addtocart-button:active:after,
body .btn:not(.selectpicker):hover:after,
body .btn:not(.selectpicker):focus:after,
body .btn:not(.selectpicker):active:after {
  width: 100%;
}
body .btn-default.light,
body .btn-default.light:hover {color: #fff; border-color: #fff; background-color: transparent;}
body .btn i {display: inline-block; vertical-align: middle; line-height: 12px;}
body .btn-default:hover,
body .btn-default:active,
body .btn-default:focus,
body .btn-default.hover,
body .btn-default.active,
body .btn-default.focus,
body .btn-default.disabled:hover,
body .btn-default[disabled]:hover,
body fieldset[disabled] .btn-default:hover,
body .btn-default.disabled:focus,
body .btn-default[disabled]:focus,
body fieldset[disabled] .btn-default:focus,
body .btn-default.disabled.focus,
body .btn-default[disabled].focus,
body fieldset[disabled] .btn-default.focus {
    box-shadow: none;
    background-color: transparent;
    border-color: rgba(0,0,0,0.1);
}
body .btn-primary,
body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:focus,
body .btn-primary.hover,
body .btn-primary.active,
body .btn-primary.focus,
body .btn-primary.disabled:hover,
body .btn-primary[disabled]:hover,
body fieldset[disabled] .btn-primary:hover,
body .btn-primary.disabled:focus,
body .btn-primary[disabled]:focus,
body fieldset[disabled] .btn-primary:focus,
body .btn-primary.disabled.focus,
body .btn-primary[disabled].focus,
body fieldset[disabled] .btn-primary.focus {background-color: #3b787b; border-color: #3b787b; color: #fff;}

body .btn-primary.type-2,
body .btn-primary.type-2:hover,
body .btn-primary.type-2:active,
body .btn-primary.type-2:focus,
body .btn-primary.type-2.hover,
body .btn-primary.type-2.active,
body .btn-primary.type-2.focus,
body .btn-primary.type-2.disabled:hover,
body .btn-primary.type-2[disabled]:hover,
body fieldset[disabled] .btn-primary.type-2:hover,
body .btn-primary.type-2.disabled:focus,
body .btn-primary.type-2[disabled]:focus,
body fieldset[disabled] .btn-primary.type-2:focus,
body .btn-primary.type-2.disabled.focus,
body .btn-primary.type-2[disabled].focus,
body fieldset[disabled] .btn-primary.type-2.focus,
.product-info-main #product-addtocart-button,
.product-info-main #product-addtocart-button:hover,
.product-info-main #product-addtocart-button:active,
.product-info-main #product-addtocart-button:focus,
.product-info-main #product-addtocart-button.hover,
.product-info-main #product-addtocart-button.active,
.product-info-main #product-addtocart-button.focus {background-color: #ecd078; border-color: #ecd078; color: #222;}


a:focus,
.close:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {outline: none !important;}
body .form-control:focus {box-shadow: 0 0 1px rgba(0,0,0,.1);}

body .form-control {box-shadow: none; border-radius: 0; border-color: #ddd; height: 36px; font-size: 11px; color: #888;}
body input.form-control,
body textarea.form-control,
body select.form-control{
	-webkit-box-shadow: none;
    box-shadow: none;
	font-weight: normal;
    color: #888;
    border-radius: 40px;
    border: solid 1px #ddd;
    background-color: transparent;
    font-family: inherit;
}
body select.form-control {border-radius: 4px;}
.no-visible {position: absolute; left: 0; opacity: 0;}


body input[type="text"], body input[type="email"], body input[type="password"], body .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 40px;
    background-color: #fff;
    color: #888;
    border-color: rgba(0,0,0,.15);
    border-width: 1px;
    padding: 6px 12px;
    font-size: 13px;
}
body input.qty {
    margin: 0 2px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: none;
    color: rgba(0,0,0,.4);
    background-color: rgba(0,0,0,.06);
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}

.message.info {
	background: #fdf0d5;
	color: #6f4400;
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 12px 20px 12px 25px;
	padding-left: 45px;
	position: relative;
}
.message.info a {color: #1979c3;}
.message.info a:hover {color: #006bb4;}
.message.info a:active {color: #006bb4;}
.message.info > *:first-child:before {
	color: #c07600;
	content: '\005c';
	display: inline-block;
	font: normal normal normal 14px/1 meigee;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	line-height: 24px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	top: 22px;
	vertical-align: middle;
	webkit-font-smoothing: antialiased;
	width: 45px;
}
.message.error {
	background: #fae5e5;
	color: #e02b27;
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 12px 20px 12px 25px;
	padding-left: 45px;
	position: relative;
}
.message.error a {color: #1979c3;}
.message.error a:hover {color: #006bb4;}
.message.error a:active {color: #006bb4;}
.message.error > *:first-child:before {
	color: #b30000;
	content: '\004c';
	display: inline-block;
	font: normal normal normal 14px/1 meigee;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	line-height: 24px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	top: 22px;
	vertical-align: middle;
	width: 45px;
}
.message.warning {
	background: #fdf0d5;
	color: #6f4400;
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 12px 20px 12px 25px;
	padding-left: 45px;
	position: relative;
}
.message.warning a {color: #1979c3;}
.message.warning a:hover {color: #006bb4;}
.message.warning a:active {color: #006bb4;}
.message.warning > *:first-child:before {
	color: #c07600;
	content: '\0073';
	display: inline-block;
	font: normal normal normal 14px/1 meigee;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	line-height: 24px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	top: 22px;
	vertical-align: middle;
	webkit-font-smoothing: antialiased;
	width: 45px;
}
.message.notice {
	background: #fdf0d5;
	color: #6f4400;
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 12px 20px 12px 25px;
	padding-left: 45px;
	position: relative;
}
.message.notice a {color: #1979c3;}
.message.notice a:hover {color: #006bb4;}
.message.notice a:active {color: #006bb4;}
.message.notice > *:first-child:before {
	color: #c07600;
	content: '\005c';
	display: inline-block;
	font: normal normal normal 14px/1 meigee;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	line-height: 24px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	top: 22px;
	vertical-align: middle;
	width: 45px;
}
.message.success {
	background: #e5efe5;
	color: #006400;
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 12px 20px 12px 25px;
	padding-left: 45px;
	position: relative;
}
.message.success a {color: #1979c3;}
.message.success a:hover {color: #006bb4;}
.message.success a:active {color: #006bb4;}
.message.success > *:first-child:before {
	color: #006400;
	content: '\004a';
	display: inline-block;
	font: normal normal normal 14px/1 meigee;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	line-height: 24px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	top: 22px;
	vertical-align: middle;
	width: 45px;
}

/* Indents */
hr.indent-9,
hr.indent-12,
hr.indent-18,
hr.indent-24,
hr.indent-28,
hr.indent-32,
hr.indent-36,
hr.indent-40,
hr.indent-46,
hr.indent-52,
hr.indent-56,
hr.indent-60,
hr.solid,
hr.dotted,
hr.dashed {
	padding: 0;
	border: none;
	background: none;
	height: 0;
	clear: both;
}

hr.indent-9 {margin:.75em 0;}
hr.indent-12 {margin: 1em 0;}
hr.indent-18 {margin: 1.5em 0;}
hr.indent-24 {margin: 2em 0;}
hr.indent-28 {margin: 2.333em 0;}
hr.indent-32 {margin: 2.5em 0;}
hr.indent-36 {margin: 3em 0;}
hr.indent-40 {margin: 3.333em 0;}
hr.indent-46 {margin: 3.883em 0;}
hr.indent-52 {margin: 4.333em 0;}
hr.indent-56 {margin: 4.667em 0;}
hr.indent-60 {margin: 5em 0;}

/* invisible indents */
hr.white-space{margin-top: 0;}

/* solid indents */
hr.solid {border-bottom: 1px solid rgba(0,0,0,.13); margin: 0;}

/* dotted indents */
hr.dotted {border-bottom: 1px dotted rgba(0,0,0,.13); margin: 0;}

/* dashed indents */
hr.dashed {border-bottom: 1px dashed rgba(0,0,0,.13); margin: 0;}

.background-wrapper {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}
.background-wrapper ~ * {position: relative;}

/* Widget: Social Links */
ul.social-links {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
ul.social-links li {float: left; margin: 0;}
ul.social-links li a {
    display: block;
    text-align: center;
    height: 30px;
    width: 30px;
  line-height: 30px;
    color: rgba(0,0,0,.5);
    background-color: transparent;
    font-size: 14px;
    border-radius: 0;
}
ul.social-links li a i {line-height: inherit; font-size: inherit; vertical-align: middle;}
ul.social-links li a i.meigee-fa-google-plus {font-size: 16px;}
ul.social-links li a:hover {background-color: rgba(0,0,0,0.06); color: rgba(0,0,0,.5);}
/* //Social Links */

.panel.header .header-switcher{display: none}
.footer.content .switcher-store{margin: 0 0 30px}
.page-header .header-switcher {margin-right: 11px}
.page-header .header-switcher .options,
.page-footer .switcher .options{display: inline-block;position: relative}
.page-header .header-switcher .options:before,
.page-footer .switcher .options:before,
.page-header .header-switcher .options:after,
.page-footer .switcher .options:after,
.block-title:before,
.block-title:after,
.item-options:before,
.item-options:after {content: ''; display: table}
.page-header .header-switcher .options:after,
.page-footer .switcher .options:after,
.block-title:after,
.item-options:after {clear: both}
.page-header .header-switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle{
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background: transparent;
}
.page-header .header-switcher .options strong {color: inherit; vertical-align: middle;}
.page-footer .switcher .options strong {color: rgba(255,255,255,.4);}
.page-header .header-switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span{border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px}
.page-header .header-switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after{
 content: "\0053";
 display: inline-block;
 font: normal normal normal 14px/1 meigee;
 font-size: inherit;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-size: 8px;
 line-height: 1;
 color: inherit;
 margin: 0;
 vertical-align: middle;
 font-weight: normal;
 overflow: hidden;
 speak: none;
 text-align: center;
 color: rgba(255,255,255,0.3);
}
.page-header .header-switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after{color: inherit}
.page-header .header-switcher .options .action.toggle:active:after,
.page-header .header-switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle:active:after{color: inherit}
.page-header .header-switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none;
}
.page-header .header-switcher .options .action.toggle:hover,
.page-header .header-switcher .options .action.toggle.active {color: #ecd078;}
.page-header .header-switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span{border: 0; clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.page-header .header-switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after{
    display: inline-block;
    font: normal normal normal 14px/1 meigee;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    line-height: 1;
    color: inherit;
    content: '\0054';
    margin: 0;
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: rgba(255,255,255,0.3);
}
.page-header .header-switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after{color: inherit}
.page-header .header-switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after{color: inherit}
.page-header .header-switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown{
	background: #fff;
	border: none;
	z-index: 1000;
	margin: 0;
	padding: 0;
	list-style: none none;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	margin-top: 4px;
    border-radius: 0;
	min-width: 160px;
	display: none;
    overflow: hidden;
}
.page-header .header-switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li{margin: 0; padding: 0; display: block;}
.page-header .header-switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover{background: rgba(0,0,0,0.1); cursor: pointer}
.page-header .header-switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .header-switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after{border-bottom-style: solid;content: '';display: block;height: 0;position: absolute;width: 0}
.page-header .header-switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before{border: 6px solid;border-color: transparent transparent #fff transparent;z-index: 99; content: none;}
.page-header .header-switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after{border: 7px solid;border-color: transparent transparent #bbb transparent;z-index: 98; content: none;}
.page-header .header-switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before{left: 10px;top: -12px}
.page-header .header-switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after{left: 9px;top: -14px}
.page-header .header-switcher .options.active,
.page-footer .switcher .options.active{overflow: visible}
.page-header .header-switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown{display: block}
.page-header .header-switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a{display: block;padding: 8px; color: #222; text-align: left;}
.page-header .header-switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover{text-decoration: none}
.page-header .header-switcher li,
.page-footer .switcher li{margin: 0;font-size: 12px}
.page-header .header-switcher .label {font-weight: normal; color: #222;}
.page-header .header-switcher .label:after {content: ':';}
.page-header .header-switcher strong,
.page-footer .switcher strong{
    font-size: 1em;
    color: #fff;
    margin-right: 8px;
    font-weight: normal;
}
.nav-sections{
	-webkit-transition: left .3s;
	-moz-transition: left .3s;
	-ms-transition: left .3s;
	transition: left .3s;
	height: 100%;
	left: -80%;
	left: calc(-1 * (100% - 200px));
	overflow: auto;
	position: fixed;
	top: 0;
	width: 80%;
	width: calc(100% - 200px);
	background: #fff;
	z-index: 99999;
}
.nav-sections .switcher{border-top: 1px solid #d1d1d1;font-size: 1.6rem;font-weight: 700;margin: 0;padding: .8rem 3.5rem .8rem 2rem}
.nav-sections .switcher .label{display: block;margin-bottom: 5px}
.nav-sections .switcher:last-child{border-bottom: 1px solid #d1d1d1}
.nav-sections .switcher-trigger strong{display: inline-block !important;position: relative;display: block;text-decoration: none}
/* .nav-sections .switcher-trigger strong:after{
	-webkit-font-smoothing: antialiased;
	font-size: 42px;
	line-height: inherit;
	color: inherit;
	content: '\e622';
	font-family: 'icons-blank-theme';
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
} */
/* .nav-sections .switcher-trigger strong:after{position: absolute;right: -40px;top: -18px}
.nav-sections .switcher-trigger.active strong:after{content: '\e621'} */
.nav-sections .switcher-dropdown{margin: 0;padding: 0;list-style: none none;padding: 10px 0}

/* Header */
body .page-header {margin: 0; border: none; padding: 0; color: rgba(0,0,0,.6);}
.wide-layout .page-header .top-block,
.boxed-layout .page-header .top-block .container {position: relative; background-color: #333; color: rgba(255,255,255,.7)}
.page-header .welcome {
	float: left;
    margin: 0;
    padding: 5px 0 7px;
}
.page-header .right-block {float: right;}
.page-header .top-block  ul.social-links li a {color: rgba(255,255,255,0.7);}
.page-header .top-block  ul.social-links li a:hover {background-color: rgba(255,255,255,0.06);}

.page-header .header-text-blocks {display: inline-block; float: left; vertical-align: top; text-align: left; margin: 2px 0;}
.page-header .header-text-blocks li {display: inline-block;}
.page-header .header-text-blocks li + li {margin-left: 29px; padding-left: 29px; border-left: 1px solid rgba(0,0,0,0.1);}
.page-header .header-text-blocks span {display: inline-block; vertical-align: middle; color: #666; font-size: 13px; line-height: 17px;}
.page-header .header-text-blocks span.phone {color: #c02942; display: inline-block; vertical-align: top;}
.page-header .header-text-blocks strong {color: #aaa; font-weight: normal;}
.page-header .header-text-blocks span.compo-icon {margin-right: 20px;}

.page-header .header-custom-links {display: inline-block;}
.page-header .header-custom-links ul {margin: 0; padding: 0; font-size: 0;}
.page-header .header-custom-links li {display: inline-block; padding: 0 15px;}
.page-header .header-custom-links li:not(:first-of-type) {border-left: solid 1px rgba(255,255,255,.12);}
.page-header .header-custom-links li a {color: inherit; font-size: 13px; display: inline-block; line-height: 1;}
.page-header .header-custom-links li a i {margin-right: 5px; vertical-align: middle;}
.page-header .header-custom-links li a:hover {color: #ecd078;}

.page-header .middle-block-inner {padding-top: 15px; padding-bottom: 15px;}
.page-header .middle-block .right-block {padding: 15px 0;}

.header.links {list-style: none; margin: 0; display: inline-block; vertical-align: middle; padding: 0;}
.header.links li {padding: 0; margin: 0; float: left;}
.header.links li.authorization-link {padding: 0 0 0 16px;}
.header.links li a {
  font-size: 0;
  color: #222;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 50%;
  display: block;
}
.header.links li.authorization-link a:before {
  content: '\0036';
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
  font-family: 'meigee';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header.links li.authorization-link a:hover {background-color: #ecd078;}

.page-header .customer-block {display: inline-block; position: relative; padding-right: 15px;}
.page-header .customer-name-wrapper .customer-name {display: block; cursor: pointer;}
.page-sitemap .customer-block {display: none!important;}
.page-header .customer-name-wrapper .customer-name {display: block; cursor: pointer;}
.page-header .customer-name .user-icon {font-size: 1em; color: rgba(255,255,255,.9); font-family: 'Rubik'; text-transform: uppercase;}
.page-header .customer-name .user-icon span {display: inline-block; position: relative; top: -2px;}
.page-header .customer-name .user-icon i:not(.fa) {
  font-size: 16px;
  color: rgba(0,0,0,.86);
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: -5px 10px -5px 0;
}
.page-header .customer-name i.fa {
  color: rgba(255,255,255,.9);
  margin-left: 5px;
  padding: 10px;
  font-size: 16px;
  position: relative;
}
.page-header .customer-name i:hover {background-color: rgba(0,0,0,0.2);}
.page-header .customer-name-wrapper + .links {
  background-color: #fff;
  display: none;
  position: absolute;
  right: 0;
  z-index: 999;
  margin-left: 0!important;
  padding: .75em 9px;
  min-width: 153px;
  text-align: left;
  z-index: 99999;
  -webkit-box-shadow: -4px 8px 14px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: -4px 8px 14px 0px rgba(0,0,0,0.2);
  box-shadow: -4px 8px 14px 0px rgba(0,0,0,0.2);
  border: solid 1px #ddd;
}
.customer-block .header.links {display: none;}
.customer-name-wrapper + .header.links li a:before {content: none;}
.customer-name-wrapper + .header.links li + li {border-left: none;}
.page-header .customer-name-wrapper + .links li {float: none; display: block!important; margin-left: 10px; padding: 0;}
.page-header .customer-name-wrapper + .links li a {
  display: inline-block !important;
  font-size: 1em;
  float: none;
  text-align: left;
  position: relative;
  margin: 0;
  padding: .5em 0 .5em 10px;
  color: #666;
}
.page-header .customer-name-wrapper + .links li a i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  font-size: .4em;
  color: #ff98e1;
}
.page-header .customer-name-wrapper + .links li a .hover-divider {
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 10px;
  background-color: #ff98e1;
  content: '';
  position: absolute;
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  transition: width 500ms ease;
  -o-transition: width 500ms ease;
}
.page-header .customer-name-wrapper + .links li a:hover .hover-divider {width: 90%;}
.page-header .customer-name-wrapper + .links li a:hover {color: #ff98e1;}

body .home-link {float: left;}
body .home-link a {
    display: inline-block;
    position: relative;
    font-family: 'Rubik';
    font-weight: normal;
    font-size: 14px;
    line-height: 1.48;
    color: #222;
    padding: 17px 20px;
    z-index: 100;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -o-transition: none;
}
body .home-link a:focus,
body .home-link a:hover {background-color: #eee;}
body .home-link a:after {
    content: '';
    height: 26px;
    width: 1px;
    background-color: rgba(0,0,0,.16);
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 0;
}
body .home-link i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
}
.page-header .panel {margin: 0; border: none; box-shadow: none; border-radius: 0; float: left; padding: 0 60px 0 0; background-color: transparent;}
.page-header .logo {display: inline-block; vertical-align: middle; float: left;}

.customer-welcome {display: inline-block; position: relative; padding-left: 20px}
.customer-welcome:before,
.customer-welcome:after {content: ''; display: table;}
.customer-welcome:after {clear: both;}
.customer-welcome .action.switch {padding: 0; cursor: pointer; display: inline-block; text-decoration: none;}
.customer-welcome .action.switch > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; display: none;}
.customer-welcome .action.switch.active {display: inline-block; text-decoration: none;}
.customer-welcome .action.switch.active > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.customer-welcome.active .action.switch:after {content: '\0054';}
.customer-welcome ul.header.links {
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    right: 0;
    z-index: 99999;
    margin-left: 0!important;
    padding: 20px 10px;
    min-width: 190px;
    text-align: left;
}
.customer-welcome ul li {margin: 0; padding: 0;}
.customer-welcome ul li:hover {cursor: pointer;}
.customer-welcome .action.switch {
    display: inline-block;
    background-color: transparent;
    border: none;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #ddd;
    margin-left: 5px;
    font-size: 1em;
    position: absolute;
    margin-right: 0;
    right: 0;
    bottom: 0;
        transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.customer-welcome.active {overflow: visible;}
.customer-welcome.active ul.header.links {display: block;}
.customer-welcome.active .action.switch {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 30%;
    -ms-transform-origin: 50% 30%;
    transform-origin: 50% 30%;
    border-right: 0;
    border-left-width: 5px;
    border-top-width: 5px;
    color: #aaa;
}
.customer-welcome li a {color: #333; text-decoration: none; display: block; line-height: 1.4; padding: 8px;}
.customer-welcome li a:visited {color: #333; text-decoration: none;}
.customer-welcome li a:hover {color: #333; text-decoration: none;}
.customer-welcome li a:active {color: #333; text-decoration: none;}
.customer-welcome .customer-name {
    cursor: pointer;
    font-size: 0;
    margin-left: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 50%;
    position: relative;
}
.customer-welcome .customer-menu {display: none;}
.customer-welcome .action.switch:focus,
.customer-welcome .action.switch:active,
.customer-welcome .action.switch:hover {background: none;}
.customer-welcome .action.switch.disabled,
.customer-welcome .action.switch[disabled],
fieldset[disabled] .customer-welcome .action.switch{ cursor: not-allowed; pointer-events: none; opacity: .5;}
.customer-welcome.active .customer-menu {display: block;}
.customer-welcome .greet {display: none;}
.header-wrapper .header.links > .customer-welcome + li.authorization-link{display: none!important;}

.customer-welcome .customer-name > span:before {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    content: '\0036';
    font-family: 'meigee';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header-wrapper .header.links .customer-menu li,
.header-wrapper .header.links .customer-menu li.authorization-link {display: block; float: none; padding: 0; margin: 0;}
.header-wrapper .header.links .customer-menu li a,
.header-wrapper .header.links .customer-menu li.authorization-link a {
    display: inline-block !important;
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 0;
    font-size: 1em;
    line-height: 1.2;
    float: none;
    text-align: left;
    position: relative;
    margin: 0;
    padding: .5em 0 .5em 10px;
    color: #666;
    position: relative;
}
.header-wrapper .header.links .customer-menu li a:hover,
.header-wrapper .header.links .customer-menu li.authorization-link a:hover {color: #3b787b;}
.header-wrapper .header.links .customer-menu .authorization-link a:before {content: none;}
.header-wrapper .header.links .customer-menu li a:after {
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 10px;
    background-color: #ecd078;
    content: '';
    position: absolute;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    transition: width 500ms ease;
    -o-transition: width 500ms ease;
}
.header-wrapper .header.links .customer-menu li a:hover:after {
    width: 90%;
}
.checkpoint-0 {position: relative;}
#checkpoint-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
}
.header-wrapper .checkpoint-wrapper {position: relative;}
.header-wrapper .checkpoint-button {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  cursor: pointer;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}


/* Header Search */
.header-wrapper {position: relative;}
.header-wrapper .search-cart-block {float: right;}
.header-wrapper .block-search .block-title,
.header-wrapper .block-search .search-button,
.header-wrapper .block-search .nested {display: none;}
.header-wrapper .block-search {display: inline-block; vertical-align: middle; margin: 0 0 0 38px;}
.header-wrapper .block-search {position: relative; overflow: hidden;}
.header-wrapper .block-search .search-button {
  display: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  color: #222;
  width: 54px;
  height: 54px;
  transition: background-color 300ms ease, color 300ms ease;
  -moz-transition: background-color 300ms ease, color 300ms ease;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
}
.header-wrapper .block-search .search-button:hover {background-color: rgba(0, 0, 0, 0.2);}
.header-wrapper .block-search .search-button span {display: none;}
.header-wrapper .block-search .search-button i {font-size: inherit; color: inherit;}
.header-wrapper .block-search .indent {
    width: 345px;
    position: static;
  overflow: hidden;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 40px;
  transition: border 300ms ease;
  -moz-transition: border 300ms ease;
  -webkit-transition: border 300ms ease;
  -o-transition: border 300ms ease;
}
.header-wrapper .block-search label {display: none;}
.header-wrapper .block-search input {
  display: inline-block;
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: rgba(0,0,0,.4);
  font-size: 13px;
  vertical-align: middle;
  height: 38px;
  padding-left: 15px;
}
.header-wrapper .block-search .btn {
  display: inline-block;
  overflow: hidden;
  margin-right: 1px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-family: 'Rubik';
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 40px;
  background-color: #ebebeb;
  background-image: none;
  box-shadow: none;
  vertical-align: middle;
  color: rgba(0,0,0,.6);
  position: relative;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.header-wrapper .block-search .search-icon {padding-left: 16px; padding-right: 12px; position: relative;}
.header-wrapper .block-search .search-icon:before {
    content: '';
    height: 20px;
    width: 1px;
    background-color: rgba(0,0,0,.1);
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
}
.header-wrapper .block-search .search-icon i {line-height: 1; vertical-align: middle; position: relative; top: 1px;}
.header-wrapper .block-search .btn span {display: inline-block; padding: 0; vertical-align: middle;}
.header-wrapper .block-search .btn > span {line-height: inherit;}
.header-wrapper .block-search .btn span span {
  font-size: 0;
  opacity: 0;
  display: inline-block;
  color: #222;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
  margin-top: -2px;
  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
}
.header-wrapper .block-search .btn i {
    line-height: 1;
  display: inline-block;
  vertical-align: middle;
    font-size: 16px;
    color: inherit;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    margin: 0;
}
.header-wrapper .block-search .btn i + span{display: none;}
.header-wrapper .block-search.focused .indent {border-color: #4c66d9;}
.header-wrapper .block-search.focused .btn {
  width: 105px !important;
  background-color: transparent;
  -webkit-box-shadow: -2px 2px 10px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: -2px 2px 10px -2px rgba(0,0,0,0.2);
  box-shadow: -2px 2px 10px -2px rgba(0,0,0,0.2);
}
.header-wrapper .block-search.focused .search-icon {background-color: #f5f5f5;}
.header-wrapper .block-search.focused .btn i {margin-left: 5px;}
.header-wrapper .block-search.focused .btn > span {margin-left: 7px;}
.header-wrapper .block-search.focused .btn span span {font-size: 13px; opacity: 1;}

body.search-open #search-inner {
    background-color: #fff;
    display: block;
    z-index: 995;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* !Header Search */

/* Header Nav */
.header-wrapper .menu-wrapper .menu-inner {background-color: #f5f5f5; border-radius: 5px;}
.header-wrapper .menu-wrapper .menu-inner {margin-bottom: 20px;}
.header-wrapper .toggle-nav {float: left;}
.header-wrapper .navbar-default {border: none; float: left; background: none; padding: 0; border-radius: 0; margin: 0; min-height: 1px;}
.header-wrapper .navbar-collapse.collapse {
	padding: 0;
	display: flex!important;
	justify-content: center;
	align-items: center;
}

.header-wrapper .navbar-collapse.collapse a.level-top {
	position: relative;
	font-family: 'Rubik';
	font-weight: normal;
	font-size: 13px;
	line-height: 1.58;
	color: #222;
	padding: 17px 14px;
    text-transform: uppercase;
	z-index: 100;
	margin: 0;
	border: none;
	background: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.header-wrapper .navbar-collapse.collapse a.level-top span {line-height: 1.5em; display: inline-block;}
.header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon {float: right;}
.header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon:after {
	display: inline-block;
    font: normal normal normal 14px/1 meigee;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    line-height: 1.2;
    color: inherit;
    content: '\0053';
    margin: 0 0 0 3px;
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: rgba(0,0,0,0.3);
}

.header-wrapper .navbar-collapse.collapse a.level-top.ui-state-active,
.header-wrapper .navbar-collapse.collapse a.level-top.ui-state-focus {background-color: rgba(0,0,0,0.1);}



.navigation .level0 .submenu {
	background: #fff;
	border: none;
	text-align: left;
    background-color: #fff;
    border-top: solid 1px #ddd;
	font-weight: 400;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	min-width: 230px;
	padding: 15px 0;
	display: none;
	left: 0;
	margin: 0 !important;
	padding: 0;
	position: absolute;
	z-index: 101;
	margin-top: 11px;
	list-style: none;
}
.navigation .level0 .submenu li:not(:last-of-type) {border-bottom: 1px solid rgba(0,0,0,.2);}
.navigation .level0 .submenu li {position: relative;}
.navigation .level0 .submenu > ul {margin-top: 11px;}
.navigation .level0 .submenu > ul:before,
.navigation .level0 .submenu > ul:after {content: ''; display: block; overflow: hidden; position: absolute;}
.navigation .level0 .submenu > ul:before {color: #fff; left: 20px; top: -20px; border: 10px solid transparent; height: 0; width: 0; border-bottom-color: #fff; z-index: 4;}
.navigation .level0 .submenu > ul:after {border: 11px solid transparent; height: 0; width: 0; border-bottom-color: #08c; color: #08c; left: 19px; top: -22px; z-index: 3;}
.navigation .level0 .submenu a {display: block; line-height: inherit; color: #666; padding: 13px 29px 13px 30px; font-size: 13px; position: relative;}
.navigation .level0 .submenu li.parent > a:after {
	display: inline-block;
    font: normal normal normal 14px/1 meigee;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    line-height: 1;
    color: inherit;
    content: '\0053';
    margin: 0;
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: rgba(255,255,255,0.3);
}
.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus,
.navigation .level0 .submenu .active > a {background-color: #f5f5f5; color: #3b787b; text-decoration: none;}
.navigation .level0 .submenu .submenu {top: -2px!important; left: 100% !important;}
.navigation .level0 .submenu .submenu-reverse {left: auto !important; right: 100%;}

/* !Header Nav */

/* Header Cart */
/*.minicart-wrapper { position: relative;}*/



.minicart-wrapper .title-cart .cart-indicator {
  position: absolute;
  bottom: 5px;
}
.minicart-wrapper .title-cart .counter.empty .cart-full-indicator {display: none;}
.minicart-wrapper .title-cart .counter.empty .cart-indicator,
.minicart-wrapper .title-cart .counter.empty .cart-full-indicator,
.minicart-wrapper .title-cart .counter.empty .cart-full-indicator:after,
.minicart-wrapper .title-cart .counter.empty .cart-full-indicator:before {
  background-color: rgba(0,0,0,0.2);
}
.minicart-wrapper .title-cart .cart-full-indicator {
    bottom: 13px;
    display: block;
}
.minicart-wrapper .title-cart .cart-indicator,
.minicart-wrapper .title-cart .cart-full-indicator,
.minicart-wrapper .title-cart .cart-full-indicator:after,
.minicart-wrapper .title-cart .cart-full-indicator:before {
  position: absolute;
  width: 18px;
  height: 2px;
  left: 50%;
  margin-left: -9px;
  background-color: #ecd078;
}
.minicart-wrapper .title-cart .cart-full-indicator:after,
.minicart-wrapper .title-cart .cart-full-indicator:before {
    display: block;
    content: ''
}
.minicart-wrapper .title-cart .cart-full-indicator:before {
    top: -4px
}
.minicart-wrapper .title-cart .cart-full-indicator:after {
    bottom: -4px
}
.minicart-wrapper .title-cart .counter.empty .counter-number,
.minicart-wrapper .title-cart .counter.empty .divider,
.minicart-wrapper .title-cart .counter.empty .caret,
.minicart-wrapper .title-cart .counter.empty .subtotal {display: none;}
.minicart-wrapper .title-cart {
	padding: 11px 15px;
    transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    display: block;
    color: #222;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}
.minicart-wrapper .title-cart .cart-right-items {display: inline-block; vertical-align: middle;}
.minicart-wrapper .title-cart .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    height: 32px;
}
.minicart-wrapper .title-cart .icon i {
   font-size: 32px;
   line-height: 1;
   color: #ecd078;
}
.minicart-wrapper .title-cart .counter.empty .icon i {color: rgba(0,0,0,0.3);}
.minicart-wrapper .title-cart .text {
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1;
    margin-bottom: -4px;
}
.minicart-wrapper .title-cart .subtotal .label,
.minicart-wrapper .title-cart .counter-label {display: none;}
.minicart-wrapper .title-cart .caret {
        display: inline-block;
    line-height: 1;
    color: #aaa;
    margin-top: 2px;
    vertical-align: middle;
}
.minicart-wrapper .title-cart .counter-number {
    display: inline-block;
    vertical-align: middle;
    font-weight: inherit;
    color: #aaa;
    text-align: center;
    line-height: 1;
    margin-bottom: -2px;
}
.minicart-wrapper .title-cart .divider {display: inline-block; vertical-align: middle; color: #aaa; position: relative; top: 1px;}
.minicart-wrapper .title-cart .subtotal {
    margin: 0;
    color: #222;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-bottom: -2px;
}
.minicart-wrapper .title-cart .subtotal .price-container {display: inline-block;}
.minicart-wrapper .title-cart .subtotal .price {font-size: inherit; color: inherit;}


.minicart-items .product .toggle {border: 0; padding: 0 40px 5px 0;}
.minicart-items .subtitle {display: none;}
.minicart-items .item-options dt {text-align: left;}



.block-minicart .items-total {float: left; margin: 0 10px; display: none;}
.block-minicart .items-total .count {font-weight: 700;}
.block-minicart .subtotal {
    text-align: center;
    border-top: dashed 1px rgba(0,0,0,.1);
    font-family: 'Rubik', sans-serif;
    margin: 0 -30px;
    padding: 18px 0;
}
.block-minicart .subtitle {display: none;}
.block-minicart .subtotal .label,
.block-minicart .subtotal .price-container {
	display: inline-block;
    font-size: 24px;
    line-height: 1.25em;
    padding: 0;
    color: #3b787b;
    font-weight: 300;
}
.block-minicart .subtotal .label {color: #222;}
.block-minicart .subtotal .price-container .price {font-size: inherit; font-weight: inherit; font-family: inherit; color: inherit;}
.block-minicart .subtitle.empty {display: block; font-size: 14px; padding: 5px 0 10px; text-align: center;}
.block-minicart .text.empty {text-align: center;}
.block-minicart .block-content > .actions {text-align: center; padding: 0;}
.minicart-wrapper .actions div.primary {display: block;}
.minicart-wrapper .actions div.primary .btn {
    display: block;
    width: 100%;
    background-color: #d95b43;
    border-color: #d95b43;
    color: #fff;
    margin-bottom: 16px;
}
.minicart-wrapper .actions div.secondary {display: inline-block; vertical-align: middle;}
.minicart-wrapper .actions div.secondary .btn {
    border: none;
    padding: 0;
    text-transform: none;
}
.minicart-wrapper .actions div.secondary .btn:hover {color: #3b787b;background-color: transparent;}
.minicart-wrapper .actions div.secondary .btn:after {content: none;}
.minicart-wrapper .actions div.secondary .btn i {
    display: inline-block;
    margin-right: 6px;
    margin-left: 0;
    vertical-align: middle;
    line-height: 1;
}
.block-minicart .block-content > .actions .paypal-logo {margin-top: 15px; text-align: center;}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {margin: 15px 0 0; text-align: center;}
.minicart-wrapper:before,
.minicart-wrapper:after {content: ''; display: table;}
.minicart-wrapper:after {clear: both;}
.minicart-wrapper .action.showcart {cursor: pointer; display: inline-block; text-decoration: none;}
.minicart-wrapper .action.showcart:hover,
.minicart-wrapper .action.showcart.active {display: inline-block; text-decoration: none;}
.minicart-wrapper .block-minicart {
    background: #fff;
    z-index: 9998;
    position: absolute;
    right: -321px;
    top: 0;
    width: 321px;
    display: none;
    margin-top: -1px !important;
    color: #666;
    padding: 24px 30px 20px;
	height: 100vh;
}
.minicart-wrapper.active {overflow: visible;}
.minicart-wrapper.active .block-minicart {display: block;}
.minicart-wrapper .block-minicart .block-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: -.4px;
    text-transform: none;
    border-bottom: solid 1px rgba(0,0,0,.1);
    padding: 0 0 9px;
    margin-bottom: 15px;
}
.minicart-wrapper .block-minicart.empty .block-title {display: none;}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {float: none; width: auto; margin: 0;}
.minicart-wrapper .action.close {
	background: none;
	background-image: none;
	border: 0;
	box-shadow: none;
	display: none;
	font-weight: 400;
	height: 40px;
	line-height: inherit;
	margin: 0;
	moz-box-sizing: content-box;
	padding: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-shadow: none;
	top: 0;
	width: 40px;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {background: none; border: none;}
.minicart-wrapper .action.close:hover {background: none; border: none;}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {cursor: not-allowed; opacity: .5; pointer-events: none;}
.minicart-wrapper .action.close > span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.minicart-wrapper .action.close:before {
	color: #8f8f8f;
	content: '\004c';
	display: inline-block;
	font: normal normal normal 14px/1 meigee;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: top;
}
.minicart-wrapper .action.close:hover:before {color: inherit;}
.minicart-wrapper .action.close:active:before {color: inherit;}
.minicart-wrapper .action.showcart {white-space: nowrap;}
.minicart-items {list-style: none none; margin: 0 0 20px; /* height: auto!important; */ padding: 0; overflow: hidden; overflow-y: auto;}
.minicart-items .product-item {
 padding: 0 0 20px;
 margin: 0;
 clear: both;
 position: relative;
}
.minicart-items .product-item-pricing .label {display: none; width: 4.5rem;}
.minicart-items .options {margin-bottom: 4px;}
.minicart-items .options .list {margin-bottom: 0;}
.minicart-items .price-minicart {margin-bottom: 5px;}
.minicart-items .product-item-name {font-weight: 400; font-size: 15px; margin: 0 45px 6px 0; display: block;}
.minicart-items .product-item-details {position: relative;}

.minicart-items .product-item-details .price-container {display: inline-block;}

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {margin: 5px 0;}
.minicart-items .product-item-details .weee[data-label] {font-size: 1.1rem;}
.minicart-items .product-item-details .details-qty {float: left; margin-right: 2px;}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {float: left;}
.minicart-items .product .toggle {border: 0; padding: 0 40px 5px 0;}
.minicart-items .product .toggle:after {color: #8f8f8f; margin: 0 0 0 5px; position: static;}
.minicart-items .product .active > .toggle:after {content: '\e621';}
.minicart-items .product.pricing {margin-top: 3px;}
.minicart-items .product.options .tooltip.toggle {display: inline-block; text-decoration: none;}
.minicart-items .product.options .tooltip.toggle > span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
	color: inherit;
	content: '\e622';
	display: inline-block;
	font-family: 'luma-icons';
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: -3px 0 0 7px;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: middle;
	webkit-font-smoothing: antialiased;
}
.minicart-items .product.options .details {display: none;}
.minicart-items .item-qty {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-color: #3eb051;
    padding: 0;
    border: none;
    text-align: center;
    border-radius: 50%;
    font-weight: inherit;
    font-size: 11px;
    color: #fff;
}
.minicart-items .update-cart-item {font-size: 1.1rem; display: inline-block; vertical-align: middle;}
.minicart-items .subtitle {display: none;}
.minicart-items .product.actions {position: absolute; right: 0; top: 0;}
.minicart-items .action.edit,
.minicart-items .action.delete {color: rgba(0,0,0,.4); font-size: 16px; padding: 5px;}
.minicart-items .action.edit:hover,
.minicart-items .action.delete:hover {color: #3b787b;}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
	content: '\0032';
	display: inline-block;
	font-family: "meigee";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	margin-right: 2px;
	line-height: 1;
	position: relative;
	top: 2px;
}
.minicart-items .action.delete:before {
	content: '\0035';
}

/* !Header Cart */

.page-header .header-custom-block-wrapper {font-family: 'Rubik'; padding-top: 55px; padding-bottom: 55px;}
.page-header .header-custom-block > i {font-size: 2.66em; margin-right: 20px; color: rgba(0,0,0,.4); line-height: 1; display: inline-block; vertical-align: middle;}
.page-header .header-custom-block span {display: inline-block; vertical-align: middle;}
.page-header .header-custom-block .subscribe-button,
.page-header .header-custom-block .socials-wrapper {display: inline-block; vertical-align: middle; line-height: 1; margin: -5px 0;}
.page-header .header-custom-block .subscribe-button {margin-right: 10px;}

.page-header .action.skip.contentarea {display: none;}
.page-header .action.nav-toggle {display: none;position: relative;z-index: 1; font-size: 13px; color: rgba(0,0,0,.86); font-family: 'Rubik'; text-transform: uppercase; margin: 6px 0; padding: 8px 12px;}
.page-header .action.nav-toggle i {font-size: 20px; margin-right: 5px; line-height: 1; vertical-align: middle; display: inline-block;}
.page-header .action.nav-toggle span {vertical-align: middle; display: inline-block;}

/* Custom menu button */
.page-header .action.nav-toggle.custom-menu-button {display: inline-block;}
.page-header .action.nav-toggle.custom-menu-button span {display: none;}
.page-header .navbar-collapse.collapse.custom-top-menu {overflow: hidden !important;}
.page-header .custom-menu-button {color: rgba(0,0,0,.86);}
.page-header .custom-menu-button i {font-size: 14px; margin-right: 5px; line-height: 1; vertical-align: middle;}
.page-header .navbar-collapse.collapse.custom-top-menu {float: right; padding-top: 8px; padding-right: 10px; padding-bottom: 15px;}
.page-header .navbar-collapse.collapse.custom-top-menu li.level0 > a {position: relative; top: -50px; opacity: 0;}
.page-header .navbar-header .navbar-toggle.custom-menu-button.active {background-color: transparent;}
.page-header .navbar-header .navbar-toggle.custom-menu-button.active i:before {font-family: 'meigee'; content: "\004c"; font-size: 16px;}

.page-header .switcher .label {display: inline-block; vertical-align: middle; padding: 0 10px 0 0;}
.page-header .switcher .switcher-options {display: inline-block; vertical-align: middle; font-weight: normal; position: relative; padding: 3px 7px; border: solid 1px rgba(0,0,0,.1); cursor: pointer;}
.page-header .switcher .switcher-options strong {font-weight: normal;}
.page-header .switcher .switcher-options .mage-dropdown-dialog {position: absolute; left: 0; top: 100%; text-align: left;}
.page-header .logo-wrapper {text-align: center; padding-top: 19px; padding-bottom: 19px; float: left;}
.page-header a.logo {float: none; padding: 0;}
.page-header a.logo:hover {opacity: 1;}



.page-header .header-switcher {display: inline-block; vertical-align: middle; color: rgba(255,255,255,.65); position: relative;}
.page-header .header-custom-links + .header-switcher,
.page-header .header-switcher + .header-switcher {
    padding-left: 10px;
}
.page-header .header-switcher + .social-links {padding-left: 15px;}
.page-header .header-switcher + .social-links:before,
.page-header .header-custom-links + .header-switcher:before,
.page-header .header-switcher + .header-switcher:before {
    background: rgba(255,255,255,.12);
    content: '';
    height: 16px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.page-header .header-switcher + .header-switcher > div {display: inline-block; vertical-align: middle;}
.page-header .header-switcher ul {margin: 0; padding: 0; list-style: none;}
.page-header .header-switcher ul li {display: inline-block;}
.page-header .header-switcher ul li a,
.page-header .header-switcher ul li span,
.page-header .header-switcher .switcher-trigger span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 1.5em;
    font-family: 'Rubik';
    padding: 3px 0 3px 7px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
.page-header .header-switcher.switcher-language .switcher-trigger span:before {
    display: inline-block;
    vertical-align: middle;
    content: '\0066';
    font-family: 'meigee';
    font-style: normal;
    font-weight: normal;
    line-height: 1.1;
    font-size: 14px;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-header .header-switcher ul li a {color: #aaa;}
.page-header .header-switcher ul li a:hover {background-color: #eee; color: #aaa;}


#sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.wide-layout #sticky-header {background: #fff; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);}
.boxed-layout #sticky-header .container {background: #fff; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);}
#sticky-header .container {}
#sticky-header .left-wrapper {float: left; padding-top: 12px; padding-bottom: 12px;}
#sticky-header .right-wrapper {float: right; width: 78%;}
#sticky-header .action.nav-toggle {display: none;}
#sticky-header .logo {float: left;}
#sticky-header .minicart-wrapper .title-cart {height: auto; line-height: 42px; padding: 0 15px; margin: 0;}
#sticky-header .minicart-wrapper .title-cart span:not(.icon) {display: none;}
#sticky-header .block-search {position: relative; width: auto; float: right; margin: 5px 0 0; overflow: visible;}
#sticky-header .block-search .indent {width: auto;}
#sticky-header .block-search .search-button {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 44px;
	font-size: 13px;
	color: #222;
	text-align: center;
	float: right;
	cursor: pointer;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}
#sticky-header .block-search .search-button.active,
#sticky-header .block-search .search-button:hover {background-color: #222; color: #fff;}
#sticky-header .block-search .input-group {border: solid 1px #ddd; border-radius: 40px;}
#sticky-header .block-search .search-icon{border-radius: 40px 0 0 40px;}
#sticky-header .block-search form.minisearch {
	display: none;
	position: absolute;
	width: 325px;
	top: 42px;
	background: #fff;
	padding: 1em;
	border: 1px solid #ddd;
	right: 0;
	z-index: 99;
}
#sticky-header .navbar-default {float: left;}

/* Home Page ============================================================================= */
.cms-index-index .page-title-wrapper {display: none;}
.compo-icon {
  display: inline-block;
  background-image: url('../images/compo_icons.png');
  background-repeat: no-repeat;
  background-position: -10px 0;
}
.compo-icon.airplan {height: 42px; width: 42px; background-position: -110px 0;}
.compo-icon.customer-service {height: 42px; width: 42px; background-position: -160px 0;}
.compo-icon.gift {height: 42px; width: 42px; background-position: -210px 0;}
.compo-icon.tag {height: 42px; width: 42px; background-position: -260px 0;}
.compo-icon.rectangle {width: 32px; height: 32px; background-position: -310px -5px;}
.compo-icon.open {width: 32px; height: 32px; background-position: -10px -5px;}
.compo-icon.ellipse {width: 32px; height: 32px; background-position: -60px -5px;}
.compo-icon.change {width: 32px; height: 32px; width: 30px; background-position: -460px -5px;}
.compo-icon.bag {width: 32px; height: 32px; background-position: -510px -5px;}
.compo-icon.qt-x {width: 6px; height: 6px; background-position: -560px -6px; vertical-align: middle; margin: 0 2px;}
.footer .compo-icon.open {width: 32px; height: 32px; background-position: -360px -5px;}
.footer .compo-icon.ellipse {width: 32px; height: 32px; background-position: -410px -5px;}

.boxed-content .fullwidth-banners {margin-left: -10px; margin-right: -10px;}
.fullwidth-banners .banner {float: left; width: 50%;}
.text-banner a,
a.banner {display: block;}

body .subscribe-block {border-radius: 4px; padding: 37px 40px 40px; border: 1px solid rgba(0,0,0,0.1);}
body .subscribe-block h2,
body .subscribe-block h3 {line-height: 1;}
body .subscribe-block i {display: inline-block; vertical-align: middle;}
body .subscribe-block .block-subscribe {border: none; background: none; padding: 0; margin: 0; max-width: 434px; width: 100%;}
body .subscribe-block .title {display: none;}
body .subscribe-block .block.newsletter label {font-size: 13px; line-height: 24px; white-space: normal; text-align: left; padding-bottom: 20px;}
body .subscribe-block .block.newsletter i.meigee-envelope {color: rgba(0,0,0,0.4); padding: 0 12px 0 16px; line-height: 36px; position: relative;}
body .subscribe-block .block.newsletter i.meigee-envelope:before {position: relative; top: 2px;}
body .subscribe-block .block.newsletter i.meigee-envelope:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: rgba(0,0,0,.09);
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}
body .subscribe-block .block.newsletter .input-wrapper {width: 318px; border: 1px solid rgba(0,0,0,0.09); padding: 1px; border-radius: 40px; position: relative;}
body .subscribe-block .block.newsletter .input-wrapper div.mage-error {position: absolute; top: 101%;}
body .subscribe-block .block.newsletter input {height: 36px; background-color: #fff; border-radius: 0; border: none;}
body .subscribe-block .block.newsletter .btn {height: 36px; width: 36px; line-height: 36px; border-radius: 50%; padding: 0; border: none; background-color: #ebebeb; color: rgba(0,0,0,0.6);}
body .subscribe-block .block.newsletter .btn span {vertical-align: middle;}
body .subscribe-block .block.newsletter .btn i {margin: 0; padding: 0; line-height: inherit;}
body .subscribe-block .block.newsletter .btn span {display: none;}


.text-blocks-wrapper {padding: 37px 0;}
.text-blocks-wrapper .text-block {position: relative;}
.text-blocks-wrapper .text-block .media-left {min-width: 62px; position: relative; top: 5px; padding-left: 24px; padding-right: 20px;}
.text-blocks-wrapper .text-block:not(:first-of-type):before {
    content: '';
    height: 40px;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
}
.text-blocks-wrapper .text-block h4 {margin-bottom: 0;}

.text-blocks-wrapper-type-2 a {
  color: #222;
  font-family: "Nunito Sans";
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 16px 20px;
  width: 100%;
  line-height: 26px;
  min-height: 60px;
}
.text-blocks-wrapper-type-2 a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}

.brands .background-wrapper {background-color: #f7f7f7;}

.banner-products-block .banner-block,
.banner-products-block .products-block {float: left;}
.banner-products-block .banner-block {width: 32.3%;}
.banner-products-block .products-block {width: 67.3%;}


.header-custom-menu-list {display: inline-block; padding-left: 24px; vertical-align: middle;}
.header-custom-menu-list ul {margin: 0; padding: 0; font-size: 0;}
.header-custom-menu-list li {display: block; padding: 0; position: relative; float: left;}
.header-custom-menu-list li:not(:first-of-type):before {
    background: rgba(0,0,0,.12);
    content: '';
    height: 16px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.header-custom-menu-list li a {color: #222; font-size: 15px; text-transform: uppercase; display: inline-block; padding: 20px 15px 19px; line-height: 1;}
.header-custom-menu-list li a i {margin-right: 5px; vertical-align: middle;}
.header-custom-menu-list li a:hover {background-color: rgba(0,0,0,0.1); color: #222;}

/**** Parallax Banners ****/
.parallax-banners-wrapper .text-banner .banner-content {
    position: absolute;
    top: 43%;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 600ms ease;
    -moz-transition: opacity 600ms ease;
    -webkit-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
}
.parallax-banners-wrapper .text-banner.slideup .banner-content {opacity: 1; filter: alpha(opacity=100);}
.parallax-banners-wrapper .text-banner .banner-content h2 {
    position: relative;
    z-index:9;
    font-size: 4.667em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .25em;
}
.parallax-banners-wrapper .text-banner .banner-content h3 {
    position: relative;
    z-index:9;
    font-size: 3em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.parallax-banners-wrapper .text-banner .banner-content h4 {
    position: relative;
    z-index: 9;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.33em;
    letter-spacing: 5px;
    margin-bottom: .5em;
}
.parallax-banners-wrapper .text-banner .banner-content .button + .button {margin-left: 8px;}
.parallax-banners-wrapper .text-banner .banner-content button > span {height: 36px; border-color: #fff; background: none;}
.parallax-banners-wrapper .text-banner .banner-content button span span {line-height: 36px; padding: 0 25px; color: #fff; font-size: 12px; background: none;}
.parallax-banners-wrapper .text-banner .banner-content button:hover span span {color: #fff;}
.parallax-banners-wrapper .text-banner .banner-content p {
    position: relative;
    z-index: 9;
    text-align: center;
    margin: 0 auto 2em;
    font-size: 1em;
    color: #fff;
    width: 34%;
}
.parallax-banners-wrapper .text-banner .banner-content .divider {position: relative; display: block; margin: .5% auto 1%; width: 100px; height: 2px; background-color: #fff;}
.parallax-banners-wrapper .text-banner .banner-content.colors-2 h4 {color: #666;}
.parallax-banners-wrapper .text-banner .banner-content.colors-2 h2 {color: #222;}
.parallax-banners-wrapper .text-banner .banner-content.colors-2 .divider {background-color: #aaa;}
.parallax-banners-wrapper .text-banner .banner-content.colors-2 p {color: #666;}
#parallax-banner-1.text-banner .banner-content {opacity: 1;}
.parallax-banners-wrapper .text-banner {background-attachment: fixed; background-repeat: no-repeat; background-position: 50% 0; position: relative;}
.parallax-banners-wrapper img.img-hide {position: absolute; width: 100%; max-width: 100%;}
.mobile-device .parallax-banners-wrapper .text-banner {background-attachment: scroll;}

.parallax-banners-wrapper .banner-content.item-1 {top: 42%; left: 21%; right: auto;}
.parallax-banners-wrapper .banner-content.item-2 {top: auto; left: 0; right: 0; bottom: 21.6%;}
.parallax-banners-wrapper .banner-content.item-3 {top: auto; left: auto; right: 19%; bottom: 30.3%;}
.parallax-banners-wrapper .banner-content.item-4 {top: 25%; left: 25%;}
.parallax-banners-wrapper .banner-content .title {display: block; font-family: 'Rubik'; font-size: 48px; letter-spacing: -2px; color: #fff;}
.parallax-banners-wrapper .banner-content .subtitle {display: block; font-family: 'Rubik'; letter-spacing: -1px; font-size: 24px; line-height: 1; margin-bottom: 20px; color: #fff;}
.parallax-banners-wrapper .banner-content .text {display: block; font-family: 'Rubik'; font-size: 14px; color: #fff;}
/* Slider ================================================================================= */
#home-slider{margin: 0; position: relative;}
#home-slider .item {position: relative;}
#home-slider .item a { display: block; position:relative; z-index:7;}
#home-slider .item a:hover {opacity: 1;}
#home-slider .item img {
  width:100%;
  height:auto;
  display:block;
  position:relative;
  z-index:7;
}
#home-slider .item .title {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    display: block;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    letter-spacing: -2.4px;
}
#home-slider .item .title img {width: 63px; float: left; margin-right: 28px; padding-top: 12px;}
#home-slider .item .title strong {font-weight: 600;}
#home-slider .item .subtitle {
  color: rgba(255,255,255,0.5);
  font-family: 'Rubik', sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
#home-slider .item .text {
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.8px;
}
#home-slider .item .slide-container-2 .subtitle {
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
  margin: 0;
}
#home-slider .btn {border-width: 2px; line-height: 1.34; padding-left: 26px; padding-right: 26px;}
#home-slider .item .btn + .btn {margin-left: 18px;}
#home-slider .item .slide-container {position: absolute; right: 14%; bottom: 20%; z-index: 9;}
#home-slider .item .slide-container-2 {position: absolute; right: 40px; bottom: 35px; z-index: 9;}
#home-slider .item .slide-container.slide-skin-2 {right: 51%; bottom: 22%;}
#home-slider .item .slide-container.slide-skin-2 .subtitle {color: #fff; margin-bottom: 20px;}

#home-slider.owl-theme .owl-dots {position: absolute; bottom: 25px; right: 0; left: 0; text-align: center;}
#home-slider.owl-theme .owl-dots .owl-dot {display: inline-block; line-height: 1;}
#home-slider.owl-theme .owl-dots .owl-dot span{
    display: block;
    background-image: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    margin: 0 11px!important;
    float: left;
    top: 0;
}
#home-slider.owl-theme .owl-dots .owl-dot.active span,
#home-slider.owl-theme .owl-dots .owl-dot:hover span {background-color: #fff;}
#home-slider.owl-theme .owl-dots .owl-dot.active span:after,
#home-slider.owl-theme .owl-dots.clickable .owl-dot:hover span:after{content: none;}

#home-slider .owl-nav div {
    padding: 0;
    position: absolute;
    opacity: 0;
    z-index: 3;
    top: 50%;
    font-size: 0;
    color: rgba(0,0,0,.85);
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin: 0;
    margin-top: -30px;
    transition: opacity 400ms ease, background-color 300ms;
    -moz-transition: opacity 400ms ease, background-color 300ms;
    -webkit-transition: opacity 400ms ease, background-color 300ms;
    -o-transition: opacity 400ms ease, background-color 300ms;
}
#home-slider:hover .owl-nav div {opacity: 1;}
#home-slider .owl-nav div:hover {background-color: #ecd078; color: #fff;}
#home-slider .owl-nav div i {display: none; font-style: normal; line-height: inherit;}
#home-slider .owl-nav div.owl-prev {left: 40px;}
#home-slider .owl-nav div.owl-next {right: 40px;}
#home-slider .owl-nav div:before {
	display: inline-block;
    font-family: "meigee";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	line-height: inherit;
    -moz-osx-font-smoothing: grayscale;
}
#home-slider .owl-nav div.owl-prev:before {content: "\0043";}
#home-slider .owl-nav div.owl-next:before {content: "\0044";}

/* Breadcrumbs ============================================================================= */
ul.breadcrumb {
  background: none;
  margin: 0;
  padding: 8px 0;
  text-align: left;
  font-size: 1em;
  color: #888;
}
ul.breadcrumb li a {color: inherit;}
ul.breadcrumb li a:hover {color: #3b787b;}
ul.breadcrumb li strong {font-weight: normal;}
.breadcrumbs-wrapper .breadcrumb > li + li:before {
   content: "";
   width: 20px;
   height: 1px;
   color: inherit;
   margin: 0 4px;
   padding: 0;
   background-color: rgba(0,0,0,0.1);
   display: inline-block;
   vertical-align: middle;
   line-height: 1;
   position: relative;
   text-align: center;
}
.breadcrumbs-wrapper .breadcrumb > li + li:last-of-type:before {
    background-color: rgba(0,0,0,0.2);
}

body.wide-layout .breadcrumbs-wrapper.type-2,
body.boxed-layout .breadcrumbs-wrapper.type-2 .container{
	/* padding-top: 70px;
	padding-bottom: 70px;
	background: #f5f5f5;
	background-repeat: no-repeat;
	text-align: center;
	background-size: cover; */
	padding-top: 0;
	padding-bottom: 20px;
}

.breadcrumbs-wrapper.type-2 .page-title { float: left; text-transform: none; font-weight: 700; display: none;}
.breadcrumbs-wrapper.type-2 .page-title h1,
.breadcrumbs-wrapper.type-2 .page-title h2 {font-weight: 400; margin: 0; font-size: 24px; text-transform: none; line-height: 1.5em; color: #222;}
.breadcrumbs-wrapper.type-2 .page-title + ul.breadcrumb {margin: 0;}
/* .breadcrumbs-wrapper.type-2 + .content-wrapper .main-container {padding-top: 1.5em;} */

.catalogsearch-advanced-result .page-title,
.catalogsearch-result-index .page-title,
.catalog-category-view .page-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 30px;
    margin: 0 0 1.5em;
    font-size: 36px;
    color: #222;
    margin: 0;
    line-height: 1em;
    font-weight: 300;
}
.page-title {
	font-size: 3em;
    color: #222;
    margin: 0;
    line-height: 1.5em;
    font-weight: 400;
	font-family: 'Rubik';
}
.widget-title {
 padding-top: 0;
 margin-top: 0;
 margin-bottom: 26px;
 padding-top: 0;
 padding-bottom: 20px;
 position: relative;
 border-bottom: solid 1px rgba(0,0,0,.1);
}
.widget-title h2,
.widget-title h3 {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    color: #222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: -.6px;
}

/* Toolbar ================================================================================ */
.toolbar {padding: 20px 0; border-style: solid; border-color: #ddd; border-width: 0; text-align: center;}
.toolbar .modes {display: inline-block; vertical-align: middle; margin: 11px 20px 0 0; position: relative; float: left;}
.toolbar .modes .modes-label {display: none;}
.toolbar .modes i {
	display: block;
    height: 20px;
    line-height: 20px;
    color: #aaa;
    text-align: center;
    border: none;
	font-size: 16px;
}
.toolbar .modes .modes-mode + .modes-mode {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}
.toolbar .modes a,
.toolbar .modes strong {float: left;}
.toolbar .modes a:hover i {color: #222;}
.toolbar .modes strong i {color: #3b787b;}
.toolbar label,
.toolbar .label {
	display: inline-block;
	font-family: inherit;
	vertical-align: middle;
	margin: 0 5px 0 0;
    padding: 0;
	font-size: 1em;
	color: #666;
	font-weight: normal;
}
.toolbar .pages-label {display: none;}

.toolbar select {
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #888;
    min-width: 60px;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    font-family: inherit;
	display: inline-block;
	width: auto;
}
.toolbar.bottom .toolbar-amount {display: none;}
.toolbar .toolbar-amount {display: inline-block; vertical-align: middle; margin: 11px 0; float: left;}
.toolbar .toolbar-sorter {display: inline-block; vertical-align: middle; float: none;}
.toolbar .toolbar-sorter .sorter-action {
	font-size: 20px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: #aaa;
    margin: 0 0 0 5px;
}
.toolbar .toolbar-sorter .sorter-action:hover {opacity: .8;}
.toolbar .toolbar-sorter .sorter-action i {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.toolbar .limiter {float: right; margin-left: 30px;}
.toolbar .pages {text-align: center; display: none;}
.toolbar-bottom {padding-top: 1.5em;}
.toolbar-bottom .toolbar-amount {display: none;}
.toolbar-bottom .toolbar .pages {display: block;}
.toolbar-bottom .toolbar {margin: 0;}
.toolbar .pagination {display: inline-block; vertical-align: middle; padding: 0; margin: 0 5px 0 0;}
.toolbar .pagination > li {display: inline-block; margin-left: -3px; vertical-align: top;}
.toolbar .pagination > li > a,
.toolbar .pagination > li > span {
	width: 40px;
	height: 40px;
	border: none;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	padding: 0;
	color: #666;
	border-radius: 0;
	background-color: transparent;
}

.toolbar .pagination > li:first-child > a,
.toolbar .pagination > li:first-child > span,
.toolbar .pagination > li:last-child > a,
.toolbar .pagination > li:last-child > span {border-radius: 0%;}

.toolbar .pagination > li > a:hover,
.toolbar .pagination > li > span:hover,
.toolbar .pagination > li > a:focus,
.toolbar .pagination > li > span:focus {background-color: rgba(0,0,0,.1);}

.toolbar .pagination > .active > a,
.toolbar .pagination > .active > span,
.toolbar .pagination > .active > a:hover,
.toolbar .pagination > .active > span:hover,
.toolbar .pagination > .active > a:focus,
.toolbar .pagination > .active > span:focus {color: #222; background-color: #f5f5f5; width: 40px; height: 40px; text-align: center; line-height: 40px;}

.pages li.pages-item-previous,
.pages li.pages-item-next,
.pages li:first-child,
.pages li.pages-item-previous + li {border: none;}

.toolbar .pagination > li > a span:not(.label) {display: inline-block;}
.toolbar .pagination > li > a i {font-size: 14px;}

.toolbar .pagination > li > a.action{line-height: 44px;}
.toolbar .pagination > li > a.action i{
	font-size: 12px;
	line-height: normal;
}

.toolbar-bottom .toolbar .modes,
.toolbar-bottom .toolbar .limiter,
.toolbar-bottom .toolbar .toolbar-sorter,
.toolbar-bottom .toolbar .sidebar-button {display: none;}
.toolbar .sidebar-button{
	float: left;
	border:1px solid #eee;
	padding: 7px 11px 7px;
	cursor: pointer;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	color: #aaa;
	/* background-color: #eee; */
	margin-right: 10px;
}
.toolbar .sidebar-button .open,
.toolbar .sidebar-button.open .close {display: none;}
.toolbar .sidebar-button.open .open {display: inline;}
.toolbar .sidebar-button i {margin-right: 5px; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none;}
.toolbar .sidebar-button span {line-height: 1.15;}
.toolbar .sidebar-button:hover{background-color: #eee;}
.page-layout-1column .toolbar .sidebar-button{display: none;}

/* Listing ================================================================================ */
.product-item-name a {
	color: #222;
	text-align: left;
	font-weight: 300;
/* 	display: block; */
	font-family: 'Rubik';
    letter-spacing: 0;
    line-height: 16px;
}
.products-grid ol {list-style: none; padding: 0;}
.products-grid li.item {margin-bottom: 1.5em;}
.products-grid:not(.widget-product-grid) li.item {width: 25%; padding: 0 10px; float: left;}
.page-products .products-grid li.item,
.page-products .products-grid li.product-item,
.products-grid.wishlist li.product-item {float: left; width: 33.33%;}
.page-products .products-grid li.item {padding: 0 10px 1em;}
.products-grid.wishlist li.product-item:nth-of-type(3n+1)/* ,
.catalog-category-view .products-grid li.item:nth-of-type(3n+1) */{clear: left;}
.products-grid.wishlist li.product-item:nth-of-type(3n+3)/* ,
.catalog-category-view .products-grid li.item:nth-of-type(3n+3) */{clear: right;}
.pagination li .label {display: none;}
.products-grid.wishlist .product-items {margin-left: -10px; margin-right: -10px;}
.products-grid.wishlist li.product-item {padding: 0 10px;}

.products-grid.one-columns li.item {width: 100%;}
.products-grid.two-columns li.item {width: 50%;}
.products-grid.three-columns li.item {width: 33.33334%;}
.products-grid.four-columns li.item {width: 25%;}
.products-grid.five-columns li.item {width: 20%;}
.products-grid.six-columns li.item {width: 16.66666667%;}
.products-grid.seven-columns li.item {width: 14.28571%;}
.products-grid.eight-columns li.item {width: 12.5%;}
.products-grid.two-columns li.item:nth-of-type(2n+1),
.products-grid.three-columns li.item:nth-of-type(3n+1),
.products-grid.four-columns li.item:nth-of-type(4n+1),
.products-grid.five-columns li.item:nth-of-type(5n+1),
.products-grid.six-columns li.item:nth-of-type(6n+1),
.products-grid.seven-columns li.item:nth-of-type(7n+1),
.products-grid.eight-columns li.item:nth-of-type(8n+1) {clear: left;}
.products-grid.two-columns li.item:nth-of-type(2n+2),
.products-grid.three-columns li.item:nth-of-type(3n+3),
.products-grid.four-columns li.item:nth-of-type(4n+4),
.products-grid.five-columns li.item:nth-of-type(5n+5),
.products-grid.six-columns li.item:nth-of-type(6n+6),
.products-grid.seven-columns li.item:nth-of-type(7n+7),
.products-grid.eight-columns li.item:nth-of-type(8n+8) {clear: right; border-right: none;}

.products-grid.wishlist li.product-item .comment-box {margin-bottom: 1.25em;}
.products-grid.wishlist li.product-item .fieldset {margin-bottom: 1.25em;}
.products-grid.wishlist li.product-item .qty {display: inline-block; vertical-align: middle; margin-right: 7px;}
.products-grid.wishlist li.product-item .qty input {margin: 0;}
.products-grid.wishlist li.product-item .qty label {display: none;}
.products-grid.wishlist li.product-item .product-item-actions {border: medium none; display: inline-block; margin: 0; padding: 0; vertical-align: middle;}



.products-grid.six-columns li.item .button-wrapper .btn i,
.products-grid.seven-columns li.item .button-wrapper .btn i,
.products-grid.eight-columns li.item .button-wrapper .btn i {margin: 0!important;}
.products-grid.six-columns li.item .button-wrapper .btn span,
.products-grid.seven-columns li.item .button-wrapper .btn span,
.products-grid.eight-columns li.item .button-wrapper .btn span {display: none;}
.products-grid.six-columns li.item .reviews-actions a.add,
.products-grid.seven-columns li.item .reviews-actions a.add,
.products-grid.eight-columns li.item .reviews-actions a.add {display: none;}




.products-grid .add-to-links,
.products-list .add-to-links {float: right; margin: 0 0 0 7px; list-style: none; position: relative; z-index: 2;}
.products-grid .add-to-links a + a,
.products-list .add-to-links a + a {margin-left: 10px;}
.products-grid .stock,
.products-list .stock {margin-bottom: 1em;}
.products-grid .image-wrapper {margin-bottom: 30px;}
.widget .products-grid .image-wrapper {margin-left: -10px; margin-right: -10px;}
.products-grid .product-item-photo {display: block; position: relative; overflow: hidden;}
.products-grid .product-item-photo:before {
    content: '';
    display: block;
    position: absolute;
    height: 101%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.04);
    border-radius: 5px 5px 0 0;
    z-index: 1;
}
.products-grid {text-align: center;}
.products-grid .swatch-attribute-options {display: inline-block;}
.widget .products-grid .product-item-info {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    background-color: rgba(0,0,0,0.04);
}
.products-grid .product-item-name a,
.products-list .product-item-name a {text-align: inherit;}
.products-grid .product-item-name {font-weight: normal; margin-bottom: 10px; line-height: 1; display: block;}
.products-grid .product-reviews-summary {margin-bottom: 14px;}
.products-grid .product-item-actions {margin-top: .75em;}
.products-grid .product-item-info .product-item-details {display: block;}
.products-grid .actions-primary,
.products-grid .actions-secondary {display: inline-block; vertical-align: middle;}
.price {
	white-space: nowrap !important;
    font-family: 'Rubik', sans-serif;
    color: #3b787b;
    font-size: 16px;
    font-weight: 300;
}
.old-price .price {font-size: 1em; color: #aaa; }
.unavailable ~ .price-box .price {color: #b2b2b2;}

.hover-buttons {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 4px;
  z-index: 10;
}
.hover-buttons .toggle-options {display: block; height: 40px; width: 40px; line-height: 40px; text-align: center; position: absolute; top: 0; right: 0; z-index: 1;}
.hover-buttons.open .toggle-options {display: none;}
.hover-buttons .toggle-options:hover {cursor: pointer;}
.hover-buttons .toggle-options i {line-height: inherit; vertical-align: middle; color: rgba(0,0,0,0.3);}
.hover-buttons.open .toggle-options i {color: #222;}
.hover-buttons .options-block {
  background-color: transparent;
  height: 40px;
  width: 40px;
  overflow: hidden;
  float: right;
  transition: height 350ms ease, width 350ms ease;
  -moz-transition: height 350ms ease, width 350ms ease;
  -webkit-transition: height 350ms ease, width 350ms ease;
}
.hover-buttons.open .options-block {height: 80px; width: 80px; font-size: 16px; z-index: 1; background-color: #fff;}
body .hover-buttons .weltpixel-quickview {
 display: inline-block;
 float: none;
 position: relative;
 top: auto;
 width: 40px;
 height: 40px;
 font-style: normal;
 background-color: #fff;
 border: none;
 color: #222;
 font-size: 16px;
 padding: 0;
 border-radius: 0;
}
body .hover-buttons .add-to-links {display: block; float: left; margin: 0; padding: 0;}
body .hover-buttons .add-to-links a {display: block;}
body .hover-buttons .add-to-links a,
body .hover-buttons .weltpixel-quickview,
.hover-buttons .lightbox-button {
    height: 0;
    width: 0;
    line-height: 40px;
    background-color: transparent;
    border: none;
    position: static;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    opacity: 1;
    vertical-align: middle;
}
body .hover-buttons.open .add-to-links a,
body .hover-buttons.open .weltpixel-quickview,
.hover-buttons.open .lightbox-button {
    height: 40px;
    width: 40px;
}
.hover-buttons .lightbox-button {display: inline-block;}
.hover-buttons .lightbox-button .tooltip {margin-left: -9px;}
body .hover-buttons .add-to-links a {
    color: inherit;
    display: block;
}
body .hover-buttons.open  .add-to-links a {color: inherit; display: block; font-size: 16px; height: 40px; width: 40px;}
body .hover-buttons .weltpixel-quickview i {display: block;}
body .hover-buttons .add-to-links i,
body .hover-buttons .weltpixel-quickview i,
.hover-buttons .lightbox-button i {
  line-height: inherit;
  opacity: 0;
  font-size: 0;
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
  color: #222;
  border-radius: 0;
  vertical-align: middle;
  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition-delay: 300ms;
}
body .hover-buttons.open .add-to-links i,
.hover-buttons.open .lightbox-button i,
body .hover-buttons.open .weltpixel-quickview i {opacity: 1; font-size: 16px;}
body .hover-buttons .add-to-links a:hover,
body .hover-buttons .weltpixel-quickview:hover,
.hover-buttons .lightbox-button:hover {background-color: #f5f5f5; color: #222; opacity: 1;}

.products-grid .btn i {display: none;}
.products-grid .price-box,
.products-list .price-box {
  margin: 0 0 20px;
  line-height: 1.1;
}
.products-grid .price-box .price-box {margin: 0; display: inline-block; vertical-align: middle; line-height: inherit;}
.products-grid .price-box .minimal-price {margin: 0;}
.products-grid .price-box .minimal-price .price-label {display: none;}
.products-grid .add-to-links span,
.products-list .add-to-links span,
.products-grid .btn,
.products-list .btn {padding-left: 10px; padding-right: 10px; white-space: nowrap;}
.products-grid .btn,
.products-list .btn {font-size: 13px; line-height: 1.35;}
.price-action-block.two-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flexbox-direction: row;
  -moz--direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.products-grid .price-action-block.two-items > .price-box,
.products-list .price-action-block.two-items > .price-box {
  line-height: 36px;
  min-height: 39px;
  display: block;
  vertical-align: middle;
  border: 1px solid rgba(0,0,0,0.1);
  margin: 0;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 4px 0 0 4px;
   max-width: 49%;
}
.catalog-category-view .products-grid .price-action-block.two-items > .price-box {border-right-width: 0;}
.catalog-category-view .products-grid .price-action-block.two-items .btn-default {border-color: #3b787b; background-color: #3b787b; color: #fff;}
.catalog-category-view .products-grid .price-action-block.two-items:hover .btn-default {border-color: rgba(0,0,0,0.1); background-color: transparent; color: #222;}
.products-grid .price-action-block.two-items .btn,
.products-list .price-action-block.two-items .btn {border-radius: 0 4px 4px 0; border-left-width: 0;  white-space: nowrap; min-height: 39px; max-width: 100%;}
.products-grid .price-action-block form,
.products-list .price-action-block form {display: block; max-width: 49%;}
.products-grid .price-action-block.two-items form .btn,
.products-list .price-action-block.two-items form .btn {width: 100%; max-width: 100%;}
.products-grid .price-action-block.two-items .btn:after,
.products-list .price-action-block.two-items .btn:after {content: none;}
.products-grid .price-action-block.two-items:hover > .price-box,
.products-list .price-action-block.two-items:hover > .price-box {border-color: #3b787b; background-color: #3b787b;}
.products-grid .price-action-block.two-items:hover .btn,
.products-list .price-action-block.two-items:hover .btn {border-color: rgba(0,0,0,0.1); background-color: transparent; color: #222;}
.products-grid .price-action-block.two-items:hover > .price-box .price,
.products-list .price-action-block.two-items:hover > .price-box .price {color: #fff;}
.products-grid .price-action-block.two-items:hover > .price-box .old-price .price,
.products-list .price-action-block.two-items:hover > .price-box .old-price .price {color: #aaa;}
.products-grid .price-action-block.two-items > .price-box,
.products-list .price-action-block.two-items > .price-box,
.products-grid .price-action-block.two-items > .price-box .price,
.products-list .price-action-block.two-items > .price-box .price {
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.products-grid .price-action-block.with-special-price,
.products-list .price-action-block.with-special-price {padding-bottom: 12px; position: relative;}
.products-grid .price-action-block.with-special-price .old-price,
.products-list .price-action-block.with-special-price .old-price {
  position: absolute;
  line-height: 1;
  bottom: -10px;
  left: 0;
  right: 0;
}
.block-new-products .products-grid {padding-left: 10px; padding-right: 10px;}
.widget.block-new-products .products-grid .product-item-info {border-radius: 0;}
.block-new-products .products-grid .product-item-photo:before {border-radius: 0;}
.block-new-products .products-grid .btn i {display: inline-block;}
.block-new-products .products-grid .product-item-name {font-size: 14px; margin-bottom: 14px; text-align: center;}

body .swatch-option-tooltip .corner,
body .swatch-option-tooltip-layered .corner {bottom: -2px;}

.products-list ol {list-style: none; padding: 0;}
.products-list li.item + li.item {margin-top: 2.5em; padding-top: 2.5em; border-top: solid 1px rgba(0,0,0,.1);}
.products-list .widget-new-list li.item + li.item {margin-top: 1.5em; padding-top: 1.5em;}
.products-list .widget-new-list li.item .product-item-actions {margin-top: .75em;}
.products-list .swatch-attribute-options:last-of-type {margin-bottom: 10px;}
.products-list .widget-new-list .image-wrapper {width: 25%;}
.products-list .widget-new-list .product-item-details {width: 75%;}
.products-list .image-wrapper {float: left; padding: 0 10px; width: 33.334%;}
.products-list .product-item-details {float: left; padding: 0 10px; width: 66.666%;}
.products-list .product-item-name {font-size: 18px; margin-bottom: 15px; line-height: 16px; display: block;}
.products-list .product-item-name a {font-size: 1em;}
.products-list .product-reviews-summary {margin-bottom: 12px;}
.products-list .price-availability-block .price-box {line-height: 1; margin-bottom: 1em;}
.products-list .stock {margin-bottom: 1em;}
.products-list .product-item-description {clear: both; margin-bottom: .75em; font-size: 1em; color: #888; line-height: 1.5em;}
/* .products-list .product-item-description a,
.products-grid .product-item-description a {color: #F8BA75;}
.products-list .product-item-description a:hover,
.products-grid .product-item-description a:hover {color: #ecd078;} */
.products-list .actions-primary,
.products-list .actions-secondary {display: inline-block; vertical-align: middle;}
.products-list .actions-secondary a {font-size: 1em; color: #aaa; display: inline-block; margin-left: 10px;     color: rgba(0,0,0,.4);}
.products-list .actions-secondary a i {
	border-radius: 50%;
	border: solid 1px rgba(0,0,0,.1);
	height: 38px;
	width: 38px;
	font-size: 16px;
	color: rgba(0,0,0,.86);
	background-color: #fff;
	display: inline-block;
	line-height: 39px;
	text-align: center;
	margin-right: 5px;
}
.products-list .actions-secondary a.mailto i {line-height: 37px;}
.products-list .actions-secondary a span {display: inline-block; vertical-align: middle; margin-top: -6px;}
.products-list .actions-secondary a:hover {color: #3b787b;}
.products-list .actions-secondary a:hover i {border-color: #ecd078; background-color: #ecd078; color: #fff;}

.products-list .image-wrapper,
.products-grid .image-wrapper {position: relative; overflow: hidden;}
.products-list .widget-new-list li.item .lightbox-button {display: none;}

.products-grid .weltpixel-quickview.weltpixel_quickview_button_v2,
.products-list .weltpixel-quickview.weltpixel_quickview_button_v2{display: none;}

.products-grid.products-upsell .add-to-links,
.products-list.products-upsell .add-to-links,
.products-grid.products-related .add-to-links,
.products-list.products-related .add-to-links{
	float: none;
	margin: 0 0 0 15px;
	bottom: -4px;
}

.stock {
    font-size: 11px;
    color: #fff;
    display: inline-block;
    margin-bottom: 1.5em;
    position: relative;
    border-radius: 4px;
    background-color: #eee;
    padding: 2px 10px;
}
.stock.unavailable {background-color: #f5401d;}
.stock.available {
    color: #fff;
    background-color: #43a047;
}
.cms-content-important {
	display: block;
    	background: #f5f5f5;
	font-size: 2.2rem;
	font-weight: 300;
	padding: 20px;
	margin: 0 0 35px -20px;
	line-height: 1.25;
}
.about-info.cms-content ul li {padding: .5em 0;}
.about-info.cms-content ul li a {font-size: 1.083em;}

/* Send to Friend ========================================================================= */
#product-sendtofriend-form #recipients-options .fields .actions-toolbar {margin: 0;}
#product-sendtofriend-form > .actions-toolbar .primary {float: right;}

/* Product View =========================================================================== */
.product-top-block {padding-bottom: 4.5em;}
.product-info-main .page-title-wrapper {margin-bottom: 15px;}
.product-info-main .page-title {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.4px;
	font-weight: 400;
	color: #222;
	display: block!important;
}
.product-info-main .product.attribute.overview {padding-bottom: 20px; line-height: 24px;}
.product-info-main #product-details-panel .description{line-height: 24px;}
.product-info-main .product-info-stock-sku {display: inline-block; vertical-align: middle; margin-left: 0; padding-left: 0; margin-bottom: 10px; position: relative; top: -1px;}
.product-info-main .sku {display: inline-block; vertical-align: middle; font-size: .91em; color: #666;}
.product-info-main .sku strong,
.product-info-main .sku div {display: inline-block; font-weight: normal;}
.product-info-main .sku strong:after {content: ':';}
.product-info-main .reviews-actions .add {display: none;}

.product-info-main .title-wrapper .product-name {font-size: 1em; margin-bottom: 2em;}
.product-info-main .title-wrapper .product-name h1 {
  font-size: 1.5em;
  margin: 0 0 .125em;
  color: #222;
  line-height: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
}
.product-info-main .title-wrapper .price-availability-block {margin-bottom: 24px; padding-bottom: 24px; border-bottom: solid 1px #ddd;}
.product-info-main .title-wrapper .price-box-bundle .price-label,
.product-info-main .title-wrapper .price-as-configured .price-label {display: inline-block;}
.product-info-main .title-wrapper .price-box-bundle .price-from,
.product-info-main .title-wrapper .price-box-bundle .price-to {margin-bottom: .5em;}
.product-info-main .title-wrapper .price-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  line-height: 1;
}
.product-info-main .title-wrapper .price-box .old-price .price {font-size: 14px;}
.product-info-main .title-wrapper .price-box .price {font-size: 30px; line-height: 1;}
.product-info-main .title-wrapper .price-box .old-price .price-label,
.product-info-main .title-wrapper .price-box .special-price .price-label {display: none;}
.product-info-main .title-wrapper .add-review-link {display: inline-block; vertical-align: middle;}
.product-info-main .title-wrapper .add-review {
	font-size: 12px;
	color: #888;
	text-transform: lowercase;
	border: solid 1px rgba(0,0,0,.16);
	display: inline-block;
	padding: 1px 11px 3px;
}
.product-info-main .title-wrapper .add-review:hover {background-color: rgba(0,0,0,.1);}
.product-info-main .title-wrapper .add-review i {font-size: 12px; margin-right: 4px; line-height: 1; position: relative; top: 2px;}
.product-info-main .bottom-block {padding-top: 10px;}
.product-info-main .stock {display: inline-block; vertical-align: middle; margin: 0 14px 10px 0;}
.product-info-main .top-block {overflow: hidden;}
.product-info-main .top-block .product-reviews-summary {display: inline-block; vertical-align: middle; margin: 0 12px 10px 0; padding-right: 14px; border-right: 1px solid rgba(0,0,0,0.1);}
.product-info-main .top-block .product-reviews-summary.empty{display: none;}
.product-info-main .top-block .product-reviews-summary .rating-links {font-size: 11px;}
.product-info-main .top-block .product-reviews-summary .rating-links a {color: inherit;}
.product-info-main .top-block .availability{
	float: left;
	padding-right: 10px;
	color:#ff2525;
}

.product-info-main .product.attibute.overview  {margin-bottom: 24px; padding-bottom: 24px; border-bottom: solid 1px #ddd; line-height: 2em; font-size: 13px;}
.product-info-main .product-options-wrapper {margin-bottom: 1.5em;}
.product-info-main .product-options-wrapper .block-title {width: 100%; display: none; margin-bottom: 1em;}
.product-info-main .product-options-wrapper .swatch-opt {margin: 0;}
.product-info-main .product-options-wrapper .label,
.product-info-main .product-options-wrapper .swatch-attribute-label {color: #222; font-size: 1.083em; position: relative; font-family: 'Rubik'; font-weight: normal; margin: 0;}
.product-info-main .product-options-wrapper .control,
.product-info-main .product-options-wrapper .swatch-attribute-options {margin-top: 3px;}
.product-info-main .product-options-wrapper .field,
.product-info-main .product-options-wrapper .swatch-attribute {margin-bottom: 24px; padding-bottom: 24px; border-bottom: solid 1px #ddd;}
.product-info-main .field.qty {margin-right: 20px; float: left;}
.product-info-main .box-tocart {margin-bottom: 30px;}
.product-info-main .box-tocart .actions {float: left;}
.catalog-product-view .product-info-main .box-tocart .field.qty {
    margin: 0;
    padding: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 4px 0 0 4px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty input.qty {
    border-width: 0;
    height: 38px;
    width: 38px;
    background-color: transparent;
    margin: 0;
}
.product-info-main .box-tocart .btn-qty-wrapper {
    display: block;
    float: right;
}
.product-info-main .box-tocart .btn-qty-wrapper div.quantity-decrease,
.product-info-main .box-tocart .btn-qty-wrapper div.quantity-increase {
    display: block;
}
.product-info-main .box-tocart .btn-qty-wrapper div.quantity-decrease i,
.product-info-main .box-tocart .btn-qty-wrapper div.quantity-increase i {
    font-size: 9px;
    text-align: center;
    color: rgba(0,0,0,.85);
    cursor: pointer;
    display: inline-block;
    height: 19px;
    width: 19px;
    line-height: 21px;
}
.product-info-main .box-tocart .btn-qty-wrapper div.quantity-decrease:hover i,
.product-info-main .box-tocart .btn-qty-wrapper div.quantity-increase:hover i {
    background-color: rgba(0,0,0,0.1);
}
.product-info-main .box-tocart .field.qty  + .actions #product-addtocart-button {
    border-radius: 0 4px 4px 0;
}
.catalog-product-view .product-info-main #product-addtocart-button {
    line-height: 1.55;
    min-width: 123px;
    padding-left: 25px;
    padding-right: 25px;
}
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button:hover,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button:active,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button:focus,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button.hover,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button.active,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button.focus,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button.disabled:hover,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button[disabled]:hover,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button.disabled:focus,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button[disabled]:focus,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button.disabled.focus,
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button[disabled].focus {background-color: #3b787b; border-color: #3b787b; color: #fff;}
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product-info-main #product-addtocart-button:after {content: none;}
.product-info-main .product-social-links {display: inline-block; vertical-align: middle;}
.product-info-main .product-social-links .product-addto-links {display: inline-block; vertical-align: middle;}
.product-info-main .product-social-links a {display: inline-block;}
.bundle-options-container .product-add-form .product-addto-links a,
.product-info-main .product-social-links a {
	color: #666;
	border: solid 1px rgba(0,0,0,.2);
	padding: 4px 11px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.bundle-options-container .product-add-form .product-addto-links a:hover,
.product-info-main .product-social-links a:hover {background-color: rgba(0,0,0,.1);}
.bundle-options-container .product-add-form .product-addto-links a i,
.product-info-main .product-social-links i {
	font-size: 16px;
    margin-right: 10px;
    color: inherit;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.bundle-options-container .product-add-form .product-addto-links a span,
.product-info-main .product-social-links a span {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 11px;
	line-height: 1em;
}
.product.media .fotorama__nav-wrap--horizontal {margin-top: 24px; padding-top: 24px; border-top: solid 1px #ddd;}
/* .product.media .fotorama__wrap .fotorama__stage__frame img{width: 100%!important;} */
.prices-tier.items {margin-bottom: 1em;}
.prices-tier .price {font-size: 1em;}

body .swatch-option.image,
body .swatch-option.color {
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 5px;
    margin-right: 9px;
    border: none;
    box-shadow: inset -2px -4px 0px -2px rgba(0,0,0,0.1), 0 -1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset -2px -4px 0px -2px rgba(0,0,0,0.1), 0 -1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset -2px -4px 0px -2px rgba(0,0,0,0.1), 0 -1px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset -2px -4px 0px -2px rgba(0,0,0,0.1), 0 -1px 3px rgba(0, 0, 0, 0.2);
}

body .sidebar .swatch-option.image,
body .sidebar .swatch-option.color {width: 40px; min-width: 40px; height: 40px;}

body .swatch-option.image.selected,
body .swatch-option.image:hover,
body .swatch-option.color.selected,
body .swatch-option.color:hover,
body .swatch-option.image:not(.disabled):hover,
body .swatch-option.color:not(.disabled):hover {border: solid 2px #fff; box-shadow: 0 0 2px #000; outline: none;}
body .swatch-option.text{height: auto;}

.bundle-options-container .product-add-form {display: none;}
.bundle-options-container .product-options-title {display: none;}
.bundle-options-container #product_addtocart_form {margin-left: -10px; margin-right: -10px;}
.bundle-options-container #product_addtocart_form:before,
.bundle-options-container #product_addtocart_form:after {content: ''; display: table;}
.bundle-options-container #product_addtocart_form:after {clear: both;}
.bundle-options-container .product-add-form .price {font-size: 1em;}
.bundle-options-container .product-add-form .control .field .label:after {content: none;}
.bundle-options-container .product-add-form .btn.customization  {margin-bottom: 1.5em;}
.bundle-options-container .product-add-form  .fieldset > .field > .label {font-weight: bold; font-size: 1em; color: #444;}
.bundle-options-container .product-add-form  .fieldset .field + .field {margin-top: .5em;}
.bundle-options-container .product-add-form  input.qty {float: none; margin: 0;}
.bundle-options-container .product-add-form  .fieldset .field.option {border-bottom: solid 1px #ddd; padding: 0 0 1.5em; margin: 0 0 1.5em;}
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.bundle-options-container .product-add-form .block-bundle-summary .price {font-size: 1.5em;}
.bundle-options-container .product-add-form .block-bundle-summary input.qty {float: left; margin: 0 4px;}
.bundle-options-container .product-add-form .block-bundle-summary .field.qty {float: left; margin-right: 20px;}
.bundle-options-container .product-add-form .block-bundle-summary #product-addtocart-button {display: inline-block; vertical-align: middle; margin-right: 20px;}
.bundle-options-container .product-add-form .block-bundle-summary .product-addto-links {display: inline-block; vertical-align: middle;}
.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary {margin-top: 1.5em;}
.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary .subtitle {margin-bottom: .75em; color: #444; display: block; font-size: 1.16em;}
.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary li {margin-bottom: .75em;}
.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary .label {padding-bottom: .25em; color: #444; display: block; font-size: 1em; font-weight: 600; text-align: left;}
.bundle-options-container .bundle-options-wrapper .product-social-links {display: none;}

.price-box .price-from,
.price-box .price-to {margin: 0;}
.price-box .price-from .price,
.price-box .price-to .price {font-size: 1.16em;}

/* Qty */
label[for="qty"] {display: none;}
input.qty {
    margin: 0 2px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(0,0,0,.4);
    font-size: 12px;
    border: none;
    background-color: rgba(0,0,0,.06);
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
#qty-error {position: absolute;}
div.quantity-decrease,
div.quantity-increase {display: inline-block; vertical-align: middle;}
div.quantity-decrease i,
div.quantity-increase i {
	font-size: 16px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #222;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
	display: inline-block;
}
div.quantity-decrease i:hover,
div.quantity-increase i:hover {background-color: rgba(0,0,0,.1);}

/* Tabs */
#tabs {padding: 0; border: 1px solid rgba(0,0,0,0.1);}
#tabs .nav-tabs {border-bottom: solid 1px rgba(0, 0, 0, .1); margin: 0; padding: 0; background-color: #f5f5f5;}
#tabs .nav-tabs li a {
  font-family: 'Rubik';
  font-size: 18px;
  letter-spacing: -.75px;
  color: #888;
  background: none;
  margin-right: 0;
  font-weight: normal;
  border: none;
  padding: 12px 30px;
  background: transparent;
  position: relative;
  border-radius: 0;
}
#tabs .nav-tabs li:not(:first-child) a {border-left: solid 1px rgba(0,0,0,.1);}

#tabs .nav-tabs li a:hover,
#tabs .nav-tabs li a:focus {color: #888; background-color: rgba(0,0,0,0.1);}

#tabs .nav-tabs li a:hover:after,
#tabs .nav-tabs li a:focus:after,
#tabs .nav-tabs li.active a:after {opacity: 1;}

#tabs .nav-tabs > li.active > a,
#tabs .nav-tabs > li.active > a:hover,
#tabs .nav-tabs > li.active > a:focus {color: #222; background-color: #fff;}
#tabs .tab-content {padding: 22px 30px;}
#tabs .tab-content header,
#tabs .tab-content h2 {display: none;}
.block.related {margin: 30px 0;}
.additional-attributes .table-label {vertical-align: middle; font-weight: normal;}
.upsell .block-title,
.related .block-title {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 26px;
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,.1);
    }
.related .block-actions {float: right; margin: -68px 0; position: relative;}
.related .block-actions .action {
	cursor: pointer;
	color: #666;
	font-family: 'Rubik';
	transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-webkit-transition: color 300ms ease;
}
.related .block-actions .action:hover {color: #3b787b;}
/* .upsell .block-title:after,
.related .block-title:after {content: none;}
.upsell .block-title strong,
.related .block-title strong {font-size: 2em; font-weight: 400;} */
.products-grid.products-related li.item {width: 25%;}
.products-grid.products-related li.item:nth-of-type(3n+1),
.products-grid.products-related li.item:nth-of-type(3n+3) {clear: none;}
.products-grid.products-related li.item:nth-of-type(4n+1) {clear: left;}
.products-grid.products-related li.item:nth-of-type(4n+4) {clear: right;}
.products-grid.products-related .actions-secondary a.towishlist {margin: 0;}
.products-grid.products-related li.item .price-box {display: inline-block; vertical-align: middle; margin-right: 12px; margin-bottom: 0;}
.products-grid.products-related li.item .field {display: inline-block; vertical-align: middle; position: relative; top: -2px;}

.upsell {margin: 30px 0;}

.product-custom {margin-top: 30px;}
.product-custom .fb_iframe_widget.fb-like {vertical-align: top; margin-right: 20px; display: inline-block;}
.product-custom .twitter-share-button {margin-right: 20px;}
.product-custom-social-links {margin-top: 30px;}
.product-custom-social-links .fb_iframe_widget.fb-like {vertical-align: top; margin-right: 20px; display: inline-block;}
.product-custom-social-links .twitter-share-button {margin-right: 20px;}

#product-details-panel .item{
	padding: 1.5em 20px;
	margin:18px 0;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 1px solid #ddd;
}
#product-details-panel .item h4{
	text-transform: uppercase;
	font-size: 18px;
	color:#222;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
}


/* Product Review */
.review-form-wrapper .block-title,
.reviews-wrapper .block-title{overflow: hidden; margin: 0 0 18px; padding: 0 0 12px; font-size: 32px; color:#222; line-height: 34px;}
.review-form-wrapper #review-form .review-legend {color: #222; font-size: 12px; line-height: 24px; font-weight: normal; border: none; margin: 0; padding: 0; text-transform: none;}
body .review-form-wrapper #review-form .review-legend strong{font-weight: 400; color:#2263f4;}
.review-form-wrapper .review-field-ratings .label {
	font-weight: normal;
	border: none;
	margin: 0;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	color: #222;
	padding-right: 20px;
	min-width: 80px;
	font-size: 12px;
	position: relative;
	top: 2px;
}
.review-form-wrapper .inputs-wrapper {margin-bottom: .5em;}
.review-form-wrapper .inputs-wrapper .field label,
.review-form-wrapper .review-field-text label {
	color: #222;
    font-size: .91em;
    line-height: 1.5em;
	font-weight: normal;
}

.reviews-wrapper .review-items {list-style: none;}
.reviews-wrapper .review-item {padding-bottom: 1.5em;}
.reviews-wrapper .top-block{
	border: solid 1px rgba(0,0,0,.1);
	background-color: rgba(0,0,0,.06);
	border-radius: 4px 4px 0 0;
}
.reviews-wrapper .review-item .customer-info{
	float: left;
	width: 70%;
	border-right: solid 1px rgba(0,0,0,.1);
	padding: 26px;
}
.reviews-wrapper .review-item .customer-info .icon{
	display: inline-block;
	width: 73px;
	height: 73px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	position: relative;
	vertical-align: middle;
	margin-right: 20px;
}
.reviews-wrapper .review-item .customer-info .icon:before{
	content: '';
	display: block;
	position: absolute;
	right: 4px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 31px 31px 0;
	border-color: transparent #ffffff transparent transparent;
}
.reviews-wrapper .review-item .customer-info .icon i{
	font-size: 24px;
	color: #aaa;
	line-height: 73px;
}
.reviews-wrapper .review-item .customer-info .info{
	display: inline-block;
	vertical-align: middle;
}
.reviews-wrapper .review-item .customer-info .review-title{
	font-weight: bold;
	font-size: 13px;
	color: #222;
	margin-bottom: 9px;
	display: block;
}
.reviews-wrapper .review-item .customer-info .review-author{
	color: #888;
	margin-bottom: 9px;
}
.reviews-wrapper .review-item .customer-info .review-author strong{color:#888; font-weight: 400;}
.reviews-wrapper .review-item .customer-info .date{
	font-size: 11px;
	color: #888;
}
.reviews-wrapper .review-item .customer-info .date i {
	font-size: 14px;
	line-height: 1;
	margin-right: 5px;
	color: #aaa;
	position: relative;
	top: 1px;
}
.reviews-wrapper .review-item .customer-info .date .review-date{float: none; display: inline-block; position: relative; top: -2px;}

.reviews-wrapper .review-item .customer-rating{
	padding: 31px 26px;
	float: left;
}
.reviews-wrapper .review-box{
	font-size: 13px;
	padding: 28px;
	border: solid 1px rgba(0,0,0,.1);
	border-top: none;
	border-radius: 0 0 4px 4px;
}
.reviews-wrapper .review-title {
	font-weight: 700;
    color: #444;
    font-size: 1.083em;
    line-height: 1.5em;
	font-family: 'Rubik';
	margin-bottom: .75em;
}
.reviews-wrapper .review-ratings {float: left;}
.reviews-wrapper .review-details-wrapper {float: left; width: 82%;}
.reviews-wrapper .review-details {display: block; margin-bottom: 4px; font-size: .83em; color: #aaa;}
.reviews-wrapper .review-author,
.reviews-wrapper .review-date {float: left; margin: 0;}
.reviews-wrapper .review-author strong {color: #3b787b; font-weight: normal; padding-right: 5px;}
.reviews-wrapper .toolbar.review-toolbar{padding-top: 0; border-top: 1px solid #ddd;}
.toolbar.review-toolbar .pager {text-align: left;}
.toolbar.review-toolbar .limiter {display: inline-block; float: none; margin: 0;}
.toolbar.review-toolbar .limiter-label {display: inline-block; vertical-align: middle; margin-right: 5px;}
.toolbar.review-toolbar select {display: inline-block; vertical-align: middle; width: auto; line-height: 36px; padding-top: 0; padding-bottom: 0;}
.review-field-rating {float: none; margin: 0!important; padding:12px 0;}
.review-field-rating .rating-values{
	font-family: inherit;
	font-size: 13px;
	color: #aaa;
	line-height: 1.5em;
	position: relative;
	top: -1px;
	margin-left: 4px;
	display: inline-block;
}
.review-field-rating:last-of-type {border: none;}
.review-control-vote {min-height: 20px; min-width: 150px; display: inline-block;}
.review-control-vote:before {
    color: #ddd;
    font-family: 'meigee';
    font-size: 20px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 27px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: '\005f' '\005f' '\005f' '\005f' '\005f';
    display: block;
    position: absolute;
    z-index: 1;
	letter-spacing: 10px;
}
.review-control-vote:before {content: '\005f' '\005f' '\005f' '\005f' '\005f';}
.review-control-vote label:before {
    color: #ffdf2e;
    font-family: 'meigee';
    font-size: 20px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 27px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
	letter-spacing: 10px;
}
.review-control-vote label {cursor: pointer; display: block; position: absolute; padding: 0!important;}
.review-control-vote label:hover:before {opacity: 1;}
.review-control-vote .rating-1 {z-index: 6;}
.review-control-vote .rating-2 {z-index: 5;}
.review-control-vote .rating-3 {z-index: 4;}
.review-control-vote .rating-4 {z-index: 3;}
.review-control-vote .rating-5 {z-index: 2;}

.review-control-vote .rating-1:before {content: '\005f';}
.review-control-vote .rating-2:before {content: '\005f' '\005f';}
.review-control-vote .rating-3:before {content: '\005f' '\005f' '\005f';}
.review-control-vote .rating-4:before {content: '\005f' '\005f' '\005f' '\005f';}
.review-control-vote .rating-5:before {content: '\005f' '\005f' '\005f' '\005f' '\005f';}
.review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.review-control-vote label:after {content: none!important;}
.review-control-vote label span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {opacity: 1;}
.review-form-wrapper input.form-control {
	width: 100%;
	height: 40px;
	color: rgba(0, 0, 0, 0.4);
	font-size: 11px;
	margin-bottom: 12px;
}
.review-form-wrapper textarea.form-control {
	width: 100%;
    height: 120px;
    color: rgba(0, 0, 0, 0.4);
	border-radius: 20px;
}
.review-form-wrapper .review-field-ratings{padding-bottom: 10px;}



/* Rating ================================================================================= */
.rating-summary {margin-right: 5px; display: inline-block; vertical-align: middle;}
.reviews-actions {display: inline-block; vertical-align: middle; font-size: 11px;}
.reviews-actions a {color: #666; text-decoration: none; line-height: 1.44em;}
.reviews-actions a:hover {color: #3b787b;}
.reviews-actions a.add {position: relative; display: inline-block;}
.reviews-actions a + a.add {margin-left: 9px;}
.reviews-actions a + a.add:before {content: ''; display: block; position: absolute; width: 1px; height: 100%; background: #aaa; left: -6px;}
.rating-summary .label {display: none;}
.rating-result {position: relative; display: inline-block; line-height: 1; color: #bbb; text-align: left;}
.rating-result i {
    font-style: normal;
    font-size: 16px;
}
.rating-result span {position: absolute; color: #e6cd45; top: 0; left: 0; height: 18px; overflow: hidden;}
body .swatch-attribute .swatch-option.text {
    display: block;
    padding: 1px 5px;
    box-sizing: content-box;
	font-weight: normal;
	color: #222;
    display: block;
    font-size: 12px;
    line-height: 1.75em;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: content-box;
	background: none;
	margin-right: 9px;
}
body .swatch-attribute .swatch-option:not(.disabled):hover {outline: none; color: #3b787b;}
body .swatch-attribute.size .swatch-option.selected,
body .swatch-attribute.manufacturer .swatch-option.selected {outline: none; color: #3b787b; border-color: rgba(0,0,0,.5);}

#product-review-container .rating-summary {display: block;}
#product-review-container .rating-summary .label {display: inline-block; margin-right: 4px; min-width: 40px; text-align: left;}


/* Customer =============================================================================== */
.login-container .block-title {
    margin: 0;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    border: none;
}
.login-container .block-title:after {content: none;}
.login-container p,
.login-container .note {font-size: .91em;}
.login-container .label {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 0;
    font-size: .91em;
    padding-bottom: 5px;
    color: inherit;
    line-height: 1.5;
}
.login-container .block-customer-login .actions-toolbar {margin-top: 1.5em;}
.login-container .block-customer-login .actions-toolbar .secondary {float: left; margin: .75em 0;}
.login-container .block-customer-login .field:not(.note) {margin-top: 1em;}
.login-container .actions-toolbar {margin-top: 0; border-top: 1px solid rgba(0,0,0,.1); padding-top: 1.5em; padding-bottom: 0;}

fieldset.fieldset.with-border {
    border: 1px solid #ddd;
    padding: 1.5em 20px;
    margin: 0 0 1.5em;
}
fieldset.fieldset .legend {
    display: block;
    text-align: left;
    border-bottom: solid 1px #ddd;
    color: #444;
    font-weight: 400;
    line-height: 1.583em;
    padding-bottom: .75em;
    margin-bottom: 1.5em;
    font-size: 1.33em;
}

/* Quick View */
.weltpixel-quickview-catalog-product-view  .review-add,
.weltpixel-quickview-catalog-product-view  #product-review-container {
    padding-left: 20px;
    padding-right: 20px;
}



.form-create-account .fieldset .field {padding: 0 10px; width: 50%; float: left; margin-bottom: .75em; margin-top: 0!important;}
.form-create-account .fieldset .field input + .nested {margin-top: .75em;}
.form-create-account .fieldset .field.newsletter {clear: both; width: auto; float: none;}
.form-create-account .actions-toolbar {text-align: right;}
.form-create-account .actions-toolbar .secondary {float: left; margin: .75em 0;}


.field.password {margin-top: 0!important;}
.field.password .control {position: relative;}
.field.password .control:before,
.field.password .control:after {content: ''; display: table;}
.field.password .control:after {clear: both;}
.field.password .control #password {float: left; width: 63%;}
.field.password .control #password-error {position: absolute; top: 100%; font-size: 11px; color: #f00;}
.form-edit-account .fieldset .field.password .control {padding-bottom: 20px;}
.form-edit-account .fieldset .field.password .control #password-error {position: absolute; top: calc(100% - 20px); font-size: 11px; color: #f00;}
.field.password .control #password-strength-meter-container {
    background-color: #f4f4f4;
    height: 36px;
    line-height: 36px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
    width: 35%;
    float: right
}
.password-strength-meter:before {content: ''; height: 100%; left: 0; position: absolute; top: 0; z-index: -1;}
.password-strength-meter-0 .password-strength-meter:before {background-color: #f4f4f4; width: 100%;}
.password-strength-meter-1 .password-strength-meter:before {background-color: #ffafae; width: 25%;}
.password-strength-meter-2 .password-strength-meter:before {background-color: #ffd6b3; width: 50%;}
.password-strength-meter-3 .password-strength-meter:before {background-color: #c5eeac; width: 75%;}
.password-strength-meter-4 .password-strength-meter:before {background-color: #81b562; width: 100%;}
.control.captcha-image {margin-top: 10px;}
.control.captcha-image .captcha-img {vertical-align: middle;}


.form-create-account .fieldset .customer-name-prefix-middlename-suffix {margin-left: 0; margin-right: 0; margin-bottom: .75em;}
.form-create-account .fieldset .field.region{clear: right; margin-top: 0!important;}
.form-create-account .fieldset .field.zip{clear: left;}
.form-create-account .fieldset .field.password + .field.confirmation {margin-top: 0;}

.field.required label:after,
.field.required .label:after {content: '*'; color: #f00; padding-left: 2px;}

.fieldset .customer-name-prefix-middlename-suffix {}
.fieldset .customer-name-prefix-middlename-suffix .field-name-prefix,
.fieldset .customer-name-prefix-middlename-suffix .field-name-suffix {width: 12.5%;}
.fieldset .customer-name-prefix-middlename-suffix .field-name-firstname,
.fieldset .customer-name-prefix-middlename-suffix .field-name-middlename,
.fieldset .customer-name-prefix-middlename-suffix .field-name-lastname {width: 25%;}

.checkout-index-index #maincontent {padding-top: 20px;}
.checkout-header {text-align: center; padding-top: 25px; padding-bottom: 25px;}
.authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
}
.authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
}
.authentication-dropdown .modal-header {padding: 0;}
.authentication-dropdown .modal-header .action-close {margin: 0;}
.authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
    float: right;
    margin-top: -57px;
    max-width: 50%;
    position: relative;
    z-index: 1;
}
.authentication-wrapper .action-auth-toggle {
    border: none;
    padding: 0;
    background: none;
    transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
}
.authentication-wrapper .action-auth-toggle:hover {color: #3b787b;}
.authentication-wrapper .action-auth-toggle:before {
    content: '\0075';
    display: inline-block;
    font: normal normal normal 14px/1 meigee;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    margin-right: 5px;
}
.block-authentication .block-title {padding: 0; border: none;}
.block-authentication .actions-toolbar:before,
.block-authentication .actions-toolbar:after {content: ''; display: table;}
.block-authentication .actions-toolbar:after {clear: both;}
.block-authentication .actions-toolbar > .secondary {margin-top: 10px;}
.block-authentication .actions-toolbar > .primary {display: inline; float: right; margin-right: 0;}
.block-authentication .actions-toolbar > .primary .action {margin-right: 0;}
.popup-authentication .modal-inner-wrap {min-width: 768px; width: 60%;}
.popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
}
.popup-authentication .block[class],
.popup-authentication .form-login,
.popup-authentication .fieldset,
.popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.popup-authentication .block[class]{box-sizing: border-box; float: left; padding: 10px 30px 0 0; width: 50%;}
.popup-authentication .block[class] + .block {border-left: 1px solid #c1c1c1; border-top: 0; margin: 0; padding: 10px 0 0 40px;}
.popup-authentication .block[class] + .block::before {left: 0; top: 50%;}
.popup-authentication .actions-toolbar {margin-bottom: 0; margin-top: auto;}
.authentication-dropdown {box-sizing: border-box;}
.authentication-dropdown .modal-inner-wrap {padding: 18px;}
.authentication-dropdown .modal-content {background: none;}
._has-auth-shown .authentication-wrapper {z-index: 900;}
.block-authentication .field .label {font-weight: 400;}
.block-authentication .actions-toolbar {margin-bottom: 5px;}
.block-authentication .block[class] {margin: 0;}
.block-authentication .block[class] ul {list-style: none; padding-left: 10px;}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {float: none; width: auto;}
.block-authentication .block[class] + .block {border-top: 1px solid #c1c1c1; margin-top: 40px; padding-top: 40px; position: relative;}
.block-authentication .block[class] + .block::before {
    height: 36px;
    line-height: 34px;
    margin: -19px 0 0 -18px;
    min-width: 36px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    box-sizing: border-box;
    color: #c1c1c1;
    content: attr(data-label);
    display: inline-block;
    left: 50%;
    letter-spacing: normal;
    padding: 0 .2rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

#customer-email-fieldset > .field {margin-bottom: 12px;}
#shipping-new-address-form {margin: 0 -10px;}
#shipping-new-address-form .field {padding: 0 10px;}
#shipping-new-address-form .field[name="shippingAddress.prefix"],
#shipping-new-address-form .field[name="shippingAddress.suffix"] {width: 12.5%; float: left;}
#shipping-new-address-form .field[name="shippingAddress.firstname"],
#shipping-new-address-form .field[name="shippingAddress.middlename"],
#shipping-new-address-form .field[name="shippingAddress.lastname"] {width: 25%; float: left;}
#shipping-new-address-form .field[name="shippingAddress.company"] {clear: both; margin-top: 1em; float: left; width: 100%;}
#shipping-new-address-form .field[name="shippingAddress.city"] {clear: both; float: left; width: 100%;}
#shipping-new-address-form .field[name="shippingAddress.region_id"],
#shipping-new-address-form .field[name="shippingAddress.region"],
#shipping-new-address-form .field[name="shippingAddress.postcode"],
#shipping-new-address-form .field[name="shippingAddress.fax"],
#shipping-new-address-form .field[name="shippingAddress.country_id"],
#shipping-new-address-form .field[name="shippingAddress.telephone"] {clear: both; margin-top: 1em; float: left; width: 100%;}
#shipping-new-address-form fieldset.street {margin: 1em 0; clear: both; float: left; width: 100%; padding: 0; text-align: left;}
#shipping-new-address-form fieldset.street .field {width: 50%; float: left; margin: 0;}
#shipping-new-address-form fieldset.street label  {display: none;}
#shipping-new-address-form fieldset.street label:after {content: none;}
#shipping-new-address-form fieldset.street legend.label {text-align: left; border: none; margin-left: 10px; margin-right: 10px;}
#shipping-new-address-form fieldset.street {margin: 1em 0; clear: both; float: left; width: 100%; padding: 0; text-align: left;}
#shipping-new-address-form fieldset.street .field {width: 50%; float: left; margin: 0;}
#shipping-new-address-form fieldset.street label  {display: none;}
#shipping-new-address-form fieldset.street label:after {content: none;}
#shipping-new-address-form fieldset.street legend.label {text-align: left; border: none; margin-left: 10px; margin-right: 10px;}

.authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
    float: right;
    margin-top: -77px;
    max-width: 50%;
    position: relative;
    z-index: 1;
}
.authentication-wrapper .action-auth-toggle {
    border: none;
    padding: 0;
    background: none;
    transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
}
.authentication-wrapper .action-auth-toggle:hover {color: #3f51b5;}
.authentication-wrapper .action-auth-toggle:before {
    content: '\0075';
    display: inline-block;
    font: normal normal normal 14px/1 meigee;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    margin-right: 5px;
}

.form.search.advanced .price {font-size: inherit; color: inherit;}
.form.search.advanced .range .field {display: inline-block; width: 48%; margin: 0; vertical-align: middle;}
.form.search.advanced .range .field + .field {margin-left: 2%;}
.form.search.advanced .range .field.with-addon input {display: inline-block; vertical-align: middle; width: 90%;}
.form.search.advanced .range .field.with-addon .addafter {display: inline-block; vertical-align: middle; margin: 0 0 0 5px;}

.account .content-inner a {color: rgba(0,0,0,0.7); font-weight: normal;}
.account .content-inner .product-item-name a {color: rgba(0,0,0,.86);}
.account .content-inner .product-item-name a:hover,
.account .content-inner a:hover {color: #3b787b;}
.account .content-inner .box-content,
.account .content-inner .box-actions {font-size: .91em;}
.account .content-inner .actions-toolbar .primary {margin: 9px 0;}
.account .content-inner .actions-toolbar .secondary {float: right;}
.downloadable-customer-products .content-inner .actions-toolbar .secondary {float: none;}

.customer-review.view .product-media,
.customer-review.view .product-info {display: inline-block; vertical-align: top;}
.customer-review.view .product-info {margin-left: 20px;}
.customer-review.view .product-info .rating-average-label {display: none;}
.customer-review.view .product-info .reviews-actions a + a.add:before {content: none;}
.customer-review.view .review-details {margin-top: 1.5em;}
.customer-review.view .review-details .title {
	font-size: 1.5em;
	font-family: 'Rubik';
	font-weight: normal;
	line-height: normal;
	padding-bottom: 9px;
	margin-bottom: 18px;
	color: #222;
	border-bottom: solid 1px #ddd;
}
.customer-review.view .review-details .title strong {font-weight: inherit;}
.customer-review.view .review-details .rating-summary {display: block;}
.customer-review.view .review-details .rating-summary + .rating-summary {margin-top: .25em;}
.customer-review.view .review-details .rating-summary .rating-label{color: #222; min-width: 40px; display: inline-block;}
.customer-review.view .customer-review-rating {margin-bottom: 1.5em;}
.customer-review.view .review-title {color: #222; font-family: 'Rubik'; font-size: 1.16em; margin-bottom: .66em;}
.customer-review.view .review-date {color: #aaa; font-size: .91em;}
.customer-review.view .review-content {margin-bottom: .75em;}
.review-customer-view .content-inner .actions-toolbar .secondary {float: left;}

.block-dashboard-info {margin-bottom: 3em;}
.block-dashboard-orders .block-title,
.block-dashboard-addresses .block-title,
.block-dashboard-info .block-title,
.block-reviews-dashboard .block-title {
	font-size: 1em;
	padding: 0;
	margin: 0;
	    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: 1em;
    margin-bottom: 1.5em;
}
.block-dashboard-orders .block-title strong,
.block-dashboard-addresses .block-title strong,
.block-dashboard-info .block-title strong,
.block-reviews-dashboard .block-title strong,
.box .box-title {
    font-size: 1.33em;
    color: #222;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: .5em;
    margin: 0;
    display: inline-block;
}
.box .box-inner {border: solid 1px #ddd; padding: 1.5em 20px;}
.box .box-title {
	width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    margin-bottom: 1.5em;
	display: block;
}
.block-dashboard-orders .block-title a,
.block-dashboard-addresses .block-title a,
.block-dashboard-info .block-title a,
.block-reviews-dashboard .block-title a,
.box .box-title a  {float: right; text-decoration: none; font-size: .91em;}
.block-dashboard-addresses .block-title a i,
.block-dashboard-info .block-title a i,
.box .box-title a i {font-size: 16px; color: #ddd; padding: 5px;}

.block-dashboard-addresses .block-title a :hover,
.block-dashboard-info .block-title a i:hover,
.box .box-title a i:hover {color: #3b787b;}

#my-orders-table caption {display: none;}
#my-orders-table td {text-align: center; font-size: .91em;}
#my-orders-table a {color: #aaa; display: inline-block;}
#my-orders-table a:hover {color: #3b787b;}
.account .content-inner .action {display: inline-block;}
.account .content-inner .action + .action {border-left: solid 2px #ddd; margin-left: 2px; padding-left: 5px;}

.block-addresses-list-wrapper {margin-top: 1.5em;}
.block-addresses-list-wrapper .addresses .item + .item {margin-top: 1.5em;}

.block-new-customer ul {padding-left: 20px;}
.block-customer-login .field + .field {margin-top: .75em;}
/*.block-customer-login .actions-toolbar .primary {float: right;}*/
.block-customer-login .actions-toolbar > .secondary {margin-top: 9px;}


body.catalog-product-compare-index .action.print{float: right; margin: 15px 0;}
.table-wrapper.comparison{clear: both; max-width: 100%; overflow-x: auto;}
.table-comparison{table-layout: fixed;}
.table-comparison .cell.table-label span {font-size: 1em; color: #222; font-weight: bold;}
.table-comparison td:last-child{border-right: 1px solid #d1d1d1;}
.table-comparison .cell{width: 100px; padding: 15px;}
.table-comparison .cell .attibute.value{width: 100%; overflow: hidden;}
.table-comparison .cell.product.info,.table-comparison .cell.product.label{border-bottom: 1px solid #d1d1d1;}
.table-comparison .cell.label .attribute.label{display: block; width: 100%; word-wrap: break-word;}
.table-comparison .cell.attribute{font-size: 1.3rem;}
.table-comparison .cell.attribute img{max-width: 100%; height: auto;}
.table-comparison .product-item-photo{display: block; margin: 0 auto 15px;}
.table-comparison .product-image-photo{margin-left: 0;}
.table-comparison .product-item-actions,.table-comparison .price-box,
.table-comparison .product.rating,.table-comparison .product-item-name{display: block; margin: 15px 0;}
.table-comparison .product-addto-links{margin-top: 15px;}
.table-comparison .product-addto-links .action.split,.table-comparison .product-addto-links .action.toggle{line-height: 1.2rem; padding: 5px 8px; font-size: 1.1rem;}
.table-comparison .product-addto-links .action.toggle{padding: 0;}
.table-comparison .cell.remove{padding-top: 0; padding-bottom: 0; text-align: right;}
.table-comparison .product-item-actions > .actions-primary {display: inline-block; vertical-align: middle;}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary{margin-left: 10px; display: inline-block; vertical-align: middle;}
.table-comparison .action.tocart{white-space: nowrap;}
.comparison.headings{background: #fff; left: 0; position: absolute; top: 0; width: auto; z-index: 2;}


/* Sidebar ================================================================================ */
.sidebar .block {
	margin-bottom: 1.5em;
	color: #666;
	padding: 0 0 24px;
	position: relative;
/* 	z-index: 10; */
	background-color: #fff;
}
.sidebar .block .actions-toolbar {text-align: center; margin: 0; padding-top: 1.5em; border-top: solid 1px #ddd;}
.sidebar .block .secondary {margin-left: 7px;}
.sidebar .block ul,
.sidebar .block ol {margin: 0; padding: 0; list-style: none;}
.block-title,
.sidebar .block .block-title,
.block-collapsible-nav-title {
   margin: 0 0 15px;
   font-family: 'Rubik', sans-serif;
   color: #222;
   font-weight: 400;
   padding: 0 0 14px;
   font-size: 14px;
   position: relative;
   text-transform: uppercase;
   letter-spacing: 0;
   border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
/* .block-title:after,
.sidebar .block .block-title:after,
.block-collapsible-nav-title:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 24px;
    background: #ecd078;
} */

.sidebar .swatch-attribute-options {margin-top: 0;}
.block-title strong,
.sidebar .block .block-title strong,
.block-collapsible-nav-title strong,
.sidebar .block.filter .filter-options-title {
	font-weight: inherit;
/* 	font-size: 1.16em;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.583em;
	float: left;
	padding-right: 10px; */
}
.sidebar .block .block-title .counter {display: none!important;}
.block-collapsible-nav-title strong {float: none;}
.block-title .right-divider {margin-top: .75em;}
.sidebar .block.filter .block-title {display: block;}
.sidebar .block.filter .block-subtitle {display: none;}
.sidebar .block.filter .filter-count-label {display: none;}
.sidebar .block.filter dl dd {margin-bottom: 2.333em;}
/* .sidebar .block.filter .filter-options-title {margin-bottom: 1em; width: 100%; overflow: hidden; padding: 0;} */
/* .sidebar .block.filter ol li {
	margin: 0 -20px;
    padding: 0 20px;
	font-family: 'Rubik';
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition: background-color .8s ease;
}
.sidebar .block.filter ol li:not(:first-child) {border-top: dotted 1px #ddd;} */
.sidebar .block.filter ol li {margin: 0; border: none!important; padding: 0;}
.sidebar .block.filter ol li a {
	font-size: 1em;
    line-height: 1.583em;
    font-weight: 400;
    color: #666;
    display: block;
    padding: 3px 0;
	font-family: inherit;
}
.sidebar .block.filter ol li:hover {background: none;}
.sidebar .block.filter ol li a:hover {color: #3b787b;}
.sidebar .block.filter ol li .filter-label {display: inline-block; width: 85%;}
.sidebar .block.filter ol li .count {
	float: right;
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    color: #aaa;
    border-radius: 50%;
    -moz-border-radius: 50%;
	margin-top: -2px;
	display: none;
    padding: 0;
}
.sidebar .block.filter ol li .price {font-size: inherit; color: inherit; font-weight: inherit;}
.sidebar .filter-options-title:after {top: 4px; right: 0;}
.sidebar .filter-options-content .count:before,
.sidebar .filter-options-content .count:after {content: none;}
.sidebar .block.filter .swatch-attribute-options .swatch-option.text {
	border: solid 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #222;
    padding: 0 4px;
    border-radius: 2px;
    box-sizing: content-box;
    min-height: 38px;
    min-width: 30px;
    line-height: 38px;
    text-align: center;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}
.sidebar .block li {
	width: auto;
    overflow: hidden;
    padding: 0 10px;
    transition: background-color .8s ease;
    -moz-transition: background-color .8s ease;
    -webkit-transition: background-color .8s ease;
    -o-transition: background-color .8s ease;
}
.sidebar .block li + li {border-top: dotted 1px #ddd;}
.sidebar .block li:not(.current):hover {background-color: #eee;}
.sidebar .block li a,
.sidebar .block li strong {
	color: #666;
    font-size: 1.083em;
    line-height: 1.583em;
    padding: .75em 0;
    display: inline-block;
	font-family: 'Rubik';
}
.sidebar .block li a.delete:hover {color: #3b787b;}
.sidebar .block li strong {font-weight: normal; color: #222;}
.sidebar .block li a:hover {background: transparent;}
.sidebar .block.block-reorder .product-item label {display: none;}
.sidebar .block.block-reorder strong {display: inline-block; margin-bottom: 10px;}
.sidebar .block.block-reorder li {padding: 10px 0; background: none;}
.sidebar .block.block-reorder li:hover {background: none;}
.sidebar .block.block-reorder li .field {display: inline-block; margin-right: 10px; vertical-align: middle; position: relative; top: -2px;}
.sidebar .block.block-reorder li .product-item-name {padding: 0; vertical-align: top; max-width: 80%;}
.sidebar .block.block-reorder li .product-item-name a {padding: 0;}

.sidebar .block.block-wishlist li {padding: 1em 0;}
.sidebar .block.block-wishlist li a {padding: 0;}
.sidebar .block.block-wishlist li:hover {background: none;}
.sidebar .block.block-wishlist .product-item-photo {
	display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
}
.sidebar .block.block-wishlist .product-image-container {display: inline-block; max-width: 100%; width: 64px;}
.sidebar .block.block-wishlist .product-item-details {display: table-cell; vertical-align: top; white-space: normal; width: 99%; position: relative; padding-right: 20px;}
.sidebar .block.block-wishlist .product-item-details .product-item-actions {position: absolute; right: 0; top: 0; text-align: right;}
.sidebar .block.block-wishlist .product-item-details .product-item-actions a {padding: 0;}
.sidebar .block.block-wishlist .product-item-details .product-item-actions button.action {background: none; padding: 0; border: none;}
.sidebar .block.block-wishlist .product-item-details .product-item-actions .action i {color: #dddddd; font-size: 1.16em; line-height: 1; padding: 5px;}
.sidebar .block.block-wishlist .product-item-details .product-item-actions a i {color: #dddddd; font-size: 1.16em; line-height: 1; padding: 5px;}
.sidebar .block.block-wishlist .product-item-details .product-item-actions .action i:hover,
.sidebar .block.block-wishlist .product-item-details .product-item-actions a i:hover {color: #222;}
.sidebar .block.block-wishlist .product-item-details .product-item-name,
.sidebar .block.block-wishlist .product-item-details .product-item-link {padding: 0;}
.sidebar .block.block-wishlist .product-item-details .product-item-name a {color: rgba(0,0,0,.86);}
.sidebar .block.block-wishlist .actions-toolbar {margin-top: 1em;}
.sidebar .block.block-compare .product-item-name {padding: 0;}
.sidebar .block.block-compare .action {float: right;}
.sidebar .block.block-compare .action.delete {padding: .87em 0;}

.block-reviews-dashboard  {margin-top: 3em;}
.block-reviews-dashboard ol {list-style: decimal; padding-left: 20px; color: #222;}
.block-reviews-dashboard ol li .product-name a {font-family: 'Rubik'; font-weight: 400; color: #222;}
.block-reviews-dashboard ol li .rating-summary {margin: -1px 0 0 5px;}


.sidebar .block.account-nav li a {
    display: block;
    margin: 0 -10px;
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar .block.account-nav li strong {padding: 0;}

.filter-title{display: none;}
.filter-content .item{margin: 10px 0;}
.filter-actions{margin-bottom: 30px;}
.filter.active .filter-options,.filter-options{background: transparent; clear: both; display: block; overflow: initial; position: static;}
.filter-subtitle{position: static; display: block;}
.page-layout-1column.page-with-filter .column.main{padding-top: 45px; position: relative; z-index: 1;}
.page-layout-1column .filter.block{margin-bottom: 24px;}
.page-layout-1column .filter-content{margin-top: 10px;}
.page-layout-1column .filter-subtitle{display: none;}
.page-layout-1column .filter-options-item {border: 0; display: inline-block; margin-right: 25px; position: relative;}
.page-layout-1column .filter-options-item.active{position: relative; z-index: 2;}
.page-layout-1column .filter-options-item.active:hover{z-index: 3;}
.page-layout-1column .filter-options-item.active:after,
.page-layout-1column .filter-options-item.active:before{
	border: 8px solid transparent;
	height: 0;
	width: 0;
	border-bottom-color: #000;
	bottom: -1px;
	content: '';
	display: block;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	z-index: 3;
}
.page-layout-1column .filter-options-item.active:after{border-bottom-color: #fff; margin-top: 2px; z-index: 4;}
.page-layout-1column .filter-options-title{padding: 0 20px 0 0;}
.page-layout-1column .filter-options-title:after{right: 2px; top: 5px; z-index: 3;}
.page-layout-1column .filter-options-content{
	background: #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(50,50,50,0.75);
	-moz-box-shadow: 0 3px 5px 0 rgba(50,50,50,0.75);
	-ms-box-shadow: 0 3px 5px 0 rgba(50,50,50,0.75);
	box-shadow: 0 3px 5px 0 rgba(50,50,50,0.75);
	border: 1px solid #ccc;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	width: 180px;
	z-index: 2;
	display: none;
}
.page-layout-1column .filter-options-content .item{padding: 5px; margin: 0;}
.page-layout-1column .filter-options-content .item a{margin-left: 0;}
.page-layout-1column .filter-options-content .item:hover{background-color: #e8e8e8;}
.page-layout-1column .filter-current{display: inline; line-height: 35px;}
.page-layout-1column .filter-current-subtitle{color: #7d7d7d; display: inline; font-size: 14px; font-weight: normal; padding: 0;}
.page-layout-1column .filter-current-subtitle:after{content: ':';}
.page-layout-1column .filter-current .item,
.page-layout-1column .filter-current .items{display: inline;}
.page-layout-1column .filter-current .item{margin-right: 25px;}
.page-layout-1column .filter-current .action.remove{line-height: normal;}
.page-layout-1column .filter-actions{display: inline;}
.page-layout-1column .filter-actions ~ .filter-options{margin-top: 25px;}


.filter-options-title {
    font-family: 'Noto Sans', sans-serif;
    color: #222;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 6px;
    cursor: pointer;
	overflow: hidden;
	position: relative;
	word-break: break-all;
	z-index: 1;
}
.filter-options-title:after{
	display: inline-block;
	font: normal normal normal 14px/1 meigee;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 8px;
	content: '\0053';
}

.filter-options-title:after {position: absolute; right: 13px; top: 9px;}
.filter-options-title:hover {color: #000;}
.filter-options-title.active:after {content: '\0054';}

body:not(.page-layout-1column) .default-open .filter-options-title:after {content: '\0054';}
body:not(.page-layout-1column) .default-open .active .filter-options-title:after {content: '\0053';}
body:not(.page-layout-1column) .default-open .filter-options-content {display: block;}

.filter-options-content {margin: 0; padding: 0 0 10px; display: none;}
.filter-options-content .item {margin: 10px 0; line-height: 1.5em;}
.filter-options-content a {font-size: 1em; padding: 3px 0;}
.filter-options-content a:hover {background-color: #e8e8e8; text-decoration: none;}
.filter-options-content a:hover + .count {background-color: #e8e8e8;}
.filter-options-content .count {color: #858585; padding-right: 5px;}
.filter-options-content .count:before {content: '(';}
.filter-options-content .count:after {content: ')';}
.filter-options-content .price {font-size: inherit; color: inherit; font-weight: inherit;}
.filter-options-content .swatch-attribute.swatch-layered {padding: 0;}



/* Cart ================================================================================= */
body .table > tbody + tbody {border-width: 1px;}
table.table-bordered > thead > tr > th,
table.table-bordered > tbody > tr > th,
table.table-bordered > tfoot > tr > th,
table.table-bordered > thead > tr > td,
table.table-bordered > tbody > tr > td,
table.table-bordered > tfoot > tr > td {border-color: #ddd;}
body .table > thead > tr > th {
	border-bottom-width: 1px;
	padding: 1.25em 0;
    font-size: 1em;
    font-weight: normal;
    color: inherit;
	font-family: inherit;
    white-space: nowrap;
    text-align: center;
}
body .table .product-item-name {
    font-size: 1.167em;
    line-height: 1em;
    text-transform: none;
    font-weight: 400;
	color: rgba(0,0,0,.86);
    display: inline-block;
    max-width: 83%;
	margin-bottom: 9px;
}
body .table .product-item-name a {font-size: 1em; line-height: normal;}
body .table .actions-toolbar a {display: inline-block; font-size: 11px; color: #888; border: solid 1px rgba(0,0,0,.1); border-radius: 12px; padding: 0px 8px 3px; text-transform: lowercase;}
body .table .actions-toolbar a i {
	color: #aaa;
    font-size: 16px;
    display: inline-block;
    margin-right: 2px;
    line-height: 1;
    position: relative;
    top: 2px;
	padding: 2px;
}
body .table .item-options {margin-bottom: .75em;}
body .table .item-options dt,
body .table .item-options dd {float: left; font-weight: normal; font-style: normal;}
body .table .item-options dd {margin: 0 5px;}
body .table .item-options dd + dt {border-left: solid 1px #888; padding-left: 5px;}
.item-options dt { font-weight: bold;}
.item-options dt:after {content: ":";}
.item-options dt,
.item-options dd {font-style: italic; display: block; color: #888; font-size: 1em;}
.item-options dd {color: #666;}
.cart.table-wrapper td {padding: 40px 1.5em; vertical-align: middle;}
.cart.table-wrapper td:first-child,
.cart.table-wrapper th {border-left: none; padding-left: 0;}
.cart.table-wrapper td:last-child,
.cart.table-wrapper th {border-right: none; }
.cart.table-wrapper .table,
.cart.table-wrapper .table > tbody + tbody {border: none;}
.cart.table-wrapper .table caption {display: none;}
.table td.remove {border-right: none; background-color: #f5f5f5; width: 75px;}
.table td.remove  i {
	font-size: 1.16em;
    color: #aaa;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border: solid 1px #cdcdcd;
    border-radius: 50%;
    -moz-border-radius: 50%;
	padding: 0;
}

body #shopping-cart-table > thead > tr > th {border-top: 1px solid #ddd;}
#shopping-cart-table tbody tr td .cart-price {display: inline-block; padding-top: 5px; font-size: 18px;}
#shopping-cart-table tr td {padding: 40px 1.5em; vertical-align: middle;}
#shopping-cart-table tbody tr td {border-right: none; border-left: none; vertical-align: top;}
#shopping-cart-table tbody tr td:first-child {border-left: none; padding-left: 0; width: 43%;}
#shopping-cart-table tbody tr td.price-wrapper,
#shopping-cart-table tbody tr td.subtotal {text-align: center;}
#shopping-cart-table tbody tr td.actions {text-align: center; width: 20px;}
#shopping-cart-table tbody tr td.actions a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0,0,0,0.4);
	padding: 3px;
	position: relative;
}
#shopping-cart-table tbody tr td.actions a:hover {color: #3b787b;}
.cart.table-wrapper .product-item-photo {
	display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
}
.cart.table-wrapper .product-image-container {display: inline-block; max-width: 100%; width: 64px;}
.cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
	position: relative;
}
.cart.table-wrapper .qty .label {display: none;}
.cart.table-wrapper .field.qty {width: 112px;}
.cart-container .cart.actions {text-align: right; padding-bottom: 1.5em; margin-bottom: 3em;}
.cart-container .cart.actions a {float: left;}

body .description ul,
body .description ol {margin-left: 20px;}
fieldset .field.review-field-summary {margin-top: 0;}

fieldset .field:not([class*='col-']) ~ .field:not([class*='col-']) {margin-top: .75em; margin-bottom: .75em;}
fieldset .field.additional {margin-top: .75em;}
#co-shipping-method-form {margin-top: 1.5em;}
.cart-summary .block .block-inner {
	color: #666;
	border: solid 1px rgba(0, 0, 0, 0.1);
	padding: 24px;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.cart-summary .totals-wrapper .block-inner {border-width: 2px; border-color: #2ea82b;}
.cart-summary .totals-wrapper .block-title {text-align: center;}
/* .cart-summary .block-title {margin-bottom: 1em; text-align: center; } */
/* .cart-summary .block-title strong {padding: 0 10px;} */
.cart-summary .actions-toolbar {padding-top: 1.5em; border-top: solid 1px #ddd;}
.cart-summary .rate .methods dt {color: #666; font-weight: normal; font-size: .91em; margin-bottom: .25em;}
.cart-summary .rate .methods dd + dt {margin-top: 1em;}
.totals-inner {
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 24px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.table.totals {text-align: left;}
.table.totals th,
.table.totals td {
	/*float: none !important;*/
	display: inline-block;
	vertical-align: bottom;
	padding: 8px!important;
	color: #666;
	font-family: 'Rubik';
	border: none;
	line-height: 1.5;
}
.table.totals .grand {margin-top: .75em; display: block;}
.table.totals .grand .price {font-size: 18px; font-weight: normal;}
.totals-wrapper .checkout-methods-items {text-align: left;}
body .totals-wrapper .checkout-methods-items .btn {background-color: #2ea82b; border-color: #2ea82b; color: #fff;}
.totals-wrapper .checkout-methods-items .btn i {display: none;}
.table.totals th strong {font-weight: normal;}
.table.totals td .price {font-size: 14px;}
.checkout-methods-items {list-style: none; text-align: left;}
.checkout-methods-items.items {padding-left: 7px;}
.checkout-methods-items li + li {padding-top: 1em;}
.checkout-methods-items li a {color: #444; font-size: .91em; line-height: 1.583em;}
.checkout-methods-items li a:hover {color: #3b787b;}

/* Checkout =============================================================================== */
.table-caption,
.multicheckout .block .title {
	font-family: 'Rubik';
	color: #222;
    font-weight: 400;
    font-size: 1.16em;
    line-height: 1.583em;
}
.multicheckout .block-content .title {margin-left: 10px;}
.multicheckout .block .title {margin-bottom: 9px;}
.multicheckout .block .title strong {font-weight: inherit;}
body .table > tbody > tr > td {padding: 1.5em; vertical-align: middle;}
body .table > tbody > tr > td.qty {width: 40px;}
body .table > tbody > tr > td .qty input:not(.cart-qty) {background-color: #eee; border-color: #eee; float: none; margin: 0;}
body .table > tbody > tr > td.address label,
#multiship-addresses-table .qty label {display: none;}
.multicheckout .actions-toolbar .primary {margin: 9px 0;}
.multicheckout .actions-toolbar .secondary {float: right;}
.multicheckout .box:not(.box-items) {border: solid 1px #e5e5e5; padding: .75em; margin: 0 0 0.75em 0;}
.multicheckout .box-title {display: block; margin-bottom: 9px; font-size: 13px;}
.multicheckout .box-title.with-link > span {position: relative; padding-right: 10px;}
.multicheckout .box-title.with-link > span:after {content: ''; display: block; border-right: solid 1px; border-color: inherit; position: absolute; right: 3px; top: 0; height: 100%;}
.multicheckout .box dl,
.multicheckout .box address {margin: 0;}
.multicheckout .box .radio {margin-top: 0; margin-bottom: 0;}
.multicheckout .box .legend {display: none;}
.multicheckout .box .radio input {margin-top: 2px;}
.multicheckout .box label .price {font-size: inherit; font-weight: inherit;}
.multicheckout .grand.totals {text-align: right;}
.table-order-review .price {font-size: 1.16em;}
.table-order-review td.price,
.table-order-review td.subtotal {font-size: 1em; text-align: center;}
.table-order-review .totals th {background: none;}
.table-order-review .totals td {font-size: 1em; text-align: right;}
.box-shipping-method .price {font-size: inherit; font-weight: inherit;}

.customer-name-prefix-middlename-suffix {margin-left: -10px; margin-right: -10px; margin-bottom: .75em;}
.customer-name-prefix-middlename-suffix .field {float: left; margin: 0!important; padding: 0 10px;}

/* OPC =================================================================================== */
.checkout-container ol,
.checkout-container ul {list-style: none; margin: 0; padding: 0;}
.checkout-container #checkoutSteps > li + li {margin-top: 1.5em;}
.checkout-container .opc-progress-bar {margin: 0 0 20px; counter-reset: i; display: block; font-size: 0;}
.checkout-container .opc-progress-bar-item {margin: 0; width: 185px; display: inline-block; position: relative; text-align: center; vertical-align: top;}
.checkout-container .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background .3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}
.checkout-container .opc-progress-bar-item:first-child:before {border-radius: 6px 0 0 6px;}
.checkout-container .opc-progress-bar-item._active:before {background: #222;}
.checkout-container .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem;
}
.checkout-container .opc-progress-bar-item._active > span {color: #333;}
.checkout-container .opc-progress-bar-item > span:before,
.checkout-container .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background .3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
}
.checkout-container .opc-progress-bar-item > span:after {
    background: #fff;
    height: 26px;
	line-height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333;
    font-weight: 600;
    font-size: 1.8rem;
	font-family: 'Rubik';
}
.checkout-container .opc-progress-bar-item._active > span:before {background: #222;}
.checkout-container .opc-progress-bar-item._active > span:after {
	content: "\004a";
	display: inline-block;
    font: normal normal normal 14px/1 meigee;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	line-height: 26px;
	font-size: 1.5rem;
}
.opc-estimated-wrapper {display: none;}
.opc-estimated-wrapper {background: #f5f5f5; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin: -10px -15px 15px; padding: 18px 15px;}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
	font-family: 'Rubik';
	line-height: 1.25;
	margin-bottom: 12px;
}
.form-login .note {display: inline-block; padding-top: 10px; padding-bottom: 5px;}
.opc-block-shipping-information .shipping-information-title .action {
	border: none;
    background: none;
    font-size: 14px;
    color: #aaa;
    float: right;
    margin-top: 7px;
}
.opc-wrapper .step-title {border-bottom: 1px solid #ccc;}
.opc-wrapper .shipping-address-items {font-size: 0;}
.opc-wrapper .shipping-address-item {
    border: 2px solid transparent;
    font-size: 12px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: .3s border-color;
    width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}
.opc-wrapper .shipping-address-item {width: 33.33333333%;}
.opc-wrapper .shipping-address-item.selected-item {border-color: #222;}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {visibility: hidden;}
.opc-wrapper .action-select-shipping-item {float: right; margin: 20px 0 0; line-height: 1;}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #222;
    color: #fff;
    content: "\004a";
	display: inline-block;
    font: normal normal normal 14px/1 meigee;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 27px;
    width: 29px;
    font-size: 16px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.opc-wrapper .shipping-address-item:nth-child(3n+1):before,
.opc-wrapper .shipping-address-item.selected-item:before,
.opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {content: none;}
.opc-wrapper .action-show-popup > span:before {content: '+'; padding-right: 5px;}
.opc-wrapper .step-content {margin: 0 0 40px;}
.opc-block-shipping-information .shipping-information > div + div {margin-top: 20px;}
#checkout-shipping-method-load .table-checkout-shipping-method {min-width: 300px;}
#checkout-shipping-method-load .table-checkout-shipping-method thead th {display: none;}
#checkout-shipping-method-load .table-checkout-shipping-method tbody td {border-top: 1px solid #ccc; padding-bottom: 20px; padding-top: 20px;}
#checkout-shipping-method-load .table-checkout-shipping-method tbody td:first-child {padding-left: 0; padding-right: 0; width: 20px;}
#checkout-shipping-method-load .table-checkout-shipping-method tbody tr:first-child td {border-top: none;}
#checkout-shipping-method-load .table-checkout-shipping-method .price {font-size: 1em; font-weight: inherit;}
#checkout-shipping-method-load .table-checkout-shipping-method input[type="radio"] {margin-top: 0;}
.opc-summary-wrapper .modal-content {
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin: 0;
}
.opc-block-summary {background: #f5f5f5; margin: 0 0 20px; padding: 22px 30px;}
.opc-block-summary .items-in-cart > .title {
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    position: relative;
}
.opc-block-summary .items-in-cart > .title:after {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: '\0053';
    display: inline-block;
    font: normal normal normal 14px/1 meigee;
	font-size: 8px;
    line-height: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
	position: absolute;
	right: 0;
	top: 10px;
}
.opc-block-summary .items-in-cart.active > .title:after {content: '\0054';}
.opc-block-summary .items-in-cart .product {position: relative;}
.opc-block-summary .product-item .product-item-inner {display: table; margin: 0 0 10px; width: 100%;}
.opc-block-summary .product-item .product-item-name-block {display: table-cell; padding-right: 5px; text-align: left;}
.opc-block-summary .product-item .subtotal {display: table-cell; text-align: right;}

.opc-block-summary .minicart-items-wrapper {
    margin: 0 -15px 0 0;
   /*  max-height: 370px; */
    padding: 15px 15px 0 0;
    border: 0;
}

.product-item-name {font-family: 'Rubik'; color: #222; font-size: 18px; font-weight: 300;}
/*
.minicart-items-wrapper {
    border: 1px solid #ccc;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px;
}
.minicart-items .product-item {padding: 20px 0;}
.minicart-items .product-item:first-child {padding-top: 0;}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {float: left; width: 75px;}
.minicart-items .product-item-details {padding-left: 88px;}
.minicart-items .product-item-details .details-qty {margin-top: 10px;}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {margin: 5px 0;}
.minicart-items .product-item-details .price {font-size: 1em; font-weight: inherit;} */

.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {content: ": ";}

.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
/*     border-top: 1px solid #ccc; */
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
/*     padding: 10px 40px 10px 15px; */
    display: block;
    text-decoration: none;
}

.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {position: absolute; right: 20px; top: 10px;}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
	content: '\0053';
    display: inline-block;
    font: normal normal normal 14px/1 meigee;
	font-size: 8px;
    line-height: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.minicart-items .product .active > .toggle:after {content: '\0054';}
.minicart-items .product .toggle:after {color: #8f8f8f; margin: 0 0 0 5px; position: static;}


.checkout-payment-method .payment-method-title {border-top: 1px solid #ccc; padding: 20px 0; margin: 0; font-family: 'Rubik'; font-size: 1.16em; color: #222;}

.checkout-payment-method .step-title {margin-bottom: 0;}
.checkout-payment-method .payment-method:first-child .payment-method-title {border-top: 0;}
.checkout-payment-method .payment-method._active .payment-method-content {display: block;}
.checkout-payment-method .payment-method-title {border-top: 1px solid #ccc; padding: 20px 0; margin: 0; font-family: 'Rubik'; font-size: 1.16em; color: #222;}
.checkout-payment-method .payment-method-title .payment-icon {display: inline-block; margin-right: 5px; vertical-align: middle;}
.checkout-payment-method .payment-method-title .action-help {display: inline-block; margin-left: 5px;}
.checkout-payment-method .payment-method-content {display: none; padding: 0 0 20px;}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {margin: 0 0 20px;}
.checkout-payment-method .field-select-billing,.checkout-payment-method .billing-address-form {max-width: 500px;}
.checkout-payment-method .billing-address-same-as-shipping-block {margin: 0 0 10px;}
.checkout-payment-method .payment-method-billing-address {margin: 0 0 20px;}
.checkout-payment-method .payment-method-billing-address input[type="checkbox"] {margin-top: 0;}
.checkout-payment-method .payment-method-billing-address .primary .action-update {margin-right: 0;}
.checkout-payment-method .payment-method-billing-address .billing-address-details {line-height: 27px; padding: 0;}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {margin-top: 20px;}
.checkout-payment-method .payment-method-iframe {background-color: transparent; display: none; width: 100%;}
.checkout-payment-method .no-payments-block {margin: 20px 0;}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {content: '\0054';}
.checkout-payment-method .payment-option._collapsible .payment-option-title {cursor: pointer;}
.checkout-payment-method .payment-option._collapsible .payment-option-content {display: none;}
.checkout-payment-method .payment-option-title {border-top: 1px solid #ccc; padding: 20px 0;}
.checkout-payment-method .payment-option-title .action-toggle {color: #222; display: inline-block; text-decoration: none; font-family: 'Rubik';}
.checkout-payment-method .payment-option-title .action-toggle:after {
	color: #8f8f8f;
	content: '\0053';
    display: inline-block;
    font: normal normal normal 14px/1 meigee;
	font-size: 8px;
    line-height: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 0 10px;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: middle;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {color: #333;}
.checkout-payment-method .payment-option-title .action-toggle:active:after {color: #8f8f8f;}
.checkout-payment-method .payment-option-content {padding: 0 0 20px;}
.checkout-payment-method .payment-option-inner {margin: 0 0 20px;}
.checkout-payment-method .credit-card-types {padding: 0;}
.checkout-payment-method .credit-card-types .item {
	display: inline-block;
	list-style: none;
	margin: 0 5px 0 0;
	vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {font-weight: 700;}
.checkout-payment-method .credit-card-types .item._active img {filter: grayscale(0%); filter: none; webkit-filter: grayscale(0%);}
.checkout-payment-method .credit-card-types .item._inactive {filter: alpha(opacity=40); opacity: 0.4;}
.checkout-payment-method .credit-card-types .item span {display: inline-block; padding-top: 6px; vertical-align: top;}
.checkout-payment-method .credit-card-types img {filter: gray; filter: grayscale(100%); webkit-filter: grayscale(100%); webkit-transition: all .6s ease;}
.checkout-payment-method .ccard .fields > .year {padding-left: 5px;}
.checkout-payment-method .ccard .fields .select {padding-left: 5px; padding-right: 5px;}
.checkout-payment-method .ccard .month .select {width: 140px;}
.checkout-payment-method .ccard .year .select {width: 80px;}
.checkout-payment-method .ccard .number .input-text {width: 225px;}
.checkout-payment-method .ccard > .field.cvv > .control {display: inline-block; padding-right: 20px;}
.checkout-payment-method .ccard .cvv .label {display: block;}
.checkout-payment-method .ccard .cvv .input-text {width: 55px;}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {width: auto !important;}
.checkout-payment-method .payment-method-content .actions-toolbar {text-align: right;}
.checkout-agreements-block {margin-bottom: 20px;}
.checkout-agreements-block .action-show {vertical-align: baseline;}
.checkout-agreements-items {padding-bottom: 30px;}
.checkout-agreements-items .checkout-agreements-item {margin-bottom: 20px;}
.checkout-agreements-items .checkout-agreements-item-title {border-bottom: 0;}
.checkout-agreement-item-content {overflow: auto;}

/* .cart-totals, */
.opc-block-summary .table-totals {/* border-top: 1px solid #ccc; */ padding-top: 10px;}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
	border: none;
	font-weight: 400;
	padding: 6px 0;
	background: none;
	font-family: 'Rubik';
    color: #222;
    font-size: 14px;
}
.cart-totals .price,
.opc-block-summary .table-totals .price {font-size: .91em; font-weight: inherit;}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {border: none; font-weight: 400; padding: 6px 0 6px 14px; text-align: right; white-space: nowrap;}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {padding: 9px 0;}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {display: inline-block; font-weight: bold;}
/* .cart-totals .grand .mark, */
.opc-block-summary .table-totals .grand .mark {border-top: 1px dotted #eee; font-weight: bold; color: #222;}
.cart-totals .grand .mark strong {
	text-align: center!important;
	display: inline-block;
	vertical-align: bottom;
	font-family: 'Rubik';
	color: #222;
	font-size: 18px;
	font-weight: 400;
}
/* .cart-totals .grand .amount, */
.opc-block-summary .table-totals .grand .amount {border-top: 1px dotted #eee; font-weight: bold;}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {margin-bottom: 10px;}
/* .cart-totals tbody tr:last-child td, */
.opc-block-summary .table-totals tbody tr:last-child td {padding: 9px 0;}
.opc-block-summary .table-totals tbody td.grandtotal {text-align: right;}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; cursor: pointer;}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {display: inline-block; padding-right: 20px; position: relative; text-decoration: none;}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
	color: inherit;
	content: '\e622';
	display: inline-block;
	font-family: 'luma-icons';
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: middle;
	webkit-font-smoothing: antialiased;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {position: absolute; right: 3px; top: 3px;}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {border-bottom: 0;}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {content: '\e621';}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {border-bottom: 1px solid #ccc; display: none;}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {display: table-row;}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {margin-bottom: 0;}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {color: #1979c3; font-weight: 400;}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {display: table-cell; vertical-align: top; width: 1%;}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin: 0 0 0 -1px;
	white-space: nowrap;
	width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,.cart-discount .actions-toolbar .secondary {bottom: 5px; left: 15px; position: absolute;}
.paypal-review-discount .action.check,.cart-discount .action.check {font-weight: 400;}
.paypal-review-discount .fieldset,.cart-discount .fieldset {display: table; width: 100%;}
.paypal-review-discount .fieldset > .field > .label,.cart-discount .fieldset > .field > .label {display: none;}
.paypal-review-discount .field,.cart-discount .field {display: table-cell;}

/* .checkout-payment-method .payment-method:first-child .payment-method-title {border-top: 0;}
.checkout-payment-method .payment-method-content {display: none; padding: 0 0 20px 22px;}
.checkout-payment-method .payment-method._active .payment-method-content {display: block;}
.checkout-payment-method .payment-method-billing-address {margin: 0 0 20px;} */

.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.items {margin: 0; padding: 0; list-style: none none;}
.opc-summary-wrapper .modal-header {border: none; padding: 0;}
.opc-summary-wrapper .modal-header .action-close {display: none;}
.modal-custom .action-close {margin: 25px;}
.modal-custom .action-close,
.modal-popup .action-close, .modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
	content: '\004c';
    color: #8f8f8f;
    display: inline-block;
    font: normal normal normal 14px/1 meigee;
    font-size: 14px;
    line-height: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/* 404 Page */
html body.cms-no-route .container {background: transparent;}
.cms-no-route .page-title-wrapper {display: none;}
.cms-no-route .footer-topline,
.cms-no-route .footer-second-line .row,
.cms-no-route .footer-bottom-wrapper .pull-right {display: none;}

body.wide-layout.cms-no-route  .footer .footer-bottom-wrapper,
body.boxed-layout.cms-no-route  .footer .footer-bottom-wrapper .container {background: none;}
.cms-no-route .footer-second-line [class*='indent-'] {display: none;}
.cms-no-route .page-footer { position: relative;}
.cms-no-route .footer-bottom-wrapper {text-align: center;}
.cms-no-route .footer-bottom-wrapper .pull-left {float: none!important; display: inline-block; padding-bottom: 9px;}
body.wide-layout.cms-no-route .footer .footer-second-line,
body.boxed-layout.cms-no-route .footer .footer-second-line .container {padding-top: .75em; background: none;}
.cms-no-route .page-header {text-align: center;}
.cms-no-route .page-header .right-block .bottom-block,
.cms-no-route .page-header .right-block {float: none; display: inline-block;}

.cms-no-route .page-not-found {text-align: center; padding: 6em 0 10em;}
.cms-no-route .page-not-found h2 {font-size: 25em; font-weight: 300; letter-spacing: -30px; margin-bottom: 0; line-height: 1; color: #fff; font-family: inherit;}
.cms-no-route .page-not-found h3 {font-size: 5em; font-weight: 300; letter-spacing: -4px; margin-bottom: 0; text-transform: uppercase; color: #fff; font-family: inherit;}
.cms-no-route .page-not-found p {font-size: 1.16em; line-height: 1.5em; margin-bottom: .75em; letter-spacing: -.5px; font-weight: 300; color: #fff; font-family: inherit;}
.cms-no-route .page-not-found .btn {margin-top: 2em; font-size: 16px; letter-spacing: -.5px; padding: 0 28px; height: 52px; line-height: 48px; background: none; color: #fff;}
.cms-no-route .page-not-found .btn:hover  {background-color: #ecd078;}
.cms-no-route .page-not-found .btn span span {}
.cms-no-route .page-not-found > * {position: relative;}
.cms-no-route .header-wrapper {position: relative; z-index: 2;}
.cms-no-route .header-wrapper .page-header {padding-top: 0;}
.cms-no-route .page-not-found .not-found-bg {position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover;}
.cms-no-route .footer .footer-links li:before {display: inline-block; margin-top: -2px;}
body.cms-no-route .container_12 {background: none!important}

/* Carousel ============================================================================== */
/*
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


.widget-slider.grid .block-content {overflow: hidden;}
.widget-slider.grid .owl-stage-outer .owl-item {float: left; padding: 0 10px 1.5em;}
.widget-slider.grid .owl-stage-outer .owl-nav div:hover{

}
.widget-slider.grid .owl-stage-outer .owl-nav div:before{

}
.widget-slider.grid .owl-stage-outer .owl-nav {
    display: none;
}
.widget-slider.grid .owl-stage-outer .owl-nav div.owl-next{}
.widget-slider.grid .owl-stage-outer .owl-nav div.owl-next:before{}
.owl-nav i {
	color: #222;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	display: block;
	cursor: pointer;
	background: #f5f5f5;
	border-radius: 40px 0 0 40px;
	font-style: normal;
}
.owl-nav i:hover {
    background-color: #de3c1c;
    color: #fff;
}
.owl-nav > div {float: left;}
.owl-nav > div + div {margin-left: 1px;}
.owl-nav i:before {position: relative; top: 1px;}
.owl-nav > div + div  i {border-radius: 0 40px 40px 0;}
.widget-title .owl-nav-wrapper {display: inline-block; margin-left: 20px; vertical-align: middle;}
.widget-title .owl-nav i {
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	line-height: 1;
}
.owl-theme .owl-dots .owl-dot span{
	display: block;
	background-image: none;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e5e5e5;
	margin: 0 11px!important;
	float: left;
	top: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {background-color: #ecd078;}
.owl-theme .owl-dots .owl-dot.active span:after,
.owl-theme .owl-dots.clickable .owl-dot:hover span:after{
	content: none;
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	position: absolute;
	left: 1px;
	top: -3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ecd078;
}

/* Light box */
.ekko-lightbox .modal-dialog{z-index:9999;}
.modal-open .modal.ekko-lightbox {z-index: 99999;}
.ekko-lightbox .modal-content {border-radius: 0;}
.modal-open .modal.ekko-lightbox .modal-header {padding: 0; min-height: 0; border: none; position: absolute; width: 100%; z-index: 9999;}
.modal-open .modal.ekko-lightbox .modal-header .close {font-size: 0; display: inline-block; position: relative; top: 12px; right: 12px; float: right; opacity: 1; background: none; border: none;}
.modal-open .modal.ekko-lightbox .modal-header .close:before {
    content: "\004c";
    display: inline-block;
    font: normal normal normal 14px/1 meigee;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
    color: #666;
}
.modal-open .modal.ekko-lightbox .modal-header .close:hover:before {color: #ecd078;}
.modal-open .modal.ekko-lightbox .modal-footer {border-top: none; padding-top: 0; text-align: center; font-weight: 700;}
.ekko-lightbox-container {position: relative;}
.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	padding-top: 45%;
	color: #fff;
	opacity: 0;
	position: absolute;
	margin-top: -20px;
}
.ekko-lightbox-nav-overlay a.prev {left: 0; text-align: left;}
.ekko-lightbox-nav-overlay a.next {right: 0; text-align: right;}
.ekko-lightbox-nav-overlay a i {
	font-size: 28px;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #777;
}
.ekko-lightbox-nav-overlay a i:hover {background-color: #ecd078;}
.ekko-lightbox-nav-overlay a:empty {width: 49%;}
.ekko-lightbox a:hover {text-decoration: none; opacity: 1;}
.ekko-lightbox .glyphicon-chevron-left {left: 0; float: left; padding-left: 15px; text-align: left;}
.ekko-lightbox .glyphicon-chevron-right {right: 0; float: right; padding-right: 15px; text-align: right;}
.ekko-lightbox .modal-footer {text-align: left;}
/* .lightbox-button {display: block; position: absolute; top: 50%; margin-top: -15px; left: 50%; margin-left: -15px; opacity: 0; z-index: 10;} */
/* .mobile-device .lightbox-button,
.image-box:hover .lightbox-button {opacity: 1;} */
/* .lightbox-button i {width: 30px; height: 30px; background-color: #ecd078; color: #fff; line-height: 30px; text-align: center; border-radius: 50%; -moz-border-radius: 50%; display: block;}
.lightbox-button i:hover {background-color: #222;} */
.product-image:hover .lightbox-button.active {opacity: 1; z-index: 9999;}

/* Contact Page =========================================================================== */
.form.contact textarea {height: 12em;}
.form.contact .actions-toolbar .primary {float: right;}
.map-body {position: relative;}
.map-container {margin-bottom: 1.5em;}
.map-container .map-wrapper{width: 100%; margin-bottom: 0;  height: 460px;}
.map-wrapper img{max-width: none;}
.map-container .map-block{
	background:#fff;
	position: absolute;
	z-index:999;
	overflow: hidden;
}
.map-container .map-block .indent{padding: 1.5em 20px;}
.map-container .map-block.left-top{top:40px; left: 40px;}
.map-container .map-block.right-top{top:40px; right: 40px;}
.map-container .map-block.left-bottom{bottom:40px; left: 40px;}
.map-container .map-block.right-bottom{bottom:40px; right: 40px;}

.map-container .map-block p{margin-top: 0.6em; margin-bottom: 0;}
.map-container .map-block a{color:#888;}
.map-container .map-block a:hover{text-decoration: underline;}

/* Footer ================================================================================ */
.footer {font-size: 13px; color: rgba(255,255,255,.5);}
body.wide-layout .footer {background-color: #fff;}
.footer hr.solid {border-color: rgba(255,255,255,.1);}

body.wide-layout .footer .footer-top,
body.boxed-layout .footer .footer-top .container {background: #222; padding-top: 44px; padding-bottom: 44px;}
body.wide-layout .footer .footer-middle,
body.boxed-layout .footer .footer-middle .container {background: #222; border-top: solid 1px rgba(255,255,255,.1);}
body.wide-layout .footer .footer-bottom,
body.boxed-layout .footer .footer-bottom .container {background: #222; border-top: solid 1px rgba(255,255,255,.1); padding-top: 18px; padding-bottom: 18px;}

.footer-middle .address {font-size: 15px; max-width: 90%; margin-bottom: 0;}
.footer-middle .contacts-block .item + .item {margin-top: 18px;}
.footer-middle .contacts-block .media-left {padding-right: 20px; position: relative; top: 5px;}
.footer-middle .contacts-block i {font-size: 24px; color: #ecd078;}
.footer-middle .contacts-block p {margin: 0; line-height: 24px;}
.footer-bottom .banners-row {padding: 30px 0;}
.footer-bottom .banners-row .footer-custom {float: left; margin: 11px 0 6px; line-height: 1;}
.footer-bottom .banners-row .shipping-wrapper {float: right;}
.footer-bottom .payments-wrapper {padding-top: 7px; padding-bottom: 7px;}

.footer .store-info {line-height: 24px;}
.footer .footer-block-title {font-size: 13px; font-weight: 500; color: #fff; text-transform: uppercase; margin-bottom: 17px;}
.footer .footer-block-title:after {
  content: "";
  display: block;
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  background: rgba(255,255,255,0.2);
  width: 20px;
  margin-top: 17px;
}
.footer .footer-logo {padding-bottom: 4px; padding-top: 7px;}
.footer .footer-logo a:hover {opacity: 1;}

.footer .text-block {
    float: left;
    width: 19.2%;
    vertical-align: middle;
    color: #fff;
    line-height: 17px;
    letter-spacing: -.4px;
}
.footer .text-block p {margin: 0;}
.footer .text-block:not(:first-of-type) {padding-left: 39px; border-left: 1px solid rgba(255,255,255,0.1);}
.footer .text-block .media-left {padding-right: 20px; vertical-align: middle;}
.footer .text-block .media-body {width: auto; vertical-align: middle;}

.footer-custom #___plusone_0,
.footer-custom #___plusone_1,
.footer-custom #___plusone_2 {width: 60px !important;}
.footer-custom .fb_iframe_widget {vertical-align: top;}
.footer a {color: inherit;}
.footer a:hover {color: #ecd078;}
.footer .links a {padding: 4px 0 4px 14px; display: inline-block; position: relative;}
.footer .links a:before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
  top: 12px;
  left: 0;
}
.footer-middle .footer-links-wrapper {padding: 12px 0;}
.footer .horizontal-links {margin: 0; display: inline-block;}
.footer .horizontal-links li {display: block; float: left; padding: 0;}
.footer .horizontal-links li a {position: relative; display: inline-block; padding: 10px 30px;}
.footer .horizontal-links li:not(:first-of-type) a:before {
  content: '';
  height: 16px;
  width: 1px;
  background-color: rgba(255,255,255,.1);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.footer .horizontal-links li a:hover {color: inherit; opacity: 1; background-color: rgba(255,255,255,0.1);}
.footer .bottom-block {position: relative; font-size: 13px; padding: 18px 0;}
.footer .socials-wrapper {position: absolute; left: 20%; right: 20%; text-align: center; line-height: 1; margin: 10px 0;}
.footer ul.social-links li a {width: 36px; height: 36px; line-height: 36px; border-radius: 4px; color: inherit;}
.footer ul.social-links li a:hover {background-color: rgba(255,255,255,0.06); color: rgba(255,255,255,.5); opacity: 1;}
.footer .store-switcher,
.footer .form-language,
.footer .form-currency {margin-left: 20px;}
.footer .store-switcher label,
.footer .form-language label,
.footer .form-currency label {font-size: 1em; color: #fff; margin-right: 8px; font-weight: normal;}
.footer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: auto;}
.footer .bootstrap-select .selectpicker {
    background: transparent;
    padding: 0 32px 0 20px;
    height: 40px;
    color: rgba(255,255,255,.4);
    font-size: 13px;
    font-family: inherit;
    border-radius: 40px;
    font-weight: normal;
    border: solid 1px rgba(255,255,255,.1);
}
.footer .bootstrap-select .selectpicker .caret {border-top-color: rgba(255, 255, 255, 0.3);}
.footer .bootstrap-select .dropdown-menu {
  background: #eee;
  left: auto;
  right: 0;
  padding: 0;
  height: auto;
  border: none;
  border-radius: 4px;
}
.footer .bootstrap-select .dropdown-menu li {padding: 0;}
.footer .bootstrap-select .dropdown-menu li a {display: block; padding-right: 10px; padding-left: 10px; color: #222; padding-top: 5px; padding-bottom: 5px;}
.footer .bootstrap-select .dropdown-menu li a:hover {background: #aaa;}
.footer .bootstrap-select .dropdown-menu li a:before {content: none;}
.footer .copyright {padding-top: 8px; padding-bottom: 8px;}
.footer address {font-size: 1em; margin: 0; color: #fff;}

.page-footer .switcher .options .action.toggle{
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    padding: 0 32px 0 20px;
    height: 40px;
    line-height: 38px;
    color: rgba(255,255,255,.4);
    font-size: 13px;
    font-family: inherit;
    border-radius: 40px;
    font-weight: normal;
    border: solid 1px rgba(255,255,255,.1);
    text-align: left;
    width: 100%;
}
.page-footer .switcher .options .action.toggle:after{
    display: inline-block;
    font: normal normal normal 14px/1 meigee;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    line-height: 1;
    color: inherit;
    content: '\0053';
    margin: 0;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: rgba(255,255,255,0.3);
}
.page-footer .switcher .options ul.dropdown{
    background: #eee;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    list-style: none none;
    box-sizing: border-box;
    position: absolute;
    top: auto;
    bottom: 100%;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    margin-top: 4px;
    border-radius: 4px;
    min-width: 160px;
    display: none;
    overflow: hidden;
}
/* Footer Contact Form =================================================================== */
#contact-form-mini .field {margin: 0 0 .75em;}
#contact-form-mini label {float: none; display: inline-block; font-size: .91em; color: #888; font-weight: normal;}
#contact-form-mini input,
#contact-form-mini textarea {
	border-color: #ddd;
	padding: 5px 10px;
	height: 30px;
	border-radius: 0;
	box-shadow: none;
	transition: border-color .8s ease;
	-moz-transition: border-color .8s ease;
	-webkit-transition: border-color .8s ease;
	-o-transition: border-color .8s ease;
}
#contact-form-mini textarea {height: 60px;}
#contact-form-mini p.required {font-size: .91em; text-align: right; display: none;}
#contact-form-mini .actions-toolbar {margin: 0;}
#contact-form-mini button {float: none; margin: 0; width: 100%;}
#contact-form-mini button span {float: none; display: block;}

/* body.wide-layout .footer .footer-bottom-wrapper,
body.boxed-layout .footer .footer-bottom-wrapper .container {background:#111;}

.footer .footer-bottom-wrapper .footer-block-title h2 {
	display: inline-block;
    font-size: 1.5em;
    margin-bottom: 0;
    padding-right: 13px;
    vertical-align: middle;
	color:#aaa;
}
.footer .footer-bottom-wrapper .footer-block-title .right-divider {
	display: inline-block;
	vertical-align: middle;
	border-bottom: solid 4px #aaa;
	margin-top: .5em;
}

.footer .block-subscribe .block-title,
.footer .block-subscribe .form-subscribe-header{display: none;}
.footer .footer-second-line .block-subscribe .input-box input,
.footer .footer-bottom-wrapper .block-subscribe .input-box input{
	border-color: #3E3E3E;
	background: none;
} */


/* Modals ================================================================== */
body._has-modal{height: 100%; overflow: hidden; width: 100%;}
.modals-overlay{z-index: 899;}
.modal-inner-wrap .modal-header,
.modal-inner-wrap .modal-footer {border: none;}
.modal-inner-wrap .modal-content {box-shadow: none; -webkit-box-shadow: none; border: none;}
.modal-slide,
.modal-popup {bottom: 0; left: 0; min-width: 0; position: fixed; right: 0; top: 0; visibility: hidden;}
.modal-slide._show,
.modal-popup._show {visibility: visible;}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {background-color: #fff; box-shadow: 0 0 12px 2px rgba(0,0,0,0.35); opacity: 1; pointer-events: auto;}
.modal-slide {left: 44px; z-index: 900;}
.modal-slide._show .modal-inner-wrap {-webkit-transform: translateX(0); transform: translateX(0);}
.modal-slide .modal-inner-wrap {
	height: 100%;
	overflow-y: auto;
	position: static;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease-in-out;
	width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {overflow-y: visible; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {-webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0;}
.modal-slide._inner-scroll .modal-content {overflow-y: auto;}
.modal-slide._inner-scroll .modal-footer {margin-top: auto;}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {padding: 0 2.6rem 2.6rem;}
.modal-slide .modal-header{padding-bottom: 2.1rem; padding-top: 2.1rem;}
.modal-popup {left: 0; overflow-y: auto; z-index: 900;}
.modal-popup._show .modal-inner-wrap {-webkit-transform: translateY(0); transform: translateY(0);}
.modal-popup.confirm .modal-inner-wrap {width: 100%; max-width: 400px;}
.modal-popup .modal-inner-wrap {
	box-sizing: border-box;
	height: auto;
	left: 0;
	margin: 5rem auto;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 75%;
}
.modal-popup._inner-scroll{overflow-y: visible;}
.ie10 .modal-popup._inner-scroll,.ie9 .modal-popup._inner-scroll{overflow-y: auto;}
.modal-popup._inner-scroll .modal-inner-wrap{max-height: 90%;}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,.ie9 .modal-popup._inner-scroll .modal-inner-wrap{max-height: none;}
.modal-popup._inner-scroll .modal-content{overflow-y: auto;}
.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding-left: 3rem; padding-right: 3rem;}
.modal-popup .modal-header,.modal-popup .modal-footer{-webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0;}
.modal-popup .modal-header{padding-bottom: 1.2rem; padding-top: 3rem;}
.modal-popup .modal-footer{margin-top: auto; padding-bottom: 3rem; padding-top: 3rem;}
.modal-popup .modal-footer-actions{text-align: right;}
@media (max-width: 768px){
	.modal-popup.modal-slide{left: 44px; z-index: 900;}
	.modal-popup.modal-slide._show .modal-inner-wrap{-webkit-transform: translateX(0); transform: translateX(0);}
	.modal-popup.modal-slide .modal-inner-wrap{height: 100%; overflow-y: auto; position: static; -webkit-transform: translateX(100%); transform: translateX(100%); transition-duration: .3s; -webkit-transition-property: -webkit-transform, visibility; transition-property: transform, visibility; transition-timing-function: ease-in-out; width: auto;}
	.modal-popup.modal-slide .modal-inner-wrap{margin: 0; max-height: none;}
}
.fotorama-video-container:after{background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right; bottom: 0; content: ''; height: 100px; left: 0; margin: auto; position: absolute; right: 0; top: 12px; width: 100px;}
.fotorama-video-container .magnify-lens{display: none !important;}
.fotorama-video-container.video-unplayed:hover img{opacity: 0.6;}
.fotorama-video-container.video-unplayed:hover:after{transform: scale(1.25);}
.video-thumb-icon:after{background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left; bottom: 0; content: ''; height: 40px; left: 0; margin: auto; position: absolute; right: 0; top: 10px; width: 49px;}
.product-video{height: 75%; left: 0; position: absolute; top: 0; width: 100%; right: 0; bottom: 0; margin: auto;}
.product-video iframe{height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 9999;}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape){
	.product-video{height: 100%; width: 81%;}
}
.fotorama__arr.hidden-video{z-index: -1 !important;}
.fotorama__video-close{bottom: 89%; top: auto;}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after{bottom: 0; content: ''; height: 100px; left: 0; margin: auto; position: absolute; right: 0; top: 12px; width: 100px;}
.block-wishlist-search .form-wishlist-search{margin: 20px 0 0;}







.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {right: -10px; top: 40px; left: auto; }
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {border: 10px solid transparent; height: 0; width: 0; margin-top: -21px; right: 10px; left: auto; top: 0%; }
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {border-bottom-color: #999; }
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {border-bottom-color: #f4f4f4; top: 1px; }


body._has-modal {height: 100%; overflow: hidden; width: 100%; }
.modals-overlay {z-index: 899; }
.modal-slide,
.modal-popup {bottom: 0; left: 0; min-width: 0; position: fixed; right: 0; top: 0; visibility: hidden;}
.modal-slide._show,.modal-popup._show {visibility: visible;}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {background-color: #fff; box-shadow: 0 0 12px 2px rgba(0,0,0,0.35); opacity: 1; pointer-events: auto;}
.modal-slide {left: 44px; z-index: 900;}
.modal-slide._show .modal-inner-wrap {-webkit-transform: translateX(0); transform: translateX(0);}
.modal-slide .modal-inner-wrap {
	height: 100%;
	overflow-y: auto;
	position: static;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease-in-out;
	width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {overflow-y: visible; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {-webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0;}
.modal-slide._inner-scroll .modal-content {overflow-y: auto;}
.modal-slide._inner-scroll .modal-footer {margin-top: auto;}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {padding: 0 2.6rem 2.6rem;}
.modal-slide .modal-header {padding-bottom: 2.1rem; padding-top: 2.1rem;}
.modal-popup {left: 0; overflow-y: auto; z-index: 900;}
.modal-popup._show .modal-inner-wrap {-webkit-transform: translateY(0); transform: translateY(0);}
.modal-popup .modal-inner-wrap {
	box-sizing: border-box;
	height: auto;
	left: 0;
	margin: 5rem auto;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 75%;
}
.modal-popup._inner-scroll {overflow-y: visible;}
.ie10 .modal-popup._inner-scroll,.ie9 .modal-popup._inner-scroll {overflow-y: auto;}
.modal-popup._inner-scroll .modal-inner-wrap {max-height: 90%;}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {max-height: none;}
.modal-popup._inner-scroll .modal-content {overflow-y: auto;}
.modal-popup .modal-header,.modal-popup .modal-content,
.modal-popup .modal-footer {padding-left: 3rem; padding-right: 3rem;}
.modal-popup .modal-header,
.modal-popup .modal-footer {-webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0;}
.modal-popup .modal-header {padding-bottom: 1.2rem; padding-top: 3rem;}
.modal-popup .modal-footer {margin-top: auto; padding-bottom: 3rem; padding-top: 3rem;}
.modal-popup .modal-footer-actions {text-align: right;}
@media (max-width: 768px) {
	.modal-popup.modal-slide {left: 44px; z-index: 900;}
	.modal-popup.modal-slide._show .modal-inner-wrap {-webkit-transform: translateX(0); transform: translateX(0);}
	.modal-popup.modal-slide .modal-inner-wrap {
		height: 100%;
		overflow-y: auto;
		position: static;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		transition-duration: .3s;
		-webkit-transition-property: -webkit-transform, visibility;
		transition-property: transform, visibility;
		transition-timing-function: ease-in-out;
		width: auto;
	}
	.modal-popup.modal-slide .modal-inner-wrap {margin: 0; max-height: none;}
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-shadow: none; font-weight: 400; display: inline-block; text-decoration: none; position: absolute; right: 0; top: 0; }
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {background: none; border: none;}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {background: none; border: none;}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {cursor: not-allowed; pointer-events: none; opacity: .5;}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    content:'\004c';
	background: none;
	background-image: none;
	border: 0;
	box-shadow: none;
	display: inline-block;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0;
	moz-box-sizing: content-box;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
	width: 40px;
	font-family: 'meigee';
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {color: inherit; }
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {color: inherit; }
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {color: #1a1a1a; }
.modal-custom .action-close {margin: 25px; }
.modal-popup .modal-title {border-bottom: 1px solid #c1c1c1; font-weight: 300; padding-bottom: 10px; font-size: 26px; margin-bottom: 0; min-height: 1em; word-wrap: break-word; }
.modal-slide .page-main-actions {margin-top: 2.1rem; margin-bottom: -12.9rem; }
.modals-overlay {background-color: rgba(51,51,51,0.55); bottom: 0; left: 0; position: fixed; right: 0; top: 0; }
body._has-modal-custom .modal-custom-overlay {height: 100vh; left: 0; position: fixed; top: 0; width: 100vw; z-index: 899; }





/* tooltip */

.shipping-policy-block.field-tooltip .field-tooltip-action span {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}

.minicart-items .product.options .tooltip.toggle {display: inline-block; text-decoration: none;}
.minicart-items .product.options .tooltip.toggle > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.minicart-items .product.options .tooltip.toggle:after {-webkit-font-smoothing: antialiased; font-size: 12px; line-height: 12px; color: inherit; content: '\e622'; font-family: 'luma-icons'; margin: -3px 0 0 7px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center;}

.field-tooltip {cursor: pointer; position: absolute; right: 0; top: 1px;}
.field-tooltip._active {z-index: 100;}
.field-tooltip._active .field-tooltip-content {display: block;}
.field-tooltip._active .field-tooltip-action:before {color: #333;}
.field-tooltip .field-tooltip-action {display: inline-block; text-decoration: none;}
.field-tooltip .field-tooltip-action > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.field-tooltip .field-tooltip-action:before {-webkit-font-smoothing: antialiased; font-size: 21px; line-height: inherit; color: #bbb; content: '\e623'; font-family: 'luma-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center;}
.field-tooltip .field-tooltip-action:hover:before {color: #333;}
._keyfocus .field-tooltip .field-tooltip-action:focus {z-index: 100;}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {display: block;}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {color: #333;}
.field-tooltip .field-tooltip-content {background: #f4f4f4; border: 1px solid #999; border-radius: 1px; font-size: 14px; padding: 12px; width: 270px; display: none; left: 38px; position: absolute; text-transform: none; top: -9px; word-wrap: break-word; z-index: 2;}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {border: 10px solid transparent; height: 0; width: 0; border-right-color: #f4f4f4; left: -21px; top: 12px; content: ''; display: block; position: absolute; z-index: 3;}
.field-tooltip .field-tooltip-content:before {border-right-color: #666;}
.field-tooltip .field-tooltip-content:after {border-right-color: #f4f4f4; width: 1px; z-index: 4;}

.shipping-policy-block.field-tooltip {top: 12px;}
.shipping-policy-block.field-tooltip .field-tooltip-action {color: #1979c3; cursor: pointer;}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {display: none;}
.shipping-policy-block.field-tooltip .field-tooltip-content {width: 420px; top: 30px;}

.shipping-policy-block.field-tooltip .field-tooltip-action span {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {right: -10px; top: 40px; left: auto;}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {border: 10px solid transparent; height: 0; width: 0; margin-top: -21px; right: 10px; left: auto; top: 0%;}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {border-bottom-color: #666;}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {border-bottom-color: #f4f4f4; top: 1px;}



.tooltip.wrapper {position: relative;}
.tooltip.wrapper .tooltip.content {background: #fff; max-width: 360px; min-width: 210px; padding: 12px 16px; z-index: 100; display: none; position: absolute; text-align: left; color: #333; line-height: 1.4; border: 1px solid #bbb; margin-top: 5px; left: 0; top: 100%;}
.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before {border: solid transparent; content: ''; height: 0; position: absolute; width: 0;}
.tooltip.wrapper .tooltip.content:after {border-width: 5px; border-color: transparent;}
.tooltip.wrapper .tooltip.content:before {border-width: 6px; border-color: transparent;}
.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before {bottom: 100%;}
.tooltip.wrapper .tooltip.content:after {border-bottom-color: #fff; left: 15px; margin-left: -5px;}
.tooltip.wrapper .tooltip.content:before {border-bottom-color: #bbb; left: 15px; margin-left: -6px;}
.tooltip.wrapper .tooltip.toggle {cursor: help;}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,.tooltip.wrapper:hover .tooltip.content {display: block;}
.tooltip.wrapper .tooltip.content dl {margin-bottom: 0;}
.tooltip.wrapper .tooltip.content dd {white-space: normal;}
.tooltip.wrapper .tooltip.content .subtitle {display: inline-block; margin-bottom: 15px; font-size: 16px; font-weight: 500;}
.tooltip.wrapper .tooltip.content .label {margin-top: 10px;}
.tooltip.wrapper .tooltip.content .label:first-child {margin-top: 0;}
.tooltip.wrapper .tooltip.content .values {margin: 0;}
.ui-tooltip {position: absolute; z-index: 9999;}


.field .tooltip {position: relative;}
.field .tooltip .tooltip-content {background: #fff; max-width: 360px; min-width: 210px; padding: 12px 16px; z-index: 100; display: none; position: absolute; text-align: left; color: #333; line-height: 1.4; border: 1px solid #bbb; margin-left: 5px; left: 100%; top: 0;}
.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before {border: solid transparent; content: ''; height: 0; position: absolute; width: 0;}
.field .tooltip .tooltip-content:after {border-width: 5px; border-color: transparent;}
.field .tooltip .tooltip-content:before {border-width: 6px; border-color: transparent;}
.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before {right: 100%;}
.field .tooltip .tooltip-content:after {border-right-color: #fff; margin-top: -5px; top: 15px;}
.field .tooltip .tooltip-content:before {border-right-color: #bbb; margin-top: -6px; top: 15px;}
.field .tooltip .tooltip-toggle {cursor: help;}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,.field .tooltip .tooltip-toggle:focus + .tooltip-content,.field .tooltip:hover .tooltip-content {display: block;}
.field .tooltip .tooltip-content {min-width: 200px; white-space: normal;}
input:focus ~ .tooltip .tooltip-content,select:focus ~ .tooltip .tooltip-content {display: block;}

.control._with-tooltip {position: relative; padding-right: 40px;}

.field-tooltip {cursor: pointer; position: absolute; right: 0; top: 1px;}
.field-tooltip._active {z-index: 100;}
.field-tooltip._active .field-tooltip-content {display: block;}
.field-tooltip._active .field-tooltip-action:before {color: #333;}
.field-tooltip .field-tooltip-action {display: inline-block; text-decoration: none;}
.field-tooltip .field-tooltip-action > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.field-tooltip .field-tooltip-action:before {
	content: '\0073';
	display: inline-block;
	font: normal normal normal 14px/1 meigee;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	padding: 5px;
}
.field-tooltip .field-tooltip-action:hover:before {color: #333;}
._keyfocus .field-tooltip .field-tooltip-action:focus {z-index: 100;}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {display: block;}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {color: #333;}
.field-tooltip .field-tooltip-content {
	background: #fff;
	border: 1px solid #999;
	border-radius: 1px;
	font-size: 14px;
	padding: 12px;
	width: 270px;
	display: none;
	left: 38px;
	position: absolute;
	text-transform: none;
	top: -9px;
	word-wrap: break-word;
	z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {border: 10px solid transparent; height: 0; width: 0; border-right-color: #999; left: -21px; top: 12px; content: ''; display: block; position: absolute; z-index: 3;}
.field-tooltip .field-tooltip-content:before {border-right-color: #999;}
.field-tooltip .field-tooltip-content:after {border-right-color: #999; width: 1px; z-index: 4;}
.shipping-policy-block.field-tooltip {top: 12px;}
.shipping-policy-block.field-tooltip .field-tooltip-action {color: #1979c3; cursor: pointer;}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {display: none;}
.shipping-policy-block.field-tooltip .field-tooltip-content {width: 420px; top: 30px;}

.ui-tooltip {border: 1px solid #bbb; background: #fff; padding: 10px;}

@media only screen and (max-width: 479px) {
/* 	.minicart-wrapper .block-minicart {width: 290px;} */
	.modal-popup .field-tooltip .field-tooltip-content {width: 200px;}
}

/* Modals ================================================================== */
body._has-modal{height: 100%; overflow: hidden; width: 100%;}
.modals-overlay{z-index: 899;}
.modal-inner-wrap .modal-header,
.modal-inner-wrap .modal-footer {border: none;}
.modal-inner-wrap .modal-content {box-shadow: none; -webkit-box-shadow: none; border: none;}
.modal-slide,
.modal-popup {bottom: 0; left: 0; min-width: 0; position: fixed; right: 0; top: 0; visibility: hidden;}
.modal-slide._show,
.modal-popup._show {visibility: visible;}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {background-color: #fff; box-shadow: 0 0 12px 2px rgba(0,0,0,0.35); opacity: 1; pointer-events: auto;}
.modal-slide {left: 44px; z-index: 900;}
.modal-slide._show .modal-inner-wrap {-webkit-transform: translateX(0); transform: translateX(0);}
.modal-slide .modal-inner-wrap {
	height: 100%;
	overflow-y: auto;
	position: static;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease-in-out;
	width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {overflow-y: visible; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {-webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0;}
.modal-slide._inner-scroll .modal-content {overflow-y: auto;}
.modal-slide._inner-scroll .modal-footer {margin-top: auto;}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {padding: 0 2.6rem 2.6rem;}
.modal-slide .modal-header{padding-bottom: 2.1rem; padding-top: 2.1rem;}
.modal-popup {left: 0; overflow-y: auto; z-index: 900;}
.modal-popup._show .modal-inner-wrap {-webkit-transform: translateY(0); transform: translateY(0);}
.modal-popup.confirm .modal-inner-wrap {width: 100%; max-width: 400px;}
.modal-popup .modal-inner-wrap {
	box-sizing: border-box;
	height: auto;
	left: 0;
	margin: 5rem auto;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 75%;
}
.modal-popup._inner-scroll{overflow-y: visible;}
.ie10 .modal-popup._inner-scroll,.ie9 .modal-popup._inner-scroll{overflow-y: auto;}
.modal-popup._inner-scroll .modal-inner-wrap{max-height: 90%;}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,.ie9 .modal-popup._inner-scroll .modal-inner-wrap{max-height: none;}
.modal-popup._inner-scroll .modal-content{overflow-y: auto;}
.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding-left: 3rem; padding-right: 3rem;}
.modal-popup .modal-header,.modal-popup .modal-footer{-webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0;}
.modal-popup .modal-header{padding-bottom: 1.2rem; padding-top: 3rem;}
.modal-popup .modal-footer{margin-top: auto; padding-bottom: 3rem; padding-top: 3rem;}
.modal-popup .modal-footer-actions{text-align: right;}
@media (max-width: 768px){
	.modal-popup.modal-slide{left: 44px; z-index: 900;}
	.modal-popup.modal-slide._show .modal-inner-wrap{-webkit-transform: translateX(0); transform: translateX(0);}
	.modal-popup.modal-slide .modal-inner-wrap{height: 100%; overflow-y: auto; position: static; -webkit-transform: translateX(100%); transform: translateX(100%); transition-duration: .3s; -webkit-transition-property: -webkit-transform, visibility; transition-property: transform, visibility; transition-timing-function: ease-in-out; width: auto;}
	.modal-popup.modal-slide .modal-inner-wrap{margin: 0; max-height: none;}
}
.fotorama-video-container:after{background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right; bottom: 0; content: ''; height: 100px; left: 0; margin: auto; position: absolute; right: 0; top: 12px; width: 100px;}
.fotorama-video-container .magnify-lens{display: none !important;}
.fotorama-video-container.video-unplayed:hover img{opacity: 0.6;}
.fotorama-video-container.video-unplayed:hover:after{transform: scale(1.25);}
.video-thumb-icon:after{background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left; bottom: 0; content: ''; height: 40px; left: 0; margin: auto; position: absolute; right: 0; top: 10px; width: 49px;}
.product-video{height: 75%; left: 0; position: absolute; top: 0; width: 100%; right: 0; bottom: 0; margin: auto;}
.product-video iframe{height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 9999;}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape){
	.product-video{height: 100%; width: 81%;}
}
.fotorama__arr.hidden-video{z-index: -1 !important;}
.fotorama__video-close{bottom: 89%; top: auto;}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after{bottom: 0; content: ''; height: 100px; left: 0; margin: auto; position: absolute; right: 0; top: 12px; width: 100px;}
.block-wishlist-search .form-wishlist-search{margin: 20px 0 0;}














.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {right: -10px; top: 40px; left: auto; }
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {border: 10px solid transparent; height: 0; width: 0; margin-top: -21px; right: 10px; left: auto; top: 0%; }
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {border-bottom-color: #999; }
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {border-bottom-color: #f4f4f4; top: 1px; }


body._has-modal {height: 100%; overflow: hidden; width: 100%; }
.modals-overlay {z-index: 999 !important; }
.modal-slide,
.modal-popup {bottom: 0; left: 0; min-width: 0; position: fixed; right: 0; top: 0; visibility: hidden;}
.modal-slide._show,.modal-popup._show {visibility: visible;}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {background-color: #fff; box-shadow: 0 0 12px 2px rgba(0,0,0,0.35); opacity: 1; pointer-events: auto;}
.modal-slide {left: 44px; z-index: 900;}
.modal-slide._show .modal-inner-wrap {-webkit-transform: translateX(0); transform: translateX(0);}
.modal-slide .modal-inner-wrap {
	height: 100%;
	overflow-y: auto;
	position: static;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease-in-out;
	width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {overflow-y: visible; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {-webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0;}
.modal-slide._inner-scroll .modal-content {overflow-y: auto;}
.modal-slide._inner-scroll .modal-footer {margin-top: auto;}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {padding: 0 2.6rem 2.6rem;}
.modal-slide .modal-header {padding-bottom: 2.1rem; padding-top: 2.1rem;}
.modal-popup {left: 0; overflow-y: auto; z-index: 99999 !important;}
.modal-popup._show .modal-inner-wrap {-webkit-transform: translateY(0); transform: translateY(0);}
.modal-popup .modal-inner-wrap {
	box-sizing: border-box;
	height: auto;
	left: 0;
	margin: 5rem auto;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 75%;
}
.modal-popup._inner-scroll {overflow-y: visible;}
.ie10 .modal-popup._inner-scroll,.ie9 .modal-popup._inner-scroll {overflow-y: auto;}
.modal-popup._inner-scroll .modal-inner-wrap {max-height: 90%;}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {max-height: none;}
.modal-popup._inner-scroll .modal-content {overflow-y: auto;}
.modal-popup .modal-header,.modal-popup .modal-content,
.modal-popup .modal-footer {padding-left: 3rem; padding-right: 3rem;}
.modal-popup .modal-header,
.modal-popup .modal-footer {-webkit-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; flex-shrink: 0;}
.modal-popup .modal-header {padding-bottom: 1.2rem; padding-top: 3rem;}
.modal-popup .modal-footer {margin-top: auto; padding-bottom: 3rem; padding-top: 3rem;}
.modal-popup .modal-footer-actions {text-align: right;}
@media (max-width: 768px) {
	.modal-popup.modal-slide {left: 44px; z-index: 900;}
	.modal-popup.modal-slide._show .modal-inner-wrap {-webkit-transform: translateX(0); transform: translateX(0);}
	.modal-popup.modal-slide .modal-inner-wrap {
		height: 100%;
		overflow-y: auto;
		position: static;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		transition-duration: .3s;
		-webkit-transition-property: -webkit-transform, visibility;
		transition-property: transform, visibility;
		transition-timing-function: ease-in-out;
		width: auto;
	}
	.modal-popup.modal-slide .modal-inner-wrap {margin: 0; max-height: none;}
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-shadow: none; font-weight: 400; display: inline-block; text-decoration: none; position: absolute; right: 0; top: 0; }
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {background: none; border: none;}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {background: none; border: none;}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {cursor: not-allowed; pointer-events: none; opacity: .5;}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
	background: none;
	background-image: none;
	border: 0;
	box-shadow: none;
	display: inline-block;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0;
	moz-box-sizing: content-box;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
	width: 40px;
    content: '\004c';
	font-family: 'meigee';
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {color: inherit; }
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {color: inherit; }
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {color: #1a1a1a; }
.modal-custom .action-close {margin: 25px; }
.modal-popup .modal-title {border-bottom: 1px solid #c1c1c1; font-weight: 300; padding-bottom: 10px; font-size: 26px; margin-bottom: 0; min-height: 1em; word-wrap: break-word; }
.modal-slide .page-main-actions {margin-top: 2.1rem; margin-bottom: -12.9rem; }
.modals-overlay {background-color: rgba(51,51,51,0.55); bottom: 0; left: 0; position: fixed; right: 0; top: 0; }
body._has-modal-custom .modal-custom-overlay {height: 100vh; left: 0; position: fixed; top: 0; width: 100vw; z-index: 899; }





/* tooltip */

.shipping-policy-block.field-tooltip .field-tooltip-action span {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}

.minicart-items .product.options .tooltip.toggle {display: inline-block; text-decoration: none;}
.minicart-items .product.options .tooltip.toggle > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.minicart-items .product.options .tooltip.toggle:after {-webkit-font-smoothing: antialiased; font-size: 12px; line-height: 12px; color: inherit; content: '\e622'; font-family: 'luma-icons'; margin: -3px 0 0 7px; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center;}

.field-tooltip {cursor: pointer; position: absolute; right: 0; top: 1px;}
.field-tooltip._active {z-index: 100;}
.field-tooltip._active .field-tooltip-content {display: block;}
.field-tooltip._active .field-tooltip-action:before {color: #333;}
.field-tooltip .field-tooltip-action {display: inline-block; text-decoration: none;}
.field-tooltip .field-tooltip-action > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.field-tooltip .field-tooltip-action:before {-webkit-font-smoothing: antialiased; font-size: 21px; line-height: inherit; color: #bbb; content: '\e623'; font-family: 'luma-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center;}
.field-tooltip .field-tooltip-action:hover:before {color: #333;}
._keyfocus .field-tooltip .field-tooltip-action:focus {z-index: 100;}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {display: block;}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {color: #333;}
.field-tooltip .field-tooltip-content {background: #f4f4f4; border: 1px solid #999; border-radius: 1px; font-size: 14px; padding: 12px; width: 270px; display: none; left: 38px; position: absolute; text-transform: none; top: -9px; word-wrap: break-word; z-index: 2;}
.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after {border: 10px solid transparent; height: 0; width: 0; border-right-color: #f4f4f4; left: -21px; top: 12px; content: ''; display: block; position: absolute; z-index: 3;}
.field-tooltip .field-tooltip-content:before {border-right-color: #666;}
.field-tooltip .field-tooltip-content:after {border-right-color: #f4f4f4; width: 1px; z-index: 4;}

.shipping-policy-block.field-tooltip {top: 12px;}
.shipping-policy-block.field-tooltip .field-tooltip-action {color: #1979c3; cursor: pointer;}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {display: none;}
.shipping-policy-block.field-tooltip .field-tooltip-content {width: 420px; top: 30px;}

.shipping-policy-block.field-tooltip .field-tooltip-action span {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,.shipping-policy-block.field-tooltip .field-tooltip-content {right: -10px; top: 40px; left: auto;}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after {border: 10px solid transparent; height: 0; width: 0; margin-top: -21px; right: 10px; left: auto; top: 0%;}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:before {border-bottom-color: #666;}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:after {border-bottom-color: #f4f4f4; top: 1px;}



.tooltip.wrapper {position: relative;}
.tooltip.wrapper .tooltip.content {background: #fff; max-width: 360px; min-width: 210px; padding: 12px 16px; z-index: 100; display: none; position: absolute; text-align: left; color: #333; line-height: 1.4; border: 1px solid #bbb; margin-top: 5px; left: 0; top: 100%;}
.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before {border: solid transparent; content: ''; height: 0; position: absolute; width: 0;}
.tooltip.wrapper .tooltip.content:after {border-width: 5px; border-color: transparent;}
.tooltip.wrapper .tooltip.content:before {border-width: 6px; border-color: transparent;}
.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before {bottom: 100%;}
.tooltip.wrapper .tooltip.content:after {border-bottom-color: #fff; left: 15px; margin-left: -5px;}
.tooltip.wrapper .tooltip.content:before {border-bottom-color: #bbb; left: 15px; margin-left: -6px;}
.tooltip.wrapper .tooltip.toggle {cursor: help;}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,.tooltip.wrapper:hover .tooltip.content {display: block;}
.tooltip.wrapper .tooltip.content dl {margin-bottom: 0;}
.tooltip.wrapper .tooltip.content dd {white-space: normal;}
.tooltip.wrapper .tooltip.content .subtitle {display: inline-block; margin-bottom: 15px; font-size: 16px; font-weight: 500;}
.tooltip.wrapper .tooltip.content .label {margin-top: 10px;}
.tooltip.wrapper .tooltip.content .label:first-child {margin-top: 0;}
.tooltip.wrapper .tooltip.content .values {margin: 0;}
.ui-tooltip {position: absolute; z-index: 9999;}


.field .tooltip {position: relative;}
.field .tooltip .tooltip-content {background: #fff; max-width: 360px; min-width: 210px; padding: 12px 16px; z-index: 100; display: none; position: absolute; text-align: left; color: #333; line-height: 1.4; border: 1px solid #bbb; margin-left: 5px; left: 100%; top: 0;}
.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before {border: solid transparent; content: ''; height: 0; position: absolute; width: 0;}
.field .tooltip .tooltip-content:after {border-width: 5px; border-color: transparent;}
.field .tooltip .tooltip-content:before {border-width: 6px; border-color: transparent;}
.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before {right: 100%;}
.field .tooltip .tooltip-content:after {border-right-color: #fff; margin-top: -5px; top: 15px;}
.field .tooltip .tooltip-content:before {border-right-color: #bbb; margin-top: -6px; top: 15px;}
.field .tooltip .tooltip-toggle {cursor: help;}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,.field .tooltip .tooltip-toggle:focus + .tooltip-content,.field .tooltip:hover .tooltip-content {display: block;}
.field .tooltip .tooltip-content {min-width: 200px; white-space: normal;}
input:focus ~ .tooltip .tooltip-content,select:focus ~ .tooltip .tooltip-content {display: block;}

.control._with-tooltip {position: relative; padding-right: 40px;}

.field-tooltip {cursor: pointer; position: absolute; right: 0; top: 1px;}
.field-tooltip._active {z-index: 100;}
.field-tooltip._active .field-tooltip-content {display: block;}
.field-tooltip._active .field-tooltip-action:before {color: #333;}
.field-tooltip .field-tooltip-action {display: inline-block; text-decoration: none;}
.field-tooltip .field-tooltip-action > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.field-tooltip .field-tooltip-action:before {
	content: '\0073';
	display: inline-block;
	font: normal normal normal 14px/1 meigee;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	padding: 5px;
}
.field-tooltip .field-tooltip-action:hover:before {color: #333;}
._keyfocus .field-tooltip .field-tooltip-action:focus {z-index: 100;}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {display: block;}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {color: #333;}
.field-tooltip .field-tooltip-content {
	background: #fff;
	border: 1px solid #999;
	border-radius: 1px;
	font-size: 14px;
	padding: 12px;
	width: 270px;
	display: none;
	left: 38px;
	position: absolute;
	text-transform: none;
	top: -9px;
	word-wrap: break-word;
	z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {border: 10px solid transparent; height: 0; width: 0; border-right-color: #999; left: -21px; top: 12px; content: ''; display: block; position: absolute; z-index: 3;}
.field-tooltip .field-tooltip-content:before {border-right-color: #999;}
.field-tooltip .field-tooltip-content:after {border-right-color: #999; width: 1px; z-index: 4;}
.shipping-policy-block.field-tooltip {top: 12px;}
.shipping-policy-block.field-tooltip .field-tooltip-action {color: #1979c3; cursor: pointer;}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {display: none;}
.shipping-policy-block.field-tooltip .field-tooltip-content {width: 420px; top: 30px;}

.ui-tooltip {border: 1px solid #bbb; background: #fff; padding: 10px;}

@media only screen and (max-width: 479px) {
/* 	.minicart-wrapper .block-minicart {width: 290px;} */
	.modal-popup .field-tooltip .field-tooltip-content {width: 200px;}
}

.shipping-policy-block.field-tooltip {margin-bottom: 20px; position: relative; right: auto; top: auto;}
.shipping-policy-block.field-tooltip .field-tooltip-content {width: 300px; right: auto;}
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {right: auto;}
.page-multiple-wishlist .products-grid.wishlist .product-item-name,
.page-multiple-wishlist .products-grid.wishlist .product-item-description,
.page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {margin-left: 115px;}

@media only screen and (max-width: 768px) {
	.abs-checkout-tooltip-content-position-top-mobile,
	.field-tooltip .field-tooltip-content {right: -10px; top: 40px; left: auto;}
	.field-tooltip .field-tooltip-content:before,
	.field-tooltip .field-tooltip-content:after {border: 10px solid transparent; height: 0; width: 0; margin-top: -21px; right: 10px; left: auto; top: 0%;}
	.field-tooltip .field-tooltip-content:before {border-bottom-color: #666;}
	.field-tooltip .field-tooltip-content:after {border-bottom-color: #f4f4f4; top: 1px;}
}

.load.indicator {background-color: rgba(255,255,255,0.5); z-index: 9999; bottom: 0; left: 0; position: fixed; right: 0; top: 0; position: absolute;}
.load.indicator:before {
	background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
	border-radius: 5px;
	height: 160px;
	width: 160px;
	bottom: 0;
	box-sizing: border-box;
	content: '';
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.load.indicator > span {display: none;}
.loading-mask {bottom: 0; left: 0; margin: auto; position: fixed; right: 0; top: 0; z-index: 100; background: rgba(255,255,255,0.5);}
.loading-mask .loader > img {bottom: 0; left: 0; margin: auto; position: fixed; right: 0; top: 0; z-index: 100;}
.loading-mask .loader > p {display: none;}
body > .loading-mask {z-index: 9999;}
._block-content-loading {position: relative;}

.bundle-options-container .product-add-form input.qty {
	padding: 0;
}
body.wide-layout.customer-account-create.page-layout-1column .field.upload-prescription span a i{
    color: #00c5df;
    font-weight: 500;
}
body.customer-account-create .content-wrapper .content-inner .form .form-content {
    padding: 20px 45px 68px 45px;
}
body.customer-account-create .content-wrapper .content-inner .booking-form{    
	text-align: center;
    color: #033E50;
    font-weight: 600;
    font-size: 32px;
}

/*	29-11-2019
==============================*/
body.customer-account-create .content-wrapper .content-inner .form .form-content .fieldset .field {
    width: 48% !important;
    float: left;
    margin: 0 1% 0;
    margin-bottom: 30px !important;
}
body.customer-account-create .content-wrapper .content-inner .form .form-content .fieldset .field.type-datetime {
    width: 100% !important;
}
.webforms-datepicker .webforms-time select {
    width: 44% !important;
    display: inline-block;
    margin-right: 10px;
}
.webforms-datepicker .webforms-time select:last-child {
    margin-right: 0;
    margin-left: 10px;
}
.webforms-datepicker .webforms-time {
    width: 45%;
}
.webforms-datepicker .webforms-calendar {
    width: 50%;
}
.webforms-datepicker .webforms-calendar .ui-datepicker-trigger {
	position: absolute;
    top: 0.4rem;
    right: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border: 2px solid #06c3de;
    padding: 8px 23px;
    border-radius: 50px;
    background: #06c3de;
    color: white;
    height: auto;
    line-height: normal; 
}
body.customer-account-create .content-wrapper .content-inner .form .form-content .fieldset .field.type-textarea { width: 100% !important; }
body.customer-account-create .content-wrapper .content-inner .form .form-content .fieldset .field.type-textarea textarea {
    width: 100% !important;
    min-height: 130px;
    border-radius: 10px;
}

body.customer-account-create .content-wrapper .content-inner .form .actions-toolbar button.primary {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border: 2px solid #06c3de;
    padding: 10px 23px;
    border-radius: 50px;
    background: #06c3de;
    color: white;
    min-width: 180px;
    line-height: normal; 
}

.webforms-datepicker .webforms-calendar .ui-datepicker-trigger:hover,
body.customer-account-create .content-wrapper .content-inner .form .actions-toolbar button.primary:hover {
    background: transparent;
    color: #06c3de;
}
/*body.customer-account-create .recaptcha {
    padding-left: 10px;
}*/

.cms-testimonial .page-title-wrapper h1.page-title {
    display: none;
}
body.customer-account-create .content-wrapper .container {
    margin-bottom: 77px;
    padding: 0 125px;
}
.cms-testimonial .container { max-width: 1135px; width: 100%; margin: 0 auto; }

form#testimonial-form fieldset.fieldset .field.name, form#testimonial-form fieldset.fieldset .field.email {
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 50px;
}
form#testimonial-form fieldset.fieldset .field.name input, form#testimonial-form fieldset.fieldset .field.email input {
    width: 95%;
}
form#testimonial-form fieldset.fieldset .field.name span.note, form#testimonial-form fieldset.fieldset .field.email span.note {
    clear: both;
    width: 100%;
    display: inline-block;
}
form#testimonial-form fieldset.fieldset textarea{    
	width: 100% !important;
    min-height: 130px;
    border-radius: 10px;
}
form#testimonial-form .actions-toolbar button{
	font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border: 2px solid #06c3de;
    padding: 10px 23px;
    border-radius: 50px;
    background: #06c3de;
    color: white;
    min-width: 180px;
    line-height: normal;
}
form#testimonial-form .actions-toolbar button:hover{
	background: transparent;
    color: #06c3de;
}
body.cms-testimonial .testimonial-title{
    text-align: center;
    color: #033E50;
    font-weight: 600;
    font-size: 32px;
    margin: 30px 0;
}
body.cms-testimonial .slick-prev:before, body.cms-testimonial .slick-next:before{color: #003e52;}

body.customer-account-create .content-wrapper .content-inner .webforms .form .actions-toolbar .primary { float: left; }
.testimonial-form { width: 55%; float: left; }
.testimonial-list { width: 40%; float: right; }

.testimonial-form fieldset.fieldset .legend { display: inline-block;width: 100%; margin-bottom: 0; margin-top: 15px; }
.testimonial-form fieldset.fieldset .field.title .control input { width: 100%; }
.cms-testimonial .page-wrapper main#maincontent { max-width: 1250px; margin: 0 auto; width: 100%; padding: 0 15px; margin-bottom: 50px; }


@media only screen and (max-width: 991px) {
	.webforms-datepicker .webforms-time select { width: 43% !important; }
}

@media only screen and (max-width: 767px) {
	body.customer-account-create .content-wrapper .content-inner .form .form-content .fieldset .field { width: 100% !important; margin-left: 0; margin-right: 0; }
	.webforms-datepicker .webforms-calendar { width: 100%; }
	.webforms-datepicker .webforms-time { width: 100%; margin: 0; margin-top: 15px; }
	.webforms-datepicker .webforms-time select { width: 47% !important; margin: 0; }
	.webforms-datepicker .webforms-time select:last-child { margin: 0; }
	.testimonial-form, .testimonial-list { width: 100%; margin-bottom: 15px; }
	form#testimonial-form fieldset.fieldset .field.name, form#testimonial-form fieldset.fieldset .field.email { width: 100%; margin-bottom: 20px;}
	form#testimonial-form fieldset.fieldset .field.email { margin-bottom: 50px; }
}

@media only screen and (max-width: 479px) {
	.actions-toolbar .primary, .actions-toolbar .secondary { width: 100%; }
	form#testimonial-form .actions-toolbar button { width: 100%; margin-bottom: 15px; }
}



/* 24-12-2019
=========================== */

.homepage-test-drive { height: auto; background-repeat: no-repeat; background-color: #32c6e2; }
.totals.shipping.excl {
    display: none;
}

.checkout-billing-address .billing-address-same-as-shipping-block label input ~ span {
    position: relative;
    top: -2px;
}
#one-step-checkout-form #onestepcheckout-payment-methods label{line-height: 2;}
.best-deal-price { text-decoration: line-through; }
.lens-subscription { display: none !important; } 

.navigation li#vesitem-17915880578561764420590
{
	display: none;
}

#mobile_store_menu a#ui-id-7 {
    display: none;
}



/*	9-7-2020
==================================*/

.block.newsletter form.form.subscribe .newsletter .control input { background: transparent; border: 1px solid rgba(255,255,255,0.3); width: 100%; color: #fff; border-radius: 0; max-height: 42px; font-family: Montserrat,sans-serif; font-size: 16px; padding-right: 105px; }
.block.newsletter form.form.subscribe .action { position: absolute; top: 8px; right: 93px; z-index: 3;}
.block.newsletter form.form.subscribe .action button {  background: transparent; color: #7a97ab; font-family: Montserrat,sans-serif; font-weight: 700; text-transform: none; font-size: 15px; border-radius: 0; margin: 0; border: none; border-bottom: 1px solid #7a97ab !important; padding: 0 !important; }


.cms-benefit ul.child-list-content li:nth-child(1)::before, .cms-benefit ul.child-list-content li:nth-child(2)::before,
.cms-benefit ul.child-list-content li:nth-child(3)::before, .cms-benefit ul.child-list-content li:nth-child(4)::before,
.cms-benefit ul.child-list-content li:nth-child(5)::before { width: 28px; height: 28px; }

.block.newsletter form.form.subscribe .action { position: absolute; top: 33px; right: 10px; z-index: 3; color: #7a95ab; background: transparent; border: 0; font-weight: bold; font-size: 15px; text-decoration: underline; }
footer .footer.container .aveo-main-footer .newsletter form.subscribe { position: relative; }


/*.reviews_bottom_slider .slick-list.draggable {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}*/


