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

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

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

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

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;
}
.bordered-wrapper {
    padding: 25px 30px;
    border: 1px solid #ddd;
}
body ul.list-style-disc {
	width: 100%;
	padding-top: 18px;
	padding-left: 0;
	display: block;
	margin-bottom: 18px;
}
body ul.list-style-disc li:before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin-top: 9px;
  margin-right: 10px;
  background-color: #666;
}
/* Page Layout */
.page-layout-2columns-left .main-container > .content-inner {
  float: right;
}
.page-layout-2columns-left .left-sidebar {
  float: left;
}
.page-layout-2columns-right .right-sidebar,
.page-layout-3columns .right-sidebar {
  float: right;
}

/* Cookie Notice */
#notice-cookie-block {
  border-bottom: none;
  background: #eeeeee;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: rgba(0,0,0,0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
body.boxed-layout #notice-cookie-block .container {
  background: #eeeeee;
}
#notice-cookie-block .content {
  margin: 0 auto;
  padding: 20px 0;
  background: none;
  text-align: left;
}
body.boxed-layout #notice-cookie-block .content {
  margin: 0 -10px;
}
#notice-cookie-block .content .notice-text p {
  margin: 0;
}
#notice-cookie-block .content .notice-text span {
  margin: 0 10px 0 0;
  float: left;
}
#notice-cookie-block .content .notice-text a {
  color: #2962ff;
  float: right;
}
#notice-cookie-block .content .notice-text {
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
  width: 92%;
  padding-left: 15px;
  padding-right: 5px;
}
#notice-cookie-block .content .actions {
  display: inline-block;
  width: 8%;
  text-align: right;
  float: right;
  vertical-align: middle;
}
#notice-cookie-block .content .actions button {
  text-align: center;
}
body.with-notice-cookie-block {
  padding-bottom: 73px !important;
}

/* ===== Account ===== */
body *:focus,
body a:focus {outline: none;}
html {margin-right: 0 !important;}
html body
{  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #666;
  background-color: #fff;
}
i[class*='meigee-'],
span[class*='meigee-']  {font-size: 16px;}
[class*='meigee-fa'],
i[class*='meigee-fa'],
span[class*='meigee-fa'] {font-size: 14px;}
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: 3em;}
a, i, .btn,
body button.action {
  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,
a i, .btn i {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
a:hover {opacity: .8;}
.mage-error {color: #f00;}
body a,
body a:focus,
body a:active,
body a:hover {text-decoration: none;}

body a {color: #eecc5f;}
body a:hover,
body a:focus {color: #465362; opacity: .75;}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: 'Overpass', sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  color: #222;
  font-weight: bold;
}
body h1,
body .h1 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1px;
}
body h2,
body .h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
}
body h3,
body .h3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.8px;
}
body h4,
body .h4 {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -.8px;
}
body h5,
body .h5 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -.8px;
}
body h6,
body .h6 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -.6px;
}

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

.skincolor {color: #eecc5f;}
.skincolor-2 {color: #465362;}
.skincolor-bg {
  background-color: #eecc5f;
}
.skincolor-2-bg {
  background-color: #465362;
}

body.boxed-layout .container {
    background: #fff;
}
body:not(.cms-index-index) #maincontent .container {
    padding-top: 20px;
}
body:not(.cms-index-index).catalog-category-view .breadcrumbs-wrapper + #maincontent .container,
body:not(.cms-index-index).catalogsearch-result-index .breadcrumbs-wrapper + #maincontent .container,
body:not(.cms-index-index).catalogsearch-advanced-result .breadcrumbs-wrapper + #maincontent .container {
    padding-top: 0;
}

body .btn,
body button.action,
.sidebar .block li a.action.tocart,
.actions-toolbar a.primary,
.sidebar .block.block-compare  .actions-toolbar .action,
.sidebar .block.block-wishlist .actions-toolbar a.action.details,
.sidebar .block.block-reorder  .actions-toolbar .secondary a.action.view,
.sidebar .block.block-reorder  .actions-toolbar .primary button.action.tocart,
body .cart-container .cart.actions a.action.continue,
body .weltpixel-quickview,
button.action-primary,
button.action-secondary,
body.checkout-index-index button[type="submit"],
.weltpixel-quickview-catalog-product-view button.action,
.weltpixel_quickview-catalog_product-view button.action,
.product-info-main .actions button {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 9px 22px;
  text-transform: none;
  line-height: 1.45;
  border-width: 1px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.08);
  color: #888;
  background-color: transparent;
  position: relative;
  z-index: 1;
  min-height: 40px;
}
.weltpixel-quickview-catalog-product-view button.action,
.weltpixel_quickview-catalog_product-view button.action{
    box-shadow: none;
    border: none;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
html body.weltpixel-quickview-catalog-product-view,
html body.weltpixel_quickview-catalog_product-view {background-color: #fff !important;}
.weltpixel-quickview-catalog-product-view.catalog-product-view .product-info-main .box-tocart .btn,
.weltpixel_quickview-catalog_product-view.catalog-product-view .product-info-main .box-tocart .btn{
  font-weight: 600;
  font-size: 14px;
  padding: 9px 22px;
  min-height: 40px;
}
body .weltpixel-quickview {border-width: 0; text-align: center;}
body .btn:focus,
body .btn.focus,
body .btn:active,
body .btn.active,
body .btn:hover,
body .btn:hover{
  opacity: 1;
}
body .btn i {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
}
body button.action:hover,
.actions-toolbar a.primary:hover,
body .cart-container .cart.actions a.action.continue:hover,
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 .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,
button.action-primary:hover,
button.action-primary:active,
button.action-primary:focus,
button.action-secondary:hover,
button.action-secondary:active,
button.action-secondary:focus  {
  box-shadow: none;
  background-color: #eee;
  border-color: #eee;
  color: #888;
}
body .totals-wrapper .checkout-methods-items button:hover,
.sidebar .block.block-reorder  .actions-toolbar .primary button.action.tocart,
.sidebar .block.block-compare .actions-toolbar .primary a.action,
body .weltpixel-quickview,
body .btn.btn-primary {
  background-color: #eecc5f;
  border-color: #eecc5f;
  color: #fff;
}
body .swatches-wrapper .weltpixel-quickview {
  display: none;
}

.sidebar .block.block-compare  .actions-toolbar .action:hover,
.sidebar .block.block-wishlist .actions-toolbar a.action.details:hover,
.sidebar .block.block-reorder  .actions-toolbar .secondary a.action.view:hover,
.sidebar .block.block-reorder  .actions-toolbar .primary button.action.tocart:hover,
body button.action.primary:hover,
body button.action.primary:focus,
body button.action.primary:active,
.sidebar .block.block-reorder  .actions-toolbar .primary button.action.tocart:hover,
.sidebar .block.block-compare .actions-toolbar .primary a.action:hover,
body .totals-wrapper .checkout-methods-items button,
body .btn.btn-primary:hover,
body .btn.btn-primary:active,
body .btn.btn-primary:focus,
body .btn.btn-primary.hover,
body .btn.btn-primary.active,
body .btn.btn-primary.focus,
body .btn.btn-primary.disabled:hover,
body .btn.btn-primary[disabled]:hover,
body fieldset[disabled] .btn.btn-primary:hover,
body .btn.btn-primary.disabled:focus,
body .btn.btn-primary[disabled]:focus,
body fieldset[disabled] .btn.btn-primary:focus,
body .btn.btn-primary.disabled.focus,
body .btn.btn-primary[disabled].focus,
body fieldset[disabled] .btn.btn-primary.focus,
body .weltpixel-quickview:hover,
body .weltpixel-quickview:active,
body .weltpixel-quickview:focus,
body .weltpixel-quickview.hover,
body .weltpixel-quickview.active,
body .weltpixel-quickview.focus,
body .weltpixel-quickview.disabled:hover,
body .weltpixel-quickview[disabled]:hover,
body .weltpixel-quickview.disabled:focus,
body .weltpixel-quickview[disabled]:focus,
body .weltpixel-quickview.disabled.focus,
body .weltpixel-quickview[disabled].focus,
.opc button.action:hover,
.opc button.action:focus,
.opc button.action:active {
  background-color: #465362;
  border-color: #465362;
  color: #fff;
}

body .btn.btn-primary.type-2,
.weltpixel-quickview-catalog-product-view button.action,
.weltpixel_quickview-catalog_product-view button.action{
  background-color: #465362;
  border-color: #465362;
  color: #fff;
}
body .btn.btn-primary.type-2:hover,
body .btn.btn-primary.type-2:active,
body .btn.btn-primary.type-2:focus,
body .btn.btn-primary.type-2.hover,
body .btn.btn-primary.type-2.active,
body .btn.btn-primary.type-2.focus,
body .btn.btn-primary.type-2.disabled:hover,
body .btn.btn-primary.type-2[disabled]:hover,
body fieldset[disabled] .btn.btn-primary.type-2:hover,
body .btn.btn-primary.type-2.disabled:focus,
body .btn.btn-primary.type-2[disabled]:focus,
body fieldset[disabled] .btn.btn-primary.type-2:focus,
body .btn.btn-primary.type-2.disabled.focus,
body .btn.btn-primary.type-2[disabled].focus,
body fieldset[disabled] .btn.btn-primary.type-2.focus,
.weltpixel_quickview-catalog_product-view button.action.primary:hover,
.weltpixel_quickview-catalog_product-view button.action.primary:active,
.weltpixel_quickview-catalog_product-view button.action.primary:focus,
.weltpixel_quickview-catalog_product-view button.action.primary.hover,
.weltpixel_quickview-catalog_product-view button.action.primary.active,
.weltpixel_quickview-catalog_product-view button.action.primary.focus,
.weltpixel_quickview-catalog_product-view button.action.primary.disabled:hover,
.weltpixel_quickview-catalog_product-view button.action.primary[disabled]:hover,
.weltpixel_quickview-catalog_product-view button.action.primary.disabled:focus,
.weltpixel_quickview-catalog_product-view button.action.primary[disabled]:focus,
.weltpixel_quickview-catalog_product-view button.action.primary.disabled.focus,
.weltpixel_quickview-catalog_product-view button.action.primary[disabled].focus,
.weltpixel-quickview-catalog-product-view button.action.primary:hover,
.weltpixel-quickview-catalog-product-view button.action.primary:active,
.weltpixel-quickview-catalog-product-view button.action.primary:focus,
.weltpixel-quickview-catalog-product-view button.action.primary.hover,
.weltpixel-quickview-catalog-product-view button.action.primary.active,
.weltpixel-quickview-catalog-product-view button.action.primary.focus,
.weltpixel-quickview-catalog-product-view button.action.primary.disabled:hover,
.weltpixel-quickview-catalog-product-view button.action.primary[disabled]:hover,
.weltpixel-quickview-catalog-product-view button.action.primary.disabled:focus,
.weltpixel-quickview-catalog-product-view button.action.primary[disabled]:focus,
.weltpixel-quickview-catalog-product-view button.action.primary.disabled.focus,
.weltpixel-quickview-catalog-product-view button.action.primary[disabled].focus {
  background-color: #eecc5f;
  border-color: #eecc5f;
  color: #fff;
}

body .btn-default.light {
  background-color: transparent;
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}

body .btn-default.light:hover,
body .btn-default.light:active,
body .btn-default.light:focus,
body .btn-default.light.hover,
body .btn-default.light.active,
body .btn-default.light.focus,
body .btn-default.light.disabled:hover,
body .btn-default.light[disabled]:hover,
body .btn-default.light.disabled:hover,
body .btn-default.light[disabled]:hover,
body fieldset[disabled] .btn-default.light:hover,
body .btn-default.light.disabled:focus,
body .btn-default.light[disabled]:focus,
body fieldset[disabled] .btn-default.light:focus,
body .btn-default.light.disabled.focus,
body .btn-default[disabled].light.focus,
body fieldset[disabled] .btn-default.light.focus {
  color: #888;
  border-color: #eee;
  background-color: #eee;
}

body .btn.btn-primary.light,
body .btn.btn-primary.light.type-2 {
  background-color: #fff;
  border-color: #fff;
  color: #888;
}

body .btn.btn-primary.light:hover,
body .btn.btn-primary.light:active,
body .btn.btn-primary.light:focus,
body .btn.btn-primary.light.hover,
body .btn.btn-primary.light.active,
body .btn.btn-primary.light.focus,
body .btn.btn-primary.light.disabled:hover,
body .btn.btn-primary.light[disabled]:hover,
body .btn.btn-primary.light.disabled:hover,
body .btn.btn-primary.light[disabled]:hover,
body fieldset[disabled] .btn-primary.light:hover,
body .btn.btn-primary.light.disabled:focus,
body .btn.btn-primary.light[disabled]:focus,
body fieldset[disabled] .btn-primary.light:focus,
body .btn.btn-primary.light.disabled.focus,
body .btn-primary[disabled].light.focus,
body fieldset[disabled] .btn-primary.light.focus {
  color: #fff;
  border-color: #465362;
  background-color: #465362;
}

body .btn.btn-primary.light.type-2:hover,
body .btn.btn-primary.light.type-2:active,
body .btn.btn-primary.light.type-2:focus,
body .btn.btn-primary.light.type-2.hover,
body .btn.btn-primary.light.type-2.active,
body .btn.btn-primary.light.type-2.focus,
body .btn.btn-primary.light.type-2.disabled:hover,
body .btn.btn-primary.light.type-2[disabled]:hover,
body .btn.btn-primary.light.type-2.disabled:hover,
body .btn.btn-primary.light.type-2[disabled]:hover,
body fieldset[disabled] .btn-primary.light.type-2:hover,
body .btn.btn-primary.light.type-2.disabled:focus,
body .btn.btn-primary.light.type-2[disabled]:focus,
body fieldset[disabled] .btn-primary.light.type-2:focus,
body .btn.btn-primary.light.type-2.disabled.focus,
body .btn-primary[disabled].light.type-2.focus,
body fieldset[disabled] .btn-primary.light.type-2.focus {
  color: #fff;
  border-color: #eecc5f;
  background-color: #eecc5f;
}


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[type="text"],
body input,
body select,
body input[type="email"],
body input[type="password"],
body .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.06);
  color: #888;
  border-color: rgba(0,0,0,.15);
  border-width: 1px;
  padding: 6px 12px;
  font-size: 13px;
  width: 100%;
  border: none;
}
body input.mage-error,
body select.mage-error,
body textarea.mage-error,
body .field._error input,
body .field._error select,
body .field._error textarea {
  border: 1px solid #f00 !important;
}
body input.mage-error ~ div.mage-error,
body select.mage-error ~ div.mage-error,
body textarea.mage-error ~ div.mage-error,
body .field._error input ~ div.mage-error,
body .field._error select ~ div.mage-error,
body .field._error textarea ~ div.mage-error,
body input.mage-error ~ div.field-error,
body select.mage-error ~ div.field-error,
body textarea.mage-error ~ div.field-error,
body .field._error input ~ div.field-error,
body .field._error select ~ div.field-error,
body .field._error textarea ~ div.field-error {
  display: none !important;
}
body .product-options-wrapper input.mage-error ~ div.mage-error,
body .product-options-wrapper select.mage-error ~ div.mage-error,
body .product-options-wrapper .field._error input ~ div.mage-error,
body .product-options-wrapper .field._error select ~ div.mage-error {display: block !important;}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

body .field.required input[type="text"],
body .field.required input,
body .field.required input[type="email"],
body .field.required input[type="password"],
body .field.required .form-control:not(select),
body .field._required input[type="text"],
body .field._required input,
body .field._required input[type="email"],
body .field._required input[type="password"],
body .field._required .form-control:not(select) {
  background-image: url(../images/asterisk.png);
  background-color: rgba(0,0,0,0.06);
  background-position: right 5px top 5px;
  background-size: auto;
  background-repeat: no-repeat;
}
.field.required .additional input[type="text"],
body .field.required .additional input {
  background-image: none;
}
body input.form-control,
body input,
body textarea.form-control,
body textarea,
body select.form-control,
body select {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  color: #888;
  min-width: 60px;
  border-radius: 0;
  border: solid 1px #ddd;
  background-color: rgba(0,0,0,0.06);
  font-family: inherit;
}
body textarea.form-control,
body textarea {
  width: 100%;
}
body input.form-control,
body input,
body select.form-control,
body select {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
    height:   36px;
}

.actions-toolbar a.primary{opacity: 1;}

body select.form-control,
body select {
    border-radius: 0;
    -webkit-appearance:none;
    -ms-appearance:none;
    appearance:none;
    position: relative;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#666'><polygon points='0,0 80,0 40,40'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 3px) calc(50% - -4px);
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.06);
}
.no-visible {position: absolute; left: 0; opacity: 0;}


body input.qty {
  min-width: 0;
  margin: 0 2px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  border: none;
  color: rgba(0,0,0,.4);
  background-color: rgba(0,0,0,.06);
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}

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

body .message.info,
body .message.error,
body .message.warning,
body .message.notice,
body .message.success {margin-top: 30px;}

.search.results dl.block{margin:28px 0;}
.search.results dl.block dt,
.search.results dl.block dd{display: inline-block; padding:0 10px 0 0; margin-bottom: 5px;}
.search.results dl.block dt:after{content:':';}
.search.results dl.block dd a{padding:10px 16px; background: #f0f0f0; color:#595959; display: block;}

/* 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.indent-64,
hr.indent-72,
hr.indent-76,
hr.indent-80,
hr.indent-84,
hr.indent-88,
hr.indent-92,
hr.indent-96,
hr.indent-100,
hr.indent-104,
hr.indent-108,
hr.indent-112,
hr.indent-116,
hr.indent-120,
hr.indent-124,
hr.indent-128,
hr.indent-132,
hr.indent-136,
hr.indent-140,
hr.indent-144,
hr.indent-148,
hr.indent-152,
hr.indent-156,
hr.indent-160,
hr.indent-164,
hr.indent-168,
hr.indent-172,
hr.indent-176,
hr.indent-180,
hr.solid,
hr.dotted,
hr.dashed {
  padding: 0;
  border: none;
  background: none;
  height: 0;
  clear: both;
}
span.indent-9,
span.indent-12,
span.indent-18,
span.indent-24,
span.indent-28,
span.indent-32,
span.indent-36,
span.indent-40,
span.indent-46,
span.indent-52,
span.indent-56,
span.indent-60,
span.indent-64,
span.indent-72,
span.indent-76,
span.indent-80,
span.indent-84,
span.indent-88,
span.indent-92,
span.indent-96,
span.indent-100,
span.indent-104,
span.indent-108,
span.indent-112,
span.indent-116,
span.indent-120,
span.indent-124,
span.indent-128,
span.indent-132,
span.indent-136,
span.indent-140,
span.indent-144,
span.indent-148,
span.indent-152,
span.indent-156,
span.indent-160,
span.indent-164,
span.indent-168,
span.indent-172,
span.indent-176,
span.indent-180,
span.solid,
span.dotted,
span.dashed {
  display: block;
  padding: 0;
  border: none;
  background: none;
  height: 0;
  clear: both;
}

hr.dashed,
span.dashed {
  border-bottom: 1px dashed rgba(0, 0, 0, .1);
  margin: 0;
}
hr.indent-9,
span.indent-9 {
  margin: .75em 0;
}
hr.indent-12,
span.indent-12 {
  margin: 1em 0;
}
hr.indent-18,
span.indent-18 {
  margin: 1.5em 0;
}
hr.indent-24,
span.indent-24 {
  margin: 2em 0;
}
hr.indent-28,
span.indent-28 {
  margin: 2.333em 0;
}
hr.indent-32,
span.indent-32 {
  margin: 2.5em 0;
}
hr.indent-36,
span.indent-36 {
  margin: 3em 0;
}
hr.indent-40,
span.indent-40 {
  margin: 3.333em 0;
}
hr.indent-46,
span.indent-46 {
  margin: 3.883em 0;
}
hr.indent-52,
span.indent-52 {
  margin: 4.333em 0;
}
hr.indent-56,
span.indent-56 {
  margin: 4.667em 0;
}
hr.indent-60,
span.indent-60 {
  margin: 5em 0;
}
hr.indent-64,
span.indent-64 {
  margin: 5.333em 0;
}
hr.indent-72,
span.indent-72 {
  margin: 6em 0;
}
hr.indent-76,
span.indent-76 {
  margin: 6.333em 0;
}
hr.indent-80,
span.indent-80 {
  margin: 6.667em 0;
}
hr.indent-84,
span.indent-84 {
  margin: 7em 0;
}
hr.indent-88,
span.indent-88 {
  margin: 7.333em 0;
}
hr.indent-92,
span.indent-92 {
  margin: 7.667em 0;
}
hr.indent-96,
span.indent-96 {
  margin: 8em 0;
}
hr.indent-100,
span.indent-100 {
  margin: 8.333em 0;
}
hr.indent-104,
span.indent-104 {
  margin: 8.667em 0;
}
hr.indent-108,
span.indent-108 {
  margin: 9em 0;
}
hr.indent-112,
span.indent-112 {
  margin: 9.333em 0;
}
hr.indent-116,
span.indent-116 {
  margin: 9.667em 0;
}
hr.indent-120,
span.indent-120 {
  margin: 10em 0;
}
hr.indent-124,
span.indent-124 {
  margin: 10.333em 0;
}
hr.indent-128,
span.indent-128 {
  margin: 10.667em 0;
}
hr.indent-132,
span.indent-132 {
  margin: 11em 0;
}
hr.indent-136,
span.indent-136 {
  margin: 11.333em 0;
}
hr.indent-140,
span.indent-140 {
  margin: 11.667em 0;
}
hr.indent-144,
span.indent-144 {
  margin: 12em 0;
}
hr.indent-148,
span.indent-148 {
  margin: 12.333em 0;
}
hr.indent-152,
span.indent-152 {
  margin: 12.667em 0;
}
hr.indent-156,
span.indent-156 {
  margin: 13em 0;
}
hr.indent-160,
span.indent-160 {
  margin: 13.333em 0;
}
hr.indent-164,
span.indent-164 {
  margin: 13.667em 0;
}
hr.indent-168,
span.indent-168 {
  margin: 14em 0;
}
hr.indent-172,
span.indent-172 {
  margin: 14.333em 0;
}
hr.indent-176,
span.indent-176 {
  margin: 14.667em 0;
}
hr.indent-180,
span.indent-180 {
  margin: 15em 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: 40px;
  width: 40px;
  line-height: 40px;
  color: rgba(0, 0, 0, .7);
  background-color: transparent;
  font-size: 16px;
  border-radius: 0;
}
ul.social-links li a i {
  line-height: inherit;
  font-size: inherit;
  vertical-align: middle;
}
ul.social-links li a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, .7);
  opacity: 1;
}
/* //Social Links */

.panel.header .header-switcher{display: none}
.footer.content .switcher-store{margin: 0 0 30px}
.page-header .header-switcher {margin-right: 0}
.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,0.5);}
.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: '';
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    vertical-align: middle;
    border-top-color: rgba(0, 0, 0, .3);
    padding: 0;
    margin-top: -3px;
}
.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: #465362;}
.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;
    margin-top: -3px;
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.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: 170px;
  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: 12px; color: #444; 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: inherit;}
