/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    background: #ffffff;
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.actions-toolbar {margin-top: 1.5em;}
.actions-toolbar .primary,
.actions-toolbar .secondary {display: inline-block; vertical-align: middle;}

html {font-family: "Montserrat" !important; font-weight:normal!important;}

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-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-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: 45%; height: auto!important;}

.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-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: 14px; border: none; color: black; 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: 9;
  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% - 54px));
	overflow: auto;
	position: fixed;
	top: 0;
	width: 80%;
	width: calc(100% - 54px);
	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 0 0 0;}
.header.links li {padding: 0; margin: 0; float: left;}
.header.links li.authorization-link {padding:8px 0 0 10px;}
.header.links li a {
  font-size: 0;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 30px;
  text-align: center;
  /*background-color: #ebebeb;*/
  border-radius: 50%;
  /*display: block;*/
}
.header.links li.authorization-link a:before {
  content: '';
  display: inline-block;
  /*content: '\f2bd';
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 12px;*/
  padding: 22px 0px 0px 10px;
  background-image: url("../../frontend/Meigee/compo/en_US/images/top-user-icon.svg");
	width: 30px;
	height: 30px;
}
.header.links li.authorization-link a:hover {background-color: transparent;}

.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);  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-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; padding:17px 15px 15px 0px; margin-right: 20px;}

.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: inherit;
    margin-right: 0;
    right: 0px;
    bottom: 14px;
        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 {
    background-color: #1e252d;
}
.header-wrapper .header.links > .customer-welcome + li.authorization-link{display: none!important;}

.customer-welcome .customer-name > span:before {
    content: '';
    display: inline-block;
    margin:3px 0 0 -15px;
    /*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;*/
  padding: 22px 0px 0px 10px;
  background-image: url("../../frontend/Meigee/compo/en_US/images/user.svg");
	width: 30px;
	height: 30px;
}
.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; z-index:1000;}
.header-wrapper .search-cart-block {float: right;}
.header-wrapper .block-search .search-button { display:block!important;}
.header-wrapper .block-search .block-title,
.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: 22px; color: #fff; padding-top:7px;}
.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;
  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: #1e252d; 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-right: 30px;}

.header-wrapper .navbar-collapse.collapse a.level-top {
	position: relative;
	font-family: 'Core Sans G';
	font-weight: 300;
	font-size: 17px;
	line-height: 1.58;
	color: #fff;
	padding: 17px 22px;
	text-transform: lowercase !important;
	/*z-index: 100;*/
	margin: 0;
	border: none;
	background-color: #1e252d;
	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 { display:block!important; 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: 16px;
    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,1);
}

.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;border-bottom-color: #ffffe0;}
.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 {display:inline-block; position: relative; text-align:left;}



.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: 19px 10px 10px 10px;
    transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    display: block;
    color: #fff;
    text-transform: uppercase;
}
.minicart-wrapper .title-cart .cart-right-items {display: inline-block; vertical-align: middle; margin: -5px -5px 5px 3px;}
.minicart-wrapper .title-cart .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right:0;
    position: relative;
    height: 32px;
}
.minicart-wrapper .title-cart .icon i {
   font-size: 25px;
   line-height: 1;
   padding-top: 6px;
   padding-left: 14px;
}
.minicart-wrapper .title-cart .counter.empty .icon i {color: #fff;}
.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: none; vertical-align: middle; color: #aaa; position: relative; top: 1px;}
.minicart-wrapper .title-cart .subtotal {
    display: none !important;
    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);
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-bottom:1px solid #aaa;
}
.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: 400;
    letter-spacing: -0.02em;
}
.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; display:block; width:100%;}
.minicart-wrapper .actions div.primary {display:none!important;}
.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:block; vertical-align: middle; width:100%;}
.minicart-wrapper .actions div.secondary .btn {
    border:1px solid #fcbc00;
    background-color:#fcbc00;
    color:#fff;
    width:100%;
    padding:8px;
    border-radius:50px;
    text-transform: none;
}
.minicart-wrapper .actions div.secondary .btn:hover { background-color:#000; border:1px solid #000;}
.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;
    color:#fff;
}
.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; background-color: rgba(0, 0, 0, 0.03);}
.minicart-wrapper .block-minicart {
    background: #fff;
    z-index: 9998;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 404px;
    padding: 0;
    display: none;
    margin-top: -10px !important;
    color: #666;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 24px 30px 20px;
    text-transform: lowercase;
}
.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 {padding-left: 75px; 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 { 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; font-size: 13px; color: #fff;  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: left; padding: 15px;  margin-right: 35px; margin-left: 30px;*/}
.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;
    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: 98;
  display: none;
}
.wide-layout #sticky-header {}
.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: 15px;  margin-right: 35px; margin-left: 30px;}
#sticky-header .right-wrapper {float: left;}
#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; display:inline-block; margin:0 10px 0 18px; 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: transparent; 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: 45px;
	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('../../frontend/Meigee/compo/en_US/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-size: 48px; letter-spacing: -2px; color: #fff;}
.parallax-banners-wrapper .banner-content .subtitle {display: block;  letter-spacing: -1px; font-size: 24px; line-height: 1; margin-bottom: 20px; color: #fff;}
.parallax-banners-wrapper .banner-content .text {display: block;  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:25px;font-weight:500; margin: 5px 0 10px 0;}
#shopping-cart-table > tbody:nth-child(3) {border-top: 5px solid transparent;}
.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 ================================================================================ */
a.product-item-link { font-weight: 600 !important; }
.products-grid .price-box, .products-list .price-box { margin: 0 0 20px; line-height: 2; }
.product-item-name a {
	color: #222;
	text-align: left;
	font-weight: 600;
/* 	display: block; */
    letter-spacing: 0;
    line-height: 16px;
    text-transform: lowercase;
}
.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; width:100%;}
.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; font-size: 16px; }

.products-grid .product-reviews-summary {margin-bottom:0;}
.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 {
  text-transform: uppercase!important;
	white-space: nowrap !important;
    font-family: 'Montserrat', sans-serif;
    color: #3b787b;
    font-size: 16px;
    font-weight: 300;
}
.old-price .price {font-size: 1em; color: #aaa; text-decoration: line-through;}
.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: none; 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: 28px; 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: 13px; position: relative;  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: black; 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-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;
	
	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;
	
	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: 12px;
}
.rating-result span {position: absolute; color: #e6cd45; top: 0; left: 0; height: 12px; 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-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: 300px;}
.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: left;

    color: orange;
    font-size:80%;
}
.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 {
    float: left;
    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 .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-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-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: 20px 0;
   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;
	
    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;
}
.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-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: 100%;
	z-index: 2;
	display: none;
  font-weight: 100;
}
.page-layout-1column .filter-options-content .item{padding: 5px; margin: 0;}
.page-layout-1column .filter-options-content .item a{margin-left: 0;font-weight: 400;}
.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-family:"Font Awesome 5 Free";*/
  /*font-weight: 900;*/
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 12px;
	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 > 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 .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 > thead {display:none;}
#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;
	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 {
	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;
}
.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;
	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: 1px 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:10px; padding-top:10px;}
#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 {
    text-transform: none;
    -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;
}

.minicart-items-wrapper { height:100%!important;}
/*
.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-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-size: 1.16em; color: #222;}
.checkout-payment-method .payment-method-title .payment-icon {display: inline-block; margin-right: 5px; vertical-align: middle;width:20%;}
.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; }
.checkout-payment-method .payment-option-title .action-toggle:after {
  text-transform: none;
	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;
    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;
	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("../../frontend/Magento/blank/en_US/Mageplaza_Core/css/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: 12px; 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;
	font-weight: 100;
	font-size: 10px;
}
.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(../../frontend/Meigee/compo/en_US/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(../../frontend/Meigee/compo/en_US/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:'\f410';
	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: 'Font Awesome 5 Free';
}
.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(../../frontend/Meigee/compo/en_US/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(../../frontend/Meigee/compo/en_US/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: '\f410';
	font-family: 'Font Awesome 5 Free';
}
.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('../../frontend/Meigee/compo/en_US/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;}



/*####################### Custom CSS ######################3*/
.custom-sticky-header { display:inline-block!important; position:relative!important;}

.block .block-search .type-1 {display: none;}

.header-wrapper .navbar-collapse.collapse a.level-top.ui-state-focus, .header-wrapper .navbar-collapse.collapse a.level-top.ui-state-active { background-color:transparent !important; color: #fff !important;}

.tabmenu-close {float:right; width:10%; padding:9px 10px 0 9px; font-size:23px;}

#header_links_wrapper > div > ul {background:#1e252d;}

#mobile_store_menu > div > nav > div {background:#1e252d;}

/* Product page */

.product-info-main, .custom-attribute-column, .acc_container {text-transform: lowercase;}

#maincontent .custom-attribute-section ul {list-style: disc; margin: 0 0 20px 20px;}

#maincontent .custom-attribute-section ol {padding: 0 0 0 20px;}

.fotorama__caption {display: none;}

#maincontent .custom-attribute-column{padding: 0 2%;}

ul.faq-list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

div.opc-block-summary > div > div.content.minicart-items > div > ol > li > div > div.product-item-details {position:unset;}

.checkout-index-index .page-main{background:#f5f5f5;}

.checkout-index-index #checkout.am-checkout{background:inherit;}
.checkout-index-index .checkout-header .title{font-size: 30px;
    color: #ff9c08;
    margin: 50px 0 30px 0;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: lowercase;
    text-align:left;
}
.checkout-index-index .checkout-header .title:after { width:51px; border:3px solid #ff9c08; content:''; display:block;}
.checkout-index-index #checkout.am-checkout {background:inherit!important;}

#maincontent > div > div > div > div.p-btn-cart{top: 390px;
    z-index: -1;
    right: 200px;
    position: absolute;}

#maincontent > div > div > div.content-inner.col-sm-9 > div.kb__search-result > div:nth-child(2) > div.toolbar-sorter.sorter {display:none}

#maincontent div.kb__search-result ol li  a {font-weight:600; color:black;}

#block-collapsible-nav-kb ul li a {font-size:0.9em;}

div.fotorama__stage > div.fotorama__arr.fotorama__arr--next {display:none!important;}
div.fotorama__stage > div.fotorama__arr.fotorama__arr--prev {display:none!important;}

#product-reward-points {
    /* color: #ccc; */ 
    font-weight: 100; 
    font-size: 11px;
}

.a2a_svg {height:20px!important;width:20px!important;}

.a2a_default_style a {padding: 0 12px !important;}

#amrelated-block-4 div.product-item-actions {text-transform:lowercase!important; font-family: "Montserrat";}

button, select {text-transform:lowercase!important;}

.nav-1-1 a, .nav-1-2 a, .nav-1-3 a {pointer-events:none;}
.nav-1-1 .level1.submenu a, .nav-1-2 .level1.submenu a, .nav-1-3 .level1.submenu a {pointer-events:auto;}

/* Search Result add to cart button */
#maincontent div.search.results ol > li div.custom-quick-view > a {background-color:#fcbc00!important;border-color:#fcbc00!important;}
#maincontent div.search.results ol > li div.price-action-block.two-items > form > button {background-color:#fcbc00!important;border-color:#fcbc00!important;}

/* cart page reward */
#block-reward {max-width:100%;}

.checkout-cart-index .products-grid .owl-carousel-products-crosssell .product-item-info .product-item-details .product-reviews-summary { 
    display: none; 
}

.fotorama__thumb { 
    /* background-color: #e1e1e1; */ 
    height: 100%; 
    overflow: hidden; 
    position: relative; 
    width: 100%; 
    border: 1px solid #eee; 
}

.fotorama__thumb-border { 
    backface-visibility: hidden; 
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); 
    border: 1px solid orange; 
    left: 0; 
    position: absolute; 
    top: 0; 
    z-index: 9; 
}

.opc-wrapper.layout-3-columns.am-opc-wrapper.am-submit-summary,
#coupon_code,
#discount-code,
#amreward_amount,
.checkout-promotional {
  text-transform: lowercase;
}

#checkout-step-shipping > div.field.addresses {
  text-transform: none;
}

.content-inner .kb__search-result .kb-articles__list {
    font-size: 110%;
}