.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: 16px;font-weight: 700;margin: 0;padding: .8rem 3.5rem .8rem 2rem; font-family: 'Overpass', sans-serif;}
.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-dropdown{margin: 0;padding: 0;list-style: none none;padding: 10px 0}
.nav-sections .links li a {font-family: 'Overpass', sans-serif; font-size: 16px;}
/* Header */
body .page-header {margin: 0; border: none; padding: 0; color: #222; font-size: 14px;}
.wide-layout .page-header .top-block,
.boxed-layout .page-header .top-block .container {position: relative;}

.page-header .header-text-banner .image-block {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: -15px;
}
.page-header .header-text-banner .image-text {
  position: absolute;
  display: block;
  max-width: 50px;
  top: 14px;
  right: 44px;
  color: #222;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  text-transform: uppercase;
}
.page-header .header-text-banner .text-block {
  display: inline-block;
  vertical-align: middle;
}
.page-header .header-text-banner .title {
  font-size: 22px;
  line-height: 18px;
  color: #222;
  font-weight: 600;
}
.page-header .header-text-banner .title small {
  color: #888888;
  font-weight: 300;
}

.page-header ul.social-links {
    float: left;
}
.page-header .welcome {
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-weight: 500;
}
.wide-layout .page-header .top-block,
.boxed-layout .page-header .top-block .top-block-inner {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.page-header .header-info {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 5px 0 6px;
  font-family: 'Overpass', sans-serif;
  font-weight: 500;
}
.page-header ul.social-links + .header-info,
.page-header .header-info + .header-info {
  padding-left: 20px;
  margin-left: 10px;
  border-left: 1px solid rgba(0,0,0,0.08);
}
.page-header ul.social-links + .welcome,
.page-header .header-info + .welcome {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(0,0,0,0.08);
}
.page-header .phone-number {
  color: #2b8c26;
  vertical-align: middle;
}
.page-header .phone-number i {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.page-header .right-block {float: right; text-align: right;}

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

.header.links {list-style: none; margin: 0; display: inline-block; vertical-align: middle; padding: 0;}
.header.links li {padding: 0; margin: 0; float: left;}
.header.links li.authorization-link {padding: 0;}
.custom-wish-link + .links li.authorization-link,
.header-switcher + .links li.authorization-link {
    padding-left: 19px;
    margin-left: 19px;
    border-left: 1px solid rgba(0,0,0,0.08);
}
.header.links li.authorization-link a {
   color: #eecc5f;
   font-size: 16px;
   text-align: center;
}
.header.links li.authorization-link a:hover {color: #465362;}

.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(0,0,0,.9); font-family: 'Overpass'; 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(0,0,0,.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: #465362;
}
.page-header .customer-name-wrapper + .links li a .hover-divider {
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 10px;
  background-color: #465362;
  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: #465362;}

.page-header .panel {margin: 0; border: none; box-shadow: none; border-radius: 0; float: left; padding: 0; background-color: transparent;}
.page-header .logo {display: inline-block; vertical-align: middle; float: left;}

.customer-welcome {display: inline-block; position: relative; padding-left: 20px}
.customer-welcome:before,
.customer-welcome:after {content: ''; display: table;}
.customer-welcome:after {clear: both;}
.customer-welcome .action.switch {padding: 0; cursor: pointer; display: inline-block; text-decoration: none;}
.customer-welcome .action.switch > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; display: none;}
.customer-welcome .action.switch.active {display: inline-block; text-decoration: none;}
.customer-welcome .action.switch.active > span {border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.customer-welcome 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: .75em 9px;
    min-width: 153px;
    text-align: left;
}
.custom-wish-link +  .links .customer-welcome  li.authorization-link,
.header-switcher + .links .customer-welcome  li.authorization-link {
    border: none;
}
.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;
    margin-right: 0;
        transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.customer-welcome.active {overflow: visible;}
.customer-welcome.active ul.header.links {display: block;}
.customer-welcome 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 {
    color: #eecc5f;
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.customer-welcome .customer-name.active {
    color: #465362;
}
.custom-wish-link + .links .customer-welcome,
.header-switcher + .links .customer-welcome {
    padding-left: 19px;
    margin-left: 19px;
    border-left: 1px solid rgba(0,0,0,0.08);
}
.customer-welcome .customer-menu {display: none;}
/* .customer-welcome .action.switch:focus,
.customer-welcome .action.switch:active,
.customer-welcome .action.switch:hover {background: none; border: none;} */
.customer-welcome .action.switch.disabled,
.customer-welcome .action.switch[disabled],
fieldset[disabled] .customer-welcome .action.switch{ cursor: not-allowed; pointer-events: none; opacity: .5;}
.customer-welcome.active .customer-menu {display: block;}
.customer-welcome .greet {display: none;}
.header-wrapper .header.links > .customer-welcome + li.authorization-link{display: none!important;}

.customer-welcome .customer-name > span:before {
 content: '\0024';
 display: inline-block;
 line-height: inherit;
 vertical-align: middle;
 font-family: 'meigee';
 font-style: normal;
 font-weight: normal;
 font-size: 24px;
 color: inherit;
 line-height: 1;
 margin-top: -1px;
 margin-right: 9px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.customer-welcome .customer-name:hover {
    cursor: pointer;
    color: #465362;
}
.header-wrapper .header.links .customer-menu li.welcome {display: none;}
.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;
    font-weight: 500;
    line-height: 1;
    float: none;
    text-align: left;
    position: relative;
    margin: 0;
    padding: .5em 0 .5em 10px;
    color: #222;
    position: relative;
}
.header-wrapper .header.links .customer-menu li a:hover,
.header-wrapper .header.links .customer-menu li.authorization-link a:hover {color: #465362;}
.header-wrapper .header.links .customer-menu .authorization-link a:before {content: none;}


/* Header Search */
.header-wrapper {position: relative;}
.header-wrapper .search-cart-block {float: right;}
.header-wrapper .block-search .block-title,
.header-wrapper .block-search .search-button,
.header-wrapper .block-search .nested {display: none;}
.header-wrapper .block-search {display: block; vertical-align: middle; margin: 0; padding: 20px 0; width: 100%;}
.header-wrapper .block-search {position: relative;}
.header-wrapper .block-search .search-button {
  display: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  color: #222;
  width: 54px;
  height: 54px;
  transition: background-color 300ms ease, color 300ms ease;
  -moz-transition: background-color 300ms ease, color 300ms ease;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
}
.header-wrapper .block-search .search-button:hover {background-color: rgba(0, 0, 0, 0.2);}
.header-wrapper .block-search .search-button span {display: none;}
.header-wrapper .block-search .search-button i {font-size: inherit; color: inherit;}
.header-wrapper .block-search .indent {
    width: 100%;
    position: static;
    transition: border 300ms ease;
    -moz-transition: border 300ms ease;
    -webkit-transition: border 300ms ease;
    -o-transition: border 300ms ease;
}
.header-wrapper .block-search .input-group {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 0;
}
.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: 40px;
  line-height: 1;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.header-wrapper .block-search .btn {
   display: inline-block;
   overflow: hidden;
   margin-right: -1px;
   padding: 0 17px;
   text-align: center;
   border: none;
   background-image: none;
   background-color: transparent;
   box-shadow: none;
   vertical-align: middle;
   font-weight: 600;
   color: rgba(0,0,0,0.4);
   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 .btn:hover,
.header-wrapper .block-search .btn:focus,
.header-wrapper .block-search .btn:active {
    background-color: rgba(0,0,0,0.1);
}
.header-wrapper .block-search .search-icon {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.header-wrapper .block-search .search-icon:after {
    display: block;
    position: absolute;
    content: '';
    height: 22px;
    width: 1px;
    right: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.1);
}
.header-wrapper .block-search .search-icon i {
    font-size: 16px;
    line-height: 40px;
    color: rgba(0,0,0,0.4);
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: 2px;
}
@-moz-document url-prefix() {
  .header-wrapper .block-search .search-icon i {
    position: relative;
    top: 0;
  }
}
.header-wrapper .block-search .btn span {padding: 0;}
.header-wrapper .block-search .btn > span {line-height: inherit;}
.header-wrapper .block-search .btn span span {
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
}
.header-wrapper .block-search .btn i {
    line-height: 1;
    display: none;
    vertical-align: middle;
    font-size: 12px;
    color: inherit;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    margin: 0;
}
.header-wrapper .block-search.focused input,
.header-wrapper .block-search.focused .btn,
.header-wrapper .block-search.focused .search-icon i {
  color: #888;
}
.header-wrapper .block-search.focused .input-group {
  background-color: #fff;
}
.header-wrapper .block-search.focused .search-icon:after {
    background-color: rgba(0,0,0,0.4);
}
.header-wrapper .block-search.focused .btn:hover,
.header-wrapper .block-search.focused .btn:active,
.header-wrapper .block-search.focused .btn:focus {
  background-color: rgba(0,0,0,0.1);
}
.header-wrapper .block-search .indent .search-subtitle {
  display: none;
}
/* Header Search 2*/
.header-wrapper .page-header .block-search.type-2 {
  width: auto;
}
.header-wrapper .page-header .block-search.type-2 .search-button {
    display: inline-block;
    cursor: pointer;
    color: inherit;
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.header-wrapper .page-header .block-search.type-2 .search-button:hover {background-color: rgba(0, 0, 0, 0.06);}
.header-wrapper .page-header .block-search.type-2 .search-button span {display: none;}
.header-wrapper .page-header .block-search.type-2 .search-button i {
    font-size: inherit;
    color: inherit;
    position: relative;
    top: 2px;
  }
@-moz-document url-prefix() {
   .header-wrapper .page-header .block-search.type-2 .search-button i {
    top: 1px;
  }
}
body .header-wrapper .page-header .block-search.type-2 .search-icon,
body .header-wrapper .page-header .block-search.type-2 .action-btn.visible-xs {
    display: none !important;
}
.header-wrapper .page-header .block-search.type-2 .indent {
    position: fixed;
    right: 0;
    left: -100%;
    z-index: -1;
    top: 0;
    bottom: 0;
    background-color: #403f4c;
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
}
.header-wrapper .page-header .block-search.type-2 .indent .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}
.header-wrapper .page-header .block-search.type-2 .indent .btn-close:hover,
.header-wrapper .page-header .block-search.type-2 .indent .btn-close:focus,
.header-wrapper .page-header .block-search.type-2 .indent .btn-close:active {
    color: #eecc5f;
}
.header-wrapper .page-header .block-search.type-2 .indent .block-content {
    top: 40%;
    left: 50%;
    position: absolute;
    height: 60%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: none;
}
.header-wrapper .page-header .block-search.type-2 .indent .btn-close:before {
    content: "\007c";
    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;
    color: inherit;
    cursor: pointer;
}
.header-wrapper .page-header .block-search.type-2 .indent .search-subtitle {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255, 0.4);
    text-align: left;
    width: 616px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-wrapper .page-header .block-search.type-2 .indent .input-group {
 display: table;
 width: 616px;
 padding-bottom: 20px;
 margin-bottom: 30px;
 margin-left: auto;
 margin-right: auto;
 border-bottom: solid 1px rgba(255, 255, 255, 0.2);
 border-width: 0 0 1px 0;
 background-color: transparent;
}
.header-wrapper .page-header .block-search.type-2 .indent .input-wrapper {
  top: 40%;
  left: 50%;
  position: absolute;
  height: 60%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.header-wrapper .page-header .block-search.type-2 .indent input {
    height: 60px;
    width: 98%;
    padding: 0;
    border: none;
    background: none;
    color: rgba(255, 255, 255, 0.2);
    font-size: 24px;
    font-weight: normal;
}
.header-wrapper .page-header .block-search.type-2 .indent .btn {
    height: 60px;
    border: none;
    background: none;
    color: #fff;
    font-size: 18px;
    text-align: right;
    border-radius: 0;
    padding: 0;
    text-transform: none;
}
.header-wrapper .page-header .block-search.type-2 .indent .action-btn.hidden-xs {
    display: table-cell !important;
}
.header-wrapper .page-header .block-search.type-2 .indent .btn:hover {
    color: #eecc5f;
    background-color: transparent;
}
.header-wrapper .page-header .block-search.type-2 .indent .btn i.meigee-search:before {content: '\0079';}
.header-wrapper .page-header .block-search.type-2 label {display: block; position: absolute; top: 0; font-weight: 600; font-size: 36px; color: #fff;}
.header-wrapper .page-header .block-search.type-2 input {
  display: inline-block;
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  vertical-align: middle;
}
.header-wrapper .page-header .block-search.type-2 input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.header-wrapper .page-header .block-search.type-2 input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.header-wrapper .page-header .block-search.type-2 input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.header-wrapper .page-header .block-search.type-2 input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.header-wrapper .page-header .block-search.type-2 .btn span {padding: 0; display: block; text-align: center;}
.header-wrapper .page-header .block-search.type-2 .btn span span {display: none;}
.header-wrapper .page-header .block-search.type-2 .btn i {
  line-height: 54px;
  font-size: 14px;
  display: block;
  color: inherit;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  margin: 0;
  margin-left: -4px;
}
.header-wrapper .page-header .block-search.type-2.focused input,
.header-wrapper .page-header .block-search.type-2.focused .btn,
.header-wrapper .page-header .block-search.type-2.focused .search-icon i {
  color: rgba(255, 255, 255, 0.2) !important;
}
.header-wrapper .page-header .block-search.type-2.focused .input-group {
  background-color: transparent !important;
}
.header-wrapper .page-header .block-search.type-2.focused .search-icon:after {
    background-color: transparent !important;
}
.header-wrapper .page-header .block-search.type-2.focused .btn:hover,
.header-wrapper .page-header .block-search.type-2.focused .btn:active,
.header-wrapper .page-header .block-search.type-2.focused .btn:focus {
  background-color: transparent !important;
}
.page-header.header-1 .block-search.type-2 {
  float: right;
}
/*!Header Search 2*/

/*Search autocomplete*/
body.search-open #search-inner {
    background-color: #fff;
    display: block;
    z-index: 995;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.search-autocomplete {left: 0; top: 100%; z-index: 999; width: 100% !important;}
.search-autocomplete ul {
    border: 1px solid rgba(0,0,0,.1);
    border-top-width: 0;
    background-color: #fff;
    color: #666;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-autocomplete ul li {
    padding: 3px 20px;
    cursor: pointer;
}
.search-autocomplete ul li + li {
    padding: 3px 20px;
    border-top: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
}
.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}
/* !Header Search */


/* Header Options Block */
.page-header .options-wrapper {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   font-size: 1em;
   line-height: 1.5em;
   margin-top: 20px;
   margin-bottom: 20px;
}
.page-header .options-wrapper .options-block {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  padding: 0 20px;
  min-height: 40px;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.page-header .options-wrapper .options-block i {
   font-size: 18px;
   line-height: 1;
   vertical-align: middle;
   margin-right: 8px;
   position: relative;
   top: 2px;
   transition: none;
   -moz-transition: none;
   -webkit-transition: none;
}
.page-header .options-wrapper .options-block span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
@-moz-document url-prefix() {
  .page-header .options-wrapper .options-block i {
    top: 0;
  }
  .page-header .options-wrapper .options-block span {
    position: relative;
    top: -2px;
  }
}
.page-header .options-wrapper .options-dropdown {
 width: 190px;
 padding: 23px 25px 13px;
 background: #fff;
 box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
 border-radius: 5px 0 5px 5px;
 position: absolute;
 top: 100%;
 display: none;
 clear: both;
 z-index: 9998;
 right: 0;
 color: #333;
 text-align: left;
}
.page-header .options-wrapper .options-block i.caret {
  color: rgba(0,0,0,0.2);
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.page-header .options-wrapper .options-dropdown .header-switcher {
    margin: 0 0 7px;
    padding: 0;
    display: block;
    border: none;
}
.page-header .options-wrapper .options-dropdown .header-switcher .label {display: block; text-align: left; font-size: 14px;  font-family: 'Montserrat'; padding-bottom: 7px; margin-right: 0;}
.page-header .options-wrapper .header-switcher .options,
.page-header .options-wrapper .header-switcher .options .action.toggle,
.page-header .options-wrapper .options-dropdown .header-switcher + .header-switcher > div {
    display: block;
}
.page-header .options-wrapper .options-dropdown .header.links li.customer-welcome .customer-name {
  display: none;
}
.page-header .customer-welcome .customer-menu {
  display: block;
}
.page-header .customer-welcome ul.header.links {
  position: relative;
  box-shadow: none;
  border: none;
  padding: 0;
}
.page-header .options-wrapper .options-dropdown .header-switcher + .header.links,
.page-header .options-wrapper .options-dropdown .header-switcher + .header-switcher {border: none; padding-top: 13px;}
.page-header .options-wrapper .options-dropdown .header.links li,
.page-header .options-wrapper .options-dropdown .header.links li a,
.page-header .options-wrapper .options-dropdown .header.links {display: block; float: none; padding-left: 0; margin-left: 0; border-left: none;}
.page-header .options-wrapper .options-dropdown .header.links li + li {
    border-top: 1px dotted rgba(0,0,0,0.2);
}
.page-header .options-wrapper .options-dropdown .header-switcher .options .action.toggle:hover,
.page-header .options-wrapper .options-dropdown .header-switcher .options .action.toggle.active {color: #3e528f;}
.page-header .options-wrapper .options-dropdown .header.links li a,
.page-header .options-wrapper .options-dropdown .header.links li.authorization-link a {
    display: block !important;
    font-size: 14px;
    text-align: left;
    color: #222;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 0 -25px;
}
.wide-layout .header-wrapper .menu-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: rgba(0,0,0,0.08);
}
.header.links li a.compare.no-display .counter {display: none;}
.page-header .options-wrapper .options-dropdown .header.links li.authorization-link a:hover,
.page-header .options-wrapper .options-dropdown .header.links li a:hover {opacity: .75;}
.page-header .options-wrapper .options-dropdown .header-switcher .options strong {
    display: block;
    border: none;
    background-color: rgba(0,0,0,0.08);
    color: rgba(0, 0, 0, .7);
    padding: 2px 26px 2px 10px;
    border-radius: 4px;
    margin: 0;
    height: 40px;
    line-height: 38px;
}
.page-header .options-wrapper .header-switcher .switcher-trigger span {
    padding: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}
.page-header .options-wrapper .header-switcher .options .action.toggle:after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    right: 10px;
    color:rgba(0, 0, 0, 0.3);
}
.page-header .options-wrapper .options-block:hover{
  background-color: rgba(255,255,255,0.1);
  border-radius: 5px;
  color: #fff;
}
.page-header .options-wrapper .options-block.open {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  color: #888;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.08);
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.08);
}



/* Header Nav */
.wide-layout .header-wrapper .menu-wrapper,
.boxed-layout .header-wrapper .menu-wrapper .menu-inner {
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.08);
}
.wide-layout .header-wrapper .menu-wrapper {position: relative;}
.header-wrapper .toggle-nav {float: left;}
.header-wrapper .navbar-default {border: none; float: left; background: none; padding: 0; border-radius: 0; margin: 0; min-height: 1px;}
.header-wrapper .navbar-collapse.collapse {padding: 0;}
.header-wrapper .menu-wrapper .nav-sections {background-color: #eee; overflow-x: hidden}
.header-wrapper .menu-wrapper .nav-sections .section-items:before {
  content: '';
  width: 25px;
  height: auto;
  min-height: 200vh;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  -webkit-box-shadow: -10px 0px 60px -5px rgba(0,0,0,0.44);
  -moz-box-shadow: -10px 0px 60px -5px rgba(0,0,0,0.44);
  box-shadow: -10px 0px 60px -5px rgba(0,0,0,0.44);
  z-index: 2;
}
.header-wrapper .menu-wrapper .nav-sections-items .navbar-default {background-color: #fff;}
.header-wrapper .navbar-collapse.collapse a.level-top {
  position: relative;
  font-family: 'Overpass', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #111;
  padding: 17px 20px 16px;
  z-index: 99;
  letter-spacing: -0.02px;
  background: none;
  text-transform: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.header-wrapper .navbar-collapse.collapse a.level-top:after {
    content: " ";
    display: table;
    clear: both;
}
.header-wrapper .navbar-collapse.collapse a.level-top span {line-height: 1.2em; margin-top: 2px; display: inline-block;}
.header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon {float: right;}
.header-wrapper .navbar-collapse.collapse a.level-top .ui-menu-icon:after {
  display: inline-block;
    font: normal normal normal 14px/1 meigee;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    line-height: 1.2;
    color: inherit;
    content: '\0053';
    margin: 0 0 0 3px;
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: rgba(0,0,0,0.3);
}

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

.navigation .level0 .submenu {
  background: #fff;
  border: none;
  text-align: left;
    background-color: #fff;
    border-top: solid 1px #ddd;
  font-weight: 400;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  min-width: 230px;
  padding: 15px 0;
  display: none;
  left: 0;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  z-index: 101;
  margin-top: 11px;
  list-style: none;
}
.navigation .level0 .submenu li:not(:last-of-type) {border-bottom: 1px solid rgba(0,0,0,.2);}
.navigation .level0 .submenu li.all-category {display: none;}
.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 {
    position: relative;
}
.navigation .level0 .submenu li.parent > a:after {
  display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal normal normal 14px/1 meigee;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 1;
    color: inherit;
    content: '\0053';
    margin: 0;
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: rgba(0,0,0,0.2);
}
.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus,
.navigation .level0 .submenu .active > a {background-color: #f5f5f5; color: #465362; 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;
    float: right;
    vertical-align: middle;
    position: relative;
    margin: 20px 0 20px 10px;
}

.minicart-wrapper .title-cart .counter.empty .subtotal {display: none;}
.minicart-wrapper .title-cart {
    margin: 0;
    z-index: 9998;
    padding: 0 20px;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    font-weight: 600;
    transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.95);
    border-radius: 5px;
}
.minicart-wrapper .title-cart .icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 1;
    z-index: 0;
}
.minicart-wrapper .title-cart:hover {
    opacity: 1;
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 5px;
}
.minicart-wrapper .title-cart.active {
    opacity: 1;
    background-color: #fff;
    border-color: #fff;
    color: #888;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.08);
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.08);
}
.minicart-wrapper .product-item-name a {
  color: #222;
}
.minicart-wrapper .title-cart.active .counter-number {
    background-color: #eecc5f;
}
.minicart-wrapper .empty .divider {
    display: none;
}
.minicart-wrapper .title-cart .icon i {
 font-size: 18px;
 display: inline-block;
 vertical-align: middle;
 color: inherit;
}
.minicart-wrapper .title-cart .text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

@-moz-document url-prefix() {
  .minicart-wrapper .title-cart .text {
    position: relative;
    top: -1px;
  }
}
.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: #888;
    background-color: #fff;
    text-align: center;
    height: 22px;
    width: 22px;
    line-height: 22px;
    border-radius: 50%;
}
@-moz-document url-prefix() {
  .minicart-wrapper .title-cart .counter-number {
    line-height: 19px;
  }
}
.minicart-wrapper .title-cart .subtotal {
    margin: 0;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.minicart-wrapper .title-cart .subtotal .price-container {display: inline-block;}
.minicart-wrapper .title-cart .subtotal .price {font-size: inherit; color: inherit; font-weight: inherit;}
.minicart-wrapper .title-cart  .icon + .text,
.minicart-wrapper .title-cart  .icon + .counter-number,
.minicart-wrapper .title-cart  .text + .counter-number {
    margin-left: 5px;
}

.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: right;
  border-top: dashed 1px rgba(0,0,0,.1);
  font-family: 'Overpass', sans-serif;
  margin: 0;
  padding: 18px 0;
}
.block-minicart .subtitle {display: none;}
.block-minicart .subtotal .label {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 0;
  color: #aaa;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
}
.block-minicart .subtotal .price-container {
  display: inline-block;
  font-size: 24px;
  line-height: 1.25em;
  padding: 0;
  color: #465362;
  font-weight: bold;
  vertical-align: middle;
}
.block-minicart .subtotal .price-container .price {font-size: inherit; font-weight: 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: left; padding: 0;}
.minicart-wrapper .actions div.primary {
    display: block;
    width: 100%;
    border: none;
    margin: 0;
    float: right;
    max-width: 210px;
}
.minicart-wrapper .actions div.primary .btn {
  display: block;
  width: 100%;
  color: #fff;
}
.minicart-wrapper .actions div.secondary {display: inline-block; vertical-align: middle;}
.minicart-wrapper .actions div.secondary .btn {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0;
  text-transform: none;
  background: none;
  color: #666;
  border-radius: 2px;
}
.minicart-wrapper .actions div.secondary .btn:hover {color: #666; background-color: #eee; border-color: #eee;}
.minicart-wrapper .actions div.secondary .btn:after {content: none;}
.minicart-wrapper .actions div.secondary .btn i {
  display: inline-block;
  height: 38px;
  line-height: 40px;
  width: 38px;
  margin-right: 0;
  margin-left: 0;
  vertical-align: middle;
}
.minicart-wrapper .actions div.secondary .btn span span {
  display: none;
}
.block-minicart .block-content > .actions .paypal-logo {margin-top: 15px; text-align: center;}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {margin: 15px 0 0; text-align: center;}
.minicart-wrapper:before,
.minicart-wrapper:after {content: ''; display: table;}
.minicart-wrapper:after {clear: both;}
.minicart-wrapper .action.showcart {cursor: pointer; display: inline-block; text-decoration: none;}
.minicart-wrapper .action.showcart:hover,
.minicart-wrapper .action.showcart.active {display: inline-block; text-decoration: none;}
.minicart-wrapper ._block-content-loading {
 position: static;
}
.minicart-wrapper .loader img {
 position: absolute;
 height: 100% !important;
 width: auto;
 left: 8px !important;
 right: auto !important;
}
.minicart-wrapper .block-minicart {
  background: #fff;
  z-index: 9998;
  position: absolute;
  text-align: left;
  right: 0px;
  top: 100%;
  width: 320px;
  padding: 0;
  margin-top: -1px !important;
  color: #666;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 24px 24px 20px;
  display: none;
}
.minicart-wrapper.active {overflow: visible;}
.minicart-wrapper.active .block-minicart {display: block;}
.minicart-wrapper .block-minicart .block-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  text-transform: none;
  padding: 0 0 9px;
  margin-bottom: 10px;
  border: none;
}
.minicart-wrapper .block-minicart.empty .block-title {display: none;}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {float: left; 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-wrapper {overflow-y: auto;}
.minicart-items {list-style: none none; margin: 0; /* 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; text-align: left; font-size: 12px;}
.minicart-items .options .list {margin-bottom: 0;}
.minicart-items .price-minicart {margin-bottom: 5px;}
.minicart-items .product-item-name {font-weight: 300; font-size: 16px; margin: 0 45px 6px 0; display: block; color: #222; font-family: 'Overpass', sans-serif;}
.minicart-items .product-item-details {padding-left: 75px; position: relative;}
.minicart-price .price {
  font-size: 14px;
  color: #53777a;
  padding-left: 2px;
}

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

.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; border-radius: 4px; overflow: hidden;}
.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;
  min-width: auto;
  text-align: center;
  border-radius: 50%;
  font-weight: inherit;
  font-size: 11px;
  color: #fff;
  min-width: 1px;
}
.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: -6px; top: -2px;}
.minicart-items .action.edit,
.minicart-items .action.delete {color: #aaa; font-size: 12px; padding: 5px 6px;}
.minicart-items .action.edit:hover,
.minicart-items .action.delete:hover {color: #465362;}
.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: inherit;
  margin-right: 2px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.minicart-items .action.delete:before {content: '\0035';}

/* !Header Cart */

.page-header .header-custom-block-wrapper {font-family: 'Overpass'; 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: rgba(255, 255, 255, .95); font-family: 'Overpass'; text-transform: uppercase; margin: 0; padding: 10px;}
.page-header .action.nav-toggle i {font-size: 20px; margin-right: 5px; line-height: 0; display: block;}
.page-header .action.nav-toggle span {vertical-align: middle; display: none;}

/* 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 {padding-top: 22px; padding-bottom: 22px;}
.page-header a.logo {float: none; padding: 0;}
.page-header a.logo:hover {opacity: 1;}

.page-header .custom-wish-link {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    margin: 0;
    padding: 8px 0;
}
.page-header .custom-wish-link li {
    line-height: 1;
}
.page-header .custom-wish-link a {
    font-size: 0;
    color: rgba(0, 0, 0, .4);
    display: block;
}
.page-header .custom-wish-link a:hover,
.page-header .custom-wish-link a:focus,
.page-header .custom-wish-link a:active {
    color: #465362;
}
.page-header .custom-wish-link a:before {
    content: '\0025';
    display: inline-block;
    font-size: 24px;
    font-family: 'meigee';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-header .header-switcher + .custom-wish-link {
    padding-left: 19px;
    margin-left: 19px;
    border-left: 1px solid rgba(0,0,0,0.08);
}

.page-header .header-switcher {display: inline-block; vertical-align: middle; position: relative; padding: 8px 0;}
.page-header .header-custom-links + .header-switcher,
.page-header .header-switcher + .header-switcher {
    padding-left: 12px;
    margin-left: 19px;
    border-left: 1px solid rgba(0,0,0,0.08);
}
.page-header .header-switcher + .social-links {padding-left: 15px;}
.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;
    line-height: 1.3em;
    font-family: 'Overpass';
    font-weight: 700;
    padding: 0 9px 3px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
.page-header .header-switcher ul li a {color: #aaa;}
.page-header .header-switcher ul li a:hover {background-color: transparent; color: #aaa;}

.wide-layout .page-header.header-1 > *,
.boxed-layout .page-header.header-1 > * .container {
    background-color: #dcb946;
    background-repeat: no-repeat;
    background-size: cover;
}
body .page-header .header-bg-image-container ~ *,
body .page-header .header-bg-image-container ~ * .container {
    background-color: transparent;
}
body .page-header.header-1 .header-bg-image-container ~ *,
body .page-header.header-1 .header-bg-image-container ~ * .container {
    background-color: transparent;
}
.wide-layout .page-header .header-bg-image-container {
  width: 100%;
}
.page-header.fixed-height {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: top;
  -moz-justify-content: top;
  -ms-justify-content: top;
  justify-content: top;
}
.page-header.fixed-height .breadcrumbs-wrapper {
  margin-top: auto;
}
.page-header .header-bg-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header.header-1 .header-bg-image-container,
.page-header.header-1 .container.header-bg-image-container {
    background-color: #dcb946;
}
.wide-layout .page-header.header-1 .menu-wrapper,
.page-header.header-1 .menu-wrapper .menu-inner {
    border-color: rgba(255,255,255,0.2);
}
.header-wrapper .block-search .input-group {
    background-color: rgba(255,255,255,0.2);
    border: none;
    border-radius: 4px;
}
.header-wrapper .header-1 .block-search .search-icon i {
    color: rgba(255,255,255,0.95);
}
.header-wrapper .header-1 .block-search .search-icon:after {
    background-color: #fff;
}
.header-wrapper .header-1 .block-search input {
    color: rgba(255,255,255,0.95);
}
.header-wrapper .header-1 .block-search input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.95);
}
.header-wrapper .header-1 .block-search input::-moz-placeholder {
  color: rgba(255,255,255,0.95);
}
.header-wrapper .header-1 .block-search input:-ms-input-placeholder {
  color: rgba(255,255,255,0.95);
}
.header-wrapper .header-1 .block-search input:-moz-placeholder {
  color: rgba(255,255,255,0.95);
}
.header-wrapper .header-1 .block-search .btn {
    color: rgba(255,255,255,0.95);
}
.header-wrapper .header-1 .block-search .btn:hover,
.header-wrapper .header-1 .block-search .btn:focus,
.header-wrapper .header-1 .block-search .btn:active {
    background-color: rgba(255,255,255,0.1);
}
.header-wrapper .header-1 .block-search.focused input,
.header-wrapper .header-1 .block-search.focused .btn,
.header-wrapper .header-1 .block-search.focused .search-icon i {
  color: #888;
}
.header-wrapper .header-1 .block-search.focused .input-group {
  background-color: #fff;
}
.header-wrapper .header-1 .block-search.focused .search-icon:after {
    background-color: rgba(0,0,0,0.4);
}
.header-wrapper .header-1 .block-search.focused .btn:hover,
.header-wrapper .header-1 .block-search.focused .btn:active,
.header-wrapper .header-1 .block-search.focused .btn:focus {
  background-color: rgba(0,0,0,0.1);
}


#sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
#sticky-header {background: #fff; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);}
.boxed-layout #sticky-header .container {display: table; width: 100%;}
#sticky-header .container {}
#sticky-header .left-wrapper {display: table-cell; width: 18%; vertical-align: top; padding-top: 8px; padding-bottom: 8px;}
#sticky-header .left-wrapper .small-logo img {max-height: 28px;}
#sticky-header .right-wrapper {display: table-cell; vertical-align: top; width: 100%; padding-top: 5px; padding-bottom: 5px; padding-left: 20px;}
#sticky-header .action.nav-toggle {display: none;}
#sticky-header .logo {float: left;}
#sticky-header .minicart-wrapper .title-cart {height: auto; line-height: 42px; padding: 0 15px; margin: 0;}
#sticky-header .minicart-wrapper .title-cart span:not(.icon) {display: none;}
#sticky-header .block-search {position: relative; width: auto; float: right; margin: 2px 0; overflow: visible; padding: 0; min-width: 0;}
#sticky-header .navbar-collapse.collapse a.level-top {
    font-size: 14px;
    padding: 7px 15px;
    letter-spacing: -0.5px;
}
#sticky-header .block-search .search-button {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 44px;
  font-size: 18px;
  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: rgba(0,0,0,0.1);}
#sticky-header .block-search .input-group {border: solid 1px #ddd;}
#sticky-header .block-search form.minisearch {
  display: none;
  position: absolute;
  width: 400px;
  top: 100%;
  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;}
.text-banner a,
a.banner {display: block;}
.text-banner a.btn {
  display: inline-block;
}
.banners-block .banner {
  float: left;
  z-index: 0;
  position: relative;
}
.banner a,
a.banner {
  transform: scale(1,1);
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  display: block;
}
a.banner:hover,
.banner:hover {
  z-index: 3;
}
.banner:hover a,
a.banner:hover {
  transform: scale(1.05, 1.05);
  opacity: 1;
}
.banners-block.two-banners .banner {
  width: 50%;
}
.banners-block.three-banners .banner {
  width: 33.333334%;
}
.banners-block.four-banners .banner {
  width: 25%;
}
.banners-block.five-banners .banner {
  width: 20%;
}
.banners-block.six-banners .banner {
  width: 16.6666667%;
}

.text-banner {
  position: relative;
  background-color: #f2f2f2;
}
.text-banner.first {
  text-align: left;
}
.text-banner.last {
  text-align: right;
}
.text-banner .banner {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.text-banner .owl-carousel {
  position: static;
}
.text-banner .owl-nav {
  position: absolute;
}
.text-banner.first .owl-nav {
  left: 80px;
  bottom: 80px;
}
.text-banner.last .owl-nav {
  right: 80px;
  bottom: 80px;
}
.text-banner .owl-nav div {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 1px;
  color: #fff;
  background-color: transparent;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.text-banner .owl-nav div i {
  font-size: 11px;
  position: relative;
  top: -1px;
}
.text-banner .owl-nav div:hover {
  border-color: #eecc5f;
  background-color: #eecc5f;
}
.text-banner .content-text {
  display: block;
  position: absolute;
}
.text-banner.first .content-text {
  left: 80px;
  top: 80px;
  right: 35%;
}
.text-banner.last .content-text {
  right: 80px;
  top: 80px;
  left: 35%;
}
.text-banner .content-text .title {
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 700;
}
.text-banner .content-text .text {
  color: #fff;
  font-size: 14px;
  line-height: 2.1;
}
.text-banner .content-text .btn {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
  margin-top: 30px;
}
.text-banner .content-text .btn:hover,
.text-banner .content-text .btn:focus,
.text-banner .content-text .btn:active {
  background-color: #eecc5f;
  border-color: #eecc5f;
}
.text-banner .widget-wrapper {
  background-color: #fff;
  padding: 40px;
  position: absolute;
  top: 45px;
  text-align: left;
  bottom: 40px;
  height: min-content;
}
.text-banner.first .widget-wrapper {
  right: 40px;
}
.text-banner.last .widget-wrapper {
  left: 40px;
}

.wide-layout .fullwidth-block {
  margin: 0 -100%;
}
.wide-layout .fullwidth-inner {
  width: 100vw;
  margin: 0 auto;
}
.cms-index-index .content-wrapper {
  overflow: hidden;
  padding-top: 0;
}
.cms-index-index .header-wrapper + .widget {
  margin-bottom: -20px;
}

.wide-banner {
  padding-top: 90px;
  padding-bottom: 80px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.wide-banner .title {
  color: #ffffff;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 48px;
  margin-bottom: 40px;
}
.wide-banner p {
  margin-bottom: 0;
}
.banner {
  position: relative;
}
.banner .btn {
  border-radius: 0;
  padding-left: 35px;
  padding-right: 35px;
}
.banner .banner-text-wrapper {
  position: absolute;
  left: 55px;
  top: 60px;
}
.banner .banner-price-currency,
.banner .banner-price-small {
  font-size: 18px;
  font-weight: 700;
  vertical-align: super;
}
.banner .banner-price-small {
  position: relative;
  left: -7px;
}
.banner .banner-price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.banner .banner-price-text {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -4px;
  margin-left: -19px;
}


.text-banners-block .text-banner {
  padding: 7px 7px 7px 20px;
  background-color: #eecc5f;
}
.text-banners-block .title {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 25px;
  letter-spacing: 1.5px;
}
.text-banners-block .btn {
  float: right;
  border: none;
  border-radius: 0;
  background-color: #fff;
  color: #eecc5f;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  min-height: 26px;
  line-height: 26px;
  padding: 0 15px;
  letter-spacing: 1px;
}
.text-banners-block .btn:hover,
.text-banners-block .btn:focus,
.text-banners-block .btn:active,
.text-banners-block .text-banner.item-2 .btn:hover,
.text-banners-block .text-banner.item-2 .btn:focus,
.text-banners-block .text-banner.item-2 .btn:active,
.text-banners-block .text-banner.item-3 .btn:hover,
.text-banners-block .text-banner.item-3 .btn:focus,
.text-banners-block .text-banner.item-3 .btn:active {
  background-color: rgba(0,0,0,0.2);
  color: #fff;
}
.text-banners-block .btn.btn-primary {
  background-color: #222;
}
.text-banners-block .btn.btn-primary:hover,
.text-banners-block .btn.btn-primary:focus,
.text-banners-block .btn.btn-primary:active,
.text-banners-block .text-banner.item-2 .btn.btn-primary:hover,
.text-banners-block .text-banner.item-2 .btn.btn-primary:focus,
.text-banners-block .text-banner.item-2 .btn.btn-primary:active,
.text-banners-block .text-banner.item-3 .btn.btn-primary:hover,
.text-banners-block .text-banner.item-3 .btn.btn-primary:focus,
.text-banners-block .text-banner.item-3 .btn.btn-primary:active {
  background-color: rgba(255,255,255,0.4);
  color: #222;
}
.text-banners-block .text-banner.item-2 {
  background-color: #465362;
}
.text-banners-block .text-banner.item-2 .btn {
  color: #465362;
}

.text-banners-block .text-banner.item-3 .btn {
  color: #da4242;
}
.text-banners-block .text-banner.item-3 {
  background-color: #da4242;
}

body .subscribe-block {
  border: none;
  padding: 0;
  background-image: url(../images/barbour_subscribe_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 94px 40px;
}
body .subscribe-block.type-3 {
  background-image: url(../images/barbour_subscribe_bg_3.jpg);
}
.subscribe-block .block-title {
  display: block;
  vertical-align: middle;
  margin: 0;
  padding-bottom: 0;
  color: #fff;
  font-family: Overpass;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  border: none;
  letter-spacing: -2.8px;
}
body .subscribe-block .block.newsletter {
  display: block;
  color: #fff;
}
body .subscribe-block .block.newsletter .title {
  display: none;
}
body .subscribe-block .content label {
  display: inline-block;
  max-width: 480px;
  padding-bottom: 18px;
  font-size: 14px;
  cursor: auto;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}
body .subscribe-block .content label span {
  padding: 0;
  margin: 0;
  line-height: 24px;
  display: inline-block;
  white-space: normal;
}
body .subscribe-block .block.newsletter .input-wrapper,
body .newsletter .control {
  display: block;
  position: relative;
  max-width: 402px;
  margin: auto;
}
.newsletter input.mage-error {
    border: 1px solid #d50000 !important;
}
body .subscribe-block .block.newsletter .input-wrapper div.mage-error,
body .newsletter .control div.mage-error {
    bottom: 100%;
    background: rgba(0,0,0,0.8);
    padding: 3px 5px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    color: #fff;
    position: absolute;
    left: 0;
    margin-bottom: 5px;
}
body .subscribe-block .block.newsletter .input-wrapper div.mage-error:after,
body .newsletter .control div.mage-error:after {
    top: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: rgba(0,0,0,0.8);
    border-width: 5px;
    margin-left: -5px;
    z-index: 1;
}
body .subscribe-block .content input {
  background-color: rgba(255,255,255,0.2);
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  height: 46px;
  display: block;
  margin: 0 auto;
  clear: both;
}
body .subscribe-block .content input::-webkit-input-placeholder {
  color: #fff;
}
body .subscribe-block .content input::-moz-placeholder {
  color: #fff;
}
body .subscribe-block .content input:-ms-input-placeholder {
  color: #fff;
}
body .subscribe-block .content input:-moz-placeholder {
  color: #fff;
}
.newsletter .btn.btn-primary.type-2 {
  background-color: #fff;
  border-color: #fff;
  margin-top: 25px;
  color: #888;
}
body .subscribe-block .btn:after {
  background-color: #fff;
}
body .subscribe-block .block.newsletter .btn i {
  margin-left: 6px;
  display: none;
}

body .subscribe-block.type-2 {
  background-image: url(../images/barbour_subscribe_bg_2.jpg);
  padding: 52px 80px;
}
body .subscribe-block.type-2 .block-title {
  display: block;
  float: left;
  vertical-align: middle;
  font-weight: 700;
  font-size: 43px;
  letter-spacing: -2px;
  line-height: 48px;
  width: 33.33333333%;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  text-align: left;
}
body .subscribe-block.type-2 .content label {
    width: 23.9%;
    display: inline-block;
    max-width: 413px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
}
body .subscribe-block.type-2 .block.newsletter .input-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 330px;
    margin-top: 25px;
    margin-left: 70px;
}
body .subscribe-block.type-2 .content input {
    padding-left: 20px;
    font-size: 13px;
    border: none;
    height: 40px;
}
body .subscribe-block.type-2 .newsletter .btn.btn-primary {
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.08);
    padding: 0 19px;
    height: 40px;
    margin: 25px 0 0 -10px;
    vertical-align: top;
}
/**** Parallax Banners ****/
.parallax-banners-wrapper .text-banner .banner-content {
    position: absolute;
    top: 43%;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 600ms ease;
    -moz-transition: opacity 600ms ease;
    -webkit-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
}
.parallax-banners-wrapper .text-banner.slideup .banner-content {opacity: 1; filter: alpha(opacity=100);}
.parallax-banners-wrapper .text-banner .banner-content h2 {
    position: relative;
    z-index:9;
    font-size: 4.667em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .25em;
}
.parallax-banners-wrapper .text-banner .banner-content h3 {
    position: relative;
    z-index:9;
    font-size: 3em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.parallax-banners-wrapper .text-banner .banner-content h4 {
    position: relative;
    z-index: 9;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.33em;
    letter-spacing: 5px;
    margin-bottom: .5em;
}
.parallax-banners-wrapper .text-banner .banner-content .button + .button {margin-left: 8px;}
.parallax-banners-wrapper .text-banner .banner-content button > span {height: 36px; border-color: #fff; background: none;}
.parallax-banners-wrapper .text-banner .banner-content button span span {line-height: 36px; padding: 0 25px; color: #fff; font-size: 12px; background: none;}
.parallax-banners-wrapper .text-banner .banner-content button:hover span span {color: #fff;}
.parallax-banners-wrapper .text-banner .banner-content p {
    position: relative;
    z-index: 9;
    text-align: center;
    margin: 0 auto 2em;
    font-size: 1em;
    color: #fff;
    width: 34%;
}
.parallax-banners-wrapper .text-banner .banner-content .divider {position: relative; display: block; margin: .5% auto 1%; width: 100px; height: 2px; background-color: #fff;}
.parallax-banners-wrapper .text-banner .banner-content.colors-2 h4 {color: #666;}
.parallax-banners-wrapper .text-banner .banner-content.colors-2 h2 {color: #222;}
.parallax-banners-wrapper .text-banner .banner-content.colors-2 .divider {background-color: #aaa;}
.parallax-banners-wrapper .text-banner .banner-content.colors-2 p {color: #666;}
#parallax-banner-1.text-banner .banner-content {opacity: 1;}
.parallax-banners-wrapper .text-banner {background-attachment: fixed; background-repeat: no-repeat; background-position: 50% 0; position: relative;}
.parallax-banners-wrapper img.img-hide {position: absolute; width: 100%; max-width: 100%;}
.mobile-device .parallax-banners-wrapper .text-banner {background-attachment: scroll;}

.parallax-banners-wrapper .banner-content.item-1 {top: 42%; left: 21%; right: auto;}
.parallax-banners-wrapper .banner-content.item-2 {top: auto; left: 0; right: 0; bottom: 21.6%;}
.parallax-banners-wrapper .banner-content.item-3 {top: auto; left: auto; right: 19%; bottom: 30.3%;}
.parallax-banners-wrapper .banner-content.item-4 {top: 25%; left: 25%;}
.parallax-banners-wrapper .banner-content .title {display: block; font-family: 'Overpass'; font-size: 48px; letter-spacing: -2px; color: #fff;}
.parallax-banners-wrapper .banner-content .subtitle {display: block; font-family: 'Overpass'; letter-spacing: -1px; font-size: 24px; line-height: 1; margin-bottom: 20px; color: #fff;}
.parallax-banners-wrapper .banner-content .text {display: block; font-family: 'Overpass'; font-size: 14px; color: #fff;}
/* Slider ================================================================================= */
#home-slider {
    min-height: 175px;
}
#home-slider,
#home-slider .owl-controls {
  margin: 0;
}
#home-slider .owl-item {
  position: relative;
}
#home-slider .owl-item a {
  display: block;
  position: relative;
  z-index: 7;
  opacity: 1;
}
#home-slider .owl-item a:hover {
  opacity: 1;
}
#home-slider .owl-item img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 7;
}
#home-slider .owl-item .title {
  color: #fff;
  font-family: 'Overpass', sans-serif;
  display: block;
  margin-bottom: 0;
  font-size: 140px;
  font-weight: 700;
  line-height: 140px;
  letter-spacing: -15px;
}
#home-slider .owl-item .title small {
  font-size: 100%;
}
#home-slider .owl-item .title strong {
  font-weight: 600;
}
#home-slider .owl-item .subtitle {
  color: #fff;
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#home-slider .owl-item .text {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
#home-slider .owl-item .custom-price-wrapper {
  margin-bottom: 28px;
}
#home-slider .owl-item .slide-container-2 .subtitle {
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
  margin: 0;
}
#home-slider .owl-item .btn {
  padding: 10px 36px;
}
#home-slider .owl-item .btn + .btn {
  margin-left: 18px;
}
#home-slider .owl-item .slide-container {
  position: absolute;
  top: auto;
  left: 7%;
  bottom: 18.6%;
  z-index: 9;
}
#home-slider.vertical-content-slider .owl-item .slide-container {
  right: 5%;
  bottom: 12%;
}
#home-slider .owl-item .slide-container-2 {
  position: absolute;
  right: 40px;
  bottom: 35px;
  z-index: 9;
}
#home-slider .owl-item .slide-container.slide-skin-2 {
  left: auto;
  top: auto;
  right: 12.4%;
  bottom: 15.5%;
}
#home-slider .owl-item .slide-container.slide-skin-2 .title {
  color: #fff;
}
#home-slider .owl-item .slide-container.slide-skin-2 .subtitle {
  color: #fff;
  margin-bottom: 20px;
}
#home-slider .owl-item .slide-container.slide-skin-2 .text {
  color: #fff;
}
#home-slider .owl-item .slide-container.slide-skin-3 {
    left: 0;
    right: 0;
    bottom: 10%;
}
#home-slider.owl-theme .owl-dots {
  position: absolute;
  bottom: 36px;
  right: 71px;
  left: auto;
  text-align: center;
}

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

#home-slider .owl-nav div {
  padding: 0;
  position: absolute;
  opacity: 1;
  z-index: 3;
  top: auto;
  bottom: 40px;
  font-size: 12px;
  color: #888;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 2px 1px 1px 2px;
  margin: 0;
  font-size: 0;
  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: #eecc5f;
  color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
#home-slider .owl-nav div i {
    font-size: 12px;
    font-style: normal;
    line-height: inherit;
    vertical-align: middle;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
}
#home-slider .owl-nav div i:before {
    line-height: inherit;
    vertical-align: middle;
}
#home-slider .owl-nav div.owl-prev {left: 80px;}
#home-slider .owl-nav div.owl-next {
  left: 110px;
  margin-left: 2px;
  border-radius: 1px 2px 2px 1px;
}


#home-slider.owl-carousel {display: block; opacity: 0;}
#home-slider.owl-carousel.owl-loaded {opacity: 1;}
#home-slider .owl-item {display: block;}
#home-slider .owl-item .slide-left,
#home-slider .owl-item .slide-right,
#home-slider .owl-item .scale-x,
#home-slider .owl-item .scale-y,
#home-slider .owl-item .zoom-in,
#home-slider .owl-item .fade-in-left,
#home-slider .owl-item .fade-in-right,
#home-slider .owl-item .fade-in-up,
#home-slider .owl-item .slide-top {
  opacity: 0;
  transition: transform .8s ease-in-out, opacity .8s ease-in-out;
  -ms-transition: -ms-transform .8s ease-in-out, opacity .8s ease-in-out;
  -webkit-transition: -webkit-transform .8s ease-in-out, opacity .8s ease-in-out;
}
#home-slider .owl-item .slide-left {
  transform: matrix3d(0.01,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
  -webkit-transform: matrix3d(0.01,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
  transform-origin: left center 0px;
  -webkit-transform-origin: left center 0px;
}
#home-slider .owl-item .slide-right {
  transform: matrix3d(0.01,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
  -webkit-transform: matrix3d(0.01,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
  transform-origin: right center 0px;
  -webkit-transform-origin: right center 0px;
}
#home-slider .owl-item .slide-top {
  transform: matrix3d(1,0,0.00,0,0.00,0.01,0.00,0,0,0,1,0,0,0,0,1);
  -webkit-transform: matrix3d(1,0,0.00,0,0.00,0.01,0.00,0,0,0,1,0,0,0,0,1);
  transform-origin: center top 0px;
  -webkit-transform-origin: center top 0px;
}
#home-slider .owl-item .scale-x {
  transform:matrix(0.80,0.00,0.00,1.00,0,0);
  -ms-transform:matrix(0.80,0.00,0.00,1.00,0,0);
  -webkit-transform:matrix(0.80,0.00,0.00,1.00,0,0);
}
#home-slider .owl-item .scale-y {
  transform:matrix(1.00,0.00,0.00,0.50,0,0);
  -ms-transform:matrix(1.00,0.00,0.00,0.50,0,0);
  -webkit-transform:matrix(1.00,0.00,0.00,0.50,0,0);
}
#home-slider .owl-item .zoom-in {
  transform:matrix(1.30,0.00,0.00,1.30,11,0);
  -ms-transform:matrix(1.30,0.00,0.00,1.30,11,0);
  -webkit-transform:matrix(1.30,0.00,0.00,1.30,11,0);
}
#home-slider .owl-item .fade-in-left {
  transform:matrix(1.00,0.00,0.00,1.00,-30,0);
  -ms-transform:matrix(1.00,0.00,0.00,1.00,-30,0);
  -webkit-transform:matrix(1.00,0.00,0.00,1.00,-30,0);
}
#home-slider .owl-item .fade-in-right {
  transform:matrix(1.00,0.00,0.00,1.00,30,0);
  -ms-transform:matrix(1.00,0.00,0.00,1.00,30,0);
  -webkit-transform:matrix(1.00,0.00,0.00,1.00,30,0);
}
#home-slider .owl-item .fade-in-up {
  transform:matrix(1.00,0.00,0.00,1.00,0,30);
  -ms-transform:matrix(1.00,0.00,0.00,1.00,0,30);
  -webkit-transform:matrix(1.00,0.00,0.00,1.00,0,30);
}
#home-slider .owl-item.active .slide-left,
#home-slider .owl-item.active .slide-right,
#home-slider .owl-item.active .scale-x,
#home-slider .owl-item.active .scale-y,
#home-slider .owl-item.active .zoom-in,
#home-slider .owl-item.active .fade-in-left,
#home-slider .owl-item.active .fade-in-right,
#home-slider .owl-item.active .fade-in-up,
#home-slider .owl-item.active .slide-top {
  opacity: 1;
  transform: matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
  -webkit-transform: matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
}