.products-crosssell .amasty-label-container {display:none!important}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b73ef031c20d1e5c0ab1)
 * Config saved to config.json and https://gist.github.com/b73ef031c20d1e5c0ab1
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Generated by Glyphter (http://www.glyphter.com) on  Wed Dec 28 2016*/
@font-face {
    font-family: 'meigee';
    src: url('../../frontend/Meigee/compo/en_US/fonts/meigee.eot');
    src: url('../../frontend/Meigee/compo/en_US/fonts/meigee.eot?#iefix') format('embedded-opentype'),
         url('../../frontend/Meigee/compo/en_US/fonts/meigee.woff') format('woff'),
         url('../../frontend/Meigee/compo/en_US/fonts/meigee.ttf') format('truetype'),
         url('../../frontend/Meigee/compo/en_US/fonts/meigee.svg#meigee') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='meigee-']:before{
	display: inline-block;
   font-family: 'meigee';
   font-size: 26px;
   font-style: normal;
   padding-top: 4px;
   padding-left: 4px;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.meigee-arrow-down:before{content:'\0041';}
.meigee-arrow-down-circle:before{content:'\0042';}
.meigee-arrow-left:before{content:'\0043';font-size:16px;}
.meigee-arrow-right:before{content:'\0044';font-size:16px;}
.meigee-arrow-up:before{content:'\0045';}
.meigee-arrow-up-circle:before{content:'\0046';}
.meigee-bag:before{content:'\0047';}
.meigee-calendar:before{content:'\0048';}
.meigee-chart:before{content:'\0049';}
.meigee-check:before{content:'\004a';}
.meigee-clock:before{content:'\004b';}
.meigee-close:before{content:'\004c';}
.meigee-envelope:before{content:'\004d';}
.meigee-eye:before{content:'\004e';display:none;}
.meigee-fa-angle-left:before{content:'\004f';}
.meigee-fa-angle-right:before{content:'\0050';}
.meigee-fa-arrow-left:before{content:'\0051';}
.meigee-fa-arrow-right:before{content:'\0052';}
.meigee-fa-caret-down:before{content:'\0053';}
.meigee-fa-caret-up:before{content:'\0054';}
.meigee-fa-dollar:before{content:'\0055';}
.meigee-fa-envelope:before{content:'\0056';}
.meigee-fa-envelope-o:before{content:'\0057';}
.meigee-fa-exchange:before{content:'\0058';}
.meigee-fa-eye:before{content:'\0059';}
.meigee-fa-facebook:before{content:'\005a';}
.meigee-fa-google-plus:before{content:'\0061';}
.meigee-fa-heart:before{content:'\0062';}
.meigee-fa-heart-o:before{content:'\0063';}
.meigee-fa-instagram:before{content:'\0065';}
.meigee-fa-language:before{content:'\0066';}
.meigee-fa-linkedin:before{content:'\0067';}
.meigee-fa-map-marker:before{content:'\0068';}
.meigee-fa-minus:before{content:'\0069';}
.meigee-fa-pinterest-p:before{content:'\006a';}
.meigee-fa-plus:before{content:'\006b';}
.meigee-fa-search-plus:before{content:'\006c';}
.meigee-fa-tumblr:before{content:'\006e';}
.meigee-fa-twitter:before{content:'\006f';}
.meigee-fa-vimeo:before{content:'\0070';}
.meigee-fa-vine:before{content:'\0071';}
.meigee-fa-youtube-play:before{content:'\0072';}
.meigee-info:before{content:'\0073';}
.meigee-lock:before{content:'\0074';}
.meigee-login:before{content:'\0075';}
.meigee-magnifier:before{content:'\0076';}
.meigee-meigee-grid:before{content:'\0077';}
.meigee-meigee-list:before{content:'\0078';}
.meigee-minus:before{content:'\007a';}
.meigee-notebook:before{content:'\0030';}
.meigee-options-vertical:before{content:'\0031';}
.meigee-pencil:before{content:'\0032';}
.meigee-plus:before{content:'\0033';}
.meigee-printer:before{content:'\0034';}
.meigee-trash:before{content:'\0035';}
.meigee-user:before{content:'\0036';}
.meigee-eye-shadow-makeup:before{content:'\0037';}
.meigee-french-perfume-bottle:before{content:'\0038';}
.meigee-hair-dryer:before{content:'\0039';}
.meigee-lipstick-with-cover:before{content:'\0021';}
.meigee-makeup-mirror:before{content:'\0022';}
.meigee-moisturizing-lotion:before{content:'\0023';}
.meigee-two-earrings:before{content:'\0024';}
.meigee-two-nail-polish:before{content:'\0025';}
.meigee-women-razor:before{content:'\0026';}
.meigee-fa-cog:before{content:'\0027';}
.meigee-fa-navicon:before{content:'\0028';}
.meigee-camera:before{content:'\0029';}
.meigee-diamond:before{content:'\002a';}
.meigee-earphones:before{content:'\002b';}
.meigee-fa-minus-square:before{content:'\002c';}
.meigee-fa-plus-square:before{content:'\002d';}
.meigee-gift:before{content:'\002e';}
.meigee-globe-alt:before{content:'\002f';}
.meigee-home:before{content:'\005b';}
.meigee-light-bulb:before{content:'\005c';}
.meigee-screen-desktop:before{content:'\005d';}
.meigee-umbrella:before{content:'\005e';}
.meigee-fa-star:before{content:'\005f';}
.meigee-fa-home:before{content:'\0060';}
.meigee-menu:before{content:'\007b';}
.meigee-fa-shopping-cart:before{content:'\007c';}
/**
 * @package     compo
 * @copyright   Copyright (c) 2010-2016 MeigeeTeam. (http://www.meigeeteam.com)
 */

/* #Desktop - Extra Large ================================================== */

@media only screen and (min-width: 1332px) {
  /* Customer Account Page */
  body {overflow: visible !important;}
  .sidebar.col-sm-3{transform: translateX(0%) !important;}
  .acc-nav-button {display: none;}
  
  .custom-header-toplink {width: 220px !important;}
  .header-wrapper .navbar-collapse.collapse a.level-top.ui-state-focus,
  .header-wrapper .navbar-collapse.collapse a.level-top.ui-state-active {background-color: #eee;}
  .header-wrapper .navbar-collapse.collapse .parent a.level-top.ui-state-focus,
  .header-wrapper .navbar-collapse.collapse .parent a.level-top.ui-state-active {
    border-color: #ddd;
    border-bottom-color: #fff;
    background-color: transparent;
    color: #222;
    -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);
  }
  .navigation .level0 .submenu {
    -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);
  }
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top,
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top.ui-state-active,
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top.ui-state-focus {background-color: transparent; color: #fff;}
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top .ui-menu-icon:after,
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top.ui-state-focus .ui-menu-icon:after,
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top.ui-state-active .ui-menu-icon:after {color: #222;}

  .products-grid .image-wrapper .button-wrapper {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .toolbar select.sorter-options {min-width: 205px;}

  .footer .footer-middle-block ul.social-links {padding-right: 40px;}
  .page-footer .switcher .options {min-width: 220px;}

  body.boxed-layout .container {
    padding: 0 40px;
    background: #fff;
  }
}

/* Note: Design for a width of 1200px */

@media (max-width: 1200px) {
  .catalog-category-view .toolbar .toolbar-sorter{top: -68px!important;}
  .catalog-category-view.category-shop .block.filter, .catalog-category-view .category-description { margin: 15px 15px; }
  .minicart-wrapper .title-cart .counter-number { display: inline-block; vertical-align: middle; font-weight: inherit; color: white; text-align: center; line-height: 1.8; margin-bottom: 10px; background: red; border-radius: 50%; box-sizing: border-box; width: 18px; height: 18px; font-size: 10px; right: 15px; position: absolute; top: 20px; } 
  .message.success { background: #e5efe5; color: #006400; display: block; font-size: 1.3rem; margin: 20px 0 10px; padding: 12px 20px 12px 25px; padding-left: 45px; position: relative; } 
  .message.success a { color: #3b787b; font-weight: 600; }
  #product-reward-points { color: none; } 
  .custom-cart-free-shipping-amount { display: inline-flex; color: none; }
  .custom-quick-view-close-button span { display: block; cursor: pointer; width: 30px; height: 30px; margin: 10px auto 0; border-radius: 50%; border: 1px solid #666; text-align: center; font-size: 18px; }
}

@media only screen and (min-width:1191px) and (max-width: 1331px) {
  /* Customer Account Page */
  body {overflow: visible !important;}
  .sidebar.col-sm-3{transform: translateX(0%) !important;}
  .acc-nav-button {display: none;}

  .custom-header-toplink {width: 170px !important;}
  
  #sticky-header .block-search .search-button {margin: 0 -15px 0 -15px !important;}
  .header-wrapper .header.links {margin: 1px 0px 0px -13px;}
}
/* #Desktop ================================================== */

/* Note: Design for a width of 1024px */

@media only screen and (min-width: 1062px) and (max-width: 1190px) {
  /* Customer Account Page */
  body {overflow: visible !important;}
  .sidebar.col-sm-3{transform: translateX(0%) !important;}
  .acc-nav-button {display: none;}
  
  .custom-header-toplink {width: 170px !important;}
  #sticky-header > div > div.search-button{margin: 0 -15px 0 -15px;}
  .header-wrapper .header.links {margin: 1px 0px 0px -13px;}
  .page-header .top-block {text-align: center;}
  .page-header .top-block .minicart-wrapper .block-minicart {text-align: left;}
  .page-header .middle-block-inner {text-align: center;}
  .page-header .logo-wrapper {float: none; display: inline-block;}
  .page-header .quick-access {float: none; display: inline-block; padding-top: 0;}
  .text-banners-block a {padding: 12px 9px;}
  .sidebar .block.block-compare .product-item-name {width: 90%;}
  .sidebar .block .primary,
  .sidebar .block .secondary {margin: 0 0 .75em;}
  .page-header .panel {padding: 0;}
  .page-header .header-text-blocks {float: none; vertical-align: middle;}
  .header-wrapper .block-search {margin-left: 20px;}

  .page-header .welcome {font-size: 12px; float: none;}
  .page-header  .right-block {float: none;}
  .header-wrapper .navbar-collapse.collapse a.level-top.ui-state-focus,
  .header-wrapper .navbar-collapse.collapse a.level-top.ui-state-active {background-color: #eee;}
  .header-wrapper .navbar-collapse.collapse .parent a.level-top.ui-state-focus,
  .header-wrapper .navbar-collapse.collapse .parent a.level-top.ui-state-active {
    border-color: #ddd;
    border-bottom-color: #fff;
    background-color: transparent;
    color: #222;
    -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);
  }
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top,
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top.ui-state-active,
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top.ui-state-focus {background-color: #1e252d; color: #fff; border-color: #eee;}
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top .ui-menu-icon:after,
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top.ui-state-focus .ui-menu-icon:after,
  .header-wrapper .navbar-collapse.collapse li.active > a.level-top.ui-state-active .ui-menu-icon:after {color: #222;}
  .navigation .level0 .submenu {
    -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);
  }
  .header-wrapper .navbar-collapse.collapse a.level-top {padding-left: 10px; padding-right: 10px;}
  .header-wrapper #sticky-header .navbar-collapse.collapse a.level-top {padding-left: 10px; padding-right: 10px; text-transform: none; line-height: 1.58;}


  /* Home Page */
  .feature-links i {
    font-size: 44px;
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  #home-slider .item .slide-container {right: 4%; bottom: 12%;}
  #home-slider .item .text {margin-bottom: 20px;}
  #home-slider .item .title {margin-bottom: 12px;}
  body .subscribe-block .block.newsletter .input-wrapper {width: 100%;}
    .header-custom-menu-list {padding-left: 15px;}
  .header-custom-menu-list li a {text-transform: none; font-size: 14px;}

  .footer .socials-wrapper {margin: 0;}
  .footer .horizontal-links li a {padding: 10px 20px;}
  .footer .text-block:not(:first-of-type) {margin-left: 9px; padding-left: 12px}
}

/* Note: Design for a width of 991px */

@media (max-width: 991px){
  .minicart-wrapper .block-minicart{
    top:0px!important;
    right:0px!important;
    width:100% !important;
    height:100%!important;
    overflow:scroll!important;
    position: fixed!important;
    margin:0px!important;
  }
  #minicart-close {
    font-size: xx-large;
    color: #fcbc00;
    position: relative;
    float: left;
    margin-bottom: 20px;
    /* left: 50%; */
  }
}


/* #Tablet (Portrait) ================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1061px) {
  /* Customer Account Page */
  body {overflow: visible !important;}
  .sidebar.col-sm-3{transform: translateX(0%) !important;}
  .acc-nav-button {display: none;}
  
  .custom-header-toplink{width: 275px !important;float:right;}
  .product-image-wrapper img {width: auto!important; height: auto!important;}
  .products-grid .actions-secondary a {margin-left: 10px;}
  .page-header .action.nav-toggle {display: inline-block; margin: 0; padding: 16px 15px; vertical-align: middle;}
  .page-header .action.nav-toggle i {line-height: 16px;}
  .nav-before-open{height: 100%;width: 100%}
  .nav-before-open .page-wrapper{-webkit-transition: left .3s;-moz-transition: left .3s;-ms-transition: left .3s;transition: left .3s;height: 100%;left: 0; /* overflow: hidden; */ position: relative}
  .header-wrapper .navbar-collapse.collapse a.level-top span {padding-top: 0;}
  .nav-before-open body{height: 100%;overflow: hidden;position: relative;width: 100%}
  .nav-open .page-wrapper{left: 360px;}
  .nav-open .nav-sections{
    -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    left: 0;
    z-index: 99;

  }
  .nav-open .nav-toggle:after{
    background: rgba(0,0,0,0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections {width: 360px; left: -360px;}
  .nav-sections-items{position: relative; z-index: 1}
  .nav-sections-items:before,
  .nav-sections-items:after{content: '';display: table}
  .nav-sections-items:after{clear: both}
  .nav-sections-item-title {
    background: transparent;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 46px;
    font-size: 14px;
    padding: 13px 0;
    text-align: center;
    width: 45%;
  }
  .nav-sections-item-title a {color: #222;}
  .nav-sections-item-title.active {background: #e3e3e3; border-bottom: 0;}
  .nav-sections-item-title.active a {color: #000;}
  .nav-sections-item-title .nav-sections-item-switch:hover {text-decoration: none;}
  .nav-sections-item-content {box-sizing: border-box; float: right; margin-left: -100%; margin-top: 45px; width: 100%; padding: 20px;}
  .nav-sections-item-content .navbar-collapse.collapse {border: none; margin: -20px;}
  .nav-sections-item-content:before,
  .nav-sections-item-content:after{content: '';display: table}
  .nav-sections-item-content:after{clear: both}
  .nav-sections-item-content.active{display: block}
  body .mobile-menu-wrapper .header-switcher,
  body .mobile-menu-wrapper .header-switcher .options {display: block; margin: 0; color: #222;}
  body .mobile-menu-wrapper .header-switcher .options .action.toggle,
  body .mobile-menu-wrapper .header-switcher .options .action.toggle.active {display: block; padding: 2px 10px 2px 0; border: solid 1px #ddd;}
  body .mobile-menu-wrapper .switcher-trigger strong {width: calc(100% - 26px);}
  body .mobile-menu-wrapper .header-switcher.switcher-language .switcher-trigger span:before {content: none;}
  body .mobile-menu-wrapper .header-switcher .options .action.toggle:after {color: rgba(0,0,0,0.3);}

  body .mobile-menu-wrapper .header-switcher + .header-switcher {margin-top: 20px; padding: 0;}
  body .mobile-menu-wrapper .header-switcher + .header-switcher > div {display: block;}
  body .mobile-menu-wrapper .header-switcher + .header-switcher:before {content: none;}
  .page-header .quick-access .header-switcher {display: none;}
  .navigation{background: #f0f0f0;box-sizing: border-box}
  .navigation ul {margin: 0; padding: 0; float: none;}
  .navigation li {margin: 0; float: none;}
  .navigation a{display: block;padding-top: 10px;padding-right: 0;padding-bottom: 10px;padding-left: 15px}
  .navigation a,
  .navigation a:hover{color: #575757;text-decoration: none}
  .navigation .level0 .submenu {background: inherit;}
  .navigation .level0{border-top: 1px solid #d1d1d1;}
  .navigation .level0 > .level-top{font-weight: 700;padding: 8px 40px 8px 15px;text-transform: uppercase;word-wrap: break-word}
  .navigation .level0.active .all-category .ui-state-focus{border-color: #ff5501;border-style: solid;border-width: 0 0 0 8px;color: #ff5501;padding-left: 7px;display: inline-block}
  .navigation .level0 > .level1{font-weight: 600}
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active){opacity: .75; background: transparent;}
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {background: transparent;}
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus,
  .navigation .level0 .submenu .active > a,
  .navigation .level0 .submenu li.level1 > a  {background: transparent; color: #fff;}
  .navigation li.level0:last-child{border-bottom: 1px solid #d1d1d1}
  .navigation .submenu > li{word-wrap: break-word}
  .navigation .submenu:not(:first-child){font-weight: 400;line-height: 1.3;left: auto !important;overflow-x: hidden;padding: 0;position: relative;top: auto !important;transition: left .3s ease-out}
  .navigation .submenu:not(:first-child) > li > a{padding-left: 15px}
  .navigation .submenu:not(:first-child) > li:last-child{margin-bottom: 0}
  .navigation .submenu:not(:first-child) ul{display: block;padding-left: 15px}
  .navigation .submenu:not(:first-child) ul > li{margin: 0}
  .navigation .submenu:not(:first-child) ul > li a{color: #fff;display: block;line-height: normal}
  .navigation .submenu:not(:first-child).expanded{padding-right: 0;top: 0 !important}
  .navigation .submenu:not(:first-child) .active > a{border-color: #ff5501;border-style: solid;border-width: 0 0 0 8px;color: #333;padding-left: 7px}
  .navigation .submenu:not(:first-child) .level1.active > a{padding-left: 7px}

  .products-grid .price-action-block.two-items > .price-box,
  .products-list .price-action-block.two-items > .price-box {padding-left: 5px; padding-right: 5px;}
  .products-grid .price-action-block.two-items > .price-box .price,
  .products-list .price-action-block.two-items > .price-box .price {font-size: 12px;}

  .header-wrapper .navbar-collapse.collapse a.level-top {padding: .75em 20px;}
  .header-wrapper .navbar-collapse.collapse a.level-top.ui-state-focus {margin: 0; padding: .75em 20px; background: transparent; color: #222;}

  /* new mobile menu */
  .header-wrapper .toggle-nav {display: none;}
  .header-wrapper .navbar-collapse.collapse {display: block;}
  .header-wrapper .navbar-collapse.collapse li.level-top.parent > a {position: static;}
  .header-wrapper .navbar-collapse.collapse li.level-top.parent:after {
    content: '\0041';
    color: #222;
    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;
    position: absolute;
    right: 5px;
    padding: 14px;
    top: 0;
  }
  .header-wrapper .navbar-default {float: none;}
  .header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon {display: none;}
  .header-wrapper .navbar-collapse.collapse li.parent a.level-top:after {content: none;}
  .navigation .level0 .submenu {position: static; box-shadow: none; margin: 0; padding: 0 10px; position: static!important;}
  .header-wrapper .mobile-menu-wrapper .header.links {display: block; margin: -14px -20px}
  .header-wrapper .mobile-menu-wrapper .header.links li {padding: 12px; display: block; float: none; padding-top: 15px; padding-bottom: 15px;}
  .header-wrapper .mobile-menu-wrapper .header.links li {padding: 5px 12px;}
  .header-wrapper .mobile-menu-wrapper .header.links li  {border: none; border-bottom: 1px solid #d1d1d1;}
  .header-wrapper .mobile-menu-wrapper .links li a {
    padding: .75em 10px;
    font-size: 13px;
    line-height: 1;
    height: auto;
    width: auto;
    text-align: left;
    background-color: transparent;
    border-radius: 0;
    display: block;
  }
  .header-wrapper .mobile-menu-wrapper .links li {
    border-bottom: 1px solid #d1d1d1;
  }
  .header-wrapper .mobile-menu-wrapper .links li.authorization-link a:before {
    content: none;
  }
  .header-wrapper .customer-welcome .customer-name {display: block;}
  .header-wrapper .customer-welcome .customer-menu {display: block;}
  .header-wrapper .mobile-menu-wrapper .customer-menu .header.links {
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  .header-wrapper .mobile-menu-wrapper .header.links li.customer-welcome {padding: 0; border: none;}
  .header-wrapper .mobile-menu-wrapper .header.links .customer-menu li a,
  .header-wrapper .mobile-menu-wrapper .header.links .customer-menu li.authorization-link a {padding: 0;}
  .header-wrapper .mobile-menu-wrapper .customer-menu .header.links li {padding: 10px 20px;}

  .header.links li {padding: 0 12px;}
  .header.links li a {font-size: 0; display: block;}
  .header.links li a:before {font-size: 16px; margin-right: 0; padding: 5px 0; top: 0;}

  .product-info-main .top-block .product-reviews-summary{border: none;}
  .bundle-options-container .product-add-form .product-addto-links a.friend,
  .product-info-main .product-social-links a.friend {margin-top: 10px;}
  /* end */


  .page-header .right-block .top-block {display: inline-block;}
  .header-wrapper .header.links {margin: -5px 0px 0px -13px;}
  .customer-welcome .customer-menu {text-align: left;}


  /* Sticky Header */
    #sticky-header {/*display: none !important;*/}


  /* Home Page */
    #home-slider .item .slide-container {right: 4%; bottom: 40%;}
    #home-slider .item .title {font-size: 23px;}
    .text-blocks-wrapper .text-block:nth-child(4n):before {content: none;}
    .text-blocks-wrapper-type-2 a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10px;
    }
    body .subscribe-block .block.newsletter .input-wrapper {width: 100%;}
    body .subscribe-block {padding: 20px;}

  .toolbar .toolbar-amount {margin: 9px 0 9px 5px;}

  .sidebar .block li a:not(.action),
  .sidebar .block li strong {width: 88%;}
  .sidebar .block li .product-item-name a:not(.action) {width: 100%;}

  .sidebar .block.block-reorder li .field + .product-item-name {width: 84%; vertical-align: top;}
  .sidebar .block .primary {margin: 0 0 .75em;}
  .sidebar .block .primary + .secondary {margin-left: 0;}
  .products-grid .actions-primary + .actions-secondary {margin-top: .75em;}
  #product-review-table th,
  #product-review-table td {padding: 6px;}
  .toolbar .modes {margin-right: 0;}

  .page-header .panel {padding: 0;}
  .page-header .header-switcher {display: none;}
  .header-wrapper .block-search {margin-left: 15px;}
  .page-header .header-text-blocks li + li {margin-left: 10px; padding-left: 10px;}
  .header-wrapper .block-search .indent {width: 320px;}
  .page-header .header-text-blocks {float: none; vertical-align: middle;}

  .page-header .top-block {text-align: center;}
  .page-header .top-block .minicart-wrapper .block-minicart {text-align: left;}
  .page-header .welcome {float: none; text-align: center;}
  .page-header .right-block {float: none; display: block; text-align: center;}
  .minicart-wrapper .title-cart,
  .header.links li {padding-left: 10px; padding-right: 10px;}
  .page-header .middle-block-inner {text-align: center;}
  .page-header .logo-wrapper {float: none; display: inline-block;}
  .page-header .quick-access {float: none; display: inline-block; padding: 0;}
  .products-list .widget-new-list li.item .lightbox-button {display: none;}

  .products-grid .reviews-actions a.add {display: none;}
  .products-grid .btn i {display: inline-block;}
  .products-grid .btn {line-height: 1.2;}
  .products-grid .price-action-block .btn span {display: none;}
  .text-blocks-wrapper p {font-size: .91em;}

  .info-block .item {min-height: 330px;}
  .toolbar .limiter {margin-left: 10px;}
  .footer .footer-links a {padding: .45em 7px; position: relative; display: inline-block; font-size: 11px;}
  .page-footer .store-switcher-wrapper {clear: both; display: inline-block;}
  .sidebar .block {padding: 0 12px 16px;}
  .block-title,
  .sidebar .block .block-title,
  .block-collapsible-nav-title {padding: 16px 0; font-size: 1.16em;}
  .footer .text-block {float: left; width: 20%;}
  .footer .text-block .media-left {padding-right: 5px;}
  .footer .text-block p {font-size: 10px;}
  .footer .text-block:not(:first-of-type) {margin-left: 0; padding-left: 10px;}
  .footer ul.social-links {display: block; text-align: center;}
  .footer ul.social-links li {display: inline-block; float: none;}
  .footer .shipping-wrapper {float: none !important; text-align: center; margin-top: 15px;}
  .footer .footer-bottom {text-align: center;}
}
/*  #Mobile (Portrait) ================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .custom-product-large-pores {
    font-size:26px!important;line-height:26px!important;margin:0 auto!important;
  }
  /* Customer Account Page */
  #account-nav > ul {padding-top:20px;}
  .sidebar.col-sm-3 {position:fixed;width:60%;left:0;top:0;/*margin:0*/;-webkit-transform:translateX(-100%);transform:translateX(-100%);height:100%;padding-bottom:60px;background-color:#fff;z-index:999;overflow-y:auto;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateX(-105%);transform:translateX(-105%)}
  .sidenav-overlay{position:fixed;top:0;left:0;right:0;opacity:0;height:120vh;background-color:rgba(0,0,0,0.5);z-index:997;display:block;opacity:1;}
  .acc-nav-button{border-radius: 20%; float:right; /*position: absolute*/;background: #1e252d;color: white;border-color: white;font-family: "Core Sans G Light";}
  
  /* Header */
  custom-header-toplink{width: 275px !important;float:right;}

   /* Data Table */
  table.table:not(#product-review-table):not(#product-comparison):not(.totals) table,
  table.table:not(#product-review-table):not(#product-comparison):not(.totals) thead,

  table.table:not(#product-review-table):not(#product-comparison):not(.totals) th{ display: block; border: none!important; text-align: left !important;  width: 100%!important; float: none; }
  table.table:not(#product-review-table):not(#product-comparison) thead tr { display: none;}
  
  table.table:not(#product-comparison)  td { padding: 10px 10px; width: 100%!important;}
  table.table:not(#product-review-table):not(#product-comparison) td a.product-image{width:auto; max-width:100%; margin:0 auto; float:none;}
  table.table:not(#product-review-table):not(#product-comparison) td a.product-image img{width:100%;}
  table.table:not(#product-review-table):not(#product-comparison) td .cart-label { width: 80px; display: inline-block; vertical-align: middle; font-size:1.16em; color:#888; font-weight:normal; }
  table.table:not(#product-review-table):not(#product-comparison) td.last { border-bottom: 1px solid #ddd!important;/*  margin-bottom: 1.5em; */ margin-bottom: -1px;}

  body .table-comparison {width: auto; max-width: none;}
  .table-comparison .product-item-actions > .actions-primary + .actions-secondary {margin: .75em 0 0;}


  body #co-shipping-method-form #checkout-shipping-method-load table.table.table-checkout-shipping-method th,
  body #co-shipping-method-form #checkout-shipping-method-load table.table.table-checkout-shipping-method td {display: inline-block; width: auto!important;}

  table#product-review-table table { display:  table;}
  table#product-review-table thead { display: table-header-group;}
  table#product-review-table tbody { display: table-row-group;}
  table#product-review-table tr { display:  table-row;}
  table#product-review-table th,
  table#product-review-table td { display: table-cell;}
  table#product-review-table thead tr { display:  table-row;}
  table#product-review-table {  margin:10px 0;}
  table#product-review-table th { padding:4px 3px; border:1px solid #E4E4E4; font-weight:bold; white-space:normal; }
  table#product-review-table td { padding:14px 20px; border:1px solid #E4E4E4;}
  table#product-review-table thead th span{text-indent:0; white-space:normal; overflow:visible; background:none!important; width:auto; font-size:10px; color:#fff;}
  table#product-review-table td{padding:9px 11px;}
  table#product-review-table tbody th{font-size:1em; padding:9px;}
  #shopping-cart-table thead {display: none!important;}

  .fieldset .customer-name-prefix-middlename-suffix .field {width: 33.33334%;}

  .page-header .panel {text-align: center; float: none; padding: 0;}
  .page-header a.logo, .page-header .logo {float: left; padding: 0; margin: 17px 0 0 10px;}
  .page-header .block-search {margin: 5px 0 10px 0; display: block; clear: both; width: 100%;}
  .header-wrapper .block-search .input-group,
  .header-wrapper .block-search .input-group input {width: 100%;}
  .header.links {float: none; display: inline-block;}
  .product-image-wrapper img {width: auto!important; height: auto!important;}
  .products-grid .actions-secondary a {margin-left: 10px;}
  .header-wrapper .block-search.type-2 .indent .inner .input-group {width: 86%;}
  .header-wrapper .block-search.type-2 .indent .inner input {width: 75%;}

  /* Home Page */
  #home-slider.owl-theme .owl-dots {bottom: 0;}
  #home-slider .owl-nav div {height: 30px; width: 30px; line-height: 30px; margin-top: -15px;}
  #home-slider .owl-nav div.owl-prev {left: 10px;}
  #home-slider .owl-nav div.owl-next {right: 10px;}
  #home-slider .item .subtitle {font-size: 11px; margin-bottom: 2px;}
  #home-slider .item .title img {width: 33px; margin-right: 8px; padding-top: 5px;}
  #home-slider .item .slide-container {right: 12%;}
  #home-slider .item .slide-container.slide-skin-2 {right: 16%;}
  #home-slider .item .title {font-size: 19px; line-height: 20px;}
  #home-slider .item .title strong {margin-top: 3px;}
  .text-blocks-wrapper .text-block:not(:first-of-type):before {content: none;}
  .banner-products-block .banner-block,
  .banner-products-block .products-block {float: none; width: 100%;}
  body .subscribe-block {padding: 20px;}
  body .subscribe-block .block.newsletter .input-wrapper {width: 100%;}
  .brands {text-align: center;}

  .catalog-category-view .products-grid li.item,
  .catalog-category-view .products-grid li.product-item {float: none; width: auto; clear: both;}
  .products-list .product-item-photo,
  .products-list .product-item-details {float: none; width: auto;}

  .toolbar .toolbar-sorter {float: right;}
  .toolbar .limiter {float: none; margin-top: 10px;}


  .footer-bottom-wrapper .pull-left,
  .footer-bottom-wrapper .pull-right {float: none!important; display: block; text-align: center;}
  .footer .switcher-store {margin: 0;}
  .footer .social-links {display: inline-block;}

  [class*='col-sm'] + [class*='col-sm'] {margin-top: 12px;}

  .page-title {font-size: 2em;}

  .page-header .action.nav-toggle {display: inline-block;margin: 0; padding: 16px 15px;}
  .page-header .action.nav-toggle i {line-height: 16px;}
  .nav-before-open{height: 100%;width: 100%}
  .nav-before-open .page-wrapper{-webkit-transition: left .3s;-moz-transition: left .3s;-ms-transition: left .3s;transition: left .3s;height: 100%; left: 0; /* overflow: hidden; */ position: relative}
  .nav-before-open body{height: 100%;overflow: hidden;position: relative;width: 100%}
  .nav-open .page-wrapper{left: 80%; left: calc(100% - 54px);}
  .nav-open .nav-sections{
    -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    left: 0;
    z-index: 99;

  }
  .nav-open .nav-toggle:after{
    background: rgba(0,0,0,0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {position: relative; z-index: 1;}
  .nav-sections-items:before,
  .nav-sections-items:after {content: ''; display: table;}
  .nav-sections-items:after {clear: both;}
  .nav-sections-item-title {
    font-size: 14px;
    background: transparent;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 46px;
    padding: 13px 0;
    text-align: center;
    width: 45%;
  }
  .nav-sections-item-title a {color: #222;}
  .nav-sections-item-title.active {background: #e3e3e3; border-bottom: 0;}
  .nav-sections-item-title.active a {color: #000;}
  .nav-sections-item-title .nav-sections-item-switch:hover {text-decoration: none;}
  .nav-sections-item-content {box-sizing: border-box; float: right; margin-left: -100%; margin-top: 40px; width: 100%; padding: 20px;}
  .nav-sections-item-content .navbar-collapse.collapse {border: none; margin: -20px;}
  .nav-sections-item-content:before,
  .nav-sections-item-content:after{content: '';display: table}
  .nav-sections-item-content:after{clear: both}
  .nav-sections-item-content.active{display: block}
  body .mobile-menu-wrapper .header-switcher,
  body .mobile-menu-wrapper .header-switcher .options {display: block; margin: 0; color: #222;}
  body .mobile-menu-wrapper .header-switcher .options .action.toggle,
  body .mobile-menu-wrapper .header-switcher .options .action.toggle.active {display: block; padding: 2px 10px 2px 0; border: solid 1px #ddd;}
  body .mobile-menu-wrapper .switcher-trigger strong {width: calc(100% - 26px);}
  body .mobile-menu-wrapper .header-switcher.switcher-language .switcher-trigger span:before {content: none;}
  body .mobile-menu-wrapper .header-switcher .options .action.toggle:after {color: rgba(0,0,0,0.3);}

  body .mobile-menu-wrapper .header-switcher + .header-switcher {margin-top: 20px; padding: 0;}
  body .mobile-menu-wrapper .header-switcher + .header-switcher > div {display: block;}
  body .mobile-menu-wrapper .header-switcher + .header-switcher:before {content: none;}
  .header-wrapper .navbar-collapse.collapse a.level-top span {padding-top: 0;}
  .navigation{background: #f0f0f0;box-sizing: border-box}
  .navigation ul{margin: 0;padding: 0}
  .navigation li{margin: 0}
  .navigation li.level0.first {margin-top: 5px;}
  .navigation a{display: block;padding-top: 10px;padding-right: 0;padding-bottom: 10px;padding-left: 15px}
  .navigation a,
  .navigation a:hover{color: #575757;text-decoration: none}
  .navigation .level0 .submenu {background: inherit;}
  .navigation .level0:not(:first-child) {border-top: 1px solid #d1d1d1;}
  .navigation .level0 > .level-top{font-weight: 700;padding: 8px 40px 8px 15px;text-transform: uppercase;word-wrap: break-word}
  .navigation .level0.active .all-category .ui-state-focus{border-color: #ff5501;border-style: solid;border-width: 0 0 0 8px;color: #ff5501;padding-left: 7px;display: inline-block}
  .navigation .level0 > .level1{font-weight: 600}
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active){opacity: .75; background: transparent;}
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {background: transparent;}
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus,
  .navigation .level0 .submenu .active > a,
  .navigation .level0 .submenu li.level1 > a  {background: transparent; color: #fff;}
  .navigation li.level0:last-child{border-bottom: 1px solid #d1d1d1}
  .navigation .submenu > li{word-wrap: break-word}
  .navigation .submenu:not(:first-child){font-weight: 400;line-height: 1.3;left: auto !important;overflow-x: hidden;padding: 0;position: relative;top: auto !important;transition: left .3s ease-out}
  .navigation .submenu:not(:first-child) > li > a{padding-left: 15px}
  .navigation .submenu:not(:first-child) > li:last-child{margin-bottom: 0}
  .navigation .submenu:not(:first-child) ul{display: block;padding-left: 15px}
  .navigation .submenu:not(:first-child) ul > li{margin: 0}
  .navigation .submenu:not(:first-child) ul > li a{color: #fff;display: block;line-height: normal}
  .navigation .submenu:not(:first-child).expanded{display: block !important;padding-right: 0;top: 0 !important}
  .navigation .submenu:not(:first-child) .active > a{border-color: #ff5501;border-style: solid;border-width: 0 0 0 8px;color: #333;padding-left: 7px}
  .navigation .submenu:not(:first-child) .level1.active > a{padding-left: 7px}

  .header-wrapper .navbar-collapse.collapse a.level-top {padding: .75em 20px;}
  .header-wrapper .navbar-collapse.collapse a.level-top.ui-state-focus {margin: 0; padding: .75em 20px; background: transparent; color: #222;}

  .product-info-main .top-block .product-reviews-summary{border: none;}
  .weltpixel-quickview-catalog-product-view  .review-add,
  .weltpixel-quickview-catalog-product-view  #product-review-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* old mobile menu */
  /* .header-wrapper .toggle-nav {float: right;}
  .navbar-collapse {
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    transition: right .3s;
    height: 100%;
    right: -80%;
    right: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    display: block;
    width: calc(100% - 54px);
  }
  .nav-open .navbar-collapse {
    -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    right: 0;
    z-index: 99;
    background: #fff;
  }
  .header-wrapper .navbar-collapse.collapse li.level-top.parent > a {position: static;}
  .header-wrapper .navbar-collapse.collapse li.level-top.parent:after {
    content: '\f078';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    padding: 5px;
    top: 8px;
  }
  .header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon {display: none;}
  .header-wrapper .navbar-collapse.collapse li.parent a.level-top:after {content: none;}
  .navigation .level0 .submenu {position: static; box-shadow: none; margin: 0; padding: 0 10px; position: static!important;} */

  /* new mobile menu */
  .page-header .header-switcher {display: none;}
  .page-header .header-custom-links li a {color: #222;}
  .header-wrapper .menu-wrapper .container {}
  .header-wrapper .navbar-collapse.collapse {display: block;}
  .header-wrapper .navbar-collapse.collapse.header-links {display: none;}
  .page-header .header-custom-links {position: relative; float: left;}
  .page-header .header-custom-links .navbar-toggle {padding: 0; margin: 0;}
  .header-wrapper .navbar-collapse.collapse.header-links,
  .header-wrapper .navbar-collapse.collapsing.header-links {
    position: absolute;
    left: 0;
    width: 200px;
    top: 100%;
    background: #fff;
    height: auto!important;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    z-index: 999;
  }
  .header-wrapper .navbar-collapse.collapse.header-links.collapsing,
  .header-wrapper .navbar-collapse.collapse.header-links.in {display: block;}
  .header-wrapper .navbar-collapse.collapse li.level-top.parent > a {position: static;}
  .header-wrapper .navbar-collapse.collapse li.level-top.parent:after {
    content: '\0041';
    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;
    position: absolute;
    right: 5px;
    padding: 5px;
    top: 11px;
  }
  .header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon {display: none;}
  .header-wrapper .navbar-collapse.collapse li.parent a.level-top:after {content: none;}
  .navigation .level0 .submenu {position: static; box-shadow: none; margin: 0; padding: 0 10px; position: static!important;}
  .header-wrapper .mobile-menu-wrapper .header.links {display: block; margin: -14px -20px}
  .header-wrapper .mobile-menu-wrapper .header.links li {padding: 12px; display: block; float: none; padding-top: 15px; padding-bottom: 15px;}
  .header-wrapper .mobile-menu-wrapper .header.links li {padding: 5px 12px;}
  .header-wrapper .mobile-menu-wrapper .header.links li  {border: none; border-bottom: 1px solid #d1d1d1;}
  .header-wrapper .mobile-menu-wrapper .links li a {
    padding: .75em 10px;
    font-size: 13px;
    line-height: 1;
    height: auto;
    width: auto;
    text-align: left;
    background-color: transparent;
    border-radius: 0;
    display: block;
  }
  .header-wrapper .mobile-menu-wrapper .links li {
    border-bottom: 1px solid #d1d1d1;
  }
  .header-wrapper .mobile-menu-wrapper .links li.authorization-link a:before {
    content: none;
  }
  .header-wrapper .customer-welcome .customer-name {display: block;}
  .header-wrapper .customer-welcome .customer-menu {display: block;}
  .header-wrapper .mobile-menu-wrapper .customer-menu .header.links {
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  .header-wrapper .mobile-menu-wrapper .header.links li.customer-welcome {padding: 0; border: none;}
  .header-wrapper .mobile-menu-wrapper .header.links .customer-menu li a,
  .header-wrapper .mobile-menu-wrapper .header.links .customer-menu li.authorization-link a {padding: 0;}
  .header-wrapper .mobile-menu-wrapper .customer-menu .header.links li {padding: 10px 20px;}

  .header.links li {padding: 0 12px;}
  .header.links li a {font-size: 0; display: block;}
  .header.links li a:before {font-size: 16px; margin-right: 0; padding: 5px 0; top: 0;}


  /* end */

  .page-header .right-block .top-block {display: inline-block;}
  .customer-welcome .customer-menu {text-align: left;}

  .reviews-wrapper .review-item .customer-info{
    float: none;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,.1);
    width: auto;
  }


  .footer.default {text-align: center;}
  .footer.default .copyright,
  .footer.default .switcher-store {float: none; display: inline-block;}
  .footer.default .switcher-store {margin: 1em 0 0;}
  .toolbar .sidebar-button {display: none;}
  body .nav-tabs > li {float: none;}
  #tabs .nav-tabs > li > a {margin: 0;}


  .page-layout-1column .filter-title {display: inline-block; padding: 5px 10px; margin: 0; float: left;}
  .page-layout-1column .filter-title strong {padding: 0;}
  .page-layout-1column .filter-title strong:before {
    content: '\0079';
    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;
    margin-right: 5px;
  }
  .page-layout-1column .filter-options {display: none; margin: 0;}
  body.filter-active .page-wrapper {height: 0; margin-top: -999999em; visibility: hidden;}
  body.filter-active .columns {z-index: 999;}
  .page-layout-1column .filter.active {position: relative; visibility: visible; z-index: 99;}
  .page-layout-1column .filter.active .filter-options-item:last-child {margin-bottom: 40px;}
  .page-layout-1column .filter.active .filter-title {border-bottom: 1px solid #ccc; height: 48px; left: 0; position: fixed; right: 0; top: 0; z-index: 2; margin: 0;}
  .page-layout-1column .filter.active .filter-title strong {
    border-radius: 3px;
    font-weight: 400;
    line-height: 16px;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    z-index: 2;
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .page-layout-1column .filter.active .filter-title strong:after {
    content: "\004c";
    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;
    position: relative;
    color: #666;
  }
  .page-layout-1column .filter.active .filter-subtitle {
    background: #fff;
    color: #222;
    font-family: 'Open Sans';
    display: block;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    padding-left: 10px;
  }
  .page-layout-1column .filter.active .filter-options {background: #fff; bottom: 0; display: block; left: 0; overflow: scroll; position: fixed; right: 0; top: 50px; z-index: 10;}
  .page-layout-1column .filter .filter-subtitle {font-size: 20px; font-weight: 400;}
  .page-layout-1column .filter-actions {margin: -35px -10px 25px;}
  .page-layout-1column .filter-options-content {padding: 5px 0; position: static; width: auto; box-shadow: none; border: none;}
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {content: none;}
  .page-layout-1column .filter-options-item {border-bottom: 1px solid #ccc; padding: 10px; display: block; margin: 0;}
  .page-layout-1column .filter-options-content .item {padding:  0;}
  .page-layout-1column .filter-options-content .item a {padding: 9px; display: block;}
  .page-layout-1column .filter .filter-current {border: solid #ccc; border-width: 1px 0; margin: 5px -10px 0;}
  .page-layout-1column .filter .filter-current .items {display: none;}
  .page-layout-1column .filter .filter-current-subtitle {position: relative; text-transform: uppercase; z-index: 1; display: block; text-decoration: none;}
  .page-layout-1column .filter .filter-current-subtitle:before {-webkit-font-smoothing: antialiased; font-size: 13px; line-height: inherit; color: inherit; content: '\e622'; font-family: 'luma-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center;}
  .page-layout-1column .filter .filter-current-subtitle:before {position: absolute; right: 10px; top: 10px;}
  .page-layout-1column .filter .filter-current-subtitle:after {color: #7d7d7d; content: ' (' attr(data-count) ')'; font-size: .9em;}
  .page-layout-1column .filter .filter-current.active {padding-bottom: 30px;}
  .page-layout-1column .filter .filter-current.active .block-subtitle:before {content: '\e621';}
  .page-layout-1column .filter .filter-current.active .items {display: block;}
  .page-layout-1column .filter .filter-current.active + .block-actions {display: block;}
  .page-layout-1column .filter .filter-current + .block-actions {display: none;}
  .page-layout-1column .filter-no-options .filter-title:before {background: rgba(255,255,255,0.5); content: ''; display: block; height: 40px; left: -15px; margin-top: -60px; position: relative; width: 100px; z-index: 99;}
  .page-layout-1column .filter-no-options .filter-content {margin-bottom: 20px;}
  .page-with-filter .columns .sidebar-main {-ms-flex-order: 0; -webkit-order: 0; order: 0;}

  .page-layout-1column .filter.block {float: left; margin: 0;}
  .page-layout-1column .filter-title {
    border: none;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    font-size: 1.15em;
    margin: 0 10px 0 0;
    font-weight: normal;
    border-radius: 3px;
    background-color: rgba(0,0,0,.06);
    color: rgba(0,0,0,.4);
    border-color: rgba(0,0,0,.02);
    height: 40px;
    line-height: 40px;
  }
  .page-layout-1column .filter-title:after {content: none;}

  .reviews-actions {font-size: 13px;}
  .product-info-main .title-wrapper .add-review-link {margin-top: 1px;}

  .toolbar .limiter,
  .toolbar .modes {display: none;}

  .additional-attributes .table-label {font-weight: bold; color: #222;}
  .additional-attributes td {padding: 10px!important;}

  .products-grid:not(.widget-product-grid) li.item {float: none; width: 100%; clear: both;}
  .products-grid:not(.widget-product-grid) li.item + li.item {margin-top: 1em;}

  .table .item-info {position: relative;}
  .checkout-methods-items {text-align: center;}
  .cart.table-wrapper .product-item-details {padding-right: 40px;}
  .cart.table-wrapper td {padding: .5em;}
  .table td.remove {padding: 0; background: none;}
  .table td.remove a {position: absolute; right: 12px; top: 35px;}
  .table td.remove a i {height: auto; width: auto; line-height: normal; border: none;}
  .cart-container .cart.actions a {display: block; float: none;}
  .cart-container .cart.actions .btn {display: block; float: none; margin-top: .75em; width: 100%;}
  body .cart-container #cart-totals table.table.totals th,
  body .cart-container #cart-totals table.table.totals td {padding: 0!important; text-align: center!important;}
  .cart-summary .block-title strong {padding: 0;}
  #sticky-header {/*display: none!important;*/}
  #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: 100%;}

  .cms-no-route .page-not-found h2 {font-size: 16em;}
  .cms-no-route #search_mini_form {width: 100%;}
  .authentication-wrapper {width: 100%; max-width: 100%; float: none; margin-bottom: 20px; margin-top: 0; text-align: center;}
  .checkout-container .opc-progress-bar {text-align: center;}
  .opc-wrapper .shipping-address-item {width: 50%;}

  .products-list .image-wrapper {float: none; width: 100%;}
  .modal-dialog {margin-left: auto; margin-right: auto;}
  .page-products .products-grid li.item,
  .page-products .products-grid li.product-item,
  .products-grid.wishlist li.product-item {width: 100%; clear: both; float: none;}

  .bundle-options-container .product-add-form .product-addto-links a, .product-info-main .product-social-links a {margin-bottom: .75em;}
  .minicart-wrapper .block-minicart {width: 282px;}
  .block-minicart .block-content > .actions div.primary {margin: .75em 0 0; display: block;}
  .block-minicart .block-content > .actions div.primary .btn {display: inline-block;}

  .products-list .widget-new-list .image-wrapper,
  .products-list .widget-new-list .product-item-details {float: left;}

  /* Product Page */
  .related .block-actions {float: none; margin: 0 0 15px;}
  .related .block-title {margin-bottom: 0.5em;}

  /* Account */
  .field.password .control #password {float: none; width: 100%;}
  .field.password .control #password-strength-meter-container {float: none; width: 100%; margin: 10px 0;}
  .field.password .control #password-error {position: relative;}


  .page-header .top-block .right-block {float: none;}
  .page-header .top-block .right-block-wrapper {
    background-color: rgba(0,0,0,0.08);
    margin: 11px 0 2px;
    padding: 3px 5px;
    text-align: left;
  }
  .logo img {
    width: 100px;
  }
  .wide-layout .page-header .top-block,
  .boxed-layout .page-header .top-block .container {border-bottom: none; text-align: center;}
  .page-header .welcome {display: none;}
  .page-header ul.social-links {float: right; padding-top: 4px; padding-bottom: 4px;}
  .page-header .header-switcher + ul.social-links:before {content: none;}
  .page-header .quick-access .header-switcher {display: none;}
  .page-header .header-custom-links {margin-top: 3px; margin-bottom: 3px; padding-top: 5px; padding-bottom: 1px;}
  .page-header .header-custom-links li {font-size: 10px; padding: 2px 8px; display: block; text-align: left;}
  .page-header .header-custom-links li i {display: none;}
  .block-minicart .subtitle.empty {font-size: 12px;}
  .header-wrapper .header.links {/*margin: 2px 0; display: none;*/}

  .page-header .header-text-blocks {margin-bottom: 20px;}
  .page-header .header-text-blocks span.compo-icon {margin-right: 0;}
  .page-header .header-text-blocks span {font-size: 11px;}
  .page-header .header-text-blocks li + li {margin-left: 7px; padding-left: 0; border-left: none;}
  .header-wrapper .block-search .indent {width: 100%;}
  .header-wrapper .toggle-nav {display: none;}

  .page-header .logo-wrapper {text-align: center; float: none; padding-top: 10px; padding-bottom: 10px;}
  .page-header .quick-access {float: none; display: block; padding: 6px 0 0; border-top: 1px solid rgba(0,0,0,0.1);}
  .minicart-wrapper {float: left; padding-top: 1px;}
  .page-header .middle-block .right-block {padding-bottom: 0;}
  .header-wrapper .navbar-default {float: none;}
  .about-block span.title {line-height: 1em;}
  .main-bottom-links .item {float: none; width: auto;}
  .promo-block .background-wrapper {background-size: cover;}
  .promo-block .promo-wrapper {padding-left: 0; padding-right: 0;}

  .footer .footer-top-block {text-align: center;}
  .footer .footer-custom-link {float: none; margin: 0; display: inline-block;}
  .footer .footer-links li a {display: inline-block; padding-left: 12px; padding-right: 12px;}
  .footer .subscribe-block {padding-top: 0;}
  .footer .subscribe-block .form .field input.form-control {width: 150px;}
  .footer .bottom-block {text-align: center;}
  .footer .bottom-block .copyright,
  .footer .bottom-block .payments-wrapper,
  .footer .bottom-block .store-switcher-wrapper {float: none!important; display: inline-block;}
  .toolbar .toolbar-amount {margin: .91em 0;}
  .footer .footer-links { float: none; clear: both; text-align: center; }
  .footer .text-block {display: block; width: 100%;}
  .footer .text-block:not(:first-of-type) {padding-left: 0; margin-left: 0; border-left: none;}
  .footer .horizontal-links {text-align: center;}
  .footer .horizontal-links li {float: none; display: inline-block;}
  .footer .horizontal-links li a {padding: 5px 8px;}
  .footer .socials-wrapper {position: static; display: inline-block;}
  #home-slider .owl-nav div {height: 30px; width: 30px; line-height: 30px; margin-top: -15px;}
  #home-slider .owl-nav div:before {font-size: 12px;}
  #home-slider .owl-nav div.owl-prev {left: 10px;}
  #home-slider .owl-nav div.owl-next {right: 10px;}
  .page-footer .store-switcher-wrapper {clear: both; display: inline-block;}
  .footer .footer-bottom {text-align: center;}
  .products-grid.one-column li.item,
  .products-grid.two-columns li.item,
  .products-grid.three-columns li.item,
  .products-grid.four-columns li.item,
  .products-grid.five-columns li.item,
  .products-grid.six-columns li.item,
  .products-grid.seven-columns li.item,
  .products-grid.eight-columns li.item{width: 100%;}
  .widget-title .owl-nav-wrapper {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* #Mobile (Landscape) ================================================== */

/* Note: Design for a width of 481px */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .page-header .action.nav-toggle {padding: 16px 0px 16px 25px;}
  .header.links li.authorization-link {padding: 15px 0 0 0px;}
  .header.links {margin: -5px -10px 0px 3px;}
  .products-list .image-wrapper {float: left; width: 25%;}
  .products-list .product-item-details {float: left; width: 75%;}
  .products-grid li.item,
  .products-grid li.product-item,
  .products-grid.wishlist li.product-item,
  .products-grid:not(.widget-product-grid) li.item {width: 50%!important; clear: none!important; float: left;}
  .products-grid li.item:nth-of-type(2n+1),
  .products-grid li.product-item:nth-of-type(2n+1),
  .products-grid.wishlist li.product-item:nth-of-type(2n+1),
  .products-grid:not(.widget-product-grid) li.item:nth-of-type(2n+1) {clear: left!important;}
  .products-grid li.item:nth-of-type(2n+2),
  .products-grid li.product-item:nth-of-type(2n+2),
  .products-grid.wishlist li.product-item:nth-of-type(2n+2),
  .products-grid:not(.widget-product-grid) li.item:nth-of-type(2n+2) {clear: right!important;}
  .footer .subscribe-block {padding-top: 21px;}
}

@media (max-width: 600px){
  #shopping-cart-table > tbody > tr > td.col.subtotal{padding: 0 10px 40px 0!important;}
}

@media (max-width: 549px){
  #maincontent > div > div > div.content-inner.col-sm-12 > div.cart-container > div.cart-summary.row > p {padding-right:unset!important}
  .checkout-cart-index .totals-inner {padding:0 0!important;}
  #shopping-cart-table > tbody >tr {border-bottom:lightgrey 1px solid!important;}
  #shopping-cart-table > tbody > tr > td.col.item {display:block!important;width:100%!important;min-width:100%!important}
  .checkout-cart-index .cart.table-wrapper .product-item-photo{padding:unset!important;position:unset!important;float:none!important;right:unset!important;display:unset!important;min-width:25%!important;width:25%!important;height:unset!important;margin:unset!important;}
  .checkout-cart-index .cart.table-wrapper .product-item-details{padding:unset!important;position:unset!important;float:none!important;right:unset!important;display:unset!important;min-width:55%!important;width:55%!important;height:unset!important;margin:unset!important;}
  #shopping-cart-table > tbody > tr > td.col.item > div > strong{width:70%!important;min-width:70%!important;}
  #shopping-cart-table > tbody > tr > td.col.item > div > strong > a{position:unset!important;top:unset!important;}
  #shopping-cart-table > tbody > tr > td.col.item > div > strong > div.cart-item-description{padding:unset!important}
  #shopping-cart-table > tbody > tr > td.col.item > div > strong > div.selected_size{position:unset!important;}
  #shopping-cart-table > tbody > tr > td.col.qty {width:40%!important;display:inline-block!important;}
  #shopping-cart-table > tbody > tr > td.col.subtotal {width:40%!important;display:inline-block!important;}
  #shopping-cart-table > tbody > tr > td.col.actions {width:20%!important;padding: 8px 0 0 0!important;display:inline-block!important;}
}

@media (max-width: 465px){
  .checkout-cart-index .cart.table-wrapper .product-item-details{padding:24px 0 0 0!important;position:unset!important;float:right!important;right:unset!important;display:unset!important;min-width:66%!important;width:70%!important;height:unset!important;margin:unset!important;}
  #shopping-cart-table > tbody > tr > td.col.item > div > strong{display:block!important;width:90%!important;min-width:90%!important;}
  #shopping-cart-table > tbody > tr > td.col.item > div > strong > a {display:unset!important;}
  #shopping-cart-table > tbody > tr > td.col.item > div > strong > div.cart-item-description {display:block!important;position:unset!important}
  #shopping-cart-table > tbody > tr > td.col.item > div > strong > div.selected_size{display:inline-block!important;position:unset!important}
}

@media (max-width: 443px){
  .checkout-cart-index .cart.table-wrapper .product-item-details{width:65%!important;min-width:60%!important}
}
@media (max-width: 387px){
  .checkout-cart-index .cart.table-wrapper .product-item-details{padding: 15px 0 0 0!important;width:55%!important;min-width:50%!important}
}
/* Custom: Design for a width of 366px and below */
@media only screen and (max-width: 480px) {
  #mini-cart > li.item.product.product-item {width:100%!important;float:none!important;}
  #checkout_cart_sample > p{font-size:17px;}
  #checkout_cart_sample > h4{font-size:16px;}
  #form-validate > div.custom-continue-shopping-column{display:none;}
  .custom-header-toplink {width: 220px !important;margin: 0px -35px 0px -25px;}
  .page-header a.logo, .page-header .logo {margin: 17px 0 0 0px;}
  .minicart-wrapper .title-cart {padding: 19px 0px 10px 8px; }
  #sticky-header .block-search {margin: 5px 10px 0 -10px;}
  .header.links li.authorization-link {padding: 15px 0 0 0px;}
  .header.links {margin: -5px -10px 0px 3px;}
}

@media only screen and (max-width: 350px) and (min-width:320px) {
  .page-header .logo img {width: 116px!important;}
  .custom-header-toplink {max-width: 174px!important;}
}


/* Sticky Header (SH) */
.sticky {
    background: #1e252d;
    border-bottom: none;
    margin: 0 auto;
    max-width: 100%;
    /*max-height: 109px;*/
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
}
/* (SH) Home Page */
/*.sticky + .widget.block.block-static-block {padding-top:62px;}*/
/* (SH) Category Page / Login Page */
/*.sticky + .breadcrumbs-wrapper.type-2 + .content-wrapper.page-main {padding-top:62px;}*/
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */.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%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.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}@font-face {
    font-family: 'Core Sans G';
    src: url('../../frontend/Meigee/compo/en_US/fonts/sitefont/CoreSansG-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans G';
    src: url('../../frontend/Meigee/compo/en_US/fonts/sitefont/CoreSansG-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans G';
    src: url('../../frontend/Meigee/compo/en_US/fonts/sitefont/CoreSansG-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans G';
    src: url('../../frontend/Meigee/compo/en_US/fonts/sitefont/CoreSansG-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans G';
    src: url('../../frontend/Meigee/compo/en_US/fonts/sitefont/CoreSansG-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans G';
    src: url('../../frontend/Meigee/compo/en_US/fonts/sitefont/CoreSansG-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans G';
    src: url('../../frontend/Meigee/compo/en_US/fonts/sitefont/CoreSansG-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans G';
    src: url('../../frontend/Meigee/compo/en_US/fonts/sitefont/CoreSansG-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans G';
    src: url('../../frontend/Meigee/compo/en_US/fonts/sitefont/CoreSansG-Black.woff2') format('woff2');
    font-weight: 1000;
    font-style: normal;
}

body {-webkit-font-smoothing: antialiased;font-family:Montserrat!important; font-weight:normal !important; font-size:12px!important; color:#1d252c;}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.page-header .logo { width:220px;}
.page-header .logo img { width:60%;}
.header-wrapper .menu-wrapper .menu-inner { padding:0 0;}
.header-wrapper .navbar-collapse.collapse a.level-top { padding: 17px 15px;}

.header-wrapper.sticky { background:#434343;}
.header-wrapper:before { background:#434343; width:0; transition: all 1s ease-in-out;}
.header-wrapper.sticky:before { width:100%; transition: all 1s ease-in-out;}
.header-wrapper.sticky .menu-wrapper .menu-inner { background:transparent;}
.header-wrapper.sticky .navbar-collapse.collapse a.level-top { background:transparent;}

.catalog-category-view #maincontent .container { max-width:100%;}
.catalog-category-view #maincontent .container .content-inner.col-sm-12 { padding-left:0!important; padding-right:0!important;}
.catalog-category-view .block.filter {
    position:relative;
    max-width:1200px;
    margin:auto;
    padding:30px 30px 15px;
    background:#fff;
    margin-top:50px;
    box-shadow:0px -3px 6px #eeeeee;
}
.customer-got-categories-image .block.filter,
.customer-got-categories-image .message.info.empty {margin-top:-70px;}
.page-layout-1column .filter-current .filter-value{margin-right: 25px;}
.catalog-category-view .block.filter:before {
    position:absolute;
    content:"";
    background-image:url(../../frontend/Meigee/compo/en_US/images/product-grid-shadow-left.png);
    background-repeat:no-repeat;
    width:17px;
    height:357px;
    top:-10px;
    left:-17px;
}
.catalog-category-view .block.filter:after {
    position:absolute;
    content:"";
    background-image:url(../../frontend/Meigee/compo/en_US/images/product-grid-shadow-right.png);
    background-repeat:no-repeat;
    width:17px;
    height:357px;
    top:-10px;
    right:-17px;
}
.catalog-category-view .page-footer .container { max-width:1200px; margin:auto;}
.category-view.custom-product-grid-full-content { max-width:100%; padding-left:0; padding-right:0;}
.custom-product-grid-full-content {
    position:relative;
    max-width:1200px;
    margin:auto;
    padding-left:30px;
    padding-right:30px;
    background:#fff;
}
.custom-product-grid-full-content .custom-product-grid-full-content { padding-left:0; padding-right:0;}
.catalog-category-view .category-view { position:relative;}
.catalog-category-view .category-image {}
.catalog-category-view .category-image img { width:100%!important;}
.catalog-category-view .category-description {position:absolute;max-width:1200px;top:35%;transform:translate(0,-50%);left:0;right:0;padding-left:15px;padding-right:15px;padding-bottom:20px;margin:auto;color:#7c7c7c;font-size:13px;}
.catalog-category-view .category-description b {font-size:36px;display:block;font-family:'Montserrat';color:#000;font-weight:500;}
.catalog-category-view .breadcrumb,
.catalog-category-view .page-title-wrapper { display:none;}
.catalog-category-view.wide-layout .breadcrumbs-wrapper.type-2, .catalog-category-view.boxed-layout .breadcrumbs-wrapper.type-2 .container {
    padding-bottom:0;
}
.catalog-category-view .filter-options-item { width:23%; margin-right:2%; float:left; display:block; border-bottom:3px solid #000;}
.catalog-category-view .filter-options-item:last-child { margin-right:0;}
.catalog-category-view .filter-options-item.custom-Category,
.catalog-category-view .filter-options-item.custom-分類 { display:none;}
.catalog-category-view .filter-options-item .filter-options-title { font-size:14px;}
.catalog-category-view .toolbar { padding:10px 0 0 0;}
.catalog-category-view .toolbar .toolbar-sorter { 
    position:absolute;
    right:30px;
    top:-53px;
    width:23.25%;
    border-bottom: 3px solid #000!important;
}
.catalog-category-view .sorter-options { font-size:16px!important; color:#222!important; width:100%!important; padding:0 0 0 0!important; border:0!important;}
.catalog-category-view .sorter-action { display:none;}

.products-grid .product-item .product-item-info { position:relative; max-height:500px; overflow:hidden;}
.custom-product-item-normal-column { margin-top:0; transition: all 0.3s ease-in-out;}
.custom-quick-view-column { min-height:500px; position:relative; overflow:hidden; padding:30px 0;}
.custom-product-item-normal-column.quick-view-open { margin-top:-500px; transition: all 0.3s ease-in-out;}
.custom-quick-view-column.quick-view-open {}
/*.custom-quick-view-column .super-attribute-select { display:block!important;}*/


.custom-product-item-normal-column .swatch-attribute.size_owth { display:none;}

.custom-product-grid-button-column { min-height:80px; height:100%; position:relative; text-transform: lowercase;}
.products-grid .product-item .product-item-info:hover {}
.products-grid .product-item .product-item-info .custom-short-description-column { opacity:1; max-width:80%; margin:5px auto 0; font-weight:100;font-size:12px;}
.products-grid .product-item .product-item-info:hover .custom-short-description-column { opacity:0;}
.products-grid .product-item .product-item-info .price-action-block .custom-quick-view { 
    position:absolute;
    top:0;
    left:0;
    right:0;
    opacity:0;
    transition: all 0.3s ease-in-out;
}
.products-grid .product-item .product-item-info:hover .price-action-block .custom-quick-view { opacity:1;}


.products-grid .product-item-info { 
    border:1px solid #ddd; 
    padding:0 0 20px 0;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 88%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(88%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 88%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 88%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 88%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 88%, rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
}
.products-grid .product-item-photo { height:300px;}

.products-grid .product-item-photo img {
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    max-width:unset!important;
    width:100%!important;
    margin:auto;
    /*height:100%!important;*/
}
.products-grid .price-action-block form, .products-list .price-action-block form { max-width:85%; width:100%; margin:auto;}
.products-grid .price-action-block.two-items .btn, .products-list .price-action-block.two-items .btn {
    border-radius: 50px;
    border-left-width: 0;
    white-space: nowrap;
    min-height: 39px;
    max-width: 85%;
    width: 100%;
}
.products-grid .custom-product-list-price,
.products-grid .custom-product-list-price span { color:#000; /*font-size:14px; font-weight:bold;*/}

.products-grid .owl-carousel .owl-stage-outer { padding:0 0 0 0;}
.products-grid .owl-carousel .owl-stage-outer .owl-item { position:relative;}
.products-grid .owl-theme .owl-dots .owl-dot span { margin:0 5px!important;}

.custom-quick-view { width:100%;}
.products-grid .price-action-block.with-special-price { padding-bottom:0;}
.catalog-category-view .price-action-block a,
.catalog-category-view .price-action-block .custom-quick-view a,
.catalog-category-view .price-action-block .action.tocart { 
    display:block;
    background-color:#fcbc00;
    border-color:#fcbc00;
    font-family: 'Montserrat';
    border-radius: 50px;
    border-left-width: 0;
    white-space: nowrap;
    min-height: 39px;
    max-width: 80%;
    width: 100%;
    margin:auto;
    font-size:16px;
    text-transform: lowercase;
}
.catalog-category-view .price-action-block a:hover,
.catalog-category-view .price-action-block .action.tocart:hover { background-color:#000000; border-color:#000000; color:#fff;}
.catalog-category-view .price-action-block:hover .weltpixel-custom-quickview { background-color:#000000!important; border-color:#000000!important; color:#fff!important;}
.catalog-category-view .custom-out-of-stock { background-color:#d9d8d8!important; border-color:#d9d8d8!important; color:#fff!important;}
.custom-button-addcart-icon { width:20px!important; margin:-5px 0 0 10px;}
.custom-product-item-description a { text-decoration:underline;}

.rating-result { color:#d4d4d4;}
.rating-result span { color:#ff9817;}

.custom-quick-view-column { text-align:left; max-width:85%; margin:auto;}
.custom-quick-view-column .custom-quick-view-bottom-column {
    position:absolute;
    width:100%;
    bottom:50px;
}
.custom-quick-view-column .price-action-block.two-items .btn,
.custom-quick-view-column .price-action-block.two-items .btn { max-width:100%;}
.custom-quick-view-column .product-item-name.text-center { text-align:left!important;}
.custom-quick-view-column .price-action-block form { width:100%; max-width:100%;}
.custom-quick-view-column .price-action-block.two-items:hover .btn, .products-list .price-action-block.two-items:hover .btn {
    border-color: #000000!important;
    background-color: #000000!important;
    color: #fff!important;
}
.products-grid .price-action-block.two-items:hover .btn {
    border-color: rgba(0,0,0,1)!important;
    background-color: #000000!important;
    color: #ffffff!important;
}
.custom-product-grid-rating { min-height:40px;}
.custom-product-grid-rating .reviews-actions .action.add,
.custom-quick-view-column .reviews-actions .action.add { display:none;}
.custom-quick-view-column .product-reviews-summary { margin-bottom:15px;}
.custom-quick-view-column .reviews-actions a { color:#d4d4d4;}
.custom-quick-view-column .product-item-description { color:#919191; text-transform:lowercase;}
.custom-quick-view-column .price-box { color:#000; margin:20px 0;}
.custom-quick-view-column .price-box a { display:inline-block; position:relative;}
.custom-quick-view-column .price-box span { color:#000; font-size:14px; font-weight:bold;}

.custom-grid-attribute-column { margin-bottom:15px; position:relative; clear:both;}
.custom-grid-attribute-column label { display:block; font-weight:normal; font-size:13px;}
.custom-grid-attribute-column .custom-grid-size-column { display:none;}
.custom-grid-attribute-column .custom-grid-qty-column { float:none; width:100%; margin-left:0; border-bottom:1px solid #fcbc00;}
.custom-grid-attribute-column.configurable-column .custom-grid-size-column { display:block; float:left; width:48%; margin-right:2%; border-bottom:1px solid #fcbc00; min-height:53px;}
.custom-grid-attribute-column.configurable-column .custom-grid-qty-column { float:right; width:48%; margin-left:2%; position:relative;}
.custom-quick-view-column input {
    display:inline-block;
    background-color:transparent!important;
    width:100%!important;
    height:30px!important;
    line-height:30px!important;
    font-size:16px!important;
    outline:none;
}
.amscroll-page-num { text-transform:lowercase; color:#fff!important; background:#000!important; font-weight:normal!important;}
.catalog-category-view .toolbar-bottom { display:none;}


.custom-select { position:relative;}

.custom-select:after {
    position:absolute;
    content:"";
    background-image:url(../../frontend/Meigee/compo/en_US/images/custom-ml-arrow.png);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:100%;
    width:8px;
    height:24px;
    z-index:9;
    top:5px;
    right:0;
}
.custom-select span { height:30px; line-height:30px;}
.custom-quick-view-column input:focus { outline:0; box-shadow: 0 0 1px rgba(0,0,0,0)}
.custom-select .swatch-option {}

.custom-quick-view-column .custom-nav-qty,
.custom-quick-view-column .custom-add-qty { position:absolute; bottom:3px; cursor:pointer; padding:10px 0;}
.custom-quick-view-column .custom-nav-qty { left:0;}
.custom-quick-view-column .custom-add-qty { right:0;}
.custom-quick-view-column .custom-nav-qty span,
.custom-quick-view-column .custom-add-qty span { display:block; font-size:25px; line-height:10px;}

.custom-quick-view-column input[type=number]::-webkit-inner-spin-button {
  opacity:1;
}

.custom-quick-view-column input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.custom-quick-view-column input[type=number]::-webkit-inner-spin-button,
.custom-quick-view-column input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.custom-quick-view-close-button {}
.custom-quick-view-close-button span { 
    display:block;
    cursor:pointer;
    width:30px;
    height:30px;
    margin:10px auto 0;
    border-radius:50%;
    border:1px solid #000;
    text-align:center;
    font-size:18px;
}

.custom-header-toplink {float:right; max-width:300px; text-align:right;}


.swatch-opt { position:relative; cursor:pointer;}
.categorypath-shop input.super-attribute-select { display:none;}
.categorypath-shop .swatch-attribute-options { top:30px; max-width:300px; width:100%;}
.swatch-attribute-options {
    display:block!important;
    position: absolute;
    z-index: 9;
    top: 30px;
    left:0;
}
.swatch-attribute-options.configuration-open {
    box-shadow: 0 3px 5px 0 rgba(50,50,50,0.75);
    border: 1px solid #ccc;
}
.swatch-attribute-options .swatch-option { display:none!important; border:0;}
.custom-select span { display:block; cursor:pointer;}
.swatch-attribute-options.configuration-open .swatch-option.text { 
    display:block!important;
    cursor:pointer;
    margin-right:0!important;
    border:0!important;
    padding:5px!important;
    text-align:left!important;
    background:#fff;
    width:138px;
}
.swatch-attribute-options.configuration-open .swatch-option:hover { background-color: #e8e8e8;}
.swatch-attribute-options .swatch-option.text.selected { 
    display:block!important;
    position:absolute!important;
    background:#fff;
    top: -25px;
    width: 92%;
    border: 0;
    text-align:left;
}


body.wide-layout .footer .footer-top { background:#262324; display:table; width:100%; padding-top:0; padding-bottom:0; position:relative; overflow:hidden;}
.custom-footer-top-column { vertical-align:middle; padding:20px 0;}
.custom-footer-top-column.first-column { display:table-cell; width:74%; padding-right:20px;}
.custom-footer-top-column.first-column span { display:block; display:inline-block; font-size:18px; color:#fff; padding-top:10px;}
.custom-footer-top-column.first-column .block.newsletter { display:inline-block; margin-left:5%; width:57%;}
.custom-footer-top-column.first-column span { font-size:18px;}
.custom-footer-top-column.first-column .input-group { display:block;}
.custom-footer-top-column.first-column .block.newsletter input { 
    background-color:transparent;
    border-bottom:2px solid #fff;
    box-sizing: border-box;
    color:#fff;
    border-radius:0;
    width:70%;
    display:inline-block;
}
.custom-footer-top-column.first-column .input-group-btn { display:inline-block; margin-left:8%;}
.custom-footer-top-column.first-column .block.newsletter button.action.subscribe { 
    border:1px solid #fff; 
    color:#fff; 
    border-radius:0;
    margin-left:0;
    padding:8px 30px;
    background-color:transparent;
}
.custom-footer-top-column.first-column .block.newsletter button.action.subscribe span { display:block; font-size:14px; padding:0 0 0 0;}
.custom-footer-top-column.last-column { display:table-cell; max-width:500px; width:100%; padding-left:20px; background:#9f9f9f; position:relative;}
.custom-footer-top-column.last-column:after {
    content:"";
    position:absolute;
    width:300%;
    height:100%;
    background:#9f9f9f;
    top:0;
    right:-290%;
}
.custom-footer-top-column.last-column span { display:inline-block; padding-right:10px; font-size:18px; color:#fff; letter-spacing:0.1em;}
.custom-footer-top-column.last-column ul {}
.custom-footer-top-column.last-column ul li { padding:0 5px;}
.custom-footer-top-column.last-column ul li a { display:block; text-align:center; background:#fff; border-radius:50%; width:30px; height:30px;}
.custom-footer-top-column.last-column ul li a:hover {}
.custom-footer-top-column.last-column ul li a i { color:#9f9f9f;}
.custom-footer-top-column.last-column ul li a i:before { font-size:16px; padding-left:0; padding-top:0;}

body.wide-layout .footer .footer-middle,
body.boxed-layout .footer .footer-middle .container { background:#f2f2f2; color:#5b5b5b; border-top:0;}
.footer .footer-middle .container {
	border-bottom:1px solid #bbb;
}
.footer .footer-block-title {
    font-size: 16px;
    font-weight: 500;
    color: #5b5b5b;
    text-transform:capitalize;
    margin-bottom: 10px;
}
.footer .footer-middle .store-info p { padding-right:20px; min-height:50px;}
.footer .footer-middle .store-info a { display:block; margin-top:10px;}
.footer .footer-block-title:after { display:none;}
.footer .horizontal-links li { float:none; display:inline-block;}
.footer .horizontal-links li:not(:first-of-type) a:before {
    content: '';
    height: 16px;
    width: 1px;
    background-color:#838383;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
}
.footer .horizontal-links li:first-child a { padding-left:0;}
.footer .horizontal-links li:last-child a { padding-right:0;}
body.wide-layout .footer .footer-bottom, body.boxed-layout .footer .footer-bottom .container {
    background: #f2f2f2;
    border-top:0;
    color:#5b5b5b;
    padding-top: 18px;
    padding-bottom: 18px;
}
.footer address { color:#5b5b5b;}
.custom-footer-width { margin:0 30px;}

.custom-home-topslider { position:relative;}
.home-wave-top { position: absolute; bottom:0;}
#home-slider .item .slide-container {
    position: absolute;
    left:15%;
    right:unset;
    top: 40%;
    bottom:unset;
    transform: translate(0, -40%);
    z-index: 9;
    padding-left:15px;
    padding-right:15px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.custom-home-topslider .owl-stage-outer,
.custom-home-topslider .owl-stage-outer .owl-height { padding:0 0 0 0!important;}
.custom-home-topslider .slide-container.slide-skin { max-width:600px; width:100%; margin:auto;}
.custom-home-topslider .subtitle { font-weight:600; font-family: 'Montserrat'!important; text-transform: capitalize!important; letter-spacing:0.5px;}
.custom-home-topslider .subtitle-small { color:#231f20; font-size:18px; display:block; margin:30px 0;}
.custom-home-topslider .custom-get-link { display:inline-block; border-radius:25px; background-color:#64489d; color:#fff; padding:10px 30px;}
.descktop-banner { display:block!important;}
.mobile-banner { display:none!important;}
.mobile-s-banner { display:none!important;}

.cms-home .content-wrapper.page-main .container { max-width:100%; padding-left:0; padding-right:0;}
.cms-home .content-wrapper.page-main .container .row.main-container { margin-left:0; margin-right:0;}
.cms-home .content-wrapper.page-main .content-inner.col-sm-12 { padding-left:0; padding-right:0;}
section.custom-section-main.custom-section-main1 { background-color:#f2f1e6; position:relative;}
.custom-width-container { max-width:1000px; margin:auto; padding-left:15px; padding-right:15px; font-family:'Core Sans G';}
.home-wave-top img { width:100%;}
.custom-homepage-title {}

.custom-section-main.custom-section-main2 { background:#ffaf30;}
.custom-section-main.custom-section-main2 .custom-section2-top-banner img { width:100%;}
.custom-section2-row1 { position:relative; z-index:3; margin:20px 0;}
.custom-section2-row1 img { width:100%;}
.custom-section2-row1-pic { display:inline-block;}
.custom-section2-row1-pic.custom-video { 
    padding-bottom: 400px;
    max-width:60%;
    width:100%;
    height:350px;
    position:absolute;
    /*top:50%;*/
    top: 25px;
    right:0;
    /*transform: translate(0, -50%);*/
    border:2px solid #fff;
}
.custom-section2-row1-pic.custom-video-scroll { 
    display:none;
    position:fixed;
    z-index:99;
    left:10px;
    bottom:10px;
    top:unset;
    transform:translate(0, 0);
    width:280px;
    height:180px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.custom-section2-row1-pic.custom-video-scroll.video-sticky-bottom { display:block;}
.custom-section2-row2 { position:relative; z-index:2; padding:7% 0 10%;}
.custom-section2-row2 .custom-section2-row2-pic { float:left;}
.custom-section2-row2 .custom-section2-row2-pic img { width:100%;}

.custom-section-main3 { background:#f2f1e6; padding:70px 0 60px;}
.custom-section3-column { float:left; color:#64489d;}
.custom-section3-column.column-left { width:30%; font-size:28px;}
.custom-section3-column.column-right { WIDTH:70%;}
.custom-section3-column.column-right ul { display:inline-block; margin:0 0 0 0; padding:0 0 0 0; width:calc(50% - 4px); font-size:14px;}
.custom-section3-column.column-right ul li { padding-bottom:15px;}
.custom-section3-column.column-right ul li a { display:block; color:#8a8989;}
.custom-section3-column.column-right ul li span { font-size:18px;}

.custom-section-main4 { background:#ffb347; padding:60px;}
.custom-section-main4 img { width:100%;}
.custom-compare-descktop { display:block!important;}
.custom-compare-mobile { display:none!important;}

.page-layout-1column .sidebar.col-sm-3 { display:none;}
.page-layout-1column.catalogsearch-result-index .sidebar.col-sm-3 { display:block; width:100%;}
.catalogsearch-result-index .filter-options-item { width:23.5%; margin-right:2%; float:left; display:block; border-bottom:3px solid #000;}
.catalogsearch-result-index .filter-options-item:last-child { margin-right:0;}
.catalogsearch-result-index .filter-options-item.custom-Category { display:none;}
.catalogsearch-result-index .filter-options-item .filter-options-title { font-size:14px;}

.custom-product-cart-crollsell-slider .product-image-photo {
    background-position:center!important;
    background-size:100%!important;
    background-repeat: no-repeat!important;
    width: 100%;
    display: block;
    height: 100%;
}
.custom-product-cart-crollsell-slider .owl-nav.disabled { display:none!important;}

.catalog-product-view .product.media.col-sm-6 { width:55%; margin-right:5%;}
.catalog-product-view .product-info-main.col-sm-6 { width:40%;}

.catalog-product-view .fotorama__stage { max-height:550px!important; background-color:#f5f5f5;}
.catalog-product-view .product.media .fotorama__nav-wrap--horizontal {
    margin-top:10px;
    padding-top:10px;
    border-top:0;
}


.catalog-product-view .breadcrumbs { display:none; max-width:1200px; margin:15px auto;}
.catalog-product-view .breadcrumbs .items li { display:inline-block;}
.catalog-product-view .column.main { margin-top:50px;}
.catalog-product-view .product-info-main .title-wrapper .price-availability-block { margin-top:0; margin-bottom:30px;}
.catalog-product-view .rating-result i { font-size:14px;}
.catalog-product-view .product-info-main .top-block .product-reviews-summary { border-right:0; padding-right:0;}
.catalog-product-view .product-info-main .top-block .product-reviews-summary .rating-result span { color:#000;}
.catalog-product-view .product-info-main .title-wrapper .add-review-link { display:none;}
.catalog-product-view .product-info-main .title-wrapper .price-availability-block { margin-bottom:20px; padding-bottom:0; border-bottom:0;}
.catalog-product-view .product.attribute.description { margin:-15px 0 20px 0; padding:20px 0 0; /*font-size:14px;*/ border-top:1px solid #000;font-weight:100;}
.catalog-product-view .product-info-main .page-title { font-size:36px; font-weight:400; margin-bottom:0;}
.catalog-product-view .product.attribute.overview { font-size:18px; color:#919191; padding-bottom:20px; font-weight:300;}
.catalog-product-view .product-info-main .stock { margin: 10px 5px 10px 0;}
.catalog-product-view .price-box { float:left; width:50%; margin-right:0!important;margin-top:8px;}
.catalog-product-view .price-box span.price { font-family: 'Montserrat'; color:#000;}
.catalog-product-view .reviews-actions { font-size:10px;}
.catalog-product-view .product-reviews-summary { float:right; text-align:right;}
.catalog-product-view .rating-summary { margin-right:0;}
.catalog-product-view .reviews-actions a { color:#919191;}
.catalog-product-view .custom-sharing-label { display:inline-block!important; font-weight:600; font-size:13px; padding-top:2px; margin-right:5px;}
.catalog-product-view .mp_social_share_inline_under_cart { margin:0 0 20px 0; padding:0 0 20px 0; border-bottom:1px solid #ccc;}
.catalog-product-view .a2a_default_style { display:inline-block;}
.catalog-product-view .mp_social_share_inline_under_cart img { width:80%;}
.catalog-product-view .a2a_s__default { background-color: rgb(102, 102, 102)!important;}
.catalog-product-view .swatch-attribute-label { color:#919191!important;}
.catalog-product-view .custom-product-option-text { margin-top:20px; height:40px; position:absolute; padding:10px; width:100%;}
.catalog-product-view .custom-product-option-text.configuration-open { border:1px solid #ff0000;}
.catalog-product-view .swatch-attribute-selected-option { 
    display:block;
    position:relative;
    border:1px solid #ccc;
    width:100%;
    height:40px;
    padding:10px;
    z-index: 2;
}
.catalog-product-view .swatch-attribute-selected-option:after { 
    position:relative;
    content:"";
    background-image:url(../../frontend/Meigee/compo/en_US/images/dropdown-icon.png);
    background-repeat:no-repeat;
    width:23px;
    height:15px;
    float:right;
    z-index:10;
}
.custom-product-dropdown-label { background:#fff;}
.custom-product-dropdown-label:empty { background:transparent;}

.catalog-product-view .row.main-container { padding-left:0; padding-right:0;}
.catalog-product-view .content-wrapper .row { margin-left:0; margin-right:0;}
.catalog-product-view .swatch-attribute-options { top:58px!important;}
.catalog-product-view .swatch-attribute-options .swatch-option.text.selected { display:none!important;}
.catalog-product-view .swatch-attribute-options.configuration-open .swatch-option.text.selected { 
    position: relative!important;
    display:block!important;
    top:0!important;
    left: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 0 3px 5px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
}
.catalog-product-view .swatch-input.super-attribute-select { display:none;}
.catalog-product-view .product-info-main .product-options-wrapper .field, .product-info-main .product-options-wrapper .swatch-attribute {
    margin-bottom: 0;
    padding-bottom: 0;
}
.catalog-product-view .product-options-wrapper { float:left; width:150px; margin-right:50px; margin-bottom:0;}
.catalog-product-view .box-tocart { float:left; margin-bottom:0;}
.catalog-product-view .product-info-main .box-tocart .field.qty { max-width:300px; position:relative;}
.catalog-product-view .product-info-main .box-tocart .field.qty label { display:block; text-align:left; font-size:13px; /*color:#919191*/;}
.catalog-product-view .product-info-main .box-tocart .field.qty .control { 
    border-bottom:1px solid #ccc;
    border-top:0;
    border-left:0;
    border-right:0;
    font-size:14px;
    width:100%;
    border-radius: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty input.qty { position:relative; z-index:5; width:100%; height:35px; font-size:14px;}
.catalog-product-view .product-info-main .box-tocart .btn-qty-wrapper { float:none;}
.catalog-product-view .product-info-main .box-tocart .btn-qty-wrapper div.quantity-decrease,
.catalog-product-view .product-info-main .box-tocart .btn-qty-wrapper div.quantity-increase {position: absolute; z-index: 6; bottom: 15px; font-size: 22px; line-height: 8px; cursor: pointer; font-weight: 100;}
.catalog-product-view .product-info-main .box-tocart .btn-qty-wrapper div.quantity-decrease {left:0;}
.catalog-product-view .product-info-main .box-tocart .btn-qty-wrapper div.quantity-increase { right:0;}
.catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute { border-bottom:0;}
.catalog-product-view .actions { margin:20px 0; max-width:400px;}
.catalog-product-view .actions button { width:100%;}
.catalog-product-view .actions .action.tocart { 
    background-color:#fcbc00!important;
    border-color:#fcbc00!important;
    color:#fff!important;
    border-radius:50px!important;
    font-family: 'Montserrat'!important;
    text-transform: lowercase!important;
    font-size:16px!important;
}
.catalog-product-view .actions .action.tocart:hover { background-color:#000000!important; border-color:#000000!important;}
.catalog-product-view .product-custom { margin-top:0;}
.catalog-product-view .review-ratings { float:none; display:block; clear:both;}
.catalog-product-view .reviews-wrapper .top-block { border:0; background-color:transparent; border-radius:0 0 0 0;}
.catalog-product-view .reviews-wrapper .review-item .customer-info .icon { background-color: #eee; margin-right:10px;}
.catalog-product-view .reviews-wrapper .review-item { border-bottom:1px solid #f2f2f2; padding-bottom:10px; margin-bottom:20px;}
.catalog-product-view .reviews-wrapper .review-item .customer-info .icon:before { display:none;}
.catalog-product-view .reviews-wrapper .review-item .customer-info { float: none; width: 100%; border-right:0; padding:10px 0;}
.catalog-product-view .reviews-wrapper .review-item .customer-info .review-author { margin-bottom:0;}
.catalog-product-view .reviews-wrapper .review-item .customer-info .review-author strong { color:#292929; font-size:14px; font-weight:400;}
.catalog-product-view .reviews-wrapper .review-box { font-size:13px; padding:0 0 25px; border:0; border-top:none; border-radius:0;margin-top: 10px;}
.catalog-product-view .custom-bottom-review-column .rating-summary { display:block;}
.catalog-product-view .rating-result span { color:#ffd202;}
.catalog-product-view .reviews-wrapper .toolbar.review-toolbar { border-top:0;}
.catalog-product-view .amrelated.block-products-list { text-align:center; border-top:1px solid #ccc; margin-top:30px; padding-top:30px;}
.catalog-product-view .amrelated.block-products-list .block-title { text-transform:lowercase; font-size:32px; font-weight:600;}
.catalog-product-view .amrelated.block-products-list li.product-item { float:left; width:24.25%; margin-right:1%;}
.catalog-product-view .amrelated.block-products-list li.product-item:last-child { margin-right:0;}
.catalog-product-view .price { font-weight:400;}
.catalog-product-view .amrelated.block-products-list .product-item-info { padding:0;}
.catalog-product-view .amrelated.block-products-list .product-item-details { padding:20px;}
.catalog-product-view .amrelated.block-products-list .actions-primary { width:100%;}
.catalog-product-view .amrelated.block-products-list .actions-primary button { 
    border-radius:50px;
    background-color:#fcbc00;
    border-color:#fcbc00;
    padding:10px 30px;
    width:100%;
    transition: all 0.2s ease-in-out;
}
.catalog-product-view .amrelated.block-products-list .actions-primary button:hover { background-color:#000; border-color:#000;}
.catalog-product-view .amrelated.block-products-list .actions-secondary { display:none;}
.catalog-product-view .amrelated.block-products-list .price-box { float:none; width:100%; font-weight:bold;}
.catalog-product-view footer.page-footer { margin-bottom:130px;}
.special-price .price { color:#ff0000!important;}
.old-price .price-label { display:none;}

/*
.sticky-in-this-line { top:415px; z-index:9; position:absolute;}
.sticky-bottom-cart { 
    position:fixed;
    z-index:999;
    bottom:0;
    left:0;
    margin-top:0!important;
    margin-left:0!important;
    margin-right:0!important;
    width:100%;
    background-color:#f5f5f5;
    padding-bottom:0!important;
    box-shadow:0px -2px 10px 0px rgba(170, 170, 170, 0.75);
}
.sticky-bottom-cart .fotorama__nav-wrap { display:none;}
.sticky-bottom-cart .product.media.col-sm-6 { display:inline-block; float:none; width:20%; margin-right:0;}
.sticky-bottom-cart .product-info-main.col-sm-6 { display:inline-block; float:none; width:calc(80% - 4px);}
.sticky-bottom-cart .product-info-main.col-sm-6 .title-wrapper { display:inline-block;}
.sticky-bottom-cart .fotorama__stage__shaft.fotorama__grab { width:200px!important;}
.sticky-bottom-cart .fotorama__stage { max-height:unset!important; width:auto!important; height:150px!important;}
.sticky-bottom-cart .product.attribute.overview,
.sticky-bottom-cart .fotorama__nav-wrap.fotorama__nav-wrap--horizontal,
.sticky-bottom-cart .custom-attribute-best-for,
.sticky-bottom-cart .product-custom,
.sticky-bottom-cart .product.attribute.description { display:none;}
*/

.custom-attribute-best-for { font-size:13px; margin-bottom:30px;font-weight: 100;}
.custom-attribute-unit { font-size:13px; margin-bottom:10px;font-weight: 100;}
.custom-attribute-unit label,
.custom-attribute-best-for label { font-weight:normal; display:block; margin-bottom:0;}

.custom-product-large-pores { text-align:center; margin:0 auto 30px; max-width:800px; line-height:36px; font-size:32px; font-weight:400; color:#484848; letter-spacing: -0.1rem;}
.custom-product-large-pores span { display:block;}

.custom-inspired-column { margin-top:50px;}

.custom-attribute-section { padding:0 0 50px 0;font-weight:100;}
.custom-attribute-row { clear:both; border-bottom:1px solid #1d252c; padding:10px 0;}
.custom-attribute-row:first-child { border-bottom:0;}
.custom-attribute-column { float:left; width:33.33%; margin:0 0 20px 0;}
.custom-attribute-column:nth-child(2) { width:33.33%;}
.custom-attribute-column:nth-child(3) { width:33.33%;}
.custom-attribute-column label { display:block; font-size:20px; font-family:'Montserrat'; font-weight:600; color:#fcbc00; padding-bottom:15px;letter-spacing: -0.01em;}

.custom-bottom-review-column { max-width:1200px; margin:0 auto; padding-left:30px; padding-right:30px; margin-bottom:30px;}
.custom-bottom-review-column .block-title strong { font-size:32px; color:#222; line-height:34px; text-transform:lowercase; font-family: 'Montserrat';}
.custom-bottom-review-column .product-reviews-summary { float:none; text-align:left;}
.custom-bottom-review-column .reviews-actions { display:block;}
.custom-bottom-review-column .rating-result i { font-size:30px;}
.custom-bottom-review-column .rating-result span { height:30px;}
.custom-review-display-top { display:block;}
.custom-review-display-bottom { display:none;}
.custom-review-display-bottom-count { display:none;}
.custom-bottom-review-column .custom-review-display-top { display:none;}
.custom-bottom-review-column .custom-review-display-bottom { display:block; clear:both;font-size:11px;}
.custom-bottom-review-column .custom-review-display-bottom-count { 
    display:block; 
    margin:50px 0 30px;
    padding-bottom:10px; 
    font-size:18px; 
    font-weight:bold; 
    color:#000;
    position:relative;
    border-bottom:1px solid #eee;
}
.custom-bottom-review-column .custom-review-display-bottom-count:before {
    position:absolute;
    content:"";
    width:87px;
    height:3px;
    background:#000;
    left:0;
    bottom:0;
}
.custom-bottom-review-column .custom-review-display-bottom-count span.display-bottom-count-span { background:#eeeeee; padding:3px 5px;}
.custom-write-review-button { position:absolute; top:-140px; right:0;}
.custom-write-review-button a {
    border:1px solid #5c5c5c;
    border-radius:5px;
    padding:10px 20px 10px 15px;
    color:#5c5c5c;
    font-size:16px;
    text-decoration:none;
}
.custom-write-review-button a:hover { border:1px solid #000; color:#000; text-decoration:none;}
.review-form-actions .primary.actions-primary .action.submit { background:#000; color:#fff;}
.modal-popup.confirm .modal-inner-wrap .modal-footer { display:block;}
.modal-inner-wrap .modal-footer { display:none;}
body > div.modals-wrapper > aside.modal-popup.modal-slide._inner-scroll._show > div.modal-inner-wrap > footer.modal-footer {display:block;}
body > div.modals-wrapper > aside.modal-popup.memberpopup-form.modal-slide._inner-scroll._show > div.modal-inner-wrap > footer.modal-footer {display:none;}
body > div.modals-wrapper > aside.modal-popup.custom-sample-product-popup._inner-scroll._show > div.modal-inner-wrap > footer.modal-footer {display:none;}
.form.form-shipping-address#co-shipping-form #shipping-new-address-form {margin:0;}
#popup-mpdal .block-title { border-bottom:0;}
#popup-mpdal .block-title strong { font-size:32px; color:#222; line-height:34px; text-transform:lowercase; font-family: 'Montserrat';}
#popup-mpdal .review-fieldset input,
#popup-mpdal .review-fieldset textarea { border-radius:0;}
#popup-mpdal .review-form legend.label { font-size:16px; font-weight:bold; text-align:left;}
#popup-mpdal .review-form legend.label span { color:#000;}
.modal-popup .modal-inner-wrap { width:50%;}

.memberpopup-form .modal-inner-wrap { max-width:50%;}
.memberpopup-form .modal-header { position:absolute; right:0; top:0; width:30px; height:30px; z-index:9;}
.memberpopup-form .modal-content { padding:0 0 0 0; border-radius: 0;}
.memberpopup-form .custom-popup-windows { display:table; width:100%; background:#f0f0f0;}
#am-login-content { display:table; min-height:500px;}
.memberpopup-form .popup-display-table { display:table-cell; width:35%; vertical-align:top; position: relative; overflow:hidden;}
.memberpopup-form .popup-display-table:last-child { width:65%; padding:30px;}
.memberpopup-form .custom-member-popup img { 
    max-width:100%!important;
    width:100%!important;
    margin:0 0 0 0!important;
    object-fit: cover;
    position:absolute;
    height: -webkit-fill-available!important;
}
.memberpopup-form .custom-register-or span { background:#f0f0f0;}
.memberpopup-form .block-title { border-bottom:0;}
.memberpopup-form .block-title strong { font-size:32px; font-weight:600; color:#222; line-height:34px; text-transform:lowercase; font-family: 'Montserrat';}
.memberpopup-form .form-login { max-width:70%;}
.form-login .control input { border-radius:0;}
.memberpopup-form .field.note { font-size:14px;text-transform: lowercase;}
 .field.note { margin-bottom:30px;}
.memberpopup-form .password.forget .actions-toolbar { margin-top:0;}
.memberpopup-form .password.forget .actions-toolbar,
.memberpopup-form .password.forget .field.email { max-width:70%;}
.memberpopup-form .actions-toolbar .primary { display:block; float:none;}
.memberpopup-form .actions-toolbar .secondary { display:block; float:none; text-align:left;}
.memberpopup-form .actions-toolbar .primary button { border-radius:0; width:100%; background-color:#000; text-transform:lowercase; color:#fff;}
.memberpopup-form .actions-toolbar .secondary-last { color:#ff6c00;font-size: 12px;}
.memberpopup-form .actions-toolbar .secondary-last a { color:#ff6c00; text-decoration:underline;}
.memberpopup-form input { border-radius:0!important;}
.memberpopup-form .form-login .note { padding-bottom:0;}
.memberpopup-form .custom-register-column { display:none!important;}

.am-social-login .am-buttons { width:100%; justify-content:left!important; padding:10px 10px!important;}
.am-social-login .am-title {
    position:relative!important;
    right:unset!important;
    left:unset!important;
    width: 100%!important;
    max-width:100%!important;
    margin: 0 !important;
    padding:0!important;
    background:transparent!important;
    border-radius:0!important;
    -webkit-transform: translateY(unset!important);
    -moz-transform: translateY(unset!important);
    -ms-transform: translateY(unset!important);
    transform: translateY(unset!important);
    font-size:16px;
    text-transform: lowercase;
}
.am-social-login {
    position: relative;
    text-align:left!important;
    background:transparent!important;
    border-radius: 0 0 0 0!important;
}
.am-social-login .am-sl-button { width:40px!important; height:40px!important; margin-right:15px;}
.am-sl-button { border-radius:10px!important;}
.am-sl-button.-facebook .am-social-icon  { background-size:15px!important;}
.am-sl-button.-instagram .am-social-icon { background-size:25px!important;}

#click-back-popup-login { display:block; margin-top:30px; color:#ff6c00; text-decoration:none;}
#click-back-popup-login i { font-size:10px;}

.custom-popup-windows { display:none;}

h2.acc_trigger {
    position:relative;
    width: 100%;
    font-size:22px;
    font-weight:400;
    float: left;
    padding:0 0 0 0;
    margin:0 0 0 0;
    line-height:auto;
}
h2.acc_trigger:after {
    position:absolute;
    content:"";
    background-image:url(../../frontend/Meigee/compo/en_US/images/dropdown-icon.png);
    background-repeat:no-repeat;
    width:23px;
    height:15px;
    top:15px;
    right:0;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
}
h2.acc_trigger.active:after {
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}
h2.acc_trigger a {
    color: #1d252c;
    text-decoration: none;
    display: block;
    padding: 0 0 0 0;
}
h2.acc_trigger a:hover { color:#ccc;}
h2.active {background-position:left bottom;}
.acc_container {
    margin:0 0 0 0;
    padding:20px;
    overflow: hidden;
    font-size:13px;
    width: 100%;
    clear: both;
}

.custom-register-column,
.customer-account-create .am-title { display:none;}
.customer-account-create .custom-register-column { display:block; max-width:600px; margin:auto; padding:0 15px;}
.customer-account-create .am-social-login { padding-top:0!important;}
.customer-account-create .am-buttons { margin:0 0 20px 0!important;}
.am-sl-registration-page { margin:50px 0 0 0!important; background-color:#ffffff; padding:50px 0 10px;}
.customer-account-create { background-color:#f5f5f5;}
.custom-register-section { background-color:#ffffff; margin:0 0 50px 0; padding:0 0 50px 0;}
.customer-account-create .breadcrumbs-wrapper { padding-bottom:0!important;}
.customer-account-create .form-create-account { max-width:600px; margin:auto;}
.customer-account-create fieldset.fieldset.with-border { border:0;}
.customer-account-create fieldset.fieldset.create.account { }
.customer-account-create .page-title-wrapper { display:none;}
.customer-account-create .custom-register-title { font-family: 'Montserrat'; text-align:center;}
.customer-account-create .custom-register-title h2 { font-size:36px; font-weight:500; padding:0 0 0 0; margin:0 0 0 0;}
.customer-account-create .custom-register-title h3 { font-size:16px; font-weight:500; font-style:italic;}
.customer-account-create input,
.customer-account-create select { width:100%!important; border-radius:0!important; font-size:14px; border-color:rgba(0,0,0,.15);}
.customer-account-create select { padding:8px 12px;}
.customer-account-create .newsletter { padding:10px 0 0 0!important;}
.customer-account-create .newsletter label.custom-newsletter-label { display:block; text-align:left;}
.customer-account-create .newsletter input { width:auto!important;}
.customer-account-create .customer-dob button { display:none;}
.customer-account-create .field.password .control #password-strength-meter-container { display:none;}
.customer-account-create .field.password .control #password-error {
    position: absolute;
    top: 70%;
    font-size: 11px;
    color: #f00;
    width: 300px;
    float: left;
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 9;
}
.customer-account-create .field.password .control #password-error:before {
    content:"";
    position:absolute;
    top:-15px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10.0px 17.3px 10.0px;
    border-color: transparent transparent rgb(238,238,238) transparent;
}
.customer-account-create .form-create-account .actions-toolbar { text-align:center;}
.customer-account-create .form-create-account .actions-toolbar button {
    background-color:#fcbc00;
    border-radius:50px;
    color:#fff;
    font-size:16px;
    padding:8px 40px;
    border:0;
    text-transform:lowercase;
}
.customer-account-create .form-create-account .actions-toolbar .secondary { float:none; display:block; margin:.75em 0;}
.custom-register-or { position:relative; text-align:center; margin:0 0 10px 0;}
.custom-register-or:before {
    position:absolute;
    content:"";
    z-index:1;
    width:100%;
    height:1px;
    top:12px;
    left:0;
    background:#cccccc;
}
.custom-register-or span { position:relative; z-index:2; background:#fff; padding:0 10px; color:#848484; font-style:italic; font-weight:400;}

/*.product-image-container { position:absolute; left:0; top:0; width:100%!important;}*/

.products-grid .custom-product-img-none { top:5px; left:5px; position:absolute; z-index:9; text-align:left;}
.products-grid .custom-product-img-none .product-item-photo { height:auto;}
.products-grid .custom-product-img-none .product-item-photo:before { display:none;}
.products-grid .custom-product-img-none .product-item-photo img { position:relative; top:0; left:0; z-index:1; transform:translate(0, 0);}
.products-grid .custom-product-img-none .product-image-wrapper { display:none;}
.products-grid .custom-product-img-none .amlabel-position-wrapper { position:relative!important;}
.amlabel-position-wrapper { position:absolute!important;}

.loading-mask .loader > img,
.gallery-placeholder .loader img { width:50px;}

.fs-slider-next-button,
.fs-slider-prev-button { z-index:9!important;}

#loading{
opacity:1;
transition:1s;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 1;
   background-color: #fff;
   z-index:999999;
   text-align: center;
}
#loading.z-index { z-index:-1;}
#loading img {width:144px; height:100vh; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
#topScroll { border:1px solid #ff0000; position:fixed; width:100%; height:100%; z-index:99999;}

.page-layout-empty .header-wrapper { display:none;}
.page-layout-empty .container { padding-bottom:0!important;}
.custom-error-row { width:100%; height:100vh; position:relative; display:table;}
.custom-error-column { display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center;}
.custom-error-column img { width:100%; max-width:400px;}
.custom-error-content {}
.custom-error-title { color:#ff483a; margin:10px 0; font-weight:bold;}
.custom-error-info {}
.custom-error-content a { display:inline-block; background-color:#ff493d; font-weight:bold; padding:7px 30px; border-radius:50px; margin:20px 0 0 0; color:#fff; text-transform:uppercase;}

.cart.table-wrapper .field.qty { width:115px;}

.checkout-cart-index .page-main { background-color:#f5f5f5;}

.checkout-cart-index .cart.table-wrapper .cart.item .product-image-photo { width:100%;}
.checkout-cart-index .cart.table-wrapper .cart.item .product-item-name a { font-size:18px;}
.checkout-cart-index .cart.table-wrapper .cart.item .cart-item-description { padding:10px 0; color:#969696; font-size:12px; text-transform:lowercase;}
.checkout-cart-index .cart.table-wrapper .cart.item .selected_size {
  font-weight:600;
  display:none;
}
.checkout-cart-index .content-inner {
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    padding-top:90px;
    margin-top:-110px;
}
.checkout-cart-index .cart-container { 
    width:70%;
    padding-bottom:99999px;
    margin-bottom:-99999px;
    padding-right:10px;
    padding-top:10px;
    padding-left:10px;
    float:left;
    background-color:#fff;
    vertical-align:top;
}
.checkout-cart-index .block.crosssell {
    width:30%;
    position:relative;
    right:0;
    padding-bottom:99999px;
    margin-bottom:-99999px;
    padding-top:30px;
    padding-left:10px;
    padding-right:10px;
    float:right;
    background:#f9f2e7;
    vertical-align:top;
    margin-top:0;
}
.have-sample-product.checkout-cart-index .block.crosssell { margin-top:-136px;}
.have-sample-product.checkout-cart-index .block.crosssell.sample-close { margin-top:-460px;}
.checkout-cart-index .am-social-wrapper { display:none;}
.custom-cart-column { width:100%; padding:0 20px;}
#shopping-cart-table tbody tr td:first-child { width:auto; padding:10px 0;}
.cart.table-wrapper .product-item-details { padding: 30px 0; text-transform: lowercase; }
#shopping-cart-table tbody tr td.price-wrapper, #shopping-cart-table tbody tr td.subtotal { width:120px;}
#shopping-cart-table tbody tr td.actions { /* width: 28px; */ padding: 44px 0; }
#shopping-cart-table tbody tr td.actions img { width:auto!important;}
.checkout-cart-index #block-shipping { display:none!important;}
.checkout-cart-index .col-sm-4.totals-wrapper { float:none; width:100%; clear:both; padding-right:5px;}
.checkout-cart-index .block.discount.col-sm-4 { float:none; clear:both; width:100%;}

.checkout-cart-index .totals-inner { border:0; padding:0 20px;}
.checkout-cart-index .cart-totals .table.totals .grand { margin-top:0;}
.checkout-cart-index .cart-totals .block-title { display:none;}
.checkout-cart-index .cart-totals .data.table.totals { text-align:right;}

.checkout-cart-index .block.crosssell .block-title {
    text-align:center;
    font-size:28px;
    font-weight:800;
    text-transform:lowercase;
    border-bottom:0;
    margin:0 0 20px 0;
    padding:0 0 0 0;
}


.checkout-cart-index .products.list.items.owl-carousel-products-crosssell .item.product { float:none; width:320px; margin:0 0 10px 0;}
.checkout-cart-index .products-grid .owl-carousel-products-crosssell .product-item-photo { width:80px; height:120px; float:left;}
.checkout-cart-index .products-grid .owl-carousel-products-crosssell .product-item-info { border:1px solid #e7e7e7; padding:0 0 0 0;}
.checkout-cart-index .products-grid .owl-carousel-products-crosssell .product-item-info .product-item-details { text-align: left; padding: 15px 0 0 0; text-transform: lowercase; }

#block-reward .content .pointsLeft {
  text-transform: uppercase;
  color: red;
  font-size: 90%;
}

#block-reward .content .pointsRate {
  color: blue;
  text-transform: uppercase;
  font-size: 90%;
}

.checkout-cart-index .products-grid .owl-carousel-products-crosssell .product-item-info .product-item-details .crosssell-sizeowth {
  color: #aaa;
  font-size: 85%;
  display: none;
}

.checkout-cart-index .products-grid .owl-carousel-products-crosssell .product-item-info .product-item-details . crossell-sd {
  color: #aaa;
}
.checkout-cart-index .products-grid .owl-carousel-products-crosssell .product-item-photo:before { background-color:rgba(255,255,255,1); z-index:-1;}
.checkout-cart-index .owl-carousel-products-crosssell .product-item-actions { position:absolute; top:-10px; right:10px;}
.checkout-cart-index .owl-carousel-products-crosssell .product-item-actions .stock.unavailable { margin-top:13px;}
.checkout-cart-index .owl-carousel-products-crosssell .product-item-actions button { border:0; background:#fff; padding:0 0 0 0;}
.checkout-cart-index .owl-carousel-products-crosssell .product-item-actions button span { font-size:0;}
.checkout-cart-index .owl-carousel-products-crosssell .product-item-actions button span:before { content:"+"; font-size:28px; color:#000; font-weight:300;}
.checkout-cart-index .products-grid .owl-carousel .owl-stage { min-width:100%!important;}
.checkout-cart-index .products-grid .owl-carousel .owl-stage-outer .owl-item { min-width:100%!important;}
.checkout-cart-index .products-grid .owl-carousel .owl-controls { display:none;}


.checkout-cart-index .cart-summary { text-align:right;}
.checkout-cart-index .cart-summary .totals-wrapper .block-inner { border:0;}
.checkout-cart-index h1.page-title {
    font-size: 30px;
    color: #ff9c08;
    margin:50px 0 30px 0;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: lowercase;
}
.checkout-cart-index h1.page-title .base:after { width:42px; border:3px solid #ff9c08; content:''; display:block;}
.checkout-cart-index .custom-continue-shopping-column { position:absolute; top:150px; right:10px; text-align:right;}
.custom-continue-shopping { position: relative; padding-bottom: 15px; }
.checkout-cart-index .breadcrumbs { display:none;}
.checkout-cart-index .custom-continue-shopping-column a { font-size: 12px; border: 0; padding: 0 0 0 0; position: relative; text-transform: lowercase; font-style: italic; }
.checkout-cart-index .custom-continue-shopping-column a.btn-default:hover { background-color:transparent!important;}
.checkout-cart-index .custom-continue-shopping-column a img { width:5px; height:9px; margin-left:5px;}
.checkout-cart-index .custom-continue-shopping:after { 
    position:absolute;
    content:'';
    width:42px;
    height:6px;
    
    background:#ff9c08;
    right:0;
    bottom:0;
    display:block;
}
.checkout-cart-index .checkout.methods.items.checkout-methods-items { border-top:1px solid #ddd; padding:24px 0 10px; text-align:right; margin-top:12px;}
.checkout-cart-index .totals-wrapper .checkout-methods-items .btn { 
    background-color:#fcbc00;
    border-color:#fcbc00;
    color:#fff;
    padding:15px 40px;
    font-size:18px;
    border-radius:50px;
    text-transform:lowercase;
}
.checkout-cart-index .totals-wrapper .checkout-methods-items .btn:hover { background-color:#000; border-color:#000;}
.checkout-cart-index .amasty-rewards-highlight { padding-right:30px;}
.checkout-cart-index #block-discount { border-top:1px solid #ddd;}
.custom-discount-title-button { text-align:right!important; border-bottom:0; margin-bottom:0; padding-bottom:0;}
.custom-discount-title-button strong {
    cursor:pointer;
    font-size:18px;
    color:#ff9e12;
    text-transform:lowercase;
    position:relative;
}
.checkout-cart-index .cart-summary .block .block-inner { padding:24px 0 12px;}
.custom-discount-title-button strong:before { content:"+"; position:absolute; left:-20px; top:2px;}
.custom-discount-title-button.active strong:before { content:"-";}
.custom-discount-content { display:none; max-width:500px; width:100%; float:right;}
.custom-discount-content.active { display:block;}
.custom-discount-action { margin-top:0; border:0;}
.custom-discount-content .control { margin-top:15px;}
.custom-discount-content .control input.form-control { float:left; width:70%; border-radius:0;}
.custom-discount-content .custom-discount-action { float:right; width:30%; padding-top:0; border-top:0;}
.custom-discount-content .custom-discount-action .primary { width:100%;}
.custom-discount-content .custom-discount-action button { border-radius:0; line-height:1.3; background-color:#000; color:#fff; width:100%;}

.checkout-cart-index #block-reward { float:none; text-align:right; width:100%; padding:12px 10px 12px;margin:0;}
.checkout-cart-index #block-reward .title:after { display:none;}
.checkout-cart-index #block-reward .title strong {
    font-size:18px;
    color:#ff9e12;
    text-transform:lowercase;
    position:relative;
    font-weight:normal;
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}
.checkout-cart-index .custom-rewards-title-button strong:before { content:"+"; position:absolute; left:-20px; top:2px;}
.checkout-cart-index .custom-rewards-title-button.active strong:before { content:"-";}
.custom-rewards-content { max-width:100%!important; margin-top:15px;}
.amrewards-discount-form { max-width:100%!important;}
.checkout-cart-index .custom-rewards-content .fieldset.reward { max-width:500px; width:100%; float:right;    margin: 20px 0;

    text-transform: uppercase;

    font-size: 95%;}
.checkout-cart-index .custom-rewards-content .control input { float:left; width:70%; border-radius:0; margin-top:15px; padding:8px;}
.checkout-cart-index .custom-rewards-content .actions-toolbar { float:right; width:30%; padding-top:0; border-top:0; margin-top:15px;}
.checkout-cart-index .custom-rewards-content .actions-toolbar .primary { width:100%;}
.checkout-cart-index .custom-rewards-content .actions-toolbar button { width:100%;}


.content-inner .kb__search-box {padding: 2.5rem;background: #f5f5f5;margin-bottom: 2.5rem;}
.content-inner .kb__search-box input { padding: 1.5rem 2rem; font-size: 2rem;font-weight: 300;height: 6rem; border-radius: 3px;  width: 100%;}
.content-inner .kb__search-box button {height: 6rem; right: 2.5rem; top: 2.5rem; padding-left: 3rem !important; 
    padding-right: 3rem !important; 
    font-size: 2.2rem;
    position: absolute;
    border-radius: 0 3px 3px 0;
}
.action.primary { background-image: none; background: black; border: 1px solid #000; color: #fff; cursor: pointer; display: inline-block; font-family: "Montserrat"; font-weight: 400; padding: 9px 18px; font-size: 12px; box-sizing: border-box; vertical-align: middle; }
.page-title-wrapper h1 {font-size: 40px; font-weight: 300; line-height: 1.1; margin-bottom: 40px; margin-top: 0px;}


.kb-category__grid {display: grid; grid-template-columns: 33.33% 33.33% 33.33%}
.kb__category { margin-bottom: 4rem;}
.kb__category .kb__category-title h2 {font-weight: 300; line-height: 1.1; font-size: 2.6rem; margin-top: 2.5rem;}
.kb__category ol {padding-left: 0px; list-style: none;}
.kb__category ol > li { margin-bottom: 1.5rem; overflow: hidden; position: relative;}
.kb__category ol > li > a {white-space: nowrap; color: #006bb4;}
.kb__category ol > li > a > i {color: #333;}
.kb__category ol > li > a:hover {text-decoration: underline;}

#history-slider {}
#history-slider ul li { width:280px;height:280px; background-color: red; margin:5px; display:inline-block; }
#history-slider .hscrollerbar { height: 4px; background: #000; cursor: e-resize; }
.bs-container { border: 6px solid black; overflow: hidden; margin-bottom: 20px; text-align: left;}
.bs-container .divider { height: 6px; background: black; width: 100%; float: left; margin: 0; }
.bs-container .title-brandstory { font-size: 30px; font-weight: bold; color: white; background-image: url(../../frontend/Meigee/compo/en_US/images/dots.jpg); background-repeat: repeat-x; height: 47px;letter-spacing: 0.3px; }
.title-brandstory span { background: black; padding: 12px 15px; float: left; height: 47px; }
.bs-container .bs-left-col { position: relative; width: 50%; float: left; background: url(../../frontend/Meigee/compo/en_US/images/bg-wave2.jpg); background-size: cover;  min-height: 380px; line-height: 380px; }
.bs-left-col img.logo { width: 50%; vertical-align: middle; }
.bs-container .bs-right-col { background: #89f7d9; padding: 10px 20px; width: 50%; float: left; }
.bs-right-col p.text { display: table-cell; vertical-align: middle; height: 360px; font-size: 15px; line-height: 17px; }
.bs-container .bs-left-col-2, .bs-container .bs-right-col-2 { width: 50%; float: left; background: #fee08d; padding: 10px 20px; min-height: 560px; }
.bs-left-col-2 p.text, .bs-right-col-2 p.text { font-size: 15px; line-height: 17px; }
.bs-right-col strong, .bs-left-col-2 p.text strong { font-size: 15px; color: black; }
.bs-container h1.title-doit { font-size: 30px; font-weight: bold; color: black;  font-family: proxima-nova-soft-reg;letter-spacing: 0.3px;}
.bs-container h2.subtitle { font-size: 22px; font-weight: normal; color: black;  font-family: proxima-nova-soft-reg; } 
.bs-right-col-2 img { width: 80%; margin: 0 auto; display: block; }
.bs-container .bs-history{ width: 100%; float: left; background: #89f7d9; padding: 10px 20px; }
.bs-container .bs-awards{ width: 100%; float: left; background: #dab2f5; padding: 10px 20px; }
.hscrollerbar .owl-carousel .item { min-height:130px; border-right:1px solid #000; padding-right:10px;}
.brand-history-title { font-size:20px; font-weight:600;}
.brand-history-title-second { font-size:16px; font-weight:600; padding-bottom:10px; line-height:18px;}
ul.awards { margin:0 0 0 20px; padding:0 0 0 0;}
ul.awards li {
    list-style: disc outside none;
    font-size: 14px;
    font-weight: 100;
    width: 95%;
    color: #555;
    line-height: 16px;
}
.hscrollerbar .owl-theme .owl-dots,
.bs-awards .owl-theme .owl-dots { position:relative; width:100%; bottom:10px;}
.hscrollerbar .owl-theme .owl-dots span,
.bs-awards .owl-theme .owl-dots span { margin:0 3px!important;}
.hscrollerbar .owl-theme .owl-controls .owl-nav [class*=owl-],
.bs-awards .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff!important;
    font-size: 13px!important;
    margin: unset!important;
    padding: 0!important;
    background:rgba(0,0,0,0.7)!important;
    display: inline-block!important;
    float: none!important;
    margin:10px 5px!important;
    padding:3px 10px!important;
    cursor: pointer!important;
    -webkit-border-radius:3px!important;
    -moz-border-radius:3px!important;
    border-radius:3px!important;
    position: relative!important;
    top: unset!important;
    width:auto!important;
    height:auto!important;
    text-indent:unset!important;
    overflow: hidden!important;
}
.bs-container .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev { left:unset!important;}
.bs-container .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next { right:unset!important;}
.bs-container .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before,
.bs-container .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before,
.bs-container .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after,
.bs-container .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after { display:none;}

.customer-account-login .secondary { display:block; margin-top:10px;}

.custom-opc-column {}
.custom-opc-column.left { float:left; width:66.66%; background-color:#fff; padding-bottom:150px;}
.custom-opc-column.right { float:left; width:33.33%; position:relative;}
.custom-opc-column.left .checkout-column.opc { float:left; width:50%!important;}
.custom-opc-column.right .checkout-column.opc { float:none; width:100%!important; position:relative; margin-top:-240px;}
.customer-logged-in .custom-opc-column.right .checkout-column.opc { float:none; width:100%!important; position:relative; margin-top:-100px;}
/*
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-column.opc{background-color: #fff!important; }
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-column.opc:last-child {background-color: #f9f2e7!important;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-column.opc:last-child .checkout-block  { position:absolute; top:0;}
*/

.checkout-index-index .content-inner.col-sm-12 { position:relative;}
.checkout-tips { position:absolute; bottom:0;}
.checkout-index-index .checkout-header { max-width:66.66%; background-color:#f5f5f5 }
.customer-logged-out .checkout-index-index .checkout-header .title {}
.checkout-index-index .authentication-wrapper { position:absolute; top:100px;}
.checkout-index-index .authentication-wrapper button {
    background-color:#fcbc00;
    border:1px solid #fcbc00;
    border-radius:50px;
    padding:15px 30px;
    color:#fff;
    font-size:18px;
    transition: all 0.2s ease-in-out;
}
.checkout-index-index .authentication-wrapper button.action-auth-toggle:hover { color:#fff; background-color:#000; border:1px solid #000;}
.checkout-index-index .authentication-wrapper button.action-auth-toggle:before { display:none;}
.checkout-index-index .checkout-header .description {
    position:relative!important;
    left:0;
    float:none;
    text-align:left;
    font-size:16px!important;
    margin-top:100px;
    padding-right:30px;
}
.customer-logged-in.checkout-index-index .checkout-header .description { display:none;}
.checkout-index-index .checkout-block {background:transparent!important; box-shadow:none!important;}
.checkout-index-index #shipping-new-address-form input[type="text"],  
.checkout-index-index #shipping-new-address-form input[type="email"],
.checkout-index-index input[type="tel"],
.checkout-index-index select.form-control {border-radius: 0!important; width: 100%; border:none!important; padding: 0px!important; height: auto!important; margin-bottom: 6px;}
.checkout-index-index .opc-wrapper .step-title {border:none!important;}
.checkout-index-index .opc-block-summary {background:transparent!important;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {color:#ffaa11; margin-top:1rem; padding:0px;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .totals.shipping.excl .mark .label {color:#222222; margin-top:0; font-size:14px; padding:0px;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .grand.totals { border-top:1px solid #ccc;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .grand.totals .mark strong {font-size:18px;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .grand.totals .amount .price {font-size:18px; color:#000;}
.checkout-index-index .opc-wrapper .step-title {padding-bottom: 0px; margin-bottom: 0px; font-weight: 600;}
.checkout-index-index #shipping-new-address-form .field{ border:1px solid #c5c5c5; border-radius: 6px;}
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.custom_attributes.custom_field_1_shippingAddress"],
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.custom_attributes.custom_field_2_shippingAddress"],
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.city"],
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.firstname"],
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.middlename"],
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.lastname"] {float: none; width: 100%; clear: both; margin-top: 1em;}
.checkout-index-index #shipping-new-address-form fieldset.street .field {float: none; width: 100%; clear: both; margin-top: 1em; border:none; border-radius: 0;}
.checkout-index-index .field-tooltip .field-tooltip-action {display: none;}
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.region_id"]{width: 47.5%; float: left; clear: none; margin-right: 2%}
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.postcode"]{width: 50%; float: left; clear: none;}
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.custom_attributes.custom_field_1_shippingAddress"]{width: 47.5%; float: left; clear: none; margin-right: 2%}
.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.custom_attributes.custom_field_2_shippingAddress"]{width: 50%; float: left; clear: none;}
.checkout-index-index .checkout-tips {
	background-color: #fff;
	width:100%;
	max-width: 793px;
	padding: 0px 12px 30px;
	font-weight: 100;
  font-size: 80%;
}
.checkout-index-index .checkout-payment-method .payment-method-title {border:none; padding:0 0;}
.checkout-index-index .product-item { border-bottom:1px solid #d4cec5;}
.checkout-index-index .product-item-inner { display:block!important;}
.checkout-index-index .product-item-name-block { display:block!important;}
.checkout-index-index .product-item-name { font-weight:600; font-size:22px; margin: 0 0 6px 0; display:block; text-transform:lowercase;}
.checkout-index-index .minicart-items .product-item-name { font-weight:400; font-size:15px; margin:0 45px 6px 0; display:block;}             
.checkout-index-index .opc-block-summary .minicart-items .delete { float:right!important;}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container { margin-left:0!important;}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details { padding-left:80px!important;}
.checkout-index-index .checkout-column.opc .product-item-name {
    font-weight:600;
    font-size:14px;
    margin:0 0 6px 0;
    display:block;
    text-transform:lowercase;
}
.checkout-index-index .details-qty span.label { display:none;}
.checkout-index-index input.qty {
    margin: 0 2px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border:2px solid #cdcdcd;
    color: rgba(0,0,0,.4);
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}
.checkout-index-index .opc-block-summary .product-item .subtotal { padding:10px; font-size:16px;}
.checkout-index-index .product-image-container img { width:100%;}
.checkout-index-index .opc-block-summary span.title { font-size:2.6rem; font-weight:600;}
.checkout-index-index .opc-block-summary .totals.discount .mark span.title { font-size:14px; font-weight:400;}
.checkout-index-index #maincontent .row.main-container {background-color: #f9f2e7!important}
 #maincontent .content-inner.col-sm-12 {padding-left: 0px!important; padding-right: 0px!important}
.checkout-index-index #checkout.am-checkout {margin:0px!important; padding: 0px!important}
.checkout-shipping-address .action-show-popup { background:#000; border-radius:50px; border:1px solid #000; color:#fff; padding:7px 20px;}
.checkout-index-index #checkout-step-shipping { margin-top:20px;}
.checkout-payment-method .payment-methods .actions-toolbar .primary { 
    background-color:#fcbc00;
    border:1px solid #fcbc00;
    border-radius:50px;
    color:#fff;
    padding: 14px 30px;
    width:100%;
    transition: all 0.2s ease-in-out;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap { width:50%!important;}
.checkout-payment-method .payment-methods .actions-toolbar .primary:hover { background-color:#000; border:1px solid #000;}
#shipping-new-address-form { margin: -30px 0 0; position:relative; z-index:9; background-color:#fff;}
.checkout-index-index .admin__field-option { clear:both; padding-top:10px;}
.checkout-index-index .admin__field-option input { margin:0 0 0 0;}
.checkout-index-index .admin__field-option .admin__field-label { font-weight:normal;}
.checkout-index-index .billing-address-same-as-shipping-block input { margin:0 0 0 0;}
.checkout-index-index .billing-address-same-as-shipping-block label { font-weight:normal;}
.checkout-index-index .street.admin__control-fields { position:relative;}
.checkout-index-index .street.admin__control-fields legend.label { position:absolute;}
.checkout-index-index .street.admin__control-fields .form-control { margin-top:25px;}
.checkout-index-index .action.action-show-popup { position:absolute; margin-top:40px;}
.checkout-index-index #customer-email-fieldset .control { padding-right:0;}
.checkout-index-index #customer-email-fieldset .control input { width:100%; border-radius:6px; border:1px solid #c5c5c5; padding:12px;}

#sticky-header .block-search .search-button { line-height:35px;}
#sticky-header .block-search .search-button.active .custom-top-search-icon { display:none;}
#sticky-header .block-search form.minisearch {padding: 0px!important; position:fixed; top:0; right:0; width:100%; border:none; background-color:#1e252d; padding:12px 0px!important;}
#sticky-header .block-search .input-group {border-radius: 0px!important; border:none!important;  width: 100%; max-width: 500px; margin: 0px auto; }
#sticky-header .block-search .input-group input[type="text"] {text-align: center; background-color: #2e3a46; color: #fff;}
#sticky-header .block-search span.close {color: #fff; font-size: 44px; position: absolute; right: 12px; top: 0.8rem; cursor: pointer;}
#sticky-header .control-search .search {height: 4rem; right: -7rem; top: 0.5rem; padding-left: 3rem !important; padding-right: 3rem !important; 
    font-size: 2.2rem;
    position: absolute;
    border-radius: 0 3px 3px 0;
    color: #fff;
}

.minicart-wrapper svg.icon.icon__bag { color:#ffffff; fill:currentColor;}

.amasty-rewards-loader img { width:24px;}

.table.totals td .price { font-size: 18px; }

.table.totals .grand .price { font-size: 18px; font-weight: 600; }

.cart-totals .grand .mark strong { text-align: center!important; display: inline-block; vertical-align: bottom; color: #222; font-size: 14px; font-weight: 600; }
.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; color: #222; font-size: 14px; text-transform: lowercase; line-height: 2em; }
.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: 600; padding: 6px 0 6px 14px; text-align: right; white-space: nowrap; }

.checkout-cart-index .cart-summary .cart-free-shipping-amount { text-transform: lowercase;    font-weight: 100;
font-size: 11px; }

.price { text-transform: uppercase!important; white-space: nowrap !important; font-family: 'Montserrat', sans-serif; color: #3b787b; font-size: 18px; font-weight: 500; }

.checkout-cart-sample { float: left; width: 70%; text-align: center; padding: 20px 10px 0 10px; border: 5px solid white; background-color: #f5f5f5; }

.checkout-cart-sample p { font-size:20px; color:#ff3c00;}
.checkout-cart-sample span#sample_number_can_add { font-weight:bold;}
.checkout-cart-sample h4 { font-size:20px; font-weight:600;}

.checkout-cart-sample .sample-list .sample-box-item .sample-item { width: 100%; float: left; border: 1px solid #eee; padding: 10px; }
.checkout-cart-sample .sample-list .sample-box-item .sample-item .sample-item-details { float: left; width: 65%; text-align: left; font-size: 12px; }
.checkout-cart-sample .sample-list .sample-box-item .sample-item .sample-item-image img { width: 100%!important; height: auto!important; }
.checkout-cart-sample .sample-list { float: left; width: 100%; background-color: white; padding: 10px; margin: 0; }
.checkout-cart-sample .sample-list .sample-box-item .sample-item .sample-item-add-to-cart-box .icon { float: left; font-size: 16px; padding: 0 5px 5px 5px; color: #ccc; }



.modal-popup.confirm .modal-footer { text-align:center;}
.modal-popup.confirm .modal-footer .action-secondary.action-dismiss { background-color:transparent; border:1px solid #fcbc00; color:#fcbc00; padding:5px 30px; border-radius:50px; transition: all 0.3s ease-in-out;}
.modal-popup.confirm .modal-footer .action-primary.action-accept { background-color:#fcbc00; border:1px solid #fcbc00; color:#fff; padding:5px 30px; border-radius:50px; transition: all 0.3s ease-in-out;}
.modal-popup.confirm .modal-footer .action-primary.action-accept:hover { background-color:#000; border-color:#000;}
.modal-popup.confirm .modal-footer .action-secondary.action-dismiss:hover { border-color:#000; color:#000;}

.checkout-cart-index .breadcrumbs-wrapper.type-2,
.checkout-index-index .breadcrumbs-wrapper.type-2 {height: 120px;}
.checkout-cart-index .stepcheck {position: absolute; top:0; left: 0; right: 0; text-align: center;}
.checkout-index-index .stepcheck {position: absolute; margin-top:-110px; left: 0; right: 0; text-align: center;}
.checkout-cart-index .stepcheck img,
.checkout-index-index .stepcheck img {width: 100%; max-width: 600px;}
.checkout-cart-index .page-main {padding-top: 20px;}
.checkout-cart-index h1.page-title {margin-top: 0px; padding-top: 3vw;}
.checkout-cart-index .qty .cart.actions {text-align: center; margin: 0px; padding: 0px;}
.checkout-cart-index button.action.update.btn {text-transform:unset; border:none; padding: 10px; margin-top: 12px;}

.amsearch-overlay { display:none!important;}
.amsearch-leftside { text-align:left;}
.amsearch-clone-position {
    position: fixed!important;
    z-index: 999;
    right: 0;
    left: 0;
    top: 64px!important;
    width: 100%!important;
    max-width: 100vw!important;
    background-color:#fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.custom-sticky-header .input-group .input-group-btn.search-icon { display:none;}
.header-wrapper .block-search.focused .btn { width:36px!important;}
.custom-sticky-header .input-group .input-group-btn .btn-default { background:rgba(255,255,255,0);}
.custom-sticky-header .input-group .input-group-btn .btn-default span {
    background-image:url(../../frontend/Meigee/compo/en_US/images/search-icon-white.png);
    background-repeat:no-repeat;
    background-size:100%;
    width:20px;
    height:20px;
}
.custom-sticky-header .block-search.type-1.focused .input-group .input-group-btn .btn-default span { margin-left:0;}
.custom-sticky-header .input-group .input-group-btn .btn-default span span { display:none;}
.custom-sticky-header .input-group .input-group-btn .btn-default i { display:none;}
.custom-sticky-header .search-button.active { position:fixed; z-index:100; top:10px; right:20px; font-size:26px!important;}
.custom-sticky-header .search-button.active i { display:none;}
.custom-sticky-header .search-button.active:before { content:"x";}

.amasty-rewards-highlight { padding:2px 0 5px 0;}
.amasty-rewards-highlight::before {
    content: ""; 
    margin: 7px 8px 0 5px; 
    width: 0; 
    height: 0; 
    border-top: 3px solid transparent; 
    border-left: 5px solid #666666; 
    border-bottom: 3px solid transparent;
}

.amsearch-form-container.-opened .amsearch-wrapper-input, .search-autocomplete, .amsearch-results { max-width:700px!important; margin:auto;}
.amsearch-autocomplete-image,
.amsearch-autocomplete-information { text-align:left;}
.amsearch-autocomplete-information .actions-secondary { display:none!important;}
.amsearch-autocomplete-information .actions .action.tocart { 
    font-size: 14px!important; 
    font-weight:normal;
    background-color:#fcbc00;
    border:1px solid #fcbc00;
    border-radius:50px;
    padding:;
}
.amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item { width:100%!important; max-width:100%!important; display:block!important;}
.amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-image { float: left; width: 30%;}
.amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-image img { width:100%;}
.amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information { float:right; width:70%;}
.amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information .stock { margin-bottom:3px;}
.amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information .stock.unavailable span { color:#ff0000; font-size:14px; font-weight:600;}
.amasty-xsearch-block-header { text-align:left; border-bottom:1px solid #ccc; padding-bottom:10px!important; margin-bottom:10px!important;}
.amsearch-more-results .amsearch-link { padding:15px!important; background-color:#000!important; margin-bottom:0!important;}

.custom-cart-free-shipping-amount {
    display: inline-flex;
    /* color: #ccc; */ 
    font-weight: 100; 
    font-size: 11px;
}

.custom-cart-free-shipping-amount::before { 
    content: ""; 
    margin: 5px 8px 0 5px; 
    width: 0; 
    height: 0; 
    border-top: 3px solid transparent; 
    border-left: 5px solid #666666; 
    border-bottom: 3px solid transparent; 
}

.grecaptcha-badge { z-index:9;}

.actions-toolbar .action.primary.continue { background-color:#000; border:1px solid #000; border-radius:50px; padding:8px 20px;}

.sidebar .block.account-nav li strong { padding:.75em 0; font-weight:600;}

.account .actions-toolbar .secondary .action.back { position:relative; z-index:9;}
.account ul.items.order-links { display:none;}
.account .order-details-items.ordered .order-title { margin:20px 0 10px;}
body .table .item-options dt, body .table .item-options dd { float:none; display:inline-block;}

.header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon,
.header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon:after { display:none!important;}
.header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon:before {
    font-size: 22px;
    padding: 10px 0 10px 10px;
    line-height: 14px;
    content: "+";
    float: right;
    color: rgba(255,255,255,1);

}
.header-wrapper .navbar-collapse.collapse a.level-top.ui-state-active .ui-menu-icon:before {
    content:"-";
}
.navigation .level0 .submenu li.parent > a:after { float:right; padding:5px 0 0 0;}

.reward {max-width: 50%; margin: 40px auto; font-family: Montserrat; color: #000;}
.reward img:not(.fotorama__img){ max-width: 100%; width: auto; height: auto!important;}
.reward-header .reward-container {display: grid; grid-template-columns: 60% auto; border-bottom: 1px solid #d8d8d8;  padding-bottom: 30px;}
.reward-header .reward-container img {width: 100%;}
.reward-header .reward-title {padding-right: 30px;}
.reward-header .reward-title h1 {font-weight: 300;  font-family: Montserrat; line-height: 1.2;}
.reward-header .reward-title h1 span {font-weight: 600;}
.reward-header .reward-title p {max-width: 100%; font-size: 14px; }

.reward-content {border-bottom: 1px solid #d8d8d8;  padding-bottom: 0px; padding-top: 30px;}
.reward-content .reward-title {font-size: 18px; font-weight: 700;}
.reward-content .reward-point-list ul {display: inline-block; margin-top: 12px;}
.reward-content .reward-point-list ul li {float:left; width: 20%; }
.reward-content .reward-point-list ul li:last-child {margin-right: 0%;}
.reward-content .reward-point-list h4 {font-weight: 600; font-size: 18px; margin: auto;}
.reward-content .reward-point-list span {font-size: 12px; color: #ff9817; font-weight: 700;}
.reward-content .reward-point-list p {max-width: 80%;}

.reward-footer {padding-top: 30px;}
.reward-footer .reward-title {font-size: 18px; font-weight: 700;}
.reward-footer .reward-detail-list {display: grid; grid-template-columns: auto auto;}
.reward-footer .reward-detail-list ul {padding-left: 16px; margin-bottom: 0px;}
.reward-footer .reward-detail-list li {position: relative; font-size: 12px; list-style: disc;}

.catalog-product-view .amrelated.block-products-list .product-item-details {position: relative;}
.catalog-product-view .amrelated.block-products-list .products-grid .product-item-name {margin-bottom: 60px;}
.catalog-product-view .amrelated.block-products-list .product-reviews-summary {position: absolute; top: 30%; left: 0; right: 0; text-align: center;}
.catalog-product-view .amrelated.block-products-list .rating-result i {font-size: 12px;}
.catalog-product-view .amrelated.block-products-list .reviews-actions a + a.add {display: none;}
.catalog-product-view .product-info-main .rating-result span,
.catalog-product-view .reviews-wrapper .rating-result span {height: 14px;}

/*##########################################################*/

@media only screen and (max-width: 1061px) and (min-width: 768px){
.custom-header-toplink { max-width:500px; width:100%;}
.page-header .action.nav-toggle { margin:-7px 0 0 0; padding:15px 0 15px 10px;}
.header-wrapper .header.links { margin:-5px 0px 0px 0;}
.minicart-wrapper .title-cart, .header.links li { padding-right:0; margin: 0 0 0 0;}
#sticky-header .block-search { margin:0 0 0 18px;}
.navigation .level0 .submenu a { padding:13px 10px 13px 30px;}
.header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon { display:block!important;}
}

@media (max-width: 1200px){
.header-wrapper .menu-wrapper .menu-inner { padding:0 0;}
.memberpopup-form .modal-inner-wrap { max-width:90%; width:90%;}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap { width:90%!important;}
.custom-product-grid-full-content { margin-left:15px; margin-right:15px;}
.checkout-index-index .checkout-header,
.checkout-index-index .authentication-wrapper,
.checkout-index-index .checkout-tips {width: 100%; max-width: 66.1vw;}

.reward-header .reward-container {display: block; padding-bottom: 10px;}
.reward-header .reward-container img {display: none;}
.reward-content .reward-point-list ul{display: grid; grid-template-columns: 50% 50%;}
.reward-content .reward-point-list ul li {float:none; width: 100%;}
.reward-content .reward-point-list p {max-width: 90%;}
}

@media (max-width: 1000px){
.reward {max-width: 600px; padding: 0px 12px;}
}

@media (max-width: 1024px){
.custom-footer-top-column.first-column .block.newsletter { display:block; margin-left:0; width:85%;}
.custom-footer-top-column.first-column .block.newsletter input { width:70%;}
.checkout-index-index .checkout-header,
.checkout-index-index .authentication-wrapper,
.checkout-index-index .checkout-tips {width: 100%; max-width: 67%;}
.checkout-cart-index .custom-continue-shopping-column { top:135px;}

}

@media (max-width: 991px){
.checkout-cart-index .checkout-cart-sample { width:100%;}
.checkout-cart-index .cart-container { float:none; width:100%;}
.checkout-cart-index .block.crosssell { float:none; width:100%; position:relative;}
.checkout-cart-index .block-content.content .products-crosssell { width:95%; margin:auto;}
.checkout-cart-index .products.list.items .item.product { width:100%;}
.checkout-cart-index .products-grid .owl-carousel .owl-stage-outer .owl-item { min-width:auto!important;}
.checkout-cart-index .products-grid .owl-carousel .owl-controls { display:block;}
.checkout-cart-index .products-grid .owl-carousel .owl-prev,
.checkout-cart-index .products-grid .owl-carousel .owl-next { top:50%!important; transform: translate(0, -50%);}
.checkout-cart-index .products-grid .owl-carousel .owl-prev { left:-25px!important;}
.checkout-cart-index .products-grid .owl-carousel .owl-next { right:-25px!important;}
.checkout-index-index .checkout-header,
.checkout-index-index .authentication-wrapper,
.checkout-index-index .checkout-tip {width: 100%; max-width: 100%;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-column.opc:last-child .checkout-block {top: 0;}
.checkout-index-index .checkout-tips {max-width: 100%; padding:30px 12px;}
.checkout-index-index .opc-wrapper.am-opc-wrapper {display: block!important;}
.authentication-wrapper {margin-bottom: 0px!important; padding: 20px;}
.checkout-index-index .checkout-block {margin: 0px!important}
.catalog-product-view .amrelated.block-products-list li.product-item { width:49.5%!important; margin-bottom:10px;}
.catalog-product-view .amrelated.block-products-list li.product-item:nth-child(2n+2) { margin-right:0;}
.catalog-product-view footer.page-footer { margin-bottom:85px;}
.catalog-product-view .amrelated .products-grid .product-item-photo img { width:70%!important;}
.checkout-index-index .checkout-header { padding:0 10px 25px;}
.checkout-index-index .checkout-header .description { padding-right:0;}
.custom-opc-column.left { float:none; width:100%; padding-bottom: 50px;}
.custom-opc-column.right { float:none; width:100%;}
.custom-opc-column.right .checkout-column.opc { float:none; width:100%!important; position:relative; top:unset;}
.customer-logged-in .custom-opc-column.right .checkout-column.opc { margin-top:0;}
.minicart-wrapper .block-minicart {
    top: 0px!important;
    right: 0px!important;
    width: 340px !important;
    height: 100%;
    overflow: scroll!important;
    position: fixed!important;
    margin: 0px!important;
}
.checkout-index-index .authentication-wrapper { top:50px;}
.checkout-tips { position:relative;}
.custom-opc-column.right .checkout-column.opc { margin-top:0;}


.reward-header .reward-title {padding-right: 0px;}
.reward-footer .reward-detail-list {display: block;}
}

@media (max-width: 880px){
.custom-home-topslider .subtitle h1 { font-size:32px; line-height:36px;}
.custom-home-topslider .subtitle-small { font-size:14px; margin:20px 0;}
.descktop-banner { display:none!important;}
.mobile-banner { display:block!important;}
.mobile-s-banner { display:none!important;}
#home-slider .item .slide-container { left:0; right:0; top:unset; bottom:10%; transform: translate(0, 0);}
}

@media (max-width : 800px){
.bs-container .bs-left-col { width: 100%; }
.bs-container .bs-right-col { width: 100%; }
.bs-container .bs-left-col-2, .bs-container .bs-right-col-2 { width: 100%; min-height: 250px; }
}

@media (max-width: 767px) {
  #shopping-cart-table > tbody > tr > td.col.qty > div.cart.main.actions {margin: -17px 0 0 0;}
  #shopping-cart-table > tbody > tr > td.col.qty {vertical-align:middle;padding:unset!important;border:unset!important;}
  #shopping-cart-table > tbody > tr > td.col.subtotal {vertical-align:middle;padding:0 70px 40px 0;border:unset!important;}
  #shopping-cart-table > tbody > tr > td.col.subtotal > span > span > span {color:teal;font-weight:500;font-size:16px;}
  #shopping-cart-table tbody tr td.actions {padding:36px 0 0px 0!important;border:unset!important;}
  #shopping-cart-table > tbody > tr > td.col.actions > a {display: unset!important;width:20px!important;}
  #shopping-cart-table > tbody > tr > td.col.actions > a > img {min-width:20px!important;width:20px!important;}
  #shopping-cart-table > tbody {border-bottom:none!important; border-top:none!important;border-right:none!important;border-left:none!important;}
  #shopping-cart-table > tbody > tr {border-bottom:lightgrey 1px solid !important;}
  #shopping-cart-table > tbody > tr > td.col.item {border:none!important;min-width:250px!important;}
  .catalog-category-view .category-description { position: relative; top: auto; transform: translate(0, 0); text-align: center; padding: 0 0 30px 0; margin: 0 0;}
  .catalog-category-view.category-shop .block.filter { padding: 0 15px 15px; margin: 0 0;}
  .custom-quick-view-column .product-item-description { color: #919191; text-transform: lowercase; font-weight: normal; } 
  .custom-quick-view-column .price-box span { color: #000; font-size: 16px; font-weight: 600; } 
  .custom-quick-view-close-button span { display: block; cursor: pointer; width: 30px; height: 30px; margin: 10px auto 0; border-radius: 50%; border: 2px solid black; text-align: center; font-size: 20px; font-weight: 400; color: black; line-height: 24px; } 
  .products-grid .product-item .product-item-info .custom-short-description-column { opacity: 1; max-width: 80%; margin: 5px auto 0; font-weight: normal; font-size: 90%; } 
  .filter-options-title { font-family: inherit; 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; } 
  .catalog-category-view .sorter-options { font-size: 14px!important; color: #222!important; width: 100%!important; padding: 0 0 0 0!important; border: 0!important; }
  #sticky-header .block-search { margin: 5px 0 0 18px;}
  .minicart-wrapper { float:none;}
  .minicart-wrapper .title-cart .icon { height:auto;}
  .minicart-wrapper .title-cart .cart-right-items { margin:0 -5px 5px 3px;}
  .header.links li.authorization-link { padding:15px 0 0 0;}
  .header.links { margin: -5px 0 0 0;}
  .page-header .action.nav-toggle { padding: 16px 0px 16px 10px;}
  .page-header .action.nav-toggle i { margin-top:-5px;}
  .customer-welcome .customer-name > span:before { margin:7px 0 0 -15px;}
  .header.links li { padding:0 0;}
  .catalog-category-view.page-layout-1column .filter-options { display:block; width:100%;}
  .catalog-category-view.page-layout-1column .filter.block { float:none;}
  .catalog-category-view .block-title.filter-title { display:none;}
  .catalog-category-view .filter-options-item {width:100%; margin-right:0%; float:none; box-shadow:none; padding:15px 0 0;}
  .custom-product-grid-full-content { margin-left:0; margin-right:0;}
  .filter-options-title { font-size:14px;}
  .catalog-category-view .toolbar-products { padding:0 0 30px 0; margin-top:-10px;}
  .catalog-category-view .toolbar .toolbar-sorter { position:relative; right:0; top:0!important; width:100%;}
  .catalog-category-view .block.filter { padding: 30px 15px 15px;}
  .catalog-category-view .block.filter:before,
  .catalog-category-view .block.filter:after { display:none;}
  .products-grid:not(.widget-product-grid) li.item + li.item { margin-top:0;}
  .category-image { display:none;}
  body.wide-layout .footer .footer-top { display: block;}
  .custom-footer-top-column.first-column { display: block; width: 100%; padding-right:0; padding-left:15px;}
  .custom-footer-top-column.first-column .block.newsletter { width: 100%;}
  .custom-footer-top-column.last-column { display: block; max-width: 100%; padding-left: 10px; margin-left: -15px; text-align: center;}
  .custom-footer-top-column.first-column .input-group-btn { margin-left:5%;}
  .footer .footer-middle .store-info { border-bottom:1px solid #5b5b5b; padding-bottom:20px;}
  .footer .footer-middle .store-info:last-child {}
  .footer .footer-middle .store-info p { padding-right:0; min-height:unset;}
  .custom-footer-width.footer-sitemap { margin:0;}
  .page-header .logo { width: auto;}
  .page-header .logo img { width: 120px;}
  .custom-section2-row1-pic.custom-video { max-width:80%; height:350px; float:right; position:relative; top:-50px; right:0; transform: translate(0, 0);}
  .custom-section2-row1-pic.custom-video.video-sticky-bottom { display:none;}
  .custom-section2-row2 { padding:0 0 50px;}
  .custom-section2-row2-pic { float:none;}
  .custom-section-main3 { padding: 50px 0 40px; text-align: center;}
  .custom-section3-column { float:none;}
  .custom-section3-column.column-left { width:100%; padding-bottom:20px;}
  .custom-section3-column.column-left br { display:none;}
  .custom-section3-column.column-right { width:100%;}
  .custom-section3-column.column-right ul { display:block; width:calc(100%);}
  .custom-section-main4 { background:#ffb347; padding:50px 0;}
  .custom-product-grid-full-content { padding-left:15px; padding-right:15px;}
  .catalog-product-view .product-top-block { padding-bottom:0;}
  .custom-bottom-review-column { padding-left:15px; padding-right:15px;}
  .catalog-product-view .product.media.col-sm-6 { float:none; width:100%; margin-right:0;}
  .catalog-product-view .product-info-main.col-sm-6 { float:none; width:100%;}
  .custom-attribute-column { float:none; width:100%; margin: 0 0 30px 0;}
  .custom-attribute-column:nth-child(2) { width:100%;}
  .custom-attribute-column:nth-child(3) { width:100%;}
  .custom-attribute-column label { margin-bottom:0; padding-bottom:0;}
  .memberpopup-form .modal-inner-wrap { max-width:100%; background: #f0f0f0;}
  .memberpopup-form .custom-popup-windows { display:block;}
  .memberpopup-form .popup-display-table { display:block; width:100%; padding:30px;}
  .memberpopup-form .popup-display-table:first-child { display:none;}
  .memberpopup-form .popup-display-table:last-child { width:100%;}
  .memberpopup-form .form-login,
  .memberpopup-form .password.forget .actions-toolbar,
  .memberpopup-form .password.forget .field.email { max-width:100%;}
  .checkout-cart-index .products-grid .owl-carousel .owl-stage-outer .owl-item .item.product { width:100%!important;}
  #shopping-cart-table > tbody > tr > td.col.item > div > strong > a {
    font-size: 14px;
    position: relative;
    top: 5px;
  }
  #shopping-cart-table > tbody > tr > td.col.item > div > strong > div.cart-item-description {
    font-size: 11px;
    margin: 0 0 0 0px;
  }
  #shopping-cart-table > tbody > tr > td.col.item > div > strong > div.selected_size {
    bottom: 9px;
    position: relative;
    font-size: 12px;}
  .kb-category__grid {display: grid; grid-template-columns: 50% 50%} 
  #sticky-header .block-search .input-group {max-width: 70%; margin: 0px; margin-left: 15px;}
  body .cart-container #cart-totals table.table.totals th, body .cart-container #cart-totals table.table.totals td { text-align:right!important; padding:10px;}

  
  .checkout-cart-index table.table:not(#product-comparison) td { width:50%!important;}
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    padding-right: 0;
    width: 100px;
    position: relative;
    display: block;
    float: left;
    right: 10%;
}
  #shopping-cart-table tr > td.col.item > a > span.product-image-container {width:118px!important}
  .checkout-cart-index .cart.table-wrapper .product-item-details {display: inline-block;
    padding: 0 0 0 0;
    margin: 10px -20px 0 -30px;
    position: relative;
    height: 100px;
    width: 200px;}
  .checkout-cart-index .cart.table-wrapper .field.qty { margin:auto;}
  .checkout-cart-index table.table:not(#product-review-table):not(#product-comparison):not(.totals) table,
  .checkout-cart-index table.table:not(#product-review-table):not(#product-comparison):not(.totals) thead,
  
  .checkout-cart-index table.table:not(#product-review-table):not(#product-comparison):not(.totals) th{ text-align:center!important;}

  .checkout-cart-index .price { color: #000; font-size: 18px; font-weight: 600; }
  .checkout-cart-index td.col.qty { padding:0 0 10px!important;}
  .custom-opc-column.left .checkout-column.opc { float:none; width:100%!important;}
  .checkout-index-index .authentication-wrapper { text-align:left;}
  .header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon { display:block!important;}

}

@media (max-width:680px) {
.catalog-product-view .amrelated .products-grid .product-item-photo img { width:100%;}
}

@media (max-width:580px) {
.checkout-cart-index .page-main { padding-top:0;}
.checkout-index-index #maincontent { padding-top:0;}
.checkout-index-index .checkout-header { padding:25px 10px;}
.checkout-cart-sample .sample-list .sample-box-item { float:none!important; width:100%!important; clear:both;}
.checkout-cart-index .breadcrumbs-wrapper.type-2, .checkout-index-index .breadcrumbs-wrapper.type-2 {height: 12vw}
.checkout-cart-index .header-wrapper .container,
.checkout-index-index .header-wrapper .container { padding-left:15px; padding-right:15px;}
.checkout-cart-index .header-wrapper .container .row,
.checkout-index-index .header-wrapper .container .row { margin-left:-15px; margin-right:-15px;}
.checkout-cart-index .container,
.checkout-index-index .container { padding-left:0; padding-right:0;}
.checkout-cart-index .container .row,
.checkout-index-index .container .row { margin-left:0; margin-right:0;}
.checkout-cart-index .page-title-wrapper,
.checkout-cart-index .checkout-cart-sample,
.checkout-cart-index .custom-cart-column,
.checkout-cart-index .cart-summary.row,
.checkout-index-index .page-title-wrapper,
.checkout-index-index .checkout-cart-sample,
.checkout-index-index .custom-cart-column,
.checkout-index-index .cart-summary.row { padding-left:15px; padding-right:15px;}
.checkout-cart-index .content-inner,
.checkout-index-index .content-inner { margin-top:0;}
.checkout-cart-index .breadcrumbs-wrapper.type-2 { display:none;}
.checkout-cart-index .stepcheck { background-color:#fff; padding:15px 10px;}
.checkout-cart-index .custom-continue-shopping-column { top:120px;}
.checkout-index-index.wide-layout .breadcrumbs-wrapper.type-2 { display:none;}
.checkout-index-index .stepcheck { position: relative; margin-top: 0; padding:15px 10px; background-color:#fff;}
.custom-write-review-button { position:relative; top: -160px; left:0; right:0;}
.custom-bottom-review-column .block-title { padding-top:50px;}
.products-grid .product-item .product-item-info .price-action-block .custom-quick-view { opacity:1;}
.products-grid .product-item .product-item-info .custom-short-description-column { display:none;}
.checkout-index-index .authentication-wrapper { top:160px;}
}

@media (max-width:480px) {
.custom-footer-top-column.first-column .block.newsletter input { width:60%;}
.custom-footer-width { margin:0 15px;}
.footer .footer-middle .store-info { padding-left:0; padding-right:0;}
#sticky-header .block-search { margin: 5px 0 0 0;}
.custom-header-toplink { margin:0 0 0 0;}
.minicart-wrapper { margin-right:15px;}
.minicart-wrapper .title-cart .cart-right-items {
    display: inline-block;
    vertical-align: middle;
    margin:0 0 5px 0;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width:20px;
    height:20px;
    text-align:center;
}
.minicart-wrapper .title-cart .caret { display:none;}
.page-header .action.nav-toggle { padding:16px 0 16px 5px;}
.page-header .action.nav-toggle i { margin-right: 0;}
.custom-home-topslider .subtitle h1 { font-size:26px; line-height:28px;}
.descktop-banner { display:none!important;}
.mobile-banner { /*display:none!important;*/}
.mobile-s-banner { display:block!important;}
.custom-compare-descktop { display:none!important;}
.custom-compare-mobile { display:block!important;}
.catalog-product-view .product-options-wrapper { width:47.5%; margin-right:0;}
.catalog-product-view .box-tocart { width:47.5%; margin-left:5%;}
.catalog-product-view .product-info-main .box-tocart .field.qty { max-width:100%; width:100%;}
.catalog-product-view .actions { max-width:100%;}
.catalog-product-view .amrelated .products-grid .product-item-photo { height:220px;}
.catalog-product-view .amrelated .products-grid .product-item-photo img { width: 100%!important;}
.custom-footer-width { margin: 0 10px;}
.custom-bottom-review-column .custom-review-display-bottom-count { margin:90px 0 30px;}
.form-create-account .fieldset .field { width:100%; float:none; margin-bottom:.75em;}
.kb-category__grid {display: grid; grid-template-columns: 100%}
.catalog-category-view .item.product.product-item { width:50%!important; float:left;}
.catalog-category-view .products-grid li.item, .catalog-category-view .products-grid li.product-item { clear:none!important;}
.catalog-category-view .products-grid .product-item-photo { height:220px;}
.catalog-category-view .products-grid .image-wrapper { margin-bottom: 10px;}
.catalog-category-view .custom-quick-view-column { min-height:420px;}
.catalog-category-view .products-grid .product-item .product-item-info { max-height:400px;}
.catalog-category-view .products-grid li.item { margin-bottom:5px;}
.custom-product-item-normal-column.quick-view-open { margin-top:-420px;}
.custom-quick-view-column .product-item-description { display:none;}
.custom-quick-view-column .custom-quick-view-bottom-column { bottom:20px;}

.reward {max-width: 100%; padding: 0px 12px;}
}

@media (max-width:440px) {
.checkout-cart-index .custom-continue-shopping-column { position:absolute; top:180px; right:20px; text-align:right;}
.products-grid .product-item-name { font-size:14px;}
.catalog-category-view .price-action-block a,
.catalog-category-view .price-action-block .custom-quick-view a,
.catalog-category-view .price-action-block .action.tocart { font-size: 14px;}
}

@media (max-width:380px) {
.custom-header-toplink { max-width:200px;}
.custom-footer-top-column.first-column .block.newsletter input { width:100%;}
.custom-footer-top-column.first-column .input-group-btn { margin-left: 0; margin-top: 15px; width: 100%;}
.custom-footer-top-column.first-column .block.newsletter button.action.subscribe { width:100%;}
.custom-section2-row1-pic.custom-video { max-width: 90%; height: 230px; top: -50px;}
.custom-section2-row2 { padding: 0 0 0;}
.checkout-index-index .authentication-wrapper { top:140px;}
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.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;
    -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    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 {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.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(../../frontend/Magento/blank/en_US/Mageplaza_Core/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}.amasty-rewards-balance {
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #A6A6A6;
}

.amasty-rewards-balance .rewards-text {
    margin-right: 10px
}

.amasty-rewards-balance .rewards-amount {
    background: #F2C94C;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #000000;
    display: inline;
    padding: 0 5px;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .amasty-rewards-balance {
        padding: 0 5px;
    }

    .amasty-rewards-balance .rewards-amount {
        display: inherit;
    }
}
.cms-page-view .product-item-info ,
.cms-index-index .product-item-info{
	width: auto;
	text-align: center;
}

.products.products-grid,
.custom-slider {
	position: relative;
	padding: 0 0 20px;
}
.extend_1,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	user-select: none;
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 0;
}
.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;
}
.owl-carousel .owl-stage {
	position: relative;
}
.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;
	padding: 20px 0;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
	/*opacity: 0;*/
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .product-item {
	width: 100% !important;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.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(../../frontend/Meigee/compo/en_US/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.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;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-text-select-on .owl-item {
	user-select: auto;
}
.owl-carousel .banner-item .content_slider {
	position: absolute;
	top: 25%;
	left: 50px;
	width: calc(100% - 120px);
	z-index: 1;
	color: #fff;
}
.owl-carousel .banner-item .content_slider .banner-title {
	width: 100%;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	clear: both;
}
.owl-carousel .banner-item .content_slider .banner-description {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
}
.owl-carousel .banner-item .content_slider .buttons {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
}
.owl-carousel .banner-item .content_slider .buttons a.action.primary {
	margin: 10px;
}
.owl-carousel .banner-item .content_slider .buttons .custom_content {
	margin: 10px 0 0;
	text-align: center;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: calc(-40px / 2) 0 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
	position: absolute;
	top: 26px;
	left: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(40deg);
	border-radius: 20px;
	text-indent: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
	position: absolute;
	top: 14px;
	left: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(-40deg);
	border-radius: 20px;
	text-indent: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
	position: absolute;
	top: 14px;
	right: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(40deg);
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
	position: absolute;
	top: 26px;
	right: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(-40deg);
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #000000;
	color: #fff;
	text-decoration: none;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #fff;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
[class*=owl-carousel-products-].owl-theme .owl-dots {
	position: relative;
	bottom: -20px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #000000;
}
.no-js .owl-carousel {
	display: block;
}
#pre-div-ajax{
	position: relative;
	top: 80px
}
#pre-div {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
.cssload-loader {
	position: absolute;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    opacity: 0;
    background: #000; }

.weltpixel-quickview-catalog-product-view .product-top-block  {padding: 20px 10px;}
.weltpixel-quickview-catalog-product-view .product-info-main .product-add-form:before,
.weltpixel-quickview-catalog-product-view .product-info-main .product-add-form:after {
	content: " ";
    display: table;
	clear: both;
}
.weltpixel-quickview-catalog-product-view .product-info-main .box-tocart {float: left;}
.weltpixel-quickview-catalog-product-view .product-info-main .box-gotoproduct {float: right;}
.weltpixel-quickview-catalog-product-view .product-info-main .box-tocart .actions {float: none;}

@media only screen and (max-width: 767px) {
	.weltpixel-quickview-catalog-product-view .product-info-main .box-tocart {margin-bottom: 12px;}
}


/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}.amscroll-load-button {
    background: rgb(58,79,98);
    border: 0;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    margin: 5px 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.amscroll-loading {
    background-repeat:no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 50px;
}

.amscroll-page-num {
    background: #efefef;
    color: #807d7d;
    padding: 5px 10px;
    text-align: left;
    font-size: larger;
    font-weight: bold;
    clear: both;
}

.amscroll-navbar{
    position: fixed;
    bottom: 1%;
    right: 10%;
    z-index: 99999;
    color: white;
    padding: 6px 50px 6px 5px;
    height: 26px;
    box-sizing: content-box !important;
}

.amscroll-navbar-text {
    line-height: 26px;
}

.amscroll-navbar a{
    background: url(../../frontend/Meigee/compo/en_US/Amasty_Scroll/images/up.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 5px;
    cursor: pointer;
}
.amasty-rewards-highlight {
    padding-bottom: 5px;
    display: inline-flex;
}

.amasty-rewards-highlight > .caption strong{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.1;
}
@media all and (min-width: 640px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  /*margin: 12px 0 20px;*/
  /*padding: 0 9px;*/
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  width: 100%;
  min-width: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.am-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  display: block;
  position: fixed;
  z-index: 999;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #eaeaea;
  left: 50%;
  transform: translate(-50%);
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  margin: 7px 9px;
  padding: 12px;
  background: white;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index #checkout.am-checkout {
  margin: 20px 0;
  padding: 12px;
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.checkout-index-index .amcheckout-delivery-date .field {
  float: left;
  padding-top: 4px;
  width: 100%;
  box-sizing: border-box;
}
.checkout-index-index .amcheckout-delivery-date .field.comment {
  width: 100%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker,
.checkout-index-index .amcheckout-delivery-date .field.timepicker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control,
.checkout-index-index .amcheckout-delivery-date .field.timepicker .control {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 60%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.checkout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
.checkout-index-index .amcheckout-delivery-date .field._required > .label:after,
.checkout-index-index .additional-options .field._required .label:after {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  content: '*';
  color: #e02b27;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  margin-top: 12px;
  float: right;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  float: left;
  padding: 3px;
  width: 7px;
  height: 7px;
  border: 1px #b6b6b6 solid;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  cursor: pointer;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3-columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  right: 0;
  left: 0;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 14px 17px;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  display: inline-block;
  padding: 0 7px;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.checkout-success .success-messages {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: bold;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.page-main .block.block-order-details .order-date {
  padding-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.6rem;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  position: relative;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  width: 600px;
  border-left: 3px solid #f58c12;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (min-width: 640px) {
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    padding: 0 0 13px;
    width: 400px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px), print {
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    position: unset;
    margin-top: 15px;
    padding-top: 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 15px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    width: unset;
    max-width: 79%;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    width: 14%;
    min-width: 120px;
    padding: 10px;
    text-align: center;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    position: relative;
    display: block;
    width: 180px;
    margin-top: 16px;
    padding: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    left: unset;
    padding: 5px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: 95px;
    margin: 0;
    border: 3px dashed #e9f6ff;
    border-bottom: none;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    min-width: 700px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .amrelated-info.-top .amrelated-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    margin: 5px 0 0;
    font-size: 14px;
  }
  .amrelated-info.-bottom .product-add-form {
    padding: 0;
    margin: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
}
@media all and (min-width: 1024px), print {
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding: 10px;
    font-size: 90px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
}
@media all and (min-width: 1440px), print {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: unset;
    max-width: 66%;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 100%;
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    right: 0;
    left: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 3;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    width: 100%;
    opacity: 1;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-pack-wrapper {
  margin-bottom: 30px;
  clear: both;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
  padding-top: 15px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amrelated-pack-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  width: 100%;
  padding: 30px;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item .amrelated-info {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  margin-left: 20px;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
}
.amrelated-pack-item .product-reviews-summary {
  margin-bottom: 5px;
}
.amrelated-pack-item .price-final_price [data-price-type="finalPrice"] .price {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  position: unset;
  width: 0;
  min-width: 0;
  height: 0;
  border: 0;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-details {
  max-width: 70%;
  margin-left: 30px;
}
.amrelated-photo-container {
  position: relative;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.amrelated-photo-container .amrelated-link {
  width: 100%;
  height: 100%;
  display: block;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #3978bd;
}
.amrelated-discount {
  position: absolute;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  color: #fff;
  background: #eb5757;
  border-radius: 2px;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  min-width: 35px;
  max-width: 80px;
  font-size: 15px;
}
.amrelated-discount.-summary {
  top: 0;
  left: 10px;
  max-width: 100%;
  padding: 5px 15px;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: bold;
}
.amrelated-photo-container .amrelated-checkbox:checked ~ .amrelated-discount,
.amrelated-pack-item.-main .amrelated-discount {
  display: block;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 0;
}
.amrelated-summary-content .main.price {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.amrelated-price-wrapper {
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 15px;
  font-size: 18px;
}
.amrelated-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.amrelated-bundle-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  box-sizing: border-box;
  max-width: 315px;
  height: auto;
  overflow: hidden;
  padding: 0 0 13px;
  text-align: center;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.amrelated-bundle-popup .close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 9;
  width: 12px;
  height: 12px;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.25);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  cursor: pointer;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  z-index: 99;
  max-width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  background: #fffae5;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 10;
  background-color: #fff;
  text-align: right;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 68%;
  height: 1px;
  margin-left: 16%;
  background-color: #c5c5c5;
  content: '';
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  max-width: 150px;
  margin: 15px auto;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles*/
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type="radio"] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-image-container {
  box-sizing: border-box;
  width: initial;
  margin: 0 25px 10px;
  border: 1px solid #b2b2b2;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  width: 60%;
  margin: auto;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amrelated-info.-top .reviews-actions .action {
  margin-left: 15px;
  font-size: 14px;
  color: #000;
}
.amrelated-info.-bottom {
  /* don't hide grouped price*/
}
.amrelated-info.-bottom > .amrelated-description {
  margin: 0 25px;
  font-size: 12px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
@media all and (min-width: 768px), print {
  .minisearch .actions .action.search {
    z-index: 1000;
  }
  .amsearch-form-container .input-text {
    padding-left: 14px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 1px;
  }
  .amasty-xsearch-loader {
    top: 11px;
    right: 30px;
  }
  .search-autocomplete {
    top: 37px;
    max-width: 75vw;
  }
  .amsearch-close,
  .search .amsearch-loupe {
    top: 30%;
  }
  .amsearch-close:hover,
  .search .amsearch-loupe:hover {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
  .amsearch-results {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: 83vw;
  }
  .amsearch-results .amsearch-leftside,
  .amsearch-results .amsearch-products {
    width: inherit;
  }
  .amasty-xsearch-block-header {
    padding: 20px 20px 0 20px;
  }
  .amsearch-wrapper-content > .amsearch-item {
    position: relative;
    padding: 20px 0 16px 15px;
  }
  .amsearch-wrapper-content > .amsearch-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 92%;
    height: 1px;
    background-color: #c2c2c2;
  }
  .amsearch-wrapper-content > .amsearch-item:last-child {
    padding-bottom: 20px;
  }
  .amsearch-wrapper-content > .amsearch-item:first-child {
    padding-top: 15px;
  }
  .amsearch-wrapper-content > .amsearch-item:first-child:before {
    height: 0;
  }
  .amsearch-wrapper-content .amsearch-autocomplete-information {
    padding-left: 10px;
  }
  .amsearch-wrapper-content .product-item-details {
    min-height: 100px;
    padding-right: 14px;
  }
  .amsearch-wrapper-content .product-reviews-summary {
    margin-bottom: 0;
  }
  .search .amsearch-autocomplete-information .tocart {
    padding: 8px 7px;
    font-size: 12px;
  }
  .search .amsearch-autocomplete-information .price {
    font-size: 14px;
  }
  .amsearch-more-results .amsearch-link {
    display: inline-block;
    border-bottom: 1px solid #373737;
    margin-bottom: 15px;
    padding: 0;
    background-color: inherit;
    color: #000;
    text-decoration: none;
  }
  .amsearch-more-results .amsearch-link:hover {
    border-bottom: 1px solid #1979c3;
    background-color: inherit;
    color: #1979c3;
    text-decoration: none;
  }
  .amsearch-item-container:after {
    left: 10px;
  }
  .amsearch-form-container.-opened .action.search {
    display: none;
  }
  .amsearch-form-container.-opened .amsearch-wrapper-input {
    position: absolute;
    right: 0;
    max-width: 75vw;
    transition: all 0.3s ease-in-out;
  }
  .amsearch-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .amsearch-products .amsearch-more-results {
    margin-top: auto;
    padding-top: 30px;
  }
  .amsearch-form-container.-small .amsearch-results {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
  }
  .amsearch-form-container.-small .amsearch-products .amsearch-item {
    padding-right: 15px;
  }
  .amsearch-form-container.-small .amsearch-item-container .amsearch-item {
    padding-right: 15px;
  }
  .amsearch-form-container.-large .amsearch-results .amsearch-more-results {
    padding-top: 0;
  }
  .amsearch-form-container.-large .amsearch-item-container {
    padding-left: 25px;
  }
  .amsearch-form-container.-large .amsearch-item-container:after {
    left: 20px;
    width: 85%;
  }
  .amsearch-form-container.-large .amsearch-item-container .amsearch-item {
    padding-top: 6px;
  }
  .amsearch-form-container.-large .amsearch-item-container .recent_searches .amsearch-item {
    padding-top: 8px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0 20px 0 10px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 33.3%;
    max-width: 220px;
    padding: 10px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item:before {
    display: none;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item:hover {
    box-shadow: none;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-left: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .information-container {
    height: 100%;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-reviews-summary {
    margin-bottom: 7px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-image {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-wrapper-inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item-details {
    height: 100%;
    padding-right: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .price-box {
    margin: 0 0 2px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .price {
    font-size: 16px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
    margin: 0;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .tocart {
    padding: 8px 9px;
    font-size: 12px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 150px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .actions-secondary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 50px;
    padding-left: 6px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .rating-summary {
    display: block;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .reviews-actions {
    display: block;
    margin-bottom: 1px;
  }
}
@media all and (min-width: 1024px), print {
  #amsearch-result-tabs .data.title.active {
    background: none;
  }
  #amsearch-result-tabs .data.title.last {
    border-bottom: none;
    margin-bottom: 0;
  }
  .amsearch-form-container.-opened .amsearch-wrapper-input,
  .search-autocomplete,
  .amsearch-results {
    max-width: 76vw;
  }
  .amsearch-wrapper-input.amsearch-left-position,
  .search-autocomplete.amsearch-left-position {
    right: unset;
    left: 0;
  }
}
.amsearch-results {
  background-color: #f7f7f7;
}
.amsearch-results .amsearch-item {
  text-transform: capitalize;
  cursor: pointer;
}
.amsearch-results .amsearch-item:hover {
  background-color: #ccc;
}
.amsearch-results .amsearch-item .item-name {
  color: #000;
}
.amsearch-form-container .control {
  min-height: 40px;
}
.amsearch-products.-waste {
  padding: 16px 20px 20px;
}
.amsearch-form-container.-opened .input-text {
  padding-left: 26px;
}
.amsearch-form-container.-opened .input-text::-ms-clear {
  display: none;
}
.amsearch-form-container.-opened .input-text::-webkit-input-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container.-opened .input-text::-moz-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container.-opened .input-text:-ms-input-placeholder {
  color: #cecece;
  font-style: italic;
}
.amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
  background-color: #fff;
}
.amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products {
  background-color: #f7f7f7;
}
.amsearch-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.amsearch-wrapper-input {
  position: relative;
}
.amsearch-wrapper-content > .amsearch-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 16px 15px;
}
.amsearch-wrapper-content > .amsearch-item:hover {
  box-shadow: 0 1px #c2c2c2, inset 0 1px #c2c2c2;
}
.amsearch-wrapper-content > .amsearch-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 90%;
  height: 1px;
  background-color: #c2c2c2;
}
.amsearch-wrapper-content > .amsearch-item:first-child:before,
.amsearch-wrapper-content > .amsearch-item:last-child:after {
  display: none;
}
.amsearch-wrapper-content .product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}
.amsearch-wrapper-content .towishlist {
  margin-right: 5px;
}
.amsearch-wrapper-content .product-item-link {
  margin: 0 0 5px;
  color: #333;
  word-break: keep-all;
}
.amsearch-wrapper-content .product-item-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-top: 6px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
  margin: 0 9px 0 0;
  max-width: 60px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price {
  font-size: 16px;
}
.block-search .search .control {
  position: relative;
  z-index: 1000;
}
.amsearch-form-container .input-text:focus {
  border: 2px solid #54c6ff;
  box-shadow: 0 2px 4px #c2ebff;
}
.amsearch-close {
  position: absolute;
  top: 40%;
  right: 10px;
  display: none;
  height: 14px;
  width: 14px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.search .amsearch-loupe {
  position: absolute;
  top: 40%;
  left: 10px;
  display: none;
  height: 14px;
  width: 14px;
  border: 0;
  padding: 0;
  box-shadow: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amsearch-products .amsearch-highlight {
  padding: 0 2px;
  background-color: #53c6ff;
  color: #fff;
  word-wrap: normal;
}
.amsearch-leftside .amsearch-item {
  padding: 15px;
}
.amsearch-autocomplete-information {
  padding-left: 13px;
}
.amsearch-autocomplete-information .action.view {
  font-weight: 300;
  color: #000;
}
.amasty-xsearch-loader {
  position: absolute;
  z-index: 1000;
  top: 9px;
  right: 0;
  width: 16px;
  height: 11px;
  margin-right: 5px;
  background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
  background-repeat: no-repeat;
}
.amasty-message.message.info {
  margin: 0;
}
.search-autocomplete {
  overflow-y: auto;
  max-height: 90vh;
}
.amasty-xsearch-num-results {
  float: right;
}
.amsearch-more-results {
  margin-top: 30px;
  text-align: center;
}
.amsearch-more-results .amsearch-link {
  display: block;
  padding: 11px;
  font-size: 12px;
  background-color: #1979c3;
  color: #fff;
}
.amsearch-more-results .amsearch-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #166daf;
}
.actions-secondary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 50px;
  padding-left: 6px;
}
.block-search .action.search.amasty-xsearch-hide,
.amasty-xsearch-hide {
  display: none;
}
.amasty-xsearch-block-header {
  margin-bottom: 0;
  padding: 15px 20px 0 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
.amasty-xsearch-block-header {
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-item-container {
  position: relative;
  padding: 15px 15px 20px;
}
.amsearch-item-container:first-child {
  padding-top: 17px;
}
.amsearch-item-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 90%;
  height: 1px;
  background-color: #f7f7f7;
}
.amsearch-item-container:last-child:after {
  display: none;
}
.amsearch-item-container > .amasty-xsearch-block-header {
  position: relative;
  padding: 0 10px 0 9px;
}
.amsearch-item-container > .amasty-xsearch-block-header:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #5c5c5c;
  border-radius: 50%;
}
.amsearch-item-container .amsearch-item {
  padding: 11px 0 0;
  cursor: inherit;
}
.amsearch-item-container .amsearch-item:hover {
  background-color: inherit;
}
.amsearch-item-container .item-name {
  font-size: 12px;
}
.amsearch-item-container .amsearch-highlight {
  font-weight: 700;
  font-size: 12px;
}
.amsearch-item-container.recent_searches .amsearch-item {
  display: inline-block;
  margin-right: 5px;
  padding: 13px 0 0;
}
.amsearch-item-container.recent_searches .item-name {
  padding: 3px 6px;
  background-color: #f7f7f7;
  font-size: 12px;
}
.amsearch-item-container.recent_searches .item-name:hover {
  background-color: #ccc;
  text-decoration: none;
}
.amsearch-item-container.recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  display: inline-block;
  float: none;
  color: #ccc;
}
.amasty-xsearch-preload {
  display: none;
}
.search-autocomplete .amsearch-results div:not([data-click-url]) {
  cursor: default;
  background: none;
}
.amsearch-category-tab .amsearch-item {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.block.block-search,
.form .search-autocomplete {
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .amsearch-leftside,
  .amsearch-products {
    width: 100% !important;
  }
  .amsearch-products.-waste {
    width: auto !important;
  }
  .form .search-autocomplete {
    top: 66px;
    left: 0;
    overflow-y: auto;
    max-height: 70vh;
    margin: -15px 15px 0;
  }
}
.amsearch-item .product-item-description,
.amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-clone-position {
  position: absolute;
  z-index: 999;
  right: 0;
}
.search-autocomplete.amsearch-clone-position {
  overflow: auto;
}
.amsearch-autocomplete-image {
  width: auto;
}
.amsearch-autocomplete-image .product-image-photo {
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}
#amsearch-result-tabs {
  margin-top: 5px;
}
#amsearch-result-tabs .data.title {
  margin-right: 5px;
}
#amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
}
#amsearch-result-tabs .data.title.last {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}
#amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
#amsearch-result-tabs .data.content {
  display: none;
}
#amsearch-result-tabs .data.content[aria-hidden="false"] {
  display: block;
}
@media all and (min-width: 768px), print {
  .am-login-popup {
    max-width: 570px;
    margin: auto;
  }
  .am-login-popup.-social-right,
  .am-login-popup.-social-left {
    max-width: 850px;
  }
  .am-login-popup.-social-left .am-login-content {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .am-login-popup.-social-right .am-login-content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .am-login-popup .am-login-content {
    width: 425px;
  }
  .am-login-popup .am-register-content {
    width: 570px;
  }
  .am-login-popup .am-register-content .fieldset.create.info .field-name-firstname,
  .am-login-popup .am-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    width: 48%;
    margin-bottom: 0;
  }
  .am-login-popup .am-tablist {
    margin: 30px 40px 40px;
  }
  .am-login-popup .am-form {
    min-width: 300px;
    margin: 0 40px 70px;
  }
  .am-login-popup .am-social-login .am-buttons {
    padding: 50px;
  }
  .am-login-popup .am-button-wrapper {
    margin: 0 15px 15px;
  }
  .am-login-popup .am-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .am-login-popup.-social-right .am-login-content,
  .am-login-popup.-social-left .am-login-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 50px;
  }
  .am-login-popup.-social-right .am-login-content .am-form,
  .am-login-popup.-social-left .am-login-content .am-form {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 330px;
  }
  .am-login-popup.-social-right .am-login-content .am-form,
  .am-login-popup.-social-left .am-login-content .am-form,
  .am-login-popup.-social-right .am-login-content .fieldset,
  .am-login-popup.-social-left .am-login-content .fieldset {
    margin-bottom: 0;
  }
  .am-login-popup.-social-right .am-login-content .am-separator,
  .am-login-popup.-social-left .am-login-content .am-separator {
    display: block;
  }
  .am-login-popup.-social-right .am-login-content .am-social-wrapper,
  .am-login-popup.-social-left .am-login-content .am-social-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    min-width: 300px;
    margin: 0 40px;
  }
  .am-login-popup.-social-right .am-login-content .am-social-login,
  .am-login-popup.-social-left .am-login-content .am-social-login {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border-radius: 4px;
  }
  .am-login-popup.-social-right .am-login-content .am-social-login .am-buttons,
  .am-login-popup.-social-left .am-login-content .am-social-login .am-buttons {
    box-sizing: border-box;
    width: 100%;
    padding: 0 35px;
  }
  .am-login-popup.-social-right .am-login-content .am-social-login .am-title,
  .am-login-popup.-social-left .am-login-content .am-social-login .am-title {
    margin: 18px auto;
    padding: 10px 10px;
    background: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .am-login-popup.-social-right .am-login-content .am-error.-default,
  .am-login-popup.-social-left .am-login-content .am-error.-default {
    order: 0;
    width: 100%;
    margin: 0 40px 10px;
  }
  .am-login-popup.-social-right .am-login-content .am-error.-social,
  .am-login-popup.-social-left .am-login-content .am-error.-social {
    order: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin: auto 0 0;
  }
  .am-login-popup.-social-right .am-login-content .am-title,
  .am-login-popup.-social-left .am-login-content .am-title {
    position: relative;
  }
  .am-login-popup.-social-right .am-login-content.-empty,
  .am-login-popup.-social-left .am-login-content.-empty {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .am-login-popup.-social-right .am-login-content.-empty .am-error,
  .am-login-popup.-social-left .am-login-content.-empty .am-error {
    max-width: 320px;
  }
  .am-login-popup.-social-top .am-login-content .am-separator {
    margin: 45px 40px;
  }
  .am-login-popup.-social-top .am-login-content .am-social-login {
    margin: 0 40px;
    border-radius: 4px;
  }
  .am-login-popup.-social-top .am-login-content .am-form {
    margin-bottom: 55px;
  }
  .am-login-popup.-social-top .am-login-content .am-error {
    margin: 0 40px 10px;
  }
  .am-login-popup.-social-bottom .am-error {
    margin: 0 40px 10px;
  }
  .am-sl-cart-page .am-social-login,
  .am-sl-login-page .am-social-login,
  .am-sl-registration-page .am-social-login {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
  }
  .am-sl-cart-page .am-social-login .am-title,
  .am-sl-login-page .am-social-login .am-title,
  .am-sl-registration-page .am-social-login .am-title {
    text-align: left;
  }
  .am-sl-cart-page .am-social-login .am-button-wrapper,
  .am-sl-login-page .am-social-login .am-button-wrapper,
  .am-sl-registration-page .am-social-login .am-button-wrapper {
    margin: 0 10px;
  }
  .am-sl-cart-page .-labeled-buttons .am-buttons,
  .am-sl-registration-page .-labeled-buttons .am-buttons,
  .am-sl-login-page .-labeled-buttons .am-buttons {
    width: 100%;
  }
  .am-sl-cart-page .-labeled-buttons .am-button-wrapper.with-label.-rectangular,
  .am-sl-registration-page .-labeled-buttons .am-button-wrapper.with-label.-rectangular,
  .am-sl-login-page .-labeled-buttons .am-button-wrapper.with-label.-rectangular {
    width: 25%;
    margin: 0 15px 0 0;
  }
  .am-sl-accounts {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .am-sl-accounts .am-accounts-block {
    width: 45%;
  }
  .am-sl-accounts .am-button-wrapper:not(.with-label):nth-of-type(3),
  .am-sl-accounts .am-button-wrapper:not(.with-label):nth-of-type(4) {
    margin-top: 0;
  }
  .am-sl-accounts .am-button-wrapper:nth-of-type(n+5) {
    margin-top: 15px;
  }
}
.am-login-overlay {
  position: fixed;
  top: 0;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
}
.am-separator {
  position: relative;
  display: none;
  margin: 0;
  border: 1px solid #dbdbdb;
}
.am-separator .am-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 33px;
  height: 33px;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #dbdbdb;
  background: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.am-login-content {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.am-login-content .form-login .field.password {
  margin-bottom: 0;
}
.am-login-content .field {
  margin-bottom: 15px;
}
.am-login-content .fieldset > .field > .label {
  display: none;
}
.am-login-content .primary,
.am-login-content .action.primary.login {
  width: 100%;
}
.am-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.am-login-content .secondary .action.remind {
  color: #4878bf;
}
.am-register-content {
  width: 100%;
}
.am-register-content .label {
  color: #000;
}
.am-register-content .field {
  margin-bottom: 25px;
}
.am-register-content .field.newsletter .label {
  color: #787878;
}
.am-register-content .form.create.account {
  width: 100%;
  min-width: inherit;
}
.am-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.am-register-content .fieldset.create.info .field-name-firstname,
.am-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.am-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.am-register-content .password-strength-meter,
.am-register-content .password-strength-meter:before,
.am-register-content .password-none .password-strength-meter:before {
  background-color: #fff;
}
.am-register-content .fiedset:after,
.am-register-content .legend,
.am-register-content .fieldset > .legend + br {
  display: none;
}
.am-sl-button {
  display: block;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.am-sl-button.-google {
  background: #fff;
}
.am-sl-button.-google .am-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==) no-repeat;
  background-position: center;
}
.am-sl-button.-twitter {
  background: #1da1f2;
}
.am-sl-button.-twitter .am-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat;
  background-position: center;
}
.am-sl-button.-facebook {
  background: #3c5a99;
}
.am-sl-button.-facebook .am-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat;
  background-position: center;
}
.am-sl-button.-linkedin {
  background: #0077b7;
}
.am-sl-button.-linkedin .am-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==) no-repeat;
  background-position: center;
}
.am-sl-button.-instagram {
  background: linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4);
}
.am-sl-button.-instagram .am-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=) no-repeat;
  background-position: center;
}
.am-sl-button.-amazon {
  background: #fff;
}
.am-sl-button.-amazon .am-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=) no-repeat;
  background-position: center;
}
.am-sl-button.-paypal {
  background: #fff;
}
.am-sl-button.-paypal .am-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+) no-repeat;
  background-position: center;
}
.am-sl-button .am-social-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.am-social-login {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  text-align: center;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
}
.am-social-login .am-title {
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 55px;
  background: #dbdbdb;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.am-social-login .am-title.-short {
  display: none;
  width: inherit;
}
.am-social-login .am-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 50px 10px;
}
.am-social-login .am-sl-button {
  width: 65px;
  height: 65px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.am-social-login .am-sl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.am-social-login .am-sl-button:focus {
  box-shadow: none;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.am-social-login .am-sl-button.-google:hover {
  background: #ffffff;
}
.am-social-login .am-sl-button.-twitter:hover {
  background: #4db5f5;
}
.am-social-login .am-sl-button.-facebook:hover {
  background: #4e71ba;
}
.am-social-login .am-sl-button.-linkedin:hover {
  background: #0098ea;
}
.am-social-login .am-sl-button.-amazon:hover {
  background: #ffffff;
}
.am-social-login .am-sl-button.-paypal:hover {
  background: #ffffff;
}
.am-sl-cart-page .-labeled-buttons > .am-title,
.am-sl-registration-page .-labeled-buttons > .am-title,
.am-sl-login-page .-labeled-buttons > .am-title {
  display: none;
}
.am-sl-cart-page .-labeled-buttons .am-buttons,
.am-sl-registration-page .-labeled-buttons .am-buttons,
.am-sl-login-page .-labeled-buttons .am-buttons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.am-sl-cart-page .-labeled-buttons .am-button-wrapper.with-label.-rectangular,
.am-sl-registration-page .-labeled-buttons .am-button-wrapper.with-label.-rectangular,
.am-sl-login-page .-labeled-buttons .am-button-wrapper.with-label.-rectangular {
  margin: 0 0 15px;
}
.am-button-wrapper.-rectangular .am-sl-button,
.am-linked-wrapper.-rectangular .am-sl-button {
  border-radius: 4px;
}
.am-button-wrapper.with-label.-rectangular {
  width: 100%;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
  box-shadow: none;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button:hover {
  box-shadow: none;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button:focus {
  transform: none;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-google {
  background: #448fff;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-google:hover {
  background: #77aeff;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-paypal {
  background: #009cde;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-paypal:hover {
  background: #12b9ff;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-amazon {
  background: #232f3e;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-amazon:hover {
  background: #35485f;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-facebook .am-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==) no-repeat center;
  background-size: 13px;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-google .am-social-icon,
.am-button-wrapper.with-label.-rectangular .am-sl-button.-facebook .am-social-icon,
.am-button-wrapper.with-label.-rectangular .am-sl-button.-amazon .am-social-icon,
.am-button-wrapper.with-label.-rectangular .am-sl-button.-paypal .am-social-icon {
  background-color: #fff;
  border-radius: 4px;
}
.am-button-wrapper.with-label.-rectangular .am-social-icon {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background-size: 70%;
  transform: none;
}
.am-button-wrapper.with-label.-rectangular .am-sl-text {
  font-size: 16px;
  color: #fff;
}
.am-login-popup.-social-top .am-login-content .am-button-wrapper.with-label.-rectangular {
  width: unset;
}
.am-login-popup.-social-top .am-login-content .am-button-wrapper.with-label.-rectangular .am-social-icon {
  margin: auto;
  transform: none;
}
.am-login-popup .am-register-content .am-button-wrapper.with-label .am-sl-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-sl-cart-page .am-social-login,
.am-sl-login-page .am-social-login,
.am-sl-registration-page .am-social-login {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 20px;
}
.am-sl-cart-page .am-social-login .am-title,
.am-sl-login-page .am-social-login .am-title,
.am-sl-registration-page .am-social-login .am-title {
  position: relative;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  color: #000;
  background: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.am-sl-cart-page .am-social-login .am-buttons,
.am-sl-login-page .am-social-login .am-buttons,
.am-sl-registration-page .am-social-login .am-buttons {
  width: inherit;
  margin: 20px;
  padding: 0;
}
.am-sl-cart-page .am-social-login .am-button-wrapper,
.am-sl-login-page .am-social-login .am-button-wrapper,
.am-sl-registration-page .am-social-login .am-button-wrapper {
  margin: 0 10px 10px;
}
.am-login-popup {
  position: relative;
  box-sizing: border-box;
  min-width: 300px;
  max-width: 95vw;
  margin: 10px auto auto;
  background: #fff;
  border-radius: 8px;
}
.am-login-popup .am-social-login {
  min-height: 180px;
}
.am-login-popup .am-button-wrapper {
  margin: 0 10px 15px;
}
.am-login-popup .am-form {
  margin: 0 20px 65px;
  min-width: 250px;
}
.am-login-popup .am-login-success {
  padding: 50px;
  color: #407740;
}
.am-login-popup .block {
  margin-bottom: 0;
}
.am-login-popup .actions-toolbar > .primary {
  margin-bottom: 0;
}
.am-login-popup.-social-top .am-login-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.am-login-popup.-social-top .am-login-content .am-separator {
  display: block;
  margin: 45px 20px;
}
.am-login-popup.-social-top .am-login-content .am-form {
  margin-bottom: 20px;
}
.am-login-popup.-social-top .am-login-content .am-social-login {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: inherit;
  margin: 0 20px;
  padding: 0;
  border-radius: 4px;
}
.am-login-popup.-social-top .am-login-content .am-social-login .am-title {
  display: none;
}
.am-login-popup.-social-top .am-login-content .am-social-login .am-title.-short {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.am-login-popup.-social-top .am-login-content .am-social-login .am-buttons {
  width: 60%;
  margin: 20px 0;
  padding: 0;
}
.am-login-popup.-social-top .am-login-content .am-social-login .am-button-wrapper {
  margin: 5px;
}
.am-login-popup.-social-top .am-login-content .am-social-login .am-sl-button {
  width: 40px;
  height: 40px;
}
.am-login-popup.-social-top .am-login-content .am-social-login .am-social-icon {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.am-login-popup.-social-top .am-login-content .am-error {
  order: 1;
  margin: 5px 20px;
}
.am-login-popup.-social-top .am-login-content .am-error.-social {
  margin: 0;
}
.am-login-popup .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 35px;
}
.am-login-popup .actions-toolbar:before,
.am-login-popup .actions-toolbar:after {
  display: none;
}
.am-login-popup .actions-toolbar .action.primary {
  height: 50px;
  margin: 0;
  padding: 14px 45px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  background: #4878bf;
  border: none;
  border-radius: 4px;
  box-shadow: none;
}
.am-login-popup .actions-toolbar .action.primary:hover {
  background: #5891e6;
}
.am-login-popup .fieldset {
  margin-bottom: 25px;
}
.am-login-popup .fieldset:last-of-type {
  margin-bottom: 0;
}
.am-login-popup .fieldset > .field > .label,
.am-login-popup .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.am-login-popup .checkbox {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.am-login-popup .checkbox + .label {
  vertical-align: middle;
}
.am-login-popup .input-text {
  height: 45px;
  color: #585858;
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
}
.am-login-popup .input-text::placeholder {
  color: #a1a1a1;
}
.am-login-popup .am-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.am-login-popup .am-close:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) no-repeat;
  background-size: contain;
}
.am-login-popup .form-create-account .fieldset.create.account:after,
.am-login-popup .block-title,
.am-login-popup .field.note,
.am-login-popup.-social-top .am-login-content .am-button-wrapper .am-sl-text {
  display: none;
}
.am-error {
  display: none;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  text-align: left;
  word-break: break-word;
  background: #f69b98;
}
.am-error.-default {
  margin-bottom: 10px;
}
.am-error.-social {
  margin: 35px 15px 0;
}
.am-tablist {
  margin: 20px 20px 30px;
  padding: 0;
  list-style: none;
}
.am-tablist .am-title {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 18px;
}
.am-tablist .am-title:hover {
  background: #f0f0f0;
}
.am-tablist .am-title.active .am-link {
  color: #4878bf;
  border-bottom: 1px solid #4878bf;
}
.am-tablist .am-title .am-link {
  display: block;
  padding: 7px 20px;
  color: #787878;
}
.am-tablist .am-title .am-link:hover {
  text-decoration: none;
}
.am-content {
  min-width: 300px;
}
.am-social-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.am-sl-cart-page,
.am-sl-login-page,
.am-sl-registration-page {
  margin: 10px 0;
}
.am-sl-cart-page .am-error,
.am-sl-login-page .am-error,
.am-sl-registration-page .am-error {
  margin: 0 0 10px;
}
.am-sl-accounts {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.am-sl-accounts,
.am-sl-accounts .am-linked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.am-sl-accounts .am-accounts-block {
  width: 100%;
  margin-bottom: 20px;
}
.am-sl-accounts .am-sl-button {
  width: 45px;
  height: 45px;
}
.am-sl-accounts .am-sl-button.-amazon,
.am-sl-accounts .am-sl-button.-paypal {
  border: 1px solid #ececec;
}
.am-sl-accounts .am-linked {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  height: 45px;
  margin: 0 0 15px 23px;
  padding: 8px 8px 8px 0;
  background: #ececec;
}
.am-sl-accounts .am-linked:last-of-type {
  margin-bottom: 0;
}
.am-sl-accounts .am-linked .am-sl-button {
  position: absolute;
  transform: translateX(-50%);
}
.am-sl-accounts .am-name {
  margin: 0 2px 0 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-sl-accounts .am-social-icon {
  transform: scale(0.7);
}
.am-sl-accounts .am-unlink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1px 15px;
  height: 100%;
  border-radius: 4px;
  background: #4878bf;
  line-height: 1;
}
.am-sl-accounts .am-unlink,
.am-sl-accounts .am-unlink:hover,
.am-sl-accounts .am-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.am-sl-accounts .am-unlink:hover {
  background: #5891e6;
}
.am-sl-accounts .am-social-login {
  height: inherit;
}
.am-sl-accounts .am-buttons {
  padding: 35px;
}
.am-sl-accounts .am-button-wrapper {
  margin: 0 15px;
}
.am-sl-accounts .am-button-wrapper:nth-of-type(n+4),
.am-sl-accounts .am-button-wrapper.with-label.-rectangular:not(:first-of-type) {
  margin-top: 15px;
}
.amsocial-popup-observed .modal-custom.authentication-dropdown,
.amsocial-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none;
}
.amslogin-show-more {
  position: relative;
  display: block;
  margin: 25px 0;
  width: 100%;
  height: 1px;
  color: #4878bf;
}
.amslogin-show-more:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
}
.amslogin-show-more > .amslogin-label {
  display: inline-block;
  padding: 5px 15px;
  background: #f6f6f6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.amslogin-show-more > .amslogin-label:hover {
  opacity: 0.8;
}
.amslogin-show-more .amslogin-arrow {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 7px;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
}
.am-login-popup.-social-top .amslogin-show-more {
  margin: 25px 0 7px;
}