/* Breadcrumbs ============================================================================= */
ul.breadcrumb,
body .breadcrumbs > .items {
  background: none;
  margin: 0;
  text-align: left;
  font-size: 13px;
  color: #aaa;
  padding: 20px 0;
}
ul.breadcrumb li a,
body .breadcrumbs > .items li a {color: inherit;}
body .breadcrumbs > .items li{display: inline-block;}
ul.breadcrumb li a:hover,
body .breadcrumbs > .items li a:hover {color: #eecc5f;}
ul.breadcrumb li strong,
body .breadcrumbs > .items li strong{font-weight: normal; color: #222;}
.breadcrumbs-wrapper .breadcrumb > li + li:before,
body .breadcrumbs-wrapper .breadcrumbs > .items  > li + li:before {
  content: "\0079";
  font-family: 'meigee';
  background-color: transparent;
  font-size: 12px;
  color: #aaa;
  color: inherit;
  margin: 0 8px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
body:not(.cms-index-index) #maincontent  .breadcrumbs-wrapper.type-2 .container,
.content-inner .breadcrumbs-wrapper.type-2 .container {
  padding: 0;
  border: none;
}
.content-inner .breadcrumbs-wrapper.type-2 ul.breadcrumb,
.content-inner .breadcrumbs-wrapper.type-2 .breadcrumbs > .items {
  padding-top: 8px;
  padding-bottom: 8px;
}
.content-inner .breadcrumbs-wrapper.type-2 ul.breadcrumb + .page-title {
  display: none;
}
.content-inner .breadcrumbs-wrapper.type-2 .page-title {
  padding-bottom: 0;
  margin-bottom: 20px;
  border: none;
  display: none;
  float: none;
}
.content-inner .breadcrumbs-wrapper.type-2 ul.breadcrumb + .page-title {
  display: block;
}
.content-inner .breadcrumbs-wrapper.type-2 .page-title h1 {
  margin: 0;
  padding: 0;
}

body[class*='blog-'] .content-inner .breadcrumbs-wrapper.type-2 ul.breadcrumb,
.catalogsearch-result-index .content-inner .breadcrumbs-wrapper.type-2 ul.breadcrumb,
.catalogsearch-advanced-result .content-inner .breadcrumbs-wrapper.type-2 ul.breadcrumb,
.catalog-category-view .content-inner .breadcrumbs-wrapper.type-2 ul.breadcrumb,
body[class*='blog-'] .content-inner .breadcrumbs-wrapper.type-2 .breadcrumbs > .items,
.catalogsearch-result-index .content-inner .breadcrumbs-wrapper.type-2 .breadcrumbs > .items,
.catalogsearch-advanced-result .content-inner .breadcrumbs-wrapper.type-2 .breadcrumbs > .items,
.catalog-category-view .content-inner .breadcrumbs-wrapper.type-2 .breadcrumbs > .items{
  padding-bottom: 20px;
}

.page-header .breadcrumbs-wrapper.type-2 .breadcrumbs {
  border: none;
  padding: 20px 0;
}
.page-header .breadcrumbs-wrapper.type-2 .page-title {
  display: block;
  float: none;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.page-header .breadcrumbs-wrapper.type-2 .page-title h1 {
  color: #fff;
  margin-bottom: 6px;
}
.page-header ul.breadcrumb,
.page-header .breadcrumbs > .items{
  margin: 0;
  padding: 0;
  color: #fff;
}
.page-header ul.breadcrumb strong,
.page-header .breadcrumbs > .items  strong{
  color: #fff;
}

.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 {
  margin: 0;
    font-size: 36px;
    text-transform: none;
    font-weight: bold;
    letter-spacing: -1px;
}
.breadcrumbs-wrapper.type-2 .page-title + ul.breadcrumb {margin: 0;}

.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 8px;
    margin: 0 0 .5em;
    font-size: 28px;
    color: #222;
    line-height: 1em;
    font-weight: 400;
}
.catalogsearch-advanced-result .page-title,
.catalogsearch-result-index .page-title {
  padding-top: 20px;
}
.page-title,
.page-title h1 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: .4px;
  margin: 0;
  margin-bottom: 20px;
  color: #222;
  font-weight: bold;
  font-family: 'Overpass';
}
.widget-title {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 30px;
    position: relative;
}
.widget-title h2,
.widget-title h3 {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.widget-title .owl-nav-wrapper {
    display: inline-block;
    float: right;
    margin-left: 10px;
    vertical-align: middle;
}
.widget-title .owl-nav div {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.widget-title .owl-nav div i {
    font-size: inherit;
}
.widget-title.with-owl-nav.text-center {
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
}
.widget-title.with-owl-nav.text-center .owl-nav-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.block.widget .pages strong.label {
  display: block;
}
.block.widget .pagination {display: inline-block; vertical-align: middle; padding: 0; margin: 0 5px 0 0;}
.block.widget .pagination > li {display: inline-block; margin-left: -3px; vertical-align: top;}
.block.widget .pagination > li > a,
.block.widget .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;
}

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

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

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

/* Toolbar ================================================================================ */
.toolbar {font-size: 13px; padding: 0 0 20px; border-style: solid; border-color: #ddd; border-width: 0; text-align: center;}
.toolbar .modes {display: inline-block; vertical-align: middle; margin: 2px 20px 0 0; position: relative; float: left;}
.toolbar .modes .modes-label {display: none;}
.toolbar .modes i {
  display: block;
  height: 20px;
  line-height: 18px;
  color: #aaa;
  text-align: center;
  border: none;
  font-size: 18px;
}
.toolbar .modes i:before {
  line-height: normal;
  vertical-align: middle;
}
.toolbar .modes .modes-mode + .modes-mode {
  margin-left: 10px;
  position: relative;
}
.toolbar .modes a,
.toolbar .modes strong {
  float: left;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.toolbar .modes strong {
  border-color: rgba(0,0,0,0.1);
}
.toolbar .modes a:hover i {color: rgba(0,0,0,0.6);}
.toolbar .modes strong i {color: #222;}

/*Custom grid switcher*/
.toolbar .modes .item {
    float: left;
    display: block;
    position: relative;
}
.toolbar .modes .item.mobile {
  display: none;
}
.toolbar .modes .item.current {
  opacity: 1;
}
.toolbar .modes .item.current i {
  color: #222222;
  background-color: transparent;
  border-color: rgba(0,0,0,.3);
}
.toolbar .modes .item.current i.meigeeadditional-grid-1:before {
  background-color: #222222;
}
.toolbar .modes .item + .item {
  margin-left: 10px;
}
.toolbar .modes .item:not(.current) {
  cursor: pointer;
}
.toolbar .modes .item:not(.current) i:hover,
.toolbar .modes .item:not(.current) i:focus,
.toolbar .modes .item:not(.current) i:active {
  opacity: 1;
  color: rgba(0,0,0,0.4);
}
.toolbar .modes .item i {
  font-size: 14px;
  display: block;
  line-height: 1;
  width: auto;
  margin: 0;
  padding: 7px;
  color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
.toolbar .modes .item i.meigeeadditional-grid-1:before {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  line-height: 14px;
  background-color: rgba(0, 0, 0, 0.2);
}
.toolbar .modes .item.mobile.grid-two-columns i {
  font-size: 12px;
}

.toolbar label,
.toolbar .label {
  display: inline-block;
  font-family: inherit;
  vertical-align: middle;
  margin: 0 5px 3px 0;
  padding: 0;
  font-size: 1em;
  color: #666;
  font-weight: normal;
}
.toolbar .pages-label {display: none;}

@-moz-document url-prefix() {
  .toolbar .modes i {
    position: relative;
    top: -2px;
  }
  .toolbar label,
  .toolbar .label {
    margin-bottom: 4px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .toolbar .modes i {
    position: relative;
    top: -2px;
  }
}

.toolbar select.form-control,
.toolbar select {
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  color: #222;
  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: 9px 0; float: left;}
.toolbar .toolbar-sorter {display: inline-block; vertical-align: middle; float: none;}
.toolbar .toolbar-sorter .sorter-action {
    font-size: 20px;
    text-align: center;
    margin: 0 12px;
    float: none;
    height: 36px;
    width: 36px;
    line-height: 38px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.5);
    display: inline-block;
    vertical-align: top;
}
.toolbar .toolbar-sorter .sorter-action:hover {opacity: 1; background-color: #465362; color: #fff;}
.toolbar .toolbar-sorter .sorter-action i {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.toolbar .limiter {float: right; margin-left: 30px;}
.page-layout-3columns .toolbar .limiter {margin-left: 5px;}
.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;}
.pagination .action i {
  font-size: 10px;
}
.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-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;}


/* Quickview ================================================================================ */
.weltpixel-quickview-catalog-product-view .modal-popup,
.weltpixel-quickview-catalog-product-view .modals-overlay,
.weltpixel-quickview-catalog-product-view .modal-backdrop,
.weltpixel-quickview-catalog-product-view .add-review-link,
.weltpixel-quickview-catalog-product-view #popup-block,
.weltpixel_quickview-catalog_product-view .modal-popup,
.weltpixel_quickview-catalog_product-view .modals-overlay,
.weltpixel_quickview-catalog_product-view .modal-backdrop,
.weltpixel_quickview-catalog_product-view .add-review-link,
.weltpixel_quickview-catalog_product-view #popup-block {
    display: none !important;
}
.weltpixel-quickview-catalog-product-view .product-info-main .product-add-form,
.weltpixel_quickview-catalog_product-view .product-info-main .product-add-form {
    display: block;
}
.weltpixel-quickview-catalog-product-view .product-info-main .product-reviews-summary,
.weltpixel_quickview-catalog_product-view .product-info-main .product-reviews-summary {border-right: none;}

/* Listing ================================================================================ */
body[class*='blog-'] .row.main-container,
.catalogsearch-result-index .row.main-container,
.catalogsearch-advanced-result .row.main-container,
.catalog-category-view .row.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body[class*='blog-'].page-layout-2columns-left .left-sidebar,
.catalogsearch-result-index.page-layout-2columns-left .left-sidebar,
.catalogsearch-advanced-result.page-layout-2columns-left .left-sidebar,
.catalog-category-view.page-layout-2columns-left .left-sidebar {
  order: 1;
}
body[class*='blog-'].page-layout-2columns-left .main-container .content-inner,
.catalogsearch-result-index.page-layout-2columns-left .main-container .content-inner,
.catalogsearch-advanced-result.page-layout-2columns-left .main-container .content-inner,
.catalog-category-view.page-layout-2columns-left .main-container .content-inner {
  order: 2;
}

/*Top Category Banner*/
.cat-container .text-banner {
  display: block;
  position: relative;
  margin-bottom: 3em;
  padding: 160px 0;
}
.cat-container .text-banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center right;
  width: 100%;
  height: 100%;
}
.cat-container .text-banner .banner-content {
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
}
.cat-container .text-banner .banner-content.right {
  left: auto;
  right: 17%;
}
.cat-container .text-banner .banner-content.middle {
  top: 50%;
  transform: translateY(-50%);
}
.cat-container .text-banner .title {
  display: block;
  font-family: 'Overpass', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -1.7px;
  margin-bottom: 10px;
}
.cat-container .text-banner .text {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}
.cat-container .text-banner .btn {
  clear: both;
  margin-top: 20px;
}
.cat-container .text-banner .title.black {
  color: #222;
}
.cat-container .text-banner .text.gray {
  color: #666;
}



/*Category listing banner*/
.listing-banner-wrapper {
  width: 100% !important;
  float: left;
}
.listing-banner-wrapper .listing-banner {
  display: block;
  position: relative;
  margin-bottom: 3em;
  padding: 165px 0;
  color: #fff;
}
.listing-banner-wrapper .listing-banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.listing-banner-wrapper .listing-banner .left-block {
  display: block;
  position: absolute;
  left: 50px;
  bottom: 45px;
  margin: 0;
}
.listing-banner-wrapper .listing-banner .logo-sign {
  display: block;
  margin-bottom: 18px;
}
.listing-banner-wrapper .listing-banner .subtitle {
  font-size: 24px;
  font-family: 'Overpass', sans-serif;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: -1.1px;
}
.listing-banner-wrapper .listing-banner .title {
  font-family: 'Overpass', sans-serif;
  font-size: 48px;
  display: block;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.4px;
  margin-bottom: 9px;
}
.listing-banner-wrapper .listing-banner .text {
  font-size: 14px;
  display: block;
}
.listing-banner-wrapper .listing-banner .banner-price-wrapper {
  display: block;
  position: absolute;
  right: 50px;
  top: 45px;
}
.listing-banner-wrapper .listing-banner .banner-price-text {
  display: block;
  font-size: 18px;
  line-height: 0.8;
  letter-spacing: -1px;
  font-weight: bold;
  padding-left: 20px;
}
.listing-banner-wrapper .listing-banner .price-wrapper {
  display: block;
}
.listing-banner-wrapper .listing-banner .price {
  font-size: 36px !important;
  line-height: 1;
  color: inherit;
  font-weight: bold;
  letter-spacing: -1px;
}
.listing-banner-wrapper .listing-banner .price-pennie,
.listing-banner-wrapper .listing-banner .price-currency {
  font-size: 18px;
  line-height: 1.6;
  vertical-align: top;
  color: inherit;
  font-weight: bold;
  letter-spacing: -1px;
}
.listing-banner-wrapper .listing-banner .price-pennie {
  position: relative;
  margin-left: -6px;
}
.listing-banner-wrapper .listing-banner .right-bottom-block {
  display: block;
  position: absolute;
  text-align: right;
  bottom: 45px;
  right: 50px;
}
.category-description .listing-banner {
  display: none;
}
.listing-banner-wrapper.fullwidth {
  width: 100%!important;
}
.listing-banner-wrapper ~ li.item,
.listing-banner-wrapper + li.item + li.item {
    clear: none !important;
}

.product-item-name a {
  text-align: left;
  line-height: 1.25;
  color: #222;
  letter-spacing: -.8px;
}
.products-grid .minimal-price-link,
.products-list .minimal-price-link {
  display: none;
}
.products-grid ol {list-style: none; padding: 0;}
.products-grid li.item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;    
  -moz-transition: width 300ms linear;
  -ms-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 300ms linear;
}
.products-grid:not(.widget-product-grid) li.item {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%;}
.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 10px;}

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

.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::-webkit-outer-spin-button,
.products-grid.wishlist li.product-item .qty input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.products-grid.wishlist li.product-item .qty  input{
  -moz-appearance: textfield;
}
.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.wishlist li.product-item .product-item-actions a.btn-remove{
  border-left: solid 2px #ddd;
  margin-left: 2px;
  padding-left: 5px;
}

.products-grid .rating-summary,
.products-list .rating-summary {
  margin-right: 3px;
}
.products-grid .rating-result span,
.products-list .rating-result span {
  height: 17px;
}
.products-grid .rating-result i,
.products-list .rating-result i {
  font-size: 16px;
  width: 11px;
}

body .products-grid.wishlist li.product-item .fieldset{margin-bottom: 18px;}

.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 .product-action-wrapper form,
.products-list .product-action-wrapper form {
    display: inline-block;
}
.products-grid .add-to-links,
.products-list .add-to-links {
    display: inline-block;
    vertical-align: middle;
    margin: 16px 0 0;
}
.products-grid .add-to-links a,
.products-list .add-to-links a {
    border-radius: 40px;
    border: none;
    height: 40px;
    width: 40px;
    font-size: 16px;
    text-align: center;
    color: #aaa;
    background-color: transparent;
    display: inline-block;
    line-height: 40px;
    opacity: 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}
.products-grid .taphover .add-to-links a,
.products-grid .item:hover .add-to-links a,
.products-grid .owl-item:hover .add-to-links a,
.products-list .taphover .add-to-links a,
.products-list .item:hover .add-to-links a {
    opacity: 1;
}


.products-grid .add-to-links a.action.towishlist span,
.products-list .add-to-links a.action.towishlist span{display: none;}
.products-grid .add-to-links a.action.towishlist:before,
.products-list .add-to-links a.action.towishlist:before{
  content:'\0062';
  font-family: 'meigee';
  font-size: 16px;
  line-height: 1;
  position: relative;
  left:0;
  top:3px;
}

.products-grid:not(.widget-product-grid) .list.items li.item .field {
    margin-right: 10px;
}
.products-grid:not(.widget-product-grid) .list.items li.item .field input[type="radio"],
.products-grid:not(.widget-product-grid) .list.items li.item .field input[type="checkbox"] {
  height: auto;
}
.products-grid:not(.widget-product-grid) .list.items li.item .field,
.products-grid .list.items .price-box {
    margin-top: 5px;
}
.products-list .lightbox-button {
    right: 10px;
}
.products-grid .products.items .product-reviews-summary {
  margin-bottom: 6px;
}
.widget .products-list .lightbox-button {
    right: 10px;
    top: 0;
    bottom: auto;
}
.widget .products-list .product-labels,
.widget .products-list .weltpixel-quickview {display: none;}

.widget .products-list .add-to-links a i {
    font-size: 14px;
}
.products-grid .add-to-links a:hover,
.products-list .add-to-links a:hover {
    opacity: 1;
    background-color: #eee;
    color: #aaa;
}
.products-grid .add-to-links a i,
.products-list .add-to-links a i {
    line-height: inherit;
    position: relative;
    top: 2px;
}
.products-grid .add-to-links a.towishlist i,
.products-list .add-to-links a.towishlist i {
    top: 4px;
}
.products-grid .add-to-links a + a,
.products-list .add-to-links a + a {margin-left: 5px;}
.products-grid .stock,
.products-list .stock {margin-bottom: 1em;}
.products-grid .image-wrapper {margin-bottom: 18px;}
.products-grid .image-wrapper {margin-bottom: 30px;}
.products-list .image-wrapper .hover-image,
.products-grid .image-wrapper .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.products-list .image-wrapper:hover .hover-image,
.products-grid .image-wrapper:hover .hover-image {opacity: 1; z-index: 2;}
.products-grid.hover-scale .image-wrapper.hover-image img.product-image-photo,
.products-list.hover-scale .image-wrapper.hover-image img.product-image-photo{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: block;
    z-index: 1;
}
.products-grid.hover-scale .image-wrapper.hover-image:hover img.product-image-photo,
.products-list.hover-scale .image-wrapper.hover-image:hover img.product-image-photo{
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 0;
    z-index: 2;
}
.products-grid .product-item-photo {display: block; position: relative;}
.products-grid.wishlist .product-item-photo {overflow: hidden; margin-bottom: 18px;}
.products-grid .product-item-photo:before,
.products-list .product-item-photo:before {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.18);
  z-index: 4;
  transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
}
.products-list .product-item-photo {
  position: relative;
  display: block;
  overflow: hidden;
}
.products-grid .product-item-photo:hover,
.products-list .product-item-photo:hover {
    opacity: 1;
}
.products-grid .item:hover .image-wrapper .product-item-photo:before,
.products-grid .owl-item:hover .image-wrapper .product-item-photo:before,
.products-list .item:hover .image-wrapper .product-item-photo:before {
    opacity: 1;
}


.products-grid .item .product-hover-1 .image-wrapper:hover .product-item-photo,
.products-grid .owl-item .product-hover-1 .image-wrapper:hover .product-item-photo,
.products-list .item .product-hover-1 .image-wrapper:hover .product-item-photo {
    opacity: 1;
}



/*Product hover 1 - 2*/
.product-hover-1 .hover-buttons,
.product-hover-2 .hover-buttons {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 0;
  left: auto;
  padding-right: 4px;
  background-color: transparent;
  height: auto;
  width: 34px;
  /*overflow: hidden;*/
}
.products-list .product-hover-1 .hover-buttons {
  right: 10px;
}
body .product-hover-1 .hover-buttons a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  color: #aaa;
  margin: 4px 0 0;
  min-height: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
body [class*="product-hover-"] .hover-buttons .weltpixel-quickview span {display: none;}
body [class*="product-hover-"] .hover-buttons .btn,
body [class*="product-hover-"] .hover-buttons .btn-default {
  min-width: 30px;
  padding: 0;
  border: none;
  background-color: #fff;
  line-height: 30px;
  height: 30px;
  width: 30px;
  min-height: 30px;
  margin-top: 4px;
  color: #465362;
}
body .product-hover-1 .hover-buttons .btn:hover,
body .product-hover-1 .hover-buttons .btn:focus,
body .product-hover-1 .hover-buttons .btn:active,
body .product-hover-1 .hover-buttons .btn.active {
  background-color: #465362;
  color: #fff;
}
body [class*="product-hover-"] .hover-buttons .btn span,
body [class*="product-hover-"] .hover-buttons .btn-default span {
  display: none;
}
body [class*="product-hover-"] .hover-buttons .btn i {
  display: inline-block;
  font-size: 16px;
}
body [class*="product-hover-"] .hover-buttons .btn:not(.btn-cart) i {
  display: inline-block;
}
body .product-hover-1 .hover-buttons a:hover {
  background-color:  #fff;
  color: rgba(0,0,0,0.8);
  opacity: 1;
}
body .product-hover-1 .hover-buttons a,
body .product-hover-1 .hover-buttons .btn {
  position: relative;
  display: block;
  right: -34px;
  left: auto;
  opacity: 0;
  border-radius: 4px;
  transition: right .25s ease-in-out, opacity .4s ease-in-out, background .2s ease-in-out 0s, color .2s ease-in-out 0s;
  -moz-transition: right .25s ease-in-out, opacity .4s ease-in-out, background .2s ease-in-out 0s, color .2s ease-in-out 0s;
  -webkit-transition: right .25s ease-in-out, opacity .4s ease-in-out, background .2s ease-in-out 0s, color .2s ease-in-out 0s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body .product-hover-1 .hover-buttons .towishlist {transition-delay: .05s !important; -webkit-transition-delay: .05s !important;}
body .product-hover-1 .hover-buttons .tocompare {transition-delay: .1s !important; -webkit-transition-delay: .1s !important;}
body .product-hover-1 .hover-buttons .weltpixel-quickview {transition-delay: .15s !important; -webkit-transition-delay: .15s !important;}
body .product-hover-1 .hover-buttons .btn {transition-delay: .2s !important; -webkit-transition-delay: .2s !important;}
body .indent.product-hover-1:hover .hover-buttons a,
body .indent.product-hover-1:hover .hover-buttons .btn {
  right: 0;
  opacity: 1;
}
body [class*="product-hover-"] .image-wrapper {overflow: hidden;}
[class*="product-hover-"] .hover-buttons .tooltip {left: 0 !important; transform: translateX(-100%); white-space: nowrap;}
.widget-products .products-list [class*="product-hover-"] .lightbox-button {bottom: 0;}


body .hover-buttons .weltpixel-quickview {
  display: inline-block;
  float: none;
  position: relative;
  top: auto;
  width: 30px;
  height: 30px;
  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: none;
  margin: 0;
  padding: 0;
}
body .hover-buttons .add-to-links span {
  display: block;
}
body .hover-buttons .add-to-links span,
body .hover-buttons .btn-quickview,
.hover-buttons .lightbox-button {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: transparent;
  border: none;
  position: static;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  top: auto;
  left: auto;
  opacity: 1;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  min-width: 30px;
}
.hover-buttons .lightbox-button {
  display: inline-block;
}
.hover-buttons .lightbox-button .tooltip {
  margin-left: -9px;
}
body .hover-buttons .add-to-links span a {
  color: inherit;
  display: block;
  opacity: 1;
}
body .hover-buttons.open .add-to-links span a {
  display: block;
  height: 40px;
  width: 40px;
}
body .hover-buttons .weltpixel-quickview i {
  display: block;
}
body .hover-buttons .add-to-links span i,
body .hover-buttons .weltpixel-quickview i,
.hover-buttons .lightbox-button i {
  line-height: 1;
  font-size: 16px;
  width: auto;
  height: 16px;
  background-color: transparent;
  color: inherit;
  border-radius: 0;
  top: 0;
  vertical-align: middle;
  display: inline-block;
}
.indent.product-hover-1 .hover-buttons .btn i {display: block; font-size: 16px;}
body .hover-buttons .add-to-links .meigee-fa-heart:before {
  position: relative;
  top: 1px;
}
.hover-buttons .lightbox-button i:hover {
  background-color: transparent;
  color: inherit;
}
body .hover-buttons.open .add-to-links span 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 span a:hover,
.hover-buttons .btn-quickview:hover,
.hover-buttons .lightbox-button:hover {
  background-color: #f5f5f5;
  color: #222;
  opacity: 1;
}

body .products-grid:not(.widget-product-grid).five-columns .product-hover-1 .hover-buttons a,
body .products-grid:not(.widget-product-grid).six-columns .product-hover-1 .hover-buttons a,
body .products-grid.seven-columns .product-hover-1 .hover-buttons a,
body .products-grid.eight-columns .product-hover-1 .hover-buttons a,
body .products-grid:not(.widget-product-grid).five-columns .product-hover-1 .hover-buttons .btn,
body .products-grid:not(.widget-product-grid).six-columns .product-hover-1 .hover-buttons .btn,
body .products-grid.seven-columns .product-hover-1 .hover-buttons .btn,
body .products-grid.eight-columns .product-hover-1 .hover-buttons .btn{
  height: 20px;
  width: 20px;
  line-height: 20px;
  min-width: 20px;
  min-height: 20px;
}
body .products-grid:not(.widget-product-grid).five-columns .product-hover-1 .hover-buttons a i,
body .products-grid:not(.widget-product-grid).six-columns .product-hover-1 .hover-buttons a i,
body .products-grid.seven-columns .product-hover-1 .hover-buttons a i,
body .products-grid.eight-columns .product-hover-1 .hover-buttons a i,
body .products-grid:not(.widget-product-grid).five-columns .product-hover-1 .hover-buttons a.towishlist:before,
body .products-grid:not(.widget-product-grid).six-columns .product-hover-1 .hover-buttons a.towishlist:before,
body .products-grid.seven-columns .product-hover-1 .hover-buttons a.towishlist:before,
body .products-grid.eight-columns .product-hover-1 .hover-buttons a.towishlist:before,
body .products-grid:not(.widget-product-grid).five-columns .product-hover-1 .hover-buttons .btn i,
body .products-grid:not(.widget-product-grid).six-columns .product-hover-1 .hover-buttons .btn i,
body .products-grid.seven-columns .product-hover-1 .hover-buttons .btn i,
body .products-grid.eight-columns .product-hover-1 .hover-buttons .btn i {
    font-size: 12px;
    height: auto;
}
body .products-grid:not(.widget-product-grid).five-columns .product-hover-1 .hover-buttons a.towishlist:before,
body .products-grid:not(.widget-product-grid).six-columns .product-hover-1 .hover-buttons a.towishlist:before,
body .products-grid.seven-columns .product-hover-1 .hover-buttons a.towishlist:before,
body .products-grid.eight-columns .product-hover-1 .hover-buttons a.towishlist:before {
  top: 2px;
  line-height: 18px;
  vertical-align: middle;
  display: block;
}

body .products-grid:not(.widget-product-grid).five-columns .product-hover-1 .hover-buttons,
body .products-grid:not(.widget-product-grid).six-columns .product-hover-1 .hover-buttons,
body .products-grid.seven-columns .product-hover-1 .hover-buttons,
body .products-grid.eight-columns .product-hover-1 .hover-buttons {
  width: 24px;
}
body .products-grid:not(.widget-product-grid).six-columns .product-hover-1 .hover-buttons .btn,
body .products-grid.seven-columns .product-hover-1 .hover-buttons .btn,
body .products-grid.eight-columns .product-hover-1 .hover-buttons .btn {
  display: none;
}



.products-grid {text-align: left;}
.products-grid .swatches-wrapper,
.products-list .swatches-wrapper {
    margin-bottom: 10px;
}
.products-grid .swatch-attribute-options {display: inline-block;}
.products-grid .product-item-name,
.products-list .product-item-name {
 margin: 0 0 12px;
 line-height: 1.25;
 font-size: 16px;
 font-weight: 400;
 font-family: 'Overpass', sans-serif;
}
.products-list .product-item-name {
    font-size: 2em;
}
.products-grid .product-item-name {
    display: block;
}
.products-grid .product-item-name a,
.products-list .product-item-name a {text-align: inherit; font-size: inherit;}
.products-grid .product-reviews-summary {margin-bottom: 13px;}
.products-grid .product-item-actions {margin-top: .75em;}
.products-grid .product-item-info .product-item-details {display: block;}
.products-grid .actions-primary,
.products-grid .actions-secondary {display: inline-block; vertical-align: middle;}
.price {
    white-space: nowrap !important;
    font-family: 'Montserrat', sans-serif;
    color: #fbc02d;
    font-size: 18px;
    font-weight: 700;
}
.price-box .special-price .price {
    color: #465362;
}
.old-price .price {font-size: 1em; color: #aaa; text-decoration: line-through; margin-right: 2px;}
.unavailable ~ .price-box .price {color: #b2b2b2;}

.hover-buttons {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 4px;
  z-index: 10;
}
.widget .products-list .product-item-name {
    font-size: 16px;
}
.widget .products-list .weltpixel-quickview {
    height: 30px;
    width: 30px;
    line-height: 30px;
    min-height: 30px;
    border-radius: 50%;
    min-width: auto;
    padding: 0;
    text-align: center;
}
.widget .price-action-block {
    margin-right: 0;
}
.widget .products-list .weltpixel-quickview i {
    display: inline-block;
    position: relative;
    top: 2px;
}
.widget .products-list .weltpixel-quickview span {
    display: none;
}
.products-grid .taphover .image-wrapper .weltpixel-quickview,
.products-list .taphover .image-wrapper .weltpixel-quickview,
.products-grid .item:hover .image-wrapper .weltpixel-quickview,
.products-grid .owl-item:hover .image-wrapper .weltpixel-quickview,
.products-list .item:hover .image-wrapper .weltpixel-quickview {
    opacity: 1;
}
.products-grid .weltpixel-quickview i,
.products-list .weltpixel-quickview i {
    display: none;
}
.products-grid .price-box,
.products-list .price-box {
    margin: 0;
    line-height: 1.1;
    display: block;
}
.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;}
.price-box .price-label {
    display: none;
}
.products-grid .price-box .minimal-price .price-label {display: none;}
.products-grid .add-to-links span,
.products-list .add-to-links span {padding-left: 10px; padding-right: 10px;}
.price-action-block {
    display: block;
    margin-right: 10px;
}
.products-grid .btn,
.products-list .btn {
 margin-right: 10px;
 margin-top: 16px;
}
.widget .products-list .btn i {
    font-size: 14px;
}
.products-grid .btn i,
.products-list .btn i {
    display: none;
}
.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;}

/* Type 2 */
.widget-slider .type-2 .products-grid  .owl-item .product-item-info {
    margin-left: -20px;
    margin-right: -20px;
}
.products-grid .type-2 li.item .product-item-info {
    padding-left: 0;
    padding-right: 0;
}
.products-grid .type-2 .image-wrapper {
    width: 32%;
    padding: 0 10px;
    margin: 0;
    float: left;
}
.products-grid .type-2 .product-item-details {
    padding: 0 10px;
    float: left;
    width: 68%;
    margin: 0;
}
.products-grid .type-2 .btn {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.products-grid .type-2 .btn i {
    font-size: 14px;
}
.products-grid .type-2 .add-to-links a {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.products-grid .type-2 .add-to-links a i {
    font-size: 14px;
}
.products-grid .type-2 .add-to-links {
    display: block;
    width: 100%;
    margin-top: 12px;
}
.widget-slider .products-grid {margin-left: -10px; margin-right: -10px;}
.widget-slider .products-grid .owl-item {border-top: none; padding-top: 0; padding-bottom: 1px; padding-left: 10px; padding-right: 10px;}
.products-grid.two-columns li.item:nth-of-type(-n+2),
.products-grid.three-columns li.item:nth-of-type(-n+3),
.products-grid.four-columns li.item:nth-of-type(-n+4),
.products-grid.five-columns li.item:nth-of-type(-n+5),
.products-grid.six-columns li.item:nth-of-type(-n+6),
.products-grid.seven-columns li.item:nth-of-type(-n+7),
.products-grid.eight-columns li.item:nth-of-type(-n+8) {
  border-top: none;
  padding-top: 0;
}
.products-grid li.item:last-child .product-item-info,
.products-grid .item:last-child .product-item-info,
.products-grid.one-column li.item .product-item-info,
.products-grid.two-columns li.item:nth-of-type(2n) .product-item-info,
.products-grid.three-columns li.item:nth-of-type(3n) .product-item-info,
.products-grid.four-columns li.item:nth-of-type(4n) .product-item-info,
.products-grid.five-columns li.item:nth-of-type(5n) .product-item-info,
.products-grid.six-columns li.item:nth-of-type(6n) .product-item-info,
.products-grid.seven-columns li.item:nth-of-type(7n) .product-item-info,
.products-grid.eight-columns li.item:nth-of-type(8n) .product-item-info,
.products-grid.one-column li.item,
.products-grid.two-columns li.item:nth-of-type(2n),
.products-grid.three-columns li.item:nth-of-type(3n),
.products-grid.four-columns li.item:nth-of-type(4n),
.products-grid.five-columns li.item:nth-of-type(5n),
.products-grid.six-columns li.item:nth-of-type(6n),
.products-grid.seven-columns li.item:nth-of-type(7n),
.products-grid.eight-columns li.item:nth-of-type(8n),
.category-products .products-grid.one-column li.item,
.category-products .products-grid.two-columns li.item:nth-of-type(2n) .product-item-info,
.category-products .products-grid.three-columns li.item:nth-of-type(3n) .product-item-info,
.category-products .products-grid.four-columns li.item:nth-of-type(4n) .product-item-info,
.category-products .products-grid.five-columns li.item:nth-of-type(5n) .product-item-info,
.category-products .products-grid.six-columns li.item:nth-of-type(6n) .product-item-info,
.category-products .products-grid.seven-columns li.item:nth-of-type(7n) .product-item-info,
.category-products .products-grid.eight-columns li.item:nth-of-type(8n) .product-item-info {
    border-right: none;
}

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

.swatch-input{
	z-index: -1;
	position: absolute;
	visibility: hidden;
}
.swatch-attribute-options{margin-top: 10px;}
.swatch-option{
	padding: 1px 2px;
	min-width: 30px;
	max-width: 90px;
	height: 20px;
	float: left;
	margin: 0 10px 5px 0;
	text-align: center;
	cursor: pointer;
	position: relative;
	border: 1px solid rgb(218, 218, 218);
	overflow: hidden;
	text-overflow: ellipsis;
}
.swatch-option.text {
	background: #F0F0F0;
	color: #686868;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 4px 8px;
	min-width: 22px;
	margin-right: 7px;
}
.swatch-option.selected {
	outline: 2px solid #ff5501;
	border: 1px solid #fff;
	color: #333;
}
.swatch-option.text.selected {background-color: #FFF !important;}
.swatch-option.disabled{cursor: default;}
.swatch-option.disabled:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 46%, rgba(255,82,22,1) 47%, rgba(255,82,22,1) 53%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(42%,rgba(255,255,255,0)), color-stop(43%,rgba(255,255,255,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(47%,rgba(255,82,22,1)), color-stop(53%,rgba(255,82,22,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(58%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(to left top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(to left top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(to left top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to left top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.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: 20px; padding-top: 20px;}
.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: 22.3%;}
.products-list .widget-new-list .product-item-details {width: 77.7%;}
.products-list .widget-new-list .product-labels {left: 10px; right: 10px;}
.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-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: 13px; color: #aaa; line-height: 19px;}
.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: #eecc5f;}
.products-list .actions-secondary a:hover i {border-color: #eecc5f; background-color: #eecc5f; color: #fff;}

.products-list .image-wrapper,
.products-grid .image-wrapper {position: relative; overflow: hidden;}
/* .products-list li.item .lightbox-button,
.products-grid li.item .lightbox-button {
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
    font-size: 16px;
    opacity: 0;
    z-index: 99;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    transition: background-color 300ms linear, opacity 300ms;
    -moz-transition: background-color 300ms linear, opacity 300ms;
    -webkit-transition: background-color 300ms linear, opacity 300ms;
    -o-transition: background-color 300ms linear, opacity 300ms;
} */

.block-new-products-names .product-items,
.block-new-products-images .product-items,
.block-new-products-list .product-items {list-style: none; padding: 0;}
.block-new-products-list .product-item .btn-cart span {display: none;}
.block-new-products-list .product-item .btn-cart {
    line-height: 1;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    padding: 7.5px 10px;
    width: 36px;
    height: 36px;
    color: #1565c0;
    margin: 0 2px 0 10px;
    background: transparent;
}
.block-new-products-list .product-item .btn-cart:hover,
.block-new-products-list .product-item .btn-cart:active,
.block-new-products-list .product-item .btn-cart:focus {
  background: #ffdc18;
  border: none;
  color: #333;
}
.block-new-products-list .product-item .product-item-name {display: block; margin-bottom: 0.5em; margin-top: 0.5em;}
.block-new-products-list .product-item .price-box,
.block-new-products-list .product-item .product-item-actions {display: inline-block; vertical-align: middle;}
.block-new-products-images .product-item,
.block-new-products-list .product-item {
    padding-top: 1em;
    padding-bottom: 1em;
}
.block-new-products-images .product-item:not(:first-of-type),
.block-new-products-list .product-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,0.1);
}



.products-list .sold-out .image-wrapper .product-item-photo:after,
.products-grid .sold-out .image-wrapper .product-item-photo:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: rgba(255,255,255,0.5);
}
.products-list .sold-out .sold-out-label,
.products-grid .sold-out .sold-out-label {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  z-index: 2;
  padding: 14px 15px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.06);
  transition: left 300ms ease-in-out;
  -moz-transition: left 300ms ease-in-out;
  -o-transition: left 300ms ease-in-out;
  -webkit-transition: left 300ms ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-duration: .3s;
}
.products-grid.seven-columns .sold-out .sold-out-label,
.products-grid.eight-columns .sold-out .sold-out-label {
  padding: 5px;
}
.products-list .sold-out .product-item-name a,
.products-grid .sold-out .product-item-name a,
.products-list .sold-out .price,
.products-grid .sold-out .price,
.products-list .sold-out .price-currency,
.products-grid .sold-out .price-currency,
.products-list .sold-out .price-pennie,
.products-grid .sold-out .price-pennie {
  color: rgba(0,0,0,0.3);
}
/* Timer ================================================================================= */
.timer-box {
    margin-top: 12px;
}
.timer-box .time-title {
    margin-bottom: 5px;
    display: none;
}
.flip-items li {
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.flip-items li:first-child {
    z-index: 12;
}


/* .flip-block .flip-text {
    font-size: 36px;
    line-height: 55px;
    background-image: url(https://i.rozetka.ua/design/sprite/promo-time-counter.png);
    background-repeat: no-repeat;
}

.flip-block li span.flip-wrapper {
    z-index: 12;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 29px;
    -webkit-perspective: none;
    -moz-perspective: none;
    -ms-perspective: none;
    perspective: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.flip-block {
    width: 54px;
    float: left;
    margin-right: 4px;
}
.flip-items {
    position: relative;
    z-index: 1;
    float: left;
    width: 54px;
    height: 58px;
}
*/

.product-info-main .flip-block {
    width: 32px;
}
.product-info-main .flip-items {
    width: 32px;
    height: 24px;
}
.product-info-main .flip-block li span.flip-wrapper {
    height: 12px;
}
.product-info-main .flip-clock-divider {
    width: 4px;
    height: 24px;
}
.product-info-main .flip-clock-dot.top {
    top: 7px
}
.product-info-main .flip-clock-dot.bottom {
    bottom: 7px
}
.product-info-main .flip-block .flip-text {
    font-size: 24px;
    line-height: 24px;
}


.product-info-main .timer-box .time-title {
    display: block;
}
.product-info-main .timer-box {
  margin-top: 0;
  display: inline-block !important;
  margin-bottom: 24px;
  margin-right: 20px;
}
.product-info-main .timer-box .timer-wrapper {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 4px;
}
.flip-block {
    width: 26px;
    float: left;
    margin-right: 0;
}
.flip-items {
    position: relative;
    z-index: 1;
    float: left;
    width: 26px;
    height: 24px;
    margin: 0;
    padding: 0;
}
.time-counter-descr {display: none;}
.flip-block li span.flip-wrapper {
    z-index: 12;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 12px;
    -webkit-perspective: none;
    -moz-perspective: none;
    -ms-perspective: none;
    perspective: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 4px;
    height: 24px;
    margin: 0;
}
.flip-clock-dot {
    display: block;
    background: #e31837;
    width: 2px;
    height: 2px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 1px
}
.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none
}
.flip-clock-dot.top {
    top: 7px
}
.flip-clock-dot.bottom {
    bottom: 7px
}
.flip-up:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 13;
    width: 100%;
    height: 1px;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, 0.4);
}
.flip-block .flip-text {
    background: #fff;
    color: #e31837;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.flip-timer li.before .flip-up .shadow {
     z-index: 12;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 97, 0.1)), color-stop(100%, #f9f9f9));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both
}
.flip-timer li.active .flip-up .shadow {
     z-index: 12;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #f9f9f9));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both
}
.flip-timer li.before .flip-down .shadow {
     z-index: 12;
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both
}
.flip-timer li.active .flip-down .shadow {
    background: -moz-linear-gradient(top, #f9f9f9 0%, rgba(0, 0, 97, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f9f9f9));
    background: linear, top, #f9f9f9 0%, #f9f9f9 100%;
    background: -o-linear-gradient(top, #f9f9f9 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #f9f9f9 100%);
    background: linear, to bottom, #f9f9f9 0%, #f9f9f9 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both
}
.flip-timer li .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.flip-timer li.before .flip-down .shadow {
    height: 82%
}






.flip-items li span {
    display: block;
    height: 100%;
    -webkit-perspective: 450px;
    -moz-perspective: 450px;
    -ms-perspective: 450px;
    perspective: 450px;
}
.flip-up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
}
.flip-down {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 0;
}
.flip-block .flip-text {
    position: absolute;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 200%;
    text-align: center;
}
.flip-up .flip-text {
    top: 0;
    background-position: 0 0;
}
.flip-down .flip-text {
    bottom: 0;
    background-position: 0 100%;
}
.flip-timer li.before {
    z-index: 13;
}
.flip-timer li.active {
    -webkit-animation: flip-ani-index 0.5s 0.5s linear both;
    -moz-animation: flip-ani-index 0.5s 0.5s linear both;
    -o-animation: flip-ani-index 0.5s 0.5s linear both;
    -ms-animation: flip-ani-index 0.5s 0.5s linear both;
    animation: flip-ani-index 0.5s 0.5s linear both;
    z-index: 12;
}
.flip-timer li.active .flip-down {
    z-index: 12;
    -webkit-animation: flip-ani-up 0.5s 0.5s linear both;
    -moz-animation: flip-ani-up 0.5s 0.5s linear both;
    -o-animation: flip-ani-up 0.5s 0.5s linear both;
    -ms-animation: flip-ani-up 0.5s 0.5s linear both;
    animation: flip-ani-up 0.5s 0.5s linear both;
}
.flip-timer li.before .flip-up {
    z-index: 12;
    -webkit-animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    -moz-animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    -o-animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    -ms-animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
@-moz-keyframes flip-ani-index {
    0% {
        z-index: 12;
    }
    5% {
        z-index: 14;
    }
    100% {
        z-index: 14;
    }
}
@-webkit-keyframes flip-ani-index {
    0% {
        z-index: 12;
    }
    5% {
        z-index: 14;
    }
    100% {
        z-index: 14;
    }
}
@-o-keyframes flip-ani-index {
    0% {
        z-index: 12;
    }
    5% {
        z-index: 14;
    }
    100% {
        z-index: 14;
    }
}
@-ms-keyframes flip-ani-index {
    0% {
        z-index: 12;
    }
    5% {
        z-index: 14;
    }
    100% {
        z-index: 14;
    }
}
@keyframes flip-ani-index {
    0% {
        z-index: 12;
    }
    5% {
        z-index: 14;
    }
    100% {
        z-index: 14;
    }
}
@-moz-keyframes flip-ani-up {
    0% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    60% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80% {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        -o-transform: rotateX(20deg);
        -ms-transform: rotateX(20deg);
        transform: rotateX(20deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@-webkit-keyframes flip-ani-up {
    0% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    60% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80% {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        -o-transform: rotateX(20deg);
        -ms-transform: rotateX(20deg);
        transform: rotateX(20deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@-o-keyframes flip-ani-up {
    0% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    60% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80% {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        -o-transform: rotateX(20deg);
        -ms-transform: rotateX(20deg);
        transform: rotateX(20deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@-ms-keyframes flip-ani-up {
    0% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    60% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80% {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        -o-transform: rotateX(20deg);
        -ms-transform: rotateX(20deg);
        transform: rotateX(20deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@keyframes flip-ani-up {
    0% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    60% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80% {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        -o-transform: rotateX(20deg);
        -ms-transform: rotateX(20deg);
        transform: rotateX(20deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@-moz-keyframes flip-ani-down {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    99% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}
@-webkit-keyframes flip-ani-down {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    99% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}
@-o-keyframes flip-ani-down {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    99% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}
@-ms-keyframes flip-ani-down {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    99% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}
@keyframes flip-ani-down {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    99% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}
@-moz-keyframes show {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-webkit-keyframes show {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-o-keyframes show {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-ms-keyframes show {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@keyframes show {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-moz-keyframes hide {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@-webkit-keyframes hide {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@-o-keyframes hide {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@-ms-keyframes hide {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes hide {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/* Labels ================================================================================ */
.product-labels {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}
.products-list .product-labels {
    left: 10px;
    right: 10px;
}
.product-labels span {
    padding: 2px 5px;
    z-index: 3;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: -.4px;
    background-color: #ff2a2a;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    float: left;
    position: relative;
}
.label-sale strong {
    font-weight: 400;
}
span.label-sale.percentage {
    font-size: 1em;
    line-height: 2.2em;
}
.label-type-1 span.label-sale.percentage {line-height: 2.2em;}
span.label-sale.percentage span{
    display: block;
    background-color: transparent;
    height: auto;
    font-weight: normal;
    font-size: 0.75em;
    line-height: normal;
    position: relative;
    top: -9px;
    float: none;
}
.label-type-1 .label-new,
.label-type-1 .label-sale {
    border-radius: 50%;
    -moz-border-radius: 50%;
    height: 40px;
    min-width: 40px;
    line-height: 38px;
}
.label-type-1 .label-sale.availability-only {
    line-height: 28px;
}
.label-type-1 .label-sale strong {
    display: block;
    line-height: normal;
    font-weight: 400;
    position: relative;
    top: -9px;
}
.label-type-2 span {
    height: 20px;
    min-width: 40px;
    line-height: 18px;
}

.label-type-2 span.label-sale.percentage {line-height: 1.5em;}
.label-type-2 span.label-sale.percentage span{top: 0; display: inline-block;vertical-align: middle; font-size: 0.9em; padding: 0; min-width: 1px;}
.label-type-3 .label-new,
.label-type-3 .label-sale {
    border-radius: 50px;
    -moz-border-radius: 50px;
    line-height: 32px;
    height: 30px;
    padding:0 12px;
    min-width: 40px;
}
.label-type-3 .label-sale.percentage span{top: -6px;}


.label-type-4 span {
    padding: 0 8px;
    height: 20px;
    line-height: 21px;
}
.label-type-4 .label-sale.percentage span{top: -5px;}
span.label-sale.percentage {line-height: 1.7em;}
.label-type-4 span.label-sale.percentage span{top: 0; display: inline-block;vertical-align: middle; font-size: 0.9em; padding: 0; min-width: 1px;}
.label-type-4 > span:before {
    width: 0;
    height: 0;
    border-top: 14px solid;
    border-right: 8px solid transparent;
    content:'';
    position: absolute;
    right: -8px;
    top: 0;
}
.label-type-4 > span:after {
    width: 0;
    height: 0;
    border-bottom: 14px solid;
    border-right: 8px solid transparent;
    content:'';
    position: absolute;
    right: -8px;
    bottom: 0;
    border-bottom-color: #ff2a2a;
}
.label-type-4 > span:before {
    border-top-color: #ff2a2a;
}
.label-type-4 > span + span:before {
    right: auto;
    left: -8px;
    border-top-color: #ff2a2a;
    border-left: 8px solid transparent;
}
.label-type-4 > span + span:after {
    right: auto;
    left: -8px;
    border-left: 8px solid transparent;
    border-bottom-color: #ff2a2a;
}
.label-type-4 .label-new:after {
    border-bottom-color: #ff2a2a;
}
.product-labels span + span {
  float: right;
}
.product-labels span.label-sale {
  color: #4f421f;
    background-color: #eecc5f;
}
.product-labels span.label-sale span {
  color: #4f421f;
}

.label-type-4 > span:after{
  border-bottom-color: #ff2a2a;
}



.label-type-4 > span.label-sale:after {
    border-bottom-color: #eecc5f;
}
.label-type-4 > span.label-sale:before {
    border-top-color: #eecc5f;
}
.label-type-4 > span + span.label-sale:before {
    border-top-color: #eecc5f;
}
.label-type-4 > span + span.label-sale:after {
    border-bottom-color: #eecc5f;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .label-type-1 .label-new,
  ::i-block-chrome, .label-type-1 .label-sale {
    line-height: 35px;
  }
  ::i-block-chrome, .label-type-2 span {
    line-height: 14px;
  }
  ::i-block-chrome, .label-type-3 .label-new,
  ::i-block-chrome, .label-type-3 .label-sale {
    line-height: 28px;
  }
  ::i-block-chrome, .label-type-4 span {
    line-height: 19px;
  }
}

@-moz-document url-prefix() {
  .label-type-1 .label-new,
  .label-type-1 .label-sale {
    line-height: 34px;
  }
  .label-type-2 span.label-sale.percentage {
    line-height: 1.3;
  }
  .label-type-2 span.label-sale.percentage span {
    position: relative;
    top: -1px;
  }
  .label-type-3 .label-new,
  .label-type-3 .label-sale {
    line-height: 27px;
  }
  .label-type-4 span {
    line-height: 17px;
  }
}

.stock {
    font-size: 13px;
    color: #888;
    display: inline-block;
    margin-bottom: 1.5em;
    position: relative;
    border-radius: 4px;
    text-transform: lowercase;
    background-color: transparent;
    padding: 2px 10px;
}
.stock.available {
  color: #4caf50;
}
.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 =========================================================================== */
.v-ellipsis .read-more-link {
    cursor: pointer;
    color: #2196f3;
}

.product-top-block {padding-bottom: 4.5em;}
.product-info-main .page-title-wrapper {margin-bottom: 15px;}
.product-info-main .page-title {
  font-size: 24px;
  margin: 0 0 14px;
  color: #222;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.96px;
  display: block !important;
}
.product-info-main .product.attribute.overview {padding-bottom: 1em; line-height: 24px;}
.product-info-main #product-details-panel .description{line-height: 24px;}
.product-info-main .product-info-stock-sku {display: block; vertical-align: middle; margin-left: 0; padding-left: 0;}
.product-info-main .sku,
.product-info-main .manufacturer {display: inline-block; vertical-align: middle; font-size: 13px; color: #222;}
.product-info-main .sku div,
.product-info-main .manufacturer div {display: inline-block; font-weight: normal; margin-left: 3px; vertical-align: middle;}
.product-info-main .sku strong,
.product-info-main .manufacturer strong {font-weight: bold; display: inline-block; vertical-align: middle;}
.product-info-main .sku strong:after,
.product-info-main .manufacturer 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-box-bundle .price-label,
.product-info-main .title-wrapper .price-as-configured .price-label {display: inline-block;}
.product-info-main .title-wrapper .price-box-bundle .price-from,
.product-info-main .title-wrapper .price-box-bundle .price-to {margin-bottom: .5em;}
.product-info-main .title-wrapper .price-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  line-height: 1;
}
.product-info-main .title-wrapper .price-box .old-price .price {font-size: 14px;}
.product-info-main .title-wrapper .price-box .price {font-size: 30px; line-height: 1;}
.product-info-main .title-wrapper .price-box .old-price .price-label,
.product-info-main .title-wrapper .price-box .special-price .price-label {display: none;}
.product-info-main .rating-summary {display: block; margin-bottom: 5px;}
.product-info-main .title-wrapper .add-review-link {display: inline-block; vertical-align: bottom;}
.product-info-main .title-wrapper .add-review {
    font-size: 12px;
    color: #666;
    display: inline-block;
    padding: 0 6px 0 9px;
    position: relative;
}
.product-info-main .title-wrapper .add-review:before {
  content: '';
  display: block;
  position: absolute;
  height: 16px;
  width: 1px;
  background-color: rgba(0,0,0,0.3);
  left: -3px;
  top: 50%;
  margin-top: -8px;
}
.product-info-main .product.description {
  margin-bottom: 1.25em;
}
.product-info-main .title-wrapper .add-review:hover {color: #465362;}
.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 0 0;}
.product-info-main .top-block {overflow: hidden;}
.product-info-main .top-block .ratings-block {
  display: block;
  margin-bottom: 24px;
}
.product-info-main .top-block .timer-box ~ .ratings-block {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .top-block .product-reviews-summary {display: inline-block; vertical-align: bottom; margin: 0 -30px 0 0;}
.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 .availability.only {
  margin: 0 0 11px 0;
  display: block;
  text-align: center;
  vertical-align: middle;
  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;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 30px 20px 40px;
}
.product-options-wrapper[data-hasrequired="* Required Fields"] .swatch-attribute-label:after,
.product-options-wrapper[data-hasrequired="* Required Fields"] .label:after   {
  content: '';
  font-size: 0;
  display: inline-block;
  background-image: url(../images/asterisk.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  margin-left: 2px;
  top: -7px;
  position: relative;
  vertical-align: middle;
}
.product-options-wrapper div.mage-error {
  position: absolute;
  display: inline-block;
  top: 100%;
  z-index:  11;
  color: #222;
  left: 15px;
  text-align: left;
  background: #fff2f2;
  border: 1px solid #eb340a;
  border-radius: 4px;
  padding: 4px 9px 4px 10px;
  transform: translateY(3px);
  font-size: 11px;
  line-height: 1;
}
.product-options-wrapper .mage-error:after {
  top: auto;
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #eb340a;
  border-width: 5px;
  margin-left: -5px;
  z-index: 1;
}
.product-options-wrapper .swatch-attribute {
  position: relative;
}
.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,
body .swatch-attribute-selected-option {
  color: rgba(0,0,0,0.8);
  font-size: 12px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding-left: 0;
}
.product-info-main .product-options-wrapper .control,
.product-info-main .product-options-wrapper .swatch-attribute-options {margin-top: 16px; position: relative;}
.product-info-main .product-options-wrapper .control .label {white-space: normal; text-align: left;}
.product-info-main .product-options-wrapper .field,
.product-info-main .product-options-wrapper .swatch-attribute {padding-bottom: 0;}
.product-info-main .product-options-wrapper .field + .field {
  margin-top: 20px;
}
.product-info-main .product-options-wrapper .swatch-attribute + .swatch-attribute {padding-top: 30px;}
.product-info-main .field.qty {margin-right: 0; float: right;}
.product-info-main .product-add-form {
  margin-bottom: 10px;
  display: block;
  vertical-align: bottom;
}
.catalog-product-view .product-add-form.downloadable .price-availability-block + .product-add-form.simple,
.catalog-product-view .product-add-form.downloadable .price-availability-block + .box-tocart {
  margin-top: 0;
}
.catalog-product-view .product-add-form.downloadable .product-options-bottom > .price-box.price-final_price {
  display: none;
}
.catalog-product-view .product-add-form.downloadable .product-options-bottom {
  position: relative;
  padding-top: 60px;
}
.catalog-product-view .product-add-form.downloadable .price-availability-block {
  position: absolute;
  top: 15px;
  left: 0;
}
.catalog-product-view .product-info-main .product-add-form.downloadable .quantity-wrapper {
  margin-top: -60px;
}
body:not(.page-layout-3columns).catalog-product-view .product-info-main .product-add-form.downloadable .product-social-links .product-social-links-inner {
  margin-right: 0;
  margin-top: -46px;
}
.catalog-product-view .product-info-main .product-add-form.downloadable .product-options-wrapper .legend.links-title + br{
  display: none;
}
.catalog-product-view .breadcrumbs-wrapper.type-2 .breadcrumbs {min-height: 20px;}
.product-info-main .box-tocart {margin-bottom: 0; }
.product-info-main .quantity-wrapper {
  padding-top: 6px;
  padding-bottom: 34px;
}
.catalog-product-view .product-add-form.simple .quantity-wrapper {
	padding-top: 0;
}
.catalog-product-view .product-add-form.simple .product-options-bottom .quantity-wrapper {
	padding-top: 23px;
}
.catalog-product-view {
  font-size: 13px;
  line-height: 24px;
}
body:not(.cms-index-index).catalog-product-view  #maincontent .container {
  padding-top: 0;
}
.catalog-product-view .product-add-form-wrapper .price {
  font-size: 30px;
}
.catalog-product-view .product-add-form-wrapper .old-price .price {
  font-size: 18px;
}

.catalog-product-view .product-add-form-wrapper .price-availability-inner {
  display: inline-block;
  text-align: center;
  min-height: 52px;
  padding-bottom: 14px;
}
.catalog-product-view .product-add-form-wrapper .price-availability-inner * {
  line-height: 1;
}
.catalog-product-view .product-add-form-wrapper .price-availability-inner .price-from,
.catalog-product-view .product-add-form-wrapper .price-availability-inner .price-to {
  line-height: 1.8;
}
.catalog-product-view .product-info-main .stock {
  display: none;
}
.catalog-product-view .product-add-form-wrapper .stock {
  margin: 10px 0 8px;
  vertical-align: top;
}
.catalog-product-view .product-add-form-wrapper .price-availability-block .stock {
  display: inline-block;
}
.catalog-product-view .price-availability-block + .product-add-form.simple,
.catalog-product-view .price-availability-block + .box-tocart {
  margin-top: -80px;
}
.catalog-product-view .product-add-form.simple .product-options-bottom .price-availability-block + .box-tocart,
.catalog-product-view .price-availability-block + .product-add-form {
  margin-top: -104px;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .price-availability-block + .product-add-form.simple,
.weltpixel_quickview-catalog_product-view.catalog-product-view .price-availability-block + .product-add-form.simple {
  margin-top: 0;
}
.catalog-product-view .price-availability-block + .product-add-form.simple.unavailable,
.catalog-product-view .product-add-form.unavailable {
  margin-top: -27px;
}
.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: none;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.08);
}
.catalog-product-view .product-info-main .box-tocart label[for="qty"] {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: rgba(0,0,0,0.8);
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
}
.catalog-product-view .product-info-main .box-tocart .field.qty input.qty {
    border-width: 0;
    height: 40px;
    width: 36px;
    background-color: transparent;
    margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty:hover div.quantity-decrease i,
.catalog-product-view .product-info-main .box-tocart .field.qty:hover div.quantity-increase i,
.catalog-product-view .product-info-main .box-tocart .field.qty:focus div.quantity-decrease i,
.catalog-product-view .product-info-main .box-tocart .field.qty:focus div.quantity-increase i,
.catalog-product-view .product-info-main .box-tocart .field.qty:active div.quantity-decrease i,
.catalog-product-view .product-info-main .box-tocart .field.qty:active div.quantity-increase i {opacity: 1;}
.catalog-product-view .product-info-main .box-tocart .field.qty div.quantity-decrease i,
.catalog-product-view .product-info-main .box-tocart .field.qty div.quantity-increase i {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: rgba(0,0,0,0.8);
  height: 38px;
  width: 18px;
  vertical-align: middle;
  padding: 14px 0 16px;
  font-size: 10px;
  line-height: 1;
}
.catalog-product-view .product-info-main .box-tocart .field.qty div.quantity-decrease i:hover,
.catalog-product-view .product-info-main .box-tocart .field.qty div.quantity-increase i:hover {background-color: rgba(0,0,0,.1); color: #111;}
.product-info-main .box-tocart .btn-qty-wrapper {
  float: left;
    display: block;
}
.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);
}
.catalog-product-view .product-info-main .box-tocart .btn {
  font-size: 18px;
  line-height: 1;
  padding: 15px;
  background-color: #4caf50;
  border-color: #4caf50;
  width: 62%;
  margin-right: 9px;
  max-width: 300px;
}
.product-info-main .box-tocart .field.qty  + .actions .btn {
    border-radius: 0;
}
.product-info-main .actions button {
    padding-left: 25px;
    padding-right: 25px;
}
body .box-gotoproduct .btn.btn-primary {font-size: 14px;}
.product-info-main .product-social-links {display: block; width: 100%;}
.product-info-main .product-social-links .product-social-links-inner {
  float: right;
  margin-top: -55px;
  padding-bottom: 25px;
  margin-right: -10px;
  z-index: 10;
  position: relative;
}
.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;}
.product-info-main .product-social-links a.mailto,
.bundle-options-container .product-add-form .product-addto-links a,
.product-info-main .product-addto-links a {
  border-radius: 4px;
  border: solid 1px rgba(0,0,0,0.1);
  height: 40px;
  width: 40px;
  font-size: 16px;
  color: #aaa;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 41px;
  margin-left: 5px;
}
.product-info-main .product-mail-to {
  display: inline-block;
  vertical-align: middle;
}
.product-info-main .product-mail-to a span {
  display: none;
}
.bundle-options-container .product-add-form .product-addto-links a.towishlist:before,
.product-info-main .product-social-links a.towishlist:before{
  content:'\0062';
  font-family: 'meigee';
  left:0;
  top:2px;
  position: relative;
  font-size: 16px;
  line-height: 1;
}
.product-info-main .product-mail-to a:hover,
.bundle-options-container .product-add-form .product-addto-links a:hover,
.product-info-main .product-social-links a:hover {background-color: transparent; border-color: rgba(0,0,0,0.1); color: rgba(0,0,0,0.8); opacity: 1;}
.bundle-options-container .product-add-form .product-addto-links a i,
.product-info-main .product-social-links i {
    font-size: 18px;
    color: inherit;
    line-height: inherit;
    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: none;
    vertical-align: middle;
    font-weight: normal;
    font-size: 11px;
    line-height: 1em;
}
.product.media .action-skip-wrapper {
  display: none;
}
.product.media .fotorama__nav-wrap--horizontal {
  padding-top: 20px;
}
.product.media .gallery-placeholder {
  margin-right: 35px;
}
body .fotorama__dot {
  background-color: rgba(0, 0, 0, 0.22);
  border: none;
  height: 6px;
  width: 6px;
}
body .fotorama__active .fotorama__dot {
  background-color: rgba(0, 0, 0, 0.8);
}
body .fotorama__nav--dots .fotorama__nav__frame {
  width: 20px;
}
/* New more views */
.product.media {
  overflow: visible;
}
.product.media .gallery-placeholder.no-slider {

}
.product.media  .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0 20px 0 0!important;

}
.product.media  .fotorama__thumb-border {
  display: none !important;
}
.product.media .fotorama__stage.fotorama__shadows--left:before,
.product.media .fotorama__nav.fotorama__shadows--left:before,
.product.media .fotorama__stage.fotorama__shadows--right:after,
.product.media .fotorama__nav.fotorama__shadows--right:after,
.product.media .fotorama__stage.fotorama__shadows--top:before,
.product.media .fotorama__nav.fotorama__shadows--top:before,
.product.media .fotorama__stage.fotorama__shadows--bottom:after,
.product.media .fotorama__nav.fotorama__shadows--bottom:after {
  content: none !important;
}
.product.media  .fotorama__thumb__arr {
  background-color: transparent;
}


/* No Slider */
.product.media .gallery-placeholder.no-slider .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
  display: none !important;
}
.product.media .gallery-placeholder.no-slider .fotorama__nav--thumbs {
  height: auto !important;
  width: 100% !important;
}
.product.media .gallery-placeholder.no-slider .fotorama__nav__shaft {
  display: block;
  width: 103.1%;
  margin-left: -10px;
  margin-right: -10px;
}
.product.media .gallery-placeholder.no-slider .fotorama__nav--thumbs .fotorama__nav__frame {
  float: left;
  padding: 0 10px !important;
  box-sizing: border-box;
  margin-top: 20px;
  width: 20% !important;
  height: auto;
}
.product.media .gallery-placeholder.no-slider .fotorama__nav--thumbs .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  height: auto;
  position: relative;
  top: 0;
}
.product.media .gallery-placeholder.no-slider .fotorama__nav--thumbs .fotorama__nav__frame:nth-of-type(-n+6){
  margin-top: 0;
}
.product.media  .fotorama__thumb--icon {
  background-image: none;
}
.product.media  .fotorama__thumb--icon:before {
  display: inline-block;
  font-family: 'meigee';
  font-size: 14px;
  color: rgba(0,0,0,0.3);
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0043';
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.product.media  .fotorama__thumb--icon:hover:before {
  color: rgba(0,0,0,0.8);
}
.product.media  .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
  content: '\0044';
}
.product.media  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.product.media  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  padding: 0;
  text-align: center;
}

/* Horizontal Slider */
.more-views-horizontal-slider .fotorama__nav--thumbs {
  overflow: visible;
}
.more-views-horizontal-slider .fotorama__arr--disabled + .fotorama__nav__shaft {
  left: 50px;
  transition: all 300ms ease-out !important;
  -moz-transition: all 300ms ease-out !important;
  -webkit-transition: all 300ms ease-out !important;
  -o-transition: all 300ms ease-out !important;
}
.more-views-horizontal-slider .fotorama__nav__shaft {
  left: -40px;
  transition: all 300ms ease-out !important;
  -moz-transition: all 300ms ease-out !important;
  -webkit-transition: all 300ms ease-out !important;
  -o-transition: all 300ms ease-out !important;
}
body .fotorama__arr--disabled {
  opacity: 1;
}
body .fotorama__arr--disabled div {
  opacity: 0;
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  width: 40px;
  background-color: #fff;
}

/* Vertical Slider */
.more-views-vertical-slider .fotorama__nav--thumbs {
  width: 110px !important;
}
.product.media .more-views-vertical-slider .fotorama__nav--thumbs .fotorama__nav__frame {
 padding: 0 !important;
 margin: 0 0 20px 0;
}
.more-views-vertical-slider .fotorama__thumb--icon {
  padding-bottom: 0;
}
.product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.product.media .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  background-color: #fff;
  height: 40px;
  width: calc(100% - 10px);
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon {
  position: relative;
  top: 8px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  top: 13px;
  position: relative;
}

.product.media  .more-views-vertical-slider .fotorama__thumb--icon:before {
  font-size: 24px;
}
.product.media .more-views-vertical-slider .fotorama__arr--disabled + .fotorama__nav__shaft {
  top: 40px;
  transition: all 300ms ease-out !important;
  -moz-transition: all 300ms ease-out !important;
  -webkit-transition: all 300ms ease-out !important;
  -o-transition: all 300ms ease-out !important;
}
.product.media .more-views-vertical-slider .fotorama__nav__shaft {
  top: -20px;
  transition: all 300ms ease-out !important;
  -moz-transition: all 300ms ease-out !important;
  -webkit-transition: all 300ms ease-out !important;
  -o-transition: all 300ms ease-out !important;
}

/* Vertical Slider Type1 */
.product.media .more-views-vertical-slider.type-1 .fotorama__nav {
  background-color: #fff;
}
.product.media .more-views-vertical-slider.type-1 .fotorama__stage {
  left: 110px !important;
}

/* Vertical Slider Type2 */
.product.media .more-views-vertical-slider.type-2 .fotorama__stage,
.product.media .more-views-vertical-slider.type-2 .fotorama__stage__shaft {
  max-width: calc(100%) !important;
}
.product.media .gallery-placeholder.more-views-vertical-slider.type-2 {
  margin-right: 0 !important;
}
.product.media .more-views-vertical-slider.type-2 .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  left: 40px;
  top: 0;
  overflow: hidden;
}
.product.media .more-views-vertical-slider.type-2 .fotorama__stage {
  left: 0 !important;
}
.product.media .gallery-placeholder.more-views-vertical-slider.type-2 .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: transparent;
}
.product.media .more-views-vertical-slider.type-2 .fotorama__stage img {
  width: 100%;
}
.product.media .more-views-vertical-slider.type-2  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.product.media .more-views-vertical-slider.type-2  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  background-color: transparent;
  width: calc(100% - 15px)
}
.product.media .more-views-vertical-slider.type-2 .fotorama__nav--thumbs .fotorama__thumb {
  border: 2px solid #fff !important;
}
.product.media .more-views-vertical-slider.type-2 .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.product.media .more-views-vertical-slider.type-2 .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.product.media .more-views-vertical-slider.type-2 .fotorama__nav.fotorama__nav--thumbs {
  overflow: visible;
}

/* Large more views */
.more-views-large:not(.single-image) .fotorama__stage {
  display: none;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
  display: none !important;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav--thumbs {
  height: auto !important;
  width: 100% !important;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav--thumbs .fotorama__nav__frame {
  float: left;
  padding-right: 19px !important;
  margin-top: 10px;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav__shaft {
  display: block;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav--thumbs .fotorama__nav__frame {
  width: 50% !important;
  display: block;
  padding: 0 10px !important;
  box-sizing: border-box;
  margin-top: 20px;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav-wrap .fotorama__nav__frame {
  height: auto !important;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav-wrap .fotorama__thumb {
  height: auto;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav-wrap .fotorama__img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  top: 0;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame:not(.fotorama__thumb-border):nth-child(-n+3){
  margin-top: 0;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame:not(.fotorama__thumb-border):nth-child(1n) {
  clear: right;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame:not(.fotorama__thumb-border):nth-child(2n) {
  clear: left;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame:not(.fotorama__thumb-border):nth-child(2) {
  clear: left;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame:not(.fotorama__thumb-border):nth-child(3) {
  clear: right;
}
.product.media .gallery-placeholder.more-views-large .fotorama__nav-wrap--horizontal {
  padding-top: 0;
}
.prices-tier.items {margin-bottom: 1em;}
.prices-tier .price {font-size: 1em;}

.page-layout-3columns .product.media .gallery-placeholder {
	margin-right: 0;
}
.page-layout-3columns.catalog-product-view .static-block-top .block-link {
	display: block;
}
.page-layout-3columns.catalog-product-view .static-block-top .block-link + .block-link {
	margin-top: 10px;
}
.page-layout-3columns.catalog-product-view .product-add-form-wrapper .price-availability-inner {
	padding-left: 0;
}
.page-layout-3columns.catalog-product-view .product-info-main .box-tocart .btn {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}
.page-layout-3columns .product-info-main .product-social-links .product-social-links-inner {
	float: none;
	margin-top: 0;
	text-align: center;
}
.page-layout-3columns.catalog-product-view .product-info-main .box-tocart label[for="qty"] {
	display: none;
}
.page-layout-3columns #review-form,
.page-layout-3columns #product-review-container .review-item .customer-rating,
.page-layout-3columns #product-review-container .review-box {
	padding-left: 15px;
	padding-right: 15px;
}

/*Product banner*/
.product-banner {
  display: block;
  position: relative;
  margin-bottom: 20px;
  max-width: 600px;
  padding: 80px 0;
  color: #aaa;
  border: 1px solid rgba(0,0,0,0.1);
  font-family: 'Montserrat', sans-serif;
}
.product-banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: 80% center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.product-banner .left-block {
  display: block;
  position: absolute;
  left: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.product-banner .logo-sign {
  display: block;
  margin-bottom: 18px;
}
.product-banner .subtitle {
  font-size: 9px;
  display: block;
  line-height: 1;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 8px;
}
.product-banner .title {
  color: #222;
  display: block;
  font-size: 18px;
  line-height: 18px;
  display: block;
  font-weight: 400;
  margin-bottom: 12px;
}
.product-banner .title strong {
  font-weight: bold;
}
.product-banner .text-link {
  color: #3185fc;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.product-banner .text-link i {
  font-size: 12px;
}
.product-banner .text {
  font-size: 14px;
  display: block;
}
.product-banner .banner-price-wrapper {
  display: block;
  position: absolute;
  right: 20%;
  top: 40px;
}
.product-banner .banner-price-text {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1;
  font-weight: 400;
  margin-right: 8px;
  margin-top: 1px;
}
.product-banner .price-wrapper {
  display: inline-block;
  vertical-align: top;
  color: #222;
}
.product-banner .price-currency,
.product-banner .price {
  font-size: 18px !important;
  line-height: 1;
  color: inherit;
  font-weight: bold;
  letter-spacing: -.72px;
  text-transform: uppercase;
  margin-left: -3px;
}
.product-banner .price-pennie {
  font-size: 13px;
  line-height: 1.1;
  vertical-align: top;
  color: inherit;
  font-weight: bold;
  letter-spacing: -1px;
}
.product-banner .price-pennie {
  position: relative;
  margin-left: -6px;
}


/* Product with options */
body[class*="configurable"] .title-wrapper + .product-add-form-wrapper > .price-availability-block {
  display: none;
}
body[class*="configurable"].catalog-product-view .price-availability-block + .product-add-form {
  margin-top: 0;
}
body[class*="grouped"].catalog-product-view .price-availability-block + .product-add-form,
body[class*="grouped"].catalog-product-view .price-availability-block + .box-tocart {
  margin-top: 0;
}
body[class*="grouped"].catalog-product-view .product-add-form-wrapper .price-availability-inner {
  padding-left: 0;
  text-align: left;
}
body[class*="grouped"].catalog-product-view .product-add-form-wrapper .price-availability-inner {
  min-height: 1px;
}
body[class*="grouped"].catalog-product-view .product-add-form-wrapper .stock {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
body[class*="bundle"].catalog-product-view .product-add-form-wrapper .price-availability-inner {
  padding-left: 0;
  padding-bottom: 2px;
  text-align: left;
}
body[class*="bundle"].catalog-product-view .product-add-form-wrapper .stock {
  padding-left: 0;
  padding-right: 0;
}
body[class*="bundle"] .product-info-main .product-social-links .product-social-links-inner {
  float: none;
  padding-bottom: 8px;
}
body[class*="bundle"] .product-info-main .product-social-links .product-social-links-inner {
  margin-top: 0;
}

/* Tier Prices */
.std .prices-tier.items,
.prices-tier.items {
  background-color: rgba(0,0,0,0.03);
  padding: 15px 20px;
  border-radius: 4px;
  margin-top: 1em;
  margin-bottom: 1.5em;
  display: block;
}
.prices-tier .tier-price {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
#super-product-table .price {
  font-size: 18px;
}
#super-product-table .old-price .price {
  font-size: 14px;
}
#super-product-table .prices-tier .price,
.prices-tier .price {
  color: #222;
  font-size: inherit;
}
.prices-tier .benefit {
  color: #465362;
  font-size: 18px;
  font-weight: bold;
}

/* Pdocuct Custom Tab */
.catalog-product-view .product-custom-left,
.catalog-product-view .product-custom-right {
  float: left;
}
.catalog-product-view .product-custom-left {
  width: 41.66666667%;
}
.catalog-product-view .product-custom-right {
  width: 58.33333333%;
}

/* Pdocuct Statics */
.catalog-product-view .product-under-add-to-cart-wrapper {
  margin-bottom: 15px;
}
.catalog-product-view .product-under-add-to-cart-wrapper .widget {
  margin-right: 30px;
}
.catalog-product-view .product-under-add-to-cart-wrapper .widget,
.catalog-product-view .right-information-block {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-manufacturer,
.catalog-product-view .product-under-add-to-cart-wrapper .product-info-stock-sku {
  display: block;
  margin-bottom: 3px;
}
.catalog-product-view .additional-information li,
.catalog-product-view .additional-information li a {
  color: #222;
  line-height: 30px;
}
.catalog-product-view .additional-information i,
.catalog-product-view .additional-information a i {
  font-size: 13px;
  color: #4caf50;
  margin-right: 8px;
}

.catalog-product-view .static-block-top {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 18px;
}
.catalog-product-view .static-block-top .block-link {
  color: #222;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 10px;
  padding-right: 10px;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .static-block-top,
.weltpixel_quickview-catalog_product-view.catalog-product-view .static-block-top {
  display: none;
}
.catalog-product-view .static-block-top .block-link:hover,
.catalog-product-view .static-block-top .block-link:active,
.catalog-product-view .static-block-top .block-link:focus {
  text-decoration: none;
}

/* Size Guide */
.product-options-wrapper {
    position: relative;
}
.product-options-wrapper.size-chart-top {
  padding-top: 40px;
  padding-bottom: 30px;
}
.product-options-wrapper.size-chart-bottom {
  padding-top: 30px;
  padding-bottom: 40px;
}
.weltpixel-quickview-catalog-product-view .size-chart-top,
.weltpixel-quickview-catalog-product-view .size-chart-bottom,
.weltpixel_quickview-catalog_product-view .size-chart-top,
.weltpixel_quickview-catalog_product-view .size-chart-bottom{
  display: none;
}
.product-options-wrapper .block-link.size-chart {
    font-size: 11px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #666;
    display: block;
    position: absolute;
    left: auto;
    right: 15px;
}
.product-options-wrapper .size-chart-top .block-link.size-chart {
    top: 7px;
}
.product-options-wrapper .size-chart-bottom .block-link.size-chart {
    bottom: 4px;
}
.product-options-wrapper .block-link.size-chart i {
    font-size: 8px;
    margin-right: 8px;
}
.product-shop.text-right .product-options-wrapper .block-link.size-chart {
    right: auto;
    left: 15px;
}
.modal-content-popup table.table_size {
    width: 100%;
    border-collapse: collapse
}
.modal-content-popup table tr th {
    background-color: #e0e0de
}
.modal-content-popup table.table_size th {
    border: 1px solid white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    padding: 5px;
    font-size: 12px;
    text-align: center
}
.modal-content-popup table.table_size td {
    border: 1px solid white;
    padding: 5px;
    font-size: 11px;
    line-height: 16px;
    background: #f2f2f0;
    text-align: center
}
.modal-content-popup table.table_size .size_name,
.modal-content-popup table.table_size td:nth-child(1) {
    vertical-align: middle;
    background-color: #ebebe8;
    font-weight: 700
}
.modal-content-popup table.table_size p {
    margin: 5px 0;
    text-align: left
}
.modal-content-popup table.table_size td[colspan="6"] {
    font-weight: 700;
    text-transform: none
}
@media screen and (max-width: 480px) {
    .modal-content-popup table.table_size td {
        text-transform: lowercase;
        padding: 3px
    }
}


body .swatch-option.image,
body .swatch-option.color {
    width: 30px;
    min-width: 30px;
    height: 30px;
    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 .swatch-option.image,
body .swatch-option.color {border-radius: 50%;}
body .products-grid .swatch-attribute .swatch-option.text,
body .products-list .swatch-attribute .swatch-option.text {
  height: 23px;
  min-height: 23px;
  min-width: 23px;
  line-height: 23px;
  font-size: 12px;
}
body .products-grid .swatch-option.image,
body .products-list .swatch-option.image,
body .products-grid .swatch-option.color,
body .products-list .swatch-option.color {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
body .swatch-option.text,
body .swatch-option.image,
body .swatch-option.color {
  position: relative;
  overflow: visible;
}
body .swatch-option.text:before,
body .swatch-option.image:before,
body .swatch-option.color:before {
  content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0);
    box-shadow: 0px 1px 15px 0px rgba(0,0,0,0);
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}
body .swatch-option.text:before {
  border-radius: 4px;
}

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 {outline: none; border: none;}

body .swatch-option.image.selected:before,
body .swatch-option.image:hover:before,
body .swatch-option.image:not(.disabled):hover:before,
body .swatch-option.color.selected:before,
body .swatch-option.color:hover:before,
body .swatch-option.color:not(.disabled):hover:before,
body .swatch-option.text.selected:before,
body .swatch-option.text:hover:before,
body .swatch-option.text:not(.disabled):hover:before {
  border-color: rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.1);
}
body .swatch-option.image.selected,
body .swatch-option.image:hover,
body .swatch-option.image:not(.disabled):hover,
body .swatch-option.color.selected,
body .swatch-option.color:hover,
body .swatch-option.color:not(.disabled):hover,
body .swatch-option.text.selected,
body .swatch-option.text:hover,
body .swatch-option.text:not(.disabled):hover {
  opacity: 0.75;
}
body .swatch-option.text.selected,
body .swatch-option.text:hover,
body .swatch-option.text:not(.disabled):hover {
  background-color: #fff;
}

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 {
    border-width: 0;
    height: 38px;
    width: 38px;
    background-color: transparent;
    margin: 0;
}
.bundle-options-container .product-add-form .block-bundle-summary .field.qty {float: left;}
.bundle-options-container .product-add-form .btn-qty-wrapper {display: block; float: right}
.bundle-options-container .product-add-form .block-bundle-summary .actions .btn {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;}

.bundle-options-container .product-add-form .btn-qty-wrapper div.quantity-decrease,
.bundle-options-container .product-add-form .btn-qty-wrapper div.quantity-increase {
    display: block;
}
.bundle-options-container .product-add-form .btn-qty-wrapper div.quantity-decrease i,
.bundle-options-container .product-add-form .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;
}
.bundle-options-container .product-add-form .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: 0;
}
.bundle-options-container .product-add-form .actions .btn {
    min-width: 123px;
    max-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0;
}



.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: 0;
    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: 12px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #222;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
  display: inline-block;
}
div.quantity-decrease i:before,
div.quantity-increase i:before {line-height: inherit;}
div.quantity-decrease i:hover,
div.quantity-increase i:hover {background-color: rgba(0,0,0,.06);}


/* Tabs */
.product.data.items {
  position: relative;
  z-index: 1;
  border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 30px;
}
.product.data.items:before,
.product.data.items:after {
  content: '';
  display: table;
}
.product.data.items:after {
  clear: both;
}
.product.data.items > .item.title {
  float: left;
  width: auto;
  position: relative;
  z-index: 1;
}
.product.data.items > .item.title:not(:first-of-type) {
  margin-left: 1px;
}
.product.data.items > .item.content {
  margin-top: 20px;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
}
.product.data.items>.item.content:before,
.product.data.items>.item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title > .switch {
  display: block;
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  letter-spacing: -.75px;
  color: #616161;
  background: none;
  margin-right: 0;
  font-weight: normal;
  border: none;
  padding: 22px 35px 20px;
  background: transparent;
  position: relative;
  border-radius: 0;
  line-height: 1;
  z-index: 1;
}
.product.data.items > .item:first-child:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 10000%;
  background-color: #eee;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.product.data.items > .item.title:not(:first-of-type):not(.active) .switch:before {
    content: '';
    height: 20px;
    width: 1px;
    background-color: rgba(0,0,0,0.1);
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -10px;
}
.product.data.items > .item.title.active + .item.content + .item.title .switch:before {display: none !important;}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fff;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #555;
  background-color: #fff;
    border: none!important;
    text-decoration: none;
    opacity: 1;
    z-index: 99;
    opacity: 1;
}
.product.data.items > .item.title:not(.disabled) > .switch:active:after,
.product.data.items > .item.title.active > .switch:after,
.product.data.items > .item.title.active > .switch:focus:after,
.product.data.items > .item.title.active > .switch:hover:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.product.data.items > .item.content {
  background: #fff;
  margin-top: 60px;
  padding: 24px 28px;
  font-size: 13px;
  line-height: 30px;
  color: #666;
  display: none;
}
.product.data.items > .item.title.active + .item.content {
  display: block;
}
.product.data.items .item.title a:after {
  display: none;
}
.product.data.items > .item.content caption {
  display: none;
}

.additional-attributes-wrapper .table {
  border: none;
  margin: 0;
  padding: 0;
}
.additional-attributes-wrapper .table tbody  tr:first-of-type {
    border-top-color: transparent;
}
.additional-attributes-wrapper .table tbody  tr {
    border-top: 1px solid #ddd;
}
.additional-attributes-wrapper .table tbody  tr th {
    background-color: transparent;
    color: rgba(0,0,0,0.5);
    vertical-align: middle;
    display: block;
    height: 100%;
    padding: 11px 0;
    font-size: 1em;
    border-radius: 0;
    text-align: left;
    font-weight: normal;
    border-width: 0;
    border: none;
}
.additional-attributes-wrapper .table tbody tr td {
  color: rgba(0,0,0,0.8);
  width: 75%;
  padding: 11px 0;
  border: none;
}
/* !Tabs */



.block.related {margin: 0 0 30px;}
.block.related .add-to-links {margin-top: 5px;}
.additional-attributes .table-label {vertical-align: middle; font-weight: normal;}
.crosssell {margin-top: 20px;}
.upsell .block-title,
.crosssell .block-title,
.related .block-title {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 26px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    border-bottom: none;
    font-weight: bold;
}
.upsell .block-title,
.related .block-title {
  font-size: 24px;
  line-height: 32px;
}
.related .block-actions {float: right; margin: -50px 0; position: relative;}
.related .block-actions .action {
  cursor: pointer;
  color: #666;
  font-family: 'Overpass';
  transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
}
.related .block-actions .action:hover {color: #eecc5f;}
/* .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:not(.widget-product-grid) li.item {width: 25%;}
.products-grid:not(.widget-product-grid) li.item:nth-of-type(3n+1),
.products-grid:not(.widget-product-grid) li.item:nth-of-type(3n+3) {clear: none;}
.products-grid:not(.widget-product-grid) li.item:nth-of-type(4n+1) {clear: left;}
.products-grid:not(.widget-product-grid) li.item:nth-of-type(4n+4) {clear: right;}
.products-grid:not(.widget-product-grid) .actions-secondary a.towishlist {margin: 0;}
.products-grid:not(.widget-product-grid) li.item .price-box {display: inline-block; vertical-align: middle; margin-right: 12px; margin-bottom: 0;}
.products-grid:not(.widget-product-grid) li.item .field {display: inline-block; vertical-align: middle; position: relative; top: -3px;}



.upsell {margin: 0 0 30px;}
.upsell .add-to-links {margin-top: 0;}

.product-custom {margin-bottom: 20px; margin-top: 10px; display: inline-block; line-height: 1;}
.product-custom .fb_iframe_widget.fb-like {vertical-align: middle; margin-right: 20px; display: inline-block;}
.product-custom .twitter-share-button {margin-right: 20px; display: inline-block; vertical-align: middle;}
.product-custom #___plusone_0,
.product-custom #___plusone_1,
.product-custom #___plusone_2,
.product-custom #___plusone_3 {display: inline-block !important; vertical-align: middle !important;}
.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;}

.crosssell .products-grid .product-item-name {display: block; margin-bottom: 12px;}
.crosssell .products-grid:not(.widget-product-grid) .add-to-links,
.crosssell .price-action-block {display: inline-block; vertical-align: middle; width: auto;}
.crosssell .products-grid .list.items .price-box{margin-top: 0; margin-bottom: 12px;}


#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;
    font-weight: normal;
}
/*Instagram widget*/
.meigee-instagram-widget .insta-photo {
  display: inline-block;
  width: calc((100% + 20px) / 6 - 20px);
  padding-top: calc((100% + 20px) / 6 - 20px);
  position: relative;
  overflow: hidden;
}
.meigee-instagram-widget .insta-photo:not(:last-of-type) {
  margin-right: 20px;
}
.meigee-instagram-widget .insta-photo img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.meigee-instagram-widget .insta-photo:after {
  content: '';
  display: block;
  z-index: 0;
  background-color: rgba(0,0,0,0.18);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.meigee-instagram-widget .insta-photo:hover,
.meigee-instagram-widget .insta-photo:hover:after {
  opacity: 1;
}
.sidebar .meigee-instagram-widget {
  padding: 40px 30px 40px 80px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar.right-sidebar .meigee-instagram-widget {
  padding-left: 30px;
  padding-right: 80px;
}
.sidebar .meigee-instagram-widget .meigee-instagram-widget {
  margin-left: -10px;
  margin-right: -10px;
}
.sidebar .meigee-instagram-widget .block-title {
  display: block;
  border-bottom: none;
  font-weight: bold;
  letter-spacing: -.4px;
}
.sidebar .meigee-instagram-widget .insta-photo {
  width: calc((100%) / 3 - 10px);
  padding-top: calc((100%) / 3 - 10px);
  margin-bottom: 4px;
}
.sidebar .meigee-instagram-widget .insta-photo {
  margin-right: 5px;
  margin-left: 5px;
}

/* Product Review */
#product-review-container{width: 66%; float: left; box-sizing: border-box;}
#product-review-container + .block.review-add{width: 32.4%; float: right; box-sizing: border-box;}

.block.review-add .block-title,
#product-review-container .block-title{
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
  padding-bottom: 9px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: -1px;
}
.block.review-add #review-form .review-legend {color: #222; font-size: 12px; line-height: 24px; font-weight: normal; border: none; margin: 0; padding: 0; text-transform: none; display: none;}
.block.review-add #review-form .review-legend + br{display: none;}
body .block.review-add .review-form-wrapper #review-form .review-legend strong{font-weight: 400; color:#2263f4;}
.block.review-add  .review-field-ratings legend.label {
  display: none;
}
.block.review-add  .review-field-ratings .label {
  font-weight: normal;
  border: none;
  margin: 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  color: #222;
  padding-right: 10px;
  min-width: 80px;
  font-size: 12px;
  position: relative;
  top: 1px;
}
.block.review-add .inputs-wrapper {margin-bottom: .5em;}
.block.review-add .inputs-wrapper .field label,
.block.review-add .review-field-text label {
  color: #222;
    font-size: .91em;
    line-height: 1.5em;
  font-weight: normal;
}

#product-review-container .review-items {list-style: none;}
#product-review-container .review-item {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
#product-review-container .review-item .top-block {
    padding-top: 30px;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-radius: 4px 4px 0 0;
    border: 1px solid rgba(0,0,0,0.06);
    border-width: 1px 1px 0 1px;
}
#product-review-container .review-item .customer-info{
    margin-top: 20px;
}
#product-review-container .review-item .customer-info .icon{
    display: none;
}
#product-review-container .review-item .customer-info .info{
  display: inline-block;
  vertical-align: middle;
}
#product-review-container .review-item .customer-info .review-title{
  font-weight: bold;
  font-size: 13px;
  color: #222;
  margin-bottom: 9px;
  display: block;
}
#product-review-container .review-item .customer-info .review-author{
  color: rgba(0,0,0,0.8);
}
#product-review-container .review-item .customer-info .review-author strong{color:#888; font-weight: 400;}
#product-review-container .review-item .customer-info .date{
  color: rgba(0,0,0,0.3);
}
#product-review-container .review-item .customer-info .date i {
  font-size: 14px;
  line-height: 1;
  margin-right: 5px;
  color: #aaa;
  position: relative;
  top: 1px;
}
#product-review-container .review-item .customer-info .date .review-date{float: none; display: inline-block; position: relative; top: -2px;}

#product-review-container .review-item .customer-rating{
    padding: 0 26px;
}
#product-review-container .review-box{
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.3px;
  padding: 0 26px 30px;
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(0,0,0,0.06);
  border-width: 0 1px 1px 1px;
}
#product-review-container .review-title {
  font-weight: bold;
  font-size: 13px;
  color: rgba(0,0,0,0.8);
  padding-bottom: 9px;
  display: block;
}
#product-review-container .review-details-wrapper {float: left; width: 82%;}
#product-review-container .review-details {display: block; margin-bottom: 4px; font-size: .83em; color: #aaa;}
#product-review-container .review-author,
#product-review-container .review-date {float: left; margin: 0;}
#product-review-container .review-author strong {font-weight: normal;}
#product-review-container .toolbar.review-toolbar{padding-top: 0;}
.toolbar.review-toolbar .pager {text-align: left;}
.toolbar .shop-by {text-align: right;}
.toolbar .shop-by label {display: none;}
.toolbar .shop-by .shop-by-button {
    font-size: 24px;
    padding: 4px 6px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    outline: none;
    color: #333;
    background-color: transparent;
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
}
.toolbar .shop-by .shop-by-button i {
  font-size: inherit;
}
.toolbar .shop-by .shop-by-button:hover,
.toolbar .shop-by .shop-by-button:active,
.toolbar .shop-by .shop-by-button:focus {
    background-color: #f0f0f0;
}
.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;}
#review-form {
      padding: 10px 30px 30px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
}
.review-field-rating {float: none; margin: 0!important; padding:5px 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: 23px; min-width: 150px; display: inline-block;}
.review-control-vote:before {
  color: #ddd;
  font-family: 'meigee';
  font-size: 32px;
  color: #ddd;
  font-style: normal;
  height: 22px;
  letter-spacing: 2px;
  line-height: 22px;
  font-style: normal;
  speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: '★' '★' '★' '★' '★';
    display: block;
    position: absolute;
    z-index: 1;
}
.review-control-vote:before {content: '★' '★' '★' '★' '★';}
.review-control-vote label:before {
    color: #ffdd20;
    font-family: 'meigee';
    font-size: 32px;
    height: 22px;
    letter-spacing: 2px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
}
.review-control-vote label {cursor: pointer; display: block; position: absolute; padding: 0!important; margin: 0; line-height: normal; vertical-align: middle;}
.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: '★';}
.review-control-vote .rating-2:before {content: '★' '★';}
.review-control-vote .rating-3:before {content: '★' '★' '★';}
.review-control-vote .rating-4:before {content: '★' '★' '★' '★';}
.review-control-vote .rating-5:before {content: '★' '★' '★' '★' '★';}
.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;}
.block.review-add .field.required .form-control,
.block.review-add .form-control {
  background-color: rgba(0,0,0,0.08);
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  border-radius: 4px;
  border: none;
}
.block.review-add input.form-control {
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
}
.block.review-add textarea.form-control {
  width: 100%;
  height: 120px;
}
.block.review-add .review-field-ratings{padding-bottom: 20px; padding-top: 10px;}

/* Content Popup ===================================================================== */
.modal.modal-content-popup {
  z-index: 9999;
  height: 100%;
  font-size: 12px;
  line-height: normal;
}
.modal.modal-content-popup h3 {
  margin-bottom: .5em;
}
.modal.fade.modal-content-popup .modal-dialog {
  z-index: 100000;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
}
.modal.modal-content-popup.in .modal-dialog {
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  max-width: 80%;
  max-height: 80vh;
  overflow: auto;
  border-radius: 6px;
}
.modal.modal-content-popup.in .modal-dialog .modal-content {
  border-radius: 0;
}
.modal.modal-content-popup {
  text-align: left;
}
.modal.modal-content-popup .modal-body {
    padding: 20px;
}
.modal.modal-content-popup .modal-header {
  padding: 0;
  border: none;
}
.modal.modal-content-popup .modal-header .close {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  opacity: 1;
  margin: 0;
  height: 32px;
  border: none;
  background: none;
  float: right;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  position: absolute;
  z-index: 9;
}


/* Rating ================================================================================= */
.rating-summary {margin-right: 5px; display: inline-block; vertical-align: middle;}
.reviews-actions {display: inline-block; vertical-align: middle; font-size: 12px;}
.reviews-actions a {color: #aaa; font-size: 12px; text-decoration: none; line-height: 1.44em;}
.reviews-actions a:hover {color: #eecc5f;}
.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: #ccc; text-align: left;}
.rating-result i {
    font-style: normal;
    font-size: 22px;
    display: inline-block;
    width: 15px;
    margin-right: 1px;
}
.rating-result span {position: absolute; color: #ffdd20; top: 0; left: 0; height: 22px; overflow: hidden;}
#customer-reviews .toolbar.review-toolbar .limiter{display: none;}
#customer-reviews .toolbar.review-toolbar .pages{display: block;}
.review-loader,
.review-loader:before,
.review-loader:after{
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 0.77s infinite ease-in-out;
  animation: load7 0.77s infinite ease-in-out;
}
.review-loader{
  margin: 0;
  left: 50%;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
  display: inline-block;
  vertical-align: middle;
  background-color: #dcb946;
}
.review-loader:before,
.review-loader:after {
  content: '';
  position: absolute;
  top: 0;
  background-color: inherit;
}
.review-loader:before {
  left: -15px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.review-loader:after {
  left: 15px;
  -webkit-animation-delay: 0.47s;
  animation-delay: 0.47s;
}
@keyframes load7{
	0%, 100%{
		background-color: rgba(0,0,0,0.15);
	}
	60%{
		background-color: #dcb946;
	}
}
@-webkit-keyframes load7 {
	0%, 100%{
		background-color: rgba(0,0,0,0.15);
	}
	60%{
		background-color: #dcb946;
	}
}

body .swatch-attribute .swatch-option.text {
  border: solid 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  color: #666;
  padding: 0 4px;
  border-radius: 4px;
  box-sizing: content-box;
  background-color: #fff;
  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;
  outline: none;
}
body .swatch-attribute .swatch-option:not(.disabled):not(.text):hover {outline: none; color: #eecc5f; border: none;}
body .swatch-attribute.size .swatch-option.selected:not(.text),
body .swatch-attribute.manufacturer .swatch-option.selected:not(.text) {outline: none; color: #eecc5f; border-color: rgba(0,0,0,.5);}

#product-review-container .rating-summary {display: block; margin: 0 0 10px;}
#product-review-container .rating-summary .label {
  display: block;
  font-size: 11px;
  color: rgba(0,0,0,0.3);
}

/* Popup Block */
#popup-block {z-index: 100000; overflow: hidden;}
#popup-block .modal-backdrop {z-index: 0;}
#popup-block .modal-dialog {width: 738px; position: static; margin: 0 auto; height: 100%;}
#popup-block .modal-dialog .modal-content {position: absolute; top: auto; bottom: 0; overflow: visible; border-radius: 5px; padding-right: 40px; background-color: transparent; box-shadow: none; border: none;}
#popup-block .modal-header {padding: 0; min-height: 0; border: none;}
#popup-block .modal-header .close {
  font-size: 1em;
  display: inline-block;
  position: absolute;
  top: -17px;
  right: 23px;
  opacity: 1;
  z-index: 999;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: 0;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
#popup-block.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 300px);
  -ms-transform: translate(0, 300px);
  -o-transform: translate(0, 300px);
  transform: translate(0, 300px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
#popup-block.modal.in .modal-dialog {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
}
#popup-block .modal-header .close i {
  color: rgba(0,0,0,0.5);
  font-size: 8px;
  display: block;
  position: relative;
  top: 1px;
}
#popup-block .modal-header .close:hover i {color: #465362;}
#popup-block .modal-dialog .modal-body {
  padding: 0;
  height: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  border: 1px solid rgba(0,0,0,0.2);
}
#popup-block .block.newsletter {float: right; text-align: left; width: 50%; margin-bottom: 0; padding: 0; background: none; border: none; position: relative;}
#popup-block .block.newsletter .content {padding: 0 40px;}
#popup-block .block.newsletter .title {
    font-family: 'Overpass', sans-serif;
    padding: 37px 40px 14px;
    border: none;
    margin: 0;
    color: rgba(0,0,0,0.8);
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
}
#popup-block .block.newsletter .title:after {content: none;}
#popup-block .required {
  margin-top: 2px;
}
#popup-block .block.newsletter label {
  color: rgba(0,0,0,0.5);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 auto;
  padding-right: 30px;
  padding-bottom: 22px;
  white-space: normal;
  text-align: left;
}
#popup-block .block.newsletter ~ .popup-bottom {color: #fff;}
#popup-block .block.newsletter .input-box {float: none; width: 100%; margin-bottom: 15px; position: relative;}
#popup-block .block.newsletter .input-wrapper {position: relative;}
#popup-block .block.newsletter input {height: 40px; color: rgba(0,0,0,0.3); border-radius: 4px; background-color: rgba(0,0,0,0.06); border: none;}
#popup-block .block.newsletter .actions {float: none; border: none; margin: 0; padding: 0;}
#popup-block .block.newsletter button {
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #eecc5f;
    border-color: #eecc5f;
    color: #fff;
    margin-top: 25px;
}
#popup-block .block.newsletter button:hover,
#popup-block .block.newsletter button:active,
#popup-block .block.newsletter button:focus,
#popup-block .block.newsletter button.hover,
#popup-block .block.newsletter button.active,
#popup-block .block.newsletter button.focus,
#popup-block .block.newsletter button.disabled:hover,
#popup-block .block.newsletter button[disabled]:hover,
#popup-block .block.newsletter fieldset[disabled] button:hover,
#popup-block .block.newsletter button.disabled:focus,
#popup-block .block.newsletter button[disabled]:focus,
#popup-block .block.newsletter fieldset[disabled] button:focus,
#popup-block .block.newsletter button.disabled.focus,
#popup-block .block.newsletter button[disabled].focus,
#popup-block .block.newsletter fieldset[disabled] button.focus {
  background-color: #465362;
  border-color: #465362;
  color: #fff;
}
#popup-block .block.newsletter button i {display: none;}
#popup-block {display: none;}
#popup-block .popup-content-wrapper {height: 100%; background-repeat: no-repeat; background-position: left;}
#popup-block .popup-bottom {position: absolute; margin-left: 40px; bottom: -2px; font-size: 11px; color: #aaa; font-weight: normal; left: 50%;}
#popup-block .popup-bottom input[type="checkbox"] {margin-right: 5px; position: relative; top: -1px; margin-top: 0;}


/* Customer =============================================================================== */
.login-container{margin:0 -10px;}
.login-container:after{content:''; clear: both;}
.login-container .block-customer-login{float: right;}
.login-container .block-new-customer{float: left;}
.login-container .block-customer-login,
.login-container .block-new-customer{
  width: 50%;
  padding:0 10px;
}
.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;}

#review-form fieldset.review-fieldset,
.products-grid.wishlist li.product-item .fieldset,
fieldset.fieldset.login{
  border: none;
  padding: 0;
  margin: 0;
}
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;
  width: 100%;
    float: right;
    clear: both;
}
#review-form fieldset.review-fieldset .legend{float: none;}



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


.field.password {margin-top: 0!important;}
.field.password .control {position: relative;}
.field.password .control:before,
.field.password .control:after {content: ''; display: table;}
.field.password .control:after {clear: both;}
.field.password .control #password {float: left; width: 63%;}
.field.password .control #password-error {position: absolute; top: 100%; font-size: 11px; color: #f00;}
.form-edit-account .fieldset .field.password .control {padding-bottom: 20px;}
.form-edit-account .fieldset .field.password .control #password-error {position: absolute; top: calc(100% - 20px); font-size: 11px; color: #f00;}
.field.password .control #password-strength-meter-container {
    background-color: #f4f4f4;
    height: 36px;
    line-height: 36px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
    width: 35%;
    float: right;
    white-space: nowrap;
}
.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,
.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%;}

body.checkout-index-index:not(.cms-index-index) #maincontent .container {
    padding-top: 40px;
    border: none;
    min-height: 100vh !important;
}


.authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
}
.authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
}
.authentication-dropdown .modal-header {padding: 0;}
.authentication-dropdown .modal-header .action-close {margin: 0;}
.authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
    float: right;
    margin-top: -57px;
    max-width: 50%;
    position: relative;
    z-index: 1;
}
.authentication-wrapper .action-auth-toggle {
    border: none;
    padding: 0;
    background: none;
    transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
}
.authentication-wrapper .action-auth-toggle:hover {color: #eecc5f;}
.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.company"] {clear: both; margin-top: 1em; float: left; width: 100%;}
#shipping-new-address-form .field[name="shippingAddress.lastname"] {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:before {vertical-align: middle;}
.authentication-wrapper .action-auth-toggle span {vertical-align: middle;}
.authentication-wrapper .action-auth-toggle:hover {color: #3f51b5; background-color: transparent; color: #465362;}
.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: #465362;}
.account .content-inner .box-content,
.account .content-inner .box-actions {font-size: .91em;}
.account .content-inner .actions-toolbar .primary {margin: 9px 0;}
.account .content-inner .actions-toolbar .secondary {float: right;}
.downloadable-customer-products .content-inner .actions-toolbar .secondary {float: none;}

.customer-review.view .product-media,
.customer-review.view .product-info {display: inline-block; vertical-align: top;}
.customer-review.view .product-info {margin-left: 20px;}
.customer-review.view .product-info .rating-average-label {display: none;}
.customer-review.view .product-info .reviews-actions a + a.add:before {content: none;}
.customer-review.view .review-details {margin-top: 1.5em;}
.customer-review.view .review-details .title {
  font-size: 1.5em;
  font-family: 'Overpass';
  font-weight: normal;
  line-height: normal;
  padding-bottom: 9px;
  margin-bottom: 18px;
  color: #222;
  border-bottom: solid 1px #ddd;
}
.customer-review.view .review-details .title strong {font-weight: inherit;}
.customer-review.view .review-details .rating-summary {display: block;}
.customer-review.view .review-details .rating-summary + .rating-summary {margin-top: .25em;}
.customer-review.view .review-details .rating-summary .rating-label{color: #222; min-width: 40px; display: inline-block;}
.customer-review.view .customer-review-rating {margin-bottom: 1.5em;}
.customer-review.view .review-title {color: #222; font-family: 'Overpass'; 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-info  .block-content{
  margin:0 -10px;
}
.block-dashboard-info  .block-content:after{
  content:'';
  display:block;
  clear: both;
}
.block-dashboard-info  .block-content .box.box-information,
.block-dashboard-info  .block-content .box.box-newsletter,
.block-dashboard-addresses .block-content .box.box-billing-address,
.block-dashboard-addresses .block-content .box.box-shipping-address{
  float: left;
  width: 47.8%;
  margin:0 10px;
  border: solid 1px #ddd;
  padding: 1.5em 20px;
}


.block-dashboard-addresses .block-content{
  margin:0 -10px;
}
.block-dashboard-addresses .block-content:after{
  content:'';
  display:block;
  clear: both;
}
.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: #465362;}

#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: #465362;}
.account .content-inner .action {display: inline-block; margin-top: 0;}

.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 5px;}
.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: 0 0 15px;}
.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; margin-right: 10px;}
.table-comparison .product-item-actions > .actions-primary .stock {margin-bottom: 0; padding: 2px 5px;}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary{display: inline-block; vertical-align: middle;}
.table-comparison .action.tocart{white-space: nowrap; padding: 5px 10px; min-height: 1px; font-size: 12px;}
.table-comparison .action.tocart i {display: none;}
.comparison.headings{background: #fff; left: 0; position: absolute; top: 0; width: auto; z-index: 2;}

.table-comparison .actions-primary {
    margin-top: 12px;
}
.table-comparison .secondary-addto-links {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0 0;
}
.table-comparison .secondary-addto-links a {
    border-radius: 30px;
    border: none;
    height: 30px;
    width: 30px;
    font-size: 14px;
    text-align: center;
    color: #aaa;
    background-color: transparent;
    display: inline-block;
    line-height: 30px;
    opacity: 1;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}
.table-comparison .secondary-addto-links a:hover {
    opacity: 1;
    background-color: #eee;
    color: #aaa;
}
.table-comparison .secondary-addto-links a i {
    font-size: inherit;
    line-height: inherit;
    position: relative;
    top: 1px;
}
.table-comparison .secondary-addto-links a.towishlist i {
    top: 2px;
}
.table-comparison .secondary-addto-links a + a {margin-left: 5px;}


/* Sidebar ================================================================================ */
body[class*='blog-'] .sidebar:not(.sidebar-wrapper),
.catalogsearch-result-index .sidebar:not(.sidebar-wrapper),
.catalogsearch-advanced-result .sidebar:not(.sidebar-wrapper),
.catalog-category-view .sidebar:not(.sidebar-wrapper),
body[class*='blog-'].page-layout-3columns .sidebar-wrapper,
.catalogsearch-result-index.page-layout-3columns .sidebar-wrapper,
.catalogsearch-advanced-result.page-layout-3columns .sidebar-wrapper,
.catalog-category-view.page-layout-3columns .sidebar-wrapper {
  margin-top: -20px;
  margin-bottom: -36px;
  background-color: #f2f2f2;
}
.catalogsearch-result-index .sidebar:not(.sidebar-wrapper),
.catalogsearch-advanced-result .sidebar:not(.sidebar-wrapper),
.catalogsearch-result-index.page-layout-3columns .sidebar-wrapper,
.catalogsearch-advanced-result.page-layout-3columns .sidebar-wrapper {
  margin-top: 0;
}
body.catalogsearch-result-index .header-wrapper + .breadcrumbs-wrapper,
body.catalogsearch-advanced-result .header-wrapper + .breadcrumbs-wrapper {
  display: none;
}
body[class*='blog-'].page-layout-2columns-left .main-container .content-inner,
.catalogsearch-result-index.page-layout-2columns-left .main-container .content-inner,
.catalogsearch-advanced-result.page-layout-2columns-left .main-container .content-inner,
.catalog-category-view.page-layout-2columns-left .main-container .content-inner {
    padding-left: 30px;
}
body[class*='blog-'].page-layout-2columns-right .main-container .content-inner,
.catalogsearch-result-index.page-layout-2columns-right .main-container .content-inner,
.catalogsearch-advanced-result.page-layout-2columns-right .main-container .content-inner,
.catalog-category-view.page-layout-2columns-right .main-container .content-inner {
    padding-right: 30px;
}

body[class*='blog-'] .sidebar-wrapper,
.catalogsearch-result-index .sidebar-wrapper,
.catalogsearch-advanced-result .sidebar-wrapper,
.catalog-category-view .sidebar-wrapper {
  margin: 0 -10px;
}
body[class*='blog-'].page-layout-3columns .sidebar-wrapper,
.catalogsearch-result-index.page-layout-3columns .sidebar-wrapper,
.catalogsearch-advanced-result.page-layout-3columns .sidebar-wrapper,
.catalog-category-view.page-layout-3columns .sidebar-wrapper {
  margin-left: 0;
  margin-right: 0;
}
body[class*='blog-'].page-layout-3columns .main-container > .content-inner,
.catalogsearch-result-index.page-layout-3columns .main-container > .content-inner,
.catalogsearch-advanced-result.page-layout-3columns .main-container > .content-inner,
.catalog-category-view.page-layout-3columns .main-container > .content-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.sidebar .block {
  margin-bottom: 0;
  color: #666;
  padding: 20px 0;
  position: relative;
  background-color: transparent;
}
.sidebar .block:first-child {
  padding-top: 2px;
}
.page-layout-3columns .sidebar .block {
  margin-left: -10px;
  margin-right: -10px;
}
body[class*='blog-'] .sidebar .block,
.catalogsearch-result-index .sidebar .block,
.catalogsearch-advanced-result .sidebar .block,
.catalog-category-view .sidebar  .block {
  color: #666;
  z-index: 10;
  padding: 40px 30px 40px 80px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
body[class*='blog-'] .sidebar .sidebar:last-of-type .block:last-of-type,
.catalogsearch-result-index .sidebar .sidebar:last-of-type .block:last-of-type,
.catalogsearch-advanced-result .sidebar .sidebar:last-of-type .block:last-of-type,
.catalog-category-view .sidebar .sidebar:last-of-type .block:last-of-type {
    border-bottom: none;
    padding-bottom: 94px;
}
body[class*='blog-'] .right-sidebar.sidebar .block,
.catalogsearch-result-index .right-sidebar.sidebar .block,
.catalogsearch-advanced-result .right-sidebar.sidebar .block,
.catalog-category-view .right-sidebar.sidebar .block {
  padding-left: 30px;
  padding-right: 80px;
}
.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;}
.cart-summary .block > .title,
.table.totals caption.table-caption,
.sidebar .block .block-title,
.block-title,
.sidebar .block .title,
.block-collapsible-nav-title  {
   margin: 0 0 12px;
   font-family: 'Overpass', sans-serif;
   color: #222;
   font-weight: 400;
   padding: 0 0 14px;
   font-size: 22px;
   position: relative;
   text-transform: none;
   letter-spacing: 0;
   border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.sidebar .block .title,
.sidebar .block .block-title {
  font-weight: bold;
  border-bottom: none;
  letter-spacing: -0.4px;
}
.sidebar .widget-static-block {
  margin: 0 !important;
}
.sidebar .block-banner a {
  display: block;
  width: 100%;
}
.sidebar .block-banner {
  position: relative;
  display: inline-block;
}
.sidebar .block-banner .btn {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
}

/* .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: #ffdc18;
} */

.sidebar .swatch-attribute-options {margin-top: 0;}
.block-title strong,
.sidebar .block .block-title strong,
.block-collapsible-nav-title strong {
    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,
.sidebar .block.filter .subtitle {display: none;}
.sidebar .block.filter .filter-count-label {display: none;}
.sidebar .block.filter dl dd {margin-bottom: 2.333em;}
/* .sidebar .block.filter .filter-options-title {margin-bottom: 1em; width: 100%; overflow: hidden; padding: 0;} */
/* .sidebar .block.filter ol li {
    margin: 0 -20px;
    padding: 0 20px;
    font-family: 'Nunito Sans';
    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 .filter-current ol li a span {display: none;}
.sidebar .block.filter .filter-current ol li {border-bottom: 1px solid #ddd !important; margin-bottom: 10px;}
.sidebar .filter-current ol li .filter-label:after {content: ':'; display: inline-block; font-size: inherit;}
.sidebar .filter-current ol li a {float: right;}

.sidebar .block.filter ol li { border: none !important; padding: 7px 0; font-size: 12px; margin: 0;}
.sidebar .block.filter ol li a {
  font-size: 14px;
  line-height: 1.22;
  font-weight: 400;
  color: #666;
  display: inline-block;
  padding: 0;
  margin-top: 1px;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
}
.sidebar .block.filter ol li a i {color: #b2b2b2; font-size: 14px;}
.sidebar .block.filter ol li:hover {background: none;}
.sidebar .block.filter ol li a:hover {color: #465362;}
.sidebar .block.filter ol li .filter-value {font-size: inherit;}
.sidebar .block.filter ol li .filter-label {display: inline-block; width: auto; font-size: inherit;}
.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: 14px;
    font-weight: normal;
    color: #666;
    padding: 0 4px;
    border-radius: 4px;
    box-sizing: content-box;
    min-height: 38px;
    min-width: 30px;
    line-height: 38px;
    text-align: center;
    background-color: transparent;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}
.sidebar .block.filter .swatch-attribute-options .swatch-option.text:hover {
  background-color: #fff;
  opacity: 1;
}
.sidebar .block.account-nav .account-nav-title {display: none;}
.sidebar .block.account-nav {margin-bottom: 1.3em;}

/*Block filter mobile*/
#layered-filter-block.mobile {
    width: 300px;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    padding: 0;
    transition: left 550ms ease;
    right: -300px;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
    padding: 20px;
}
#layered-filter-block.mobile:before {
    content: '';
    width: 25px;
    height: auto;
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    -webkit-box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);
    -moz-box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);
    box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);
}
#layered-filter-block.mobile .block-title {margin: -20px -20px 0; padding: 10px 20px 5px; border-bottom: 1px solid #ddd; font-size: 24px; text-transform: none;}
#layered-filter-block.mobile .block-title:after {display: none;}
#layered-filter-block.mobile .filter-current,
#layered-filter-block.mobile .actions,
#layered-filter-block.mobile #narrow-by-list {margin: 0 -20px; width: auto; padding: 0;}
#layered-filter-block.mobile .block-content .filter-options-content + .filter-options-title,
#layered-filter-block.mobile .block-content .filter-options-title {margin: 0; padding: 12px 20px 11px; font-size: 14px;}
#layered-filter-block.mobile .block-content ol {padding: 0;}
#layered-filter-block.mobile .filter-current {width: auto; padding: 0}
#layered-filter-block.mobile .block-content .filter-current li {margin: 0; padding: 16px 20px;}
#layered-filter-block.mobile .block-content .filter-current li {border-bottom: 1px solid #ddd;}
#layered-filter-block.mobile .block-content .filter-current li a.btn-remove i:before {content: '\0048'; color: #b2b2b2; font-size: 14px;}
#layered-filter-block.mobile #narrow-by-list {border-bottom: 1px solid #ddd;}
#layered-filter-block.mobile #narrow-by-list li {margin: 0; padding: 7px 30px;}
#layered-filter-block.mobile #narrow-by-list .filter-options-content {display: none; padding-left: 20px; padding-right: 20px;}
#layered-filter-block.mobile #narrow-by-list .filter-options-item:not(:first-of-type) .filter-options-title {border-top: 1px solid #ddd;}
#layered-filter-block.mobile #narrow-by-list .filter-options-title .icon-more .icon-plus,
#layered-filter-block.mobile #narrow-by-list .filter-options-title .icon-more .icon-minus {font-size: inherit;}
#layered-filter-block.mobile #narrow-by-list .filter-options-title .icon-more .icon-minus {display: none;}
#layered-filter-block.mobile #narrow-by-list .filter-options-title.open .icon-more .icon-minus {display: inline-block;}
#layered-filter-block.mobile #narrow-by-list .filter-options-title.open .icon-more .icon-plus {display: none;}
#layered-filter-block.mobile #narrow-by-list .filter-options-title .icon-more {float: right; display: inline-block; text-transform: none; font-size: 14px; margin-top: 4px;}
#layered-filter-block.mobile .filter-actions a {display: block; width: auto; margin: 0 -20px; color: rgba(0,0,0,0.5); background-color: transparent; border-color: transparent; padding: 15px 20px; text-align: left;}
#layered-filter-block.mobile .filter-actions a i {font-size: 14px; margin-right: 10px; color: rgba(0,0,0,0.3); position: relative; top: 2px;}
#layered-filter-block.mobile .filter-actions a span {color: inherit;}
#layered-filter-block.mobile .filter-actions a:hover,
#layered-filter-block.mobile .filter-actions a:active,
#layered-filter-block.mobile .filter-actions a:focus {background-color: rgba(0,0,0,0.1); color: #111;}
#layered-filter-block.mobile #narrow-by-list .filter-options-title:after {content: '\0033'; right: 20px; font-size: 14px; top: 50%; margin-top: -7px;}
#layered-filter-block.mobile #narrow-by-list .filter-options-item.active .filter-options-title:after {content: '\007a'; text-transform: none;}
/**/


.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.2em;
    padding: 1em 0;
    display: inline-block;
  font-family: 'Overpass';
}
.sidebar .block li a.delete:hover {color: #eecc5f;}
.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: 15px;}
.sidebar .block.block-reorder li {padding: 11px 0 10px; background: none;}
.sidebar .block.block-reorder li:hover {background: none;}
.sidebar .block.block-reorder li .item input {height: auto;}
.sidebar .block.block-reorder li .field {display: inline-block; margin-right: 10px; vertical-align: top; position: relative; top: -5px;}
.sidebar .block.block-reorder li .product-item-name {padding: 0; vertical-align: top; max-width: 80%; margin-bottom: 0;}
.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;
    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 .action {background: none; padding: 5px 0; border: none; min-height: 1px;}
.sidebar .block.block-wishlist .product-item-details .product-item-actions a i {}
.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-actions a.action.tocart {display: block;}
.sidebar .block.block-wishlist .product-item-details .product-item-actions .action.tocart span{display: none;}
.sidebar .block.block-wishlist .product-item-details .product-item-actions .action.tocart:before{
  content:'\0047';
  font-family: 'meigee';
  left:0;
  top:0;
  color: #dddddd;
  font-size: 0.9em;
  line-height: 1;
  padding: 5px 1px 0 5px;
}
.sidebar .block.block-wishlist .product-item-details .product-item-actions a.btn-remove{font-size: 0;}
.sidebar .block.block-wishlist .product-item-details .product-item-actions a.btn-remove:before{
  content:'\0035';
  font-family: 'meigee';
  left:0;
  top:0;
  color: #dddddd;
  font-size: 15px;
  line-height: 1;
  padding: 0;
}
.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-wishlist .actions-toolbar a.action.details{display: block;}
.sidebar .block.block-compare li {padding-right: 30px; position: relative;}
.sidebar .block.block-compare .product-item-name {padding: 0;}
.sidebar .block.block-compare .action {
  float: right;
  font-size: 12px;
}
.sidebar .block.block-compare .actions-toolbar{text-align: center;}
.sidebar .block.block-compare .actions-toolbar .primary,
.sidebar .block.block-compare .actions-toolbar .secondary{display: inline-block;}

.sidebar .block.block-compare .action.delete {padding: .87em 0; font-size: 0; position: relative;}
.sidebar .block.block-compare .action.delete:before{
  content:'\0035';
  position:absolute;
  right:0;
  top:17px;
  font-size: 16px!important;
  font-family: 'meigee';
}
.sidebar .block.block-compare .action.delete {padding: 0; position: absolute; top: 4px; right: 10px;}

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

.sidebar .block.account-nav li strong,
.sidebar .block.account-nav li a {
    display: block;
    margin: 0 -10px;
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar .block.account-nav li strong {background-color: rgba(0,0,0,0.04);}


.sidebar .block.block-reorder  .actions-toolbar .primary button.action.tocart,
.sidebar .block.block-reorder  .actions-toolbar .secondary a.action.view{
  display: inline-block;
}
.sidebar .block.block-reorder  .actions-toolbar .secondary a.action.view:hover{opacity: 1;}
.sidebar .block.block-reorder  .actions-toolbar .primary button.action.tocart, {
  border: none;
  padding: 0;
  margin: 0;
  padding: 11px 26px 9px;
}
.sidebar .block.block-reorder  .actions-toolbar .secondary a.action.view {
  padding-top: 10px;
  padding-bottom: 10px;
}

.filter-current {
  display: none;
}
#layered-filter-block.filter-no-options:not(.mobile) {
    height: 0;
    padding: 0;
    border: none;
}
#layered-filter-block.filter-no-options.block.filter:not(.mobile) .block-title {
  display: none;
}



#layered-filter-block .block-content .action.remove {
  font-size: 1.16em;
  padding-top: 0;
  padding-bottom: 0;
}
#layered-filter-block .block-content .btn-removed:before {
  content: none;
}
#layered-filter-block .block-content .filter-current li {
  margin-bottom: .75em;
  display: block;
}
#layered-filter-block .block-content .filter-current li .filter-label {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
}
#layered-filter-block .block-content .filter-current li span {
  display: inline-block;
  vertical-align: middle;
}
#layered-filter-block .block-content .filter-current li.swatch-current span.filter-label {
  display: none;
}
#layered-filter-block .block-content .filter-current .action.remove {
  float: right;
  padding: 0;
  font-size: 14px;
}
#layered-filter-block .block-content .filter-actions {
  padding: 0;
  margin: 0;
}
#layered-filter-block .block-content .filter-actions .btn i {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
#layered-filter-block:not(.mobile).empty {
  height: 0;
  padding: 0;
  border: none;
}
#layered-filter-block:not(.mobile) .block-content .filter-current {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
}
#layered-filter-block:not(.mobile) .block-content .filter-current ol {
  display: inline-block;
}
#layered-filter-block:not(.mobile) .block-content .filter-current li {
  background-color: #eee;
  border-radius: 15px;
  line-height: 30px;
  padding: 0 0 0 15px;
  color: #666;
  font-size: 13px;
  margin: 0 10px 10px 0;
  border: none !important;
  display: block;
  float: left;
}
#layered-filter-block:not(.mobile) .block-content .filter-current li span {
  vertical-align: baseline;
}
#layered-filter-block:not(.mobile) .block-content .filter-current li.swatch-current span.value {
  line-height: 1 !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: -12px;
  margin-right: -5px;
}
#layered-filter-block:not(.mobile) .block-content .filter-current li.swatch-current span.value .swatch-label,
#layered-filter-block:not(.mobile) .block-content .filter-current li.swatch-current span.value .swatch-label img {
  height: 26px !important;
  width: 26px !important;
  line-height: 26px !important;
  display: block;
}
#layered-filter-block:not(.mobile) .block-content .filter-current li span.filter-label {
  display: none;
}
#layered-filter-block:not(.mobile) .block-content li a.action.remove {
  background-color: #fff;
  color: rgba(0,0,0,0.5);
  border-radius: 50%;
  line-height: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
  margin: 2px 2px 2px 10px;
}
#layered-filter-block .block-content li a.action.remove span {
  display: none;
}
#layered-filter-block:not(.mobile) .block-content li a.action.remove:hover,
#layered-filter-block:not(.mobile) .block-content li a.action.remove:active,
#layered-filter-block:not(.mobile) .block-content li a.action.remove:focus {
  background-color: #465362;
  color: #fff;
}
#layered-filter-block:not(.mobile) .block-content li a.action.remove i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: inherit;
  line-height: 1;
    position: relative;
    top: -1px;
}
@-moz-document url-prefix() {
  #layered-filter-block:not(.mobile) .block-content li a.action.remove i {
    position: relative;
    top: -2px;
  }
}
#layered-filter-block:not(.mobile) .block-content li a.action.remove i:before {
  content: '\005e';
  vertical-align: middle;
}
#layered-filter-block:not(.mobile) .block-content .filter-actions .filter-clear {
  background-color: #fff;
  color: #222;
  font-weight: normal;
  font-size: 13px;
  padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
    min-height: 30px;
    white-space: nowrap;
}
#layered-filter-block:not(.mobile) .block-content .filter-actions .filter-clear:hover,
#layered-filter-block:not(.mobile) .block-content .filter-actions .filter-clear:focus,
#layered-filter-block:not(.mobile) .block-content .filter-actions .filter-clear:active,
#layered-filter-block:not(.mobile) .block-content .filter-actions .filter-clear.active {
  background-color: rgba(0,0,0,0.1);
  border-color: transparent;
}
#layered-filter-block:not(.mobile) .block-content .filter-actions .filter-clear i {
  display: none;
}



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

.sidebar .block.filter .options dt,
.filter-options-title {
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
}
.filter-options-title:after {
  display: inline-block;
  font: normal normal normal 14px/1 meigee;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
  content: '\0053';
}
.filter-options-item + .filter-options-item .filter-options-title {
  margin-top: 34px;
}
.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 .filter-options-item.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;}

.swatch-option-link-layered {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}

/* Cart ================================================================================= */
body.boxed-layout .page-header.cart-header .container,
body.wide-layout .page-header.cart-header .container {
  background-color: #f2f2f2;
}
body.boxed-layout.checkout-cart-index .content-wrapper .container,
body.wide-layout.checkout-cart-index .content-wrapper .container {
  background-color: #f2f2f2;
}
body:not(.cms-index-index).checkout-cart-index #maincontent .container {
  padding-top: 0;
}
body .page-header.cart-header .minicart-wrapper {
  display: none;
}
body.boxed-layout.checkout-cart-index .content-wrapper .container,
.boxed-layout.checkout-cart-index .breadcrumbs-wrapper .container {
  border: none !important;
}
body.checkout-index-index .btn,
body.checkout-cart-index .btn,
body.checkout-cart-index button.action,
body.checkout-index-index button.action,
body.checkout-cart-index .cart-container .cart.actions a.action.continue,
body.checkout-index-index button[type="submit"] {
  border-radius: 4px;
}
body .page-header.cart-header a.logo {
  padding: 24px 0 33px;
}
body .page-header.cart-header .page-title {
  display: block;
  font-size: 36px;
  font-family: 'Overpass', sans-serif;
  color: rgba(0,0,0,0.8);
  border: none;
  padding: 26px 0;
  margin: 0;
  text-align: center;
  letter-spacing: -2px;
  font-weight: bold;
}
body .page-header.cart-header .options-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
body .page-header.cart-header .options-wrapper .options-block {
  color: rgba(0,0,0,0.5);
}
body .page-header.cart-header .options-wrapper .options-block i {
  color: rgba(0,0,0,0.2);
}
body .cart-container {
  margin-left: -10px;
  margin-right: -10px;
}
.cart-container:before,
.cart-container:after {
  content: " ";
  display: table;
  clear: both;
}
.cart-container .crosssell-wrapper,
body .cart-container .form-cart {
  float: left;
  width: 66.66666667%;
  padding-left: 10px;
  padding-right: 10px;
}
body .cart-summary  {
  width: 33.33333333%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: table;
}
.cart-container .crosssell {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
}
.cart-container .crosssell .block-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
  font-weight: bold;
}

body .table > tbody + tbody {border-width: 1px;}
table.table-bordered > thead > tr > th,
table.table-bordered > tbody > tr > th,
table.table-bordered > tfoot > tr > th,
table.table-bordered > thead > tr > td,
table.table-bordered > tbody > tr > td,
table.table-bordered > tfoot > tr > td {border-color: #ddd;}
body .table > thead > tr > th {
  border-bottom-width: 1px;
  padding: 1.25em 0;
    font-size: 1em;
    font-weight: normal;
    color: inherit;
  font-family: inherit;
    white-space: nowrap;
    text-align: center;
}
  body .table .product-item-name {
    font-size: 1.167em;
    line-height: 1em;
    text-transform: none;
    font-weight: 400;
    color: rgba(0,0,0,.86);
    display: inline-block;
    max-width: 83%;
    margin-bottom: 5px;
}
body .table .product-item-name a {
  font-size: 16px;
  color: rgba(0,0,0,0.8);
  font-weight: normal;
}
body .table .actions-toolbar a {display: inline-block; font-size: 11px; color: #888; border: solid 1px rgba(0,0,0,.1); border-radius: 12px; padding: 0px 8px 3px; text-transform: lowercase;}
body .table .actions-toolbar a i {
  color: #aaa;
  font-size: 16px;
  display: inline-block;
  margin-right: 2px;
  line-height: 1;
  position: relative;
  top: 2px;
  padding: 2px;
}
.cart-product-info .subtotal {
  padding-bottom: 10px;
}
#shopping-cart-table .price {
    font-size: 16px;
    color: rgba(0,0,0,0.8);
}
#shopping-cart-table .cart-actions {
  position: absolute;
  top: 30px;
  right: 30px;
}
#shopping-cart-table .cart-actions a {
  display: inline-block;
  font-size: 11px;
  color: rgba(0,0,0,0.8);
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
#shopping-cart-table .cart-actions a + a {
  margin-left: 10px;
}
#shopping-cart-table .cart-actions i {
  padding: 2px;
}
#shopping-cart-table .cart-actions i,
#shopping-cart-table .table-button i {
  color: rgba(0,0,0,0.8);
  font-size: 11px;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 2px;
}
#shopping-cart-table .cart-actions a:hover {
  background-color: rgba(0,0,0,0.06);
  opacity: 1;
}
#shopping-cart-table .item-options {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 11px;
}
#shopping-cart-table .item-options dd {
  font-weight: bold;
  color: rgba(0,0,0,0.5);
}
#shopping-cart-table .item-options + .quantity-wrapper {
    border-left: 1px solid rgba(0,0,0,0.1);
    padding-left: 15px;
    margin-left: 8px;
}
#shopping-cart-table .quantity-wrapper {
    margin: 0;
    display: inline-block;
    position: relative;
}
#shopping-cart-table .quantity-wrapper .toggle-btn {
    font-size: 11px;
    color: rgba(0,0,0,0.5);
    cursor: pointer;
    text-transform: uppercase;
}
#shopping-cart-table .quantity-wrapper .toggle-btn strong {
    margin: 0 5px 0 3px;
    font-weight: bold;
}
#shopping-cart-table .quantity-wrapper .toggle-btn .caret {
    border-top: 4px dashed #aaa;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#shopping-cart-table .quantity-wrapper .dropdown-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 5px;
    width: auto;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
    z-index: 20;
    white-space: nowrap;
}
#shopping-cart-table .quantity-wrapper input {
    border-color: transparent;
    background-color: rgba(0,0,0,0.08);
    border-radius: 0;
    margin-left: -3px;
    margin-right: -3px;
}
#shopping-cart-table .quantity-wrapper i {
    background-color: rgba(0,0,0,0.08);
    color: rgba(0,0,0,0.8);
    height: 40px;
    line-height: 40px;
    width: 20px;
    text-align: center;
}
#shopping-cart-table .quantity-wrapper .quantity-decrease i {
    border-radius: 4px 0 0 4px;
}
#shopping-cart-table .quantity-wrapper .quantity-increase i {
    border-radius: 0 4px 4px 0;
}

.form-address-edit .actions-toolbar .primary + .secondary {
  margin-left: 18px;
}
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: 1px solid rgba(0,0,0,0.1); padding-left: 15px; margin-left: 10px;}
.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 .cart-container .table-wrapper {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}
body #shopping-cart-table{
  position: relative;
  margin-bottom: 0;
}
body #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: 30px; vertical-align: middle;}
#shopping-cart-table tbody tr td {vertical-align: top; position: relative; border: none; border-bottom: 1px solid rgba(0,0,0,0.1);}
#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: #465362;}
.cart.table-wrapper .product-item-photo {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  margin-bottom: .75em;
  vertical-align: top;
}
#shopping-cart-table .cart-product-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 125px);
}
.cart-container .cart.actions .subtotal strong,
.cart-container .cart.actions .subtotal .price {
  font-size: 16px;
  color: rgba(0,0,0,0.8);
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}
body .cart-container .cart.actions .cart-totals {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
body .cart-container .cart.actions .table-wrapper {
  background-color: transparent;
}
body .cart-container .cart.actions .table-caption,
body .cart-container .cart.actions tr {
  display: none;
}
body .cart-container .cart.actions tr.grand.totals {
  display: block;
}
body .cart-container .cart.actions tr.grand.totals th {
  display: none;
}
body .cart-container .cart.actions tr.grand.totals td {
  margin: 0;
  padding: 0 !important;
  height: auto;
  width: auto;
}
.cart.table-wrapper .product-image-container {display: inline-block; max-width: 100%; width: 100% !important;}
.cart.table-wrapper .product-item-details {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    position: relative;
}
.cart.table-wrapper .qty .label {display: none;}
.cart.table-wrapper .field.qty {width: 112px;}
.cart-container .cart.actions {
  background-color: #fff;
  margin: 0;
  padding: 30px;
  border-radius: 0 0 4px 4px;
}
.cart-container .cart.actions a {float: left;}
.cart-container .cart.actions a {float: left;}
.cart-container .cart.actions a.action.continue,
.cart-container .cart.actions .action.clear {opacity: 1; margin-right: 20px;}

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;}

.cart-summary  .totals-wrapper {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: table-header-group;
}
.cart-summary #block-discount{margin-top: 1em;}
.cart-summary #block-discount .content{display: block !important;}
.cart-summary #block-shipping .content{display: none; padding-top: 20px;}

.cart-summary .payments-wrapper {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px 30px 0;
  margin-top: 25px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.cart-summary .payments-wrapper .title {
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    display: block;
    padding-bottom: 20px;
}

.cart-summary #block-shipping {
  color: #666;
  padding: 30px;
  position: relative;
  border-radius: 4px;
  z-index: 10;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 20px;
}
.cart-summary #block-shipping .title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  color: rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 16px;
  font-family: 'Overpass', sans-serif;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: font-size 300ms ease;
  -moz-transition: font-size 300ms ease;
  -webkit-transition: font-size 300ms ease;
  -o-transition: font-size 300ms ease;
}
.cart-summary #block-shipping .title:after {
  content: '\0079';
  font-family: 'meigee';
  font-size: 12px;
  color: #888;
  display: inline-block;
  float: right;
  line-height: 20px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out;
}
.cart-summary #block-shipping .title.open {
  font-size: 22px;
  color: #222;
}
.cart-summary #block-shipping .title.open:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.cart-summary #block-shipping p{
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}
.cart-summary #block-shipping .label {
  font-size: 14px;
  color: #666;
}
.cart-summary #block-shipping .field {
  margin-top: 0;
  margin-bottom: 1.8em;
}
.cart-summary #block-shipping .field .price {
  font-size: 16px;
  color: rgba(0,0,0,0.8);
}
.cart-summary #block-shipping .field input {
  height: auto;
  margin-top: 5px;
}
.cart-summary #block-shipping .item-options .label {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.cart-summary #block-shipping fieldset.fieldset {
  border: none;
  padding: 0;
}
.cart-summary #block-shipping .control input,
.cart-summary #block-shipping .control select {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0,0,0,0.06);
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  border-width: 1px;
  padding: 0 12px;
  font-size: 13px;
  height: 40px;
  border-radius: 4px;
}
.cart-summary .totals-wrapper .block-inner {border-width: 2px; border-color: #2ea82b;}
.table.totals caption.table-caption,
.cart-summary .totals-wrapper .block-title {
  font-size: 22px;
  font-weight: bold;
  border-bottom: none;
  letter-spacing: -0.4px;
  border-color: rgba(0,0,0,0.1);
}
/* .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: #222;
  font-size: 1em;
  margin-bottom:  5px;
}
.cart-summary .rate .methods dd + dt {margin-top: 1em;}

.cart-summary #shipping-zip-form legend.legend,
.cart-summary #shipping-zip-form legend.legend +br{display: none;}

.cart-summary .totals-inner  #block-discount .title,
.cart-summary .totals-inner  #block-discount label {
  display: none;
}
.cart-summary .totals-inner  #block-discount .fieldset.coupon {
  position: relative;
}
.cart-summary .totals-inner  #block-discount .actions-toolbar {
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.cart-summary .totals-inner  #block-discount .actions-toolbar button {
  background-color: transparent;
  border: none;
  width: auto;
  height: auto;
  padding: 0 11px;
  line-height: 35px;
  border-radius: 0 4px 4px 0;
}
.cart-summary .totals-inner  #block-discount .actions-toolbar button:hover,
.cart-summary .totals-inner  #block-discount .actions-toolbar button:active,
.cart-summary .totals-inner  #block-discount .actions-toolbar button:focus {
  background-color: rgba(0,0,0,0.1);
}
.cart-summary .totals-inner  #block-discount .actions-toolbar span {
  font-size: 0;
}
.cart-summary .totals-inner  #block-discount .actions-toolbar span:before {
    content: '\0079';
    font-family: 'meigee';
    font-size: 12px;
    color: #888;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    top: -2px;
}
.cart-summary .totals-inner  #block-discount .control:before {
  content: "\e907";
  font-family: 'meigee-additional' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  z-index: 1;
}
.cart-summary .totals-inner  #block-discount input {
  background-color: rgba(0,0,0,0.06);
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  border-radius: 4px;
  padding-left: 55px;
}
body .totals-wrapper .checkout-methods-items button.action {
  width: 100%;
  background-color: #4caf50;
  border-color: #4caf50;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}
body .totals-wrapper .checkout-methods-items button.action:hover,
body .totals-wrapper .checkout-methods-items button.action:active,
body .totals-wrapper .checkout-methods-items button.action:focus {
  background-color: #eee;
  border-color: #eee;
  color: #888;
}
.totals-inner {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  border-bottom: none;
  margin-top: 9px;
}
.totals-inner:before {
  content: '';
  display: block !important;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 12px;
  width: auto;
  background-color: transparent;
  background-image:url(../images/barbour_bubble_border.png);
  background-repeat: repeat-x;
  border-bottom: 3px solid #fff;
}
.table.totals {text-align: left; margin-bottom: 0;}
.table.totals tr:not(:last-child) {border-bottom: 1px dotted rgba(0,0,0,0.1);}
.table.totals th,
.table.totals td {
    width: 69%;
    text-align: left;
    float: none !important;
    display: inline-block;
    vertical-align: bottom;
    padding: 1em 0!important;
    color: rgba(0,0,0,0.8);
    font-size: 14px;
    border: none;
    line-height: 1.5;
}
.table.totals td {
  width: 29%;
}
.table.totals td {color: #222;}
.table.totals .grand {/*margin-top: .75em;*/ display: block;}
.table.totals .grand .price {font-weight: 600; color: rgba(0,0,0,0.8);}
.totals-wrapper .checkout-methods-items {text-align: left;}
body .totals-wrapper .checkout-methods-items .btn {}
.totals-wrapper .checkout-methods-items .btn i {display: none;}
.table.totals th strong {font-weight: normal;}
.table.totals td .price {font-size: 14px; color: rgba(0,0,0,0.8);}
.checkout-methods-items {list-style: none; text-align: left;}
.checkout-methods-items.items {margin: 0 -30px; text-align: center; border-top: 1px solid rgba(0,0,0,0.1); padding-top: 30px; padding-left: 30px; padding-right: 30px; margin-top: 30px;}
.checkout-methods-items li + li {padding-top: 0;}
.checkout-methods-items li a {color: #666;}
.checkout-methods-items li a:hover {color: #465362;}

/* Checkout =============================================================================== */
.table-caption,
.multicheckout .block .title {
  font-family: 'Overpass';
  color: #222;
    font-weight: 400;
    font-size: 1.16em;
    line-height: 1.583em;
}
body.boxed-layout .page-header .checkout-header .container,
body.wide-layout .page-header .checkout-header .container {
  background-color: #f2f2f2;
}
body.boxed-layout.checkout-index-index .content-wrapper .container,
body.wide-layout.checkout-index-index .content-wrapper .container {
  background-color: #f2f2f2;
}
body.boxed-layout.checkout-checkout-index .content-wrapper .container,
.boxed-layout.checkout-checkout-index .breadcrumbs-wrapper .container {
  border: none !important;
}
body .page-header .checkout-header a.logo {
  padding: 28px 0;
}
body .page-header .checkout-header .page-title {
  display: block;
  font-size: 36px;
  font-family: 'Overpass', sans-serif;
  color: rgba(0,0,0,0.8);
  border: none;
  padding: 24px 0;
  margin: 0;
  text-align: center;
  letter-spacing: -2px;
  font-weight: bold;
}
body .page-header .checkout-header .custom-block {
  margin-top: 28px;
  margin-bottom: 28px;
}
.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 .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;}
.opc label,
.opc .label {
    float: none;
    font-weight: normal;
    margin-bottom: 12px;
    color: #666;
}
.opc #shipping label,
.opc #shipping .label {
  padding-top: 5px;
}
.opc-wrapper .opc:before,
.opc-wrapper .opc:after {
  content: " ";
  display: table;
  display: block;
  clear: both;
}
.opc-wrapper .opc {
  margin-left: -10px;
  margin-right: -10px;
}
.checkout-container #checkoutSteps > li,
.checkout-container #checkoutSteps > li + li#opc-shipping_method {
  width: 47.5%;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  clear: none;
  margin-top: 0;
}
.checkout-container #checkoutSteps > li + li,
.checkout-container #checkoutSteps > li {
  padding: 30px;
  border: 2px dashed rgba(0,0,0,0.2);
  border-radius: 4px;
  margin-bottom: 2.5em;
  width: 47.5%;
}
.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 #checkoutSteps > li#payment {
  border: none;
  padding: 0;
  margin-top: -15px;
  width: 98%;
}
.checkout-container #checkoutSteps > li#payment #co-payment-form > .fieldset {
  margin-left: -10px;
  margin-right: -10px;
}
.checkout-container #checkoutSteps > li#payment #co-payment-form > .fieldset > div {
  padding: 30px;
  border: 2px dashed rgba(0,0,0,0.2);
  border-radius: 4px;
  margin-bottom: 2.5em;
  width: 47%;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.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: 28px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: 'Overpass';
}
.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: 11px;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  font-family: 'Overpass';
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -.8px;
}
.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;
  padding: 0;
  color: rgba(0,0,0,0.8);
  float: right;
  min-height: auto;
  height: auto;
  line-height: 1;
  margin-top: 3px;
}
.opc-wrapper{width: 66%; float: left;}
#checkout .opc-summary-wrapper{float: right; width: 33%;}
.opc-wrapper .shipping-address-items {font-size: 0;}
.opc-wrapper .shipping-address-item {
    border: 2px solid transparent;
    font-size: 12px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: .3s border-color;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {border-color: #222; width: 100%;}
.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 .actions-toolbar {
  margin-top: 0;
}
.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;}
.opc-block-shipping-information .shipping-information > div + div {margin-top: 18px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.1);}
.opc-wrapper #opc-shipping_method .step-title {margin-bottom: 10px;}
#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 tr {position: relative; display: block; padding-top: 25px; padding-bottom: 20px; margin-left: 0; margin-right: 0;}
#checkout-shipping-method-load .table-checkout-shipping-method tbody td.col-carrier {
  position: absolute;
  top:-5px;
  left: 0;
  display: block;
  text-align: left;
  font-size: 14px;
  color: rgba(0,0,0,0.8);
  font-weight: bold;
}
#checkout-shipping-method-load .table-checkout-shipping-method tbody td {display: inline-block; border-top: 1px solid #ccc; line-height: 34px;}
#checkout-shipping-method-load .table-checkout-shipping-method tbody td:first-child {padding-left: 0; padding-right: 0; width: 20px; position: relative; top: -1px;}
#checkout-shipping-method-load .table-checkout-shipping-method tbody tr:first-child td {border-top: none;}
#checkout-shipping-method-load .table-checkout-shipping-method tbody td,
#checkout-shipping-method-load .table-checkout-shipping-method .price {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
#checkout-shipping-method-load .table-checkout-shipping-method .price {margin-left: 2px;}
#checkout-shipping-method-load .table-checkout-shipping-method .col-method {
  float: left;
}
#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 {
  margin-top: 9px;
  background-color: #fff;
  padding: 30px 30px 15px;
  display: table;
  width: 100%;
  border-radius: 0 0 4px 4px;
}
.opc-block-summary:before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 12px;
    width: auto;
    background-color: transparent;
    background-image: url(../images/barbour_bubble_border.png);
    background-repeat: repeat-x;
    border-bottom: 3px solid #fff;
}
.opc-block-summary > .title {
  display: table-header-group;
  width: 100%;
}
.opc-block-summary .table-totals {
  display: table-footer-group;
  width: 100%;
}
.opc-block-summary .table-totals ~  .items-in-cart{
  display: table-header-group;
  width: 100%;
}
.opc-block-summary .items-in-cart > .title {
  display: none;
}
.opc-block-summary .items-in-cart .minicart-items {
  display: block !important;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  color: inherit;
  content: '\0053';
  display: inline-block;
  font: normal normal normal 14px/1 meigee;
  font-size: 8px;
  line-height: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart.active > .title:after {content: '\0054';}
.opc-block-summary .items-in-cart .product {position: relative;}
.opc-block-summary .items-in-cart .product.options {max-width: calc(100% / 1.12045 - 45px); clear: both;}
.opc-block-summary .items-in-cart .product.options .toggle {display: none;}
.opc-block-summary .items-in-cart .product.options .content {display: block !important;}
.opc-block-summary .minicart-items .product-item-name {
    font-weight: 400;
    display: table-cell;
    width: 100%;
}
.opc-block-summary .minicart-items .product-item-name {
    font-weight: 400;
    display: table-cell;
    width: 100%;
}
.opc-block-summary .product-item .product-item-inner {display: table; margin: 0; width: 100%;}
.opc-block-summary .product-item .product-item-name-block {display: table-cell; text-align: left;}
.opc-block-summary .product-item .subtotal {display: table-cell; text-align: right; width: 25%; padding-left: 10px;}
.opc-block-summary .minicart-items .product-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.opc-block-summary .minicart-items .product-item:last-of-type {
  border-bottom: none;
}
.opc-block-summary .minicart-items .minicart-items .item-options {
  margin-bottom: 0;
}
.opc-block-summary .minicart-items .minicart-items .item-options dt,
.opc-block-summary .minicart-items .minicart-items .item-options dd {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.opc-block-summary .minicart-items .minicart-items .item-options dd {
  margin-right: 3px;
}
.opc-block-summary .minicart-items-wrapper {
    margin: 0 -15px 0 0;
   /*  max-height: 370px; */
    padding: 25px 15px 0 0;
    border: 0;
}
.opc-block-summary .minicart-items .product-item-name {font-weight: 400; display: table-cell; width: 100%;}
.opc-block-summary .minicart-items .product-item-details {padding-left: 0}
.opc-block-summary .minicart-items .product-item-details .details-qty {display: table-cell; min-width: 45px; text-align: center; padding-left: 10px; padding-right: 10px; float: none; margin-right: 0;}
.opc-block-summary .minicart-items .product-item-details .details-qty .label {display: none;}
.opc-block-summary .minicart-items .product > .product-image-container {display: none;}
.opc-block-summary .minicart-items .minicart-header {
  display: table;
  width: 100%;
}
.opc-block-summary .minicart-items .minicart-header span {
  display: table-cell;
  padding: 0 10px 12px;
  border-bottom: 1px dotted rgba(0,0,0,0.2);
  text-align: left;
  color: rgba(0,0,0,0.3);
  font-size: 14px;
}
.opc-block-summary .minicart-items .minicart-header span:nth-child(1) {
  padding-left: 0;
}
.opc-block-summary .minicart-items .minicart-header span:nth-child(2) {
  text-align: center;
  width: 45px;
}
.opc-block-summary .minicart-items .minicart-header span:nth-child(3) {
  text-align: right;
  padding-right: 0;
  width: 25%;
}
.opc-block-summary .minicart-items .price {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0,0,0,0.88);
}
.opc-block-summary .minicart-items .item-qty {
    -webkit-appearance: none;
    margin: 0;
}
.opc-block-summary .minicart-items .item-qty {-moz-appearance: textfield;}
/*
.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;} */

.to-cart {
  display: inline-block;
  vertical-align: bottom;
}
.to-cart a {
  color: rgba(0,0,0,0.5);
  padding-left: 20px;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 22px;
}
.to-cart a:hover,
.to-cart a:focus,
.to-cart a:active {
  opacity: 1;
  color: #222;
}
.to-cart a:before {
  content: '\006d';
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
  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;
}

.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,
.paypal-review-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,
.paypal-review-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,
.paypal-review-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 .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 {padding: 10px 0; margin: 0; font-family: 'Overpass'; font-size: 1.16em; color: #222;}
.checkout-payment-method .payment-method-title .payment-icon {display: inline-block; margin-right: 5px; vertical-align: middle;}
.checkout-payment-method .payment-method-title .action-help {display: inline-block; margin-left: 5px;}
.checkout-payment-method .payment-method-content {display: none; padding: 0 0 20px;}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {margin: 0 0 20px;}
.checkout-payment-method .field-select-billing,.checkout-payment-method .billing-address-form {max-width: 500px;}
.checkout-payment-method .billing-address-same-as-shipping-block {margin: 0 0 10px;}
.checkout-payment-method .payment-method-billing-address {margin: 0 0 20px;}
.checkout-payment-method .payment-method-billing-address input[type="checkbox"] {margin-top: 0; position: relative; top: -4px;}
.checkout-payment-method .payment-method-billing-address .primary .action-update {margin-right: 0; margin-top: 20px;}
.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: block !important;}
.checkout-payment-method .payment-option-title {padding: 0;}
.checkout-payment-method .payment-option-title .action-toggle {
  padding-bottom: 11px;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  font-family: 'Overpass';
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -.8px;
  display: block;
}
.checkout-payment-method .payment-option-inner .label {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* .checkout-payment-method .payment-option-title .action-toggle:after {
  color: #8f8f8f;
  content: '\0053';
    display: inline-block;
    font: normal normal normal 14px/1 meigee;
  font-size: 8px;
    line-height: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  line-height: 16px;
  margin: 0 0 0 10px;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
} */
#checkout-payment-method-load .actions-toolbar .primary {
  display: block;
}
#checkout-payment-method-load .action.checkout {
  background-color: #4caf50;
  border-color: #4caf50;
  width: 100%;
  color: #fff;
  line-height: 32px;
}
.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 {
  padding-top: 10px;
}
.opc-block-summary .table-totals tbody {
  display: block;
}
.opc-block-summary .table-totals tbody tr {
  display: table;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.opc-block-summary .table-totals .table-caption{
  display: none;
}
.opc-block-summary .table-totals:before,
.opc-block-summary .table-totals:after,
.opc-block-summary .table-totals ~ .items-in-cart:before,
.opc-block-summary .table-totals ~ .items-in-cart:after {
 content: '';
 display: block;
clear: both;
}
.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: 15px 0;
  background: none;
  color: #222;
  font-size: 14px;
}
.table.totals .label {
  padding-bottom: 0;
}
.table.totals span {
  vertical-align: middle;
}
.cart-totals .price,
.opc-block-summary .table-totals .price {
    font-size: 14px;
    font-weight: normal;
    color: rgba(0,0,0,0.88);
}
.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;}
.opc-block-summary .table-totals .label {padding: 0; margin: 0;}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {padding: 15px 0;}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: bold;
}
.opc-block-summary .table-totals .grand .price {
  font-size: 24px;
  font-weight: bold;
}
.opc-block-shipping-information .shipping-information {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 30px;
}
.opc-block-shipping-information .shipping-information .shipping-information-content {
  line-height: 1.5;
}
/* .cart-totals .grand .mark, */
.opc-block-summary .table-totals .grand .mark {border-top: 1px dotted #eee; font-weight: bold; color: #222;}
.cart-totals .grand .mark strong {
  text-align: center!important;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 600;
}
/* .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;}

.totals-wrapper .checkout-methods-items .paypal-logo input,
.block-minicart .block-content > .actions .paypal-logo input,
#product_addtocart_form .paypal.checkout.paypal-logo input{
	padding: 0;
	margin: 12px 0 0;
	border: 0;
	background: none;
	border-radius: 0;
	width: auto;
}
.totals-wrapper .checkout-methods-items .paypal-logo input,
.block-minicart .block-content > .actions .paypal-logo input{margin-top: 0;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-slider.grid .owl-theme .owl-controls {
    margin-top: 0;
}
.widget-slider.grid .owl-theme .owl-controls .owl-nav div:hover{

}
.widget-slider.grid .owl-theme .owl-controls .owl-nav div:before{

}
.widget-slider.grid .owl-theme .owl-controls .owl-nav {
    display: none;
}
.widget-slider.grid .owl-theme .owl-controls .owl-nav div.owl-next{}
.widget-slider.grid .owl-theme .owl-controls .owl-nav div.owl-next:before{}
.owl-nav div {
    color: #888;
    border: 1px solid rgba(0,0,0,.08);
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
    background: transparent;
    border-radius: 0;
    font-style: normal;
}
.owl-nav div:hover {
    background-color: #465362;
    color: #fff;
}
.owl-nav > div {float: left;}
.owl-nav > div + div {margin-left: 2px;}
.owl-nav i:before {line-height: inherit;}

/* 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 {height: 30px; width: 30px; font-size: 0; display: inline-block; position: relative; top: 4px; right: 0px; 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: #465362;}
.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: #eecc5f;}
.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: #eecc5f; 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;}
.lightbox-button {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 1;
    z-index: 5;
    color: #aaa;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}
.lightbox-button i {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    font-style: normal;
    position: relative;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 1px;
}
.lightbox-button:hover {
    color: #465362;
}
.image-wrapper .lightbox-button {
    opacity: 0;
}
.taphover .image-wrapper .lightbox-button,
.item:hover .image-wrapper .lightbox-button,
.owl-item:hover .image-wrapper .lightbox-button {
    opacity: 1;
}

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

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

/* Footer ================================================================================ */


.footer {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  position: relative;
}
.wide-layout .footer,
.boxed-layout .footer {
  background-color: #fff;
}
.footer hr.solid,
.footer hr.dotted,
.footer hr.dashed {
  border-color: rgba(255,255,255,0.2);
}
body.wide-layout .footer,
body.boxed-layout .footer .container {
  background-color: #222;
}
body.wide-layout .footer .footer-bottom,
body.boxed-layout .footer .footer-bottom .container {
  padding-top: 19px;
  padding-bottom: 19px;
}
.footer ul.social-links {
  padding-top: 14px;
}
.footer ul.social-links li a {
  font-size: 14px;
  color: #fff;
}
body .footer ul.social-links li a:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.1);
}
.footer .payments-wrapper .payment-item {
  float: left;
}
.footer .payments-wrapper .payment-item + .payment-item {
  margin-left: 5.6%;
}
.footer .banner-label-wrapper {
  display: block;
}
.footer .address {
  font-size: 15px;
  max-width: 90%;
  margin-bottom: 0;
}
.footer .contacts-block .item + .item {
  margin-top: 18px;
}
.footer .contacts-block .media-left {
  padding-right: 20px;
  position: relative;
  top: 5px;
}
.footer .contacts-block p {
  margin: 0;
  line-height: 28px;
}
.footer-bottom .payments-wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
}
.footer .store-info {
  line-height: 28px;
}
.footer .footer-block-title {
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: Overpass;
}
.footer .footer-logo {
  padding-bottom: 4px;
}
.footer .footer-logo a:hover {
  opacity: 1;
}
.footer .text-block i {
  font-size: 32px;
}
.footer .text-block p {
  line-height: 24px;
  margin: 0;
}
.footer .text-block strong {
  font-weight: 700;
  color: #444;
}
.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,
.footer a:focus,
.footer a:active {
  color: rgba(255,255,255,0.95);
}
.footer .links a {
  padding: 9px 0 9px 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.6);
  top: 16px;
  left: 0;
}
.footer .links a:after {
    content: '';
    display: block;
    position: absolute;
    width: auto;
    height: 1px;
    left: 14px;
    right: 0;
    bottom: 4px;
    background-color: transparent;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.footer .links a:hover:after {
    background-color: rgba(255,255,255,0.6);
}
.footer-middle .footer-links-wrapper {
  padding: 0;
}
.footer .horizontal-links {
  margin: 0 0 -3px;
  display: inline-block;
  padding: 11px 0;
}
.footer .horizontal-links li {
  display: block;
  float: left;
  padding: 0;
}
.footer .horizontal-links li a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
}
.footer .horizontal-links li a:before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: 1px;
  left: 20px;
  right: 20px;
  bottom: 5px;
  background-color: transparent;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.footer .horizontal-links li a:hover {
  opacity: 1;
  background-color: transparent;
}
.footer .horizontal-links li a:hover:before {
    background-color: rgba(255,255,255,0.6);
}
.footer .bottom-block {
  position: relative;
  font-size: 13px;
  padding: 18px 0;
}
.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: rgba(255,255,255,0.2);
  padding: 0 32px 0 20px;
  height: 40px;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  font-family: inherit;
  border-radius: 4px;
  font-weight: normal;
  border: none;
  min-width: 150px;
}
.footer .bootstrap-select .selectpicker .caret {
  border-top-color: #aaa;
}
.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: rgba(0, 0, 0, 0.1);
}
.footer .bootstrap-select .dropdown-menu li a:before {
  content: none;
}
.footer .copyright {
  padding-top: 9px;
  padding-bottom: 9px;
}
.footer address {
  font-size: 1em;
  margin: 0;
  color: #fff;
}
.footer .copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer address {
  font-size: 1em;
  margin: 0;
  color: #fff;
}
.footer .store-switcher,
.footer .form-language,
.footer .form-currency {margin-left: 20px;}
.footer .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: rgba(255,255,255,0.2);
    padding: 0 32px 0 20px;
    height: 40px;
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    font-family: inherit;
    border-radius: 4px;
    font-weight: normal;
    border: solid none;
}
.footer .bootstrap-select .selectpicker .caret {border-top-color: #aaa;}
.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;}
.page-footer .switcher .options .action.toggle{
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background: rgba(255,255,255,0.2);
    padding: 0 32px 0 20px;
    height: 40px;
    line-height: 38px;
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    font-family: inherit;
    border-radius: 4px;
    font-weight: normal;
    border: none;
    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;
    border-top-color: rgba(255,255,255,0.4);
}
.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;
} */


/*Footer Accordion*/
.block-title.accordion-title .icon-more {display: none;}
.accordion-list .accordion-item .accordion-title,
.accordion-list #product-review-container .accordion-title {font-family: 'Overpass', sans-serif;}
.accordion-list .accordion-item .accordion-title .icon-more {float: right; display: inline-block; text-transform: none; margin-right: -30px;}
.accordion-list .accordion-item .accordion-title .icon-more .icon-minus {display: none;}
.accordion-list .accordion-item.open .accordion-title .icon-more .icon-minus {display: inline-block;}
.accordion-list .accordion-item.open .accordion-title .icon-more .icon-plus {display: none;}

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







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


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





/* tooltip */

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

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

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

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

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

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



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


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

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

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

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

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

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

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


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





/* tooltip */

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

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

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

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

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

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



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


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

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

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

/* toTop Button */

#toTop {
  z-index: 999;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  border-bottom: none;
}
#toTopHover {

  text-decoration: none;
  background-color: transparent;
  display: block;
  transition: all .2s linear;
}
#toTopHover i {
  color: inherit;
  font-size: inherit;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}

#toTopHover:hover {
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
#toTopHover {
  opacity: 1!important;
}
.ui-tooltip {border: 1px solid #bbb; background: #fff; padding: 10px;}

.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;}
#wishlist-view-form .actions-toolbar{clear: both;}
#wishlist-view-form .actions-toolbar .secondary{float: left; padding:22px 0;}
#wishlist-view-form .actions-toolbar .primary{float: right;}


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

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

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

