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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-blog-icon:before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.mp-blog-calendar-times:before {
    background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Mageplaza_Blog/media/images/calendar-times.svg");
}
.mp-blog-user:before {
    background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Mageplaza_Blog/media/images/user.svg");
}
.mp-blog-comments:before {
    background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Mageplaza_Blog/media/images/comments.svg");
}
.mp-blog-traffic:before {
    background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Mageplaza_Blog/media/images/eye.svg");
}
.mp-blog-thumbs-up:before {
    background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Mageplaza_Blog/media/images/thumbs-up.svg");
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #070605;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1,
.amtheme-tabs-widget .amtheme-heading {
  font-weight: 700;
  line-height: 2.3rem;
  font-size: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 700;
  line-height: 2rem;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.amtheme-tabs-widget .amtheme-heading small,
.amtheme-tabs-widget .amtheme-heading .small {
  color: #333333;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #070605;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #070605;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #2e2721;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #000000;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.25;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.4rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #070605;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.6rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.25;
  font-size: 1.2rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 15px;
}
button {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
button:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 4rem;
  line-height: 1.25;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 4rem;
  line-height: 1.25;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.25;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.4rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.block-wishlist-management .wishlist-select-items,
.search-autocomplete > ul,
.opc-wrapper .opc,
.checkout-agreements-items,
.order-details-items .items-qty,
.search-terms,
.amasty-jet-theme .switcher .dropdown:not(.options),
.header-links,
.header.links,
.footer.links,
.amtheme-socials-list,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.block-wishlist-management .wishlist-select-items > li,
.search-autocomplete > ul > li,
.opc-wrapper .opc > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.search-terms > li,
.amasty-jet-theme .switcher .dropdown:not(.options) > li,
.header-links > li,
.header.links > li,
.footer.links > li,
.amtheme-socials-list > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.block-giftregistry-shared-items .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive {
  width: 100%;
}
.abs-reset-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong {
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.amtheme-compare-item .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.amtheme-compare-item .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.amtheme-compare-item .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.amtheme-compare-item .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.amtheme-compare-item .action.delete:active:before {
  color: #303030;
}
.abs-product-link {
  font-weight: 400;
}
.abs-product-link > a {
  color: #070605;
}
.abs-product-link > a:visited {
  text-decoration: none;
}
.abs-product-link > a:hover {
  color: #61c18f;
  text-decoration: none;
}
.abs-product-link > a:active {
  text-decoration: none;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.special-price .price-label,
.old-price .price-label,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.amtheme-comparsion-table .cell.label.product span,
.amtheme-comparison-headings .product span,
.block-search > .block-title,
.block-search .label,
.minicart-wrapper .empty,
.minicart-wrapper .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.filter-options .filter-count-label,
.block.filter .amtheme-icon.-close,
.rating-summary .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.amasty-jet-theme .switcher .label,
.limiter .limiter-text,
.modes .modes-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span,
.block.filter.active .amtheme-icon.-close {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.column .block-addbysku .sku,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.amasty-jet-theme .switcher a,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product {
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #3d3731;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #a8a69f;
}
.abs-button-l,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-show-button > .amshopby-button {
  line-height: 2rem;
  padding: 18px 35px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove {
  line-height: 1.25;
  padding: 0;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited {
  color: #070605;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover {
  color: #2e2721;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.cart-summary .form.giftregistry .fieldset .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.cart-summary .form.giftregistry .fieldset .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-show-button > .amshopby-button {
  background: #61c18f;
  border: 0;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:focus,
.cart-summary .form.giftregistry .fieldset .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:active,
.cart-summary .form.giftregistry .fieldset .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-show-button > .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .am-show-button > .amshopby-button:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:hover,
.cart-summary .form.giftregistry .fieldset .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-show-button > .amshopby-button:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.cart-summary .form.giftregistry .fieldset .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.cart-summary .form.giftregistry .fieldset .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-show-button > .amshopby-button {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 15px 35px;
}
.abs-box-tocart {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon: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-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.cart-summary > .cart-totals .table-caption {
  display: none;
}
.abs-status,
.return-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue {
  border-radius: 4px;
  font-weight: 700;
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before {
  color: inherit;
}
.abs-field-date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 35px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 30px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.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: 0 solid transparent;
  height: 0;
  width: 0;
  margin-top: -14px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #dfdedd;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #fcfcfc;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #070605;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-summary > .cart-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-summary > .cart-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-summary > .cart-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-summary > .cart-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-summary > .cart-totals .grand .mark,
.cart-summary > .cart-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-summary > .cart-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-summary > .cart-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-summary > .cart-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-summary > .cart-totals .totals-tax-summary .mark,
.cart-summary > .cart-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-summary > .cart-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-summary > .cart-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-summary > .cart-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-summary > .cart-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-summary > .cart-totals .totals-tax-summary.expanded .mark,
.cart-summary > .cart-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-summary > .cart-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-summary > .cart-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-summary > .cart-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content {
  display: none;
}
.abs-discount-block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content {
  display: block;
}
body {
  letter-spacing: 0.03em;
}
h1,
.amtheme-tabs-widget .amtheme-heading {
  letter-spacing: 0.025em;
}
h3 {
  letter-spacing: 0.03em;
}
a {
  font-weight: 700;
  transition: color 0.4s ease-in-out;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  position: relative;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-main,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main-description,
.-sticky-message .content,
.amsticky-cart-block .amtheme-form-cart {
  padding-inline-end: 35px;
  padding-inline-start: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-right: 35px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-left: 35px;
  }
}
.page-main {
  margin-bottom: 40px;
}
.table-wrapper {
  margin-bottom: 30px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
table > thead > tr > th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 25px 15px 10px;
  color: #4a4948;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  vertical-align: top;
}
table > tbody:last-of-type > tr:last-of-type td {
  padding-bottom: 20px;
}
@media all and (max-width: 480px) {
  .amtheme-messages.-sticky-message .content {
    padding: 10px;
  }
}
@media all and (min-width: 480px) {
  .amtheme-messages.-sticky-message .content {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.amtheme-messages:not(.-visible) {
  display: none;
}
.amtheme-messages .content {
  align-items: flex-start;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  justify-content: space-between;
}
.amtheme-messages .message-text {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.amtheme-messages .message-close,
.amtheme-messages .amtheme-icon {
  background: transparent;
  height: 16px;
  width: 16px;
  padding: 0;
}
.amtheme-messages .message > *:first-child:before {
  min-width: 20px;
}
.amtheme-messages.-sticky-message {
  transition: top 0.1s ease;
  z-index: 59;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.amtheme-messages.-sticky-message .message {
  border-radius: 0;
  margin: 0;
  padding: 5px;
}
.amtheme-messages.-sticky-message .message-text {
  padding: 0 15px;
}
.amtheme-messages.-sticky-message .message > *:first-child:before {
  line-height: 2.5rem;
  margin-right: 5px;
  position: static;
}
.message.info {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #ffe380;
  color: #070605;
  padding-left: 32px;
  position: relative;
}
.message.info a {
  color: #070605;
}
.message.info a:hover {
  color: #2e2721;
}
.message.info a:active {
  color: #2e2721;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #c07600;
  content: '📍';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.error {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #ff0000;
  color: #070605;
  padding-left: 32px;
  position: relative;
}
.message.error a {
  color: #070605;
}
.message.error a:hover {
  color: #2e2721;
}
.message.error a:active {
  color: #2e2721;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #b30000;
  content: '❌';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.warning {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #ffd43e;
  color: #070605;
  padding-left: 32px;
  position: relative;
}
.message.warning a {
  color: #070605;
}
.message.warning a:hover {
  color: #2e2721;
}
.message.warning a:active {
  color: #2e2721;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #c07600;
  content: '🚩';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.notice {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #ffe380;
  color: #070605;
  padding-left: 32px;
  position: relative;
}
.message.notice a {
  color: #070605;
}
.message.notice a:hover {
  color: #2e2721;
}
.message.notice a:active {
  color: #2e2721;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #c07600;
  content: '🚧';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.message.success {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px;
  display: block;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #e8fad5;
  color: #070605;
  padding-left: 32px;
  position: relative;
}
.message.success a {
  color: #070605;
}
.message.success a:hover {
  color: #2e2721;
}
.message.success a:active {
  color: #2e2721;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: calc(1.2rem + 15px * 2);
  color: #006400;
  content: '👍';
  font-family: 'icons-blank-theme';
  margin: -0.6rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 7px;
  top: 7px;
  width: 32px;
  position: absolute;
  text-align: center;
}
.amtheme-icon-box {
  padding: 10px 5px;
  min-width: 30px;
  min-height: 20px;
  display: block;
  position: relative;
}
.amtheme-icon-box .amtheme-item {
  margin-bottom: 5px;
  width: 30px;
  height: 3px;
  background: #070605;
  transition: 0.2s ease-in-out;
  display: block;
}
.amtheme-icon-box .amtheme-item:last-child {
  margin: 0;
}
.nav-before-open.nav-open .amtheme-icon-box .amtheme-item {
  height: 2px;
  position: absolute;
  top: 50%;
}
.nav-before-open.nav-open .amtheme-icon-box .amtheme-item.-top {
  transform: translateY(-50%) rotate(45deg);
}
.nav-before-open.nav-open .amtheme-icon-box .amtheme-item.-mid {
  opacity: 0;
}
.nav-before-open.nav-open .amtheme-icon-box .amtheme-item.-bottom {
  transform: translateY(-50%) rotate(-45deg);
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  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: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.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;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.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;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/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;
}
[data-role='main-css-loader'] {
  display: none;
}
._am-form-divider > .fieldset:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 20px;
  padding-top: 30px;
}
/* Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px rgba(232, 240, 254, 0.32) inset;
  -webkit-text-fill-color: #000000;
  transition: background-color 5000s ease-in-out 0s;
}
input[type='checkbox'],
input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
  position: absolute;
}
input[type='checkbox'] + label,
input[type='radio'] + label,
label > input[type='checkbox'] + span:first-of-type,
label > input[type='radio'] + span:first-of-type {
  word-break: break-word;
  word-wrap: break-word;
  padding-bottom: 0;
  padding-inline-end: 0;
  padding-inline-start: 25px;
  padding-top: 0;
  cursor: pointer;
  display: block;
  line-height: 1.2;
  min-height: 15px;
  position: relative;
}
.ie11 input[type='checkbox'] + label,
.ie11 input[type='radio'] + label,
.ie11 label > input[type='checkbox'] + span:first-of-type,
.ie11 label > input[type='radio'] + span:first-of-type {
  word-break: break-all;
}
.ie11 input[type='checkbox'] + label,
.ie11 input[type='radio'] + label,
.ie11 label > input[type='checkbox'] + span:first-of-type,
.ie11 label > input[type='radio'] + span:first-of-type {
  word-break: break-all;
}
.ie11 input[type='checkbox'] + label,
.ie11 input[type='radio'] + label,
.ie11 label > input[type='checkbox'] + span:first-of-type,
.ie11 label > input[type='radio'] + span:first-of-type {
  word-break: break-all;
}
.ie11 input[type='checkbox'] + label,
.ie11 input[type='radio'] + label,
.ie11 label > input[type='checkbox'] + span:first-of-type,
.ie11 label > input[type='radio'] + span:first-of-type {
  word-break: break-all;
}
.ie11 input[type='checkbox'] + label,
.ie11 input[type='radio'] + label,
.ie11 label > input[type='checkbox'] + span:first-of-type,
.ie11 label > input[type='radio'] + span:first-of-type {
  word-break: break-all;
}
.ie11 input[type='checkbox'] + label,
.ie11 input[type='radio'] + label,
.ie11 label > input[type='checkbox'] + span:first-of-type,
.ie11 label > input[type='radio'] + span:first-of-type {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type='checkbox'] + label,
  input[type='radio'] + label,
  label > input[type='checkbox'] + span:first-of-type,
  label > input[type='radio'] + span:first-of-type {
    padding-left: 25px;
    padding-right: 0;
  }
}
input[type='checkbox'] + label:before,
input[type='radio'] + label:before,
input[type='checkbox'] + label:after,
input[type='radio'] + label:after,
label > input[type='checkbox'] + span:first-of-type:before,
label > input[type='radio'] + span:first-of-type:before,
label > input[type='checkbox'] + span:first-of-type:after,
label > input[type='radio'] + span:first-of-type:after {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  margin: 2px 0;
  position: absolute;
  top: 0;
  width: 15px;
}
input[type='checkbox'] + label:before,
input[type='radio'] + label:before,
label > input[type='checkbox'] + span:first-of-type:before,
label > input[type='radio'] + span:first-of-type:before {
  background: #f7f7f7;
  border: 1px solid #dfdedd;
}
input[type='checkbox'] + label:after,
input[type='radio'] + label:after,
label > input[type='checkbox'] + span:first-of-type:after,
label > input[type='radio'] + span:first-of-type:after {
  content: none;
}
input[type='checkbox'] + label:hover:before,
input[type='radio'] + label:hover:before,
input[type='checkbox']:checked + label:before,
input[type='radio']:checked + label:before,
label > input[type='checkbox'] + span:first-of-type:hover:before,
label > input[type='radio'] + span:first-of-type:hover:before,
label > input[type='checkbox']:checked + span:first-of-type:before,
label > input[type='radio']:checked + span:first-of-type:before {
  border-color: #61c18f;
}
input[type='checkbox']:checked + label:after,
input[type='radio']:checked + label:after,
label > input[type='checkbox']:checked + span:first-of-type:after,
label > input[type='radio']:checked + span:first-of-type:after {
  content: '';
}
._keyfocus input[type='checkbox']:focus + label:before,
._keyfocus input[type='radio']:focus + label:before,
._keyfocus label > input[type='checkbox']:focus + span:first-of-type:before,
._keyfocus label > input[type='radio']:focus + span:first-of-type:before,
input[type='checkbox']:focus + label:before,
input[type='radio']:focus + label:before,
label > input[type='checkbox']:focus + span:first-of-type:before,
label > input[type='radio']:focus + span:first-of-type:before {
  border-color: #070605;
}
input[type='checkbox']:not(:checked).mage-error + label:before,
input[type='radio']:not(:checked).mage-error + label:before,
label > input[type='checkbox']:not(:checked).mage-error + span:first-of-type:before,
label > input[type='radio']:not(:checked).mage-error + span:first-of-type:before {
  border-color: #ff0000;
}
input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after,
label > input[type='checkbox'] + span:first-of-type:before,
label > input[type='checkbox'] + span:first-of-type:after {
  border-radius: 2px;
}
input[type='checkbox'] + label:after,
label > input[type='checkbox'] + span:first-of-type:after {
  background: #61c18f url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/complete.svg") center / 10px no-repeat;
}
input[type='radio'] + label:before,
input[type='radio'] + label:after,
label > input[type='radio'] + span:first-of-type:before,
label > input[type='radio'] + span:first-of-type:after {
  border-radius: 50%;
}
input[type='radio'] + label:after,
label > input[type='radio'] + span:first-of-type:after {
  height: 7px;
  left: 4px;
  top: 4px;
  width: 7px;
}
input[type='radio']:checked + label:before,
label > input[type='radio']:checked + span:first-of-type:before {
  background: #61c18f;
}
input[type='radio']:checked + label:after,
label > input[type='radio']:checked + span:first-of-type:after {
  background: linear-gradient(180deg, #ffffff 0%, #e9eedd 100%, #dce8bf 100%);
}
input[type='text'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='number'],
input[type='datetime'],
input[type='email'],
textarea,
select {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 4px;
  color: #070605;
  display: block;
  font-style: normal;
  height: 4rem;
  padding: 10px;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #a8a69f;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='datetime']:-moz-placeholder,
input[type='email']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #a8a69f;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='email']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #a8a69f;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #a8a69f;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']::-ms-clear,
input[type='password']::-ms-clear,
input[type='url']::-ms-clear,
input[type='tel']::-ms-clear,
input[type='search']::-ms-clear,
input[type='number']::-ms-clear,
input[type='datetime']::-ms-clear,
input[type='email']::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  display: none;
}
input[type='text']:not([disabled]):focus,
input[type='password']:not([disabled]):focus,
input[type='url']:not([disabled]):focus,
input[type='tel']:not([disabled]):focus,
input[type='search']:not([disabled]):focus,
input[type='number']:not([disabled]):focus,
input[type='datetime']:not([disabled]):focus,
input[type='email']:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus,
input[type='text']:not([disabled]):active,
input[type='password']:not([disabled]):active,
input[type='url']:not([disabled]):active,
input[type='tel']:not([disabled]):active,
input[type='search']:not([disabled]):active,
input[type='number']:not([disabled]):active,
input[type='datetime']:not([disabled]):active,
input[type='email']:not([disabled]):active,
textarea:not([disabled]):active,
select:not([disabled]):active {
  border-color: #070605;
  box-shadow: none;
}
input[type='text']:not([disabled]):focus::-webkit-input-placeholder,
input[type='password']:not([disabled]):focus::-webkit-input-placeholder,
input[type='url']:not([disabled]):focus::-webkit-input-placeholder,
input[type='tel']:not([disabled]):focus::-webkit-input-placeholder,
input[type='search']:not([disabled]):focus::-webkit-input-placeholder,
input[type='number']:not([disabled]):focus::-webkit-input-placeholder,
input[type='datetime']:not([disabled]):focus::-webkit-input-placeholder,
input[type='email']:not([disabled]):focus::-webkit-input-placeholder,
textarea:not([disabled]):focus::-webkit-input-placeholder,
select:not([disabled]):focus::-webkit-input-placeholder,
input[type='text']:not([disabled]):active::-webkit-input-placeholder,
input[type='password']:not([disabled]):active::-webkit-input-placeholder,
input[type='url']:not([disabled]):active::-webkit-input-placeholder,
input[type='tel']:not([disabled]):active::-webkit-input-placeholder,
input[type='search']:not([disabled]):active::-webkit-input-placeholder,
input[type='number']:not([disabled]):active::-webkit-input-placeholder,
input[type='datetime']:not([disabled]):active::-webkit-input-placeholder,
input[type='email']:not([disabled]):active::-webkit-input-placeholder,
textarea:not([disabled]):active::-webkit-input-placeholder,
select:not([disabled]):active::-webkit-input-placeholder {
  color: #dfdedd;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']:not([disabled]):focus:-moz-placeholder,
input[type='password']:not([disabled]):focus:-moz-placeholder,
input[type='url']:not([disabled]):focus:-moz-placeholder,
input[type='tel']:not([disabled]):focus:-moz-placeholder,
input[type='search']:not([disabled]):focus:-moz-placeholder,
input[type='number']:not([disabled]):focus:-moz-placeholder,
input[type='datetime']:not([disabled]):focus:-moz-placeholder,
input[type='email']:not([disabled]):focus:-moz-placeholder,
textarea:not([disabled]):focus:-moz-placeholder,
select:not([disabled]):focus:-moz-placeholder,
input[type='text']:not([disabled]):active:-moz-placeholder,
input[type='password']:not([disabled]):active:-moz-placeholder,
input[type='url']:not([disabled]):active:-moz-placeholder,
input[type='tel']:not([disabled]):active:-moz-placeholder,
input[type='search']:not([disabled]):active:-moz-placeholder,
input[type='number']:not([disabled]):active:-moz-placeholder,
input[type='datetime']:not([disabled]):active:-moz-placeholder,
input[type='email']:not([disabled]):active:-moz-placeholder,
textarea:not([disabled]):active:-moz-placeholder,
select:not([disabled]):active:-moz-placeholder {
  color: #dfdedd;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']:not([disabled]):focus::-moz-placeholder,
input[type='password']:not([disabled]):focus::-moz-placeholder,
input[type='url']:not([disabled]):focus::-moz-placeholder,
input[type='tel']:not([disabled]):focus::-moz-placeholder,
input[type='search']:not([disabled]):focus::-moz-placeholder,
input[type='number']:not([disabled]):focus::-moz-placeholder,
input[type='datetime']:not([disabled]):focus::-moz-placeholder,
input[type='email']:not([disabled]):focus::-moz-placeholder,
textarea:not([disabled]):focus::-moz-placeholder,
select:not([disabled]):focus::-moz-placeholder,
input[type='text']:not([disabled]):active::-moz-placeholder,
input[type='password']:not([disabled]):active::-moz-placeholder,
input[type='url']:not([disabled]):active::-moz-placeholder,
input[type='tel']:not([disabled]):active::-moz-placeholder,
input[type='search']:not([disabled]):active::-moz-placeholder,
input[type='number']:not([disabled]):active::-moz-placeholder,
input[type='datetime']:not([disabled]):active::-moz-placeholder,
input[type='email']:not([disabled]):active::-moz-placeholder,
textarea:not([disabled]):active::-moz-placeholder,
select:not([disabled]):active::-moz-placeholder {
  color: #dfdedd;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text']:not([disabled]):focus:-ms-input-placeholder,
input[type='password']:not([disabled]):focus:-ms-input-placeholder,
input[type='url']:not([disabled]):focus:-ms-input-placeholder,
input[type='tel']:not([disabled]):focus:-ms-input-placeholder,
input[type='search']:not([disabled]):focus:-ms-input-placeholder,
input[type='number']:not([disabled]):focus:-ms-input-placeholder,
input[type='datetime']:not([disabled]):focus:-ms-input-placeholder,
input[type='email']:not([disabled]):focus:-ms-input-placeholder,
textarea:not([disabled]):focus:-ms-input-placeholder,
select:not([disabled]):focus:-ms-input-placeholder,
input[type='text']:not([disabled]):active:-ms-input-placeholder,
input[type='password']:not([disabled]):active:-ms-input-placeholder,
input[type='url']:not([disabled]):active:-ms-input-placeholder,
input[type='tel']:not([disabled]):active:-ms-input-placeholder,
input[type='search']:not([disabled]):active:-ms-input-placeholder,
input[type='number']:not([disabled]):active:-ms-input-placeholder,
input[type='datetime']:not([disabled]):active:-ms-input-placeholder,
input[type='email']:not([disabled]):active:-ms-input-placeholder,
textarea:not([disabled]):active:-ms-input-placeholder,
select:not([disabled]):active:-ms-input-placeholder {
  color: #dfdedd;
  font-size: 1.4rem;
  line-height: 1.25;
}
input[type='text'].mage-error,
input[type='password'].mage-error,
input[type='url'].mage-error,
input[type='tel'].mage-error,
input[type='search'].mage-error,
input[type='number'].mage-error,
input[type='datetime'].mage-error,
input[type='email'].mage-error,
textarea.mage-error,
select.mage-error {
  border-color: #ff0000;
}
textarea {
  height: auto;
  min-height: 4rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom.svg") center / 20px no-repeat;
  background-color: #ffffff;
  background-position: calc(100% - 15px) 50%;
  color: #070605;
  cursor: pointer;
  padding: 10px 4rem 10px 10px;
}
select::-ms-expand {
  display: none;
}
form fieldset,
.amtheme-gift-options .fieldset,
.amtheme-gift-message .fieldset {
  border: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}
form legend {
  display: none;
}
form .field {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
form .field.choice {
  margin-bottom: 0;
}
form .field.choice .field-tooltip {
  top: 0;
  transform: translateY(0);
}
form .control {
  width: 100%;
}
form .control > .nested:not(.options-list) {
  margin-top: 20px;
}
form .nested .field:last-of-type {
  margin-bottom: 0;
}
form label.label,
.fieldset-product-options-inner > .legend {
  color: #4a4948;
  display: inline-block;
  margin-bottom: 10px;
}
form div.mage-error[generated] {
  color: #ff0000;
  letter-spacing: 0.03em;
  margin: 5px 0 0;
  order: 3;
}
form .note {
  color: #4a4948;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin: 10px 0 0;
}
form .note.mage-error > .character-counter {
  color: #ff0000;
}
form .label > .label-addon {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a8a69f;
  vertical-align: text-top;
}
.field-error {
  color: #ff0000;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin: 5px 0 0;
}
.fieldset-product-options-inner {
  max-width: 100%;
}
.fieldset-product-options-inner .control {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.fieldset-product-options-inner .datetime-picker {
  margin-bottom: 5px;
}
.fieldset-product-options-inner .datetime-picker:nth-of-type(3n) {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldset-product-options-inner .datetime-picker:nth-of-type(3n) {
    margin-right: 5px;
  }
}
.fieldset-product-options-inner .datetime-picker + .mage-error {
  display: none !important;
}
.fieldset-product-options-inner input[name^='validate_datetime_'] + .mage-error {
  width: 100%;
}
.field.required:not(.choice) > label:after,
.field._required:not(.choice) > label:after,
.fieldset > p.required,
.fieldset-product-options-inner.required > .legend:after {
  color: #ff0000;
  text-align: right;
}
.field.file .control {
  position: relative;
}
.field.required:not(.choice) > label:after,
.field._required:not(.choice) > label:after,
.fieldset-product-options-inner.required > .legend:after {
  content: '*';
  font-size: 1.3rem;
  vertical-align: top;
}
.field.choice {
  display: flex;
  flex-flow: row wrap;
}
.field.choice.required:after,
.field.choice._required:after {
  margin-inline-start: 2px;
  color: #ff0000;
  content: '*';
  font-size: 1.3rem;
  vertical-align: top;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .field.choice.required:after,
  .field.choice._required:after {
    margin-left: 2px;
  }
}
.amtheme-select,
.amtheme-select[multiple],
.amtheme-file,
.limiter .amtheme-select,
.limiter .amtheme-select[multiple] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
  min-height: 0;
}
.field.file .amtheme-file {
  left: 0;
  position: absolute;
  top: 0;
}
.field.file .control {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.field.file .action.outline,
.field.file .modal-popup .modal-footer .action:not(.primary):not(.secondary),
.field.file .order-details-items > .actions-toolbar:first-child .action {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 1.6rem;
  height: 40px;
  letter-spacing: 0.03em;
  padding: 10px 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .field.file .action.outline,
  .field.file .modal-popup .modal-footer .action:not(.primary):not(.secondary),
  .field.file .order-details-items > .actions-toolbar:first-child .action {
    margin-left: 0;
    margin-right: 15px;
  }
}
.field.file .action > .amtheme-icon {
  fill: #536131;
  height: 20px;
  width: 20px;
}
.amtheme-file-output {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  color: #4a4948;
  display: inline-flex;
  font-weight: 700;
  margin: 8px 0 0;
}
.ie11 .amtheme-file-output {
  word-break: break-all;
}
.ie11 .amtheme-file-output {
  word-break: break-all;
}
.ie11 .amtheme-file-output {
  word-break: break-all;
}
.ie11 .amtheme-file-output {
  word-break: break-all;
}
.ie11 .amtheme-file-output {
  word-break: break-all;
}
.ie11 .amtheme-file-output {
  word-break: break-all;
}
.amtheme-file-output > .-has-content + .amtheme-clear-input {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 10px;
  margin-top: 0;
  display: inline-flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-file-output > .-has-content + .amtheme-clear-input {
    margin-left: 10px;
    margin-right: 0;
  }
}
.amtheme-file-output > .amtheme-nofile {
  font-weight: 400;
}
.amtheme-clear-input {
  display: none;
}
.amtheme-clear-input > .amtheme-icon {
  height: 14px;
  width: 14px;
}
.field.date > .control {
  position: relative;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/calendar.svg") no-repeat center / 50%;
  height: 4rem;
  opacity: .7;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 4rem;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/calendar.svg") no-repeat center / 50%;
  opacity: 1;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/calendar.svg") no-repeat center / 50%;
  box-shadow: none;
  outline: 0;
}
._has-datepicker:focus ~ .ui-datepicker-trigger {
  opacity: 1;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  display: none;
}
.field.choice.-as-link input:focus + label {
  color: #2e2721;
}
.field.choice.-as-link label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #070605;
  margin: 0;
  padding: 0;
  transition: color 0.4s ease-in-out;
}
.field.choice.-as-link label:hover,
.field.choice.-as-link label:active {
  color: #2e2721;
}
.field.choice.-as-link label:before,
.field.choice.-as-link label:after {
  display: none;
}
form .fields.-am-block,
.form.form-newsletter-manage .field.choice,
.amtheme-gift-options .fieldset > .fields {
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
  padding: 20px 35px;
}
form .fields.-am-block .field,
.form.form-newsletter-manage .field.choice .field,
.amtheme-gift-options .fieldset > .fields .field {
  width: 100%;
}
form .fields.-am-block .field:not(:last-of-type),
.form.form-newsletter-manage .field.choice .field:not(:last-of-type),
.amtheme-gift-options .fieldset > .fields .field:not(:last-of-type) {
  margin-bottom: 20px;
}
form .fields.-am-block .label,
.form.form-newsletter-manage .field.choice .label,
.amtheme-gift-options .fieldset > .fields .label {
  margin: 0;
}
form .fields.-am-block .label:before,
.form.form-newsletter-manage .field.choice .label:before,
.amtheme-gift-options .fieldset > .fields .label:before {
  background: #ffffff;
}
form .fields.range {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .fields.range > .field {
  margin: 0;
  max-width: calc(50% - 20px / 2 - 5px);
  width: 100%;
}
form .fields.range > .field:first-of-type > .control {
  position: relative;
}
form .fields.range > .field:first-of-type > .control:after {
  background: #dfdedd;
  content: '';
  display: block;
  height: 2px;
  left: calc(100% + 5px);
  position: absolute;
  top: calc(4rem / 2 - 2px / 2);
  width: 20px;
}
.fieldset-product-options-inner > .legend {
  display: block;
  padding: 0;
}
.ie11 .fieldset-product-options-inner > .legend {
  max-width: 100%;
}
.fieldset-product-options-inner .price-notice {
  padding-inline-start: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldset-product-options-inner .price-notice {
    padding-left: 5px;
  }
}
.fieldset-product-options-inner.required > .legend {
  position: relative;
}
.label .price-notice,
.legend .price-notice {
  align-items: center;
  display: inline-flex;
  line-height: 2.5rem;
}
.label .price-including-tax + .price-excluding-tax .price,
.legend .price-including-tax + .price-excluding-tax .price {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .label .price-including-tax + .price-excluding-tax .price,
  .legend .price-including-tax + .price-excluding-tax .price {
    margin-right: 0;
  }
}
@font-face {
  font-display: swap;
  font-family: 'icons-blank-theme';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
}
button:not(.primary) {
  border-radius: 4px;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go,
a.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
a.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
a.am-show-button > .amshopby-button {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus,
a.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:hover,
a.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:active,
a.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:focus,
a.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:hover,
a.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active,
a.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:focus,
a.am-show-button > .amshopby-button:hover,
a.am-show-button > .amshopby-button:active,
a.am-show-button > .amshopby-button:focus {
  text-decoration: none;
}
.action.primary,
.amshopby-button,
.am-filter-go,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.am-show-button > .amshopby-button {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 12px 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:focus,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:active,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:focus,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active,
.am-show-button > .amshopby-button:focus,
.am-show-button > .amshopby-button:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:hover,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:hover,
.am-show-button > .amshopby-button:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart.disabled,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart[disabled],
fieldset[disabled] .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go.disabled,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go[disabled],
fieldset[disabled] .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.am-show-button > .amshopby-button.disabled,
.am-show-button > .amshopby-button[disabled],
fieldset[disabled] .am-show-button > .amshopby-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.action.secondary {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 4px;
}
a.action.secondary:focus,
a.action.secondary:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
a.action.secondary:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
a.action.secondary.disabled,
a.action.secondary[disabled],
fieldset[disabled] a.action.secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.outline,
.modal-popup .modal-footer .action:not(.primary):not(.secondary),
.order-details-items > .actions-toolbar:first-child .action,
.shared.wishlist .col .tocart {
  background-image: none;
  background: #ffffff;
  border: 1px solid #536131;
  color: #536131;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 18px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.outline:focus,
.action.outline:active,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):focus,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):active,
.order-details-items > .actions-toolbar:first-child .action:focus,
.order-details-items > .actions-toolbar:first-child .action:active {
  background: rgba(152, 215, 182, 0.2);
  border: 1px solid #61c18f;
  color: #536131;
}
.action.outline:hover,
.modal-popup .modal-footer .action:not(.primary):not(.secondary):hover,
.order-details-items > .actions-toolbar:first-child .action:hover {
  background: rgba(152, 215, 182, 0.2);
  border: 1px solid #61c18f;
  color: #536131;
}
.action.outline.disabled,
.action.outline[disabled],
fieldset[disabled] .action.outline,
.modal-popup .modal-footer .action:not(.primary):not(.secondary).disabled,
.modal-popup .modal-footer .action:not(.primary):not(.secondary)[disabled],
fieldset[disabled] .modal-popup .modal-footer .action:not(.primary):not(.secondary),
.order-details-items > .actions-toolbar:first-child .action.disabled,
.order-details-items > .actions-toolbar:first-child .action[disabled],
fieldset[disabled] .order-details-items > .actions-toolbar:first-child .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button.size-l,
.action.size-l {
  line-height: 2rem;
  padding: 18px 35px;
  font-size: 1.8rem;
}
button.size-s,
.action.size-s {
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
}
button.size-xl,
.action.size-xl {
  line-height: 2.5rem;
  padding: 20px 40px;
  font-size: 2rem;
}
button.size-responsive,
.action.size-responsive {
  width: 100%;
}
button,
.action.primary,
.action.outline,
.modal-popup .modal-footer .action:not(.primary):not(.secondary),
.amshopby-button,
.am-filter-go,
.order-details-items > .actions-toolbar:first-child .action,
.shared.wishlist .col .tocart,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.am-show-button > .amshopby-button {
  font-style: normal;
  letter-spacing: 0.07000000000000001em;
  transition: all 0.4s ease-in-out;
}
button.-icon-action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  transition: none;
}
button.-icon-action:focus,
button.-icon-action:active {
  background: none;
  border: none;
}
button.-icon-action:hover {
  background: none;
  border: none;
}
button.-icon-action.disabled,
button.-icon-action[disabled],
fieldset[disabled] button.-icon-action {
  pointer-events: none;
  opacity: 0.5;
}
.button-as-link,
.button-as-link.action,
.checkout-shipping-address .new-address-popup .action-show-popup,
.checkout-shipping-address .new-address-popup .action-show-popup.action,
.form-wishlist-items .actions-toolbar .action.share,
.amtheme-gift-options .actions-toolbar .action-cancel,
.amtheme-gift-options .actions-toolbar .action-cancel.action {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.button-as-link:visited,
.button-as-link.action:visited,
.checkout-shipping-address .new-address-popup .action-show-popup:visited,
.checkout-shipping-address .new-address-popup .action-show-popup.action:visited,
.form-wishlist-items .actions-toolbar .action.share:visited,
.amtheme-gift-options .actions-toolbar .action-cancel:visited,
.amtheme-gift-options .actions-toolbar .action-cancel.action:visited {
  color: #070605;
  text-decoration: none;
}
.button-as-link:hover,
.button-as-link.action:hover,
.checkout-shipping-address .new-address-popup .action-show-popup:hover,
.checkout-shipping-address .new-address-popup .action-show-popup.action:hover,
.form-wishlist-items .actions-toolbar .action.share:hover,
.amtheme-gift-options .actions-toolbar .action-cancel:hover,
.amtheme-gift-options .actions-toolbar .action-cancel.action:hover {
  color: #2e2721;
  text-decoration: none;
}
.button-as-link:active,
.button-as-link.action:active,
.checkout-shipping-address .new-address-popup .action-show-popup:active,
.checkout-shipping-address .new-address-popup .action-show-popup.action:active,
.form-wishlist-items .actions-toolbar .action.share:active,
.amtheme-gift-options .actions-toolbar .action-cancel:active,
.amtheme-gift-options .actions-toolbar .action-cancel.action:active {
  color: #000000;
  text-decoration: none;
}
.button-as-link:hover,
.button-as-link.action:hover,
.button-as-link:active,
.button-as-link.action:active,
.button-as-link:focus,
.button-as-link.action:focus,
.checkout-shipping-address .new-address-popup .action-show-popup:hover,
.checkout-shipping-address .new-address-popup .action-show-popup.action:hover,
.checkout-shipping-address .new-address-popup .action-show-popup:active,
.checkout-shipping-address .new-address-popup .action-show-popup.action:active,
.checkout-shipping-address .new-address-popup .action-show-popup:focus,
.checkout-shipping-address .new-address-popup .action-show-popup.action:focus,
.form-wishlist-items .actions-toolbar .action.share:hover,
.form-wishlist-items .actions-toolbar .action.share:active,
.form-wishlist-items .actions-toolbar .action.share:focus,
.amtheme-gift-options .actions-toolbar .action-cancel:hover,
.amtheme-gift-options .actions-toolbar .action-cancel.action:hover,
.amtheme-gift-options .actions-toolbar .action-cancel:active,
.amtheme-gift-options .actions-toolbar .action-cancel.action:active,
.amtheme-gift-options .actions-toolbar .action-cancel:focus,
.amtheme-gift-options .actions-toolbar .action-cancel.action:focus {
  background: none;
  border: 0;
}
.button-as-link.disabled,
.button-as-link.action.disabled,
.button-as-link[disabled],
.button-as-link.action[disabled],
fieldset[disabled] .button-as-link,
fieldset[disabled] .button-as-link.action,
.checkout-shipping-address .new-address-popup .action-show-popup.disabled,
.checkout-shipping-address .new-address-popup .action-show-popup.action.disabled,
.checkout-shipping-address .new-address-popup .action-show-popup[disabled],
.checkout-shipping-address .new-address-popup .action-show-popup.action[disabled],
fieldset[disabled] .checkout-shipping-address .new-address-popup .action-show-popup,
fieldset[disabled] .checkout-shipping-address .new-address-popup .action-show-popup.action,
.form-wishlist-items .actions-toolbar .action.share.disabled,
.form-wishlist-items .actions-toolbar .action.share[disabled],
fieldset[disabled] .form-wishlist-items .actions-toolbar .action.share,
.amtheme-gift-options .actions-toolbar .action-cancel.disabled,
.amtheme-gift-options .actions-toolbar .action-cancel.action.disabled,
.amtheme-gift-options .actions-toolbar .action-cancel[disabled],
.amtheme-gift-options .actions-toolbar .action-cancel.action[disabled],
fieldset[disabled] .amtheme-gift-options .actions-toolbar .action-cancel,
fieldset[disabled] .amtheme-gift-options .actions-toolbar .action-cancel.action {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action.back {
  padding-left: 30px;
  color: #4a4948;
  display: block;
  position: relative;
  white-space: nowrap;
}
.action.back:hover {
  color: #4a4948;
}
.action.back .amtheme-icon {
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #4a4948;
  left: 5px;
  position: absolute;
  transition: left 0.4s ease-in-out;
}
.action.back:hover .amtheme-icon {
  left: 0;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.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 {
  margin: 0 0 20px;
}
.product.data.items > .item.title > .switch {
  background: transparent;
  border-bottom: 1px solid #dfdedd;
  border-left: none;
  border-right: none;
  border-top: none;
  height: auto;
  padding: 15px 0 15px 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 1.6rem;
  color: #4a4948;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #070605;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #070605;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #070605;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: transparent;
}
.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 {
  background: transparent;
  color: #070605;
  text-decoration: none;
  padding-bottom: 15px;
}
.product.data.items > .item.content {
  background: transparent;
  border: none;
  margin: 0;
  padding: 20px 0 10px 0;
}
.product.data.items > .item.title {
  letter-spacing: 0.03em;
}
.pages {
  align-items: center;
  display: flex;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: normal;
  margin: 0 4px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #070605;
  display: inline-block;
  text-decoration: none;
}
.pages a.page:hover {
  color: #2e2721;
  text-decoration: none;
}
.pages a.page:active {
  color: #000000;
}
.pages strong.page {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: normal;
  color: #070605;
  display: inline-block;
  font-weight: 400;
}
.pages .action {
  color: #3d3731;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #3d3731;
}
.pages .action:hover {
  color: #a8a69f;
  text-decoration: none;
}
.pages .action:active {
  color: #3d3731;
}
.pages .items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.pages .item {
  min-width: 26px;
}
.pages .jump {
  margin-inline-end: 8px;
  margin-inline-start: 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .jump {
    margin-right: 8px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .jump {
    margin-left: 4px;
  }
}
.pages .jump:first-child {
  margin-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .jump:first-child {
    margin-left: 0;
  }
}
.pages .jump:last-child {
  margin-inline-end: 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .jump:last-child {
    margin-right: 4px;
  }
}
.pages .pages-item-previous,
.pages .pages-item-next {
  vertical-align: middle;
}
.pages .pages-item-previous {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .pages-item-previous {
    margin-right: 0;
  }
}
.pages .page {
  font-weight: 400;
  text-align: center;
  transition: color 0.4s ease-in-out;
  width: 100%;
}
.pages .current {
  align-items: center;
  background: #f7f7f7;
  border-radius: 50%;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  min-width: 26px;
}
.pages .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action,
.pages .link {
  color: #3d3731;
  font-weight: 400;
  transition: color 0.4s ease-in-out;
  white-space: nowrap;
}
.pages .action:hover,
.pages .link:hover {
  color: #a8a69f;
  fill: #a8a69f;
}
.pages .action:hover .amtheme-icon,
.pages .link:hover .amtheme-icon {
  fill: #a8a69f;
}
.pages .action.previous,
.pages .link.previous,
.pages .action.next,
.pages .link.next {
  display: inline-block;
}
.pages .action.previous span,
.pages .link.previous span,
.pages .action.next span,
.pages .link.next span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 80px;
  vertical-align: middle;
}
.pages .action.previous,
.pages .link.previous {
  margin-inline-end: 14px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .action.previous,
  .pages .link.previous {
    margin-right: 14px;
  }
}
.pages .action.next,
.pages .link.next {
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages .action.next,
  .pages .link.next {
    margin-left: 10px;
  }
}
.pages .action > .label,
.pages .link > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .amtheme-icon {
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
.actions-toolbar {
  align-items: center;
  display: flex;
  margin-top: 30px;
}
.actions-toolbar .action.primary,
.actions-toolbar .primary > .action,
.actions-toolbar .amshopby-button,
.actions-toolbar .am-filter-go,
.actions-toolbar .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.actions-toolbar .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.actions-toolbar .am-show-button > .amshopby-button {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 4px;
}
.actions-toolbar .action.primary:focus,
.actions-toolbar .primary > .action:focus,
.actions-toolbar .action.primary:active,
.actions-toolbar .primary > .action:active,
.actions-toolbar .amshopby-button:focus,
.actions-toolbar .amshopby-button:active,
.actions-toolbar .am-filter-go:focus,
.actions-toolbar .am-filter-go:active,
.actions-toolbar .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:focus,
.actions-toolbar .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:active,
.actions-toolbar .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:focus,
.actions-toolbar .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active,
.actions-toolbar .am-show-button > .amshopby-button:focus,
.actions-toolbar .am-show-button > .amshopby-button:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.actions-toolbar .action.primary:hover,
.actions-toolbar .primary > .action:hover,
.actions-toolbar .amshopby-button:hover,
.actions-toolbar .am-filter-go:hover,
.actions-toolbar .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:hover,
.actions-toolbar .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:hover,
.actions-toolbar .am-show-button > .amshopby-button:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.actions-toolbar .action.primary.disabled,
.actions-toolbar .primary > .action.disabled,
.actions-toolbar .action.primary[disabled],
.actions-toolbar .primary > .action[disabled],
fieldset[disabled] .actions-toolbar .action.primary,
fieldset[disabled] .actions-toolbar .primary > .action,
.actions-toolbar .amshopby-button.disabled,
.actions-toolbar .amshopby-button[disabled],
fieldset[disabled] .actions-toolbar .amshopby-button,
.actions-toolbar .am-filter-go.disabled,
.actions-toolbar .am-filter-go[disabled],
fieldset[disabled] .actions-toolbar .am-filter-go,
.actions-toolbar .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart.disabled,
.actions-toolbar .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart[disabled],
fieldset[disabled] .actions-toolbar .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.actions-toolbar .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go.disabled,
.actions-toolbar .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go[disabled],
fieldset[disabled] .actions-toolbar .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.actions-toolbar .am-show-button > .amshopby-button.disabled,
.actions-toolbar .am-show-button > .amshopby-button[disabled],
fieldset[disabled] .actions-toolbar .am-show-button > .amshopby-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.actions-toolbar .action.secondary,
.actions-toolbar .secondary > .action {
  float: none;
  line-height: 20px;
  order: 0;
}
.actions-toolbar > .secondary {
  margin-inline-start: 25px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .actions-toolbar > .secondary {
    margin-left: 25px;
  }
}
.actions-toolbar > .secondary .action.back,
.actions-toolbar .action.back {
  padding-left: 30px;
  color: #4a4948;
  display: block;
  position: relative;
  white-space: nowrap;
  display: none;
}
.actions-toolbar > .secondary .action.back:hover,
.actions-toolbar .action.back:hover {
  color: #4a4948;
}
.actions-toolbar > .secondary .action.back .amtheme-icon,
.actions-toolbar .action.back .amtheme-icon {
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #4a4948;
  left: 5px;
  position: absolute;
  transition: left 0.4s ease-in-out;
}
.actions-toolbar > .secondary .action.back:hover .amtheme-icon,
.actions-toolbar .action.back:hover .amtheme-icon {
  left: 0;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #4a4948;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #a8a69f;
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #a8a69f;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #4a4948;
  text-decoration: none;
}
.breadcrumbs a:active {
  color: #4a4948;
  text-decoration: none;
}
.breadcrumbs strong {
  display: inline-block;
  font-weight: 700;
}
.breadcrumbs a {
  transition: color 0.4s ease-in-out;
}
.breadcrumbs a,
.breadcrumbs strong {
  vertical-align: middle;
}
.breadcrumbs .item {
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs .item:not(:last-child):after {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/breadcrumbs-arrow.svg") no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  padding: 0 10px;
  vertical-align: middle;
  width: 6px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
._am-price-container,
.price-container,
.price-to,
.normal-price .price-container {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.price,
.price-wrapper {
  display: inline-block;
}
.price-box .price {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2.5rem;
  vertical-align: top;
}
.price-box .price-label {
  margin-inline-end: 5px;
  color: #4a4948;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .price-box .price-label {
    margin-right: 5px;
  }
}
.price-box > .minimal-price-link {
  font-weight: 400;
  margin: 5px 0 0;
  width: 100%;
}
.price-box > .minimal-price-link .price-wrapper {
  color: #f23b3b;
}
.price-box.-am-no-price-label .price-label {
  display: none !important;
}
.price-box.-am-no-price-label .price-label + .price-wrapper > .price {
  color: #070605;
}
.price-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.prices-range {
  display: flex;
  flex-wrap: wrap;
}
.price-box .prices-range .price-container {
  align-items: center;
}
.products-list .tax-included {
  align-items: flex-end;
}
.tax-included {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tax-included.price-to {
  margin-top: 10px;
}
.tax-included.price-to .price-label:before {
  display: none;
}
.tax-included.price-to [data-price-type='maxPrice'] .price {
  color: #070605;
  font-size: 2.6rem;
  font-weight: 700;
}
.tax-included .old-price .price {
  color: #a8a69f;
}
.special-price.sly-old-price,
.old-price.sly-old-price {
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .special-price.sly-old-price,
  .old-price.sly-old-price {
    margin-left: 10px;
  }
}
.tax-included .old-price {
  width: 100%;
}
.special-price .price,
.price-box.-am-special-price .normal-price .price-label + .price-wrapper > .price {
  color: #f23b3b;
}
.special-price .price-wrapper:not(.price-including-tax) .price {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .special-price .price-wrapper:not(.price-including-tax) .price {
    margin-right: 5px;
  }
}
.products-list .special-price .price-wrapper:not(.price-including-tax) .price {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products-list .special-price .price-wrapper:not(.price-including-tax) .price {
    margin-right: 0;
  }
}
.price-including-tax {
  margin-right: 10px;
}
.old-price .price,
.map-old-price {
  color: #4a4948;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.3rem;
  position: relative;
}
.old-price .price:before,
.old-price-wrap > .old-price:last-of-type:after,
.map-old-price .price-wrapper:before {
  background: #3d3731;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.price-from,
.price-to,
.minimal-price {
  margin: 0;
}
.old-price-wrap {
  display: flex;
  margin-top: 4px;
  width: 100%;
}
.old-price-wrap > .old-price:last-of-type {
  align-items: center;
  display: flex;
  position: relative;
}
.old-price-wrap > .old-price:last-of-type:before {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}
.price-from .price-container {
  align-items: center;
  display: flex;
}
.price-to {
  line-height: 2.5rem;
}
.price-to .price-label:before {
  content: '/';
  margin: 0 5px;
}
.normal-price .price-label {
  margin-inline-end: 5px;
  line-height: 2.5rem;
  vertical-align: top;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .normal-price .price-label {
    margin-right: 5px;
  }
}
.normal-price .price {
  color: #f23b3b;
  font-size: 16px;
  font-weight: 400;
}
.minimal-price {
  display: flex;
  flex-wrap: wrap;
  line-height: 2.5rem;
}
.minimal-price .price-label {
  display: inline-block;
  line-height: 2.5rem;
}
.minimal-price > .price-container {
  display: inline-flex;
}
.amtheme-price-component.-small,
.price-to .price,
.price-including-tax + .price-excluding-tax,
.weee[data-label],
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  color: #4a4948;
  font-size: 16px;
  font-weight: 400;
}
.amtheme-products-secondary .price {
  font-size: 1.8rem;
}
.amtheme-products-secondary .old-price .price {
  color: #4a4948;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.amtheme-products-secondary .special-price {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-products-secondary .special-price {
    margin-right: 5px;
  }
}
.catalog-products .price-including-tax + .price-excluding-tax,
.product-info-main .price-including-tax + .price-excluding-tax,
.catalog-products .weee[data-label],
.product-info-main .weee[data-label] {
  margin-top: 4px;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before,
.sidebar .block-viewed-products-grid .price-excluding-tax:before {
  content: attr(data-label) ':';
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 0;
  white-space: nowrap;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.4rem;
}
.weee[data-label] {
  margin-top: 5px;
}
.price-container .weee {
  margin-top: 5px;
  width: 100%;
}
.price-container .weee,
.price-container .weee * {
  font-size: 1.4rem;
}
.price-container .weee:before {
  content: attr(data-label) ':';
  white-space: normal;
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ':';
}
.special-price .price-container .weee {
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 2px;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .special-price .price-container .weee {
    margin-left: 0;
    margin-right: 5px;
  }
}
.amtheme-select-block .price-container .weee + .price-final {
  margin: 0;
}
.amtheme-select-block .price-container .weee + .price-final > .price,
.amtheme-tags-block .price-container .weee + .price-final > .price {
  font-size: inherit;
  font-weight: inherit;
}
.amtheme-select-block .price-container .weee:before {
  white-space: nowrap;
}
.catalog-product-view .amtheme-product-info .normal-price .price-label,
.catalog-product-view .amtheme-productcaret-block .normal-price .price-label {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .catalog-product-view .amtheme-product-info .normal-price .price-label,
  .catalog-product-view .amtheme-productcaret-block .normal-price .price-label {
    margin-right: 10px;
  }
}
.catalog-product-view .amtheme-product-info .normal-price .price-wrapper:not(.price-excluding-tax) .price,
.catalog-product-view .amtheme-productcaret-block .normal-price .price-wrapper:not(.price-excluding-tax) .price {
  font-size: 2.6rem;
  font-weight: 700;
}
.sidebar .price-box .price-wrapper:not(.price-excluding-tax) .price,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .price-wrapper:not(.price-excluding-tax) .price {
  color: #070605;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.map-info-price .actual-price .price {
  color: #f23b3b;
}
.map-info-price .old-price {
  color: #4a4948;
}
.bundle-options-container .price-box .price-excluding-tax .price,
.bundle-options-container .price-box .price-to .price,
.bundle-options-container .price-box .old-price {
  font-size: 1.6rem;
  font-weight: 400;
}
.bundle-options-container .price-box .price-to .price-wrapper:not(.price-excluding-tax) .price {
  color: #070605;
}
.bundle-options-container .price-box .old-price {
  width: 100%;
}
.sidebar .block-viewed-products-grid .price-excluding-tax:before {
  margin-left: 0;
}
.sidebar .amtheme-sidebar-wishlist .price-excluding-tax:before {
  margin-left: 0;
}
.price-notice {
  display: inline-flex;
}
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;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.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: #ffffff;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  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%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s 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 {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 60rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 430px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .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: 20px;
  padding-right: 20px;
}
.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: 8px;
  padding-top: 20px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.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;
  color: #3d3731;
  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 {
  pointer-events: none;
  opacity: 0.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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: #a8a69f;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  border-color: #3d3731;
  color: #3d3731;
  fill: #3d3731;
}
.modal-custom .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.modal-slide .modal-inner-wrap {
  overflow: auto;
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
  background: #ffffff;
  border-radius: 6px;
  max-height: 90vh;
}
.modal-custom .modal-inner-wrap::-webkit-scrollbar,
.modal-popup .modal-inner-wrap::-webkit-scrollbar,
.modal-slide .modal-inner-wrap::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.modal-custom .modal-inner-wrap::-webkit-scrollbar-track,
.modal-popup .modal-inner-wrap::-webkit-scrollbar-track,
.modal-slide .modal-inner-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.modal-custom .modal-inner-wrap::-webkit-scrollbar-thumb,
.modal-popup .modal-inner-wrap::-webkit-scrollbar-thumb,
.modal-slide .modal-inner-wrap::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.modal-custom .modal-inner-wrap > *,
.modal-popup .modal-inner-wrap > *,
.modal-slide .modal-inner-wrap > * {
  max-width: none;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ie11 .modal-popup .modal-title {
  word-break: break-all;
}
.ie11 .modal-popup .modal-title {
  word-break: break-all;
}
.ie11 .modal-popup .modal-title {
  word-break: break-all;
}
.ie11 .modal-popup .modal-title {
  word-break: break-all;
}
.ie11 .modal-popup .modal-title {
  word-break: break-all;
}
.ie11 .modal-popup .modal-title {
  word-break: break-all;
}
.modal-popup .modal-subtitle {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-popup .modal-header {
  padding: 20px;
}
.modal-popup .modal-content {
  padding-bottom: 20px;
}
.modal-popup .modal-content + .modal-footer {
  padding-top: 0;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-inline-end: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 20px;
  }
}
.modal-popup.agreements-modal.modal-slide {
  left: 0;
  z-index: 999;
}
.modal-popup .modal-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
}
.modal-popup .modal-footer .action.primary,
.modal-popup .modal-footer .amshopby-button,
.modal-popup .modal-footer .am-filter-go,
.modal-popup .modal-footer .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.modal-popup .modal-footer .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.modal-popup .modal-footer .am-show-button > .amshopby-button {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 4px;
}
.modal-popup .modal-footer .action.primary:focus,
.modal-popup .modal-footer .action.primary:active,
.modal-popup .modal-footer .amshopby-button:focus,
.modal-popup .modal-footer .amshopby-button:active,
.modal-popup .modal-footer .am-filter-go:focus,
.modal-popup .modal-footer .am-filter-go:active,
.modal-popup .modal-footer .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:focus,
.modal-popup .modal-footer .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:active,
.modal-popup .modal-footer .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:focus,
.modal-popup .modal-footer .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active,
.modal-popup .modal-footer .am-show-button > .amshopby-button:focus,
.modal-popup .modal-footer .am-show-button > .amshopby-button:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.modal-popup .modal-footer .action.primary:hover,
.modal-popup .modal-footer .amshopby-button:hover,
.modal-popup .modal-footer .am-filter-go:hover,
.modal-popup .modal-footer .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:hover,
.modal-popup .modal-footer .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:hover,
.modal-popup .modal-footer .am-show-button > .amshopby-button:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.modal-popup .modal-footer .action.primary.disabled,
.modal-popup .modal-footer .action.primary[disabled],
fieldset[disabled] .modal-popup .modal-footer .action.primary,
.modal-popup .modal-footer .amshopby-button.disabled,
.modal-popup .modal-footer .amshopby-button[disabled],
fieldset[disabled] .modal-popup .modal-footer .amshopby-button,
.modal-popup .modal-footer .am-filter-go.disabled,
.modal-popup .modal-footer .am-filter-go[disabled],
fieldset[disabled] .modal-popup .modal-footer .am-filter-go,
.modal-popup .modal-footer .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart.disabled,
.modal-popup .modal-footer .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart[disabled],
fieldset[disabled] .modal-popup .modal-footer .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.modal-popup .modal-footer .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go.disabled,
.modal-popup .modal-footer .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go[disabled],
fieldset[disabled] .modal-popup .modal-footer .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.modal-popup .modal-footer .am-show-button > .amshopby-button.disabled,
.modal-popup .modal-footer .am-show-button > .amshopby-button[disabled],
fieldset[disabled] .modal-popup .modal-footer .am-show-button > .amshopby-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup .modal-footer .action:not(.primary):not(.secondary) {
  line-height: 1.6rem;
  margin: 15px 0 0;
}
.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action.secondary {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #4a4948;
  line-height: 20px;
  margin: 15px 0 0;
  padding: 15px 35px;
}
.modal-popup .modal-footer .action-secondary:focus,
.modal-popup .modal-footer .action.secondary:focus,
.modal-popup .modal-footer .action-secondary:active,
.modal-popup .modal-footer .action.secondary:active {
  background: none;
  border: none;
}
.modal-popup .modal-footer .action-secondary:hover,
.modal-popup .modal-footer .action.secondary:hover {
  background: none;
  border: none;
}
.modal-popup .modal-footer .action-secondary.disabled,
.modal-popup .modal-footer .action.secondary.disabled,
.modal-popup .modal-footer .action-secondary[disabled],
.modal-popup .modal-footer .action.secondary[disabled],
fieldset[disabled] .modal-popup .modal-footer .action-secondary,
fieldset[disabled] .modal-popup .modal-footer .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.modal-popup .modal-footer .action-secondary:hover,
.modal-popup .modal-footer .action.secondary:hover {
  color: #070605;
}
.modal-slide .page-main-actions {
  /* stylelint-disable */
  margin-bottom: calc(2.1rem - (30px/2));
  /* stylelint-enable */
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(252, 252, 252, 0.8);
  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;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 60rem;
  width: 90%;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2rem;
  font-size: 1.8rem;
  line-height: 1.25;
  margin: 0 10px 10px 0;
  padding: 18px 35px;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #070605;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #2e2721;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #000000;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 12px 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 18px 35px;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 15px 35px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 18px 35px;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #070605;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 20px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: transparent;
  border-bottom: 1px solid #dfdedd;
  border-left: none;
  border-right: none;
  border-top: none;
  height: auto;
  padding: 15px 0 15px 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 1.6rem;
  color: #4a4948;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #070605;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #070605;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #070605;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: transparent;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: transparent;
  color: #070605;
  text-decoration: none;
  padding-bottom: 15px;
}
.pagebuilder-accordion > .item.content {
  background: transparent;
  border: none;
  margin: 0;
  padding: 20px 0 10px 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #070605;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #070605;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.ie11 .slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide > div {
  display: flex;
}
.slick-arrow.slick-hidden {
  display: none;
}
.ambanner-slider-block.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.ambanner-slider-wrap .slick-initialized .slick-slide {
  float: left !important;
  height: 100% !important;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-vertical-fade {
  position: relative;
}
.am-vertical-fade:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
  content: '';
}
.ambanner-preloader-block {
  position: relative;
}
.ambanner-preloader-block:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  background: #ffffff url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
  content: '';
}
.ambanner-slider-wrap {
  position: relative;
  margin: 20px 0;
}
.ambanner-slider-wrap > .ambanner-title {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ie11 .ambanner-slider-wrap > .ambanner-title {
  word-break: break-all;
}
.ambanner-slider-wrap.-alignment-left {
  margin-right: auto;
}
.ambanner-slider-wrap.-alignment-right {
  margin-left: auto;
}
.ambanner-slider-wrap.-alignment-center {
  margin-right: auto;
  margin-left: auto;
}
.ambanner-slider-block {
  overflow: hidden;
}
.ambanner-slider-block.slick-slider {
  padding: 0;
}
.ambanner-slider-block.slick-slider.slick-dotted {
  margin-bottom: 20px !important;
}
.ambanner-slider-block.-ambanner-preloader:not(.-ambanner-loaded) {
  position: relative;
  height: 30vh;
}
.ambanner-slider-block.-ambanner-preloader:not(.-ambanner-loaded):after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  background: #ffffff url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
  content: '';
}
.ambanner-slider-block:not(.-ambanner-loaded) .ambanner-item-block:not(:first-of-type) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.columns .sidebar {
  max-width: 100%;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'ambannerIcons';
  src: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_BannerSlider/fonts/ambannerIcons.woff') format('woff');
  font-display: block;
}
.ambanner-icon,
.ambanner-arrow-button,
.slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'ambannerIcons' !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ambanner-icon:before,
.ambanner-arrow-button:before,
.slick-slider .slick-arrow.ambanner-arrow-button:before,
.ambanner-button.-show-overlay:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1;
}
.ambanner-icon.-angle-left:before,
.ambanner-arrow-button.-angle-left:before,
.slick-slider.-arrows-3 .ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-angle-left:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-angle-left:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-angle-left:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-angle-left:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-left:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before {
  content: '\e900';
}
.ambanner-icon.-angle-right:before,
.ambanner-arrow-button.-angle-right:before,
.slick-slider.-arrows-3 .ambanner-arrow-button.-next:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-angle-right:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-angle-right:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-angle-right:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-angle-right:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-angle-right:before,
.slick-slider.-arrows-3 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-3 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-3 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before {
  content: '\e901';
}
.ambanner-icon.-arrow-left:before,
.ambanner-arrow-button.-arrow-left:before,
.slick-slider.-arrows-2 .ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-arrow-left:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-arrow-left:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-arrow-left:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-arrow-left:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-left:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before {
  content: '\e902';
}
.ambanner-icon.-arrow-right:before,
.ambanner-arrow-button.-arrow-right:before,
.slick-slider.-arrows-2 .ambanner-arrow-button.-next:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-arrow-right:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-arrow-right:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-arrow-right:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-arrow-right:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-arrow-right:before,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before {
  content: '\e903';
}
.ambanner-icon.-chevron-left:before,
.ambanner-arrow-button.-chevron-left:before,
.ambanner-arrow-button.-prev:before,
.slick-slider[dir='rtl'] .ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-chevron-left:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.ambanner-button.-show-overlay.-chevron-left:before,
.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-chevron-left:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-chevron-left:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-chevron-left:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-left:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-chevron-left:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-left:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-chevron-left:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-left:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-left:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-left:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-left:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-left:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before {
  content: '\e904';
}
.ambanner-icon.-chevron-right:before,
.ambanner-arrow-button.-chevron-right:before,
.ambanner-arrow-button.-next:before,
.slick-slider[dir='rtl'] .ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-chevron-right:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.ambanner-button.-show-overlay.-chevron-right:before,
.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-chevron-right:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-chevron-right:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-chevron-right:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-right:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-chevron-right:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-right:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-chevron-right:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-right:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-right:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-right:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-right:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-chevron-right:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next:before,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev:before {
  content: '\e905';
}
.ambanner-icon.-show-more:before,
.ambanner-arrow-button.-show-more:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-show-more:before,
.ambanner-button.-show-overlay.-show-more:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-show-more:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-show-more:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-show-more:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-show-more:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-show-more:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-show-more:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-show-more:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-show-more:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-show-more:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-show-more:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-show-more:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-show-more:before {
  content: '\e906';
  font-size: 2rem;
}
.ambanner-icon.-delete:before,
.ambanner-arrow-button.-delete:before,
.ambanner-button.-show-overlay.-ambanner-active:before,
.slick-slider .slick-arrow.ambanner-arrow-button.-delete:before,
.ambanner-button.-show-overlay.-delete:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-delete:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-ambanner-active:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-delete:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-delete:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-delete:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-delete:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-delete:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-delete:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-delete:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-delete:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-delete:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-delete:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-delete:before {
  content: '\e907';
  font-size: 1.2rem;
}
.ambanner-overlay-hover .ambanner-image-block.-overlay > .ambanner-image {
  filter: blur(4px);
}
.ambanner-overlay-hover .ambanner-content-overlay {
  visibility: visible;
}
.ambanner-overlay-hover .ambanner-content-block {
  opacity: 1;
  transform: translateY(0);
}
.ambanner-item-block {
  position: relative;
  overflow: hidden;
}
.ambanner-item-block > .ambanner-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.ambanner-item-block.-ambanner-fade .ambanner-content-block {
  position: relative;
  justify-content: flex-start;
}
.ambanner-item-block.-ambanner-fade .ambanner-content-block:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
  content: '';
}
.ambanner-content-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: visibility 0.5s;
}
.ambanner-content-overlay > .ambanner-content-block {
  position: relative;
  z-index: 1;
}
.ambanner-overlay-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  transition: width 0.5s, height 0.5s;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ambanner-content-block {
  display: flex;
  justify-content: center;
  word-break: break-word;
  word-wrap: break-word;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  margin: 15px 0;
  padding: 0 15px;
  width: 100%;
  height: calc(100% - 15px * 2);
  color: #293e52;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(20px);
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ie11 .ambanner-content-block {
  word-break: break-all;
}
.ambanner-content-block > .ambanner-title {
  margin: 0 0 15px;
  font-weight: 600;
}
.ambanner-content-block > .ambanner-text {
  font-weight: 300;
}
.-ambanner-arrows .ambanner-content-block {
  padding-right: 65px;
  padding-left: 65px;
}
.-ambanner-dots .ambanner-content-block {
  margin-bottom: 40px;
  height: calc(100% - (15px + 40px));
}
.sidebar .-ambanner-dots .ambanner-content-block {
  margin-bottom: 56px;
  height: calc(100% - (15px * 2 + 36px + 5px));
}
.sidebar .-ambanner-arrows .ambanner-content-block {
  padding-right: 15px;
  padding-left: 15px;
}
.ambanner-image-block > .ambanner-image {
  display: block;
  width: 100%;
  transition: filter 0.3s;
}
.ambanner-controls-hover .ambanner-arrow-button,
.ambanner-slider-block.-ambanner-hover .ambanner-arrow-button,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-arrow-button,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-controls-hover .ambanner-button.-show-overlay,
.ambanner-split-wrap.-ambanner-hover .ambanner-arrow-button,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-button.-show-overlay,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
  opacity: 1;
}
.ambanner-controls-hover .ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-hover .ambanner-arrow-button.-prev,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-arrow-button.-prev,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-controls-hover .ambanner-button.-show-overlay.-prev,
.ambanner-split-wrap.-ambanner-hover .ambanner-arrow-button.-prev,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev {
  left: 15px;
}
.ambanner-controls-hover .ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-hover .ambanner-arrow-button.-next,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-arrow-button.-next,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-controls-hover .ambanner-button.-show-overlay.-next,
.ambanner-split-wrap.-ambanner-hover .ambanner-arrow-button.-next,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-controls-hover .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-controls-hover .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-controls-hover .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next {
  right: 15px;
}
.ambanner-controls-hover .ambanner-slider-dots,
.ambanner-slider-block.-ambanner-hover .ambanner-slider-dots,
.ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-slider-dots,
.ambanner-split-wrap.-ambanner-hover .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-arrow-button,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
  opacity: 1;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev {
  left: 15px;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next {
  right: 15px;
}
.ambanner-slider-block.-ambanner-touchscreen.-ambanner-no-dots .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
.ambanner-slider-block.-ambanner-touchscreen .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
.ambanner-arrow-button,
.slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  padding: 0;
  width: 36px;
  height: 36px;
  outline: none;
  border: none;
  border-radius: 50%;
  background: #ffffff !important;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  color: transparent;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  cursor: pointer;
  transition-duration: 0.2s;
  transform: translate(0, -50%);
}
.ambanner-arrow-button:hover,
.ambanner-arrow-button:focus,
.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.ambanner-button.-show-overlay:hover,
.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:hover,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus {
  outline: none;
  border: none;
  background: #ffffff !important;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  color: transparent;
}
.ambanner-arrow-button:not(.primary),
.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary) {
  border-radius: 50%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
body:not(._keyfocus) .ambanner-arrow-button:focus,
.ambanner-arrow-button:not(.primary):focus,
body:not(._keyfocus) .slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary):focus,
body:not(._keyfocus) .ambanner-button.-show-overlay:focus,
.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.primary):focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary):focus,
body:not(._keyfocus) .slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.primary):focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary):focus,
body:not(._keyfocus) .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary):focus {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}
.ambanner-arrow-button:active,
.slick-slider .slick-arrow.ambanner-arrow-button:active,
.ambanner-button.-show-overlay:active,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:active,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:active,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:active,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:active,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:active,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active {
  background: #333333 !important;
}
.ambanner-arrow-button:active:before,
.slick-slider .slick-arrow.ambanner-arrow-button:active:before,
.ambanner-button.-show-overlay:active:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:active:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:active:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:active:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:active:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:active:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:active:before {
  color: #ffffff;
}
.ambanner-arrow-button.slick-disabled:before,
.slick-slider .slick-arrow.ambanner-arrow-button.slick-disabled:before,
.ambanner-button.-show-overlay.slick-disabled:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.slick-disabled:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.slick-disabled:before,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.slick-disabled:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.slick-disabled:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.slick-disabled:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.slick-disabled:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.slick-disabled:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.slick-disabled:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.slick-disabled:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.slick-disabled:before,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.slick-disabled:before,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.slick-disabled:before {
  color: #dadada;
}
.ambanner-arrow-button.-prev,
.slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.ambanner-button.-show-overlay.-prev,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev {
  left: 0;
  transition-property: opacity, left;
}
.ambanner-arrow-button.-next,
.slick-slider .slick-arrow.ambanner-arrow-button.-next,
.ambanner-button.-show-overlay.-next,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next,
.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next {
  right: 0;
  transition-property: opacity, right;
}
.slick-slider.-arrows-2 .ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-arrow-button,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
  border: 2px solid transparent;
  border-radius: 0;
}
.slick-slider.-arrows-2 .ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-arrow-button:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:hover,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus {
  border: 2px solid #333333;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.slick-slider.-arrows-2 .ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.primary),
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.primary) {
  border-radius: 0;
}
body:not(._keyfocus) .slick-slider.-arrows-2 .ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .slick-slider.-arrows-2 .slick-arrow.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus,
body:not(._keyfocus) .amasty-jet-theme .ambanner-slider-block.slick-slider.-arrows-2 button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:focus {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.slick-slider[dir='rtl'] .ambanner-arrow-button.-prev,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev {
  right: 15px;
  left: auto;
}
.slick-slider[dir='rtl'] .ambanner-arrow-button.-next,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-arrow-button.-next,
.slick-slider[dir='rtl'] .ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
.slick-slider[dir='rtl'] .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next {
  right: auto;
  left: 15px;
}
.ambanner-slider-dots {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: 0;
  padding: 0 0 15px;
  list-style-type: none;
  text-align: center;
  line-height: 1;
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity, bottom;
  pointer-events: none;
}
.ambanner-slider-dots > li {
  display: inline-flex;
  margin: 0 4px;
  pointer-events: auto;
}
.ambanner-slider-dots button {
  padding: 0;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: none;
  font-size: 0;
  line-height: 1;
  transition: width 0.3s ease-in-out;
}
.ambanner-slider-dots .slick-active button {
  width: 25px;
  background: #333333;
  transition: width 0.3s ease-in-out;
}
.-dots-2 .ambanner-slider-dots button {
  width: 25px;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #ffffff;
}
.-dots-2 .ambanner-slider-dots .slick-active button {
  width: 50px;
  background: #333333;
}
.-dots-3 .ambanner-slider-dots button {
  border: 1px solid #333333;
  border-radius: 50%;
  background: none;
  transition: none;
}
.-dots-3 .ambanner-slider-dots .slick-active button {
  width: 8px;
  background: #333333;
  transition: none;
}
.ambanner-button.-show-overlay,
.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 7;
  transform: none;
}
.sidebar .ambanner-arrow-button,
.sidebar .slick-slider .slick-arrow.ambanner-arrow-button,
.sidebar .ambanner-button.-show-overlay,
.sidebar .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.sidebar .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button,
.sidebar .slick-slider .slick-arrow.ambanner-button.-show-overlay,
.sidebar .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.sidebar .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
.sidebar .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.sidebar .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.sidebar .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.sidebar .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.sidebar .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.sidebar .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
.sidebar .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
  top: calc(100% - (36px + 15px));
  transform: none;
}
.sidebar .ambanner-button.-show-overlay,
.sidebar .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
  top: 15px;
}
.sidebar .ambanner-slider-dots {
  padding: 0 0 29px;
}
.ambanner-split-wrap {
  position: relative;
}
.ambanner-split-block.ambanner-slider-top {
  pointer-events: none;
}
.ambanner-split-block.ambanner-slider-top .ambanner-slider-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.ambanner-split-block.ambanner-slider-top .ambanner-slider-dots,
.ambanner-split-block.ambanner-slider-top .ambanner-arrow-button:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .slick-slider .slick-arrow.ambanner-arrow-button:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.ambanner-split-block.ambanner-slider-top .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay) {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ambanner-split-wrap.-ambanner-hover .ambanner-split-block .ambanner-image-block.-overlay > .ambanner-image {
  filter: none;
}
.ambanner-slider-top .ambanner-slider-block.-ambanner-preloader:not(.-ambanner-loaded):after {
  content: none;
}
.ambanner-bubble-element {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  pointer-events: none;
}
.ambanner-bubble-element.-ambanner-active {
  opacity: 0;
  transition: width .7s, height .7s, opacity .3s .4s;
}
.ambanner-bubble-element.-right {
  right: calc(33px);
  transform: translate(50%, -50%);
}
.ambanner-bubble-element.-left {
  left: calc(33px);
  transform: translate(-50%, -50%);
}
.ambanner-slider-block.-ambanner-bubble .ambanner-arrow-button:before,
.ambanner-slider-block.-ambanner-bubble .slick-slider .slick-arrow.ambanner-arrow-button:before,
.ambanner-slider-block.-ambanner-bubble .ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:before,
.ambanner-slider-block.-ambanner-bubble .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:before,
.ambanner-slider-block.-ambanner-bubble .slick-slider .slick-arrow.ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:before,
.ambanner-slider-block.-ambanner-bubble .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before,
.ambanner-slider-block.-ambanner-bubble .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:before {
  position: relative;
  z-index: 6;
}
.sidebar .ambanner-bubble-element {
  top: calc(100% - (33px));
}
.sidebar .ambanner-bubble-element.-right {
  right: calc(33px);
  transform: translate(50%, -50%);
}
.sidebar .ambanner-bubble-element.-left {
  left: calc(33px);
  transform: translate(-50%, -50%);
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1320px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #61c18f;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #61c18f;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #98d7b6;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #61c18f;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #98d7b6;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #61c18f;
  border-right: 2px solid #61c18f;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #61c18f;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #98d7b6;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-show-button > .amshopby-button {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #61c18f;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #98d7b6;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.amcheckout-step-container .checkout-agreements .checkout-agreement .label {
  display: flex;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #61c18f;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: #61c18f url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/complete.svg") center / 10px no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #070605;
  color: #61c18f;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #070605;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #61c18f;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #61c18f;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #61c18f;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #070605;
  border-radius: 2px;
  color: #070605;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amcustombutton-button-container {
  display: flex;
  transition: opacity .2s, visibility .2s;
}
.amcustombutton-button-container.-align-left {
  justify-content: flex-start;
}
.amcustombutton-button-container.-align-center {
  justify-content: center;
}
.amcustombutton-button-container.-align-right {
  justify-content: flex-end;
}
.amcustombutton-button-container.-am-hidden {
  visibility: hidden;
  opacity: 0;
}
.amcustombutton-button-container > .amcustombutton-button-element[id^='amcustombutton-'] {
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
}
.ie11 .amcustombutton-button-container > .amcustombutton-button-element[id^='amcustombutton-'] {
  word-break: break-all;
}
.ie11 .amcustombutton-button-container > .amcustombutton-button-element[id^='amcustombutton-'] {
  word-break: break-all;
}
.ie11 .amcustombutton-button-container > .amcustombutton-button-element[id^='amcustombutton-'] {
  word-break: break-all;
}
.ie11 .amcustombutton-button-container > .amcustombutton-button-element[id^='amcustombutton-'] {
  word-break: break-all;
}
.ie11 .amcustombutton-button-container > .amcustombutton-button-element[id^='amcustombutton-'] {
  word-break: break-all;
}
.ie11 .amcustombutton-button-container > .amcustombutton-button-element[id^='amcustombutton-'] {
  word-break: break-all;
}
.amcustombutton-button-container > .amcustombutton-button-element[id^='amcustombutton-'] .amcustombutton-text {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.amcustombutton-button-container > .amcustombutton-button-element[id^='amcustombutton-']:hover {
  text-decoration: none;
}
.amcustombutton-button-element {
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
}
.ie11 .amcustombutton-button-element {
  word-break: break-all;
}
.ie11 .amcustombutton-button-element {
  word-break: break-all;
}
.ie11 .amcustombutton-button-element {
  word-break: break-all;
}
.ie11 .amcustombutton-button-element {
  word-break: break-all;
}
.ie11 .amcustombutton-button-element {
  word-break: break-all;
}
.ie11 .amcustombutton-button-element {
  word-break: break-all;
}
.amcustombutton-button-element .amcustombutton-text {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.amcustombutton-button-element:hover {
  text-decoration: none;
}
.footer.content .links a.amcustombutton-button-element {
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
}
.ie11 .footer.content .links a.amcustombutton-button-element {
  word-break: break-all;
}
.ie11 .footer.content .links a.amcustombutton-button-element {
  word-break: break-all;
}
.ie11 .footer.content .links a.amcustombutton-button-element {
  word-break: break-all;
}
.ie11 .footer.content .links a.amcustombutton-button-element {
  word-break: break-all;
}
.ie11 .footer.content .links a.amcustombutton-button-element {
  word-break: break-all;
}
.ie11 .footer.content .links a.amcustombutton-button-element {
  word-break: break-all;
}
.footer.content .links a.amcustombutton-button-element .amcustombutton-text {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer.content .links a.amcustombutton-button-element:hover {
  text-decoration: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .amcustombutton-button-container.-no-tablet {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .amcustombutton-button-container.-no-desktop {
    display: none;
  }
}
@keyframes am-criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
  }
}
@keyframes am-criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
  }
}
.amcustombutton-animation-element {
  position: absolute;
  z-index: 1;
}
.amcustombutton-button-element.-animation-circle {
  transition: color 0.3s 0.1s ease-out;
}
.amcustombutton-button-element.-animation-circle .amcustombutton-animation-element {
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  border-radius: 50%;
  content: '';
  transition: box-shadow 0.5s ease-out;
}
.amcustombutton-button-element.-animation-position-aware {
  transition: color 0.3s 0.1s ease-out;
}
.amcustombutton-button-element.-animation-position-aware .amcustombutton-animation-element {
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
}
.amcustombutton-button-element.-animation-collision .amcustombutton-animation-element {
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: '';
}
.amcustombutton-button-element.-animation-collision .amcustombutton-animation-element:first-of-type {
  left: -20px;
  transform: translate(-50%, -50%);
}
.amcustombutton-button-element.-animation-collision .amcustombutton-animation-element:last-of-type {
  right: -20px;
  transform: translate(50%, -50%);
}
.amcustombutton-button-element.-animation-collision:hover .amcustombutton-animation-element:first-of-type {
  animation: am-criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.amcustombutton-button-element.-animation-collision:hover .amcustombutton-animation-element:last-of-type {
  animation: am-criss-cross-right 0.8s both;
  animation-direction: alternate;
}
.amcustombutton-button-element.-animation-border-race {
  transition: all .2s linear;
}
.amcustombutton-button-element.-animation-border-race .amcustombutton-animation-element {
  position: absolute;
  transition: inherit;
  transition-duration: .4s;
}
.amcustombutton-button-element.-animation-border-race .amcustombutton-animation-element:nth-of-type(1),
.amcustombutton-button-element.-animation-border-race .amcustombutton-animation-element:nth-of-type(3) {
  width: 0;
  height: 2px;
}
.amcustombutton-button-element.-animation-border-race .amcustombutton-animation-element:nth-of-type(2),
.amcustombutton-button-element.-animation-border-race .amcustombutton-animation-element:nth-of-type(4) {
  width: 2px;
  height: 0;
}
.amcustombutton-button-element.-animation-border-race .amcustombutton-animation-element:nth-of-type(1),
.amcustombutton-button-element.-animation-border-race .amcustombutton-animation-element:nth-of-type(4) {
  top: 0;
  left: 0;
}
.amcustombutton-button-element.-animation-border-race .amcustombutton-animation-element:nth-of-type(2),
.amcustombutton-button-element.-animation-border-race .amcustombutton-animation-element:nth-of-type(3) {
  right: 0;
  bottom: 0;
}
.amcustombutton-button-element.-animation-border-race:hover .amcustombutton-animation-element:nth-of-type(1),
.amcustombutton-button-element.-animation-border-race:hover .amcustombutton-animation-element:nth-of-type(3) {
  width: 100%;
}
.amcustombutton-button-element.-animation-border-race:hover .amcustombutton-animation-element:nth-of-type(2),
.amcustombutton-button-element.-animation-border-race:hover .amcustombutton-animation-element:nth-of-type(4) {
  height: 100%;
}
.admin__fieldset > .admin__field > .admin__field-control.-amcform-from-to-ranges {
  margin-left: 40px;
}
.frmb.ui-sortable {
  min-height: 300px;
}
.form-builder-wrap {
  min-height: 600px;
}
.form-builder-wrap div.form-actions.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
[id^='frmb-'][id$='-form-wrap'] .cb-wrap.pull-right {
  position: relative;
  padding-bottom: 40px;
  min-height: 300px;
}
[id^='frmb-'][id$='-form-wrap'] textarea {
  max-width: 100%;
}
#loading_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#form_submit_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
}
.fb-date .ui-datepicker-trigger {
  position: relative;
  margin-left: 10px;
}
.fb-date input {
  cursor: pointer;
}
.am-picker-year .ui-datepicker-calendar td a {
  padding: 8px;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.amcform-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: 0.1s all ease-in;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'amcform';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amcform-icon.-chevron-left:before {
  content: '\e906';
}
.amcform-icon.-chevron-right:before {
  content: '\e905';
}
.amcform-icon.-cross:before {
  content: '\e904';
}
.amcform-icon.-sent:before {
  content: '\e903';
}
.amcform-icon.-pending:before {
  content: '\e94e';
}
.amcform-icon.-view:before {
  content: '\e900';
}
.amcform-icon.-edit:before {
  content: '\e901';
}
.amcform-icon.-remove:before {
  content: '\e902';
}
.amform-form {
  margin: 0 auto 10px;
  max-width: 700px;
}
.amform-form-fieldset.fieldset {
  margin-bottom: 10px;
}
.amform-form .fb-number .control {
  max-width: 200px;
}
.amform-groupv2 {
  display: inline-block;
}
.amcform-gdpr {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
.amcform-gdpr a {
  text-decoration: underline;
}
.amform-form .amcform-gdpr > .label > .amform-checkbox {
  display: inline-block;
  opacity: 1;
}
.amform-versiontwo-label {
  display: inline;
  margin-right: 10px;
  padding-right: 20px;
  word-break: break-all;
}
.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary,
.amform-form .amform-hide-formload.amshopby-button,
.amform-form .amform-hide-formload.am-filter-go,
.amform-form .amform-hide-formload.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.amform-form .amform-hide-formload.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.amform-form .amform-hide-formload.am-show-button > .amshopby-button {
  display: none;
}
.amform-form .action.primary,
.amform-parent .action.primary,
.amform-form .amshopby-button,
.amform-parent .amshopby-button,
.amform-form .am-filter-go,
.amform-parent .am-filter-go,
.amform-form .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.amform-parent .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.amform-form .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.amform-parent .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.amform-form .am-show-button > .amshopby-button,
.amform-parent .am-show-button > .amshopby-button {
  background: #006bb4;
  min-width: 120px;
  padding: 9px;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover,
.amform-form .amshopby-button:hover,
.amform-parent .amshopby-button:hover,
.amform-form .am-filter-go:hover,
.amform-parent .am-filter-go:hover,
.amform-form .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:hover,
.amform-parent .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:hover,
.amform-form .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:hover,
.amform-parent .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:hover,
.amform-form .am-show-button > .amshopby-button:hover,
.amform-parent .am-show-button > .amshopby-button:hover {
  background: #2f5bcd;
}
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled,
.amform-form .amshopby-button:disabled,
.amform-parent .amshopby-button:disabled,
.amform-form .am-filter-go:disabled,
.amform-parent .am-filter-go:disabled,
.amform-form .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:disabled,
.amform-parent .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart:disabled,
.amform-form .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:disabled,
.amform-parent .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:disabled,
.amform-form .am-show-button > .amshopby-button:disabled,
.amform-parent .am-show-button > .amshopby-button:disabled {
  background: #c4d1f3;
}
.amcform-toolbar {
  text-align: right;
}
.amcform-toolbar > div {
  display: inline-block;
}
.amform-form:not(.default) .amform-checkbox,
.amform-form:not(.default) .amform-radio,
.amform-form:not(.default) .amform-checkboxtwo,
.amform-form:not(.default) .amform-radiotwo {
  display: block;
  opacity: 0;
}
.amform-form:not(.default) .amform-checkbox + label,
.amform-form:not(.default) .amform-radio + label,
.amform-form:not(.default) .amform-checkboxtwo + label,
.amform-form:not(.default) .amform-radiotwo + label {
  line-height: 16px;
  padding-left: 26px;
  position: relative;
}
.amform-form:not(.default) .amform-checkbox + label:before,
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-checkboxtwo + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amform-form:not(.default) .amform-checkbox:checked + label:before,
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #3f6ad8;
  border-color: #3f6ad8;
}
.amform-form:not(.default) .amform-checkbox:checked + label:after,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  height: 9px;
  left: 5px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 4px;
}
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border-radius: 50%;
}
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #ffffff;
  border-width: 4px;
}
.amform-form:not(.default) .kc-toggle {
  background: #e3e3e3;
  border: 0;
  border-radius: 20px;
  height: 16px;
  margin: 0 4px 0 0;
  width: 26px;
}
.amform-form:not(.default) .kc-toggle.on {
  background: #3f6ad8;
}
.amform-form:not(.default) .kc-toggle .kct-inner {
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}
.amform-form:not(.default) .kc-toggle.on .kct-inner {
  left: 12px;
}
.amform-form:not(.default) .kct-on,
.amform-form:not(.default) .kct-off,
.amform-form:not(.default) .kct-handle {
  display: none;
}
.amcform-page-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.amcform-step {
  margin: 0 auto 20px;
  width: 38px;
  height: 38px;
  border: 1px solid #3f6ad8;
  border-radius: 50%;
  background-color: #3f6ad8;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.amcform-title-wrap {
  position: relative;
  flex-grow: 1;
  margin-bottom: 18px;
  min-width: 90px;
  max-width: 148px;
  text-align: center;
}
.amcform-title-wrap:before,
.amcform-title-wrap:after {
  position: absolute;
  top: 17px;
  right: 51%;
  display: block;
  width: 100%;
  height: 4px;
  background: #e3e3e3;
  content: '';
}
.amcform-title-wrap:after {
  right: auto;
  left: 50%;
  content: none;
}
.amcform-title-wrap:first-child:before,
.amcform-title-wrap:last-child:after {
  content: none;
}
.amcform-title-wrap .amcform-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 10px;
  color: #333333;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.amcform-title-wrap .amcform-title:hover {
  text-decoration: none;
}
.amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #92b0ff;
}
.amcform-title-wrap.ui-state-active ~ .amcform-title-wrap:before {
  background: #e3e3e3;
}
.amcform-title-wrap.-disabled {
  pointer-events: none;
}
.amcform-title-wrap.-disabled .amcform-step {
  border-color: #e3e3e3;
  background: #ffffff;
  color: #b8b8b8;
}
.amcform-title-wrap.-error .amcform-step {
  border-color: #eb5757;
  background: #eb5757 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5NCAxLjcwNzExQy0wLjA5NzYzMTIgMS4zMTY1OCAtMC4wOTc2MzEyIDAuNjgzNDE3IDAuMjkyODk0IDAuMjkyODkzQzAuNjgzNDE4IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNiA0LjU4NTc5TDEwLjI5MjkgMC4yOTI4OTNDMTAuNjgzNCAtMC4wOTc2MzExIDExLjMxNjYgLTAuMDk3NjMxMSAxMS43MDcxIDAuMjkyODkzQzEyLjA5NzYgMC42ODM0MTcgMTIuMDk3NiAxLjMxNjU4IDExLjcwNzEgMS43MDcxMUw3LjQxNDIxIDZMMTEuNzA3MSAxMC4yOTI5QzEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDExLjMxNjYgMTEuNzA3MSAxMS43MDcxQzExLjMxNjYgMTIuMDk3NiAxMC42ODM0IDEyLjA5NzYgMTAuMjkyOSAxMS43MDcxTDYgNy40MTQyMUwxLjcwNzExIDExLjcwNzFDMS4zMTY1OCAxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMC4yOTI4OTQgMTEuNzA3MUMtMC4wOTc2MzA2IDExLjMxNjYgLTAuMDk3NjMwNiAxMC42ODM0IDAuMjkyODk0IDEwLjI5MjlMNC41ODU3OSA2TDAuMjkyODk0IDEuNzA3MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center center no-repeat;
  color: #fff;
  font-size: 0;
}
.amcform-title-wrap.-disabled .amcform-label {
  color: #b8b8b8;
}
.amcform-title-wrap.ui-state-active .amcform-label {
  color: #3f6ad8;
}
.amcform-title-wrap.-error .amcform-label {
  color: #eb5757;
}
.action.primary.amcform-next,
.action.primary.amcform-prev,
.amshopby-button.amcform-next,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-next,
.am-filter-go.amcform-prev,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart.amcform-next,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart.amcform-prev,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go.amcform-next,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go.amcform-prev,
.am-show-button > .amshopby-button.amcform-next,
.am-show-button > .amshopby-button.amcform-prev {
  display: inline-block;
  margin: 20px auto;
}
.action.primary.amcform-prev,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-prev,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart.amcform-prev,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go.amcform-prev,
.am-show-button > .amshopby-button.amcform-prev {
  margin-right: 15px;
}
.action.primary.amcform-submit,
.amshopby-button.amcform-submit,
.am-filter-go.amcform-submit,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart.amcform-submit,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go.amcform-submit,
.am-show-button > .amshopby-button.amcform-submit {
  float: none;
}
.-popup-opened {
  overflow: hidden;
}
.amcform-popup-block {
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amcform-popup-block.-active {
  display: flex;
}
.amcform-popup-block .amcform-popup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  max-height: 100%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
}
.amcform-popup-block .amcform-popup.-prompt {
  max-width: 440px;
  text-align: center;
}
.amcform-popup-block .amcform-title,
.amcform-popup-block .amcform-content,
.amcform-popup-block .amcform-toolbar {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
}
.amcform-popup-block .amcform-content {
  padding: 30px 0 0;
}
.amcform-popup-block .amcform-labels-list {
  display: none;
}
.amcform-popup-block .amcform-title {
  font-weight: 400;
}
.amcform-popup-block .amcform-header {
  margin: 0;
  color: #070605;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-popup-block .amcform-desc {
  margin: 0;
  padding: 20px 0 0;
}
.amcform-popup-block .amcform-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}
.amcform-popup-block .amcform-button {
  margin: 0 7px;
}
.amcform-popup-block .amcform-button.-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.amcform-popup-block .amcform-button.-close-popup .amcform-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #e1e1e1;
}
.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon {
  color: #070605;
}
.amcform-popup-block .amcform-toolbar {
  flex-direction: column;
}
.amcform-popup-block .amcform-toolbar .amcform-button {
  width: 100%;
}
.amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
  margin-top: 15px;
}
.amcform-popup-block .amform-form {
  width: 100%;
}
.amcform-popup-block .amform-form,
.amcform-popup-block .amform-form .amform-form-fieldset,
.amcform-popup-block .amform-form .fieldset:last-child {
  margin-bottom: 0;
}
.amcform-popup-block .amform-form .amcform-toolbar {
  padding-top: 10px;
}
.amcform-popup-block .amform-form .fb-number {
  max-width: 100%;
}
.amform-parent .amcform-popup {
  max-width: 700px;
  width: 100%;
}
.amform-parent .amform-show-popup.-hidden {
  display: none;
}
.amcform-popup-block.modal-popup .modal-inner-wrap {
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-header,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-content,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: 0;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-title {
  border: 0;
  font-size: 22px;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding-top: 20px;
  text-align: center;
}
.linear-theme.rendered-form {
  max-width: 720px;
}
.linear-theme .fields {
  margin: 0 -20px;
  padding: 0 20px;
}
.linear-theme.rendered-form .form-control,
.linear-theme.rendered-form .amform-date,
.linear-theme.rendered-form .amform-time {
  position: relative;
  z-index: 1;
  padding: 0;
  min-height: 30px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333333;
}
.linear-theme.rendered-form .form-control:focus,
.linear-theme.rendered-form .amform-date:focus,
.linear-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
}
.linear-theme.rendered-form .form-control:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:focus:-ms-input-placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control:focus::placeholder,
.linear-theme.rendered-form .amform-date:focus::placeholder,
.linear-theme.rendered-form .amform-time:focus::placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control.mage-error,
.linear-theme.rendered-form .amform-date.mage-error,
.linear-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.linear-theme.rendered-form .form-control[multiple],
.linear-theme.rendered-form .amform-date[multiple],
.linear-theme.rendered-form .amform-time[multiple] {
  padding-top: 10px;
}
.linear-theme.rendered-form .form-control:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: transparent;
}
.linear-theme.rendered-form .form-control::placeholder,
.linear-theme.rendered-form .amform-date::placeholder,
.linear-theme.rendered-form .amform-time::placeholder {
  color: transparent;
}
.linear-theme.rendered-form textarea.form-control {
  padding-top: 6px;
  min-height: 46px;
}
.linear-theme.rendered-form .field,
.linear-theme.rendered-form .fieldset > .field.form-group,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group {
  position: relative;
  margin-bottom: 24px;
  padding: 0 20px;
}
.linear-theme.rendered-form .field.amform-layout-two,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two {
  margin-right: 0;
  max-width: 50%;
}
.linear-theme.rendered-form .field.amform-layout-three,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
  margin-right: 0;
  max-width: 33.33333333%;
}
.linear-theme.rendered-form .field .required,
.linear-theme.rendered-form .fieldset > .field.form-group .required,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .required {
  color: inherit;
}
.linear-theme.rendered-form .field .tooltip-element,
.linear-theme.rendered-form .fieldset > .field.form-group .tooltip-element,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .tooltip-element {
  z-index: 2;
  background: #3f6ad8;
}
.linear-theme.rendered-form .field.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amcform-gdpr > .label {
  position: static;
}
.linear-theme.rendered-form .field > .label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  position: absolute;
  top: 6px;
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.linear-theme.rendered-form .field > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .field > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .field > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-file-label {
  position: relative;
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label,
.linear-theme.rendered-form .field.-has-content > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .field.fb-time > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.fb-time > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.fb-time > .label {
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label {
  color: #3f6ad8;
}
.linear-theme.rendered-form div.mage-error[generated] {
  margin-top: 2px;
  color: #eb5757;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -15px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger:before {
  width: 12px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgMS4zMDAwMUgxMFYwSDguNjY2NjdWMS4zMDAwMUgzLjMzMzM0VjBIMlYxLjMwMDAxSDEuMzMzMzRDMC41OTY2ODYgMS4zMDAwMSAwLjAwNjY4NzUxIDEuODgxNzUgMC4wMDY2ODc1MSAyLjYwMDAxTDAgMTEuN0MwIDEyLjQxODIgMC41OTY2NTUgMTMgMS4zMzMzNCAxM0gxMC42NjY3QzExLjQwMzMgMTMgMTIgMTIuNDE4MiAxMiAxMS43VjIuNTk5OThDMTIgMS44ODE3NSAxMS40MDMzIDEuMzAwMDEgMTAuNjY2NyAxLjMwMDAxWk0xMC42NjY3IDExLjdIMS4zMzMzNFY0LjU0OTk4SDEwLjY2NjdWMTEuN1oiIGZpbGw9IiM0Nzc2RjAiLz4KPHBhdGggZD0iTTkuMDE5OTkgNi41MzkwOUw4LjMxMzMzIDUuODUwMUw1LjA2IDkuMDIyMUwzLjY0NjY5IDcuNjQ0MDlMMi45NCA4LjMzMzA4TDUuMDYgMTAuNDAwMUw5LjAxOTk5IDYuNTM5MDlaIiBmaWxsPSIjNDc3NkYwIi8+Cjwvc3ZnPgo=);
  content: '';
}
.linear-theme.rendered-form input[type=checkbox],
.linear-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.linear-theme.rendered-form input[type=checkbox]:focus,
.linear-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
/* Pagination */
.linear-theme .amcform-page-titles {
  align-items: stretch;
  padding: 0 20px;
}
.linear-theme .amcform-step {
  display: none;
}
.linear-theme .amcform-title-wrap {
  display: block;
  flex: 1;
  margin: 0 0 16px 0;
  text-align: left;
}
.linear-theme .amcform-title-wrap:after,
.linear-theme .amcform-title-wrap:before {
  display: none;
}
.linear-theme .amcform-title-wrap.ui-state-active .amcform-title {
  border-color: #3f6ad8;
}
.linear-theme .amcform-title-wrap.-disabled .amcform-title {
  border-color: #e3e3e3;
}
.linear-theme .amcform-title-wrap.-error .amcform-title {
  border-color: #eb5757;
}
.linear-theme .amcform-title {
  display: block;
  margin: 0;
  padding-bottom: 7px;
  min-height: 100%;
  max-width: 100%;
  border-bottom: 7px solid #92b0ff;
  text-align: left;
}
.circle-theme.rendered-form .form-control,
.circle-theme.rendered-form .amform-date,
.circle-theme.rendered-form .amform-time {
  padding: 9px;
  min-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.circle-theme.rendered-form .form-control:focus,
.circle-theme.rendered-form .amform-date:focus,
.circle-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
  color: #333333;
}
.circle-theme.rendered-form .form-control.mage-error,
.circle-theme.rendered-form .amform-date.mage-error,
.circle-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.circle-theme.rendered-form .form-control::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-date::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-time::-webkit-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control::-moz-placeholder,
.circle-theme.rendered-form .amform-date::-moz-placeholder,
.circle-theme.rendered-form .amform-time::-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-moz-placeholder,
.circle-theme.rendered-form .amform-date:-moz-placeholder,
.circle-theme.rendered-form .amform-time:-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-ms-input-placeholder,
.circle-theme.rendered-form .amform-date:-ms-input-placeholder,
.circle-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form input[type='file'].form-control {
  padding: 0;
  border: 0;
}
.circle-theme.rendered-form input[type=checkbox],
.circle-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.circle-theme.rendered-form input[type=checkbox]:focus,
.circle-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
.circle-theme.rendered-form div.mage-error[generated] {
  position: relative;
  top: -2px;
  z-index: -1;
  margin-top: 0;
  padding: 2px 10px 0 10px;
  border-radius: 0 0 4px 4px;
  background: #eb5757;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.circle-theme.rendered-form .field .label,
.circle-theme.rendered-form .fieldset > .field.form-group .label,
.circle-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  font-weight: 400;
}
.circle-theme.rendered-form .required {
  color: inherit;
}
.circle-theme.rendered-form .tooltip-element {
  background: #3f6ad8;
}
/* Pagination */
.circle-theme .amcform-page-titles {
  align-items: center;
}
.circle-theme .amcform-title {
  display: flex;
  align-items: center;
  max-width: initial;
}
.circle-theme .amcform-step {
  margin: 0 10px 0 0;
  min-width: 38px;
  border-radius: 15px;
}
.circle-theme .amcform-label {
  text-align: left;
}
.circle-theme .amcform-title-wrap:after,
.circle-theme .amcform-title-wrap:before {
  display: none;
}
.circle-theme .amcform-title-wrap + .amcform-title-wrap {
  margin-left: 30px;
}
.circle-theme .amcform-title-wrap:nth-child(3n + 1) {
  margin-left: 0;
}
.circle-theme .amcform-title-wrap.-disabled .amcform-step {
  border-color: #bfd1ff;
  background: #bfd1ff;
  color: #fff;
}
.circle-theme .amform-form .action.primary,
.circle-theme .amform-form .amshopby-button,
.circle-theme .amform-form .am-filter-go,
.circle-theme .amform-form .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.circle-theme .amform-form .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.circle-theme .amform-form .am-show-button > .amshopby-button {
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.amform-body .ui-datepicker .ui-datepicker-header {
  padding: 16px 22px;
}
.amform-body .ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
  width: auto;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 70px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year:focus {
  outline: none;
  box-shadow: none;
}
.amform-body .ui-datepicker .ui-datepicker-prev,
.amform-body .ui-datepicker .ui-datepicker-next {
  top: 20px;
  right: 22px;
  left: auto;
}
.amform-body .ui-datepicker .ui-datepicker-prev {
  right: 38px;
}
.amform-body .ui-datepicker .ui-datepicker-prev span.ui-icon,
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  transform: rotate(135deg);
}
.amform-body .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 10px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-calendar th {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  background: transparent;
  color: #b8b8b8;
  text-align: center;
  font-weight: 400;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 0;
  text-align: center;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  background: none;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:first-child {
  padding-left: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:last-child {
  padding-right: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 10px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a {
  display: block;
  padding: 0;
  width: 43px;
  height: 43px;
  border-radius: 42px;
  text-align: center;
  line-height: 42px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-hover {
  background: #edf4ff;
  color: #333333;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-highlight {
  background: #e3e3e3;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-active {
  background: #3f6ad8;
  color: #fff;
  font-weight: 700;
}
.amcform-button:not(.primary) {
  transition: 0.1s all ease-in;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amcform-button:not(.primary):hover,
.amcform-button:not(.primary):active,
.amcform-button:not(.primary):focus {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.amcform-button:not(.primary):before,
.amcform-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amcform-button:not(.primary).-disabled {
  pointer-events: none;
}
.amcform-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amcform-button.-clear,
.amcform-button.-default,
.amcform-button.-with-icon,
.amcform-button.-error {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-clear:active,
.amcform-button.-clear:hover,
.amcform-button.-clear:focus,
.amcform-button.-default:active,
.amcform-button.-default:hover,
.amcform-button.-default:focus,
.amcform-button.-with-icon:active,
.amcform-button.-with-icon:hover,
.amcform-button.-with-icon:focus,
.amcform-button.-error:active,
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-default,
.amcform-button.-error {
  padding: 10px;
  min-width: 130px;
  background-color: #3f6ad8;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover,
.amcform-button.-error:hover {
  background-color: #2f5bcd;
}
.amcform-button.-default:focus,
.amcform-button.-error:focus {
  background-color: #2f5bcd;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #000000;
}
.amcform-button.-default:active,
.amcform-button.-error:active {
  background-color: #1846be;
}
.amcform-button.-error {
  border: 1px solid #eb5757;
  background-color: #fff;
  color: #eb5757;
}
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: 1px solid #ee2e2e;
  background-color: #ffc8c8;
}
.amcform-button.-error:active {
  border: 1px solid #d21616;
  background-color: #fff;
}
.amcform-button.-with-icon {
  padding: 10px 15px;
  min-width: auto;
  background-color: transparent;
  color: #333;
}
.amcform-button.-with-icon > .amcform-icon {
  margin-right: 10px;
  color: #c7c7c7;
}
.amcform-button.-with-icon:hover {
  background-color: #eee;
}
.amcform-button.-with-icon:focus {
  z-index: 1;
  box-shadow: 0 0 0 1px #000000;
}
.amcform-button.-with-icon:active {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon.-remove,
.amcform-button.-with-icon.-remove:active {
  color: #eb5757;
}
.amcform-button.-with-icon.-small {
  padding: 10px;
  font-size: 0;
}
.amcform-button.-with-icon.-small > .amcform-icon {
  margin: 0;
}
@media (min-width: 1500px) {
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons .-amasty-customform-export-button {
    position: absolute;
    padding-right: 4rem;
    padding-left: 4rem;
    background: #e3e3e3;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_csv {
    left: 133px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_pdf {
    left: 460px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-inner:before {
    content: none;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_csv {
    left: 15px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_pdf {
    left: 342px;
  }
}
.amcform-page-wrap {
  display: flex;
  flex-wrap: wrap;
}
.amcform-page-wrap .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.amcform-page-wrap .amform-layout-one {
  width: 100%;
}
.amcform-table-wrap > .amcform-title {
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-table-wrap .fb-googlemap .map {
  height: 350px;
}
.amcform-table-wrap .am-address {
  margin-bottom: 20px;
}
.amcform-table-block {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  color: #666;
}
.amcform-table-block .amcform-tr {
  border: none;
}
.amcform-table-block .amcform-tr:nth-of-type(2n) {
  background: #f9f9f9;
}
.amcform-table-block .amcform-th {
  padding: 10px;
  width: 25%;
  border: none;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
}
.amcform-table-block .amcform-td {
  padding: 10px;
  border: none;
  vertical-align: top;
  text-align: left;
}
.amcform-table-block .amcform-link,
.amcform-table-block .amcform-td a {
  color: #666;
}
.amcform-google-map .amcform-text {
  margin: 0;
}
.fb-googlemap .map {
  height: 300px;
}
.fb-googlemap .searchbox {
  margin-top: 10px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  width: 70%;
  background-color: #fff;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 15px;
}
.fb-googlemap .gm-svpc {
  display: none;
}
.am-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.am-tabs-view .product-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.am-tabs-view .product-item {
  padding: 15px;
}
.am-tabs-view .block.crosssell {
  padding: 0;
  width: 100%;
}
.am-tabs-view .product.data.items > .item.title > .switch {
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-tabs-view .product.data.items > .item.title.active > .switch,
.am-tabs-view .product.data.items > .item.title.active > .switch:focus,
.am-tabs-view .product.data.items > .item.title.active > .switch:hover {
  padding-bottom: 1px;
  cursor: default;
}
.am-tabs-view .product.data.items > .item.content {
  margin-top: 10px;
  padding: 10px 10px 30px;
}
.am-tabs-view .product.data.items > #reviews,
.am-tabs-view .product.data.items > .data.item.content {
  display: none;
}
.am-tabs-view .product.data.items > .data.item.title.active + .data.item.content {
  display: flex !important;
  flex-direction: column;
}
.amtab-grid-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.amtab-cell-select {
  position: relative;
  margin: 0 0 0 -10px;
  cursor: pointer;
}
.amtab-cell-select:focus:after,
.amtab-cell-select:active:after {
  border-color: #3b68bb transparent transparent transparent;
  transform: rotate(180deg);
}
.amtab-cell-select:focus .amtab-select,
.amtab-cell-select:active .amtab-select {
  color: #3b68bb;
}
.amtab-cell-select:after {
  transition: 0.1s all ease-in;
  display: none;
  position: absolute;
  top: 45%;
  right: 0;
  border-width: 4px 3px 0 3px;
  border-style: solid;
  border-color: #6597f3 transparent transparent transparent;
  pointer-events: none;
  content: '';
}
.amtab-cell-select .amtab-select {
  transition: 0.1s all ease-in;
  pointer-events: none;
  padding: 0 10px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  color: #6597f3;
  font-weight: 600;
  cursor: pointer;
}
.amtab-cell-select .amtab-select:focus,
.amtab-cell-select .amtab-select:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
.amtab-cell-select .amtab-select ::-ms-expand {
  display: none;
}
.amtab-cell-select .amtab-select .amtab-option {
  color: #41362f;
}
.amtab-grid-container > .amtab-title {
  width: 100%;
  margin: 0 0 25px;
  font-weight: 600;
  font-size: 16px;
}
.amtab-grid-container > .amtab-note {
  margin: 10px 0 0 0;
  color: #6f716e;
  font-size: 12px;
}
.amtab-grid-container > .amtab-desc {
  margin: 0 0 10px 0;
  color: #41362f;
  font-size: 14px;
}
.amtab-table-container {
  flex-basis: 100%;
  border: 1px solid #eff3f9;
  color: #41362f;
}
.amtab-table-container .amtab-cell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.amtab-table-container .amtab-cell:not(:last-child) {
  border-right: 1px solid #eff3f9;
}
.amtab-table-container .amtab-cell .amtab-desc {
  transition: 0.1s all ease-in;
  flex-basis: 100%;
  color: #6597f3;
  font-weight: bold;
  font-style: normal;
}
.amtab-table-container .amtab-title {
  display: flex;
  align-items: center;
  border-right: 1px solid #eff3f9;
  border-bottom: 1px solid #eff3f9;
}
.amtab-table-container .amtab-title.-amtab-hoverline {
  background: #6597f3;
  color: #fff;
}
.amtab-table-container .amtab-title,
.amtab-table-container .amtab-cell {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.1s all ease-in;
  align-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  width: 100%;
  font-size: 14px;
}
.amtab-table-container .amtab-table-line .amtab-cell:hover,
.amtab-table-container .amtab-table-line .amtab-cell.-active {
  background: #6597f3;
  color: #fff;
  font-weight: bold;
}
.amtab-table-container .-amtab-hoverline {
  background: rgba(101, 151, 243, 0.2);
}
.amtab-table-container .amtab-table-line,
.amtab-table-container .amtab-head-line {
  display: flex;
  margin: 0;
}
.amtab-table-container .amtab-table-line:not(:last-child) .amtab-cell,
.amtab-table-container .amtab-head-line .amtab-cell {
  border-bottom: 1px solid #eff3f9;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline {
  background: #6597f3;
  color: #fff;
  font-weight: bold;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-select {
  color: #fff;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-select:after {
  border-color: #fff transparent transparent transparent;
}
.amtab-table-container .amtab-head-line .-amtab-hoverline .amtab-desc {
  color: #fff;
}
.amtab-steps-container {
  position: relative;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.amtab-steps-container .amtab-steps {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.amtab-grid-wrapper.-large .amtab-grid-container {
  max-width: 100%;
}
.amtab-grid-wrapper.-large .amtab-grid-container .amtab-sizes > .amtab-title {
  margin: 0 0 25px;
}
.amtab-grid-wrapper.-large .amtab-measure {
  padding: 30px 0 0 0;
}
.amtab-grid-wrapper.-large .amtab-measure > .amtab-title {
  margin: 0 0 10px;
}
.amtab-grid-wrapper.-large .amtab-table-container {
  border-radius: 4px;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-color: #aab0ba #ffffff;
  scrollbar-width: thin;
  position: relative;
  border: 1px solid #eff3f9;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar {
  background: transparent;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #aab0ba;
  cursor: pointer;
}
.amtab-grid-wrapper.-large .amtab-table-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #aaaaaa;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container::-webkit-scrollbar-thumb {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container ::-webkit-scrollbar-track {
  height: 4px;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-cell {
  min-width: 65px;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-title {
  min-width: 130px;
  background: #f9fafc;
  font-weight: bold;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-title.-amtab-hoverline {
  background: #6597f3;
}
.amtab-grid-wrapper.-large .amtab-table-container .amtab-desc {
  flex-basis: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
}
.amtab-grid-wrapper.-large .amtab-head-line,
.amtab-grid-wrapper.-large .amtab-table-line {
  height: 65px;
}
.amtab-grid-wrapper.-large .amtab-head-line .amtab-cell {
  color: #6597f3;
  font-weight: bold;
}
.amtab-grid-wrapper.-large .amtab-head-line .amtab-cell.-amtab-hoverline {
  color: #fff;
}
.amtab-grid-wrapper.-large .amtab-steps-container {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 25px;
  counter-reset: step;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
  margin: 0 0 40px 0;
  width: 100%;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
  position: relative;
  padding: 0 0 0 100px;
  max-height: 110px;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:after,
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  content: '';
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:before {
  border: 1px solid transparent;
  border-radius: 50%;
  background: #cfe0ff;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-img:after {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 10px;
  counter-increment: step;
  color: #4983f1;
  content: counter(step);
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-tip {
  display: block;
  margin: 5px 0 0 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.amtab-grid-wrapper.-large .amtab-steps-container .amtab-desc {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.amtab-grid-wrapper.-small .amtab-grid-container {
  flex-basis: 100%;
}
.amtab-grid-wrapper.-small .amtab-head-line {
  height: 64px;
  background: #f9fafc;
  font-weight: normal;
}
.amtab-grid-wrapper.-small .amtab-table-line {
  height: 45px;
}
.amtab-grid-wrapper.-small .amtab-table-line:nth-child(odd) {
  background: #f9fafc;
}
.amtab-grid-wrapper.-small .amtab-table-line .amtab-title {
  font-weight: bold;
}
.amtab-grid-wrapper.-small .amtab-steps-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  align-self: flex-start;
  width: 100%;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-img {
  display: flex;
  justify-content: center;
  top: 0;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-head {
  display: flex;
  align-items: center;
  position: relative;
  display: inline-flex;
  margin: 0 0 5px;
  color: #4983f1;
  font-weight: bold;
}
.amtab-grid-wrapper.-small .amtab-steps-container .amtab-desc {
  margin: 0;
  color: #000;
  font-size: 12px;
}
.amtab-grid-wrapper.-small .amtab-arrow {
  transition: 0.1s all ease-in;
  position: absolute;
  display: none;
  border-bottom: 1px solid #4983f1;
  border-radius: 5px 0 0 5px;
}
.amtab-grid-wrapper.-small .amtab-arrow:after,
.amtab-grid-wrapper.-small .amtab-arrow:before {
  transition: 0.1s all ease-in;
  position: absolute;
  display: block;
  width: 5px;
  border-bottom: 1px solid #4983f1;
  content: '';
}
.amtab-grid-wrapper.-small .amtab-step {
  position: absolute;
  margin: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-small .amtab-measure {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
  align-self: flex-start;
  margin: 40px 0 35px 0;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-img {
  margin: 0 auto 42px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
  top: -8px;
  right: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
  top: 16%;
  left: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow {
  left: 45px;
  min-width: 50px;
  max-width: 108px;
  width: 20vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
  bottom: 0;
  left: 0;
  max-width: 100%;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  min-width: 40px;
  max-width: 124px;
  width: 30vw;
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
  top: 25px;
  left: 0;
  max-width: 38vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
  top: 50.9%;
  left: 0;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
  left: 50px;
  min-width: 50px;
  max-width: 123px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
  bottom: 2px;
  left: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  min-width: 40px;
  max-width: 75px;
  width: 15vw;
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-img {
  margin: 0 auto 30px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
  top: -7px;
  right: 0;
  max-width: 29vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow {
  right: 100%;
  margin: 0 10px 0 0;
  min-width: 50px;
  max-width: 90px;
  width: 5vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
  top: 17%;
  left: 0;
  width: 33vw;
  max-width: 300px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow {
  left: 45px;
  min-width: 50px;
  max-width: 108px;
  width: 20vw;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
  bottom: 0;
  left: 0;
  max-width: 345px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  width: 75px;
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
  top: 25px;
  left: 0;
  max-width: 38vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
  display: none;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  right: -2px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:before {
  transform: rotate(-145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow:after {
  transform: rotate(145deg) translate(3px, 0px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
  top: 50%;
  left: 0;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
  left: 50px;
  min-width: 50px;
  max-width: 150px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:after,
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  left: -4px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:before {
  transform: rotate(45deg) translate(3px, -1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow:after {
  transform: rotate(-45deg) translate(3px, 1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
  bottom: 2px;
  left: 0;
  max-width: 300px;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
  left: 100%;
  margin: 0 0 0 10px;
  width: 16vw;
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
  transform: rotate(45deg) translate(1px, 1px);
}
.amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
  transform: rotate(-45deg) translate(1px, -1px);
}
@keyframes overflowControl {
  from {
    overflow: hidden;
  }
  to {
    overflow: visible;
  }
}
.products-grid.products.-display-block {
  display: block;
  margin: 0;
}
.amtheme-tabs-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 5px 0;
}
.amtheme-tabs-buttons .amtheme-title {
  background: transparent;
  border: 2px solid #61c18f;
  border-radius: 80px;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 10px 15px;
  transition: 0.4s ease-in-out;
}
.amtheme-tabs-buttons .amtheme-title:hover {
  background: rgba(145, 212, 177, 0.2);
}
.amtheme-tabs-buttons .amtheme-title:nth-child(n+1) {
  margin-right: 10px;
}
.amtheme-tabs-buttons .amtheme-title .title {
  color: #070605;
  font-size: 1.6rem;
  font-weight: 400;
}
.amtheme-tabs-buttons .amtheme-title .title:hover {
  text-decoration: none;
}
.amtheme-tabs-buttons .amtheme-title.-am-active {
  background: #61c18f;
}
.amtheme-tabs-buttons .amtheme-title.-am-active .title {
  color: #ffffff;
}
.amtheme-tabs-widget {
  margin: 20px auto;
  max-width: 100%;
}
.amtheme-tabs-widget .products.product-items {
  list-style-type: none;
}
.amtheme-tabs-widget .product-item-name {
  flex-grow: 1;
}
.amtheme-tabs-widget .product-image-container,
.amtheme-tabs-widget .product-image-photo {
  min-width: 100%;
}
.amtheme-tabs-widget .product-item > .product-item-info {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 100%;
}
.amtheme-tabs-widget .product-item .action.tocart {
  font-size: 1.6rem;
  width: 100%;
}
.amtheme-tabs-widget .products > .amtheme-products-secondary .product-item.item {
  max-width: calc(100% - 25px);
}
.amtheme-tabs-widget .slick-track {
  display: flex;
  justify-content: stretch;
}
.amtheme-tabs-widget .slick-slide > div,
.amtheme-tabs-widget .slick-slide .product-item {
  height: 100%;
}
.amtheme-tabs-widget .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
}
.amtheme-tabs-widget .products.slick-slider > .slick-list {
  padding-bottom: 25px;
  padding-top: 15px;
}
.amtheme-tabs-widget .slick-slider.-slick-arrows-always .slick-arrow {
  visibility: visible;
}
.amtheme-tabs-widget .slick-slider.-slick-arrows-always .slick-arrow:not(.slick-disabled) {
  opacity: .9;
}
.amtheme-tabs-widget .amtheme-slick-slider:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.amtheme-tabs-widget .product-info-wrapper {
  padding-bottom: 5px;
}
.amtheme-tabs-widget .product-info-wrapper,
.amtheme-tabs-widget .amtheme-icon-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amtheme-tabs-widget .amtheme-icon-wrapper > * {
  margin-top: 4px;
}
.amtheme-tabs-widget .amtheme-icon-wrapper > *:not(:last-child) {
  margin-right: 5px;
}
.amtheme-tabs-widget .product-info-wrapper > .price-box {
  margin-right: 10px;
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container {
  z-index: 999;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  max-height: 500px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  max-width: 1130px;
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  border-bottom: none;
  color: #070605;
  font-size: 26px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdpr-modal-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  background: #ffffff;
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 2px;
}
.amgdpr-notification-container {
  background: #ffeaac;
  font-weight: 600;
  margin-left: 10px;
  padding: 25px;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -40px 0 40px -40px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 20px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 20px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 40px 0 0 40px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #ffffff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ef7c4a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #ffffff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #ffffff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #ffffff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #ffffff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
.full-center-shift {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-center-shift {
  top: 50%;
  transform: translateY(-50%);
}
.horizontal-center-shift {
  left: 50%;
  transform: translateX(-50%);
}
.full-sized-block {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes conditionalOpen {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes conditionalClose {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.am-gallery-placeholder {
  position: relative;
}
.am-gallery-placeholder.-thumbs-position-left,
.am-gallery-placeholder.-thumbs-position-right {
  display: flex;
  align-items: center;
}
.am-gallery-placeholder .gallery-placeholder__image img {
  display: block;
  margin: auto;
}
.am-gallery-placeholder .image-slide img {
  display: block;
  margin: auto;
}
.am-gallery-placeholder .video-slide .splide__video {
  background: transparent;
}
.am-gallery-placeholder .video-slide .splide__video iframe {
  border: none;
}
.am-gallery-placeholder .splide__slide {
  border: 1px solid #f7f7f7;
}
.am-gallery-placeholder .splide:not(.thumbnails) {
  flex: 1 0 0;
}
.am-gallery-placeholder .splide.thumbnails {
  width: 100%;
  flex: 1 0 100%;
}
.am-gallery-placeholder .zoomWrapper {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.am-gallery-placeholder.fs-active .image-slide,
.am-gallery-placeholder.fs-active .video-slide {
  cursor: pointer;
}
.am-gallery-placeholder.-processed {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/images/loader-2.gif") center no-repeat;
  content: '';
}
.am-gallery-placeholder.-processed .splide.is-active {
  opacity: 0;
}
.am-gallery-placeholder.-processed .splide__pagination,
.am-gallery-placeholder.-processed .splide {
  opacity: 0;
}
.amtheme-popup-block .am-gallery-placeholder {
  border: 1px solid #f7f7f7;
}
.amtheme-popup-block .am-gallery-placeholder .splide__slide__container {
  max-width: calc(100% - 1px);
  box-sizing: border-box;
}
.amtheme-popup-block .am-gallery-placeholder .splide {
  width: 100%;
}
.amtheme-popup-block .am-gallery-placeholder .splide__slide {
  border: none;
}
.amtheme-popup-block .am-gallery-placeholder .gallery-placeholder__image {
  padding: 0 !important;
}
.amtheme-popup-block .am-gallery-placeholder .thumbnails {
  display: none;
}
.amtheme-popup-block .am-gallery-placeholder .splide__track {
  max-width: 80%;
  margin: auto;
}
.am-gallery-fullscreen-container .thumbnails .splide__arrow,
.am-gallery-placeholder .thumbnails .splide__arrow {
  justify-content: center;
  margin: 0;
  opacity: 1;
  transform: none;
}
.am-gallery-fullscreen-container .thumbnails .splide__arrow_arrow,
.am-gallery-placeholder .thumbnails .splide__arrow_arrow,
.am-gallery-fullscreen-container .thumbnails .splide__arrow:hover .splide__arrow_arrow,
.am-gallery-placeholder .thumbnails .splide__arrow:hover .splide__arrow_arrow {
  width: 20px;
  height: 20px;
  background-size: contain !important;
}
.am-gallery-fullscreen-container .thumbnails__list,
.am-gallery-placeholder .thumbnails__list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.am-gallery-fullscreen-container .thumbnails__item .splide__slide__container,
.am-gallery-placeholder .thumbnails__item .splide__slide__container {
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.am-gallery-fullscreen-container .thumbnails__item.is-active .splide__slide__container,
.am-gallery-placeholder .thumbnails__item.is-active .splide__slide__container {
  border: 1px solid #97948c;
}
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__track,
.am-gallery-placeholder.-thumbs-position-bottom .thumbnails .splide__track {
  margin: auto;
  max-width: calc(100% - 32px * 2);
}
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__arrow,
.am-gallery-placeholder.-thumbs-position-bottom .thumbnails .splide__arrow {
  top: 0;
  width: 20px;
  height: 100%;
}
.am-gallery-placeholder.-thumbs-position-left {
  justify-content: flex-end;
}
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__track,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__track {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails,
.am-gallery-placeholder.-thumbs-position-right .thumbnails,
.am-gallery-placeholder.-thumbs-position-left .thumbnails {
  overflow: hidden;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow {
  width: 100%;
  height: 20px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--prev,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--prev,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--prev,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--prev,
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--next,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--next,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--next,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--next {
  right: 0;
  left: 0;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--prev,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--prev,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--prev,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--prev {
  top: 0;
  padding-bottom: 5px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--next,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--next,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--next,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--next {
  top: auto;
  bottom: 0;
  padding-top: 5px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--prev .splide__arrow_arrow,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--prev .splide__arrow_arrow,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--prev .splide__arrow_arrow,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--prev .splide__arrow_arrow,
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--next .splide__arrow_arrow,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--next .splide__arrow_arrow,
.am-gallery-placeholder.-thumbs-position-right .thumbnails .splide__arrow--next .splide__arrow_arrow,
.am-gallery-placeholder.-thumbs-position-left .thumbnails .splide__arrow--next .splide__arrow_arrow {
  transform: rotate(90deg);
}
.am-gallery-placeholder .thumbnails .splide__arrow,
.am-gallery-placeholder .thumbnails .splide__arrow {
  background: #ffffff;
}
.am-gallery-fullscreen-container .thumbnails .splide__arrow,
.am-gallery-fullscreen-container .thumbnails .splide__arrow {
  background: transparent;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails.splide,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails.splide {
  margin: auto;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__track,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__track {
  margin-top: 27px;
  margin-bottom: 27px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--prev,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--prev {
  top: -27px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .thumbnails .splide__arrow--next,
.am-gallery-fullscreen-container.-thumbs-position-right .thumbnails .splide__arrow--next {
  bottom: -27px;
}
.am-gallery-fullscreen-container.-thumbs-position-right .splide.thumbnails,
.am-gallery-placeholder.-thumbs-position-right .splide.thumbnails {
  margin-left: 20px;
}
.am-gallery-fullscreen-container.-thumbs-position-left .splide.thumbnails,
.am-gallery-placeholder.-thumbs-position-left .splide.thumbnails {
  order: -1;
  margin-right: 20px;
}
.am-gallery-fullscreen-container.-thumbs-position-top .splide.thumbnails,
.am-gallery-placeholder.-thumbs-position-top .splide.thumbnails {
  order: -1;
  margin-bottom: 20px;
}
.am-gallery-fullscreen-container.-thumbs-position-bottom .splide.thumbnails,
.am-gallery-placeholder.-thumbs-position-bottom .splide.thumbnails {
  margin-top: 20px;
}
.am-gallery-fullscreen-container .thumbnails__item img,
.am-gallery-placeholder .thumbnails__item img {
  height: 100%;
}
.am-gallery-placeholder .splide__arrow_arrow,
.am-gallery-placeholder .splide__pagination {
  opacity: 0;
}
.am-gallery-placeholder .splide__pagination {
  transition-delay: 200ms;
}
.am-gallery-placeholder .splide.is-active .splide__pagination {
  opacity: 1;
}
.am-gallery-fullscreen-wrapper.-one-slide .splide__arrows,
.am-gallery-placeholder.-one-slide .splide__arrows,
.am-gallery-fullscreen-wrapper.-one-slide .splide__pagination,
.am-gallery-placeholder.-one-slide .splide__pagination {
  visibility: hidden;
}
.am-gallery-fullscreen-container .splide:hover .splide__arrow_arrow,
.am-gallery-placeholder .splide:hover .splide__arrow_arrow {
  opacity: 1;
}
.am-gallery-fullscreen-container .splide__arrow,
.am-gallery-placeholder .splide__arrow {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 80px;
  height: 60%;
  background: transparent;
  cursor: pointer;
}
.am-gallery-fullscreen-container .splide__arrow.-short,
.am-gallery-placeholder .splide__arrow.-short {
  max-height: 50px;
}
.am-gallery-fullscreen-container .splide__arrow--prev,
.am-gallery-placeholder .splide__arrow--prev {
  justify-content: flex-start;
  margin-left: 5px;
}
.am-gallery-fullscreen-container .splide__arrow--next,
.am-gallery-placeholder .splide__arrow--next {
  justify-content: flex-end;
  margin-right: 5px;
}
.am-gallery-fullscreen-container .splide__pagination,
.am-gallery-placeholder .splide__pagination {
  margin: 0;
  padding: 0;
  list-style: none none;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding-top: 5px;
  width: 100%;
  transform: translateY(100%);
}
.am-gallery-fullscreen-container .splide__pagination__page,
.am-gallery-placeholder .splide__pagination__page {
  position: static;
  box-sizing: border-box;
  margin: 0 2px;
  padding: 0;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #dfdedd;
}
.am-gallery-fullscreen-container .splide__pagination__page.is-active,
.am-gallery-placeholder .splide__pagination__page.is-active {
  background: #ff6118;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow .splide__arrow_arrow,
.am-gallery-placeholder .splide:not(.thumbnails) .splide__arrow .splide__arrow_arrow {
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}
.am-gallery-fullscreen-container .video-slide:hover .splide__video__play,
.am-gallery-placeholder .video-slide:hover .splide__video__play {
  opacity: 1;
}
.am-gallery-fullscreen-container .splide__video__play,
.am-gallery-placeholder .splide__video__play,
.am-gallery-fullscreen-container .splide__video__play:hover,
.am-gallery-placeholder .splide__video__play:hover {
  background: #ffffff;
}
.am-gallery-placeholder .splide__pagination {
  justify-content: flex-start;
}
.am-gallery-fullscreen-container .splide__pagination {
  justify-content: center;
}
.am-gallery-placeholder .splide__arrow--prev .splide__arrow_arrow,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--prev .splide__arrow_arrow {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gallery/images/svg/icons/gallery-arrow-left.svg") center / 17px no-repeat;
}
.am-gallery-placeholder .splide__arrow--prev:hover .splide__arrow_arrow,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--prev:hover .splide__arrow_arrow {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gallery/images/svg/icons/gallery-arrow-left-active.svg") center / 17px no-repeat;
}
.am-gallery-placeholder .splide__arrow--next .splide__arrow_arrow,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--next .splide__arrow_arrow {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gallery/images/svg/icons/gallery-arrow-right.svg") center / 17px no-repeat;
}
.am-gallery-placeholder .splide__arrow--next:hover .splide__arrow_arrow,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--next:hover .splide__arrow_arrow {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gallery/images/svg/icons/gallery-arrow-right-active.svg") center / 17px no-repeat;
}
.am-gallery-placeholder .splide__arrow--prev,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--prev {
  left: 0;
}
.am-gallery-placeholder .splide__arrow--next,
.am-gallery-fullscreen-container .splide.thumbnails .splide__arrow--next {
  right: 0;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow_arrow {
  position: relative;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.4s ease-in-out;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow_arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow:hover .splide__arrow_arrow {
  background: #f8f8f7;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow:focus .splide__arrow_arrow {
  border: 1px solid #dfdedd;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow--prev .splide__arrow_arrow:before {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gallery/images/svg/icons/fs-left.svg") center / 30px no-repeat;
}
.am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow--next .splide__arrow_arrow:before {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gallery/images/svg/icons/fs-right.svg") center / 30px no-repeat;
}
.gallery-fullscreen-close,
.gallery-fullscreen-close:before {
  position: absolute;
  display: block;
}
.gallery-fullscreen-close {
  top: 15px;
  right: 15px;
  z-index: 110;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.gallery-fullscreen-close:hover {
  background: #f8f8f7;
}
.gallery-fullscreen-close:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Gallery/images/svg/icons/fs-close.svg") center / 22px no-repeat;
  content: '';
}
body.-blurred .page-wrapper {
  filter: blur(3px);
}
.gallery-fullscreen-active,
.gallery-fullscreen-process {
  overflow: hidden;
}
.gallery-fullscreen-process .am-gallery-fullscreen-container {
  opacity: 0;
}
.am-gallery-fullscreen-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
  padding: 50px 35px;
  background: #ffffff;
  transition: background 0.2s ease-in-out;
  transform-origin: center;
}
.am-gallery-fullscreen-container.to-open {
  opacity: 1;
  animation: conditionalOpen 0.2s ease-in-out forwards;
}
.am-gallery-fullscreen-container.to-close {
  opacity: 1;
  animation: conditionalClose 0.2s ease-in-out forwards;
}
.am-gallery-fullscreen-container.-thumbs-position-top .am-gallery-fullscreen-wrapper,
.am-gallery-fullscreen-container.-thumbs-position-bottom .am-gallery-fullscreen-wrapper {
  flex-direction: column;
}
.am-gallery-fullscreen-container.-thumbs-position-left .am-gallery-fullscreen-wrapper > .splide,
.am-gallery-fullscreen-container.-thumbs-position-right .am-gallery-fullscreen-wrapper > .splide {
  flex: 1 0 0;
}
.am-gallery-fullscreen-container.-thumbs-position-top .thumbnails,
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails {
  align-self: center;
  height: auto;
}
.am-gallery-fullscreen-container.-thumbs-position-top .thumbnails .splide__track,
.am-gallery-fullscreen-container.-thumbs-position-top .thumbnails .splide__list,
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__track,
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__list {
  height: auto;
}
.am-gallery-fullscreen-container.-thumbs-position-top .thumbnails .splide__slide,
.am-gallery-fullscreen-container.-thumbs-position-top .thumbnails .splide__list,
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__slide,
.am-gallery-fullscreen-container.-thumbs-position-bottom .thumbnails .splide__list {
  width: auto;
}
.am-gallery-fullscreen-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails),
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) .splide__slider,
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) .splide__track,
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) .splide__list,
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) .splide__slide__container,
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) .splide__slide:not(.thumbnails__item) {
  height: 100%;
}
.am-gallery-fullscreen-wrapper > .splide:not(.thumbnails) img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.am-gallery-fullscreen-wrapper > .splide .splide__list,
.am-gallery-fullscreen-wrapper > .splide .splide__slide {
  width: 100%;
}
.am-gallery-fullscreen-wrapper > .splide .splide__video {
  background: transparent;
}
.am-gallery-fullscreen-wrapper > .splide img {
  position: relative;
  display: block;
  margin: auto;
  max-height: 100%;
  width: auto;
}
.am-gallery-fullscreen-wrapper > .splide.thumbnails .splide__slide:not(.is-active) {
  opacity: 0.76;
}
body.-ampopup-opened .zoomContainer,
body.gallery-fullscreen-active .zoomContainer {
  z-index: 1001;
}
.am-gallery-fullscreen-container .image-slide .zoomWrapper {
  margin: 0 auto;
}
.gallery-fullscreen-active:not(.gallery-fullscreen-process) .amtheme-popup-block {
  opacity: 0;
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link,
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second,
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.ammenu-header-container {
  min-height: 64px;
  position: relative;
}
.ammenu-header-container.page-header {
  margin-bottom: 0;
}
.ammenu-header-container.-sticky .header.content {
  background: #fff;
}
.ammenu-header-container.-sticky .ammenu-button.-hamburger {
  margin-left: 20px;
}
.ammenu-menu-wrapper {
  margin-bottom: 35px;
}
.ammenu-menu-wrapper .ammenu-item {
  margin: 0;
}
.ammenu-menu-wrapper .ammenu-main-container {
  box-sizing: border-box;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link {
  -webkit-animation: ammenu-animation__fadeIn 0.1s forwards;
  animation: ammenu-animation__fadeIn 0.1s forwards;
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-link.-simple {
  font-size: 1.6rem;
  line-height: 20px;
  padding: 0 0 20px 0;
}
.ammenu-menu-wrapper .ammenu-link.-all-link {
  text-decoration: underline;
}
.ammenu-menu-wrapper .ammenu-link.-disabled {
  cursor: none;
  pointer-events: none;
}
.ammenu-menu-wrapper .ammenu-text-block {
  display: flex;
  align-items: flex-start;
  align-self: center;
  margin: 0;
  position: relative;
}
.ammenu-menu-wrapper .ammenu-label {
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.ammenu-menu-wrapper .ammenu-label:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 20px;
  -webkit-mask-size: cover;
  mask-size: cover;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle {
  cursor: pointer;
  pointer-events: all;
  transition: .3s;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:hover {
  filter: brightness(85%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:active {
  filter: brightness(50%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-icon {
  margin-right: 10px;
}
.ammenu-menu-wrapper .ammenu-icon-block path {
  fill: currentColor;
}
.ammenu-menu-wrapper .ammenu-menu-overlay {
  background-color: rgba(51, 58, 64, 0.2);
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 271;
}
.ammenu-menu-wrapper table img {
  max-width: inherit;
}
.ammenu-menu-wrapper [data-appearance='carousel'] {
  max-width: 100%;
  min-width: 200px;
  width: 100%;
}
.ammenu-nav-sections {
  background: #fff;
  z-index: 9;
}
.ammenu-nav-sections:not(.-topmenu) {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInLeft';
  animation-name: 'ammenu-animation__fadeInLeft';
}
.ammenu-header-container .header.content {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  margin-bottom: 10px;
  position: relative;
}
.ammenu-header-container .header.content .ammenu-logo {
  display: inline-flex;
  margin: 0 auto 0 0;
  min-width: 110px;
}
.ammenu-header-container .header.content .compare .item {
  margin: 0;
}
.ammenu-header-container .header.content .minicart-wrapper {
  margin: 0 10px;
}
.ammenu-header-container .header.content .block-search {
  margin-top: 0;
}
.ammenu-robots-navigation {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
.ammenu-tabs-list {
  display: flex;
  border-radius: 8px;
  font-size: 1.6rem;
  margin: 0 20px 20px;
  padding: 8px;
}
.ammenu-tabs-list .ammenu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-grow: 1;
}
.ammenu-tabs-list .ammenu-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: 0.1s all ease-in;
  border-radius: 6px;
  font-size: 1.6rem;
  min-height: 32px;
  padding: 5px;
  width: 100%;
}
.ammenu-tabs-list .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.ammenu-tabs-list .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button.-active {
  font-weight: 700;
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
.ammenu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  min-width: 40px;
  outline: none;
  transition: .1s;
  width: 40px;
  z-index: 1;
}
.ammenu-toggle .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-toggle:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.ammenu-toggle:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-hamburger {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid;
  border-color: inherit;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 1px solid;
  cursor: pointer;
  display: inline-flex;
  height: 17px;
  margin: 20px 20px 20px 0;
  padding: 0;
  position: relative;
  transition: none;
  width: 25px;
}
.ammenu-button.-hamburger:hover {
  filter: brightness(85%);
}
.ammenu-button.-hamburger:active {
  filter: brightness(50%);
}
.ammenu-button.-hamburger:not(.-hamburger) {
  display: none;
}
.ammenu-button.-hamburger:before {
  border-top: 1px solid;
  content: '';
  width: 100%;
}
.ammenu-button.-close {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 20px;
}
.ammenu-button.-close .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.ammenu-button.-close:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:hover {
  filter: brightness(85%);
}
.ammenu-button.-close:active {
  filter: brightness(50%);
}
.ammenu-button.-close:after,
.ammenu-button.-close:before {
  background-color: currentColor;
  content: '';
  height: 1px;
  position: absolute;
  width: 18px;
}
.ammenu-button.-close:before {
  transform: rotate(45deg);
}
.ammenu-button.-close:after {
  transform: rotate(-45deg);
}
.ammenu-menu-greetings {
  display: flex;
  align-items: center;
  background: #fffcdd;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 20px 20px;
  padding: 15px;
  position: relative;
}
.ammenu-menu-greetings:before {
  content: '👋';
  margin: 0 10px 0 0;
}
.ammenu-menu-greetings.-logged {
  background: #eaffdd;
}
.ammenu-menu-greetings .ammenu-message.-welcome {
  margin: 0 5px 0 0;
}
.ammenu-menu-greetings .ammenu-message.-welcome:after {
  content: ',';
}
.ammenu-menu-greetings .ammenu-name {
  font-weight: 700;
}
.ammenu-menu-greetings .ammenu-name:after {
  content: '!';
}
.ammenu-category-tree .ammenu-title {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.ammenu-category-tree .ammenu-title:hover {
  text-decoration: none;
}
.ammenu-category-tree .ammenu-title.-parent {
  margin: 0 0 25px;
}
.ammenu-category-tree .ammenu-title[href='']:not(.-back),
.ammenu-category-tree .ammenu-title[href='javascript:void(0)']:not(.-back) {
  cursor: none;
  pointer-events: none;
}
.ammenu-category-tree .ammenu-title .ammenu-icon-block {
  margin-right: 10px;
  transform: translateY(3px);
}
.ammenu-category-tree .ammenu-label {
  margin: 0 0 0 10px;
  min-width: min-content;
  white-space: pre-wrap;
}
.ammenu-category-tree .ammenu-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ammenu-category-tree .ammenu-list > .ammenu-item:last-child .ammenu-link {
  padding: 0;
}
.ammenu-category-tree .ammenu-item {
  align-items: center;
  flex-basis: 100%;
}
.ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
  margin-left: 10px;
  transform: rotate(180deg);
}
.ammenu-menu-title {
  display: flex;
  align-items: center;
  padding: 20px;
}
.ammenu-menu-title .ammenu-title {
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
}
.ammenu-menu-title .ammenu-button.-close {
  margin: 0 0 0 auto;
}
.ammenu-category-columns {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-category-columns.-col-1 .ammenu-column {
  width: calc(100% / 1);
}
.ammenu-category-columns.-col-2 .ammenu-column {
  width: calc(100% / 2);
}
.ammenu-category-columns.-col-3 .ammenu-column {
  width: calc(100% / 3);
}
.ammenu-category-columns.-col-4 .ammenu-column {
  width: calc(100% / 4);
}
.ammenu-category-columns.-col-5 .ammenu-column {
  width: calc(100% / 5);
}
.ammenu-category-columns.-col-6 .ammenu-column {
  width: calc(100% / 6);
}
.ammenu-category-columns.-col-7 .ammenu-column {
  width: calc(100% / 7);
}
.ammenu-category-columns.-col-8 .ammenu-column {
  width: calc(100% / 8);
}
.ammenu-category-columns.-col-9 .ammenu-column {
  width: calc(100% / 9);
}
.ammenu-category-columns.-col-10 .ammenu-column {
  width: calc(100% / 10);
}
.ammenu-category-columns.-col-1 .ammenu-column {
  display: block;
  width: 100%;
}
.ammenu-category-columns.-col-1 .ammenu-column .ammenu-title {
  width: 100%;
}
.ammenu-category-columns .ammenu-column {
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 20px;
  width: auto;
}
.ammenu-category-columns .ammenu-column:not(:last-child) {
  padding-right: 35px;
}
.ammenu-nav-sections.-sidebar.-left-menu {
  max-width: 355px;
  overflow: visible;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-link:not(.-active) .ammenu-icon-block.-toggle {
  transform: rotate(180deg);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  height: calc(100% - 120px);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root > .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-sidebar.-left-menu .pagebuilder-column {
  min-width: min-content;
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='html'],
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='video'] {
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper {
  border-radius: 0 10px 10px 0;
  box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.17), inset 8px 0 8px -7px rgba(0, 0, 0, 0.3);
  left: 355px;
  margin: 0;
  max-width: 64vw;
  position: fixed;
  width: fit-content;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-full {
  min-width: 70vw;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-auto {
  width: max-content;
}
.ammenu-nav-sections.-topmenu.-hamburger {
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu.-hamburger:not(.-sticky) .ammenu-main-container {
  max-width: 1320px;
}
.ammenu-nav-sections.-topmenu.-hamburger .ammenu-main-container {
  padding: 0;
}
.ammenu-nav-sections.-sidebar {
  transition: 0.3s all ease-in;
  bottom: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17), 4px 4px 10px rgba(0, 0, 0, 0.1);
  left: -100%;
  max-width: 500px;
  overflow: auto;
  padding: 0 0 48px;
  position: fixed;
  top: 0;
  width: 95vw;
  z-index: 272;
}
.ammenu-nav-sections.-sidebar.-opened {
  left: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-account-section {
  height: 100%;
}
.ammenu-nav-sections.-sidebar .ammenu-items {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item {
  margin: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  box-sizing: border-box;
  flex-basis: 100%;
  font-weight: 700;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  bottom: 0;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-icon {
  margin-bottom: auto;
  margin-top: 2px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block {
  padding: 0 40px 0 0;
}
.ammenu-nav-sections.-sidebar .ammenu-label {
  margin: 3px 5px 3px 10px;
  min-width: 50px;
}
.ammenu-nav-sections.-sidebar .ammenu-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  position: relative;
  transition: .5s opacity;
}
.ammenu-nav-sections.-sidebar .ammenu-link {
  flex-basis: 100%;
  flex-grow: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 20px;
  text-align: left;
}
.ammenu-nav-sections.-sidebar .ammenu-link:active {
  opacity: .6;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter {
  align-self: center;
  font-size: .8em;
  opacity: .5;
  padding: 0 0 0 5px;
  text-transform: capitalize;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:before {
  content: '(';
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:after {
  content: ')';
}
.ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.ie11 .ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-all;
}
.ammenu-nav-sections.-topmenu {
  transition: 0.1s all ease-in;
}
.ammenu-nav-sections.-topmenu.-sticky {
  min-height: 58px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1320px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root > .ammenu-item > .ammenu-link {
  padding: 23.5px 14px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-label {
  white-space: nowrap;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  margin: auto;
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu .ammenu-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  transition: .5s;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover + .ammenu-submenu-block {
  display: flex;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover > .ammenu-link {
  text-decoration: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-size: 1.4rem;
  padding: 14.5px 14px;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-label {
  bottom: 100%;
  left: 0;
  margin: 0 0 4px;
  position: absolute;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1320px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 8px 15px rgba(72, 88, 112, 0.11);
  position: absolute;
}
.ammenu-submenu-block {
  box-sizing: border-box;
}
.ammenu-submenu-block.-root {
  height: 100%;
  width: 100%;
}
.ammenu-submenu-wrapper {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  cursor: auto;
  font-weight: 400;
  max-height: 70vh;
  max-width: 100%;
  padding: 35px 35px 15px 35px;
  transition: .3s;
  z-index: 211;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper.-full {
  left: 0;
}
.ammenu-submenu-wrapper .block {
  margin-bottom: 0;
}
.ammenu-submenu-wrapper .ambrands-link {
  display: none;
}
.ammenu-submenu-wrapper .ammenu-link.-simple {
  margin: 0;
}
.ammenu-submenu-wrapper .ambrands-list-popup {
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transition: none;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(270deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-link.-active > .ammenu-icon-block.-toggle {
  transform: rotate(90deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items {
  padding: 0 0 0 30px;
}
.pagebuilder-content-type-wrapper .ammenu-item {
  list-style: none;
}
.ammenu-label-group.admin__control-grouped {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ammenu-label-group.admin__control-grouped > .admin__field {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 0;
}
.ammenu-label-group.admin__control-grouped .colorpicker-input {
  width: calc(100% - 37px) !important;
}
.ammenu-items-tree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  list-style: none;
}
.ammenu-items-tree .ammenu-item {
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: 200px;
  margin-bottom: 20px;
  padding: 35px 30px;
  white-space: nowrap;
}
.ammenu-items-tree .ammenu-item:hover {
  border-color: #a0a0a0;
  box-shadow: 0 2px 4px rgba(32, 77, 112, 0.16);
}
.ammenu-items-tree .ammenu-item:not(:last-child) {
  margin-right: 20px;
}
.amasty-mega-menu .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  margin: 3px 0 0;
}
.ammenu-nav-sections .widget-product-carousel *:not(button):not(button span),
.ammenu-nav-sections .widget *:not(button):not(button span) {
  color: inherit;
}
.ammenu-nav-sections .widget-product-carousel.-slider .slick-slide,
.ammenu-nav-sections .widget.-slider .slick-slide {
  vertical-align: top;
}
.ammenu-nav-sections .widget-product-carousel:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span),
.ammenu-nav-sections .widget:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span) {
  color: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
.ammenu-nav-sections .widget .slick-slide .product-item {
  max-width: 100%;
}
.ammenu-nav-sections .widget-product-carousel .slick-list,
.ammenu-nav-sections .widget .slick-list {
  padding: 0;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots,
.ammenu-nav-sections .widget .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  position: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) button,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) button {
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button,
.ammenu-nav-sections .widget .slick-dots button {
  border: 1px solid #ff5502;
  border-radius: 50%;
  box-sizing: border-box;
  height: 6px;
  line-height: 0;
  opacity: .5;
  padding: 0;
  width: 6px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button:before,
.ammenu-nav-sections .widget .slick-dots button:before {
  content: none;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li,
.ammenu-nav-sections .widget .slick-dots li {
  cursor: pointer;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  width: 20px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active button,
.ammenu-nav-sections .widget .slick-dots li.slick-active button {
  background: #ff5502;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  color: inherit;
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .product-item,
.ammenu-nav-sections .widget .product-item,
.ammenu-nav-sections .widget-product-carousel .product-item-info,
.ammenu-nav-sections .widget .product-item-info {
  background: transparent;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action,
.ammenu-nav-sections .widget .actions-secondary .action {
  color: inherit;
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list,
.ammenu-nav-sections .widget .ammenu-product-list {
  max-width: 100%;
  list-style: none;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list .product-item,
.ammenu-nav-sections .widget .ammenu-product-list .product-item {
  list-style: none;
}
.ammenu-submenu-wrapper .amreview-widget-container .amreview-title,
.ammenu-submenu-wrapper .amreview-widget-container .review-item {
  background: none !important;
}
.ammenu-submenu-wrapper .ammenu-product-list.-grid {
  margin: 0;
  padding: 0 10px;
}
.ammenu-submenu-block.-builder.-root {
  display: flex;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list {
  display: flex;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 1.6rem;
  margin: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list .ammenu-item {
  position: relative;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link {
  font-size: 1.8rem;
  font-weight: 700;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link.-all-link {
  text-decoration: none;
}
.ammenu-submenu-block.-builder.-root .ammenu-label {
  margin: 0 0 0 10px;
}
.ammenu-submenu-block.-builder.-root .ammenu-text-block {
  align-items: center;
}
.ammenu-submenu-block.-builder.-root .ammenu-link .ammenu-text {
  max-width: 300px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-sidebar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  box-sizing: border-box;
  flex-grow: 1;
  max-width: 100%;
}
.ammenu-submenu-block.-builder.-root > .ammenu-submenu-block {
  position: relative;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-builder.-root .ammenu-content-block {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-product-list,
.ammenu-submenu-block.-builder.-root .products-slider {
  width: 100%;
}
.ammenu-submenu-block.-horizontal {
  flex-wrap: wrap;
}
.ammenu-submenu-block.-horizontal > div {
  box-sizing: border-box;
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal.-root > .ammenu-items-list .ammenu-label {
  white-space: pre;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list {
  display: flex;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item {
  margin: 0 20px 0 0;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item > .ammenu-link {
  padding-bottom: 35px;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar {
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty) {
  padding: 35px 0 0;
  position: relative;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):after {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 1px solid currentColor;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.ammenu-submenu-block.-vertical {
  flex-wrap: nowrap;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list {
  display: inline-flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  text-align: right;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-item {
  align-self: flex-start;
  margin: 0;
  min-width: 90px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-label {
  max-width: 100px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar {
  padding: 0 0 0 25px;
  position: relative;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 1px solid currentColor;
  bottom: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.-ie .ammenu-submenu-wrapper .ammenu-items-list > .ammenu-item {
  min-height: 1em;
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.ammenu-nav-sections.-mobile.-drill .ammenu-drill-section {
  overflow: hidden;
  padding: 0 0 48px 0;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(180deg);
}
.ammenu-nav-sections.-mobile.-drill .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-drill .-slide-left {
  animation: slide-left 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .-slide-right {
  animation: slide-right 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level .ammenu-item {
  display: flex;
  align-items: center;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-basis: 100%;
  font-size: 2.4rem;
  margin: 0;
  padding: 18px 20px;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title:not(.-clickable) {
  cursor: none;
  pointer-events: none;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title .ammenu-icon-block {
  margin: 0 10px 0 0;
}
.ammenu-drill-navigation {
  border-bottom: 1px solid;
  flex-basis: 100%;
  margin: 0 20px 10px;
}
.ammenu-drill-navigation .ammenu-button {
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: normal;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}
.ammenu-drill-navigation .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.ammenu-drill-navigation .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button .ammenu-icon-block {
  margin: 0 25px 0 0;
}
._ammenu-animation,
.ammenu-nav-sections:not(.-topmenu),
.ammenu-submenu-wrapper.-animation-fade_in_down,
.ammenu-submenu-wrapper.-animation-bounce_in_down,
.ammenu-submenu-wrapper.-animation-flip_in_x,
.ammenu-submenu-wrapper.-animation-flip_in_y,
.ammenu-submenu-wrapper.-animation-rotate_in_up_left,
.ammenu-submenu-wrapper.-animation-slide_in_up,
.ammenu-submenu-wrapper.-animation-slide_in_down,
.ammenu-submenu-wrapper.-animation-roll_in,
.ammenu-submenu-wrapper.-animation-zoom_in,
.ammenu-nav-sections.-animation-bounce_in_left,
.ammenu-nav-sections.-animation-slide_in_left {
  animation-fill-mode: forwards;
}
@-webkit-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-moz-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-ms-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-o-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.ammenu-nav-sections.-mobile.-drill .ammenuprem-mobile-content.-before {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content {
  box-sizing: border-box;
  flex-basis: 100%;
  font-size: 1.6rem;
  margin: 0 20px;
  max-width: calc(100% - (20px * 2));
  padding: 20px 0;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content.-after {
  border-top: 1px solid;
  order: 3;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content p:empty {
  display: none;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .block-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 15px;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .ammenu-product-list {
  margin: 0;
  min-width: 100%;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .product-items {
  margin: 0;
  padding: 0;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .product-item-name {
  font-size: 1.4rem;
  font-weight: 400;
  min-height: auto;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .product-image-container {
  min-width: 100%;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .product-image-photo {
  width: 100%;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .product-item-actions {
  margin-top: 15px;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .actions-primary {
  display: inline-block;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content .actions-secondary {
  margin: 0 0 0 20px;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul {
  list-style-type: disc;
}
.ammenu-nav-sections.-mobile .ammenuprem-mobile-content ol {
  list-style-type: decimal;
}
.ammenu-submenu-wrapper.-animation-fade_in {
  -webkit-animation: ammenu-animation__fadeIn 0.3s forwards;
  animation: ammenu-animation__fadeIn 0.3s forwards;
}
.ammenu-submenu-wrapper.-animation-fade_in_down {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInDown';
  animation-name: 'ammenu-animation__fadeInDown';
}
.ammenu-submenu-wrapper.-animation-bounce_in_down {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__bounceInDown';
  animation-name: 'ammenu-animation__bounceInDown';
}
.ammenu-submenu-wrapper.-animation-flip_in_x {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__flipInX';
  animation-name: 'ammenu-animation__flipInX';
  backface-visibility: visible;
}
.ammenu-submenu-wrapper.-animation-flip_in_y {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__flipInY';
  animation-name: 'ammenu-animation__flipInY';
  backface-visibility: visible;
}
.ammenu-submenu-wrapper.-animation-rotate_in_up_left {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__rotateInUpLeft';
  animation-name: 'ammenu-animation__rotateInUpLeft';
}
.ammenu-submenu-wrapper.-animation-slide_in_up {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__slideInUp';
  animation-name: 'ammenu-animation__slideInUp';
}
.ammenu-submenu-wrapper.-animation-slide_in_down {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__slideInDown';
  animation-name: 'ammenu-animation__slideInDown';
}
.ammenu-submenu-wrapper.-animation-roll_in {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__rollIn';
  animation-name: 'ammenu-animation__rollIn';
}
.ammenu-submenu-wrapper.-animation-zoom_in {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__zoomIn';
  animation-name: 'ammenu-animation__zoomIn';
}
.ammenu-nav-sections.-animation-bounce_in_left {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__bounceInLeft';
  animation-name: 'ammenu-animation__bounceInLeft';
}
.ammenu-nav-sections.-animation-slide_in_left {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__slideInLeft';
  animation-name: 'ammenu-animation__slideInLeft';
}
.ambanner-widget-block {
  align-items: center;
  box-sizing: border-box;
  color: inherit;
  display: flex;
  max-width: 100%;
}
.ambanner-widget-block.-align-0 {
  justify-content: center;
}
.ambanner-widget-block.-align-2 {
  justify-content: flex-end;
}
.ambanner-widget-block .ambanner-link.-empty {
  cursor: auto;
}
.ambanner-widget-block .ambanner-image {
  border: 1px solid transparent;
  box-sizing: border-box;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-prev:focus,
.amrelated-grid-wrapper .slick-next:focus {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button {
  background-color: #dfdedd;
}
.amrelated-sidebar-wrap .slick-prev:focus,
.amrelated-sidebar-wrap .slick-next:focus {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  padding: 10px 0;
  position: relative;
}
.amrelated-pack-wrapper .amrelated-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f9f9f9;
  margin-top: 25px;
  position: relative;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.amrelated-pack-item .amrelated-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  z-index: unset;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price .price-wrapper .price {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  background: transparent;
  border: 0;
  flex-direction: row-reverse;
  height: auto;
  min-width: auto;
  position: unset;
  width: auto;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  margin-left: 10px;
  position: static;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  align-self: center;
  position: static;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  max-width: 100%;
  min-height: 2.7rem;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  height: 100px;
  margin: 0;
  min-width: 100px;
  position: relative;
  text-align: center;
  width: 100px;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  height: 100%;
  width: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-height: 100%;
  max-width: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f6ff;
  border: 1px solid #3978bd;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  box-sizing: border-box;
  color: #000000;
  font-weight: 600;
  height: 30px;
  min-width: 30px;
  padding: 0 4px;
  position: absolute;
  right: 0;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-size: 11px;
  font-weight: 400;
}
.amrelated-photo-container .amrelated-checkbox {
  opacity: 0;
  position: absolute;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  background: #ffffff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}
.amrelated-photo-container .amrelated-checkbox:focus + .amrelated-label {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c84949;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
.amrelated-discount.-product {
  display: none;
  font-size: 12px;
  right: -10px;
  top: -10px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  font-size: 16px;
  max-width: 100%;
  padding: 5px 15px;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  font-weight: 600;
  margin-left: 5px;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.amrelated-price-wrapper {
  border-bottom: none;
  box-sizing: border-box;
  justify-content: center;
  margin: 0 15px;
  padding: 15px;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  height: auto;
  line-height: normal;
  padding: 7px 15px;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  margin-right: 10px;
  max-height: 30px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 30px;
  height: 30px;
}
.am-attachments .am-fileline .am-filesize {
  font-size: 90%;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amquote-line-block {
  background: #f1f1f1;
  margin: 10px 0 0 0;
  padding: 10px;
}
.amquote-line-block.-total {
  text-align: right;
}
.col-total.last {
  text-align: right;
}
.amquote-approved-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 10px;
}
.amquote-approved-title .action-secondary {
  margin: 0 0 0 50px;
}
.amquote-approved-title .amquote-title {
  margin: 0;
}
.amquote-order-discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.amquote-order-discount .amquote-coupons {
  display: flex;
}
.amquote-order-discount .amquote-coupons .amquote-input {
  min-width: 8rem;
}
.amquote-order-discount .action-secondary {
  margin: 0 0 0 auto;
}
.amquote-addto-button {
  background: none;
  border: 1px solid #1979c3;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c3;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 0 0 15px;
  padding: 14px 17px;
  transition-property: background-color, color;
  vertical-align: top;
  width: 100%;
}
.amquote-addto-button:hover,
.amquote-addto-button:active,
.amquote-addto-button:focus {
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: none;
  color: #fff;
}
.amquote-addto-button.-small {
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 0;
  transition: display .3s ease;
  white-space: nowrap;
}
.amquote-addto-button.-guest.-small {
  white-space: normal;
}
.amquote-action-wrap .action.tocart {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}
.amquote-action-wrap .actions-primary {
  display: block;
  width: 100%;
}
.amquote-action-wrap .actions-primary + .actions-secondary {
  display: block;
  padding: 0;
  text-align: center;
  width: inherit;
}
.amquote-action-wrap .swatch-input {
  display: inline-block;
}
.amquote-cart-wrapper.minicart-wrapper {
  display: inline-block;
  float: right;
  margin-bottom: 3px;
  margin-right: 4px;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart {
  position: absolute;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart {
  width: 270px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
.amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
  transform: translateX(-10px);
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iIzc1NzU3NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMjFoLTFsLS4wMTItMTEuNTEyQS40ODguNDg4IDAgMCAwIDIyLjUgOUgyMFYxLjVhLjQ4OC40ODggMCAwIDAtLjQ4OC0uNDg4SDkuNDg4QS40ODguNDg4IDAgMCAwIDkgMS41VjIwaC0uMzM3QTMuNTE1IDMuNTE1IDAgMCAwIDcgMTguMzM3VjEuMzU5QzcgLjU1MSA2LjUgMCA1LjY2NCAwSDFTMCAwIDAgMXMxIDEgMSAxaDR2MTYuMDM1QTMuNSAzLjUgMCAxIDAgOC42NjMgMjNIMjRzMSAwIDEtMWMwLTEuMDAxLTEtMS0xLTF6bS0xMy4wMDEgMGwtLjAwMS0xMEgxNGwuMDAxIDQuMjM2YS40ODguNDg4IDAgMCAwIC43ODEuMzlsMS4xMzctMS4yNDUgMS4zMDEgMS4yNDZhLjQ4OC40ODggMCAwIDAgLjc4LS4zOTF2LTQuMjM1TDIxIDExdjkuOTk5TDEwLjk5OSAyMXptMS45OS0xNS4zNThhLjQ4OC40ODggMCAwIDAgLjc1OC40MDZsLjcwNi0uNzk3Ljc4OC43OTZBLjQ4Ny40ODcgMCAwIDAgMTYgNS42NFYzaDJ2NmgtN1YzaDEuOTg4djIuNjQyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 30px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  transition: opacity .3s ease;
  vertical-align: top;
  width: 23px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart:hover:before {
  opacity: .75;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart > .text,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-number {
  text-shadow: 0 0 7px #000;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  background: #ff5501;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart {
  padding-bottom: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .cart-item-qty {
  margin-right: 3px;
}
.amquote-cart-wrapper.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .subtitle.empty {
  padding: 30px 0 50px;
}
.cart.table-wrapper .data.table .col.price,
.cart.table-wrapper .data.table .col.qty,
.cart.table-wrapper .col.price.qty {
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item-info .col.qty {
  white-space: normal;
}
.cart.table-wrapper .col.price .control .amquotereq-input {
  padding: 0;
  text-align: center;
  width: 80px;
}
.cart.table-wrapper .amquotereq-input + .mage-error {
  font-weight: 400;
  line-height: normal;
}
.cart.table-wrapper .col.price .input-text,
.cart.table-wrapper .col.qty .input-text {
  color: #666;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.cart.table-wrapper .textarea.add-note {
  display: none;
}
.cart.table-wrapper .add-note-quote {
  cursor: pointer;
}
.quote-details {
  padding: 0 15px;
}
.quote-details .title,
.amasty_quote-cart-index .cart-summary > .title {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
  padding-bottom: 5px;
}
.quote-details .control {
  margin-top: 10px;
}
.quote-details .form-login {
  border-bottom: 1px solid #ccc;
}
.account-quote-buttons {
  margin-bottom: 15px;
}
.amasty-quote-account-view .table-wrapper table .quote-item-notes,
.amasty_quote-account-view .table-wrapper table .quote-item-notes {
  border-top: none;
}
.amasty-quote-account-view ul.note-list li,
.amasty_quote-account-view ul.note-list li {
  display: inline-block;
  width: 48%;
}
.amasty-quote-account-index .pages,
.amasty_quote-account-index .quote-products-toolbar .pager .pages,
.amasty-quote-account-index .limiter,
.amasty_quote-account-index .quote-products-toolbar .pager .limiter {
  display: inline-block;
  position: relative;
  width: auto;
}
.amasty-quote-update .control.price {
  line-height: 22px;
  min-width: 95px;
  position: relative;
}
.amasty-quote-update .amquote-price-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
#update-quote-cart {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}
.quote-interest-message {
  font-weight: 700;
}
.cart-summary._sticky {
  margin-bottom: 20vh;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-decoration: none;
  width: 100%;
}
.amquote-cell-container {
  font-weight: 700;
  width: 50%;
}
.amquote-cell-container .amquote-note {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-cell-container:before {
  content: none !important;
}
.amquote-summary-details {
  margin-top: 20px;
}
.amquote-report-container,
.amquote-custom-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.amquote-report-container .amquote-item,
.amquote-custom-fields .amquote-item {
  font-weight: 700;
  margin-right: 20px;
  min-width: 200px;
}
.amquote-report-container .amquote-item:last-child,
.amquote-custom-fields .amquote-item:last-child {
  margin-right: 0;
}
.amquote-report-container .amquote-comment,
.amquote-custom-fields .amquote-comment {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-custom-fields .amquote-item {
  margin-bottom: 40px;
  margin-right: 0;
}
.am-quotes-head {
  white-space: nowrap;
}
.amquote-field-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0 0;
  position: relative;
}
.amquote-field-block .amquote-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.amquote-field-block .amquote-label {
  margin-right: 10px;
  max-width: 100px;
}
.amquote-field-block .mage-error {
  position: absolute;
  top: 100%;
}
#product_composite_configure_form_fields .amasty-composite-fieldset .admin__field.required .admin__field-label:after {
  content: '';
  margin: 0;
}
.quote-shipping-method .admin__page-section-title > span:after {
  color: #e22626;
  content: '*';
  font-weight: 400;
  margin-left: 3px;
}
.admin__fieldset .quote-choose-address .admin__field-shipping-same-as-billing .admin__field-label {
  width: 100%;
}
.amquote-order-table.-additional,
.amquote-order-view .amquote-order-table {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.customer-account-fields .admin__field {
  max-width: 50%;
}
.quote-custom-shipping-fee {
  padding: 0 10px;
}
.amquote-shipping-choose .amquote-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.amquote-shipping-choose .amquote-label {
  margin-right: 10px;
}
.amquote-shipping-choose .amquote-options-list .amquote-option .amquote-label {
  display: flex;
}
.amquote-shipping-choose .amquote-inner {
  font-weight: 600;
  margin-left: 5px;
}
.amquote-customfee-block {
  bottom: 2px;
  position: relative;
}
.amasty_quote-cart-index .cart.actions .action {
  flex-basis: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #070605;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #dfdedd;
}
.amslider .swiper-pagination-bullet-active {
  background: #7aa022;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #7aa022;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #a2d331;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #67871d;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #d9ecac;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #070605;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #070605;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #070605;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden,
.file-uploader-preview .action-remove > span,
.fieldset .fullname.field > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #61c18f;
}
.filter-options-content .item a:hover .count {
  color: #61c18f;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #4bb87f;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #61c18f;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #61c18f;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #61c18f;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #61c18f;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children,
.amshopby-flyout-block .items.amshopby-fly-out-view .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #a8a69f;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #070605;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 36px;
  min-width: 36px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #f2f8e2;
  border-color: #7aa022;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #f8f8f8;
  border-color: #f8f8f8;
  box-shadow: none;
  color: #a8a69f;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #e7f2ca;
  border-color: #7aa022;
  color: #475524;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi4xNzggMTguMTM5YTkuNDAzIDkuNDAzIDAgMDEtNS45MDMgMi4wNzJjLTUuMjE1IDAtOS40NDItNC4yMjYtOS40NDItOS40NCAwLTUuMjEyIDQuMjI3LTkuNDM4IDkuNDQyLTkuNDM4IDUuMjE0IDAgOS40NDEgNC4yMjYgOS40NDEgOS40MzlhOS4zOTcgOS4zOTcgMCAwMS0yLjA3OCA1LjkwOWw2LjUyOSA2LjUyNy0xLjQ2IDEuNDU4LTYuNTI5LTYuNTI3ek0xOCAxMC43NzJhNy43MjQgNy43MjQgMCAwMS03LjcyNSA3LjcyMyA3LjcyNCA3LjcyNCAwIDExMC0xNS40NDZBNy43MjQgNy43MjQgMCAwMTE4IDEwLjc3MnoiIGZpbGw9IiMzRDM3MzEiLz48L3N2Zz4=) center no-repeat;
  content: '';
  display: flex;
  height: 25px;
  left: 15px;
  min-width: 25px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 25px / 2);
  width: 25px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjMzMyAyMC45NTZMMjAuNDU2IDMuODMzbDEuMjEgMS4yMUw0LjU0NSAyMi4xNjdsLTEuMjEtMS4yMXoiIGZpbGw9IiMzRDM3MzEiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIxLjY2NyAyMC45NTZMNC41NDQgMy44MzNsLTEuMjEgMS4yMSAxNy4xMjIgMTcuMTIzIDEuMjEtMS4yMXoiIGZpbGw9IiMzRDM3MzEiLz48L3N2Zz4=) center no-repeat;
  border: 0;
  border-radius: 0 7px 7px 0;
  cursor: pointer;
  display: block;
  height: 50px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-sizing: border-box;
  color: #070605;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 18px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 16px 50px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #070605;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #070605;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #070605;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #7aa022;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(177, 230, 55, 0.15);
  border-color: #7aa022;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #070605;
}
.amlocator-main-container {
  text-align: left;
  font-size: 1.4rem;
  color: #000;
  min-width: 50vw;
  line-height: 1.42857143;
  font-weight: 400;
}
.amlocator-main-container .amlocator-button {
  box-sizing: border-box;
  min-height: 40px;
  font-weight: inherit;
  color: #fff;
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  margin: 0;
  border-top: 1px solid #e7e7e7;
}
.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
}
.amlocator-search-container {
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #f8f8f8;
  width: 100%;
  box-sizing: border-box;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  width: 100%;
  margin-bottom: 15px;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  min-width: inherit;
  background-color: #f8f8f8;
  height: inherit;
  line-height: 1;
  border: none;
}
.amlocator-search-container .amlocator-button.-nearby {
  width: 100%;
  margin-left: auto;
}
.amlocator-current-location .amlocator-search {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 23px;
  height: 23px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.amlocator-current-location .amlocator-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 5px;
}
.amlocator-current-location .amlocator-text {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding-right: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;
  cursor: pointer;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  color: #fff;
  background: #1979c3;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  width: 100%;
  height: 10px;
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
}
.amlocator-range-slider .ui-slider-range {
  height: 100%;
  background: #1979c3;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.amlocator-range-slider .amlocator-handle {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: -7px;
  background: #1979c3;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  transform: translateY(-50%);
  cursor: pointer;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-tooltip {
  position: absolute;
  top: -7px;
  left: 50%;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  background: #1979c3;
  border-radius: 2px;
  transform: translate(-50%, -100%);
}
.amlocator-range-slider .amlocator-tooltip:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #1979c3;
  transform: translate(-50%, 50%) rotate(45deg);
}
.amlocator-filters-container {
  margin-bottom: 10px;
  background: #f8f8f8;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-content {
  transition: all .3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}
.amlocator-filters-container .amlocator-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 15px;
  font-size: 12px;
}
.amlocator-filters-container .amlocator-clear {
  color: #1979c3;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  min-height: 25px;
  margin-left: 25px;
  padding: 0px 20px;
  border: none;
  line-height: unset;
  box-shadow: none;
}
.amlocator-filters-container .amlocator-button:hover {
  color: #fff;
  background: #1979c3b3;
  border: none;
}
.amlocator-attribute-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  width: 40%;
  padding-right: 5px;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  height: inherit;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
  line-height: 1;
  border-color: #ccc;
}
.amlocator-attribute-wrapper .chosen-container {
  height: inherit;
  font-size: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  transform: translateY(-50%);
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
  color: #fff;
  background: #1979c3;
  border: none;
  box-shadow: none;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  width: 100%;
  height: 300px;
}
.amlocator-arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 8px;
  margin-left: auto;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  content: "";
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #363636;
  transition: all .2s ease;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  display: block;
  margin-bottom: 15px;
  overflow: auto;
  font-size: 14px;
  background: #f6f6f6;
  cursor: pointer;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
}
.amlocator-store-desc .amlocator-image {
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-right: 15px;
  background-position: center;
  background-size: cover;
}
.amlocator-store-desc.-active {
  color: #fff;
  background: #1979c3;
}
.amlocator-store-desc.-active .amlocator-title .amlocator-link {
  color: #fff;
}
.amlocator-store-desc.-active .amlocator-today {
  color: #000;
  background: #9dd4ff;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
  padding: 5px 15px 5px 35px;
  background: #dfdfdf;
}
.amlocator-schedule-container .amlocator-today:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 15px;
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  width: 50%;
  box-sizing: border-box;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  white-space: nowrap;
  text-align: right;
  padding-right: 8%;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0;
}
.amlocator-pager-container .pages .page {
  padding: 8px 10px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  background: #f8f8f8;
}
.amlocator-pager-container .pages a.page {
  color: #000;
}
.amlocator-pager-container .pages .item {
  position: relative;
  margin: 0;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  color: #fff;
  background: #1979c3;
}
.amlocator-pager-container .pages a.action {
  margin: 0;
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  font-size: 14px;
  color: #000;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #fff;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  display: block;
  clear: both;
  width: 100px;
  margin-bottom: 10px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  width: 160px;
  height: 27px;
  margin-bottom: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  overflow: hidden;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0px 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-description-grey {
  word-break: break-word;
  padding: 0 15px;
  background: #fbfbfb;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  margin: 0;
  border-top: 1px solid #d2dde5;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  box-sizing: border-box;
  min-height: 40px;
  font-weight: inherit;
  color: #fff;
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  background: #1979c3;
}
.amlocator-route-creator .amlocator-modes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.amlocator-route-creator .amlocator-mode {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlocator-route-creator .amlocator-mode:focus + .amlocator-label {
  border: 1px solid #fff;
}
.amlocator-route-creator .amlocator-swap {
  display: none;
}
.amlocator-route-creator .amlocator-mode + .amlocator-label {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  cursor: pointer;
  opacity: .3;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.amlocator-route-creator .amlocator-mode:checked + .amlocator-label,
.amlocator-route-creator .amlocator-mode + .amlocator-label:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-label:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-label.-driving {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-route-creator .amlocator-label.-transit {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-route-creator .amlocator-label.-walking {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
}
.amlocator-route-creator .amlocator-label.-bicycling {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
}
.amlocator-route-creator .amlocator-addresses {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  height: 35px;
  border: none;
}
.amlocator-route-creator .amlocator-address.-end {
  color: #707070;
  background: #f2f2f2;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap + .amlocator-label {
  display: block;
  width: 20px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+) no-repeat center;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.amlocator-route-creator .amlocator-swap + .amlocator-label:hover {
  opacity: 1;
}
.amlocator-route-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 13px;
  height: 65px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 10px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  width: 4px;
  height: 4px;
  background: #2d93e2;
  border-radius: 10px;
}
.amlocator-route-icon .amlocator-icon.-end {
  width: 13px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
}
.amlocator-collapse-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 0 10px 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
}
.amlocator-directions-container table.adp-placemark {
  color: #fff;
  background: #1978c3;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  cursor: pointer;
  color: #000;
}
.amlocator-location-info .amlocator-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  background-color: #1979c3;
  border-radius: 10px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  padding-right: 0;
  padding-left: 30px;
  background: none;
  cursor: pointer;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.amlocator-reviews-general {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amlocator-reviews-general .amlocator-value {
  margin-right: 10px;
  font-weight: 400;
  font-size: 50px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: bold;
}
.amlocator-location-review .amlocator-message {
  max-height: 1000px;
  margin-top: 10px;
  overflow: auto;
  word-wrap: break-word;
  word-break: break-word;
  transition: all .3s ease;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  position: relative;
  margin-right: 14px;
  font-size: 12px;
  color: #6b8fab;
  cursor: pointer;
}
.amlocator-location-review .amlocator-date {
  margin-left: auto;
  font-size: 12px;
  color: #c4c4c4;
  margin-right: 5px;
}
.amlocator-attributes-container {
  padding: 30px 20px;
  display: none;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-label {
  margin-right: 10px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  color: #363636;
  background: #fff;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #00000047;
}
.amlocator-review-popup {
  position: relative;
  box-sizing: border-box;
  width: 80vw;
  min-width: 300px;
  max-width: 500px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.amlocator-review-popup .amlocator-header {
  margin-bottom: 10px;
  font-size: 16px;
}
.amlocator-review-popup .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup .amlocator-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNFOUU2RTYiIGZpbGw9IiNFQkVCRUIiLz48L3N2Zz4=) no-repeat center;
  background-size: 70%;
  cursor: pointer;
}
.amlocator-review-popup .amlocator-close:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMxOTc5YzMiIGZpbGw9IiMxOTc5YzMiLz48L3N2Zz4=) no-repeat center;
  background-size: 70%;
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  font-weight: 400;
  color: #3f3f3f;
}
.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form .review-control-vote input[type="radio"]:not(:checked) + label:hover:before {
  opacity: 1;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  width: inherit;
  min-height: 40px;
  color: #fff;
  background: #1979c3;
  border: 0;
  border-radius: 0;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-onepage-success .block.crosssell {
  float: none;
}
.amtypage-background {
  background-position: center;
  background-repeat: no-repeat;
}
.amtypage-main-container {
  display: flex;
  flex-wrap: wrap;
}
.amtypage-main-container > div {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
}
.amtypage-main-container > .amtyblock {
  margin: 20px 0;
  padding: 10px 15px;
  position: relative;
}
.amtypage-main-container > .amtyblock:first-child {
  margin-top: 0;
}
.amtypage-main-container > .amtyblock:not(:last-child):after {
  background: #d1d1d1;
  bottom: -20px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle,
.amtypage-main-container > .amtyblock .text {
  display: block;
}
.amtypage-main-container > .amtyblock .actions-toolbar,
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle {
  margin-bottom: 20px;
}
.amtypage-main-container > .amtyblock .page-title {
  min-height: 40px;
}
.amtypage-main-container > .amtyblock .subtitle {
  font-weight: 600;
}
.amtypage-main-container > .amtyblock .text,
.amtypage-main-container > .amtyblock .content {
  margin-bottom: 10px;
}
.amtypage-main-container pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.thankyoupage-customer-create-form {
  max-width: 690px;
}
.amtyblock-customer-create .content .actions {
  margin-top: 40px;
}
.amtyblock-customer-create .error {
  color: #e02b27;
  margin-top: 10px;
}
.amtypage-title {
  display: block;
  font-weight: 600;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Boolfly_Base/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 201;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #CDCDCD;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  border: 1px #fff;
  background-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  color: #000;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px #CDCDCD;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 10px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "<";
}
[dir="rtl"] .slick-prev:before {
  content: ">";
}
.slick-next {
  right: 10px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir="rtl"] .slick-next:before {
  content: "<";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 12%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #d2d2d2;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #606da6;
  opacity: 0.75;
}
.banner-content {
  position: absolute;
  bottom: 40%;
  width: 100%;
  color: #000000;
}
.banner-content.left {
  text-align: left;
}
.banner-content.left .banner-title,
.banner-content.left .banner-inner,
.banner-content.left .banner-button {
  padding-left: 15%;
}
.banner-content.center {
  text-align: center;
}
.banner-content.right {
  text-align: right;
}
.banner-content.right .banner-title,
.banner-content.right .banner-inner,
.banner-content.right .banner-button {
  padding-right: 15%;
}
.banner-content .banner-title {
  font-weight: bold;
}
.banner-content .banner-button {
  margin-top: 18px;
}
.banner-content .banner-button a {
  font-size: 1.8rem;
  background: #e4e4e4;
  background: linear-gradient(34deg, #e4e4e4 0%, #eeeeee 59%, #f3f3f3 100%);
  color: #000;
  border-radius: 4px;
  max-width: 160px;
  box-shadow: 0px 1px 3px 0px rgba(2, 2, 2, 0.3);
  padding: 10px;
  font-weight: bold;
}
.banner-content .banner-button a:hover {
  color: #fff;
  background: #929292;
  background: linear-gradient(122deg, #929292 0%, #c5c5c5 54%, #d1d1d1 100%);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #303030;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product-label-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.product-label-info .product-label {
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: table;
  line-height: 20px;
  margin-bottom: 5px;
}
.product-label-info .product-label img {
  max-height: 100%;
}
.product-label-info .product-label span {
  padding: 2px 4px;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}
.product-label-info .product-label.sale {
  background: #f71602;
}
.product-label-info .product-label.best-seller {
  background: #007fd4;
}
.product-label-info .product-label.new {
  background: #048500d6;
}
.product-label-info .product-label.custom {
  color: #000;
  box-shadow: none;
}
.product-label-info.top-right {
  top: 0;
  right: 0;
  margin-top: 0 !important;
  left: auto !important;
  margin-left: 0 !important;
}
.product-label-info.top-left {
  top: 0;
  margin-top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  right: auto;
}
.product-label-info.bot-right {
  top: auto !important;
  margin-top: 0 !important;
  left: auto !important;
  margin-left: 0 !important;
  bottom: 0;
  right: 0;
}
.product-label-info.bot-left {
  top: auto !important;
  margin-top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  bottom: 0;
  right: auto;
}
.product-label-info.mid-left {
  top: 50%;
  left: 0;
  margin-left: 0 !important;
  right: auto;
}
.product-label-info.mid-right {
  top: 50%;
  left: auto;
  margin-left: 0 !important;
  right: 0;
}
.product-label-info.mid-mid {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.product-label-info.top-mid {
  top: 0;
  margin-top: 0 !important;
  left: 50%;
  right: auto;
  bottom: auto;
}
.product-label-info.bot-mid {
  top: auto;
  bottom: 0;
  margin-top: 0 !important;
  left: 50%;
  right: auto;
}
.product-image-container {
  position: relative;
}
.product.media {
  position: relative;
}
.products-grid .product-item .product-item-info:hover {
  z-index: 1501;
}
.products-grid .product-item .product-item-info:hover .product-label {
  box-shadow: none;
}
.bundle-item.-image {
  display: table;
}
.bundle-item.-image > .image,
.bundle-item.-image > .content {
  display: table-cell;
  vertical-align: middle;
}
.bundle-item.-image > .image {
  padding: 0 0 0 10px;
}
.bundle-img {
  display: none;
  margin: 0 0 10px;
}
.bundle-img.-active {
  display: inline-block;
}
.bundle-configurable.fieldset {
  margin: 15px 0 15px 15px;
}
.bundle-options-container .product-options-wrapper .bundle-configurable.fieldset > .field {
  padding: 0;
  border: 0;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-ad {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ad.svg);
}
.flag-icon-ae {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ae.svg);
}
.flag-icon-af {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/af.svg);
}
.flag-icon-ag {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ag.svg);
}
.flag-icon-ai {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ai.svg);
}
.flag-icon-al {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/al.svg);
}
.flag-icon-am {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/am.svg);
}
.flag-icon-ao {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ao.svg);
}
.flag-icon-aq {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/aq.svg);
}
.flag-icon-ar {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ar.svg);
}
.flag-icon-as {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/as.svg);
}
.flag-icon-at {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/at.svg);
}
.flag-icon-au {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/au.svg);
}
.flag-icon-aw {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/aw.svg);
}
.flag-icon-ax {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ax.svg);
}
.flag-icon-az {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/az.svg);
}
.flag-icon-ba {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ba.svg);
}
.flag-icon-bb {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bb.svg);
}
.flag-icon-bd {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bd.svg);
}
.flag-icon-be {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/be.svg);
}
.flag-icon-bf {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bf.svg);
}
.flag-icon-bg {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bg.svg);
}
.flag-icon-bh {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bh.svg);
}
.flag-icon-bi {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bi.svg);
}
.flag-icon-bj {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bj.svg);
}
.flag-icon-bl {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bl.svg);
}
.flag-icon-bm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bm.svg);
}
.flag-icon-bn {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bn.svg);
}
.flag-icon-bo {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bo.svg);
}
.flag-icon-bq {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bq.svg);
}
.flag-icon-br {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/br.svg);
}
.flag-icon-bs {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bs.svg);
}
.flag-icon-bt {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bt.svg);
}
.flag-icon-bv {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bv.svg);
}
.flag-icon-bw {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bw.svg);
}
.flag-icon-by {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/by.svg);
}
.flag-icon-bz {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/bz.svg);
}
.flag-icon-ca {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ca.svg);
}
.flag-icon-cc {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cc.svg);
}
.flag-icon-cd {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cd.svg);
}
.flag-icon-cf {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cf.svg);
}
.flag-icon-cg {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cg.svg);
}
.flag-icon-ch {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ch.svg);
}
.flag-icon-ci {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ci.svg);
}
.flag-icon-ck {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ck.svg);
}
.flag-icon-cl {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cl.svg);
}
.flag-icon-cm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cm.svg);
}
.flag-icon-cn {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cn.svg);
}
.flag-icon-co {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/co.svg);
}
.flag-icon-cr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cr.svg);
}
.flag-icon-cu {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cu.svg);
}
.flag-icon-cv {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cv.svg);
}
.flag-icon-cw {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cw.svg);
}
.flag-icon-cx {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cx.svg);
}
.flag-icon-cy {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cy.svg);
}
.flag-icon-cz {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/cz.svg);
}
.flag-icon-de {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/de.svg);
}
.flag-icon-dj {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/dj.svg);
}
.flag-icon-dk {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/dk.svg);
}
.flag-icon-dm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/dm.svg);
}
.flag-icon-do {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/do.svg);
}
.flag-icon-dz {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/dz.svg);
}
.flag-icon-ec {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ec.svg);
}
.flag-icon-ee {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ee.svg);
}
.flag-icon-eg {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/eg.svg);
}
.flag-icon-eh {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/eh.svg);
}
.flag-icon-er {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/er.svg);
}
.flag-icon-es {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/es.svg);
}
.flag-icon-et {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/et.svg);
}
.flag-icon-fi {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/fi.svg);
}
.flag-icon-fj {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/fj.svg);
}
.flag-icon-fk {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/fk.svg);
}
.flag-icon-fm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/fm.svg);
}
.flag-icon-fo {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/fo.svg);
}
.flag-icon-fr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/fr.svg);
}
.flag-icon-ga {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ga.svg);
}
.flag-icon-gb {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gb.svg);
}
.flag-icon-gd {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gd.svg);
}
.flag-icon-ge {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ge.svg);
}
.flag-icon-gf {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gf.svg);
}
.flag-icon-gg {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gg.svg);
}
.flag-icon-gh {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gh.svg);
}
.flag-icon-gi {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gi.svg);
}
.flag-icon-gl {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gl.svg);
}
.flag-icon-gm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gm.svg);
}
.flag-icon-gn {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gn.svg);
}
.flag-icon-gp {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gp.svg);
}
.flag-icon-gq {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gq.svg);
}
.flag-icon-gr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gr.svg);
}
.flag-icon-gs {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gs.svg);
}
.flag-icon-gt {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gt.svg);
}
.flag-icon-gu {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gu.svg);
}
.flag-icon-gw {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gw.svg);
}
.flag-icon-gy {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gy.svg);
}
.flag-icon-hk {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/hk.svg);
}
.flag-icon-hm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/hm.svg);
}
.flag-icon-hn {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/hn.svg);
}
.flag-icon-hr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/hr.svg);
}
.flag-icon-ht {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ht.svg);
}
.flag-icon-hu {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/hu.svg);
}
.flag-icon-id {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/id.svg);
}
.flag-icon-ie {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ie.svg);
}
.flag-icon-il {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/il.svg);
}
.flag-icon-im {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/im.svg);
}
.flag-icon-in {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/in.svg);
}
.flag-icon-io {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/io.svg);
}
.flag-icon-iq {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/iq.svg);
}
.flag-icon-ir {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ir.svg);
}
.flag-icon-is {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/is.svg);
}
.flag-icon-it {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/it.svg);
}
.flag-icon-je {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/je.svg);
}
.flag-icon-jm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/jm.svg);
}
.flag-icon-jo {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/jo.svg);
}
.flag-icon-jp {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/jp.svg);
}
.flag-icon-ke {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ke.svg);
}
.flag-icon-kg {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/kg.svg);
}
.flag-icon-kh {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/kh.svg);
}
.flag-icon-ki {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ki.svg);
}
.flag-icon-km {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/km.svg);
}
.flag-icon-kn {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/kn.svg);
}
.flag-icon-kp {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/kp.svg);
}
.flag-icon-kr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/kr.svg);
}
.flag-icon-kw {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/kw.svg);
}
.flag-icon-ky {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ky.svg);
}
.flag-icon-kz {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/kz.svg);
}
.flag-icon-la {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/la.svg);
}
.flag-icon-lb {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/lb.svg);
}
.flag-icon-lc {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/lc.svg);
}
.flag-icon-li {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/li.svg);
}
.flag-icon-lk {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/lk.svg);
}
.flag-icon-lr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/lr.svg);
}
.flag-icon-ls {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ls.svg);
}
.flag-icon-lt {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/lt.svg);
}
.flag-icon-lu {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/lu.svg);
}
.flag-icon-lv {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/lv.svg);
}
.flag-icon-ly {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ly.svg);
}
.flag-icon-ma {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ma.svg);
}
.flag-icon-mc {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mc.svg);
}
.flag-icon-md {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/md.svg);
}
.flag-icon-me {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/me.svg);
}
.flag-icon-mf {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mf.svg);
}
.flag-icon-mg {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mg.svg);
}
.flag-icon-mh {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mh.svg);
}
.flag-icon-mk {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mk.svg);
}
.flag-icon-ml {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ml.svg);
}
.flag-icon-mm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mm.svg);
}
.flag-icon-mn {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mn.svg);
}
.flag-icon-mo {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mo.svg);
}
.flag-icon-mp {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mp.svg);
}
.flag-icon-mq {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mq.svg);
}
.flag-icon-mr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mr.svg);
}
.flag-icon-ms {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ms.svg);
}
.flag-icon-mt {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mt.svg);
}
.flag-icon-mu {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mu.svg);
}
.flag-icon-mv {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mv.svg);
}
.flag-icon-mw {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mw.svg);
}
.flag-icon-mx {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mx.svg);
}
.flag-icon-my {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/my.svg);
}
.flag-icon-mz {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/mz.svg);
}
.flag-icon-na {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/na.svg);
}
.flag-icon-nc {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/nc.svg);
}
.flag-icon-ne {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ne.svg);
}
.flag-icon-nf {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/nf.svg);
}
.flag-icon-ng {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ng.svg);
}
.flag-icon-ni {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ni.svg);
}
.flag-icon-nl {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/nl.svg);
}
.flag-icon-no {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/no.svg);
}
.flag-icon-np {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/np.svg);
}
.flag-icon-nr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/nr.svg);
}
.flag-icon-nu {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/nu.svg);
}
.flag-icon-nz {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/nz.svg);
}
.flag-icon-om {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/om.svg);
}
.flag-icon-pa {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pa.svg);
}
.flag-icon-pe {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pe.svg);
}
.flag-icon-pf {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pf.svg);
}
.flag-icon-pg {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pg.svg);
}
.flag-icon-ph {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ph.svg);
}
.flag-icon-pk {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pk.svg);
}
.flag-icon-pl {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pl.svg);
}
.flag-icon-pm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pm.svg);
}
.flag-icon-pn {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pn.svg);
}
.flag-icon-pr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pr.svg);
}
.flag-icon-ps {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ps.svg);
}
.flag-icon-pt {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pt.svg);
}
.flag-icon-pw {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/pw.svg);
}
.flag-icon-py {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/py.svg);
}
.flag-icon-qa {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/qa.svg);
}
.flag-icon-re {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/re.svg);
}
.flag-icon-ro {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ro.svg);
}
.flag-icon-rs {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/rs.svg);
}
.flag-icon-ru {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ru.svg);
}
.flag-icon-rw {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/rw.svg);
}
.flag-icon-sa {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sa.svg);
}
.flag-icon-sb {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sb.svg);
}
.flag-icon-sc {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sc.svg);
}
.flag-icon-sd {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sd.svg);
}
.flag-icon-se {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/se.svg);
}
.flag-icon-sg {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sg.svg);
}
.flag-icon-sh {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sh.svg);
}
.flag-icon-si {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/si.svg);
}
.flag-icon-sj {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sj.svg);
}
.flag-icon-sk {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sk.svg);
}
.flag-icon-sl {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sl.svg);
}
.flag-icon-sm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sm.svg);
}
.flag-icon-sn {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sn.svg);
}
.flag-icon-so {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/so.svg);
}
.flag-icon-sr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sr.svg);
}
.flag-icon-ss {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ss.svg);
}
.flag-icon-st {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/st.svg);
}
.flag-icon-sv {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sv.svg);
}
.flag-icon-sx {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sx.svg);
}
.flag-icon-sy {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sy.svg);
}
.flag-icon-sz {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/sz.svg);
}
.flag-icon-tc {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tc.svg);
}
.flag-icon-td {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/td.svg);
}
.flag-icon-tf {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tf.svg);
}
.flag-icon-tg {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tg.svg);
}
.flag-icon-th {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/th.svg);
}
.flag-icon-tj {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tj.svg);
}
.flag-icon-tk {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tk.svg);
}
.flag-icon-tl {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tl.svg);
}
.flag-icon-tm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tm.svg);
}
.flag-icon-tn {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tn.svg);
}
.flag-icon-to {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/to.svg);
}
.flag-icon-tr {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tr.svg);
}
.flag-icon-tt {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tt.svg);
}
.flag-icon-tv {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tv.svg);
}
.flag-icon-tw {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tw.svg);
}
.flag-icon-tz {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/tz.svg);
}
.flag-icon-ua {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ua.svg);
}
.flag-icon-ug {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ug.svg);
}
.flag-icon-um {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/um.svg);
}
.flag-icon-us {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/us.svg);
}
.flag-icon-uy {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/uy.svg);
}
.flag-icon-uz {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/uz.svg);
}
.flag-icon-va {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/va.svg);
}
.flag-icon-vc {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/vc.svg);
}
.flag-icon-ve {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ve.svg);
}
.flag-icon-vg {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/vg.svg);
}
.flag-icon-vi {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/vi.svg);
}
.flag-icon-vn {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/vn.svg);
}
.flag-icon-vu {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/vu.svg);
}
.flag-icon-wf {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/wf.svg);
}
.flag-icon-ws {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ws.svg);
}
.flag-icon-ye {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/ye.svg);
}
.flag-icon-yt {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/yt.svg);
}
.flag-icon-za {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/za.svg);
}
.flag-icon-zm {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/zm.svg);
}
.flag-icon-zw {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/MageKey_StoresFlags/flags/un.svg);
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media all and (min-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 98%;
  }
}
/* mageplaza end blog style */
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
div.swiper-container .swiper-slide {
  height: auto;
}
.swiper-lazy-preloader ~ * {
  visibility: hidden;
}
.swiper-slide img {
  vertical-align: top;
  /* http://stackoverflow.com/questions/17505418/link-wrapped-around-image-makes-div-slightly-taller */
  height: auto;
}
[class].swiper-button-prev,
[class].swiper-button-next {
  background-size: 10px 16px;
  height: 16px;
  width: 10px;
  margin-top: -8px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.2rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.cart-summary .block.giftcard .action.check {
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.cart-summary .form.giftregistry .fieldset .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.cart-summary .form.giftregistry .fieldset .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-show-button > .amshopby-button {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #3d3731;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #a8a69f;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #3d3731;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #a8a69f;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #a8a69f;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #918476;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #070605;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/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: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/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 {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.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;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #070605;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #2e2721;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #070605;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #2e2721;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.page-product-bundle .product-info-main > .product-add-form {
  display: none;
}
.bundle-actions > .action {
  padding: 20px;
}
.button-as-link.-back.customization,
.checkout-shipping-address .new-address-popup .action-show-popup.-back.customization,
.amtheme-gift-options .actions-toolbar .action-cancel.-back.customization {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.bundle-options-wrapper + .box-tocart.qty {
  margin-top: 25px;
}
.bundle-summary > .price-box {
  margin-bottom: 30px;
}
.fieldset-bundle-options {
  margin-bottom: 10px;
}
.fieldset-bundle-options > br {
  display: none;
}
.fieldset-bundle-options > .field.option {
  align-items: stretch;
  padding: 25px 20px;
}
.fieldset-bundle-options .field.option {
  background: #f7f7f7;
  border-radius: 4px;
  margin: 20px 0 0;
  max-width: 100%;
}
.fieldset-bundle-options .field.option > .label {
  color: #4a4948;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.fieldset-bundle-options .field.option > .control {
  display: flex;
  flex-direction: column;
}
.fieldset-bundle-options .field.option > .control > .nested.options-list ~ .mage-error:not(:last-of-type) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.fieldset-bundle-options .amtheme-qty-wrap {
  margin: 15px 0 0;
}
.fieldset-bundle-options .amtheme-qty-wrap.field > .amtheme-label {
  line-height: 43px;
  margin: 0;
  min-width: 36px;
  width: auto;
}
.fieldset-bundle-options .selection-tier-prices {
  margin-top: 15px;
}
.fieldset-bundle-options .amtheme-select,
.fieldset-bundle-options .limiter .amtheme-select {
  position: absolute;
}
.fieldset-bundle-options .amtheme-tags-block > .amtheme-option {
  background: #ffffff;
  border-color: #ffffff;
  flex-wrap: wrap;
  white-space: normal;
}
.fieldset-bundle-options .amtheme-item-text .price-notice {
  flex-grow: 1;
  white-space: nowrap;
}
.fieldset-bundle-options .amtheme-item-text .price-container {
  align-items: baseline;
}
.fieldset-bundle-options .price-container .weee {
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 0;
  line-height: 2.3rem;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldset-bundle-options .price-container .weee {
    margin-left: 0;
    margin-right: 5px;
  }
}
.fieldset-bundle-options .price-container .price-including-tax + .price-excluding-tax .price {
  line-height: 2.3rem;
}
.fieldset-bundle-options .product-name {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  display: flex;
  flex-grow: 100;
}
.ie11 .fieldset-bundle-options .product-name {
  word-break: break-all;
}
.ie11 .fieldset-bundle-options .product-name {
  word-break: break-all;
}
.ie11 .fieldset-bundle-options .product-name {
  word-break: break-all;
}
.ie11 .fieldset-bundle-options .product-name {
  word-break: break-all;
}
.ie11 .fieldset-bundle-options .product-name {
  word-break: break-all;
}
.ie11 .fieldset-bundle-options .product-name {
  word-break: break-all;
}
.fieldset-bundle-options .prices-tier.items {
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}
.fieldset-bundle-options .amtheme-collapsible-block.option > .label,
.fieldset-bundle-options .multicheckout .amtheme-collapsible-block.option > .label {
  cursor: default;
  text-transform: none;
}
.fieldset-bundle-options .amtheme-collapsible-block.option > .label.block-title > .amtheme-icon,
.fieldset-bundle-options .multicheckout .amtheme-collapsible-block.option > .label.block-title > .amtheme-icon {
  display: none;
}
.fieldset-bundle-options .amtheme-select-block {
  position: relative;
  width: 100%;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-select-options {
  max-width: none;
  width: 100%;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-select-options .price,
.fieldset-bundle-options .amtheme-select-block .amtheme-select-options .price-wrapper {
  white-space: nowrap;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #070605;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder.-selected {
  border-color: #070605;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder .product-name {
  white-space: nowrap;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder .price-container {
  align-items: baseline;
  flex-wrap: nowrap;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder.-selected .amtheme-content {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
}
.fieldset-bundle-options .amtheme-select-block .amtheme-placeholder.-selected .amtheme-content .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  max-width: 100%;
}
.fieldset-bundle-options .amtheme-select-block :not(.amtheme-placeholder) .amtheme-content > .product-name,
.fieldset-bundle-options .amtheme-select-block .amtheme-option > .product-name {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  flex-grow: 1;
  font-weight: 400;
}
.fieldset-bundle-options .amtheme-select-block.-multiple .amtheme-option {
  align-items: flex-start;
}
.fieldset-bundle-options .amtheme-select-block.-multiple .price-box {
  padding: 0;
}
.fieldset-bundle-options .amtheme-select-block .price-wrapper:not(.price-excluding-tax):before,
.fieldset-bundle-options .amtheme-tags-block .price-wrapper:not(.price-excluding-tax):before {
  content: '+';
  margin: 0 3px 0 10px;
}
.amtheme-bundle-choice.field.choice {
  margin-bottom: 10px;
}
.amtheme-bundle-choice.field.choice > .amtheme-label {
  word-break: break-word;
  word-wrap: break-word;
  background: #ffffff;
  border: 1px solid #c6c5c3;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.ie11 .amtheme-bundle-choice.field.choice > .amtheme-label {
  word-break: break-all;
}
.ie11 .amtheme-bundle-choice.field.choice > .amtheme-label {
  word-break: break-all;
}
.ie11 .amtheme-bundle-choice.field.choice > .amtheme-label {
  word-break: break-all;
}
.ie11 .amtheme-bundle-choice.field.choice > .amtheme-label {
  word-break: break-all;
}
.ie11 .amtheme-bundle-choice.field.choice > .amtheme-label {
  word-break: break-all;
}
.ie11 .amtheme-bundle-choice.field.choice > .amtheme-label {
  word-break: break-all;
}
.amtheme-bundle-choice.field.choice > .amtheme-label:before,
.amtheme-bundle-choice.field.choice > .amtheme-label:after {
  content: none;
}
.amtheme-bundle-choice.field.choice .price-including-tax + .price-excluding-tax:before {
  line-height: 1.2;
}
.amtheme-bundle-choice.field.choice > input:checked + .amtheme-label,
.amtheme-bundle-choice.field.choice > input:focus + .amtheme-label {
  border-color: #070605;
}
.amtheme-bundle-choice.field.choice > input:checked + .amtheme-label .price-notice {
  font-weight: 700;
}
.amtheme-bundle-choice.field.choice > input:disabled + .amtheme-label {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.amtheme-item-text {
  display: flex;
  justify-content: space-between;
}
.amtheme-item-text .price-notice {
  align-items: baseline;
  display: flex;
}
.amtheme-item-text .price-container {
  margin-inline-start: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-item-text .price-container {
    margin-left: 5px;
  }
}
.product-item > .product-item-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.product-item .product-item-photo {
  display: block;
}
.product-item .product-item-name {
  display: inline-block;
  min-height: 40px;
}
.product-item .product-image-container {
  display: block;
  max-width: 100%;
}
.product-item .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: auto;
}
.product-item .product-item-link {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  word-wrap: break-word;
  color: #070605;
  font-weight: 400;
  max-height: 40px;
  transition: color 0.4s ease-in-out;
}
.ie11 .product-item .product-item-link {
  word-break: break-all;
}
.ie11 .product-item .product-item-link {
  word-break: break-all;
}
.ie11 .product-item .product-item-link {
  word-break: break-all;
}
.ie11 .product-item .product-item-link {
  word-break: break-all;
}
.ie11 .product-item .product-item-link {
  word-break: break-all;
}
.ie11 .product-item .product-item-link {
  word-break: break-all;
}
.product-item .product-item-link:hover {
  color: #61c18f;
}
.product-item .product-reviews-summary {
  font-size: 0;
  line-height: 2rem;
}
.product-item .action.tocompare .amtheme-title,
.product-item .action.towishlist .amtheme-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .product-item-details > *:not(:last-child) {
  margin-bottom: 15px;
}
.product-item .product-item-details {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
  min-height: 1px;
  z-index: 7;
}
.product-item .action.tocart {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.product-item .action.tocart:before {
  display: none;
}
.product-item .action.tocart.primary:before {
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border: 3px solid transparent;
  background-image: linear-gradient(#61c18f, #61c18f), radial-gradient(circle at top left, #ffffff, rgba(255, 255, 255, 0.2));
  animation: spin 0.8s linear 0s infinite;
  background-clip: content-box, border-box;
  background-origin: border-box;
  border-radius: 50%;
  content: '';
  vertical-align: top;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-item .action.tocart.secondary:before {
  margin: 0 5px 0 0;
  width: 25px;
  height: 25px;
  border: 3px solid transparent;
  background-image: linear-gradient(#7aa022, #7aa022), radial-gradient(circle at top left, #ffffff, rgba(255, 255, 255, 0.2));
  animation: spin 0.8s linear 0s infinite;
  background-clip: content-box, border-box;
  background-origin: border-box;
  border-radius: 50%;
  content: '';
  vertical-align: top;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-item .action.tocart.-show-spinner:before {
  display: inline-block;
  vertical-align: middle;
}
.product-item .amtheme-action-links {
  align-items: baseline;
  display: flex;
}
.product-item .product-photo-wrapper > .loading-mask img,
.product-item .product-photo-wrapper > .loading-mask {
  position: absolute;
}
.product-item .product-photo-wrapper > .loading-mask {
  left: -20px;
  right: -20px;
  top: -20px;
}
.product-item .stock.unavailable,
.amtheme-comparsion-table .stock.unavailable {
  padding: 12px 0;
  color: #a8a69f;
  font-weight: 700;
  line-height: 25px;
}
.product-item-name.-capitalize {
  text-transform: capitalize;
}
.product-item-name.-lowercase {
  text-transform: lowercase;
}
.product-item-name.-uppercase {
  text-transform: uppercase;
}
.ie11 .product-item .product-item-link {
  display: inline-block;
  max-height: none;
  max-width: 100%;
}
.prices-tier > .item {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  line-height: 2.6rem;
}
.prices-tier > .item .benefit {
  width: 100%;
}
.prices-tier > .item .price-container {
  padding: 0 5px;
}
.prices-tier > .item .price-container .weee {
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 0;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .prices-tier > .item .price-container .weee {
    margin-left: 0;
    margin-right: 5px;
  }
}
.block-viewed-products-grid .product-item .product-item-description .product-item-link {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #070605;
  text-decoration: none;
}
.block-viewed-products-grid .product-item .product-item-description .product-item-link:visited {
  color: #070605;
  text-decoration: none;
}
.block-viewed-products-grid .product-item .product-item-description .product-item-link:hover {
  color: #2e2721;
  text-decoration: none;
}
.block-viewed-products-grid .product-item .product-item-description .product-item-link:active {
  color: #000000;
  text-decoration: none;
}
.block.crosssell .slick-track,
.block.related .slick-track,
.block.upsell .slick-track,
.block.am-widget .slick-track {
  display: flex;
  justify-content: stretch;
}
.block.crosssell .slick-slide > div,
.block.related .slick-slide > div,
.block.upsell .slick-slide > div,
.block.am-widget .slick-slide > div,
.block.crosssell .slick-slide .product-item,
.block.related .slick-slide .product-item,
.block.upsell .slick-slide .product-item,
.block.am-widget .slick-slide .product-item {
  height: 100%;
}
.block.crosssell .product-item-info .price-box,
.block.related .product-item-info .price-box,
.block.upsell .product-item-info .price-box,
.block.am-widget .product-item-info .price-box {
  margin-top: 0;
}
.block.crosssell .product-item-info .product-item-actions,
.block.related .product-item-info .product-item-actions,
.block.upsell .product-item-info .product-item-actions,
.block.am-widget .product-item-info .product-item-actions {
  margin-top: auto;
}
.product-item .product-image-photo,
.catalog-category-view .product-item .product-image-wrapper > img,
.catalogsearch-result-index .product-item .product-image-wrapper > img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.products-grid .product-item-info {
  height: 100%;
}
.products-grid .product-photo-wrapper {
  display: block;
  min-height: 1px;
}
.products-grid .price-box {
  margin-top: auto;
}
.products-grid .product-item-inner {
  transition: max-height 0.4s ease-in-out, padding-bottom 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
.products-grid .swatch-wrapper {
  margin-bottom: 10px;
}
.products-grid.products > .amtheme-products-secondary,
.amtheme-products-secondary.-in-widget,
.checkout-cart-index .amrelated-grid-wrapper .widget-product-grid,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items,
.widget.amrelated-grid-wrapper.grid .widget-product-grid,
.block.amshopby-morefrom .block-content .product-items {
  flex-wrap: wrap;
  justify-content: unset;
  padding: 0;
}
.products-grid.products > .amtheme-products-secondary .product-item-name,
.amtheme-products-secondary.-in-widget .product-item-name,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-name,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-name,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-name,
.block.amshopby-morefrom .block-content .product-items .product-item-name {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 40px;
}
.products-grid.products > .amtheme-products-secondary .product-item-name:not(.-amtheme-name),
.amtheme-products-secondary.-in-widget .product-item-name:not(.-amtheme-name),
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-name:not(.-amtheme-name),
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-name:not(.-amtheme-name),
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-name:not(.-amtheme-name),
.block.amshopby-morefrom .block-content .product-items .product-item-name:not(.-amtheme-name) {
  margin: 0;
}
.products-grid.products > .amtheme-products-secondary .product-item-link,
.amtheme-products-secondary.-in-widget .product-item-link,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-link,
.block.amshopby-morefrom .block-content .product-items .product-item-link {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .products-grid.products > .amtheme-products-secondary .product-item-link,
.ie11 .amtheme-products-secondary.-in-widget .product-item-link,
.ie11 .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link,
.ie11 .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link,
.ie11 .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-link,
.ie11 .block.amshopby-morefrom .block-content .product-items .product-item-link {
  word-break: break-all;
}
.ie11 .products-grid.products > .amtheme-products-secondary .product-item-link,
.ie11 .amtheme-products-secondary.-in-widget .product-item-link,
.ie11 .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link,
.ie11 .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link,
.ie11 .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-link,
.ie11 .block.amshopby-morefrom .block-content .product-items .product-item-link {
  word-break: break-all;
}
.ie11 .products-grid.products > .amtheme-products-secondary .product-item-link,
.ie11 .amtheme-products-secondary.-in-widget .product-item-link,
.ie11 .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link,
.ie11 .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link,
.ie11 .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-link,
.ie11 .block.amshopby-morefrom .block-content .product-items .product-item-link {
  word-break: break-all;
}
.ie11 .products-grid.products > .amtheme-products-secondary .product-item-link,
.ie11 .amtheme-products-secondary.-in-widget .product-item-link,
.ie11 .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link,
.ie11 .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link,
.ie11 .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-link,
.ie11 .block.amshopby-morefrom .block-content .product-items .product-item-link {
  word-break: break-all;
}
.ie11 .products-grid.products > .amtheme-products-secondary .product-item-link,
.ie11 .amtheme-products-secondary.-in-widget .product-item-link,
.ie11 .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link,
.ie11 .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link,
.ie11 .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-link,
.ie11 .block.amshopby-morefrom .block-content .product-items .product-item-link {
  word-break: break-all;
}
.ie11 .products-grid.products > .amtheme-products-secondary .product-item-link,
.ie11 .amtheme-products-secondary.-in-widget .product-item-link,
.ie11 .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link,
.ie11 .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link,
.ie11 .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-link,
.ie11 .block.amshopby-morefrom .block-content .product-items .product-item-link {
  word-break: break-all;
}
.products-grid.products > .amtheme-products-secondary .product-item-link:hover,
.amtheme-products-secondary.-in-widget .product-item-link:hover,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link:hover,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link:hover,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-link:hover,
.block.amshopby-morefrom .block-content .product-items .product-item-link:hover {
  color: #070605;
}
._keyfocus .products-grid.products > .amtheme-products-secondary .product-item-link:focus,
._keyfocus .amtheme-products-secondary.-in-widget .product-item-link:focus,
._keyfocus .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link:focus,
._keyfocus .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link:focus,
._keyfocus .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-link:focus,
._keyfocus .block.amshopby-morefrom .block-content .product-items .product-item-link:focus {
  box-shadow: none;
  color: #070605;
}
.products-grid.products > .amtheme-products-secondary .product-item-info,
.amtheme-products-secondary.-in-widget .product-item-info,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info,
.block.amshopby-morefrom .block-content .product-items .product-item-info {
  padding: 0;
}
.products-grid.products > .amtheme-products-secondary .price-container .weee:before,
.amtheme-products-secondary.-in-widget .price-container .weee:before,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-container .weee:before,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-container .weee:before,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-container .weee:before,
.block.amshopby-morefrom .block-content .product-items .price-container .weee:before {
  white-space: nowrap;
}
.products-grid.products > .amtheme-products-secondary .product-item .action.tocart,
.amtheme-products-secondary.-in-widget .product-item .action.tocart,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item .action.tocart,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item .action.tocart,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item .action.tocart,
.block.amshopby-morefrom .block-content .product-items .product-item .action.tocart {
  font-size: 1.6rem;
  width: 100%;
}
.amtheme-products-secondary.-in-widget,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items,
.widget.amrelated-grid-wrapper.grid .widget-product-grid,
.block.amshopby-morefrom .block-content .product-items {
  max-width: 100%;
}
.amtheme-products-secondary.-in-widget .product-item,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item,
.block.amshopby-morefrom .block-content .product-items .product-item {
  background: #ffffff;
  margin: 0 20px 0 0;
  width: 175px;
}
.amtheme-products-secondary.-in-widget .swatch-wrapper,
.amtheme-products-secondary.-in-widget .product-reviews-summary,
.amtheme-products-secondary.-in-widget .product-item-inner .actions-secondary,
.amtheme-products-secondary.-in-widget .product-item-actions .actions-secondary,
.amtheme-products-secondary.-in-widget .action.tocompare,
.amtheme-products-secondary.-in-widget .action.towishlist,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .swatch-wrapper,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-reviews-summary,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-inner .actions-secondary,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-actions .actions-secondary,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocompare,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.towishlist,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .swatch-wrapper,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-reviews-summary,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-inner .actions-secondary,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-actions .actions-secondary,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocompare,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.towishlist,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .swatch-wrapper,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-reviews-summary,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-inner .actions-secondary,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .actions-secondary,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .action.tocompare,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .action.towishlist,
.block.amshopby-morefrom .block-content .product-items .swatch-wrapper,
.block.amshopby-morefrom .block-content .product-items .product-reviews-summary,
.block.amshopby-morefrom .block-content .product-items .product-item-inner .actions-secondary,
.block.amshopby-morefrom .block-content .product-items .product-item-actions .actions-secondary,
.block.amshopby-morefrom .block-content .product-items .action.tocompare,
.block.amshopby-morefrom .block-content .product-items .action.towishlist {
  display: none;
}
.amtheme-products-secondary.-in-widget .product-item-inner,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-inner,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-inner,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-inner,
.block.amshopby-morefrom .block-content .product-items .product-item-inner {
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-height: inherit;
  opacity: 1;
  padding: 0;
  position: static;
  width: auto;
}
.amtheme-products-secondary.-in-widget .action.tocart,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .action.tocart,
.block.amshopby-morefrom .block-content .product-items .action.tocart {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
  border-radius: 4px;
  font-size: 1.6rem;
  width: 100%;
}
.amtheme-products-secondary.-in-widget .action.tocart:focus,
.amtheme-products-secondary.-in-widget .action.tocart:active,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart:focus,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart:active,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart:focus,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart:active,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .action.tocart:focus,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .action.tocart:active,
.block.amshopby-morefrom .block-content .product-items .action.tocart:focus,
.block.amshopby-morefrom .block-content .product-items .action.tocart:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.amtheme-products-secondary.-in-widget .action.tocart:hover,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart:hover,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart:hover,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .action.tocart:hover,
.block.amshopby-morefrom .block-content .product-items .action.tocart:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.amtheme-products-secondary.-in-widget .action.tocart.disabled,
.amtheme-products-secondary.-in-widget .action.tocart[disabled],
fieldset[disabled] .amtheme-products-secondary.-in-widget .action.tocart,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart.disabled,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart[disabled],
fieldset[disabled] .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart.disabled,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart[disabled],
fieldset[disabled] .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .action.tocart,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .action.tocart.disabled,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .action.tocart[disabled],
fieldset[disabled] .widget.amrelated-grid-wrapper.grid .widget-product-grid .action.tocart,
.block.amshopby-morefrom .block-content .product-items .action.tocart.disabled,
.block.amshopby-morefrom .block-content .product-items .action.tocart[disabled],
fieldset[disabled] .block.amshopby-morefrom .block-content .product-items .action.tocart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.catalogsearch-result-index .products.wrapper ~ .toolbar,
.catalogsearch-advanced-result .products.wrapper ~ .toolbar,
.catalog-category-view .products.wrapper ~ .toolbar,
.catalogsearch-result-index .products.wrapper ~ .toolbar .pager,
.catalogsearch-advanced-result .products.wrapper ~ .toolbar .pager,
.catalog-category-view .products.wrapper ~ .toolbar .pager,
.ambrand-index-index .products.wrapper ~ .toolbar,
.ambrand-index-index .products.wrapper ~ .toolbar .pager,
.amshopby-index-index .products.wrapper ~ .toolbar,
.amshopby-index-index .products.wrapper ~ .toolbar .pager {
  margin: 20px 0;
}
.catalogsearch-result-index .products.wrapper ~ .toolbar .toolbar-sorter,
.catalogsearch-advanced-result .products.wrapper ~ .toolbar .toolbar-sorter,
.catalog-category-view .products.wrapper ~ .toolbar .toolbar-sorter,
.catalogsearch-result-index .products.wrapper ~ .toolbar .modes,
.catalogsearch-advanced-result .products.wrapper ~ .toolbar .modes,
.catalog-category-view .products.wrapper ~ .toolbar .modes,
.ambrand-index-index .products.wrapper ~ .toolbar .toolbar-sorter,
.ambrand-index-index .products.wrapper ~ .toolbar .modes,
.amshopby-index-index .products.wrapper ~ .toolbar .toolbar-sorter,
.amshopby-index-index .products.wrapper ~ .toolbar .modes {
  display: none;
}
.catalogsearch-result-index .products.wrapper ~ .toolbar .pages,
.catalogsearch-advanced-result .products.wrapper ~ .toolbar .pages,
.catalog-category-view .products.wrapper ~ .toolbar .pages,
.ambrand-index-index .products.wrapper ~ .toolbar .pages,
.amshopby-index-index .products.wrapper ~ .toolbar .pages {
  align-items: center;
  display: flex;
  justify-content: center;
}
.catalogsearch-result-index .top-toolbar > .toolbar,
.catalogsearch-advanced-result .top-toolbar > .toolbar,
.catalog-category-view .top-toolbar > .toolbar,
.ambrand-index-index .top-toolbar > .toolbar,
.amshopby-index-index .top-toolbar > .toolbar {
  display: flex;
  flex-direction: column-reverse;
}
.catalogsearch-result-index .top-toolbar > .toolbar .pager,
.catalogsearch-advanced-result .top-toolbar > .toolbar .pager,
.catalog-category-view .top-toolbar > .toolbar .pager,
.ambrand-index-index .top-toolbar > .toolbar .pager,
.amshopby-index-index .top-toolbar > .toolbar .pager {
  display: flex;
  flex-direction: row;
}
.catalogsearch-result-index .toolbar-products .pages,
.catalogsearch-advanced-result .toolbar-products .pages,
.catalog-category-view .toolbar-products .pages,
.catalogsearch-result-index .toolbar-products .limiter,
.catalogsearch-advanced-result .toolbar-products .limiter,
.catalog-category-view .toolbar-products .limiter,
.ambrand-index-index .toolbar-products .pages,
.ambrand-index-index .toolbar-products .limiter,
.amshopby-index-index .toolbar-products .pages,
.amshopby-index-index .toolbar-products .limiter {
  display: none;
}
.amtheme-compare-link > .amtheme-link {
  margin-inline-end: 60px;
  align-items: center;
  display: none;
  font-weight: 400;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-link > .amtheme-link {
    margin-right: 60px;
  }
}
.amtheme-compare-link > .amtheme-link.-show {
  display: flex;
}
.amtheme-compare-link .amtheme-icon {
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 0;
  color: transparent;
  height: 20px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-link .amtheme-icon {
    margin-left: 0;
    margin-right: 5px;
  }
}
.amtheme-compare-link .amtheme-counter {
  align-self: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0 5px;
}
.amtheme-compare-link:hover > .amtheme-link {
  color: #7b6f63;
  transition: all 0.2s ease-in-out;
}
.amtheme-compare-link:hover .amtheme-icon {
  fill: #7b6f63;
}
.amtheme-sticky-compare {
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 10;
}
.amtheme-sticky-compare.-show {
  display: flex;
}
.amtheme-sticky-compare > .amtheme-wrapper {
  align-items: center;
  background: #070605;
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: background 0.2s ease-in-out;
}
.amtheme-sticky-compare > .amtheme-wrapper:hover {
  background: #2e2721;
}
.amtheme-sticky-compare > .amtheme-wrapper.-link {
  padding-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sticky-compare > .amtheme-wrapper.-link {
    padding-right: 0;
  }
}
.amtheme-sticky-compare > .amtheme-wrapper.-clear {
  padding: 12px 15px;
}
.amtheme-sticky-compare.-fixed {
  position: fixed;
}
.amtheme-sticky-compare .amtheme-link {
  color: #ffffff;
  display: inline-block;
  margin: 0;
  padding: 0 13px 0 0;
  position: relative;
}
.amtheme-sticky-compare .amtheme-link:hover,
.amtheme-sticky-compare .amtheme-link:active,
.amtheme-sticky-compare .amtheme-link:focus {
  color: #ffffff;
}
.amtheme-sticky-compare .amtheme-link:after {
  border-inline-end: 2px solid #000000;
  content: '';
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sticky-compare .amtheme-link:after {
    border-right: 2px solid #000000;
  }
}
.amtheme-sticky-compare .amtheme-link > .amtheme-count {
  display: none;
}
.amtheme-sticky-compare .amtheme-link > .amtheme-count.-show {
  display: inline;
}
.amtheme-sticky-compare .amtheme-clear {
  line-height: 1;
}
.amtheme-sticky-compare .amtheme-icon {
  fill: #ffffff;
  height: 18px;
  width: 16px;
}
.amtheme-sidebar-block,
.sidebar .block.widget,
.column.main .block.widget.block-viewed-products-grid {
  margin-bottom: 55px;
}
.amtheme-sidebar-block > .amtheme-heading,
.sidebar .block.widget > .amtheme-heading,
.column.main .block.widget.block-viewed-products-grid > .amtheme-heading {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}
.amtheme-sidebar-block > .amtheme-heading .clear,
.sidebar .block.widget > .amtheme-heading .clear,
.column.main .block.widget.block-viewed-products-grid > .amtheme-heading .clear {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
.amtheme-sidebar-block .amtheme-title,
.sidebar .block.widget .amtheme-title,
.amtheme-sidebar-block .block-title,
.sidebar .block.widget .block-title,
.column.main .block.widget.block-viewed-products-grid .amtheme-title,
.column.main .block.widget.block-viewed-products-grid .block-title {
  color: #070605;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.amtheme-sidebar-block .amtheme-items,
.sidebar .block.widget .amtheme-items,
.amtheme-sidebar-block .product-items,
.sidebar .block.widget .product-items,
.column.main .block.widget.block-viewed-products-grid .amtheme-items,
.column.main .block.widget.block-viewed-products-grid .product-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.amtheme-sidebar-block .product-item,
.sidebar .block.widget .product-item,
.amtheme-sidebar-block .product-item-details,
.sidebar .block.widget .product-item-details,
.column.main .block.widget.block-viewed-products-grid .product-item,
.column.main .block.widget.block-viewed-products-grid .product-item-details {
  z-index: auto;
}
.amtheme-sidebar-block .product.product-item:hover,
.sidebar .block.widget .product.product-item:hover,
.amtheme-sidebar-block .product.product-item:hover .product-item-info,
.sidebar .block.widget .product.product-item:hover .product-item-info,
.column.main .block.widget.block-viewed-products-grid .product.product-item:hover,
.column.main .block.widget.block-viewed-products-grid .product.product-item:hover .product-item-info {
  overflow: visible;
  z-index: 10;
}
.amtheme-sidebar-block .amtheme-actions,
.sidebar .block.widget .amtheme-actions,
.column.main .block.widget.block-viewed-products-grid .amtheme-actions {
  margin-top: 25px;
}
.amtheme-sidebar-block .amtheme-name,
.sidebar .block.widget .amtheme-name,
.amtheme-sidebar-block .product-item-name > a,
.sidebar .block.widget .product-item-name > a,
.column.main .block.widget.block-viewed-products-grid .amtheme-name,
.column.main .block.widget.block-viewed-products-grid .product-item-name > a {
  color: #4a4948;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}
.amtheme-sidebar-block .amtheme-name:hover,
.sidebar .block.widget .amtheme-name:hover,
.amtheme-sidebar-block .product-item-name > a:hover,
.sidebar .block.widget .product-item-name > a:hover,
.column.main .block.widget.block-viewed-products-grid .amtheme-name:hover,
.column.main .block.widget.block-viewed-products-grid .product-item-name > a:hover {
  color: #61c18f;
}
.amtheme-sidebar-compare .-icon-action {
  align-items: center;
  display: inline-flex;
  height: 100%;
  padding: 0 8px;
}
.amtheme-sidebar-compare .-icon-action.clear {
  padding-inline-end: 0;
  margin-top: 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sidebar-compare .-icon-action.clear {
    padding-right: 0;
  }
}
.amtheme-sidebar-compare .-icon-action > .amtheme-icon {
  height: 10px;
  width: 10px;
}
.amtheme-sidebar-compare .amtheme-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-inline-end: 0;
  padding-inline-start: 8px;
  padding-top: 0;
  color: #4a4948;
  letter-spacing: 0.03em;
  max-width: 195px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sidebar-compare .amtheme-name {
    padding-left: 8px;
    padding-right: 0;
  }
}
.amtheme-sidebar-compare .amtheme-item {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  height: 25px;
  justify-content: space-between;
  margin: 5px 0 0;
}
.amtheme-sidebar-compare .-hidden {
  display: none;
}
.amtheme-sidebar-wishlist .product-item-actions {
  display: none;
}
.amtheme-sidebar-wishlist .amtheme-item,
.sidebar .block.widget .amtheme-item,
.amtheme-sidebar-wishlist .product-item,
.sidebar .block.widget .product-item,
.column.main .block.widget.block-viewed-products-grid .amtheme-item,
.column.main .block.widget.block-viewed-products-grid .product-item {
  display: flex;
  overflow: hidden;
}
.amtheme-sidebar-wishlist .product-item-info,
.sidebar .block.widget .product-item-info,
.amtheme-sidebar-wishlist .product-item-info:hover,
.sidebar .block.widget .product-item-info:hover,
.amtheme-sidebar-wishlist .product-item-info.-hover,
.sidebar .block.widget .product-item-info.-hover,
.column.main .block.widget.block-viewed-products-grid .product-item-info,
.column.main .block.widget.block-viewed-products-grid .product-item-info:hover,
.column.main .block.widget.block-viewed-products-grid .product-item-info.-hover {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  position: relative;
}
.amtheme-sidebar-wishlist .product-item-info:after,
.sidebar .block.widget .product-item-info:after,
.amtheme-sidebar-wishlist .product-item-info:hover:after,
.sidebar .block.widget .product-item-info:hover:after,
.amtheme-sidebar-wishlist .product-item-info.-hover:after,
.sidebar .block.widget .product-item-info.-hover:after,
.column.main .block.widget.block-viewed-products-grid .product-item-info:after,
.column.main .block.widget.block-viewed-products-grid .product-item-info:hover:after,
.column.main .block.widget.block-viewed-products-grid .product-item-info.-hover:after {
  display: none;
}
.amtheme-sidebar-wishlist .product-item:nth-child(n),
.sidebar .block.widget .product-item:nth-child(n),
.column.main .block.widget.block-viewed-products-grid .product-item:nth-child(n) {
  margin-bottom: 10px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sidebar-wishlist .product-item:nth-child(n),
  .sidebar .block.widget .product-item:nth-child(n),
  .column.main .block.widget.block-viewed-products-grid .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}
.amtheme-sidebar-wishlist .amtheme-photo,
.sidebar .block.widget .amtheme-photo,
.column.main .block.widget.block-viewed-products-grid .amtheme-photo {
  display: block;
}
.amtheme-sidebar-wishlist .amtheme-details,
.sidebar .block.widget .amtheme-details,
.amtheme-sidebar-wishlist .product-item-details,
.sidebar .block.widget .product-item-details,
.column.main .block.widget.block-viewed-products-grid .amtheme-details,
.column.main .block.widget.block-viewed-products-grid .product-item-details {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 10px;
  margin-top: 0;
  display: block;
  max-width: calc(100% - (80px + 10px));
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sidebar-wishlist .amtheme-details,
  .sidebar .block.widget .amtheme-details,
  .amtheme-sidebar-wishlist .product-item-details,
  .sidebar .block.widget .product-item-details,
  .column.main .block.widget.block-viewed-products-grid .amtheme-details,
  .column.main .block.widget.block-viewed-products-grid .product-item-details {
    margin-left: 10px;
    margin-right: 0;
  }
}
.amtheme-sidebar-wishlist .amtheme-name,
.sidebar .block.widget .amtheme-name,
.amtheme-sidebar-wishlist .product-item-name,
.sidebar .block.widget .product-item-name,
.column.main .block.widget.block-viewed-products-grid .amtheme-name,
.column.main .block.widget.block-viewed-products-grid .product-item-name {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  margin: 0 0 10px;
  min-height: auto;
}
.ie11 .amtheme-sidebar-wishlist .amtheme-name,
.ie11 .sidebar .block.widget .amtheme-name,
.ie11 .amtheme-sidebar-wishlist .product-item-name,
.ie11 .sidebar .block.widget .product-item-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .amtheme-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-sidebar-wishlist .amtheme-name,
.ie11 .sidebar .block.widget .amtheme-name,
.ie11 .amtheme-sidebar-wishlist .product-item-name,
.ie11 .sidebar .block.widget .product-item-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .amtheme-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-sidebar-wishlist .amtheme-name,
.ie11 .sidebar .block.widget .amtheme-name,
.ie11 .amtheme-sidebar-wishlist .product-item-name,
.ie11 .sidebar .block.widget .product-item-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .amtheme-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-sidebar-wishlist .amtheme-name,
.ie11 .sidebar .block.widget .amtheme-name,
.ie11 .amtheme-sidebar-wishlist .product-item-name,
.ie11 .sidebar .block.widget .product-item-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .amtheme-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-sidebar-wishlist .amtheme-name,
.ie11 .sidebar .block.widget .amtheme-name,
.ie11 .amtheme-sidebar-wishlist .product-item-name,
.ie11 .sidebar .block.widget .product-item-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .amtheme-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-sidebar-wishlist .amtheme-name,
.ie11 .sidebar .block.widget .amtheme-name,
.ie11 .amtheme-sidebar-wishlist .product-item-name,
.ie11 .sidebar .block.widget .product-item-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .amtheme-name,
.ie11 .column.main .block.widget.block-viewed-products-grid .product-item-name {
  word-break: break-all;
}
.amtheme-sidebar-wishlist .amtheme-item .price-box .map-fallback-price,
.amtheme-sidebar-wishlist .amtheme-item .price-box .map-show-info {
  display: none;
}
.amtheme-sidebar-reorder .amtheme-item {
  align-items: flex-start;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.amtheme-sidebar-reorder .amtheme-item .label {
  font-size: 0;
  margin: 0;
  padding: 0 0 0 20px;
}
.amtheme-sidebar-reorder .amtheme-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amtheme-sidebar-reorder .action.view {
  margin-inline-start: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-sidebar-reorder .action.view {
    margin-left: 15px;
  }
}
.sidebar .action.button-as-link,
.sidebar .action.checkout-shipping-address .new-address-popup .action-show-popup,
.column.main .block.widget.block-viewed-products-grid .action.button-as-link,
.sidebar .action.amtheme-gift-options .actions-toolbar .action-cancel,
.column.main .block.widget.block-viewed-products-grid .action.checkout-shipping-address .new-address-popup .action-show-popup,
.column.main .block.widget.block-viewed-products-grid .action.amtheme-gift-options .actions-toolbar .action-cancel {
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.sidebar .product-item,
.column.main .block.widget.block-viewed-products-grid .product-item {
  background: #ffffff;
}
.sidebar .admin__data-grid-outer-wrap .widget .block-title,
.column.main .block.widget.block-viewed-products-grid .block-title {
  margin-bottom: 15px;
}
.sidebar .price-as-configured,
.column.main .block.widget.block-viewed-products-grid .price-as-configured {
  align-items: center;
  display: flex;
}
.sidebar .old-price .price,
.column.main .block.widget.block-viewed-products-grid .old-price .price {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}
.sidebar .product-item .price-box,
.sidebar .product-item .price-box *,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box * {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  align-items: baseline;
  color: #4a4948;
  display: flex;
}
.sidebar .product-item .price-box .price-to > .price-container,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .price-to > .price-container {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sidebar .product-item .price-box .price-to > .price-container,
  .column.main .block.widget.block-viewed-products-grid .product-item .price-box .price-to > .price-container {
    margin-right: 5px;
  }
}
.sidebar .product-item .price-box .price-to .price-wrapper .price,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .price-to .price-wrapper .price {
  font-size: 1.2rem;
}
.sidebar .product-item .price-box .special-price,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .special-price {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sidebar .product-item .price-box .special-price,
  .column.main .block.widget.block-viewed-products-grid .product-item .price-box .special-price {
    margin-right: 5px;
  }
}
.sidebar .product-item .price-box .special-price .price-wrapper.price-including-tax > .price,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .special-price .price-wrapper.price-including-tax > .price {
  color: #f23b3b;
}
.sidebar .widget:not(.block-new-products-images) .product-items {
  flex-direction: column;
}
.sidebar .block-new-products-images .product-items {
  flex-wrap: wrap;
}
.sidebar .block-new-products-list .block-title,
.sidebar .block-viewed-products-grid .block-title,
.sidebar .block-compared-products-grid .block-title {
  display: block;
  margin-bottom: 30px;
}
.sidebar .block-new-products-list .product-item-info,
.sidebar .block-viewed-products-grid .product-item-info,
.sidebar .block-compared-products-grid .product-item-info {
  align-items: center;
  background: transparent;
  margin-bottom: 10px;
}
.sidebar .block-new-products-list .amtheme-wishlist-split,
.sidebar .block-viewed-products-grid .amtheme-wishlist-split,
.sidebar .block-compared-products-grid .amtheme-wishlist-split,
.sidebar .block-new-products-list .amtheme-wishlist,
.sidebar .block-viewed-products-grid .amtheme-wishlist,
.sidebar .block-compared-products-grid .amtheme-wishlist {
  margin-right: 5px;
}
.sidebar .block-new-products-list .price-box,
.sidebar .block-viewed-products-grid .price-box,
.sidebar .block-compared-products-grid .price-box {
  min-height: 0;
  width: 100%;
}
.sidebar .block-new-products-list .action.tocart,
.sidebar .block-viewed-products-grid .action.tocart,
.sidebar .block-compared-products-grid .action.tocart {
  font-size: 1.2rem;
  margin-top: 5px;
  padding: 5px 10px;
}
.sidebar .block-viewed-products-grid .item.product .product-item-info,
.sidebar .block-compared-products-grid .item.product .product-item-info {
  align-items: flex-start;
  padding: 0;
}
.sidebar .block-viewed-products-grid .item.product .product-item-info:hover .product-item-photo:after,
.sidebar .block-compared-products-grid .item.product .product-item-info:hover .product-item-photo:after {
  opacity: 0;
}
.sidebar .block-viewed-products-grid .item.product .product-details-action,
.sidebar .block-compared-products-grid .item.product .product-details-action {
  margin-bottom: 0;
}
.sidebar .block-viewed-products-grid .item.product .details.product-item-details,
.sidebar .block-compared-products-grid .item.product .details.product-item-details {
  display: flex;
  justify-content: flex-start;
  transform: none;
  width: auto;
}
.sidebar .block-viewed-products-grid .item.product .product-item-description,
.sidebar .block-compared-products-grid .item.product .product-item-description {
  display: none;
}
.amtheme-product-popup .amtheme-product-info > .product-name {
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
.ie11 .amtheme-product-popup .amtheme-product-info > .product-name {
  word-break: break-all;
}
.ie11 .amtheme-product-popup .amtheme-product-info > .product-name {
  word-break: break-all;
}
.ie11 .amtheme-product-popup .amtheme-product-info > .product-name {
  word-break: break-all;
}
.ie11 .amtheme-product-popup .amtheme-product-info > .product-name {
  word-break: break-all;
}
.ie11 .amtheme-product-popup .amtheme-product-info > .product-name {
  word-break: break-all;
}
.ie11 .amtheme-product-popup .amtheme-product-info > .product-name {
  word-break: break-all;
}
.amtheme-product-popup .amtheme-product-info .swatch-option {
  margin-bottom: 5px;
}
.amtheme-product-popup .amtheme-short-info > .product-info-stock-sku {
  max-width: 100%;
}
.amtheme-product-popup .product-info-main > .amtheme-description {
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.amtheme-product-popup .messages-list {
  min-height: 46px;
}
.amtheme-product-popup .messages-list + .product-info-price {
  margin-top: 10px;
}
.amtheme-product-popup .rating-summary,
.amtheme-product-popup .rating-summary > .rating-result {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-popup .rating-summary,
  .amtheme-product-popup .rating-summary > .rating-result {
    margin-right: 0;
  }
}
.amtheme-product-popup .product-social-links .block-requisition-list {
  margin: 0;
}
.amtheme-product-popup .amtheme-wishlist-split .action.new {
  margin: 0;
}
.amtheme-product-popup .amtheme-wishlist-split .items.dropdown {
  margin-top: -10px;
}
.catalog-category-view .page-title {
  margin-bottom: 10px;
}
.catalog-category-view .category-view {
  margin-bottom: 15px;
}
.catalog-category-view .wrapper-description {
  margin: 20px auto;
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
.product-items {
  box-sizing: border-box;
  display: flex;
}
.product-items *,
.product-items *:before,
.product-items *:after {
  box-sizing: border-box;
}
.products.grid > .product-items,
.form-wishlist-items .products-grid > .product-items,
.checkout-cart-index .amrelated-grid-wrapper .widget-product-grid {
  flex-flow: row wrap;
}
.products.grid .product-item,
.form-wishlist-items .products-grid .product-item {
  margin-bottom: 0;
  margin-inline-end: 10px;
  margin-inline-start: 0;
  margin-top: 20px;
  width: calc(50% - 5px);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products.grid .product-item,
  .form-wishlist-items .products-grid .product-item {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .products.grid .product-item,
  .form-wishlist-items .products-grid .product-item {
    max-width: calc(50% - 5px);
  }
}
.products.grid .tocart.-left,
.form-wishlist-items .products-grid .tocart.-left {
  margin-inline-end: auto;
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products.grid .tocart.-left,
  .form-wishlist-items .products-grid .tocart.-left {
    margin-right: auto;
  }
}
.products.grid .tocart.-center,
.form-wishlist-items .products-grid .tocart.-center {
  margin: auto;
  display: block;
}
.products.grid .tocart.-full-width,
.form-wishlist-items .products-grid .tocart.-full-width {
  width: 100%;
}
.products-list > .product-items {
  flex-flow: row wrap;
}
.products-list .product-item-info {
  display: flex;
}
.products-list .price-box,
.products-grid .price-box {
  align-items: flex-start;
  flex-direction: column;
}
.products-list .normal-price.special-price,
.products-grid .normal-price.special-price {
  flex: 0;
}
.products-list .normal-price.special-price + .old-price,
.products-grid .normal-price.special-price + .old-price {
  margin: 0;
}
.products .product-item-description {
  padding-bottom: 5px;
}
.product-item-info .amtheme-icons-position div[class$='-hover'] {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.amtheme-icons-position {
  position: absolute;
}
.amtheme-icons-position.-center {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.amtheme-icons-position.-top-left,
.amtheme-icons-position.-top-right,
.amtheme-icons-position.-bottom-left,
.amtheme-icons-position.-bottom-right {
  display: flex;
}
.amtheme-icons-position.-top-left {
  left: 0;
  top: 0;
}
.amtheme-icons-position.-top-right {
  right: 0;
  top: 0;
}
.amtheme-icons-position.-bottom-left {
  bottom: 0;
  left: 0;
}
.amtheme-icons-position.-bottom-right {
  bottom: 0;
  right: 0;
}
.amtheme-icons-position .amtheme-icon-wrapper .amtheme-split,
.amtheme-icons-position .amtheme-icon-wrapper .amtheme-circle-icon,
.amtheme-icons-position .amtheme-icon-wrapper .amtheme-dropdown-block {
  background: rgba(247, 247, 247, 0.75);
}
.amtheme-icons-position .amtheme-icon-wrapper .split .amtheme-circle-icon {
  background: transparent;
}
.amtheme-icons-position.-top-left,
.amtheme-icons-position.-bottom-left {
  margin-inline-start: -10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-icons-position.-top-left,
  .amtheme-icons-position.-bottom-left {
    margin-left: -10px;
  }
}
.amtheme-icons-position.-top-left .amtheme-icon-wrapper,
.amtheme-icons-position.-bottom-left .amtheme-icon-wrapper {
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-icons-position.-top-left .amtheme-icon-wrapper,
  .amtheme-icons-position.-bottom-left .amtheme-icon-wrapper {
    margin-left: 10px;
  }
}
.amtheme-icons-position.-top-left .items.dropdown,
.amtheme-icons-position.-bottom-left .items.dropdown {
  left: 0;
  right: auto;
}
.amtheme-icons-position.-top-left div[class$='-hover'],
.amtheme-icons-position.-bottom-left div[class$='-hover'] {
  order: 3;
}
.amtheme-icons-position.-top-left > .amtheme-wishlist,
.amtheme-icons-position.-bottom-left > .amtheme-wishlist {
  order: 1;
}
.amtheme-icons-position.-top-left > .amtheme-compare,
.amtheme-icons-position.-bottom-left > .amtheme-compare {
  order: 2;
}
.amtheme-icons-position.-top-right,
.amtheme-icons-position.-bottom-right {
  margin-right: -10px;
}
.amtheme-icons-position.-top-right .amtheme-icon-wrapper,
.amtheme-icons-position.-bottom-right .amtheme-icon-wrapper {
  margin-right: 10px;
}
.amtheme-icons-position.-top-right div[class$='-hover'],
.amtheme-icons-position.-bottom-right div[class$='-hover'] {
  order: -1;
}
.amtheme-icons-position.-top-right > .amtheme-wishlist,
.amtheme-icons-position.-bottom-right > .amtheme-wishlist {
  order: 2;
}
.amtheme-icons-position.-top-right > .amtheme-compare,
.amtheme-icons-position.-bottom-right > .amtheme-compare {
  order: 1;
}
.amtheme-icons-position.-center .amtheme-quick-view {
  height: 100%;
  width: 100%;
}
.amtheme-icons-position.-center .amtheme-circle-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-item-info .amtheme-icons-position.-center:before {
  background: #303030;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
}
.-order-first {
  order: -1;
}
.hover-images-slider {
  display: flex;
  margin-bottom: 10px;
}
.hover-images-slider .hover-image {
  background: #dfdedd;
  cursor: pointer;
  display: flex;
  flex: 0 1 100%;
  height: 4px;
  margin: 0 5px;
}
.hover-images-slider .hover-image:last-of-type {
  margin-right: 0;
}
.hover-images-slider .hover-image:first-of-type {
  margin-left: 0;
}
.hover-images-slider .hover-image.-selected,
.hover-images-slider .hover-image:hover {
  background: #070605;
}
.product-photo-wrapper.-with-hover-images {
  margin-bottom: 25px;
}
.product-photo-wrapper.-with-hover-images .hover-images-slider {
  bottom: -25px;
  left: 0;
  position: absolute;
  right: 0;
}
.amtheme-productaside-wrap {
  width: 100%;
}
.amcaret-product-name {
  word-break: break-word;
  word-wrap: break-word;
  display: none;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 35px;
}
.ie11 .amcaret-product-name {
  word-break: break-all;
}
.ie11 .amcaret-product-name {
  word-break: break-all;
}
.ie11 .amcaret-product-name {
  word-break: break-all;
}
.ie11 .amcaret-product-name {
  word-break: break-all;
}
.ie11 .amcaret-product-name {
  word-break: break-all;
}
.ie11 .amcaret-product-name {
  word-break: break-all;
}
.-amsticky-cart-active .-sticky-header,
.-amsticky-cart-active .page-header.-sticky {
  opacity: 0;
  transform: translateY(-100%);
}
.amsticky-cart-block .product-info-price .amcustombutton-button-container {
  display: none;
}
.amsticky-cart-block .amsticky-auxiliary {
  align-self: flex-start;
  width: 100%;
}
.amsticky-cart-block .amtheme-form-cart {
  flex-direction: column;
}
.amsticky-cart-block .price-including-tax + .price-excluding-tax {
  width: auto;
}
.amsticky-cart-block.-amsticky-cart-active {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(71, 68, 63, 0.1), 0 2px 8px rgba(135, 135, 135, 0.2);
  box-sizing: border-box;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.amsticky-cart-block.-amsticky-cart-active .amsticky-product-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsticky-cart-block.-amsticky-cart-active .price-box {
  padding: 0;
}
.amsticky-cart-block.-amsticky-cart-active .price-box .price-container {
  padding-bottom: 0;
  padding-top: 10px;
}
.amsticky-cart-block.-amsticky-cart-active .price-box,
.amsticky-cart-block.-amsticky-cart-active .price-box .price-container {
  align-items: center;
}
.amsticky-cart-block.-amsticky-cart-active .product-info-price,
.amsticky-cart-block.-amsticky-cart-active .bundle-summary,
.amsticky-cart-block.-amsticky-cart-active .product-options-bottom {
  padding: 5px 0;
}
.amsticky-cart-block.-amsticky-cart-active .bundle-summary,
.amsticky-cart-block.-amsticky-cart-active .product-info-price {
  max-width: 60%;
}
.amsticky-cart-block.-amsticky-cart-active .bundle-summary .price-box {
  display: block;
}
.amsticky-cart-block.-amsticky-cart-active .bundle-summary,
.amsticky-cart-block.-amsticky-cart-active .product-info-price,
.amsticky-cart-block.-amsticky-cart-active .amtheme-add-form-bottom > .amsticky-product-name {
  padding-right: 20px;
}
.amsticky-cart-block.-amsticky-cart-active .amtheme-add-form-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.amsticky-cart-block.-amsticky-cart-active .amtheme-add-form-bottom.-on-line {
  flex-flow: row-reverse nowrap;
}
.amsticky-cart-block.-amsticky-cart-active .amtheme-add-form-bottom.-on-line .product-options-bottom {
  flex-basis: auto;
}
.amsticky-cart-block.-amsticky-cart-active .product-options-wrapper,
.amsticky-cart-block.-amsticky-cart-active .amtheme-payment-methods,
.amsticky-cart-block.-amsticky-cart-active .amtheme-actions-wrap,
.amsticky-cart-block.-amsticky-cart-active .amtheme-qty-wrap,
.amsticky-cart-block.-amsticky-cart-active .box-tocart.qty,
.amsticky-cart-block.-amsticky-cart-active .product-social-links,
.amsticky-cart-block.-amsticky-cart-active .giftcard.form,
.amsticky-cart-block.-amsticky-cart-active .giftcard-amount,
.amsticky-cart-block.-amsticky-cart-active .customization.-back {
  display: none !important;
}
.amsticky-cart-block.-amsticky-cart-active .bundle-summary,
.amsticky-cart-block.-amsticky-cart-active .price-box,
.amsticky-cart-block.-amsticky-cart-active .box-tocart,
.amsticky-cart-block.-amsticky-cart-active .product-options-bottom,
.amsticky-cart-block.-amsticky-cart-active .amtheme-add-form-bottom,
.amsticky-cart-block.-amsticky-cart-active .action.primary.tocart,
.amsticky-cart-block.-amsticky-cart-active .price-as-configured,
.amsticky-cart-block.-amsticky-cart-active .product-info-price,
.amsticky-cart-block.-amsticky-cart-active .amshopby-button.tocart,
.amsticky-cart-block.-amsticky-cart-active .am-filter-go.tocart,
.amsticky-cart-block.-amsticky-cart-active .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart.tocart,
.amsticky-cart-block.-amsticky-cart-active .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go.tocart,
.amsticky-cart-block.-amsticky-cart-active .am-show-button > .amshopby-button.tocart {
  margin: 0 !important;
}
.amsticky-cart-block.-amsticky-cart-active .product-info-price,
.amsticky-cart-block.-amsticky-cart-active .price-box:not(.-am-no-price-label) .price-label {
  display: block !important;
}
.amsticky-cart-block.-amsticky-cart-active .amtheme-form-cart {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.amsticky-cart-block.-amsticky-cart-active .action.primary.tocart,
.amsticky-cart-block.-amsticky-cart-active .amshopby-button.tocart,
.amsticky-cart-block.-amsticky-cart-active .am-filter-go.tocart,
.amsticky-cart-block.-amsticky-cart-active .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart.tocart,
.amsticky-cart-block.-amsticky-cart-active .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go.tocart,
.amsticky-cart-block.-amsticky-cart-active .am-show-button > .amshopby-button.tocart {
  margin-left: 20px;
  min-width: auto !important;
  padding: 12px 20px;
}
.amsticky-cart-block.-amsticky-cart-active .configurable-cart.action.tocart:before {
  display: none !important;
}
.amsticky-cart-block.-amsticky-cart-active .price-including-tax {
  margin-right: 5px;
}
.amsticky-cart-block.-amsticky-cart-active .price-excluding-tax {
  position: relative;
}
.amsticky-cart-block.-amsticky-cart-active .price-excluding-tax:before {
  padding-left: 10px;
}
.amsticky-cart-block.-amsticky-cart-active .price-excluding-tax:after {
  content: '/';
  left: 0;
  position: absolute;
}
.catalog-product-view .page-main {
  margin-bottom: 0;
}
.amtheme-product-wrap {
  margin-bottom: 30px;
}
.amtheme-product-wrap > .product.media {
  margin: 20px auto 50px;
  max-height: 430px;
  max-width: 430px;
  position: relative;
}
.amtheme-product-wrap .product-addto-links {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.amtheme-product-wrap .product-addto-links .amtheme-wishlist-split {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-wrap .product-addto-links .amtheme-wishlist-split {
    margin-left: 0;
    margin-right: 15px;
  }
}
.amtheme-product-wrap .product-addto-links .items.dropdown {
  top: 80%;
}
.amtheme-product-wrap .product-addto-links .items.dropdown .item .action {
  margin: 0;
}
.amtheme-product-wrap .product-addto-links .action {
  margin-bottom: 15px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
  margin-top: 0;
  align-items: center;
  display: flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-wrap .product-addto-links .action {
    margin-left: 0;
    margin-right: 20px;
  }
}
.amtheme-product-wrap .product-addto-links .action .amtheme-title,
.am-widget.block-new-products.list .amtheme-icon-wrapper .action,
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title {
  margin-inline-start: 10px;
  color: #4a4948;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-wrap .product-addto-links .action .amtheme-title,
  .am-widget.block-new-products.list .amtheme-icon-wrapper .action,
  .am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title {
    margin-left: 10px;
  }
}
.amtheme-product-wrap .paypal-buttons iframe.component-frame,
.amtheme-product-wrap .paypal-button iframe {
  z-index: 10 !important;
}
.amtheme-product-info .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 12px;
}
.ie11 .amtheme-product-info .page-title {
  word-break: break-all;
}
.ie11 .amtheme-product-info .page-title {
  word-break: break-all;
}
.ie11 .amtheme-product-info .page-title {
  word-break: break-all;
}
.ie11 .amtheme-product-info .page-title {
  word-break: break-all;
}
.ie11 .amtheme-product-info .page-title {
  word-break: break-all;
}
.ie11 .amtheme-product-info .page-title {
  word-break: break-all;
}
.amtheme-product-info .reviews-actions .action.add {
  display: none;
}
.amtheme-product-info .product-info-stock-sku,
.amtheme-product-info .product.attribute.sku {
  color: #a8a69f;
  display: flex;
  flex-grow: 1;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}
.amtheme-product-info .product-info-stock-sku {
  flex-wrap: wrap;
}
.amtheme-product-info .product-info-sku-widgets {
  flex-basis: 100%;
}
.amtheme-product-info .product-social-links {
  flex-direction: column;
}
.amtheme-product-info .product-info-social-widgets {
  text-align: initial;
}
.amtheme-product-info .product-add-form {
  overflow: inherit;
}
.amtheme-product-info .product-info-stock-sku .stock,
.amtheme-product-info .availability.only {
  display: flex;
  text-transform: uppercase;
}
.amtheme-product-info .product-info-stock-sku > div:nth-child(n+2):before {
  margin: 0 6px;
  background: #dfdedd;
  content: '';
  display: inline;
  height: 15px;
  vertical-align: middle;
  width: 2px;
}
.amtheme-product-info .availability.only > strong {
  padding: 0 3px;
}
.amtheme-product-info .product.attribute.sku > .type {
  margin-inline-end: 7px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .product.attribute.sku > .type {
    margin-right: 7px;
  }
}
.amtheme-product-info .product.attribute.sku > .type:after {
  content: '#:';
  display: inline;
}
.amtheme-product-info .product.attribute.sku .value {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amtheme-product-info .product.attribute.sku .value {
  word-break: break-all;
}
.ie11 .amtheme-product-info .product.attribute.sku .value {
  word-break: break-all;
}
.ie11 .amtheme-product-info .product.attribute.sku .value {
  word-break: break-all;
}
.ie11 .amtheme-product-info .product.attribute.sku .value {
  word-break: break-all;
}
.ie11 .amtheme-product-info .product.attribute.sku .value {
  word-break: break-all;
}
.ie11 .amtheme-product-info .product.attribute.sku .value {
  word-break: break-all;
}
.amtheme-product-info .product.attribute.overview {
  margin-bottom: 40px;
}
.amtheme-product-info .swatch-attribute {
  margin: 0 0 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amtheme-product-info .swatch-attribute div.mage-error[generated] {
  width: 100%;
}
.amtheme-product-info .swatch-attribute .swatch-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amtheme-product-info .swatch-attribute-label {
  word-break: break-word;
  word-wrap: break-word;
  padding-inline-end: 20px;
  box-sizing: border-box;
  display: block;
  min-width: 68px;
  margin-bottom: 15px;
}
.ie11 .amtheme-product-info .swatch-attribute-label {
  word-break: break-all;
}
.ie11 .amtheme-product-info .swatch-attribute-label {
  word-break: break-all;
}
.ie11 .amtheme-product-info .swatch-attribute-label {
  word-break: break-all;
}
.ie11 .amtheme-product-info .swatch-attribute-label {
  word-break: break-all;
}
.ie11 .amtheme-product-info .swatch-attribute-label {
  word-break: break-all;
}
.ie11 .amtheme-product-info .swatch-attribute-label {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .swatch-attribute-label {
    padding-right: 20px;
  }
}
.amtheme-product-info .swatch-attribute-options {
  width: 75%;
}
.amtheme-product-info .swatch-attribute-selected-option {
  display: none;
}
.amtheme-product-info .swatch-opt:not(.-round),
.amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
  margin-bottom: 15px;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .swatch-opt:not(.-round),
  .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-left: 0;
    margin-right: 15px;
  }
}
.amtheme-product-info .swatch-opt.-round .swatch-option.color {
  margin-bottom: 15px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-left: 0;
    margin-right: 20px;
  }
}
.amtheme-product-info .swatch-option.color {
  left: 3px;
}
.amtheme-product-info .amtheme-add-form-bottom.-on-line {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amtheme-product-info .amtheme-add-form-bottom.-under .product-options-bottom {
  margin-bottom: 20px;
}
.amtheme-product-info .amtheme-add-form-bottom.-under .bundle-summary {
  margin-top: 40px;
}
.amtheme-product-info .product-info-price {
  margin: 35px 0 25px;
}
.amtheme-product-info .product-info-price > .widget {
  margin-top: 15px;
}
.amtheme-product-info .product-info-price .price-including-tax + .price-excluding-tax {
  margin: 0;
  width: auto;
}
.amtheme-product-info .price-container .weee + .price-final {
  margin-top: 5px;
}
.amtheme-product-info .special-price .price-container .weee + .price-final {
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .special-price .price-container .weee + .price-final {
    margin-left: 0;
    margin-right: 5px;
  }
}
.amtheme-product-info .amtheme-select-block .price-container .weee + .price-final,
.amtheme-product-info .special-price .price-container .weee {
  margin-top: 0;
}
.amtheme-product-info .special-price .price-including-tax ~ .weee,
.amtheme-product-info .special-price .price-including-tax ~ .weee + .price-final {
  margin: 5px 0 0;
  width: 100%;
}
.amtheme-product-info .box-tocart .action.tocart {
  padding: 20px;
  width: 100%;
}
.amtheme-product-info .box-tocart .action.tocart:before {
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border: 3px solid transparent;
  background-image: linear-gradient(#61c18f, #61c18f), radial-gradient(circle at top left, #ffffff, rgba(255, 255, 255, 0.2));
  animation: spin 0.8s linear 0s infinite;
  background-clip: content-box, border-box;
  background-origin: border-box;
  border-radius: 50%;
  content: '';
  vertical-align: top;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amtheme-product-info .box-tocart .action.tocart:before {
  box-sizing: border-box;
  display: none;
}
.amtheme-product-info .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.amtheme-product-info .box-tocart .action.tocart.-show-spinner:before {
  display: inline-block;
}
.amtheme-product-info .product-options-wrapper .amtheme-select-block {
  width: 100%;
}
.amtheme-product-info .price-box {
  align-items: flex-start;
}
.amtheme-product-info .amtheme-qty-box {
  min-width: 50%;
}
.amtheme-product-info .amtheme-qty-box > .amtheme-qty,
.amtheme-product-info .amtheme-qty-box > .amtheme-plus,
.amtheme-product-info .amtheme-qty-box > .amtheme-minus {
  height: 44px;
}
.amtheme-product-info .product-info-price .map-show-info {
  line-height: 2.3rem;
}
.amtheme-product-info .amtheme-select-options > .amtheme-option {
  flex-wrap: wrap;
}
.amtheme-product-info .amtheme-select-options .price-container {
  align-items: baseline;
}
.amtheme-product-info .amtheme-select-options .price-excluding-tax,
.amtheme-product-info .price-notice .price-excluding-tax {
  margin-top: 0;
  width: auto;
}
.product-options-wrapper .field.choice > .label:before,
.product-options-wrapper .field.choice > .label:after {
  margin: 5px 0;
}
.product-options-wrapper .field > .label {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 100%;
}
.ie11 .product-options-wrapper .field > .label {
  word-break: break-all;
}
.ie11 .product-options-wrapper .field > .label {
  word-break: break-all;
}
.ie11 .product-options-wrapper .field > .label {
  word-break: break-all;
}
.ie11 .product-options-wrapper .field > .label {
  word-break: break-all;
}
.ie11 .product-options-wrapper .field > .label {
  word-break: break-all;
}
.ie11 .product-options-wrapper .field > .label {
  word-break: break-all;
}
.amtheme-short-info {
  margin: 12px 0 42px;
}
.amtheme-short-info > .product-info-stock-sku {
  margin: 10px 0;
}
.amtheme-short-info > .product-reviews-summary.empty .action.add {
  display: inline-block;
}
.amtheme-short-info > .product-reviews-summary.empty .reviews-actions {
  margin-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-short-info > .product-reviews-summary.empty .reviews-actions {
    margin-left: 0;
  }
}
.amtheme-short-info > .product-reviews-summary.empty + .product-info-stock-sku {
  max-width: 100%;
}
.action.tocart.primary.-adding-complete:before,
.amtheme-explore-link .action.tocart.-adding-complete:before,
.product-item .action.tocart.primary.-adding-complete:before,
.box-tocart .actions .action.tocart.-adding-complete:before {
  animation: none;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/min/check-light.svg") center no-repeat;
  background-size: 16px 16px;
  border-color: #ffffff;
  border-width: 3px;
  content: '';
}
.box-tocart.qty {
  margin-bottom: 20px;
}
.amtheme-qty-wrap.field {
  align-items: baseline;
  display: flex;
  flex-flow: row wrap;
}
.amtheme-qty-wrap.field > .amtheme-label {
  word-break: break-word;
  word-wrap: break-word;
  padding-inline-end: 20px;
  box-sizing: border-box;
  display: block;
  min-width: 68px;
}
.ie11 .amtheme-qty-wrap.field > .amtheme-label {
  word-break: break-all;
}
.ie11 .amtheme-qty-wrap.field > .amtheme-label {
  word-break: break-all;
}
.ie11 .amtheme-qty-wrap.field > .amtheme-label {
  word-break: break-all;
}
.ie11 .amtheme-qty-wrap.field > .amtheme-label {
  word-break: break-all;
}
.ie11 .amtheme-qty-wrap.field > .amtheme-label {
  word-break: break-all;
}
.ie11 .amtheme-qty-wrap.field > .amtheme-label {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-qty-wrap.field > .amtheme-label {
    padding-right: 20px;
  }
}
.amtheme-qty-wrap.field > .amtheme-label,
.amtheme-qty-wrap.qty > .amtheme-label {
  color: #070605;
}
.data.switch .counter:before {
  content: '-';
  padding: 0 5px;
}
.page-layout-empty .amtheme-product-info .swatch-attribute-label,
.page-layout-empty .amtheme-qty-wrap.field > .amtheme-label {
  width: auto;
}
.amtheme-product-wrap .product-add-form .field.choice.required:after,
.amtheme-product-wrap .product-add-form .field.choice._required:after {
  display: none;
}
.amtheme-productinfo-wrap .block.upsell,
.amtheme-productinfo-wrap .block.crosssell,
.amtheme-productinfo-wrap .block.related,
.amtheme-productinfo-wrap .block.block.am-widget {
  margin-top: 60px;
}
.amtheme-add-form-bottom.-on-line .box-tocart.qty {
  padding: calc(20px / 2) 0;
  align-items: center;
  display: flex;
  flex: 1 0 50%;
}
.amtheme-add-form-bottom.-on-line .box-tocart.qty.-without-options {
  margin-top: 0;
}
.amtheme-add-form-bottom.-on-line .amtheme-qty-wrap {
  margin-bottom: 0;
}
.amtheme-add-form-bottom.-on-line .qty .amtheme-label {
  margin-bottom: 5px;
}
.amtheme-add-form-bottom.-on-line .product-info-price {
  margin-top: 25px;
}
.amtheme-add-form-bottom.-on-line .amtheme-actions-wrap,
.amtheme-add-form-bottom.-on-line .product-info-price,
.amtheme-add-form-bottom.-on-line .bundle-summary {
  width: 100%;
}
.amtheme-add-form-bottom.-on-line .bundle-summary .price-box {
  margin-bottom: 0;
}
.amtheme-add-form-bottom.-on-line .product-addto-links {
  margin-top: 5px;
}
.page-layout-product-full-width .product-full-width-section {
  display: flex;
  flex-direction: column;
}
.page-layout-product-full-width .product-section-title {
  order: -1;
}
.amtheme-rating-wrap {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
  align-items: center;
  display: flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-rating-wrap {
    margin-left: 0;
    margin-right: 15px;
  }
}
.amtheme-rating-number {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
  font-size: 5rem;
  letter-spacing: -.05em;
  line-height: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-rating-number {
    margin-left: 0;
    margin-right: 15px;
  }
}
.product.info.detailed .data.item.content {
  display: none;
}
.product.info.detailed .data.item.title.active + .data.item.content {
  display: block;
}
.product.info.detailed .data.item.title.active + #reviews {
  display: flex !important;
  flex-direction: column;
}
.product.info.detailed #product-review-container {
  order: 2;
}
.product.info.detailed .review-list .review-heading {
  align-items: flex-start;
}
.product.info.detailed .review-add {
  order: 3;
}
.amtheme-reviews-tab .product-reviews-summary,
.amtheme-reviews-aside .product-reviews-summary {
  margin: 0 0 10px;
  display: flex;
  flex-direction: column-reverse;
}
.amtheme-reviews-tab .product-reviews-summary .action,
.amtheme-reviews-aside .product-reviews-summary .action {
  color: #3d3731;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.amtheme-reviews-tab .action.add,
.amtheme-reviews-aside .action.add {
  display: none;
}
.amtheme-reviews-tab .rating-summary + .reviews-actions,
.amtheme-reviews-aside .rating-summary + .reviews-actions {
  margin: 0 0 5px;
}
.amtheme-ismobile .amtheme-reviews-tab.-am-noreviews .amtheme-noreviews-text {
  margin: 0;
}
.amtheme-ismobile .amtheme-reviews-tab.-am-noreviews .amtheme-actions .action {
  width: 100%;
}
.amtheme-reviews-aside {
  margin: 0 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #dfdedd;
  order: 1;
}
.amtheme-reviews-aside .amtheme-rating-number {
  display: none;
}
.amtheme-reviews-aside .amtheme-heading {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.amtheme-reviews-aside .amtheme-heading .amtheme-icon {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
.amtheme-reviews-aside .amtheme-content {
  align-content: center;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.amtheme-reviews-aside.-am-noreviews .amtheme-content {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
}
.amtheme-reviews-aside .amtheme-title {
  padding: 0 30px;
  font-size: 2.2rem;
  font-weight: 700;
}
.amtheme-reviews-aside .amtheme-actions {
  display: flex;
  flex-direction: column;
}
.amtheme-reviews-aside .amtheme-actions > .action {
  white-space: nowrap;
}
.amtheme-reviews-aside .amtheme-noreviews-text {
  margin-bottom: 15px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  color: #4a4948;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-reviews-aside .amtheme-noreviews-text {
    margin-left: 0;
    margin-right: 0;
  }
}
.amtheme-reviews-aside .amtheme-description {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 0;
  color: #4a4948;
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-reviews-aside .amtheme-description {
    margin-left: 0;
    margin-right: 15px;
  }
}
.amtheme-toall-reviews .amtheme-icon {
  fill: #536131;
}
.product.info.detailed .review-toolbar,
.product.info.detailed .review-toolbar .pager {
  height: auto;
  margin: 0;
}
.product.info.detailed .review-toolbar .limiter {
  height: 35px;
  margin-bottom: 20px;
}
.page-layout-product-full-width .product-full-width-section .amtheme-reviews-aside {
  order: -1;
}
@supports (-webkit-touch-callout: none) {
  .amtheme-ismobile .page-main .product.info.detailed #reviews {
    transition: none;
  }
}
@-moz-document url-prefix() {
  .amtheme-compare-products .amtheme-scroll-controller {
    height: calc(100% - 6px);
  }
  .amtheme-compare-products .amtheme-comparison-headings {
    top: -1px;
  }
}
.amtheme-compare-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.amtheme-compare-header .page-title {
  margin: 0;
  position: relative;
}
.amtheme-compare-header .page-title:after {
  margin-inline-start: 10px;
  content: attr(compare-counter);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-header .page-title:after {
    margin-left: 10px;
  }
}
.amtheme-compare-actions {
  text-align: right;
}
.amtheme-compare-actions .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.amtheme-compare-actions .action > * {
  line-height: 1;
  vertical-align: middle;
}
.amtheme-compare-actions .action.print {
  display: none;
}
.amtheme-compare-actions .action.clear,
.amtheme-compare-actions .action.clear:hover,
.amtheme-compare-actions .action.clear:visited,
.amtheme-compare-actions .action.clear:active {
  color: #070605;
}
.amtheme-compare-actions .amtheme-icon {
  margin-inline-end: 2px;
  height: 12px;
  width: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-actions .amtheme-icon {
    margin-right: 2px;
  }
}
.amtheme-compare-actions .action:not(:last-of-type) {
  margin-inline-end: 50px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-actions .action:not(:last-of-type) {
    margin-right: 50px;
  }
}
.amtheme-compare-products {
  position: relative;
}
.amtheme-comparsion-wrapper {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.amtheme-comparsion-table {
  max-width: none;
}
.amtheme-comparsion-table.table:not(.cart):not(.totals) > thead > tr > th,
.amtheme-comparsion-table.table:not(.cart):not(.totals) > thead > tr > td {
  border: none;
}
.amtheme-comparsion-table .cell .attribute.label,
.amtheme-comparison-headings .cell .attribute.label {
  word-break: break-word;
  word-wrap: break-word;
  display: block;
  width: 90px;
}
.ie11 .amtheme-comparsion-table .cell .attribute.label {
  word-break: break-all;
}
.ie11 .amtheme-comparsion-table .cell .attribute.label {
  word-break: break-all;
}
.ie11 .amtheme-comparsion-table .cell .attribute.label {
  word-break: break-all;
}
.ie11 .amtheme-comparsion-table .cell .attribute.label {
  word-break: break-all;
}
.ie11 .amtheme-comparsion-table .cell .attribute.label {
  word-break: break-all;
}
.ie11 .amtheme-comparsion-table .cell .attribute.label {
  word-break: break-all;
}
.amtheme-comparsion-table .attribute.value {
  overflow: hidden;
  width: 100%;
}
.amtheme-comparsion-table .price-box .price {
  font-size: inherit;
}
.amtheme-compare-item {
  padding: 0;
  vertical-align: top;
}
.amtheme-compare-item .amtheme-wrapper {
  padding: 20px;
  box-sizing: border-box;
  max-width: 280px;
  min-width: 235px;
  position: relative;
}
.amtheme-compare-item .action.delete {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}
.amtheme-compare-item .amtheme-wrapper > *:not(:last-child) {
  margin-bottom: 15px;
}
.amtheme-compare-item .amtheme-wrapper > .amtheme-photo {
  display: inline-block;
}
.amtheme-compare-item .rating-summary {
  margin-inline-end: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-item .rating-summary {
    margin-right: 15px;
  }
}
.amtheme-compare-item .rating-summary + .reviews-actions {
  margin-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-item .rating-summary + .reviews-actions {
    margin-left: 0;
  }
}
.amtheme-compare-item .price-box {
  padding: 0;
}
.amtheme-compare-item .map-old-price:not(:last-child),
.amtheme-compare-item .product-item .map-old-price:not(:last-child),
.amtheme-compare-item .product-info-price .map-show-info:not(:last-child) {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-compare-item .map-old-price:not(:last-child),
  .amtheme-compare-item .product-item .map-old-price:not(:last-child),
  .amtheme-compare-item .product-info-price .map-show-info:not(:last-child) {
    margin-right: 0;
  }
}
.amtheme-photo-wrapper {
  position: relative;
}
.amtheme-photo-wrapper .towishlist-wrap {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 8;
}
.amtheme-photo-wrapper .action.towishlist {
  display: inline-flex;
}
.amtheme-explore-link {
  padding: 2px 0 0;
}
.amtheme-explore-link .action.tocart {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.amtheme-explore-link .action.tocart:before {
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border: 3px solid transparent;
  background-image: linear-gradient(#61c18f, #61c18f), radial-gradient(circle at top left, #ffffff, rgba(255, 255, 255, 0.2));
  animation: spin 0.8s linear 0s infinite;
  background-clip: content-box, border-box;
  background-origin: border-box;
  border-radius: 50%;
  content: '';
  vertical-align: top;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amtheme-explore-link .action.tocart:before {
  box-sizing: border-box;
  display: none;
}
.amtheme-explore-link .action.tocart.-show-spinner:before {
  display: inline-block;
}
.amtheme-comparison-headings {
  background: #ffffff;
  bottom: 0;
  position: absolute;
  top: 0;
  width: unset;
  width: auto;
  z-index: 9;
}
.amtheme-comparison-headings th {
  padding: 8px 10px;
  vertical-align: top;
}
.amtheme-compare-sticky {
  background: #ffffff;
  box-shadow: 0 4px 2px -2px rgba(57, 56, 56, 0.1);
  display: flex;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: -100%;
  z-index: 9;
}
.amtheme-compare-sticky.-visible {
  top: 0 !important;
}
.amtheme-compare-sticky > .amtheme-compare-items {
  display: flex;
}
.amtheme-compare-sticky > .amtheme-compare-items > .amtheme-item {
  padding: 20px;
  box-sizing: border-box;
  min-width: 235px;
}
.amtheme-compare-sticky > .amtheme-compare-items .amtheme-image {
  margin-bottom: 10px;
}
.table:not(.cart):not(.totals) > thead > tr.amtheme-hidden-cells > td {
  padding: 0;
  border: none;
}
table.amtheme-comparsion-table:not(.cart) > tbody.amtheme-product-attributes > tr > td,
.amtheme-comparison-headings tr:nth-child(n+3) > td,
table.amtheme-comparsion-table:not(.cart) > tbody.amtheme-product-attributes > tr > th,
.amtheme-comparison-headings tr:nth-child(n+3) > th {
  padding: 25px 20px;
  border-top: 1px solid #dfdedd;
}
.amtheme-scroll-controller {
  display: none;
}
.ie11 .amtheme-scroll-controller {
  height: calc(100% - 17px);
}
@media print {
  .catalog-product_compare-index .column.main > .link.compare,
  .catalog-product_compare-index .page-footer,
  .catalog-product_compare-index .amtheme-comparison-headings,
  .catalog-product_compare-index .amtheme-compare-sticky,
  .catalog-product_compare-index .product-item .product-reviews-summary,
  .catalog-product_compare-index .amtheme-scroll-controller,
  .catalog-product_compare-index .action.map-show-info {
    display: none !important;
  }
  .catalog-product_compare-index .amtheme-comparsion-table {
    width: auto;
  }
  .catalog-product_compare-index .amtheme-compare-item .amtheme-wrapper {
    min-width: 195px;
  }
  .catalog-product_compare-index .old-price .price:before,
  .catalog-product_compare-index .old-price-wrap > .old-price:last-of-type:after,
  .catalog-product_compare-index .map-old-price .price-wrapper:before {
    border-top: 1px solid #3d3731;
  }
  .catalog-product_compare-index .amtheme-compare-header .page-title:after {
    font-size: 2.4rem;
    margin: 0;
    position: static;
  }
}
.block-search {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
}
.block-search > .block-content {
  height: 50px;
  margin-bottom: 0;
}
.block-search .form {
  height: 100%;
  position: relative;
}
.block-search .field,
.block-search .control {
  height: 100%;
  width: 100%;
}
.block-search .input-text {
  align-items: center;
  appearance: none;
  background: #f7f7f7;
  border: 0;
  border-radius: 50px;
  display: flex;
  height: 100%;
  padding: 10px 10px 10px 50px;
  position: relative;
  transition: box-shadow 0.4s ease-in-out;
  z-index: 12;
}
.block-search .input-text::-webkit-input-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:-moz-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text::-moz-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:hover,
.block-search .input-text:active {
  box-shadow: 0 2px 8px rgba(57, 56, 56, 0.25);
}
.block-search .input-text:focus,
.block-search .input-text:not([disabled]):focus {
  box-shadow: 0 2px 8px rgba(57, 56, 56, 0.25);
}
.block-search .input-text:focus::-webkit-input-placeholder,
.block-search .input-text:not([disabled]):focus::-webkit-input-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:focus:-moz-placeholder,
.block-search .input-text:not([disabled]):focus:-moz-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:focus::-moz-placeholder,
.block-search .input-text:not([disabled]):focus::-moz-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
.block-search .input-text:focus:-ms-input-placeholder,
.block-search .input-text:not([disabled]):focus:-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 2rem;
}
._keyfocus .block-search .input-text:focus,
._keyfocus .block-search .input-text:not([disabled]):focus {
  box-shadow: 0 0 0 1px #070605;
}
.block-search .active .input-text {
  box-shadow: 0 2px 8px rgba(57, 56, 56, 0.25);
}
.block-search .actions {
  display: inline-block;
  left: 5px;
  position: absolute;
}
.block-search .action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: auto;
  line-height: 1;
  padding: 10px;
  position: relative;
  z-index: 12;
}
.block-search .action:focus,
.block-search .action:active {
  background: none;
  border: none;
}
.block-search .action:hover {
  background: none;
  border: none;
}
.block-search .action.disabled,
.block-search .action[disabled],
fieldset[disabled] .block-search .action {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action:disabled {
  opacity: 1;
}
.block-search .amtheme-reset {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  right: 5px;
}
.block-search .amtheme-icon {
  height: 25px;
  vertical-align: top;
  width: 25px;
}
.block-search .amtheme-icon.-reset {
  background: #dfdedd;
  padding: 5px;
}
.block-search .amtheme-close {
  top: 50%;
  transform: translateY(-50%);
  background: #f7f7f7;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  left: 5px;
  padding: 10px;
  position: absolute;
  transition: none;
  z-index: 50;
}
.block-search .amtheme-close:disabled {
  opacity: 0;
}
.search-autocomplete {
  background: #ffffff;
  color: #4a4948;
  z-index: 11;
}
.search-autocomplete li {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}
.search-autocomplete li:hover {
  background: #fcfcfc;
}
.search-autocomplete .selected {
  background: #fcfcfc;
}
.search.results .page-title-wrapper {
  margin: 35px 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.search.results .page-title {
  margin-bottom: 0;
  margin-inline-end: 10px;
  margin-inline-start: 0;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search.results .page-title {
    margin-left: 0;
    margin-right: 10px;
  }
}
.search.results .amtheme-found {
  padding-inline-start: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search.results .amtheme-found {
    padding-left: 16px;
  }
}
.search.results .amtheme-found:before {
  margin-inline-end: 10px;
  background: #61c18f;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search.results .amtheme-found:before {
    margin-right: 10px;
  }
}
.search.results .amtheme-search-terms {
  margin-bottom: 30px;
}
.search.summary {
  background: #fcfcfc;
  border-radius: 6px;
  padding: 20px 35px;
}
.search.summary .items {
  display: flex;
  flex-wrap: wrap;
}
.search.summary .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-inline-end: 30px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search.summary .item {
    margin-left: 0;
    margin-right: 30px;
  }
}
.search.summary .amtheme-name {
  color: #4a4948;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin-bottom: 10px;
  padding: 5px 0;
  text-transform: uppercase;
}
.amtheme-title-search {
  margin: 0;
}
.amtheme-title-search .amtheme-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.amtheme-title-search .amtheme-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 5px;
}
.amtheme-additional-block {
  margin-bottom: 30px;
}
.amtheme-search-message {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4rem;
  padding: 5px 0;
}
.amtheme-search-terms {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.amtheme-search-terms .amtheme-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2rem;
  width: 100%;
}
.amtheme-search-terms .amtheme-item {
  margin-bottom: 0;
  margin-inline-end: 15px;
  margin-inline-start: 0;
  margin-top: 15px;
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-search-terms .amtheme-item {
    margin-left: 0;
    margin-right: 15px;
  }
}
.amtheme-search-terms .amtheme-link {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #4a4948;
  display: inline-block;
  font-weight: 400;
  max-width: 100%;
  padding: 8px 10px;
  word-break: break-all;
}
.amtheme-search-terms .amtheme-link:hover .amtheme-count {
  color: #2e2721;
}
.amtheme-search-terms .amtheme-count {
  color: #070605;
  font-weight: 700;
}
.catalogsearch-advanced-index .page-title-wrapper {
  text-align: center;
}
.catalogsearch-advanced-index .form.search.advanced {
  margin: 0 auto;
}
.catalogsearch-advanced-index .form.search.advanced .legend {
  margin: 0 auto 20px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
}
.checkout-cart-index .cart-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.checkout-cart-index .cart-container > .amtheme-form-wrapper {
  order: 0;
}
.checkout-cart-index .cart-container > .rewards {
  margin-bottom: 10px;
  order: -1;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #dfdedd;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: inline-block;
}
.cart-tax-total .weee[data-label] {
  margin-top: 0;
}
.checkout-cart-index .cart-discount .block.discount {
  max-width: 300px;
}
.checkout-cart-index .cart-discount .block.discount > .title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #070605;
  cursor: pointer;
  display: inline-flex;
}
.checkout-cart-index .cart-discount .block.discount > .title:hover {
  color: #2e2721;
}
.checkout-cart-index .cart-discount .block.discount.active > .title {
  display: none;
}
.checkout-cart-index .cart-discount .label {
  display: none;
}
.checkout-cart-index .cart-discount .fieldset.coupon {
  display: flex;
}
.checkout-cart-index .cart-discount .field {
  margin: 0 15px 0 0;
}
.checkout-cart-index .cart-discount .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 4rem;
}
.checkout-cart-index .block.crosssell,
.checkout-cart-index .block.upsell,
.checkout-cart-index .block.am-widget,
.checkout-cart-index .amrelated-grid-wrapper {
  margin-top: 70px;
  max-width: 100%;
  padding: 30px 0;
}
.checkout-cart-index .block.crosssell > .block-title,
.checkout-cart-index .block.upsell > .block-title,
.checkout-cart-index .block.am-widget > .block-title,
.checkout-cart-index .amrelated-grid-wrapper > .block-title {
  padding-inline-start: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2rem;
  margin-bottom: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-cart-index .block.crosssell > .block-title,
  .checkout-cart-index .block.upsell > .block-title,
  .checkout-cart-index .block.am-widget > .block-title,
  .checkout-cart-index .amrelated-grid-wrapper > .block-title {
    padding-left: 5px;
  }
}
.checkout-cart-index .block.am-widget,
.checkout-cart-index .amrelated-grid-wrapper {
  margin-top: 0;
}
@media all and (max-width: 320px) {
  .block.block-minicart .product-item > .product {
    flex-direction: column;
  }
  .block.block-minicart .product-item .product-photo {
    margin: 0 auto 15px;
  }
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.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:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:after {
  color: inherit;
}
.minicart-wrapper .action.showcart:active:after {
  color: inherit;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:after {
  color: inherit;
}
.minicart-wrapper .action.showcart.active:active:after {
  color: inherit;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #dfdedd;
  margin-top: 4px;
  min-width: 100%;
  width: 370px;
  z-index: 115;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 15px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 14px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .counter {
  align-items: center;
  background: #f23b3b;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  height: 19px;
  justify-content: center;
  min-width: 19px;
  padding: 3px 3px 2px 4px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.minicart-wrapper .counter-number {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: normal;
}
.minicart-wrapper .amtheme-minicart-content > .widget {
  margin: 0 -20px;
  padding: 20px;
}
.minicart-wrapper .amtheme-minicart-content > .widget.block-product-link {
  text-align: center;
}
.block.block-minicart {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 20px;
  z-index: 110;
}
.block.block-minicart:before {
  border-color: transparent transparent #f7f7f7 transparent;
}
.block.block-minicart .block-title {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 5px 25px 5px 0;
}
.block.block-minicart .block-title .items-total {
  color: #a8a69f;
  font-weight: 400;
}
.block.block-minicart .block-content .subtitle {
  display: block;
  padding: 30px 40px;
  text-align: center;
}
.block.block-minicart .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-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 20px;
}
.block.block-minicart .action.close:focus,
.block.block-minicart .action.close:active {
  background: none;
  border: none;
}
.block.block-minicart .action.close:hover {
  background: none;
  border: none;
}
.block.block-minicart .action.close.disabled,
.block.block-minicart .action.close[disabled],
fieldset[disabled] .block.block-minicart .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.block.block-minicart .action.close .amtheme-icon {
  height: 15px;
  width: 15px;
}
.block.block-minicart .action.close .amtheme-icon:hover {
  fill: #a8a69f;
}
.block.block-minicart .minicart-items-wrapper {
  max-height: 50vh;
}
.block.block-minicart .minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block.block-minicart .subtotal {
  align-items: flex-start;
  background: #f7f7f7;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin: 20px -20px;
  padding: 20px;
}
.block.block-minicart .subtotal .price-container {
  display: block;
  margin: 0;
}
.block.block-minicart .action.checkout {
  width: 100%;
}
.block.block-minicart .action.checkout + .extra-actions > * {
  margin-top: 20px;
  text-align: center;
}
.block.block-minicart .action.checkout + .extra-actions .paypal.checkout.after > input {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.block.block-minicart .paypal-button-context-iframe {
  max-width: none;
}
.block.block-minicart .action.viewcart {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.minicart-wrapper.active .block.block-minicart.-sticky-minicart {
  right: 0;
}
.minicart-wrapper.active .block.block-minicart.-sticky-minicart .amtheme-minicart-overlay {
  display: block;
}
.block.block-minicart.-sticky-minicart {
  background: none;
  border: none;
  border-radius: 0;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin: 0;
  min-width: auto;
  padding: 0;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.4s ease-in-out;
  width: 100%;
}
.block.block-minicart.-sticky-minicart:before,
.block.block-minicart.-sticky-minicart:after {
  display: none;
}
.block.block-minicart.-sticky-minicart .amtheme-minicart-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(252, 252, 252, 0.8);
  border: 0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.block.block-minicart.-sticky-minicart .amtheme-minicart-content {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0;
  width: 370px;
}
.block.block-minicart.-sticky-minicart .minicart-items {
  padding-inline-end: 10px;
  flex: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.block-minicart.-sticky-minicart .minicart-items {
    padding-right: 10px;
  }
}
.block.block-minicart.-sticky-minicart .block-content {
  background: #f7f7f7;
  margin: auto -20px 0;
  padding: 0 20px 20px;
}
.block.block-minicart.-sticky-minicart .minicart-items-wrapper {
  height: 100% !important;
  max-height: inherit;
}
.block.block-minicart.-sticky-minicart .product-item-name {
  padding-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.block-minicart.-sticky-minicart .product-item-name {
    padding-right: 5px;
  }
}
.block.block-minicart .product-item {
  background: none;
}
.block.block-minicart .product-item > .product {
  border-bottom: 1px solid #dfdedd;
  display: flex;
  padding: 20px 0 10px;
}
.block.block-minicart .product-item .product-photo {
  padding: 5px;
}
.block.block-minicart .product-item .product-photo .product-image-container {
  width: 100px !important;
}
.block.block-minicart .product-item .product-photo .product-image-photo {
  height: 100px !important;
  max-height: 100%;
  max-width: 100%;
  width: 100px !important;
}
.block.block-minicart .product-item .product-item-details {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 10px;
  margin-top: 0;
  flex: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.block-minicart .product-item .product-item-details {
    margin-left: 10px;
    margin-right: 0;
  }
}
.block.block-minicart .product-item .product-item-name {
  margin: 5px 0 10px;
  min-height: auto;
}
.block.block-minicart .product-item .product-item-name a {
  color: #070605;
}
.block.block-minicart .product-item .product.options {
  color: #4a4948;
}
.block.block-minicart .product-item-details {
  padding-inline-end: 25px;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.block-minicart .product-item-details {
    padding-right: 25px;
  }
}
.block.block-minicart .product-item-details > .product-item-pricing {
  margin-bottom: 30px;
}
.block.block-minicart .product-item-details .product.options .toggle {
  padding-inline-end: 25px;
  position: relative;
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.block-minicart .product-item-details .product.options .toggle {
    padding-right: 25px;
  }
}
.block.block-minicart .product-item-details .product.options .toggle:after {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}
.block.block-minicart .product-item-details .product.options.active .toggle:after {
  transform: rotate(180deg);
}
.block.block-minicart .product-item-details .product.options.list {
  margin: 10px 0 0;
}
.block.block-minicart .product-item-details .product.options.list dt:after {
  content: ':';
  display: inline-block;
}
.block.block-minicart .product-item-details .product.options.list dt + dd {
  float: left;
}
.block.block-minicart .product-item-details .product.options.list dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
.block.block-minicart .product-item-details .product.options.list dd {
  margin: 0 0 5px;
}
.block.block-minicart .product-item-details .product.options.list dd > span {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .block.block-minicart .product-item-details .product.options.list dd > span {
  word-break: break-all;
}
.ie11 .block.block-minicart .product-item-details .product.options.list dd > span {
  word-break: break-all;
}
.ie11 .block.block-minicart .product-item-details .product.options.list dd > span {
  word-break: break-all;
}
.ie11 .block.block-minicart .product-item-details .product.options.list dd > span {
  word-break: break-all;
}
.ie11 .block.block-minicart .product-item-details .product.options.list dd > span {
  word-break: break-all;
}
.ie11 .block.block-minicart .product-item-details .product.options.list dd > span {
  word-break: break-all;
}
.block.block-minicart .product-item-details .actions {
  bottom: 0;
  position: absolute;
  right: 0;
}
.block.block-minicart .product-item-details .action.edit .amtheme-icon {
  height: 23px;
  transform: scale(0.8);
  width: 23px;
}
.block.block-minicart .product-item-details .action.edit .amtheme-icon:hover {
  fill: #a8a69f;
}
.block.block-minicart .product-item-details .action.delete .amtheme-icon {
  height: 20px;
  width: 20px;
}
.block.block-minicart .product-item-details .action.delete .amtheme-icon:hover {
  fill: #a8a69f;
}
.block.block-minicart .product-item-pricing .details-qty {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.block.block-minicart .product-item-pricing .details-qty > .label {
  margin: 0 5px 5px 0;
}
.block.block-minicart .product-item-pricing .amtheme-qty-box {
  max-width: 94px;
}
.block.block-minicart .product-item-pricing .amtheme-qty {
  min-height: auto;
  min-width: 85px;
  padding: 0 30px;
}
.block.block-minicart .product-item-pricing .update-cart-item {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin-inline-start: 15px;
  display: inline-flex;
}
.block.block-minicart .product-item-pricing .update-cart-item:focus,
.block.block-minicart .product-item-pricing .update-cart-item:active {
  background: none;
  border: none;
}
.block.block-minicart .product-item-pricing .update-cart-item:hover {
  background: none;
  border: none;
}
.block.block-minicart .product-item-pricing .update-cart-item.disabled,
.block.block-minicart .product-item-pricing .update-cart-item[disabled],
fieldset[disabled] .block.block-minicart .product-item-pricing .update-cart-item {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.block-minicart .product-item-pricing .update-cart-item {
    margin-left: 15px;
  }
}
.block.block-minicart .product-item-pricing .update-cart-item:disabled .amtheme-icon {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.block.block-minicart .product-item-pricing .update-cart-item .amtheme-icon {
  box-sizing: border-box;
  height: 20px;
  width: 20px;
}
.block.block-minicart .product-info-price {
  align-items: flex-start;
  display: flex;
  flex-flow: column wrap;
  margin-top: 10px;
}
.block.block-minicart .product-info-price .price {
  color: #4a4948;
  font-weight: 700;
}
.block.block-minicart .product-info-price .special-price .price {
  color: #f23b3b;
}
.block.block-minicart .product-info-price .old-price > .price,
.block.block-minicart .product-info-price .price-excluding-tax {
  margin-top: 10px;
}
.block.block-minicart .product-info-price .old-price .price,
.block.block-minicart .product-info-price .price-excluding-tax,
.block.block-minicart .product-info-price .price-excluding-tax .price {
  font-size: 1.4rem;
}
.block.block-minicart .product-info-price .price-including-tax,
.block.block-minicart .product-info-price .price-excluding-tax {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.block.block-minicart .product-info-price .price-including-tax + .price-excluding-tax:before {
  margin-inline-start: 0;
  content: attr(data-label);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.block-minicart .product-info-price .price-including-tax + .price-excluding-tax:before {
    margin-left: 0;
  }
}
.block.block-minicart .product-info-price .minicart-tax-info {
  width: 100%;
}
.block.block-minicart .product-info-price .price-excluding-tax {
  min-width: 130px;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-block-summary .amtheme-estimated-total {
  margin: 0;
  padding: 20px 25px;
  border-bottom: 0;
  color: #4a4948;
  cursor: default;
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: right;
}
.opc-block-summary .amtheme-estimated-total:before {
  border-top: 1px solid #dfdedd;
  box-sizing: border-box;
  content: '';
  display: block;
  padding-bottom: 20px;
  width: 100%;
}
.opc-progress-bar {
  margin: 20px 0 40px;
  list-style: none;
  padding: 0;
}
.opc-progress-bar.-success {
  margin: 15px auto 30px;
  text-align: center;
}
.opc-progress-bar > .opc-progress-bar-item {
  color: #a8a69f;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2rem;
  vertical-align: middle;
}
.opc-progress-bar > .opc-progress-bar-item:after {
  margin: 0 11px;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/progressbar-arrow.svg");
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  width: 18px;
}
.opc-progress-bar > .opc-progress-bar-item:last-child:after {
  display: none;
}
.opc-progress-bar > .opc-progress-bar-item._active,
.opc-progress-bar > .opc-progress-bar-item._complete {
  color: #4a4948;
}
.opc-progress-bar > .opc-progress-bar-item._complete:after {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/progressbar-arrow-active.svg");
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 20px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  max-height: 20px;
  position: absolute;
  right: 0;
  top: 2rem;
  transform: translateY(-50%);
  z-index: 9;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip .label {
  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 {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/tooltip.svg");
  display: inline-block;
  height: 20px;
  transition: all 0.4s ease-in-out;
  width: 20px;
}
.field-tooltip .field-tooltip-action:hover {
  opacity: .75;
}
.field-tooltip .field-tooltip-action > span {
  display: none;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
.field-tooltip .field-tooltip-content {
  word-break: break-word;
  word-wrap: break-word;
  background: #fcfcfc;
  border: 1px solid #dfdedd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  color: #4a4948;
  display: none;
  left: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 4rem;
  width: 270px;
  z-index: 2;
}
.ie11 .field-tooltip .field-tooltip-content {
  word-break: break-all;
}
.ie11 .field-tooltip .field-tooltip-content {
  word-break: break-all;
}
.ie11 .field-tooltip .field-tooltip-content {
  word-break: break-all;
}
.ie11 .field-tooltip .field-tooltip-content {
  word-break: break-all;
}
.ie11 .field-tooltip .field-tooltip-content {
  word-break: break-all;
}
.ie11 .field-tooltip .field-tooltip-content {
  word-break: break-all;
}
.amtheme-checkout-contact {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 25px;
}
.amtheme-checkout-contact > .step-title {
  margin-bottom: 20px;
}
.authentication-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.authentication-wrapper > .amtheme-label {
  color: #a8a69f;
  font-size: 1.6rem;
  margin-right: 5px;
}
.authentication-wrapper .action-auth-toggle {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: inherit;
}
.checkout-shipping-address .form-login {
  margin-bottom: 25px;
}
.shipping-address-items .shipping-address-item {
  background: #fcfcfc;
  border: 1px solid #dfdedd;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
}
.shipping-address-items .shipping-address-item.selected-item {
  border-color: #070605;
}
.shipping-address-items .shipping-address-item .edit-address-link.-hidden {
  display: none;
}
.shipping-address-items .shipping-address-item .amtheme-address-info {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .shipping-address-items .shipping-address-item .amtheme-address-info {
  word-break: break-all;
}
.ie11 .shipping-address-items .shipping-address-item .amtheme-address-info {
  word-break: break-all;
}
.ie11 .shipping-address-items .shipping-address-item .amtheme-address-info {
  word-break: break-all;
}
.ie11 .shipping-address-items .shipping-address-item .amtheme-address-info {
  word-break: break-all;
}
.ie11 .shipping-address-items .shipping-address-item .amtheme-address-info {
  word-break: break-all;
}
.ie11 .shipping-address-items .shipping-address-item .amtheme-address-info {
  word-break: break-all;
}
.amtheme-ship-here > .action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding-inline-start: 25px;
  color: #070605;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: .03em;
  line-height: 1.2;
  margin-bottom: 15px;
  min-height: 15px;
  position: relative;
}
.amtheme-ship-here > .action:focus,
.amtheme-ship-here > .action:active {
  background: none;
  border: none;
}
.amtheme-ship-here > .action:hover {
  background: none;
  border: none;
}
.amtheme-ship-here > .action.disabled,
.amtheme-ship-here > .action[disabled],
fieldset[disabled] .amtheme-ship-here > .action {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-ship-here > .action {
    padding-left: 25px;
  }
}
.amtheme-ship-here > .action:before,
.amtheme-ship-here > .action:after {
  margin: 2px 0;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
.amtheme-ship-here > .action:before {
  background: #f7f7f7;
  border: 1px solid #dfdedd;
}
.amtheme-ship-here > .action:after {
  content: none;
  height: 7px;
  left: 4px;
  top: 4px;
  width: 7px;
}
.amtheme-ship-here > .action:hover:before,
.amtheme-ship-here > .action.-selected:before {
  border-color: #61c18f;
}
.amtheme-ship-here > .action.-selected:before {
  background: #61c18f;
}
.amtheme-ship-here > .action.-selected:after {
  background: linear-gradient(180deg, #ffffff 0%, #e9eedd 100%, #dce8bf 100%);
  content: '';
}
.amtheme-ship-here > .action.-selected {
  font-weight: 700;
}
.amtheme-address-info > .amtheme-label {
  color: #4a4948;
  display: block;
  font-size: 1.4rem;
}
.amtheme-address-info > .amtheme-content {
  display: block;
  margin-bottom: 15px;
}
.amtheme-address-info > .amtheme-content > .field {
  display: block;
}
.checkout-shipping-address .new-address-popup .action-show-popup {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.checkout-shipping-address .new-address-popup .action-show-popup.-hidden {
  display: none;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #070605;
  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;
}
.opc-wrapper .shipping-information {
  margin: 0 0 45px;
}
.opc-wrapper .shipping-information .shipping-information-title {
  color: #4a4948;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.opc-wrapper .shipping-information .shipping-information-content {
  margin: 0 0 25px;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.opc-wrapper .shipping-information .shipping-information-content > .content {
  word-break: break-word;
  word-wrap: break-word;
  margin-inline-end: 40px;
}
.ie11 .opc-wrapper .shipping-information .shipping-information-content > .content {
  word-break: break-all;
}
.ie11 .opc-wrapper .shipping-information .shipping-information-content > .content {
  word-break: break-all;
}
.ie11 .opc-wrapper .shipping-information .shipping-information-content > .content {
  word-break: break-all;
}
.ie11 .opc-wrapper .shipping-information .shipping-information-content > .content {
  word-break: break-all;
}
.ie11 .opc-wrapper .shipping-information .shipping-information-content > .content {
  word-break: break-all;
}
.ie11 .opc-wrapper .shipping-information .shipping-information-content > .content {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opc-wrapper .shipping-information .shipping-information-content > .content {
    margin-right: 40px;
  }
}
.opc-wrapper .shipping-information .shipping-information-content > .content > .delimiter {
  margin: 0 2px;
  line-height: 1;
  vertical-align: middle;
}
.opc-wrapper .shipping-information .action-edit {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a8a69f;
  line-height: 2rem;
}
.opc-wrapper .shipping-information .action-edit:focus,
.opc-wrapper .shipping-information .action-edit:active {
  background: none;
  border: none;
}
.opc-wrapper .shipping-information .action-edit:hover {
  background: none;
  border: none;
}
.opc-wrapper .shipping-information .action-edit.disabled,
.opc-wrapper .shipping-information .action-edit[disabled],
fieldset[disabled] .opc-wrapper .shipping-information .action-edit {
  pointer-events: none;
  opacity: 0.5;
}
.opc-wrapper .shipping-information .action-edit:hover {
  color: #4a4948;
}
.opc-summary-open {
  height: 100%;
}
.opc-summary-open body {
  overflow: hidden;
}
.opc-summary-open .opc-block-summary {
  height: 100%;
  overflow: auto;
}
.opc-estimated-wrapper {
  display: none;
}
.opc-block-summary {
  background: #f7f7f7;
  box-sizing: border-box;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.opc-block-summary .amtheme-summary-content {
  max-height: calc(100vh - 70px);
}
.opc-block-summary > .title,
.opc-block-summary .items-in-cart > .title {
  display: none;
}
.opc-block-summary .minicart-items-wrapper > .minicart-items {
  list-style: none;
  margin: 0;
  padding: 25px 25px 0;
}
.opc-block-summary .minicart-items-wrapper > .minicart-items > .product-item {
  margin-bottom: 30px;
}
.opc-block-summary .minicart-items-wrapper > .minicart-items > .product-item:last-child {
  margin: 0;
}
.opc-block-summary .minicart-items-wrapper > .minicart-items .product-item {
  background: none;
}
.opc-block-summary .product-item > .product {
  display: flex;
  flex-wrap: wrap;
}
.opc-block-summary .product-item .product-image-container {
  margin-inline-end: 30px;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opc-block-summary .product-item .product-image-container {
    margin-right: 30px;
  }
}
.opc-block-summary .product-item .product-image-wrapper {
  height: auto;
}
.opc-block-summary .product-item .details-qty {
  align-items: center;
  background: #dfdedd;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  z-index: 9;
}
.opc-block-summary .product-item .product-item-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.opc-block-summary .product-item .product-item-inner > .subtotal {
  font-weight: 700;
}
.opc-block-summary .product-item .product-item-name {
  word-break: break-word;
  word-wrap: break-word;
  margin-inline-end: 15px;
  font-weight: 400;
  min-height: auto;
}
.ie11 .opc-block-summary .product-item .product-item-name {
  word-break: break-all;
}
.ie11 .opc-block-summary .product-item .product-item-name {
  word-break: break-all;
}
.ie11 .opc-block-summary .product-item .product-item-name {
  word-break: break-all;
}
.ie11 .opc-block-summary .product-item .product-item-name {
  word-break: break-all;
}
.ie11 .opc-block-summary .product-item .product-item-name {
  word-break: break-all;
}
.ie11 .opc-block-summary .product-item .product-item-name {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opc-block-summary .product-item .product-item-name {
    margin-right: 15px;
  }
}
.opc-block-summary .product-item .product-item-details {
  margin: 0;
  max-width: calc(100% - 110px - 30px);
}
.opc-block-summary .product-item .product-item-inner .subtotal,
.opc-block-summary .product-item .product-item-inner .price-excluding-tax {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.opc-block-summary .product-item .product-item-inner .price-including-tax + .price-excluding-tax {
  color: #4a4948;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.opc-block-summary .product-item .product-item-inner .price-including-tax + .price-excluding-tax:before {
  content: attr(data-label);
  margin: 0;
  min-width: 60px;
}
.opc-block-summary .product-item .weee[data-label]:before {
  line-height: 1;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .cart-price > .price {
  font-size: 1.4rem;
  margin: 0;
}
.opc-block-summary .product-item .cart.item.message {
  box-sizing: border-box;
  width: 100%;
}
.opc-block-summary .product.options > .toggle {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #070605;
  cursor: pointer;
  display: block;
}
.opc-block-summary .product.options.active > .toggle {
  margin-bottom: 8px;
}
.opc-block-summary .product.options > .content > .subtitle {
  display: none;
}
.opc-block-summary .product.options > .content .item-options {
  color: #4a4948;
}
.opc-block-summary .product.options > .content .item-options .values {
  word-break: break-word;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
}
.ie11 .opc-block-summary .product.options > .content .item-options .values {
  word-break: break-all;
}
.ie11 .opc-block-summary .product.options > .content .item-options .values {
  word-break: break-all;
}
.ie11 .opc-block-summary .product.options > .content .item-options .values {
  word-break: break-all;
}
.ie11 .opc-block-summary .product.options > .content .item-options .values {
  word-break: break-all;
}
.ie11 .opc-block-summary .product.options > .content .item-options .values {
  word-break: break-all;
}
.ie11 .opc-block-summary .product.options > .content .item-options .values {
  word-break: break-all;
}
.opc-block-summary .product.options > .content .item {
  margin-bottom: 5px;
}
.opc-block-summary .amtheme-summary-order {
  align-items: center;
  box-shadow: 0 2px 4px rgba(71, 68, 63, 0.1), 0 2px 8px rgba(135, 135, 135, 0.2);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 25px 35px;
  position: relative;
  width: 100%;
  z-index: 99;
}
.opc-block-summary .amtheme-summary-order > .amtheme-count {
  align-items: center;
  color: #4a4948;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
.opc-block-summary .amtheme-summary-order > .amtheme-count:after {
  margin-inline-start: 12px;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom-xs.svg");
  background-size: 12px 7px;
  content: '';
  display: inline-block;
  height: 7px;
  transition: all 0.4s ease-in-out;
  width: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opc-block-summary .amtheme-summary-order > .amtheme-count:after {
    margin-left: 12px;
  }
}
.opc-block-summary .amtheme-summary-order > .amtheme-count > .number {
  margin-inline-end: 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opc-block-summary .amtheme-summary-order > .amtheme-count > .number {
    margin-right: 6px;
  }
}
.opc-block-summary .amtheme-summary-order > .amtheme-count > .of {
  margin: 0 6px;
}
.opc-block-summary .amtheme-summary-order > .total {
  color: #4a4948;
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary.active .amtheme-summary-order > .amtheme-count:after {
  transform: rotate(-180deg);
}
.opc-block-summary .actions-toolbar {
  align-items: flex-start;
  margin: 0;
}
.opc-block-summary .actions-toolbar .secondary {
  margin: 0;
  padding: 0;
}
.opc-block-summary .actions-toolbar .action.viewcart {
  margin: 0;
  padding: 25px 25px 0;
}
.opc-block-summary .actions-toolbar .action.viewcart .amtheme-icon {
  height: 20px;
  width: 20px;
}
.opc-block-summary .table-totals {
  margin: 20px 0 30px;
  position: relative;
}
.opc-block-summary .table-totals:after {
  background: #dfdedd;
  content: '';
  display: block;
  height: 1px;
  left: 25px;
  margin-top: 15px;
  position: absolute;
  right: 25px;
}
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding: 10px 10px 10px 25px;
}
.opc-block-summary .table-totals .amount {
  padding: 10px 25px 10px 10px;
  text-align: right;
}
.opc-block-summary .table-totals .mark > strong,
.opc-block-summary .table-totals .amount > strong {
  font-weight: 400;
}
.opc-block-summary .totals-tax-summary {
  cursor: pointer;
}
.opc-block-summary .totals-tax-summary + .totals-tax-details:not(.shown) {
  display: none;
}
.opc-block-summary .totals-tax-summary + .totals-tax-details > .mark,
.opc-block-summary .totals-tax-summary + .totals-tax-details > .amount {
  color: #4a4948;
  padding-bottom: 20px;
  padding-top: 5px;
}
.opc-block-summary .totals-tax-summary + .totals-tax-details > .amount {
  padding-inline-end: 43px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opc-block-summary .totals-tax-summary + .totals-tax-details > .amount {
    padding-right: 43px;
  }
}
.opc-block-summary .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  min-width: 61px;
  position: relative;
}
.opc-block-summary .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .totals-tax-summary .amount .price:after {
  line-height: 10px;
  margin-bottom: 3px;
  max-width: 18px;
}
.opc-block-summary .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.checkout-index-index._has-auth-shown .opc-block-summary {
  z-index: 99;
}
.authentication-dropdown .block.block-customer-login .block-title {
  text-align: left;
}
.popup-authentication .modal-content {
  padding: 0 30px 30px;
}
.popup-authentication .block-customer-login {
  border-bottom: 1px solid #dfdedd;
  padding-bottom: 45px;
}
.popup-authentication .block-new-customer {
  padding-top: 45px;
}
.popup-authentication .block.block-customer-login .block-title,
.popup-authentication .block.block-new-customer .block-title {
  margin-bottom: 20px;
  text-align: left;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  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 + .payment-method .payment-method-title {
  border-top: 1px solid #dfdedd;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.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 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-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: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: none;
  padding: 15px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #4a4948;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 0;
}
.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 {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .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 {
  -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 .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
}
.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;
}
.amtheme-product-options {
  margin: 10px 0 0;
  list-style-type: none;
  padding: 0;
}
.amtheme-product-options > .amtheme-item {
  align-items: flex-start;
  color: #4a4948;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2rem;
  margin-bottom: 10px;
  max-width: 300px;
}
.amtheme-product-options > .amtheme-item .price {
  font-weight: 700;
  width: 100%;
}
.amtheme-product-options .amtheme-title {
  padding-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-options .amtheme-title {
    padding-right: 5px;
  }
}
.amtheme-product-options .amtheme-title:after {
  content: ':';
  display: inline-block;
}
.amtheme-product-options.-bundle .amtheme-title {
  width: 100%;
}
.checkout-index-index .header.content {
  padding: 95px 35px 40px;
}
.checkout-index-index .header.content > .logo {
  margin: 0;
}
.opc-wrapper .opc .step-title {
  border: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding: 0;
}
.opc-wrapper .field .note {
  color: #4a4948;
  display: block;
  font-size: 1.4rem;
  margin-top: 15px;
  word-break: break-word;
}
.opc-wrapper .field .note:before {
  content: '🔎';
  display: inline;
  margin-right: 2px;
}
.checkout-container .opc-wrapper {
  width: 100%;
}
.checkout-container .opc-sidebar {
  margin: 0;
}
.opc-wrapper form .fieldset > .field.required > label:after,
.opc-wrapper form .fieldset > .field._required > label:after {
  margin: 0;
  position: static;
}
.checkout-agreements-block .checkout-agreements.fieldset {
  margin: 0 0 30px;
}
.checkout-agreements-block .checkout-agreements.fieldset > .field.required > label {
  margin: 0;
}
.checkout-agreements-block .checkout-agreements.fieldset > .field.required > label:before,
.checkout-agreements-block .checkout-agreements.fieldset > .field.required > label:after {
  top: 50%;
  transform: translateY(-50%);
}
.checkout-agreements-block .checkout-agreements.fieldset > .field.required > label:after {
  position: absolute;
}
.checkout-agreements-block .checkout-agreements.fieldset > .field.required > label:before {
  margin: 0;
}
.checkout-agreements-block .checkout-agreements.fieldset .action-show {
  font-weight: 700;
  letter-spacing: .03em;
}
.cart.item {
  border-bottom: 1px solid #dfdedd;
}
.cart.item .item-info .product-item-details {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 15px;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart.item .item-info .product-item-details {
    margin-left: 15px;
    margin-right: 0;
  }
}
.cart.item .item-info .product-item-details > *:not(:last-child) {
  margin-bottom: 10px;
}
.cart.item .item-info .product-item-name {
  min-height: auto;
}
.cart.item .item-info .product-item-name > a {
  color: #070605;
}
.cart.item .item-info > .item > .amtheme-inner {
  align-items: flex-start;
  display: flex;
}
.cart.item .item-info .amtheme-qty-box > .amtheme-qty {
  min-width: 90px;
  padding: 0 30px;
}
.cart.item .item-info .amtheme-cell > .subtotal {
  line-height: 36px;
  text-align: right;
}
.cart.item .item-info .subtotal .price-excluding-tax {
  justify-content: flex-end;
}
.cart.item .item-info .price-including-tax + .price-excluding-tax {
  flex-wrap: wrap;
  margin-top: 10px;
}
.cart.item .item-info .price-including-tax + .price-excluding-tax:before {
  margin-inline-start: 0;
  line-height: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart.item .item-info .price-including-tax + .price-excluding-tax:before {
    margin-left: 0;
  }
}
.cart.item .item-info .cart-tax-info {
  width: 100%;
}
.cart.item .item-info .price-including-tax + .price-excluding-tax .price {
  margin-right: 0;
}
.cart.item .item-info .product-info-price {
  align-items: flex-start;
  display: flex;
  flex-flow: column wrap;
}
.cart.item .item-info .product-info-price .special-price {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart.item .item-info .product-info-price .special-price {
    margin-right: 5px;
  }
}
.cart .item-actions .actions-toolbar {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0;
}
.cart .item-actions .item > .actions-toolbar > .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0 20px;
  order: 1;
}
.cart .item-actions .action-delete {
  color: #a8a69f;
}
.cart .item-actions .action-delete:hover {
  color: #c8c6c2;
}
.cart.main.actions {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .cart.main.actions {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .cart.main.actions {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart.main.actions {
    padding-left: 35px;
  }
}
.cart.main.actions .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}
.cart.main.actions .amtheme-wrap {
  align-items: center;
  display: flex;
}
.cart.main.actions .amtheme-wrap:last-of-type .action {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 15px;
  margin-top: 0;
  color: #4a4948;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart.main.actions .amtheme-wrap:last-of-type .action {
    margin-left: 15px;
    margin-right: 0;
  }
}
.cart.main.actions .amtheme-wrap:last-of-type .action:hover {
  color: #6c6a69;
}
.cart.main.actions .amtheme-text {
  margin-right: 15px;
}
.cart.item .amtheme-label-small {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-tax-total:after {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.cart-summary {
  background: #fcfcfc;
}
@media only screen and (max-width: 480px) {
  .cart-summary {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart-summary {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart-summary {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart-summary {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .cart-summary {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .cart-summary {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart-summary {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart-summary {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart-summary {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .cart-summary {
    padding-left: 35px;
  }
}
.cart-summary > .title {
  display: block;
  font-size: 1.8rem;
}
.cart-summary > .block.shipping {
  margin-top: 30px;
}
.cart-summary > .cart-totals > .table-wrapper {
  margin-bottom: 15px;
}
.cart-summary > .block.shipping > .title {
  cursor: pointer;
}
.cart-summary > .block.shipping > .title:after {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
}
.cart-summary > .block.shipping.active > .title:after {
  transform: rotate(180deg);
}
.cart-summary > .block.shipping > .title > strong {
  font-weight: 400;
  vertical-align: middle;
}
.cart-summary > .block.shipping > .content .fieldset legend + br {
  display: none;
}
.cart-summary > .block.shipping .fieldset.estimate > .field.note {
  margin-bottom: 10px;
}
.cart-summary > .block.shipping .items.methods .item-title {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .cart-summary > .block.shipping .items.methods .item-title {
  word-break: break-all;
}
.ie11 .cart-summary > .block.shipping .items.methods .item-title {
  word-break: break-all;
}
.ie11 .cart-summary > .block.shipping .items.methods .item-title {
  word-break: break-all;
}
.ie11 .cart-summary > .block.shipping .items.methods .item-title {
  word-break: break-all;
}
.ie11 .cart-summary > .block.shipping .items.methods .item-title {
  word-break: break-all;
}
.ie11 .cart-summary > .block.shipping .items.methods .item-title {
  word-break: break-all;
}
.cart-summary > .cart-totals .table.totals tr > th,
.cart-summary > .cart-totals .table.totals tr > td {
  font-weight: 400;
}
.cart-summary > .cart-totals .table.totals tr > th:first-child,
.cart-summary > .cart-totals .table.totals tr > td:first-child {
  padding-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-summary > .cart-totals .table.totals tr > th:first-child,
  .cart-summary > .cart-totals .table.totals tr > td:first-child {
    padding-left: 0;
  }
}
.cart-summary > .cart-totals .table.totals tr > th:last-child,
.cart-summary > .cart-totals .table.totals tr > td:last-child {
  padding-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-summary > .cart-totals .table.totals tr > th:last-child,
  .cart-summary > .cart-totals .table.totals tr > td:last-child {
    padding-right: 0;
  }
}
.cart-summary > .cart-totals .table.totals tr.grand.totals > th,
.cart-summary > .cart-totals .table.totals tr.grand.totals > td {
  font-size: 1.8rem;
  font-weight: 700;
}
.cart-summary > .cart-totals .table.totals tr.grand.totals.-first > th,
.cart-summary > .cart-totals .table.totals tr.grand.totals.-first > td {
  border-top: 1px solid #dfdedd;
}
.cart-summary > .cart-totals .table.totals .amount {
  text-align: right;
}
.cart-summary > .cart-totals .table.totals .totals-tax-summary .amount .price:after {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
}
.cart-summary > .checkout.methods > .item {
  margin-bottom: 20px;
  text-align: center;
}
.cart-summary > .checkout.methods > .item:last-of-type {
  margin-bottom: 0;
}
.cart-summary > .checkout.methods > .item .paypal.checkout.after > input {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.cart-summary > .checkout.methods .paypal-button-context-iframe {
  max-width: none;
}
.cart-summary > .checkout.methods .action.checkout {
  width: 100%;
}
.items-in-cart > .title {
  padding-bottom: 10px;
  padding-inline-end: 40px;
  padding-inline-start: 0;
  padding-top: 10px;
  border-bottom: 1px solid #dfdedd;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .items-in-cart > .title {
    padding-left: 0;
    padding-right: 40px;
  }
}
.items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.items-in-cart > .title .amtheme-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.items-in-cart.active > .title {
  margin-bottom: 20px;
}
.items-in-cart.active > .title .amtheme-icon {
  transform: translateY(-50%);
}
.amtheme-form-address .field.street {
  margin: 0;
}
.amtheme-form-address .field.street > .label {
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
.amtheme-form-address .field.street.required > .label:after {
  color: #ff0000;
  content: '*';
  font-size: 1.3rem;
  text-align: right;
  vertical-align: top;
}
.amtheme-form-address .field.street > .control > .field > .label {
  display: none;
}
.amtheme-form-address .field.choice {
  padding: 12px;
  margin: 5px 0 25px;
  background: #f7f7f7;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.amtheme-form-address .field.choice > .label {
  margin: 0;
}
.new-address-popup + .opc-new-shipping-address {
  margin-top: 35px;
}
.amtheme-address-toolbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.amtheme-address-toolbar > .action-cancel {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin-inline-end: 15px;
  padding: 15px;
  color: #4a4948;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  transition: color 0.4s ease-in-out;
}
.amtheme-address-toolbar > .action-cancel:focus,
.amtheme-address-toolbar > .action-cancel:active {
  background: none;
  border: none;
}
.amtheme-address-toolbar > .action-cancel:hover {
  background: none;
  border: none;
}
.amtheme-address-toolbar > .action-cancel.disabled,
.amtheme-address-toolbar > .action-cancel[disabled],
fieldset[disabled] .amtheme-address-toolbar > .action-cancel {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-address-toolbar > .action-cancel {
    margin-right: 15px;
  }
}
.amtheme-address-toolbar > .action-cancel:hover {
  color: #070605;
}
.amtheme-form-address > .step-title {
  margin-bottom: 25px;
}
.amtheme-form-address .amtheme-select-block {
  width: 100%;
}
.amtheme-form-address .amtheme-select-block .amtheme-placeholder {
  font-size: 1.6rem;
}
.amtheme-form-address .amtheme-select-block[disabled] {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.amtheme-form-address .field._error .amtheme-select-block .amtheme-placeholder {
  border-color: #ff0000;
}
.amtheme-shipping-method {
  margin-top: 20px;
}
.amtheme-shipping-method > .amtheme-item {
  border-bottom: 1px solid #dfdedd;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.amtheme-shipping-method > .amtheme-item:last-child {
  border: 0;
}
.amtheme-shipping-method .amtheme-method {
  display: flex;
  justify-content: space-between;
}
.amtheme-shipping-method .amtheme-method > .amtheme-info {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-shipping-method .amtheme-method > .amtheme-info {
    margin-right: 10px;
  }
}
.amtheme-shipping-method .amtheme-method .amtheme-title {
  margin: 0 0 5px;
}
.amtheme-shipping-method .amtheme-method .amtheme-description {
  color: #a8a69f;
  font-size: 1.4rem;
  margin: 0;
}
.amtheme-shipping-method .amtheme-method .amtheme-price {
  font-weight: 700;
  text-align: right;
}
.checkout-onepage-success .page-title {
  color: #4a4948;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
.checkout-success > .amtheme-order {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
}
.checkout-success > .actions-toolbar {
  margin-top: 45px;
}
.checkout-success .action.continue {
  align-items: center;
  border-radius: 4px;
  display: flex;
}
.checkout-success .action.continue > .amtheme-icon {
  margin-inline-start: 10px;
  fill: #536131;
  height: 20px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-success .action.continue > .amtheme-icon {
    margin-left: 10px;
  }
}
.amtheme-paypal-express.checkout-success {
  display: flex;
  flex-direction: column;
}
.amtheme-paypal-express.checkout-success > .amtheme-order {
  margin-bottom: 15px;
  order: 1;
}
.amtheme-paypal-express.checkout-success > .amtheme-additional-content {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 45px;
  order: 2;
  text-align: center;
}
.amtheme-paypal-express.checkout-success > .amtheme-text {
  order: 3;
}
.amtheme-paypal-express.checkout-success > .amtheme-success-order {
  order: 4;
}
.amtheme-paypal-express.checkout-success > .actions-toolbar {
  order: 5;
}
.amtheme-success-order {
  background: #f7f7f7;
  margin: 0 -35px;
  padding: 25px;
}
.amtheme-success-order > .amtheme-title {
  color: #4a4948;
  font-size: 1.4rem;
}
.amtheme-success-order > .amtheme-content {
  margin-bottom: 25px;
}
.amtheme-success-order > .amtheme-content:last-of-type {
  margin: 0;
}
.amtheme-success-registration {
  margin-top: 40px;
  text-align: center;
}
.checkout-payment-method .opc-payment .payment-methods {
  margin: 0 0 30px;
}
.checkout-payment-method .form.payments .fieldset > hr {
  display: none;
}
.checkout-payment-method .form.payments .legend + br {
  display: none;
}
.checkout-payment-method .payment-methods .step-title {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content .fieldset > .field-number.field {
  margin: 0 0 30px;
}
.checkout-payment-method .payment-method > .payment-method-title {
  padding: 20px 0;
}
.checkout-payment-method .payment-method > .payment-method-title .label {
  box-sizing: border-box;
  margin: 0;
}
.checkout-payment-method .payment-method .payment-method-content {
  padding: 0 0 30px;
}
.checkout-payment-method .payment-method .payment-method-content > .actions-toolbar {
  margin: 0;
}
.checkout-payment-method .payment-method .payment-method-content > .actions-toolbar.amtheme-agreement {
  margin-top: 20px;
}
.checkout-payment-method .payment-method .actions-toolbar.-paypal-express {
  align-items: baseline;
}
.checkout-payment-method .payment-method .klarna-kp-iframe {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method .amazon-button-container {
  margin: 0;
  width: auto;
}
.checkout-payment-method .payment-method .amazon-button-container .field-tooltip {
  margin: -7px 0 0;
}
.checkout-payment-method .payment-method-title > .label {
  align-items: center;
  display: flex;
  width: 100%;
}
.checkout-payment-method .payment-method-title > .label > .img,
.checkout-payment-method .payment-method-title > .label > img {
  margin: 0 0 0 auto;
  max-height: 30px;
  order: 2;
}
.checkout-payment-method .payment-method-title > .label > .title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  order: 1;
}
.checkout-payment-method .payment-method-title > .label > .title > .text {
  margin: 0 10px 2px 0;
}
.checkout-payment-method .payment-method-title > .label > .klarna-title {
  padding: 0;
}
.checkout-payment-method .payment-method-title > .label .action-help {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 2px 10px 0;
}
.checkout-payment-method .payment-method-title > .label[for^='payflow_express']:before,
.checkout-payment-method .payment-method-title > .label[for^='braintree']:before,
.checkout-payment-method .payment-method-title > .label[for='paypal_express']:before,
.checkout-payment-method .payment-method-title > .label[for='klarna_pay_later']:before,
.checkout-payment-method .payment-method-title > .label[for^='payflow_express']:after,
.checkout-payment-method .payment-method-title > .label[for^='braintree']:after,
.checkout-payment-method .payment-method-title > .label[for='paypal_express']:after,
.checkout-payment-method .payment-method-title > .label[for='klarna_pay_later']:after {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.checkout-payment-method .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option-title .action-toggle {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.checkout-payment-method .payment-option-content .actions-toolbar {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0;
}
.checkout-payment-method .payment-option-content .actions-toolbar:before,
.checkout-payment-method .payment-option-content .actions-toolbar:after {
  display: none;
}
.checkout-payment-method .payment-option-content .primary .action,
.checkout-payment-method .payment-option-content .secondary .action {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  float: none;
}
.checkout-payment-method .payment-option-content .primary .action:visited,
.checkout-payment-method .payment-option-content .secondary .action:visited {
  color: #070605;
  text-decoration: none;
}
.checkout-payment-method .payment-option-content .primary .action:hover,
.checkout-payment-method .payment-option-content .secondary .action:hover {
  color: #2e2721;
  text-decoration: none;
}
.checkout-payment-method .payment-option-content .primary .action:active,
.checkout-payment-method .payment-option-content .secondary .action:active {
  color: #000000;
  text-decoration: none;
}
.checkout-payment-method .payment-option-content .primary .action:hover,
.checkout-payment-method .payment-option-content .secondary .action:hover,
.checkout-payment-method .payment-option-content .primary .action:active,
.checkout-payment-method .payment-option-content .secondary .action:active,
.checkout-payment-method .payment-option-content .primary .action:focus,
.checkout-payment-method .payment-option-content .secondary .action:focus {
  background: none;
  border: 0;
}
.checkout-payment-method .payment-option-content .primary .action.disabled,
.checkout-payment-method .payment-option-content .secondary .action.disabled,
.checkout-payment-method .payment-option-content .primary .action[disabled],
.checkout-payment-method .payment-option-content .secondary .action[disabled],
fieldset[disabled] .checkout-payment-method .payment-option-content .primary .action,
fieldset[disabled] .checkout-payment-method .payment-option-content .secondary .action {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.paypal-button-context-iframe {
  max-width: 260px;
}
.co-transparent-form-braintree > .fieldset,
.co-transparent-form-braintree > .fieldset > .field.type {
  margin: 0 0 30px;
}
.opc-wrapper .fieldset.ccard.braintree > .field.required > label {
  padding-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opc-wrapper .fieldset.ccard.braintree > .field.required > label {
    padding-right: 0;
  }
}
.checkout-shipping-address .revert-checkout {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0;
}
.checkout-shipping-address label[for='amazon-email-address'] {
  font-weight: 700;
}
.checkout-shipping-address label[for='amazon-email-address'] + span {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .checkout-shipping-address label[for='amazon-email-address'] + span {
  word-break: break-all;
}
.ie11 .checkout-shipping-address label[for='amazon-email-address'] + span {
  word-break: break-all;
}
.ie11 .checkout-shipping-address label[for='amazon-email-address'] + span {
  word-break: break-all;
}
.ie11 .checkout-shipping-address label[for='amazon-email-address'] + span {
  word-break: break-all;
}
.ie11 .checkout-shipping-address label[for='amazon-email-address'] + span {
  word-break: break-all;
}
.ie11 .checkout-shipping-address label[for='amazon-email-address'] + span {
  word-break: break-all;
}
.checkout-payment-method .amazon-sandbox-simulator {
  margin-bottom: 30px;
}
.checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-title {
  margin: 0 0 20px;
}
.checkout-payment-method .amazon-sandbox-simulator > .payment-option-content {
  margin: 0 0 20px;
  padding: 0;
}
.checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-title > .action-toggle {
  align-items: center;
  display: flex;
  line-height: 1;
}
.checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-title > .action-toggle:after {
  margin-inline-start: 10px;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/amazon-arrow-top.svg");
  content: '';
  display: block;
  height: 6px;
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
  width: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-title > .action-toggle:after {
    margin-left: 10px;
  }
}
.checkout-payment-method .amazon-sandbox-simulator._active.payment-option > .payment-option-title .action-toggle:after {
  transform: rotate(0deg);
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  display: none;
}
.checkout-payment-method .amazon-payment-method .payment-method-content {
  margin-bottom: 30px;
  padding: 0;
}
.checkout-payment-method .amazon-payment-method .amazon-widget-container {
  margin: 30px 0;
}
.amazon-manipulate-form {
  width: 100%;
}
.checkout-payment-method .braintree-paypal-actions.actions-toolbar {
  justify-content: space-between;
}
.checkout-payment-method .braintree-paypal-actions:before,
.checkout-payment-method .braintree-paypal-actions:after {
  display: none;
}
.checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
  word-break: break-word;
  word-wrap: break-word;
  padding-bottom: 10px;
  padding-inline-end: 0;
  padding-inline-start: 25px;
  padding-top: 10px;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  width: 55%;
}
.ie11 .checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
  word-break: break-all;
}
.ie11 .checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
  word-break: break-all;
}
.ie11 .checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
  word-break: break-all;
}
.ie11 .checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
  word-break: break-all;
}
.ie11 .checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
  word-break: break-all;
}
.ie11 .checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
    padding-left: 25px;
    padding-right: 0;
  }
}
.checkout-payment-method .braintree-paypal-actions .braintree-paypal-account:before {
  left: 0;
}
.checkout-payment-method .braintree-paypal-actions .payment-method-type {
  margin-inline-end: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-payment-method .braintree-paypal-actions .payment-method-type {
    margin-right: 15px;
  }
}
.checkout-payment-method .braintree-paypal-actions .payment-method-description {
  color: #4a4948;
}
.checkout-payment-method .braintree-paypal-fieldset ~ .field.choice {
  padding: 10px;
  align-items: center;
  background: #f7f7f7;
  border-radius: 4px;
  flex-direction: row;
  margin-bottom: 30px;
  position: relative;
}
.checkout-payment-method .braintree-paypal-fieldset ~ .field.choice > .label {
  margin: 0;
}
.checkout-payment-method .braintree-paypal-fieldset ~ .field.choice > .field-tooltip {
  position: static;
  transform: none;
  z-index: 999;
}
.checkout-payment-method .braintree-paypal-fieldset ~ .field.choice .field-tooltip-content {
  left: 0;
  margin-top: 5px;
}
.payment-method-content > .braintree-paypal-actions + .actions-toolbar {
  justify-content: flex-start;
}
.payment-method-braintree .payment.ccard.braintree .hosted-control {
  padding: 10px;
  border: 1px solid #dfdedd;
  border-radius: 4px;
  box-sizing: border-box;
  height: 4rem;
}
.payment-method-braintree .payment.ccard.braintree .hosted-control.braintree-hosted-fields-invalid {
  border-color: #ff0000;
}
.payment-method-braintree .payment.ccard.braintree .braintree-card-control > .hosted-control {
  padding-bottom: 10px;
  padding-inline-end: 40px;
  padding-inline-start: 70px;
  padding-top: 10px;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/braintree-card.svg") no-repeat;
  background-position: calc(100% - 14px) 50%;
  box-sizing: border-box;
  max-width: inherit;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payment-method-braintree .payment.ccard.braintree .braintree-card-control > .hosted-control {
    padding-left: 70px;
    padding-right: 40px;
  }
}
.payment-method-braintree .payment.ccard.braintree .braintree-card-control > img {
  height: 30px;
  top: 5px;
  width: 30px;
}
.payment-method-braintree .payment.ccard.braintree .braintree-credit-card-types {
  margin-top: 15px;
}
.payment-method-braintree .payment.ccard.braintree #braintree_expirationDate {
  width: 110px;
}
.payment-method-braintree .payment.ccard.braintree .field.cvv .field-tooltip {
  top: 40%;
}
.payment-method-braintree .payment.ccard.braintree .field.number {
  display: inline-block;
  vertical-align: top;
  width: 37%;
}
.payment-method-braintree .payment.ccard.braintree .field.number:first-of-type {
  display: block;
  width: 100%;
}
.payment-method-braintree .payment.ccard.braintree .field.cvv {
  max-width: inherit;
  width: 50%;
}
.payment-method-braintree .payment.ccard.braintree .field.choice {
  align-items: center;
  flex-direction: row;
}
.payment-method-braintree .payment.ccard.braintree .field.choice > label {
  margin-bottom: 0;
}
.payment-method-braintree .payment.ccard.braintree .field.choice > .field-tooltip {
  display: inline-block;
  position: static;
  transform: none;
}
#braintree_paypal_placeholder {
  min-width: 300px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 30px;
}
.checkout-payment-method .checkout-billing-address > .field.choice {
  margin: 0 0 15px;
}
.checkout-payment-method .checkout-billing-address .field-select-billing {
  margin: 20px 0;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar {
  margin: 0 0 20px;
  justify-content: flex-end;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar > .primary {
  align-items: center;
  display: flex;
}
.checkout-payment-method .checkout-billing-address .action-update {
  order: 2;
  padding: 12px 25px;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin-bottom: 0;
  margin-inline-end: 30px;
  margin-inline-start: 0;
  margin-top: 0;
  color: #4a4948;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .03em;
  order: 1;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:focus,
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:active {
  background: none;
  border: none;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:hover {
  background: none;
  border: none;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel {
    margin-left: 0;
    margin-right: 30px;
  }
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:hover {
  color: #070605;
}
.checkout-payment-method .checkout-billing-address .new-billing-address-button {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-payment-method .checkout-billing-address .new-billing-address-button:focus,
.checkout-payment-method .checkout-billing-address .new-billing-address-button:active {
  background: none;
  border: none;
}
.checkout-payment-method .checkout-billing-address .new-billing-address-button:hover {
  background: none;
  border: none;
}
.checkout-payment-method .checkout-billing-address .new-billing-address-button.disabled,
.checkout-payment-method .checkout-billing-address .new-billing-address-button[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .new-billing-address-button {
  pointer-events: none;
  opacity: 0.5;
}
.checkout-payment-method .checkout-billing-address .new-billing-address-button:visited {
  color: #070605;
  text-decoration: none;
}
.checkout-payment-method .checkout-billing-address .new-billing-address-button:hover {
  color: #2e2721;
  text-decoration: none;
}
.checkout-payment-method .checkout-billing-address .new-billing-address-button:active {
  color: #000000;
  text-decoration: none;
}
.checkout-payment-method .checkout-billing-address .new-billing-address-button:hover,
.checkout-payment-method .checkout-billing-address .new-billing-address-button:active,
.checkout-payment-method .checkout-billing-address .new-billing-address-button:focus {
  background: none;
  border: 0;
}
.checkout-payment-method .checkout-billing-address .new-billing-address-button.disabled,
.checkout-payment-method .checkout-billing-address .new-billing-address-button[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .new-billing-address-button {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.checkout-billing-address .billing-address-details > .item {
  margin: 0;
}
.checkout-billing-address .billing-address-details > .item.name {
  margin: 0 0 10px;
}
.checkout-billing-address .billing-address-details > .action-edit-address {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.checkout-billing-address .billing-address-details > .action-edit-address:visited {
  color: #070605;
  text-decoration: none;
}
.checkout-billing-address .billing-address-details > .action-edit-address:hover {
  color: #2e2721;
  text-decoration: none;
}
.checkout-billing-address .billing-address-details > .action-edit-address:active {
  color: #000000;
  text-decoration: none;
}
.checkout-billing-address .billing-address-details > .action-edit-address:hover,
.checkout-billing-address .billing-address-details > .action-edit-address:active,
.checkout-billing-address .billing-address-details > .action-edit-address:focus {
  background: none;
  border: 0;
}
.checkout-billing-address .billing-address-details > .action-edit-address.disabled,
.checkout-billing-address .billing-address-details > .action-edit-address[disabled],
fieldset[disabled] .checkout-billing-address .billing-address-details > .action-edit-address {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.checkout-payment-method .payment-method-content .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-content .checkout-billing-address .field.field-select-billing {
  margin: 20px 0;
}
.checkout-payment-method .payment-method-content .checkout-billing-address .choice.field {
  margin-top: 10px;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.type > .control {
  margin-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-payment-method .payment-method-content .payment.payflowpro .field.type > .control {
    margin-left: 0;
  }
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.number .input-text {
  padding-inline-end: 40px;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/braintree-card.svg") no-repeat;
  background-position: calc(100% - 14px) 50%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-payment-method .payment-method-content .payment.payflowpro .field.number .input-text {
    padding-right: 40px;
  }
}
.checkout-payment-method .payment-method-content .payment.payflowpro .credit-card-types img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group {
  display: flex;
  margin-right: 30px;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group > .field {
  margin-bottom: 10px;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group > .field select {
  padding: 10px;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group > .field.year {
  padding-inline-start: 0;
  flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group > .field.year {
    padding-left: 0;
  }
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date .fields.group > .field.year:before {
  content: '/';
  font-size: 18px;
  line-height: 40px;
  margin: 0 15px;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.date,
.checkout-payment-method .payment-method-content .payment.payflowpro .field.cvv {
  display: inline-block;
  vertical-align: top;
}
.checkout-payment-method .payment-method-content .payment.payflowpro .field.cvv .control._with-tooltip {
  width: 70px;
}
.checkout-payment-method .payment.payflowpro + .field-tooltip-content {
  background: #f7f7f7;
  border-radius: 4px;
  margin: 0;
  padding: 10px;
  position: relative;
}
.checkout-payment-method .payment.payflowpro + .field-tooltip-content .label {
  margin: 0;
}
.checkout-payment-method .payment.payflowpro .field.cvv .field-tooltip {
  position: static;
  transform: none;
}
.checkout-payment-method .payment.payflowpro .field.cvv .control._with-tooltip {
  align-items: center;
  display: flex;
}
.order-attributes .fieldset.address {
  margin-bottom: 10px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order-attributes .fieldset.address {
    margin-left: 0;
    margin-right: 0;
  }
}
.order-attributes .field-tooltip {
  top: 2em;
}
.amtheme-summary-content .fieldset.address {
  padding: 0 25px;
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area > input[type='file'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-area > input[type='file']:focus + .file-uploader-button {
  border: 1px solid #070605;
}
.file-uploader-button {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
  border-radius: 4px;
  margin-top: 10px;
}
.file-uploader-button:focus,
.file-uploader-button:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.file-uploader-button:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.file-uploader-button.disabled,
.file-uploader-button[disabled],
fieldset[disabled] .file-uploader-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.file-uploader-spinner {
  margin-inline-start: 10px;
  background-image: url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 44px;
  vertical-align: top;
  width: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .file-uploader-spinner {
    margin-left: 10px;
  }
}
.file-uploader-preview .action-remove {
  background: #dfdedd;
  bottom: calc(25px + 4px);
  height: 25px;
  left: 4px;
  padding: 0;
  position: relative;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove:before {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/min/trash.svg") no-repeat center / 50%;
  content: '';
  cursor: pointer;
  display: block;
  height: 34px;
  left: -5px;
  position: absolute;
  text-decoration: none;
  top: -5px;
  width: 34px;
  z-index: 2;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: .7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-link:focus {
  border: 1px solid #070605;
  border-radius: inherit;
  box-sizing: border-box;
}
.file-uploader-preview .preview-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  z-index: 1;
}
.file-uploader-preview .preview-video:before,
.file-uploader-preview .preview-document:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/min/arrow-down.svg") no-repeat center / 50%;
  background-size: 35%;
  content: '';
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  margin-bottom: 10px;
  margin-inline-end: 25px;
  margin-inline-start: 0;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #dfdedd;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 150px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .file-uploader-preview,
  .file-uploader-placeholder {
    margin-left: 0;
    margin-right: 25px;
  }
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader-meta {
  color: #a8a69f;
}
.file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.contact-index-index .form.contact {
  margin: 20px 0;
}
.contact-index-index .form.contact .legend + br {
  display: none;
}
.contact-index-index .form.contact .note {
  margin-bottom: 20px;
}
.contact-index-index .form.contact .field:last-of-type {
  margin-bottom: 0;
}
.contact-index-index .form.contact .fieldset .legend {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.contact-info.cms-content {
  display: none;
}
.amtheme-recaptcha-block,
.form.password.reset .field.captcha .control.captcha,
.form.send.confirmation .field.captcha .control.captcha,
.form.password.forget .field.captcha .control.captcha,
.form.create.account .field.captcha .control.captcha,
.form.search.advanced .field.captcha .control.captcha,
.form.form-orders-search .field.captcha .control.captcha,
.block.block-customer-login .field.captcha .control.captcha,
.block.block-new-customer .field.captcha .control.captcha,
.form.contact .field.captcha .control.captcha {
  display: flex;
  flex-direction: column;
}
.amtheme-recaptcha-block .nested,
.form.password.reset .field.captcha .control.captcha .nested,
.form.send.confirmation .field.captcha .control.captcha .nested,
.form.password.forget .field.captcha .control.captcha .nested,
.form.create.account .field.captcha .control.captcha .nested,
.form.search.advanced .field.captcha .control.captcha .nested,
.form.form-orders-search .field.captcha .control.captcha .nested,
.block.block-customer-login .field.captcha .control.captcha .nested,
.block.block-new-customer .field.captcha .control.captcha .nested,
.form.contact .field.captcha .control.captcha .nested {
  order: -1;
}
.amtheme-recaptcha-block .captcha-image > *,
.form.password.reset .field.captcha .control.captcha .captcha-image > *,
.form.send.confirmation .field.captcha .control.captcha .captcha-image > *,
.form.password.forget .field.captcha .control.captcha .captcha-image > *,
.form.create.account .field.captcha .control.captcha .captcha-image > *,
.form.search.advanced .field.captcha .control.captcha .captcha-image > *,
.form.form-orders-search .field.captcha .control.captcha .captcha-image > *,
.block.block-customer-login .field.captcha .control.captcha .captcha-image > *,
.block.block-new-customer .field.captcha .control.captcha .captcha-image > *,
.form.contact .field.captcha .control.captcha .captcha-image > * {
  vertical-align: middle;
}
.amtheme-recaptcha-block .captcha-reload,
.form.password.reset .field.captcha .control.captcha .captcha-reload,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload,
.form.password.forget .field.captcha .control.captcha .captcha-reload,
.form.create.account .field.captcha .control.captcha .captcha-reload,
.form.search.advanced .field.captcha .control.captcha .captcha-reload,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload,
.form.contact .field.captcha .control.captcha .captcha-reload {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-inline-start: 10px;
}
.amtheme-recaptcha-block .captcha-reload:visited,
.form.password.reset .field.captcha .control.captcha .captcha-reload:visited,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:visited,
.form.password.forget .field.captcha .control.captcha .captcha-reload:visited,
.form.create.account .field.captcha .control.captcha .captcha-reload:visited,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:visited,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:visited,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:visited,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:visited,
.form.contact .field.captcha .control.captcha .captcha-reload:visited {
  color: #070605;
  text-decoration: none;
}
.amtheme-recaptcha-block .captcha-reload:hover,
.form.password.reset .field.captcha .control.captcha .captcha-reload:hover,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:hover,
.form.password.forget .field.captcha .control.captcha .captcha-reload:hover,
.form.create.account .field.captcha .control.captcha .captcha-reload:hover,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:hover,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:hover,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:hover,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:hover,
.form.contact .field.captcha .control.captcha .captcha-reload:hover {
  color: #2e2721;
  text-decoration: none;
}
.amtheme-recaptcha-block .captcha-reload:active,
.form.password.reset .field.captcha .control.captcha .captcha-reload:active,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:active,
.form.password.forget .field.captcha .control.captcha .captcha-reload:active,
.form.create.account .field.captcha .control.captcha .captcha-reload:active,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:active,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:active,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:active,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:active,
.form.contact .field.captcha .control.captcha .captcha-reload:active {
  color: #000000;
  text-decoration: none;
}
.amtheme-recaptcha-block .captcha-reload:hover,
.amtheme-recaptcha-block .captcha-reload:active,
.amtheme-recaptcha-block .captcha-reload:focus,
.form.password.reset .field.captcha .control.captcha .captcha-reload:hover,
.form.password.reset .field.captcha .control.captcha .captcha-reload:active,
.form.password.reset .field.captcha .control.captcha .captcha-reload:focus,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:hover,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:active,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload:focus,
.form.password.forget .field.captcha .control.captcha .captcha-reload:hover,
.form.password.forget .field.captcha .control.captcha .captcha-reload:active,
.form.password.forget .field.captcha .control.captcha .captcha-reload:focus,
.form.create.account .field.captcha .control.captcha .captcha-reload:hover,
.form.create.account .field.captcha .control.captcha .captcha-reload:active,
.form.create.account .field.captcha .control.captcha .captcha-reload:focus,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:hover,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:active,
.form.search.advanced .field.captcha .control.captcha .captcha-reload:focus,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:hover,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:active,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload:focus,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:hover,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:active,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload:focus,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:hover,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:active,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload:focus,
.form.contact .field.captcha .control.captcha .captcha-reload:hover,
.form.contact .field.captcha .control.captcha .captcha-reload:active,
.form.contact .field.captcha .control.captcha .captcha-reload:focus {
  background: none;
  border: 0;
}
.amtheme-recaptcha-block .captcha-reload.disabled,
.amtheme-recaptcha-block .captcha-reload[disabled],
fieldset[disabled] .amtheme-recaptcha-block .captcha-reload,
.form.password.reset .field.captcha .control.captcha .captcha-reload.disabled,
.form.password.reset .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.password.reset .field.captcha .control.captcha .captcha-reload,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload.disabled,
.form.send.confirmation .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.send.confirmation .field.captcha .control.captcha .captcha-reload,
.form.password.forget .field.captcha .control.captcha .captcha-reload.disabled,
.form.password.forget .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.password.forget .field.captcha .control.captcha .captcha-reload,
.form.create.account .field.captcha .control.captcha .captcha-reload.disabled,
.form.create.account .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.create.account .field.captcha .control.captcha .captcha-reload,
.form.search.advanced .field.captcha .control.captcha .captcha-reload.disabled,
.form.search.advanced .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.search.advanced .field.captcha .control.captcha .captcha-reload,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload.disabled,
.form.form-orders-search .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.form-orders-search .field.captcha .control.captcha .captcha-reload,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload.disabled,
.block.block-customer-login .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .block.block-customer-login .field.captcha .control.captcha .captcha-reload,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload.disabled,
.block.block-new-customer .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .block.block-new-customer .field.captcha .control.captcha .captcha-reload,
.form.contact .field.captcha .control.captcha .captcha-reload.disabled,
.form.contact .field.captcha .control.captcha .captcha-reload[disabled],
fieldset[disabled] .form.contact .field.captcha .control.captcha .captcha-reload {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-recaptcha-block .captcha-reload,
  .form.password.reset .field.captcha .control.captcha .captcha-reload,
  .form.send.confirmation .field.captcha .control.captcha .captcha-reload,
  .form.password.forget .field.captcha .control.captcha .captcha-reload,
  .form.create.account .field.captcha .control.captcha .captcha-reload,
  .form.search.advanced .field.captcha .control.captcha .captcha-reload,
  .form.form-orders-search .field.captcha .control.captcha .captcha-reload,
  .block.block-customer-login .field.captcha .control.captcha .captcha-reload,
  .block.block-new-customer .field.captcha .control.captcha .captcha-reload,
  .form.contact .field.captcha .control.captcha .captcha-reload {
    margin-left: 10px;
  }
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search,
.block.block-customer-login,
.block.block-new-customer {
  margin-bottom: 50px;
  max-width: 430px;
  width: 100%;
}
.form.password.reset > fieldset,
.form.send.confirmation > fieldset,
.form.password.forget > fieldset,
.form.create.account > fieldset,
.form.search.advanced > fieldset,
.form.form-orders-search > fieldset,
.block.block-customer-login > fieldset,
.block.block-new-customer > fieldset {
  margin-bottom: 25px;
}
.form.password.reset > fieldset:not(:last-of-type),
.form.send.confirmation > fieldset:not(:last-of-type),
.form.password.forget > fieldset:not(:last-of-type),
.form.create.account > fieldset:not(:last-of-type),
.form.search.advanced > fieldset:not(:last-of-type),
.form.form-orders-search > fieldset:not(:last-of-type),
.block.block-customer-login > fieldset:not(:last-of-type),
.block.block-new-customer > fieldset:not(:last-of-type) {
  border-bottom: 1px solid #dfdedd;
  padding-bottom: 25px;
}
.form.password.reset legend + br,
.form.send.confirmation legend + br,
.form.password.forget legend + br,
.form.create.account legend + br,
.form.search.advanced legend + br,
.form.form-orders-search legend + br,
.block.block-customer-login legend + br,
.block.block-new-customer legend + br {
  display: none;
}
.form.password.reset .control.captcha .nested,
.form.send.confirmation .control.captcha .nested,
.form.password.forget .control.captcha .nested,
.form.create.account .control.captcha .nested,
.form.search.advanced .control.captcha .nested,
.form.form-orders-search .control.captcha .nested,
.block.block-customer-login .control.captcha .nested,
.block.block-new-customer .control.captcha .nested {
  margin-bottom: 5px;
}
.account .toolbar,
.account .toolbar .pager {
  align-items: center;
}
.account .toolbar .pager .toolbar-amount {
  display: block;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.amtheme-account-actions {
  margin: 40px 0 0;
}
.amtheme-account-actions .amtheme-fields {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.amtheme-account-actions > .actions-toolbar {
  margin: 0;
}
.amtheme-account-actions > .actions-toolbar .primary > .action {
  margin: 0;
}
.amtheme-account-actions .choice:last-of-type {
  margin-inline-start: 20px;
  padding-inline-start: 20px;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-account-actions .choice:last-of-type {
    margin-left: 20px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-account-actions .choice:last-of-type {
    padding-left: 20px;
  }
}
.amtheme-account-actions .choice:last-of-type:before {
  background: #dfdedd;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 2px;
}
.amtheme-card-block,
.amtheme-addresses-block.-dashboard-addresses,
.amtheme-address-method {
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 20px 35px;
}
.amtheme-card-block > .amtheme-heading,
.amtheme-addresses-block.-dashboard-addresses > .amtheme-heading,
.amtheme-address-method > .amtheme-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amtheme-card-block > .amtheme-heading > .action,
.amtheme-addresses-block.-dashboard-addresses > .amtheme-heading > .action,
.amtheme-address-method > .amtheme-heading > .action {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.amtheme-card-block > .amtheme-heading > .amtheme-title,
.amtheme-card-block > .amtheme-title,
.amtheme-addresses-block.-dashboard-addresses > .amtheme-heading > .amtheme-title,
.amtheme-addresses-block.-dashboard-addresses > .amtheme-title,
.amtheme-address-method > .amtheme-heading > .amtheme-title,
.amtheme-address-method > .amtheme-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0;
}
.amtheme-card-block.-with-table,
.amtheme-addresses-block.-dashboard-addresses.-with-table,
.amtheme-address-method.-with-table {
  background: #fcfcfc;
}
.amtheme-card-block.-with-table > .amtheme-heading,
.amtheme-addresses-block.-dashboard-addresses.-with-table > .amtheme-heading,
.amtheme-address-method.-with-table > .amtheme-heading {
  border-bottom: 1px solid #dfdedd;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.amtheme-card-block.-with-table .table-wrapper,
.amtheme-addresses-block.-dashboard-addresses.-with-table .table-wrapper,
.amtheme-address-method.-with-table .table-wrapper {
  margin-bottom: 0;
}
.account-nav-content {
  background: none;
  padding: 0;
}
.account-nav-content .nav.item {
  margin: 0 0 10px;
  align-items: center;
  display: flex;
  transition: all 0.4s ease-in-out;
}
.account-nav-content .nav.item > a {
  word-break: break-word;
  word-wrap: break-word;
  color: #4a4948;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.ie11 .account-nav-content .nav.item > a {
  word-break: break-all;
}
.ie11 .account-nav-content .nav.item > a {
  word-break: break-all;
}
.ie11 .account-nav-content .nav.item > a {
  word-break: break-all;
}
.ie11 .account-nav-content .nav.item > a {
  word-break: break-all;
}
.ie11 .account-nav-content .nav.item > a {
  word-break: break-all;
}
.ie11 .account-nav-content .nav.item > a {
  word-break: break-all;
}
.account-nav-content .nav.item > a > strong {
  font-weight: 400;
}
.account-nav-content .nav.item:hover > a {
  color: #070605;
}
.account-nav-content .nav.item:hover:not(.current) {
  margin-inline-start: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .account-nav-content .nav.item:hover:not(.current) {
    margin-left: 12px;
  }
}
.account-nav-content .nav.item.current {
  margin: 0 0 10px;
}
.account-nav-content .nav.item.current > strong {
  color: #070605;
  font-weight: 400;
}
.account-nav-content .nav.item.current:before {
  background: #070605;
  border-radius: 50%;
  content: '';
  display: block;
  height: 5px;
  margin-right: 7px;
  width: 5px;
}
.account-nav-content .nav.item > .delimiter {
  margin-bottom: 30px;
}
._block-title,
.customer-account-create .page-title,
.block.block-customer-login .block-title,
.block.block-new-customer .block-title,
.customer-account-forgotpassword .page-title,
.customer-account-confirmation .page-title,
.customer-account-createpassword .page-title,
.multishipping-checkout-register .page-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin: 0 auto 20px;
  max-width: 430px;
}
._block-subtitle,
.block.block-customer-login .block-subtitle,
.block.block-new-customer .block-subtitle,
.form.password.forget .field.note,
.form.send.confirmation .field.note,
.form.password.reset .field.note {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 20px;
}
.customer-account-create .form-create-account {
  margin: auto;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 20px;
}
.form-create-account .field.choice + .field {
  margin-top: 20px;
}
.customer-account-login .page-title-wrapper {
  display: none;
}
.login-container {
  margin: 40px auto 25px;
}
.login-container .block:not(:first-of-type) {
  margin-top: 35px;
}
.login-container .block-customer-login {
  border-bottom: 1px solid #dfdedd;
  padding-bottom: 35px;
}
.login-container .field .tooltip.wrapper {
  padding-left: 10px;
}
.block.block-customer-login,
.block.block-new-customer {
  margin: auto;
}
.block.block-customer-login .block-subtitle,
.block.block-new-customer .block-subtitle {
  margin-top: 10px;
}
.block.block-new-customer div.block-title {
  margin-bottom: 10px;
}
.multishipping-checkout-register .form.create.account {
  margin-inline-end: auto;
  margin-inline-start: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-register .form.create.account {
    margin-right: auto;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-register .form.create.account {
    margin-left: auto;
  }
}
.form.password.forget,
.form.send.confirmation,
.form.password.reset {
  margin: 0 auto 50px;
}
.form.password.forget fieldset > .field:last-child,
.form.send.confirmation fieldset > .field:last-child,
.form.password.reset fieldset > .field:last-child {
  margin-bottom: 0;
}
.form.password.forget .field.note,
.form.send.confirmation .field.note,
.form.password.reset .field.note {
  margin-top: 0;
}
.password-strength-meter {
  align-items: center;
  border: 1px solid #dfdedd;
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 1.2rem;
  margin-top: 5px;
  overflow: hidden;
  padding: 7px 10px;
}
.password-strength-meter:after {
  margin-inline-start: 5px;
  align-items: center;
  content: '';
  display: inline-flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .password-strength-meter:after {
    margin-left: 5px;
  }
}
.password-strength-meter span {
  margin-inline-start: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .password-strength-meter span {
    margin-left: 5px;
  }
}
.password-weak .password-strength-meter {
  border-color: #f23b3b;
}
.password-weak .password-strength-meter span {
  color: #f23b3b;
}
.password-weak .password-strength-meter:after {
  content: '❌';
}
.password-weak .password-strength-meter:after {
  font-size: .9rem;
}
.password-medium .password-strength-meter {
  border-color: #ffd43e;
}
.password-medium .password-strength-meter span {
  color: #ffd43e;
}
.password-medium .password-strength-meter:after {
  content: '🙂';
}
.password-strong .password-strength-meter {
  border-color: #7aa022;
}
.password-strong .password-strength-meter span {
  color: #7aa022;
}
.password-strong .password-strength-meter:after {
  content: '👍';
}
.password-very-strong .password-strength-meter {
  border-color: #7aa022;
}
.password-very-strong .password-strength-meter span {
  color: #7aa022;
}
.password-very-strong .password-strength-meter:after {
  content: '👌';
}
.account table {
  background: #fcfcfc;
  border-radius: 6px;
}
.account table .col.actions {
  white-space: nowrap;
}
.account table .col.actions .action:not(:first-of-type) {
  margin-inline-start: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .account table .col.actions .action:not(:first-of-type) {
    margin-left: 20px;
  }
}
[class*='sales-guest-'] .items.order-links,
.account .items.order-links {
  border-bottom: 1px solid #dfdedd;
  margin: 15px 0;
}
[class*='sales-guest-'] .items.order-links .nav.item,
.account .items.order-links .nav.item {
  display: inline-block;
  margin: 0;
  padding: 20px 0;
}
[class*='sales-guest-'] .items.order-links .nav.item:not(:last-of-type),
.account .items.order-links .nav.item:not(:last-of-type) {
  margin-inline-end: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [class*='sales-guest-'] .items.order-links .nav.item:not(:last-of-type),
  .account .items.order-links .nav.item:not(:last-of-type) {
    margin-right: 30px;
  }
}
[class*='sales-guest-'] .items.order-links .nav.item.current,
.account .items.order-links .nav.item.current {
  border-bottom: 1px solid #070605;
  margin-bottom: -1px;
}
[class*='sales-guest-'] .items.order-links .nav.item.current > *,
.account .items.order-links .nav.item.current > * {
  color: #070605;
}
[class*='sales-guest-'] .items.order-links .nav.item > *,
.account .items.order-links .nav.item > * {
  color: #4a4948;
  font-weight: 400;
}
[class*='sales-guest-'] .items.order-links .nav.item:hover > *,
.account .items.order-links .nav.item:hover > * {
  color: #070605;
}
[class*='magento_rma'] .page-title-wrapper,
[class*='sales-guest-'] .page-title-wrapper,
.account[class*='sales-'] .page-title-wrapper {
  display: flex;
  flex-wrap: wrap;
}
[class*='magento_rma'] .page-title-wrapper > .page-title,
[class*='sales-guest-'] .page-title-wrapper > .page-title,
.account[class*='sales-'] .page-title-wrapper > .page-title,
[class*='magento_rma'] .page-title-wrapper > .amtheme-info,
[class*='sales-guest-'] .page-title-wrapper > .amtheme-info,
.account[class*='sales-'] .page-title-wrapper > .amtheme-info {
  flex-basis: 100%;
}
[class*='magento_rma'] .page-title-wrapper .amtheme-info,
[class*='sales-guest-'] .page-title-wrapper .amtheme-info,
.account[class*='sales-'] .page-title-wrapper .amtheme-info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
[class*='magento_rma'] .page-title-wrapper > .amtheme-info > *,
[class*='sales-guest-'] .page-title-wrapper > .amtheme-info > *,
.account[class*='sales-'] .page-title-wrapper > .amtheme-info > * {
  margin-bottom: 15px;
  margin-inline-end: 30px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [class*='magento_rma'] .page-title-wrapper > .amtheme-info > *,
  [class*='sales-guest-'] .page-title-wrapper > .amtheme-info > *,
  .account[class*='sales-'] .page-title-wrapper > .amtheme-info > * {
    margin-left: 0;
    margin-right: 30px;
  }
}
[class*='magento_rma'] .page-title-wrapper > .actions,
[class*='sales-guest-'] .page-title-wrapper > .actions,
.account[class*='sales-'] .page-title-wrapper > .actions {
  align-self: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-align: right;
  text-transform: uppercase;
}
[class*='magento_rma'] .page-title-wrapper > .actions .print,
[class*='sales-guest-'] .page-title-wrapper > .actions .print,
.account[class*='sales-'] .page-title-wrapper > .actions .print {
  display: none;
}
[class*='magento_rma'] .page-title-wrapper > .actions-toolbar,
[class*='sales-guest-'] .page-title-wrapper > .actions-toolbar,
.account[class*='sales-'] .page-title-wrapper > .actions-toolbar {
  align-self: flex-start;
  margin: 0;
}
.amtheme-order-status {
  background: #f7f7f7;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 12px;
}
.amtheme-order-status > * {
  vertical-align: middle;
}
.amtheme-order-status .amtheme-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  margin-right: 10px;
}
.amtheme-order-status .amtheme-status {
  font-weight: 700;
}
.amtheme-order-date {
  display: inline-block;
}
.amtheme-order-date > * {
  vertical-align: middle;
}
.amtheme-order-date .label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.amtheme-order-date .date {
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-order-date .date {
    margin-left: 10px;
  }
}
[class*='magento_rma'] .page-title-wrapper .reorder,
[class*='sales-guest-'] .page-title-wrapper .reorder,
.account[class*='sales-'] .page-title-wrapper .reorder {
  align-items: center;
  display: inline-flex;
}
[class*='magento_rma'] .page-title-wrapper .reorder .amtheme-icon,
[class*='sales-guest-'] .page-title-wrapper .reorder .amtheme-icon,
.account[class*='sales-'] .page-title-wrapper .reorder .amtheme-icon {
  margin-inline-start: 10px;
  fill: #070605;
  height: 15px;
  transition: right 0.4s ease-in-out;
  width: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [class*='magento_rma'] .page-title-wrapper .reorder .amtheme-icon,
  [class*='sales-guest-'] .page-title-wrapper .reorder .amtheme-icon,
  .account[class*='sales-'] .page-title-wrapper .reorder .amtheme-icon {
    margin-left: 10px;
  }
}
[class*='magento_rma'] .page-title-wrapper .reorder:hover .amtheme-icon,
[class*='sales-guest-'] .page-title-wrapper .reorder:hover .amtheme-icon,
.account[class*='sales-'] .page-title-wrapper .reorder:hover .amtheme-icon {
  fill: #2e2721;
  right: 2px;
}
.order-actions-toolbar > .actions {
  display: flex;
}
.order-actions-toolbar > .actions .action {
  align-items: center;
  display: flex;
}
.order-actions-toolbar > .actions .action:not(:first-child):before {
  background: #dfdedd;
  content: '';
  display: inline-block;
  height: 20px;
  margin: 0 20px;
  vertical-align: middle;
  width: 2px;
}
.form.form-newsletter-manage br {
  display: none;
}
.form.form-newsletter-manage .field.choice {
  margin-top: 5px;
}
.form.form-edit-account {
  margin-bottom: 30px;
  width: 100%;
}
.form.form-edit-account > .fieldset:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 20px;
  padding-top: 30px;
}
.form.form-edit-account .field.password-info {
  margin-bottom: 20px;
}
.form.form-edit-account > .fieldset.password {
  display: none;
}
.customer-account-edit .page-title {
  margin-bottom: 10px;
}
.amtheme-addresses-block > .amtheme-content,
.amtheme-addresses-block.-addresses-grid {
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 20px 35px;
}
.amtheme-addresses-block .empty {
  margin: 15px 0 0;
}
.amtheme-addresses-block.-addresses-grid {
  padding: 25px 35px;
}
.amtheme-addresses-block.-addresses-grid .amtheme-heading {
  display: flex;
  justify-content: space-between;
}
.amtheme-addresses-block.-addresses-grid .amtheme-heading > .action {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.amtheme-addresses-block.-addresses-grid .amtheme-heading > .amtheme-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0;
}
.amtheme-addresses-block.-addresses-grid .customer-addresses-toolbar {
  margin-bottom: 0;
}
.amtheme-address-card {
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}
.amtheme-address-card .amtheme-wrapper .amtheme-title {
  color: #4a4948;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.amtheme-address-card .amtheme-content > a {
  color: #070605;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}
.amtheme-address-card .amtheme-actions {
  margin-top: 20px;
}
.amtheme-address-card .action {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.amtheme-address-card .amtheme-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.amtheme-address-card .amtheme-row .amtheme-title {
  color: #4a4948;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.amtheme-address-card .amtheme-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amtheme-address-card .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-address-card .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-address-card .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-address-card .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-address-card .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-address-card .amtheme-content {
  word-break: break-all;
}
.amtheme-addresses-block.-addresses-grid .amtheme-card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 15px 0 25px;
  width: 100%;
}
.amtheme-addresses-block.-addresses-grid .amtheme-address-card {
  flex-grow: 1;
  margin: 0;
  width: 100%;
}
.amtheme-card-wrap .amtheme-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.amtheme-card-wrap .amtheme-actions .action {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.amtheme-card-wrap .amtheme-actions .action.delete {
  color: #4a4948;
}
.amtheme-card-wrap .amtheme-actions .action.delete:hover {
  color: #6c6a69;
}
.form-address-edit {
  margin-bottom: 30px;
  width: 100%;
}
.form-address-edit > .fieldset:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 20px;
  padding-top: 30px;
}
.form-address-edit .fields.-hidden {
  display: none;
}
.form-address-edit .fields.-am-block {
  justify-content: space-between;
}
.amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  padding: 0;
}
.ie11 .amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
  word-break: break-all;
}
.amtheme-dashboard-info .amtheme-card-block > .amtheme-title,
.amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses > .amtheme-title,
.amtheme-dashboard-info .amtheme-address-method > .amtheme-title {
  display: block;
  margin-bottom: 15px;
}
.amtheme-dashboard-info .amtheme-customer-name {
  display: block;
}
.amtheme-dashboard-info .amtheme-information .amtheme-content {
  word-break: break-word;
  word-wrap: break-word;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ie11 .amtheme-dashboard-info .amtheme-information .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-dashboard-info .amtheme-information .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-dashboard-info .amtheme-information .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-dashboard-info .amtheme-information .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-dashboard-info .amtheme-information .amtheme-content {
  word-break: break-all;
}
.ie11 .amtheme-dashboard-info .amtheme-information .amtheme-content {
  word-break: break-all;
}
.amtheme-dashboard-info .amtheme-card-block > .amtheme-actions,
.amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses > .amtheme-actions,
.amtheme-dashboard-info .amtheme-address-method > .amtheme-actions {
  margin-top: 15px;
}
.amtheme-dashboard-info .amtheme-card-block .action,
.amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses .action,
.amtheme-addresses-block.-dashboard-addresses .amtheme-address-card .action,
.amtheme-dashboard-info .amtheme-address-method .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  margin-right: 10px;
}
.amtheme-dashboard-info .amtheme-card-block .action:hover,
.amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses .action:hover,
.amtheme-addresses-block.-dashboard-addresses .amtheme-address-card .action:hover,
.amtheme-dashboard-info .amtheme-address-method .action:hover {
  color: #6c6a69;
}
.amtheme-card-block.amtheme-reviews-dashboard,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard,
.amtheme-address-method.amtheme-reviews-dashboard {
  padding-bottom: 0;
}
.amtheme-card-block.amtheme-reviews-dashboard .amtheme-items,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-items,
.amtheme-address-method.amtheme-reviews-dashboard .amtheme-items {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.amtheme-card-block.amtheme-reviews-dashboard .amtheme-items > .amtheme-item,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-items > .amtheme-item,
.amtheme-address-method.amtheme-reviews-dashboard .amtheme-items > .amtheme-item {
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  padding: 15px 20px;
  width: 100%;
}
.amtheme-card-block.amtheme-reviews-dashboard .amtheme-item > .product-name,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item > .product-name,
.amtheme-address-method.amtheme-reviews-dashboard .amtheme-item > .product-name {
  word-break: break-word;
  word-wrap: break-word;
  color: #4a4948;
  font-weight: 700;
  margin-bottom: 15px;
}
.ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-address-method.amtheme-reviews-dashboard .amtheme-item > .product-name {
  word-break: break-all;
}
.ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-address-method.amtheme-reviews-dashboard .amtheme-item > .product-name {
  word-break: break-all;
}
.ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-address-method.amtheme-reviews-dashboard .amtheme-item > .product-name {
  word-break: break-all;
}
.ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-address-method.amtheme-reviews-dashboard .amtheme-item > .product-name {
  word-break: break-all;
}
.ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-address-method.amtheme-reviews-dashboard .amtheme-item > .product-name {
  word-break: break-all;
}
.ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item > .product-name,
.ie11 .amtheme-address-method.amtheme-reviews-dashboard .amtheme-item > .product-name {
  word-break: break-all;
}
.amtheme-card-block.amtheme-reviews-dashboard .rating-summary,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .rating-summary,
.amtheme-address-method.amtheme-reviews-dashboard .rating-summary {
  align-items: center;
  display: flex;
  margin: 0;
}
.amtheme-card-block.amtheme-reviews-dashboard .amtheme-item .amtheme-label,
.amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item .amtheme-label,
.amtheme-address-method.amtheme-reviews-dashboard .amtheme-item .amtheme-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-inline-end: 10px;
  color: #3d3731;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-card-block.amtheme-reviews-dashboard .amtheme-item .amtheme-label,
  .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-item .amtheme-label,
  .amtheme-address-method.amtheme-reviews-dashboard .amtheme-item .amtheme-label {
    padding-right: 10px;
  }
}
.page-product-downloadable .amtheme-product-info .product.attribute.overview {
  margin-bottom: 20px;
}
.page-product-downloadable .amtheme-product-info .samples-item-title,
.page-product-downloadable .amtheme-product-info .box-tocart.qty {
  display: none;
}
.page-product-downloadable .amtheme-product-info .items.samples,
.page-product-downloadable .amtheme-product-info .field.downloads > .control {
  display: flex;
  flex-wrap: wrap;
}
.page-product-downloadable .amtheme-product-info .samples .samples-item {
  margin: 0 20px 20px 0;
}
.page-product-downloadable .amtheme-product-info .downloads .field.choice:not(.downloads-all) > .label {
  min-width: 130px;
}
.page-product-downloadable .amtheme-product-info .samples .samples-item-link,
.page-product-downloadable .amtheme-product-info .downloads:not(.downloads-no-separately) .field.choice:not(.downloads-all) > .label {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  display: inline-block;
  padding: 10px;
  transition: 0.4s ease-in-out;
  transition-property: border-color, background;
}
.page-product-downloadable .amtheme-product-info .samples .samples-item-link:hover,
.page-product-downloadable .amtheme-product-info .downloads:not(.downloads-no-separately) .field.choice:not(.downloads-all) > .label:hover {
  border-color: #4a4948;
}
.page-product-downloadable .amtheme-product-info .downloads > .label {
  color: #4a4948;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-product-downloadable .amtheme-product-info .downloads .field.choice {
  margin: 0;
}
.page-product-downloadable .amtheme-product-info .field.choice .price-container {
  align-items: center;
  margin-top: 5px;
}
.page-product-downloadable .amtheme-product-info .field.choice .price-container:before {
  margin-inline-end: 5px;
  content: '+';
  display: inline;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-product-downloadable .amtheme-product-info .field.choice .price-container:before {
    margin-right: 5px;
  }
}
.page-product-downloadable .amtheme-product-info .downloads .field.choice:not(.downloads-all) input[type='checkbox']:checked + .label {
  background: #f7f7f7;
  border-color: #070605;
}
.page-product-downloadable .amtheme-product-info .downloads .field.choice > .label {
  margin: 0 20px 20px 0;
}
.page-product-downloadable .amtheme-product-info .downloads .field.choice > .label:before,
.page-product-downloadable .amtheme-product-info .downloads .field.choice > .label:after {
  display: none;
}
.page-product-downloadable .amtheme-product-info .downloads-all {
  width: 100%;
}
.page-product-downloadable .amtheme-product-info .downloads-all .label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  margin: 0;
  padding: 0;
}
.page-product-downloadable .amtheme-product-info .downloads-no-separately .control {
  flex-direction: column;
}
.page-product-downloadable .amtheme-product-info .downloads-no-separately .field.choice > .label:before {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/check.svg") center / 15px no-repeat;
  content: '';
  display: inline-block;
  height: 8px;
  vertical-align: middle;
  width: 12px;
}
._keyfocus .downloads .field.choice:not(.downloads-all) input[type='checkbox']:focus + .label {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.table-downloadable-products .col.id a {
  font-weight: 400;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.page-product-grouped .-on-line .box-tocart {
  margin: 0 0 20px 0;
}
.page-product-grouped .amtheme-product-info .product-add-form {
  margin-top: 20px;
}
.page-product-grouped .amtheme-product-info .product-info-price {
  display: none;
}
.amtheme-product-info .table-wrapper.grouped {
  margin-bottom: 35px;
}
.amtheme-product-info .table-wrapper.grouped > .no-available {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  color: #4a4948;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 8px;
}
.amtheme-product-info .amtheme-qty-wrap.-grouped {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 10px;
  width: 140px;
}
.amtheme-product-info .amtheme-qty-wrap.-grouped > .amtheme-label {
  margin: 0 10px 0 0;
  min-width: auto;
  padding: 0;
  width: auto;
}
.amtheme-product-info .table.grouped .row .col.item {
  padding: 0 !important;
}
.amtheme-product-info .table.grouped .product-row {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 20px 0;
}
.amtheme-product-info .table.grouped .product-row > .product {
  padding-inline-end: 10px;
  box-sizing: border-box;
  margin: 0 0 10px;
  max-width: calc(100% - 140px);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-product-info .table.grouped .product-row > .product {
    padding-right: 10px;
  }
}
.ie11 .amtheme-product-info .table.grouped .product-row > .product {
  max-width: 1px;
}
.amtheme-product-info .table.grouped .product-row > .control.qty {
  min-width: 40%;
}
.amtheme-product-info .table.grouped .product-item-name {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amtheme-product-info .table.grouped .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-product-info .table.grouped .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-product-info .table.grouped .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-product-info .table.grouped .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-product-info .table.grouped .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-product-info .table.grouped .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-product-info .table.grouped .product-item-name {
  display: block;
}
.amtheme-product-info .table.grouped > tbody > tr > td {
  padding: 0;
}
.amtheme-product-info .table.grouped .price-box {
  margin-top: 5px;
  padding: 0;
}
.amtheme-product-info .table.grouped .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.amtheme-product-info .table.grouped .stock.unavailable {
  align-items: center;
  color: #a8a69f;
  display: flex;
  font-size: 1.4rem;
  text-align: right;
  text-transform: uppercase;
}
.amtheme-product-info .product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.toolbar-sorter .amtheme-filter-wrap {
  flex: 1;
}
.toolbar-sorter .amtheme-filter-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 1px;
  margin-bottom: 0;
  min-height: 40px;
}
.toolbar-sorter .amtheme-filter-button .filter-title-text {
  font-size: 1.6rem;
  font-weight: 400;
}
.toolbar-sorter .amtheme-filter-button .amtheme-icon {
  background: none;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.toolbar-sorter .amtheme-filter-button .amtheme-icon.-active {
  height: 15px;
  width: 15px;
}
.amtheme-filter-action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  align-items: center;
  cursor: pointer;
  transition: none;
}
.amtheme-filter-action:focus,
.amtheme-filter-action:active {
  background: none;
  border: none;
}
.amtheme-filter-action:hover {
  background: none;
  border: none;
}
.amtheme-filter-action.disabled,
.amtheme-filter-action[disabled],
fieldset[disabled] .amtheme-filter-action {
  pointer-events: none;
  opacity: 0.5;
}
.amtheme-filter-action .amtheme-title {
  font-weight: 400;
}
.amtheme-filter-action:hover .amtheme-icon {
  border-color: #040404;
  color: #040404;
  fill: #040404;
}
.page-with-filter .block.filter {
  position: relative;
}
.page-with-filter.catalogsearch-result-index .block.filter {
  margin-bottom: 0;
}
.block.filter {
  margin: 0;
}
.block.filter .filter-title {
  display: none;
}
.block.filter .filter-options-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 20px 15px 0;
  position: relative;
  width: 100%;
}
.block.filter .filter-options-title:after {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  transition: transform 0.2s ease-in-out;
  width: 20px;
}
._keyfocus .block.filter .filter-options-title:focus {
  border-radius: 2px;
}
.block.filter .filter-options-item {
  border-radius: 2px;
}
.block.filter .filter-options-item.-active .filter-options-title:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.block.filter .filter-options-content {
  padding: 5px 0;
}
.block.filter .filter-actions {
  border-top: 1px solid #070605;
  padding: 15px 0;
}
.block.filter .filter-clear {
  color: #4a4948;
  font-size: 1.4rem;
}
.block.filter .filter-clear:hover {
  color: #6c6a69;
}
.filter-options a:hover {
  color: #61c18f;
  font-weight: 400;
}
.filter-options a:hover .count {
  color: #61c18f;
}
.filter-options .item {
  margin: 0 0 10px;
  padding: 2px 0;
}
.filter-options .amtheme-name {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  word-wrap: break-word;
  margin-right: 5px;
}
.ie11 .filter-options .amtheme-name {
  word-break: break-all;
}
.ie11 .filter-options .amtheme-name {
  word-break: break-all;
}
.ie11 .filter-options .amtheme-name {
  word-break: break-all;
}
.ie11 .filter-options .amtheme-name {
  word-break: break-all;
}
.ie11 .filter-options .amtheme-name {
  word-break: break-all;
}
.ie11 .filter-options .amtheme-name {
  word-break: break-all;
}
.filter-options .count {
  color: #a8a69f;
  white-space: nowrap;
}
.filter-options .count:after {
  content: ') ';
}
.filter-options .count:before {
  content: ' (';
}
.filter-options a {
  color: #070605;
  display: inline-flex;
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
}
.filter-current {
  box-sizing: border-box;
  margin: 0 0 15px;
}
.filter-current .filter-current-subtitle {
  font-size: 1.4rem;
  font-weight: 400;
}
.filter-current .items {
  display: flex;
  flex-wrap: wrap;
}
.filter-current .item {
  background: #f7f7f7;
  color: #4a4948;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 10px 10px 0 0;
  overflow: hidden;
  padding: 5px 26px 5px 8px;
  position: relative;
  text-transform: uppercase;
}
.filter-current .filter-label {
  font-weight: 700;
  margin-right: 5px;
  min-width: 35%;
}
.filter-current .filter-label:after {
  content: ': ';
}
.filter-current .filter-label,
.filter-current .filter-value {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 700;
}
.ie11 .filter-current .filter-label,
.ie11 .filter-current .filter-value {
  word-break: break-all;
}
.ie11 .filter-current .filter-label,
.ie11 .filter-current .filter-value {
  word-break: break-all;
}
.ie11 .filter-current .filter-label,
.ie11 .filter-current .filter-value {
  word-break: break-all;
}
.ie11 .filter-current .filter-label,
.ie11 .filter-current .filter-value {
  word-break: break-all;
}
.ie11 .filter-current .filter-label,
.ie11 .filter-current .filter-value {
  word-break: break-all;
}
.ie11 .filter-current .filter-label,
.ie11 .filter-current .filter-value {
  word-break: break-all;
}
.filter-current .remove {
  display: inline-block;
  padding: 5px 8px;
  position: absolute;
  right: 0;
}
._keyfocus .filter-current .remove:focus {
  box-shadow: none;
}
._keyfocus .filter-current .remove:focus .amtheme-icon {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #f7f7f7, 0 0 0 4px #070605;
}
.filter-current .amtheme-icon {
  height: 10px;
  transform: translateY(-5%);
  vertical-align: middle;
  width: 10px;
}
.block.filter .amtheme-icon.-close {
  opacity: 0;
}
.block.filter .filter-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.block.filter .action.amtheme-close {
  display: none;
}
.form-create-account .fields.-am-block {
  background: 0;
  margin: 0;
  padding: 0;
}
.form-create-account .fields.-am-block .label:before {
  background: #f7f7f7;
}
.map-popup-wrapper.popup .action.close {
  position: relative;
  position: absolute;
  right: 0;
  top: 10px;
}
.map-popup-wrapper.popup .action.close:before,
.map-popup-wrapper.popup .action.close:after {
  background: #3d3731;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 15px;
}
.map-popup-wrapper.popup .action.close:before {
  transform: rotate(45deg);
}
.map-popup-wrapper.popup .action.close:after {
  transform: rotate(-45deg);
}
.map-popup-wrapper.popup .action.close:hover:before,
.map-popup-wrapper.popup .action.close:focus:before,
.map-popup-wrapper.popup .action.close:active:before,
.map-popup-wrapper.popup .action.close:hover:after,
.map-popup-wrapper.popup .action.close:focus:after,
.map-popup-wrapper.popup .action.close:active:after {
  background: #a8a69f;
}
.map-popup {
  background: #ffffff;
  border: none;
  padding: 15px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 5px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  border-radius: 6px;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .price-box {
  align-items: flex-start;
  margin-bottom: 10px;
}
.map-popup .map-old-price .price-wrapper {
  position: relative;
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go,
.map-popup .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.map-popup .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.map-popup .am-show-button > .amshopby-button {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .map-popup .action.primary,
  .map-popup .amshopby-button,
  .map-popup .am-filter-go,
  .map-popup .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
  .map-popup .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
  .map-popup .am-show-button > .amshopby-button {
    margin-right: 10px;
  }
}
.map-popup .map-price {
  margin-bottom: 0;
  margin-inline-end: 10px;
  margin-inline-start: 0;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .map-popup .map-price {
    margin-left: 0;
    margin-right: 10px;
  }
}
.map-popup .actual-price {
  margin: 5px 0 15px;
}
.map-popup .regular-price .price-label,
.map-popup .popup-header,
.map-popup .popup-pointer {
  display: none;
}
.map-popup .price-excluding-tax .price {
  margin: 0;
}
.map-popup .map-help-text {
  margin-top: 30px;
}
.map-popup .price-container .weee {
  margin: 0 5px;
  width: auto;
}
.map-info-price {
  margin: 0 0 20px;
}
.map-info-price .map-info-price .price-box {
  margin: 0 0 10px;
}
.map-info-price .map-info-price .map-price {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .map-info-price .map-info-price .map-price {
    margin-right: 10px;
  }
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  position: relative;
}
.map-fallback-price {
  display: none;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .map-old-price:not(:last-child),
  .product-item .map-old-price:not(:last-child),
  .product-info-price .map-show-info:not(:last-child) {
    margin-right: 10px;
  }
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #070605;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #2e2721;
  text-decoration: none;
}
button.map-show-info:active {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.multicheckout .amtheme-card-block > .box,
.multicheckout .amtheme-addresses-block.-dashboard-addresses > .box,
.multicheckout .amtheme-address-method > .box {
  box-sizing: border-box;
}
.multicheckout .amtheme-card-block > .box > .action,
.multicheckout .amtheme-addresses-block.-dashboard-addresses > .box > .action,
.multicheckout .amtheme-address-method > .box > .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  margin-top: 20px;
}
.amtheme-cart-items .amtheme-item:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 20px;
  padding-top: 20px;
}
.amtheme-cart-items .product-item-name {
  word-break: break-word;
  word-wrap: break-word;
  color: #070605;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2rem;
}
.ie11 .amtheme-cart-items .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-cart-items .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-cart-items .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-cart-items .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-cart-items .product-item-name {
  word-break: break-all;
}
.ie11 .amtheme-cart-items .product-item-name {
  word-break: break-all;
}
.amtheme-cart-items .product-item-name > a {
  color: inherit;
}
.amtheme-cart-items .amtheme-qty {
  clear: both;
  color: #4a4948;
  margin-top: 20px;
}
.amtheme-cart-items .item-options {
  margin-top: 15px;
}
.amtheme-cart-items .item-options dt:after {
  content: ':';
  display: inline-block;
}
.amtheme-cart-items .item-options dt + dd {
  float: left;
}
.amtheme-cart-items .item-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
.amtheme-cart-items .item-options dt,
.amtheme-cart-items .item-options dd {
  margin-bottom: 10px;
}
.amtheme-cart-items .item-options dd:last-of-type {
  margin-bottom: 20px;
}
.amtheme-cart-items .item-options .price {
  font-weight: 700;
}
.amtheme-shipping-methods .amtheme-item:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 25px;
  padding-top: 25px;
}
.amtheme-shipping-methods .amtheme-item .amtheme-label {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amtheme-shipping-methods .amtheme-title {
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ie11 .amtheme-shipping-methods .amtheme-title {
  word-break: break-all;
}
.ie11 .amtheme-shipping-methods .amtheme-title {
  word-break: break-all;
}
.ie11 .amtheme-shipping-methods .amtheme-title {
  word-break: break-all;
}
.ie11 .amtheme-shipping-methods .amtheme-title {
  word-break: break-all;
}
.ie11 .amtheme-shipping-methods .amtheme-title {
  word-break: break-all;
}
.ie11 .amtheme-shipping-methods .amtheme-title {
  word-break: break-all;
}
.amtheme-shipping-methods .amtheme-description {
  word-break: break-word;
  word-wrap: break-word;
  color: #a8a69f;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin-top: 5px;
}
.ie11 .amtheme-shipping-methods .amtheme-description {
  word-break: break-all;
}
.ie11 .amtheme-shipping-methods .amtheme-description {
  word-break: break-all;
}
.ie11 .amtheme-shipping-methods .amtheme-description {
  word-break: break-all;
}
.ie11 .amtheme-shipping-methods .amtheme-description {
  word-break: break-all;
}
.ie11 .amtheme-shipping-methods .amtheme-description {
  word-break: break-all;
}
.ie11 .amtheme-shipping-methods .amtheme-description {
  word-break: break-all;
}
.amtheme-shipping-methods .amtheme-price {
  font-weight: 700;
  white-space: nowrap;
}
[class*='multishipping-checkout'] .page-header .logo {
  margin: 0 auto 0 0;
}
.multishipping-checkout-addresses .page-title {
  margin-bottom: 10px;
}
.multicheckout.address.form .table.items > tbody > tr > td {
  background: #f7f7f7;
}
.multicheckout.address.form .table.items > tbody > tr:not(:last-of-type) > td {
  border-bottom: 20px solid #ffffff;
}
.multicheckout.address.form .table.items > tbody > tr > td,
.multicheckout.address.form .table.items > thead > tr > th {
  padding: 20px;
}
.multicheckout.address.form .table.items > thead > tr > th {
  padding-bottom: 25px;
}
.multicheckout.address.form .table.items .field {
  margin: 0;
}
.multicheckout.address.form .table.items .field.address {
  width: 100%;
}
.multicheckout.address.form .table.items .product-item-name {
  font-weight: 400;
}
.multicheckout.address.form .table.items .product-item-name {
  color: #070605;
  font-weight: 400;
}
.multicheckout.address.form .table.items .item-options {
  color: #4a4948;
  margin: 20px 0 0;
}
.multicheckout.address.form .table.items .item-options dt:after {
  content: ':';
  display: inline-block;
}
.multicheckout.address.form .table.items .item-options dt + dd {
  float: left;
}
.multicheckout.address.form .table.items .item-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
.multicheckout.address.form .table.items .amtheme-qty-box {
  min-width: 94px;
}
.multicheckout.address.form .table.items .action.delete {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 4rem;
}
.multicheckout.address.form .actions-toolbar {
  flex-flow: row wrap;
}
.multicheckout.address.form .actions-toolbar:before,
.multicheckout.address.form .actions-toolbar:after {
  display: none;
}
.multicheckout.address.form .actions-toolbar .action.back {
  display: inline;
}
.multicheckout.address.form .actions-toolbar .action.update {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #4a4948;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}
.multicheckout.address.form .actions-toolbar .action.update:focus,
.multicheckout.address.form .actions-toolbar .action.update:active {
  background: none;
  border: none;
}
.multicheckout.address.form .actions-toolbar .action.update:hover {
  background: none;
  border: none;
}
.multicheckout.address.form .actions-toolbar .action.update.disabled,
.multicheckout.address.form .actions-toolbar .action.update[disabled],
fieldset[disabled] .multicheckout.address.form .actions-toolbar .action.update {
  pointer-events: none;
  opacity: 0.5;
}
.multicheckout.address.form .actions-toolbar .action.update .amtheme-icon {
  height: 13px;
  margin-right: 8px;
  width: 13px;
}
.multicheckout.shipping .block-shipping > .amtheme-card-block,
.multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses,
.multicheckout.shipping .block-shipping > .amtheme-address-method {
  display: flex;
  flex-wrap: wrap;
}
.multicheckout.shipping .block-shipping > .amtheme-card-block > .box,
.multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box,
.multicheckout.shipping .block-shipping > .amtheme-address-method > .box {
  width: 100%;
}
.multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-title,
.multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-title,
.multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-title {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .01em;
  line-height: 2rem;
  margin-bottom: 20px;
}
.multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-title .action,
.multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-title .action,
.multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-title .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-content,
.multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-content,
.multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-content {
  word-break: break-all;
}
.ie11 .multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-content {
  word-break: break-all;
}
.ie11 .multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-content {
  word-break: break-all;
}
.ie11 .multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-content {
  word-break: break-all;
}
.ie11 .multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-content {
  word-break: break-all;
}
.ie11 .multicheckout.shipping .block-shipping > .amtheme-card-block > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box .box-content,
.ie11 .multicheckout.shipping .block-shipping > .amtheme-address-method > .box .box-content {
  word-break: break-all;
}
.multicheckout.shipping .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.multicheckout.shipping .block-other > .block-title,
.multishipping-checkout-overview .block-other > .block-title {
  align-items: baseline;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2rem;
  margin-bottom: 10px;
}
.multicheckout.shipping .block-other > .block-title > .action,
.multishipping-checkout-overview .block-other > .block-title > .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-inline-start: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multicheckout.shipping .block-other > .block-title > .action,
  .multishipping-checkout-overview .block-other > .block-title > .action {
    margin-left: 20px;
  }
}
.multicheckout.shipping .block-other {
  margin-top: 35px;
}
.multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
.multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text,
.multicheckout.shipping .block-other > .amtheme-address-method > .amtheme-text {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.ie11 .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-address-method > .amtheme-text {
  word-break: break-all;
}
.ie11 .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-address-method > .amtheme-text {
  word-break: break-all;
}
.ie11 .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-address-method > .amtheme-text {
  word-break: break-all;
}
.ie11 .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-address-method > .amtheme-text {
  word-break: break-all;
}
.ie11 .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-address-method > .amtheme-text {
  word-break: break-all;
}
.ie11 .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text,
.ie11 .multicheckout.shipping .block-other > .amtheme-address-method > .amtheme-text {
  word-break: break-all;
}
.multicheckout.shipping .block-other .amtheme-cart-items .product-item-name {
  font-weight: 700;
}
.multishipping-checkout-billing .loading-mask .loader-image {
  position: absolute;
}
.amtheme-address-method {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.amtheme-address-method .box-title {
  display: block;
}
.amtheme-address-method .address {
  margin-bottom: 50px;
}
.amtheme-address-method .box-title {
  margin-bottom: 20px;
}
.amtheme-address-method .action.edit {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-top: 25px;
}
.multishipping-checkout-billing .box-billing-method .box-title {
  margin-bottom: 5px;
}
.multishipping-checkout-billing .checkout-payment-method {
  margin-bottom: 0;
}
.multishipping-checkout-billing .checkout-payment-method > div {
  padding: 15px 0;
}
.multishipping-checkout-billing .checkout-payment-method > div:not(:last-of-type) {
  border-bottom: 1px solid #dfdedd;
}
.multishipping-checkout-billing .checkout-payment-method .item-title {
  margin-bottom: 0;
}
.multishipping-checkout-billing .checkout-payment-method .item-title label {
  font-weight: 400;
}
.multishipping-checkout-billing .checkout-payment-method .item-content {
  margin-top: 25px;
}
.multicheckout.billing.form .actions-toolbar:before,
.multicheckout.billing.form .actions-toolbar:after {
  display: none;
}
.multicheckout.billing.form .actions-toolbar > .secondary {
  margin-top: 20px;
}
.multicheckout.billing.form .actions-toolbar > .secondary .action.back {
  display: inline;
}
.multishipping-checkout-overview .block:not(.block-other) .block-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  margin-bottom: 20px;
}
.multishipping-checkout-overview .block-billing .box-billing-method .box-title {
  margin-bottom: 20px;
}
.multishipping-checkout-overview .block-billing .box-billing-method .payment-method dt {
  font-weight: 400;
}
.multishipping-checkout-overview .box-items .box-title {
  display: none;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 20px;
}
.multishipping-checkout-overview .box-items .box-title .action.edit {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.multishipping-checkout-overview .table-order-review > thead > tr > th,
.multishipping-checkout-overview .table-order-review > tbody > tr > td,
.multishipping-checkout-overview .table-order-review > tfoot > tr > th,
.multishipping-checkout-overview .table-order-review > tfoot > tr > td {
  display: table-cell;
  text-align: right;
}
.multishipping-checkout-overview .table-order-review > thead > tr > th:first-of-type,
.multishipping-checkout-overview .table-order-review > tbody > tr > td:first-of-type,
.multishipping-checkout-overview .table-order-review > tfoot > tr > th:first-of-type,
.multishipping-checkout-overview .table-order-review > tfoot > tr > td:first-of-type {
  padding-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-overview .table-order-review > thead > tr > th:first-of-type,
  .multishipping-checkout-overview .table-order-review > tbody > tr > td:first-of-type,
  .multishipping-checkout-overview .table-order-review > tfoot > tr > th:first-of-type,
  .multishipping-checkout-overview .table-order-review > tfoot > tr > td:first-of-type {
    padding-left: 0;
  }
}
.multishipping-checkout-overview .table-order-review > thead > tr > th {
  padding: 25px 15px 0;
}
.multishipping-checkout-overview .table-order-review > tbody > tr > td {
  padding: 25px 15px;
}
.multishipping-checkout-overview .table-order-review > tbody > tr:not(:last-of-type) > td {
  border-bottom: 1px solid #dfdedd;
}
.multishipping-checkout-overview .table-order-review .col.item {
  text-align: left;
  width: 75%;
}
.multishipping-checkout-overview .table-order-review .col.item .product.name {
  color: #070605;
  font-weight: 400;
}
.multishipping-checkout-overview .table-order-review .action.edit {
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-overview .table-order-review .action.edit {
    margin-left: 10px;
  }
}
.multishipping-checkout-overview .table-order-review .price-including-tax + .price-excluding-tax {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.multishipping-checkout-overview .table-order-review .price-including-tax + .price-excluding-tax .price {
  margin: 0;
}
.multishipping-checkout-overview .table-order-review > tfoot > tr > th,
.multishipping-checkout-overview .table-order-review > tfoot > tr > th strong {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  vertical-align: center;
}
.multishipping-checkout-overview .table-order-review .item-options {
  margin-top: 20px;
}
.multishipping-checkout-overview .table-order-review .item-options dt:after {
  content: ':';
  display: inline-block;
}
.multishipping-checkout-overview .table-order-review .item-options dt + dd {
  float: left;
}
.multishipping-checkout-overview .table-order-review .item-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
.multishipping-checkout-overview .checkout-review .grand.totals {
  background: #f7f7f7;
  font-size: 1.8rem;
  padding: 15px;
  text-align: right;
}
.multishipping-checkout-overview .checkout-review .grand.totals .mark {
  color: #4a4948;
}
.multishipping-checkout-overview .checkout-review .grand.totals .amount {
  margin-inline-start: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-overview .checkout-review .grand.totals .amount {
    margin-left: 30px;
  }
}
.multishipping-checkout-overview .block-other > .block-title {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.multishipping-checkout-overview .actions-toolbar > .secondary .action.back {
  display: inline;
}
.multishipping-checkout-success .page-title {
  text-align: center;
}
.multishipping-checkout-success .multicheckout.success {
  margin: auto;
  max-width: 530px;
  width: 100%;
}
.multishipping-checkout-success .multicheckout.success .actions-toolbar {
  margin-top: 45px;
}
.multishipping-checkout-success .multicheckout.success .note {
  font-size: 1.6rem;
  text-align: center;
}
.multishipping-checkout-success .orders-list {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin-top: 45px;
}
.multishipping-checkout-success .orders-list > .shipping-list:not(:first-of-type) {
  margin-top: 45px;
}
.multishipping-checkout-success .orders-list .order-id {
  font-size: 2.2rem;
  font-weight: 700;
}
.multishipping-checkout-success .orders-list .shipping-item {
  background: #f7f7f7;
  border-radius: 4px;
  margin-top: 10px;
  padding: 25px 20px;
}
.multishipping-checkout-success .orders-list .shipping-address {
  line-height: 2.5rem;
}
.multishipping-checkout-success .actions-toolbar {
  justify-content: center;
}
.multishipping-checkout-success .actions-toolbar .action.submit {
  display: flex;
}
.multishipping-checkout-success .actions-toolbar .action.submit .amtheme-icon {
  margin-inline-start: 10px;
  fill: #536131;
  height: 20px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .multishipping-checkout-success .actions-toolbar .action.submit .amtheme-icon {
    margin-left: 10px;
  }
}
.multishipping-checkout_address-selectbilling .block-billing {
  align-items: start;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.multishipping-checkout_address-selectbilling .block-billing .actions-toolbar {
  margin-top: 0;
}
.multishipping-checkout_address-selectbilling .actions-toolbar .action.back {
  display: inline;
}
.multishipping-checkout_address-selectbilling .box-billing-address {
  border: 1px solid #070605;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px;
}
.multishipping-checkout_address-selectbilling .box-billing-address .box-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.multishipping-checkout_address-selectbilling .box-billing-address .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.multishipping-checkout_address-selectbilling .box-billing-address .action.select {
  color: #61c18f;
}
.amtheme-default-mark {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  display: flex;
  font-size: 1.4rem;
  margin-top: 15px;
  padding: 8px 0;
}
.amtheme-default-mark .amtheme-mark {
  box-sizing: border-box;
  flex-basis: 50%;
  padding: 0 10px;
  text-align: center;
}
.amtheme-default-mark .amtheme-mark:not(:last-of-type) {
  border-inline-end: 1px solid #dfdedd;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-default-mark .amtheme-mark:not(:last-of-type) {
    border-right: 1px solid #dfdedd;
  }
}
.ie11 .multishipping-checkout_address-selectbilling .block-billing {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.ie11 .multishipping-checkout_address-selectbilling .box-billing-address {
  margin: 0 15px 15px 0;
  min-width: 280px;
  width: calc((100% - 15px * 4) / 4);
}
.amtheme-newsletter-block.amtheme-newsletter {
  background-color: #fafafa;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-container {
  padding: 0 25px;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-description {
  color: #61c18f;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content .amtheme-description,
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content .amtheme-form {
  order: 1;
  padding: 15px;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-center .amtheme-description {
  text-align: center;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-right .amtheme-description {
  text-align: right;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view {
  flex-direction: column;
  justify-content: center;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view.-left {
  align-items: flex-start;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view.-right {
  align-items: flex-end;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view.-center {
  align-items: center;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view .-before-input {
  order: 1;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-vertical-view .-after-input {
  order: 2;
}
.amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-horizontal-view .amtheme-content {
  flex-direction: column;
  justify-content: center;
}
.amtheme-newsletter-block.amtheme-subscribe {
  border-bottom: 1px solid #dfdedd;
  padding: 30px 0;
}
.amtheme-newsletter-block.amtheme-subscribe .amtheme-label {
  width: 100%;
}
.amtheme-newsletter-block .amtheme-description {
  margin: 0 0 15px;
}
.amtheme-newsletter-block .amtheme-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.amtheme-newsletter-block .amtheme-form {
  align-items: flex-start;
  display: flex;
}
.amtheme-newsletter-block .amtheme-field {
  flex-grow: 1;
}
.amtheme-newsletter-block .amtheme-field.newsletter {
  align-items: flex-start;
  display: flex;
}
.amtheme-newsletter-block .amtheme-label {
  display: block;
  position: relative;
}
.amtheme-newsletter-block .amtheme-input {
  height: 44px;
  min-width: 150px;
}
.amtheme-newsletter-block .amtheme-input::-moz-placeholder {
  line-height: 1.4;
}
.amtheme-newsletter-block .action {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 15px;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-newsletter-block .action {
    margin-left: 15px;
    margin-right: 0;
  }
}
.amtheme-newsletter-block .amtheme-image {
  display: none;
}
.block.newsletter .title {
  display: none;
}
.table-billing-agreements .col.status > .status.-active {
  white-space: nowrap;
}
.table-billing-agreements .col.status > .status.-active:before {
  background: #7aa022;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.table-billing-agreements .col.status > .status.-canceled {
  white-space: nowrap;
}
.table-billing-agreements .col.status > .status.-canceled:before {
  background: #f23b3b;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.form-new-agreement .note {
  color: #070605;
  font-size: 1.6rem;
}
.form-new-agreement .content-wrapper {
  display: flex;
  margin-top: 15px;
}
.form-new-agreement .action.create {
  align-items: center;
  display: flex;
  height: 4rem;
  margin: 0 0 0 15px;
  padding: 0 12px;
}
.form-new-agreement .action.create .amtheme-icon {
  margin-inline-start: 10px;
  fill: #536131;
  height: 20px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-new-agreement .action.create .amtheme-icon {
    margin-left: 10px;
  }
}
.form-new-agreement .amtheme-select-block {
  width: 290px;
}
.block-billing-agreements-view .amtheme-info {
  margin-bottom: 45px;
}
.block.block-billing-agreements-view .block-title,
.block.block-billing-orders-view .block-title {
  font-size: 1.8rem;
}
.amtheme-cancel-agreement {
  padding-inline-end: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-cancel-agreement {
    padding-right: 25px;
  }
}
.amtheme-cancel-agreement .amtheme-icon {
  top: 50%;
  transform: translateY(-50%);
  fill: #070605;
  height: 15px;
  position: absolute;
  right: 7px;
  transition: right 0.4s ease-in-out;
  width: 15px;
}
.amtheme-cancel-agreement:hover .amtheme-icon {
  fill: #2e2721;
  right: 2px;
}
.paypal-review > .block-order-details-view.block {
  margin: 0 0 25px;
  padding: 30px 20px;
}
.paypal-review > .block-order-details-view.block .box {
  padding-bottom: 0;
  padding-inline-end: 35px;
  padding-inline-start: 0;
  padding-top: 0;
  background: none;
  display: flex;
  flex-direction: column;
  width: calc(33.33333333%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .paypal-review > .block-order-details-view.block .box {
    padding-left: 0;
    padding-right: 35px;
  }
}
.paypal-review > .block-order-details-view.block .box:last-child {
  padding: 0;
}
.paypal-review > .block-order-details-view .box-content {
  margin-bottom: auto;
}
.paypal-review > .block-order-details-view .box-order-billing-address > .box-content,
.paypal-review > .block-order-details-view .box-content > address {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .paypal-review > .block-order-details-view .box-order-billing-address > .box-content,
.ie11 .paypal-review > .block-order-details-view .box-content > address {
  word-break: break-all;
}
.ie11 .paypal-review > .block-order-details-view .box-order-billing-address > .box-content,
.ie11 .paypal-review > .block-order-details-view .box-content > address {
  word-break: break-all;
}
.ie11 .paypal-review > .block-order-details-view .box-order-billing-address > .box-content,
.ie11 .paypal-review > .block-order-details-view .box-content > address {
  word-break: break-all;
}
.ie11 .paypal-review > .block-order-details-view .box-order-billing-address > .box-content,
.ie11 .paypal-review > .block-order-details-view .box-content > address {
  word-break: break-all;
}
.ie11 .paypal-review > .block-order-details-view .box-order-billing-address > .box-content,
.ie11 .paypal-review > .block-order-details-view .box-content > address {
  word-break: break-all;
}
.ie11 .paypal-review > .block-order-details-view .box-order-billing-address > .box-content,
.ie11 .paypal-review > .block-order-details-view .box-content > address {
  word-break: break-all;
}
.paypal-review > .block-order-details-view .box-title {
  font-size: 1.8rem;
}
.paypal-review > .block-order-details-view .box-actions > .action.edit {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 5px;
}
.paypal-review .box-order-billing-address > .box-content {
  line-height: 25px;
}
.paypal-review .box-order-billing-address > .box-content > img {
  margin-top: 10px;
  max-height: 25px;
}
.table-paypal-review-items .opc-block-summary {
  background: none;
  border: 0;
  padding: 0;
  position: static;
}
.table-paypal-review-items .opc-block-summary tr > td {
  min-width: 110px;
  padding: 10px 0;
  text-align: right;
  width: 10%;
}
.table-paypal-review-items .opc-block-summary tr > th {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-inline-end: 7px;
  color: #4a4948;
  line-height: 2rem;
  text-align: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-paypal-review-items .opc-block-summary tr > th {
    padding-right: 7px;
  }
}
.table-paypal-review-items .opc-block-summary .grand.totals > th {
  color: #070605;
  text-transform: inherit;
}
.table-paypal-review-items .opc-block-summary .grand.totals > th,
.table-paypal-review-items .opc-block-summary .grand.totals > td {
  font-size: 1.8rem;
}
.paypal-review-discount {
  margin-bottom: 45px;
}
.paypal-review-discount .title > span {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #070605;
  cursor: pointer;
}
.paypal-review-discount .field > .label {
  display: none;
}
.paypal-review-discount .fieldset.coupon {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
.paypal-review-discount .field {
  margin: 0;
}
.paypal-review-discount .amtheme-actions-toolbar {
  margin-inline-start: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .paypal-review-discount .amtheme-actions-toolbar {
    margin-left: 15px;
  }
}
.paypal-review-discount .amtheme-actions-toolbar .action.apply {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.paypal-review-items .paypal-review-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
.paypal-review-items .paypal-review-title > strong {
  margin-inline-end: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .paypal-review-items .paypal-review-title > strong {
    margin-right: 15px;
  }
}
.paypal-review-items .paypal-review-title > .action.edit {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 2px 0 0;
}
.table-paypal-review-items.cart.items > thead > tr > th {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  padding: 7px;
}
.table-paypal-review-items.cart.items > thead > tr > th:first-child {
  padding-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-paypal-review-items.cart.items > thead > tr > th:first-child {
    padding-left: 0;
  }
}
.table-paypal-review-items.cart.items > thead > tr > th:last-child {
  padding-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-paypal-review-items.cart.items > thead > tr > th:last-child {
    padding-right: 0;
  }
}
.table-paypal-review-items.cart.items .cart.item {
  border: 0;
}
.table-paypal-review-items.cart.items .cart.item .col.subtotal {
  padding-inline-start: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-paypal-review-items.cart.items .cart.item .col.subtotal {
    padding-left: 0;
  }
}
.table-paypal-review-items.cart.items .col.item {
  display: flex;
}
.table-paypal-review-items.cart.items .col.price {
  display: table-cell;
}
.table-paypal-review-items.cart.items .price-excluding-tax:before {
  margin: 0;
}
.table-paypal-review-items.cart.items .col.subtotal .price-excluding-tax {
  justify-content: flex-end;
}
.table-paypal-review-items.cart.items .product-item-name {
  word-break: break-word;
  word-wrap: break-word;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
}
.ie11 .table-paypal-review-items.cart.items .product-item-name {
  word-break: break-all;
}
.ie11 .table-paypal-review-items.cart.items .product-item-name {
  word-break: break-all;
}
.ie11 .table-paypal-review-items.cart.items .product-item-name {
  word-break: break-all;
}
.ie11 .table-paypal-review-items.cart.items .product-item-name {
  word-break: break-all;
}
.ie11 .table-paypal-review-items.cart.items .product-item-name {
  word-break: break-all;
}
.ie11 .table-paypal-review-items.cart.items .product-item-name {
  word-break: break-all;
}
.paypal-review-items .table-wrapper {
  margin-top: 30px;
  overflow: unset;
}
.paypal-review-items .order-review-form .actions-toolbar {
  justify-content: flex-end;
}
.paypal-review-items .order-review-form .actions-toolbar .action {
  margin: 0;
}
.table-paypal-review-items .product-item-details > .item-options {
  color: #4a4948;
  font-size: 1.4rem;
  margin-top: 15px;
  max-width: 450px;
}
.table-paypal-review-items .product-item-details > .item-options > dt {
  font-weight: 400;
}
.table-paypal-review-items .product-item-details > .item-options > dd {
  font-weight: 700;
}
.product-info-main .product.alert {
  background: #f7f7f7;
  border-radius: 4px;
  display: block;
  font-size: 1.2rem;
  margin: 10px 0;
  padding: 10px;
  text-transform: uppercase;
}
.rating-summary {
  margin-inline-end: 15px;
  display: inline-block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rating-summary {
    margin-right: 15px;
  }
}
.rating-summary > .rating-result {
  margin-inline-end: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rating-summary > .rating-result {
    margin-right: 15px;
  }
}
.rating-result {
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: 100px;
}
.rating-result:before {
  background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/icons/color_mode/dark/star-empty.svg");
  background-position: 0;
  background-size: 20px;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rating-result span {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
}
.rating-result > span:before {
  background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/icons/star-hover.svg");
  background-position: 0;
  background-size: 20px;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: inherit;
  z-index: 2;
}
.star-secondary .rating-result > span:before {
  background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/icons/color_mode/dark/star-black.svg");
}
.reviews-actions {
  display: inline-block;
  max-width: 100%;
}
.reviews-actions .action,
.reviews-actions .action:visited {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  display: inline-block;
  line-height: 2rem;
  max-width: 100%;
  vertical-align: middle;
}
.reviews-actions .action:hover {
  color: #2e2721;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar:last-child {
  border-top: 1px solid #dfdedd;
}
.review-toolbar .limiter {
  display: none;
}
.rating-stars-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
}
.rating-stars-block > .rating-star {
  background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/icons/color_mode/dark/star-empty.svg");
  background-position: 0;
  background-size: 20px;
  cursor: pointer;
  height: 20px;
  min-height: auto;
  padding: 0;
  width: 20px;
}
.rating-stars-block > .rating-star:before,
.rating-stars-block > .rating-star:after {
  display: none;
}
.rating-stars-block > input:checked ~ .rating-star,
.rating-stars-block > input:checked.mage-error ~ .rating-star,
.rating-stars-block > input:checked + .rating-star:hover,
.rating-stars-block > input:checked ~ .rating-star:hover,
.rating-stars-block > input:checked ~ .rating-star:hover ~ .rating-star,
.rating-stars-block > .rating-star:hover ~ input:checked ~ .rating-star,
.rating-stars-block:not(:checked) > .rating-star:hover,
.rating-stars-block:not(:checked) > .rating-star:hover ~ .rating-star {
  background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/icons/star-hover.svg");
}
.rating-stars-block > input:focus ~ .rating-star,
.rating-stars-block > input:checked:focus ~ .rating-star {
  filter: drop-shadow(0 0 1px #61c18f);
}
.rating-stars-block > input.mage-error ~ .rating-star {
  background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/icons/star-error.svg");
}
.review-list .review-item {
  margin: 0;
  padding: 30px 0 15px;
}
.review-list .review-item:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
}
.review-list .review-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.review-list .review-title {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2rem;
}
.ie11 .review-list .review-title {
  word-break: break-all;
}
.ie11 .review-list .review-title {
  word-break: break-all;
}
.ie11 .review-list .review-title {
  word-break: break-all;
}
.ie11 .review-list .review-title {
  word-break: break-all;
}
.ie11 .review-list .review-title {
  word-break: break-all;
}
.ie11 .review-list .review-title {
  word-break: break-all;
}
.review-list .review-date {
  color: #a8a69f;
  margin: 0 0 0 5px;
}
.review-list .review-ratings {
  margin-bottom: 20px;
}
.review-list .review-ratings .rating-summary {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.2;
  margin: 0 15px 15px 0;
}
.review-list .review-ratings .rating-summary .rating-label {
  clip: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  overflow: visible;
  width: auto;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 2.2rem;
  padding: 0 5px 0 0;
  position: static;
}
.ie11 .review-list .review-ratings .rating-summary .rating-label {
  word-break: break-all;
}
.ie11 .review-list .review-ratings .rating-summary .rating-label {
  word-break: break-all;
}
.ie11 .review-list .review-ratings .rating-summary .rating-label {
  word-break: break-all;
}
.ie11 .review-list .review-ratings .rating-summary .rating-label {
  word-break: break-all;
}
.ie11 .review-list .review-ratings .rating-summary .rating-label {
  word-break: break-all;
}
.ie11 .review-list .review-ratings .rating-summary .rating-label {
  word-break: break-all;
}
.review-list .review-content {
  word-break: break-word;
  word-wrap: break-word;
  color: #4a4948;
  margin-bottom: 30px;
}
.ie11 .review-list .review-content {
  word-break: break-all;
}
.ie11 .review-list .review-content {
  word-break: break-all;
}
.ie11 .review-list .review-content {
  word-break: break-all;
}
.ie11 .review-list .review-content {
  word-break: break-all;
}
.ie11 .review-list .review-content {
  word-break: break-all;
}
.ie11 .review-list .review-content {
  word-break: break-all;
}
.review-list .review-author {
  color: #a8a69f;
}
.amtheme-reviews-list {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 20px;
}
.amtheme-reviews-list .amtheme-item {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}
.amtheme-reviews-list .amtheme-content {
  align-items: flex-start;
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 20px;
  width: 100%;
}
.amtheme-reviews-list .amtheme-actions {
  line-height: 1;
  white-space: nowrap;
}
.amtheme-reviews-list .action.more {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.amtheme-reviews-list .amtheme-wrapper {
  margin: 0 0 15px;
}
.amtheme-reviews-list .amtheme-description {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amtheme-reviews-list .amtheme-description {
  word-break: break-all;
}
.ie11 .amtheme-reviews-list .amtheme-description {
  word-break: break-all;
}
.ie11 .amtheme-reviews-list .amtheme-description {
  word-break: break-all;
}
.ie11 .amtheme-reviews-list .amtheme-description {
  word-break: break-all;
}
.ie11 .amtheme-reviews-list .amtheme-description {
  word-break: break-all;
}
.ie11 .amtheme-reviews-list .amtheme-description {
  word-break: break-all;
}
.amtheme-reviews-list .amtheme-date {
  color: #4a4948;
  margin-bottom: 5px;
}
.amtheme-reviews-list .amtheme-productname {
  color: #4a4948;
  display: block;
  margin-bottom: 8px;
}
.amtheme-reviewform-block .form-heading {
  margin-bottom: 30px;
  text-align: center;
}
.amtheme-reviewform-block .form-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 0 5px;
}
.amtheme-reviewform-block .product-name {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amtheme-reviewform-block .product-name {
  word-break: break-all;
}
.ie11 .amtheme-reviewform-block .product-name {
  word-break: break-all;
}
.ie11 .amtheme-reviewform-block .product-name {
  word-break: break-all;
}
.ie11 .amtheme-reviewform-block .product-name {
  word-break: break-all;
}
.ie11 .amtheme-reviewform-block .product-name {
  word-break: break-all;
}
.ie11 .amtheme-reviewform-block .product-name {
  word-break: break-all;
}
.amtheme-reviewform-block .product-review-table {
  display: table;
  max-width: 100%;
}
.amtheme-reviewform-block .product-review-table > .review-field-rating {
  display: table-row;
}
.amtheme-reviewform-block .product-review-table .rating-stars-block {
  padding: 5px 0;
}
.amtheme-reviewform-block .product-review-table > .review-field-rating > .label {
  word-break: break-word;
  word-wrap: break-word;
  display: table-cell;
  max-width: 170px;
  min-width: 60px;
  padding: 5px 10px 5px 0;
  vertical-align: middle;
}
.ie11 .amtheme-reviewform-block .product-review-table > .review-field-rating > .label {
  word-break: break-all;
}
.ie11 .amtheme-reviewform-block .product-review-table > .review-field-rating > .label {
  word-break: break-all;
}
.ie11 .amtheme-reviewform-block .product-review-table > .review-field-rating > .label {
  word-break: break-all;
}
.ie11 .amtheme-reviewform-block .product-review-table > .review-field-rating > .label {
  word-break: break-all;
}
.ie11 .amtheme-reviewform-block .product-review-table > .review-field-rating > .label {
  word-break: break-all;
}
.ie11 .amtheme-reviewform-block .product-review-table > .review-field-rating > .label {
  word-break: break-all;
}
.amtheme-customer-review.view,
.customer-review.view {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.amtheme-customer-review.view .product-name,
.customer-review.view .product-name {
  letter-spacing: 0.03em;
  margin: 0 0 10px;
}
.amtheme-customer-review.view .product-media,
.customer-review.view .product-media {
  margin-bottom: 20px;
}
.amtheme-customer-review.view .review-details,
.customer-review.view .review-details {
  margin-top: 35px;
}
.amtheme-customer-review.view .review-title,
.customer-review.view .review-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2rem;
  margin-bottom: 10px;
}
.amtheme-customer-review.view .review-date,
.customer-review.view .review-date {
  color: #4a4948;
  margin-bottom: 15px;
}
.amtheme-customer-review.view .customer-review-rating,
.customer-review.view .customer-review-rating {
  margin-bottom: 20px;
}
.amtheme-customer-review.view .product-reviews-summary .reviews-actions,
.customer-review.view .product-reviews-summary .reviews-actions {
  margin: 0;
}
.amtheme-customer-review.view .product-reviews-summary .action.add,
.customer-review.view .product-reviews-summary .action.add {
  display: none;
}
.sales-guest-form .page-title-wrapper {
  text-align: center;
}
.form-orders-search {
  margin: 0 auto;
}
.form-orders-search .fieldset:last-of-type,
.form-orders-search .field:last-of-type,
.form-orders-search .fieldset.zip,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.form-orders-search .amtheme-select-block {
  width: 100%;
}
.form-orders-search .legend {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin: 0 auto 20px;
}
.amtheme-status.-processing {
  white-space: nowrap;
}
.amtheme-status.-processing:before {
  background: #7aa022;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.amtheme-status.-closed {
  white-space: nowrap;
}
.amtheme-status.-closed:before {
  background: #f23b3b;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.amtheme-status.-new {
  white-space: nowrap;
}
.amtheme-status.-new:before {
  background: #ffd43e;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.amtheme-status.-holded {
  white-space: nowrap;
}
.amtheme-status.-holded:before {
  background: #6b26fd;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 5px;
}
.table-wrapper .table.table-order-items th.price,
.table-wrapper .table.table-order-items td.price {
  display: table-cell;
}
.table-wrapper .table.table-order-items .col.id > a,
.table-wrapper .table.table-order-items .col.name .product.name {
  font-weight: 400;
}
.table-wrapper .table.table-order-items .col.total,
.table-wrapper .table.table-order-items .col.price,
.table-wrapper .table.table-order-items .col.subtotal {
  font-weight: 700;
}
.table-wrapper .table.table-order-items .col.total,
.table-wrapper .table.table-order-items .col.total ~ .col,
.table-wrapper .table.table-order-items .col.price,
.table-wrapper .table.table-order-items .col.price ~ .col {
  text-align: right;
}
.block.block-order-details-view {
  background: #f7f7f7;
  border-radius: 6px;
  margin-bottom: 55px;
  padding: 25px 20px 20px;
}
.block.block-order-details-view > .block-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.block.block-order-details-view > .block-content {
  display: flex;
  flex-wrap: wrap;
}
.block.block-order-details-view .column {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.block.block-order-details-view .column:not(:last-of-type) {
  margin: 0 0 20px;
}
.block.block-order-details-view .column.-methods {
  display: flex;
  justify-content: space-between;
}
.block.block-order-details-view .column.-methods > .box {
  flex-basis: calc((100% - 20px) / 2);
}
.block.block-order-details-view .column.-methods > .box.-fullwidth {
  flex-basis: 100%;
}
.block.block-order-details-view .box {
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px;
}
.block.block-order-details-view .box > .box-title {
  display: block;
  margin-bottom: 20px;
}
.block.block-order-details-view .box > .box-content dt {
  font-weight: 400;
}
.order-details-items .order-title {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 20px;
}
.order-details-items .order-title .track {
  flex-basis: 100%;
  font-size: 1.6rem;
  margin-top: 20px;
}
.order-details-items .order-title .print {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.order-details-items.ordered .order-title {
  display: none;
}
.order-details-items .price-including-tax + .price-excluding-tax,
.order-details-items .weee[data-label] {
  justify-content: flex-end;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ':';
}
.order-details-items table {
  background: transparent;
}
.order-details-items table > thead > tr > th {
  padding-top: 15px;
}
.order-details-items table > tbody {
  border-bottom: 1px solid #dfdedd;
}
.order-details-items table > tbody > tr > td {
  padding: 25px 15px;
}
.order-details-items table > tfoot > tr > th {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  text-align: right;
}
.order-details-items table > tfoot > tr > td {
  font-weight: 400;
  text-align: right;
}
.order-details-items table > tfoot > tr:first-of-type > th,
.order-details-items table > tfoot > tr:first-of-type > td {
  padding-top: 30px;
}
.order-details-items table .col.sku:before {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order-details-items table .col.sku:before {
    margin-right: 5px;
  }
}
.order-details-items .item-parent td {
  padding-bottom: 10px;
}
.order-details-items .item-parent ~ .options-label td {
  font-weight: 700;
  padding: 10px 15px;
}
.order-details-items .item-parent ~ .item-options-container td {
  padding: 10px 15px;
}
.order-details-items .item-options,
.order-details-items .item.options {
  margin: 20px 0 0;
  overflow: hidden;
}
.order-details-items .item-options dt:after,
.order-details-items .item.options dt:after {
  content: ':';
  display: inline-block;
}
.order-details-items .item-options dt + dd,
.order-details-items .item.options dt + dd {
  float: left;
}
.order-details-items .item-options dt,
.order-details-items .item.options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
.order-details-items > .actions-toolbar:first-child {
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px 0;
  padding: 15px 15px 0;
}
.order-details-items > .actions-toolbar:first-child:before,
.order-details-items > .actions-toolbar:first-child:after {
  display: none;
}
.order-details-items > .actions-toolbar:first-child .action {
  border-radius: 4px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding: 10px;
}
.order-details-items .table-wrapper {
  margin-bottom: 45px;
}
.order-details-items .table-wrapper table > tbody:last-of-type > tr:last-of-type > td {
  padding-bottom: 35px;
}
.order-tracking {
  align-items: baseline;
  display: flex;
  margin-bottom: 0;
}
.order-tracking .tracking-title {
  margin-inline-end: 10px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order-tracking .tracking-title {
    margin-right: 10px;
  }
}
.order-tracking .tracking-content .number,
.page-print .order-tracking .tracking-content {
  border: 1px solid #dfdedd;
  border-radius: 4px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 7px;
}
.order-tracking .tracking-content .number:not(:last-child) {
  margin-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order-tracking .tracking-content .number:not(:last-child) {
    margin-right: 10px;
  }
}
.page-print .order-tracking {
  flex-wrap: wrap;
  margin-top: 20px;
}
.page-print .order-tracking .wrapper {
  margin-inline-end: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-print .order-tracking .wrapper {
    margin-right: 15px;
  }
}
.account .order-details-items .price-including-tax + .price-excluding-tax,
.account .order-details-items .weee[data-label] {
  flex-wrap: wrap;
}
@media print {
  .page-print .block.block-order-details-view {
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
  .page-print .block.block-order-details-view .block-content {
    display: block;
  }
  .page-print .block.block-order-details-view .column,
  .page-print .block.block-order-details-view .column.-methods {
    display: inline-block;
    float: left;
    vertical-align: top;
  }
  .page-print .copyright,
  .page-print .order-details-items {
    clear: both;
  }
  .page-print .order-details-items .table-wrapper {
    margin: 0;
    overflow: inherit;
  }
  .page-print .main .order-tracking {
    display: block;
  }
  .page-print .main .order-tracking .wrapper {
    display: block;
  }
}
@media print and screen and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .page-print .block.block-order-details-view {
    padding-right: 0;
  }
}
@media print and screen and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .page-print .block.block-order-details-view {
    padding-left: 0;
  }
}
[class*='sales-guest-'].page-print .logo,
.account[class*='sales-'].page-print .logo {
  margin-bottom: 30px;
}
.sales-order-printshipment.page-print .table-wrapper .table.table-order-items .col.price,
.sales-guest-printshipment.page-print .table-wrapper .table.table-order-items .col.price {
  text-align: inherit;
}
.search-terms > li {
  margin-bottom: 20px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
  margin-top: 0;
  background: #f7f7f7;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 12px;
  vertical-align: middle;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-terms > li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.action.mailto.friend {
  display: inline-flex;
}
.form.send.friend {
  margin: auto 0;
  max-width: 600px;
}
.form.send.friend > .actions-toolbar {
  justify-content: flex-end;
}
.form.send.friend > .actions-toolbar .primary .action {
  margin: 0;
}
.form.send.friend > .actions-toolbar .secondary {
  display: none;
}
.form.send.friend .fieldset.sender .field,
.form.send.friend .fieldset.recipients .field {
  width: 100%;
}
.form.send.friend .fieldset.sender .legend + br,
.form.send.friend .fieldset.recipients .legend + br {
  display: none;
}
.form.send.friend .fieldset.sender {
  border-bottom: 1px solid #dfdedd;
  padding-bottom: 10px;
}
.form.send.friend .fieldset.recipients {
  margin-top: 30px;
}
.form.send.friend .fieldset.recipients .fields:first-child > .actions-toolbar {
  display: none;
}
.form.send.friend .fieldset.recipients > .actions-toolbar {
  margin-top: 10px;
}
.form.send.friend .fieldset.recipients > .actions-toolbar .secondary {
  margin: 0;
  padding: 0;
}
.form.send.friend .fieldset.recipients .action.add,
.form.send.friend .fieldset.recipients .action.remove {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  color: #070605;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.form.send.friend .fieldset.recipients .action.add:visited,
.form.send.friend .fieldset.recipients .action.remove:visited {
  color: #070605;
  text-decoration: none;
}
.form.send.friend .fieldset.recipients .action.add:hover,
.form.send.friend .fieldset.recipients .action.remove:hover {
  color: #2e2721;
  text-decoration: none;
}
.form.send.friend .fieldset.recipients .action.add:active,
.form.send.friend .fieldset.recipients .action.remove:active {
  color: #000000;
  text-decoration: none;
}
.form.send.friend .fieldset.recipients .action.add:hover,
.form.send.friend .fieldset.recipients .action.remove:hover,
.form.send.friend .fieldset.recipients .action.add:active,
.form.send.friend .fieldset.recipients .action.remove:active,
.form.send.friend .fieldset.recipients .action.add:focus,
.form.send.friend .fieldset.recipients .action.remove:focus {
  background: none;
  border: 0;
}
.form.send.friend .fieldset.recipients .action.add.disabled,
.form.send.friend .fieldset.recipients .action.remove.disabled,
.form.send.friend .fieldset.recipients .action.add[disabled],
.form.send.friend .fieldset.recipients .action.remove[disabled],
fieldset[disabled] .form.send.friend .fieldset.recipients .action.add,
fieldset[disabled] .form.send.friend .fieldset.recipients .action.remove {
  color: #070605;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.send.friend .fieldset.recipients .fields.additional {
  display: flex;
  flex-direction: column;
}
.form.send.friend .fieldset.recipients .fields.additional > .fieldset {
  order: 1;
}
.form.send.friend .fieldset.recipients .fields.additional > .actions-toolbar {
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  order: 2;
}
.form.send.friend .fieldset.recipients .fields.additional > .actions-toolbar > .secondary {
  margin: 0;
  padding: 0;
}
input.swatch-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.swatch-attribute:focus,
.swatch-attribute-options:focus {
  box-shadow: none;
}
._keyfocus .swatch-attribute:focus,
._keyfocus .swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-wrapper.-square .swatch-option,
.swatch-opt.-square .swatch-option {
  border-radius: 4px;
}
.swatch-attribute {
  margin-top: 5px;
}
.swatch-attribute .swatch-more {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4a4948;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 13px;
  max-width: 100px;
  text-transform: uppercase;
  vertical-align: top;
}
.swatch-option {
  margin-bottom: 8px;
  margin-inline-end: 8px;
  margin-inline-start: 0;
  margin-top: 0;
  padding: 6px;
  border: 2px solid #dfdedd;
  border-radius: 80px;
  cursor: pointer;
  display: inline-block;
  min-height: 32px;
  min-width: 36px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .swatch-option {
    margin-left: 0;
    margin-right: 8px;
  }
}
.swatch-option:hover {
  border-color: #070605;
  color: #070605;
}
.swatch-option:focus {
  box-shadow: none;
}
._keyfocus .swatch-option:focus {
  border-color: #070605;
  box-shadow: none;
}
.swatch-option.selected {
  background: #f7f7f7;
  border-color: #070605;
}
.swatch-option.disabled {
  border-color: #dfdedd;
  color: #dfdedd;
  pointer-events: none;
}
.swatch-option.disabled.color {
  cursor: default;
  pointer-events: all;
}
.swatch-option.disabled.color:hover {
  opacity: .4;
}
.swatch-option.disabled.color:hover:before {
  border-color: #f23b3b;
}
.swatch-option *,
.swatch-option,
.swatch-option *:before,
.swatch-option:before,
.swatch-option *:after,
.swatch-option:after {
  box-sizing: border-box;
}
.swatch-layered .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
.swatch-layered .swatch-option-link-layered {
  margin-bottom: 10px;
  margin-inline-end: 10px;
  margin-inline-start: 0;
  margin-top: 0;
  display: inline-block;
  overflow: visible;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .swatch-layered .swatch-option-link-layered {
    margin-left: 0;
    margin-right: 10px;
  }
}
._keyfocus .swatch-layered .swatch-option-link-layered:focus {
  box-shadow: none;
}
._keyfocus .swatch-layered .swatch-option-link-layered:focus .swatch-option {
  border-color: #070605;
  box-shadow: none;
}
._keyfocus .swatch-layered .swatch-option-link-layered:focus .swatch-option.color:before {
  border-color: #070605;
  opacity: 1;
}
.swatch-layered .swatch-option-link-layered .swatch-option {
  margin: 0;
}
.swatch-layered .swatch-option-link-layered *,
.swatch-layered .swatch-option-link-layered,
.swatch-layered .swatch-option-link-layered *:before,
.swatch-layered .swatch-option-link-layered:before,
.swatch-layered .swatch-option-link-layered *:after,
.swatch-layered .swatch-option-link-layered:after {
  box-sizing: border-box;
}
.swatch-attribute {
  margin: 10px 0 5px 0;
}
.swatch-attribute .swatch-more {
  line-height: 1.3rem;
  margin-top: 6px;
}
.swatch-attribute > .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
.swatch-attribute .swatch-option:not(.text) {
  height: 30px;
  min-height: 30px;
  min-width: auto;
  width: 30px;
}
.swatch-attribute .swatch-option.image {
  min-height: 30px;
  min-width: 30px;
}
.swatch-option.color {
  border: 0;
  border-radius: 50%;
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
.swatch-option.color:before {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: inherit;
  content: '';
  display: inline-block;
  height: 30px;
  min-width: auto;
  opacity: 0;
  transform: scale(1.24);
  transition: all 0.4s ease-in-out;
  width: 30px;
  z-index: 10;
}
.swatch-option.color:hover:before {
  border-color: #dfdedd;
  opacity: 1;
}
.swatch-option.color.selected:before {
  border-color: #070605;
  opacity: 1;
}
._keyfocus .swatch-option.color:not(.disabled):focus:before {
  border-color: #070605;
  opacity: 1;
}
.item.product-item .swatch-option:not(.text) {
  height: 25px;
  min-height: 25px;
  width: 25px;
}
.item.product-item .swatch-option.color:before {
  height: 25px;
  width: 25px;
}
.swatch-option-tooltip {
  background: #f7f7f7;
  border-radius: 4px;
  color: #070605;
  display: none;
  max-height: 100%;
  max-width: 90vw;
  min-height: 10px;
  min-width: 30px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 1001;
}
.swatch-option-tooltip .corner {
  display: none;
}
.swatch-option-tooltip-layered .image,
.swatch-option-tooltip .image {
  border-radius: 4px 4px 0 0;
  display: block;
  height: 60px;
  margin: 0 auto 5px;
  width: 60px;
}
.swatch-option-tooltip-layered {
  background: #f7f7f7;
  border-radius: 4px;
  color: #070605;
  display: none;
  position: absolute;
  width: 140px;
  z-index: 1001;
}
.swatch-option-tooltip .title {
  word-break: break-word;
  word-wrap: break-word;
  color: #070605;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  max-height: 200px;
  overflow: hidden;
  text-align: center;
}
.ie11 .swatch-option-tooltip .title {
  word-break: break-all;
}
.ie11 .swatch-option-tooltip .title {
  word-break: break-all;
}
.ie11 .swatch-option-tooltip .title {
  word-break: break-all;
}
.ie11 .swatch-option-tooltip .title {
  word-break: break-all;
}
.ie11 .swatch-option-tooltip .title {
  word-break: break-all;
}
.ie11 .swatch-option-tooltip .title {
  word-break: break-all;
}
body {
  background-color: #ffffff;
}
.cookie-status-message {
  display: none;
}
._keyfocus a:focus,
._keyfocus button:focus {
  border-radius: 2px;
}
.ie11 ._keyfocus a:focus,
.ie11 ._keyfocus button:focus {
  box-shadow: 0 0 0 1px #070605;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.page-main {
  flex-grow: 1;
}
.grecaptcha-badge {
  z-index: 100;
}
.page-header > .content {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex: 1 0 0;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 19px 35px 20px;
}
.page-header > .content .logo-image {
  display: block;
}
.page-header .amtheme-header-icon:not(:last-child) {
  margin-inline-end: 22px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-header .amtheme-header-icon:not(:last-child) {
    margin-right: 22px;
  }
}
.page-header .amtheme-navigation-icon .amtheme-icon {
  height: 40px;
  vertical-align: middle;
  width: 40px;
}
.page-header .amtheme-icons {
  align-items: center;
  display: flex;
}
.page-header .panel.wrapper,
.page-header .header.content {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.page-header .header-panel-widgets,
.page-header .header-widgets {
  margin: 15px 0;
  order: 2;
  width: 100%;
}
.page-header .header-content {
  order: 2;
}
.page-header.-sticky-header {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(71, 68, 63, 0.1), 0 2px 8px rgba(135, 135, 135, 0.2);
  left: 0;
  position: fixed;
  right: 0;
  top: -450px;
  transition: top 0.4s ease-in-out;
  z-index: 60;
}
.page-header.-sticky-header.-show {
  top: 0;
  transition: top 0.4s ease-in-out;
}
.page-header.-sticky-header:not(.-show) .mage-dropdown-dialog {
  display: none;
}
.page-header.-sticky-header > .panel.wrapper {
  display: none;
}
.page-header.-sticky-header > .header.content {
  padding: 10px 30px;
}
.page-header.-sticky-header > .sections.nav-sections {
  background: #ffffff;
  margin: 0;
}
.page-header.-sticky-header .navigation,
.page-header.-sticky-header .amtheme-menu-block {
  background-color: #ffffff;
  color: #070605;
}
.page-header.-sticky-header .navigation > ul {
  border-bottom: none;
  border-top: 2px solid #ffffff;
}
.page-header.-sticky-header .navigation li.level0 > a {
  padding: 10px 0;
}
.amtheme-icons-container {
  align-items: center;
  display: flex;
}
.amtheme-icons-container .amtheme-icon {
  padding: 5px;
  vertical-align: middle;
}
.amasty-jet-theme .switcher {
  margin-inline-end: 60px;
}
.amasty-jet-theme .switcher li:not(:last-child) {
  padding-bottom: 15px;
}
.amasty-jet-theme .switcher a {
  color: #4a4948;
  display: inline-block;
  font-weight: 400;
  padding: 0 20px;
  width: 100%;
}
._keyfocus .amasty-jet-theme .switcher a:focus {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #f7f7f7, 0 0 0 4px #070605;
}
.amasty-jet-theme .switcher a:hover {
  color: #7b6f63;
}
.amasty-jet-theme .switcher .amtheme-icon {
  margin-inline-end: 5px;
  flex-shrink: 0;
  height: 20px;
  vertical-align: bottom;
  width: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amasty-jet-theme .switcher .amtheme-icon {
    margin-right: 5px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amasty-jet-theme .switcher {
    margin-right: 60px;
  }
}
.amasty-jet-theme .switcher,
.amasty-jet-theme .switcher .switcher-options {
  position: relative;
}
.amasty-jet-theme .switcher:not(:last-of-type) {
  margin-inline-end: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amasty-jet-theme .switcher:not(:last-of-type) {
    margin-right: 20px;
  }
}
.amasty-jet-theme .switcher .action {
  cursor: pointer;
  display: flex;
}
.amasty-jet-theme .switcher .action:hover {
  color: #7b6f63;
  transition: all 0.4s ease-in-out;
}
.amasty-jet-theme .switcher .action:hover .amtheme-icon {
  fill: #7b6f63;
}
.amasty-jet-theme .switcher .dropdown:not(.options) {
  background: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  box-sizing: border-box;
  margin-top: 10px;
  max-width: 100%;
  min-width: 175px;
  padding: 20px 0;
  position: absolute;
  right: -5px;
  z-index: 14;
}
.amasty-jet-theme .switcher .active + .dropdown {
  display: block;
}
.amasty-jet-theme .switcher strong {
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
.ie11 .amasty-jet-theme .switcher strong {
  word-break: break-all;
}
.ie11 .amasty-jet-theme .switcher strong {
  word-break: break-all;
}
.ie11 .amasty-jet-theme .switcher strong {
  word-break: break-all;
}
.ie11 .amasty-jet-theme .switcher strong {
  word-break: break-all;
}
.ie11 .amasty-jet-theme .switcher strong {
  word-break: break-all;
}
.ie11 .amasty-jet-theme .switcher strong {
  word-break: break-all;
}
.amasty-jet-theme .switcher.switcher-currency strong {
  white-space: nowrap;
}
.panel {
  display: none;
}
.panel .authorization-link {
  position: relative;
}
.panel .authorization-link:not(:last-child) {
  margin-inline-end: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .panel .authorization-link:not(:last-child) {
    margin-right: 20px;
  }
}
.panel .authorization-link:after {
  content: attr(data-label);
  display: inline-block;
  position: absolute;
  right: -25px;
  top: 0;
}
.panel .authorization-link.-logged-in:after,
.panel .authorization-link:last-child:after {
  display: none;
}
.panel .amtheme-icon {
  fill: #070605;
}
._keyfocus .panel .switcher .action:focus {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #fafce2, 0 0 0 4px #070605;
}
.header.links {
  margin-inline-start: 60px;
  display: inline-flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header.links {
    margin-left: 60px;
  }
}
.header.links > li:not(:first-child) {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 15px;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header.links > li:not(:first-child) {
    margin-left: 15px;
    margin-right: 0;
  }
}
.header.links > .authorization-link:not(:last-child) {
  margin-inline-end: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header.links > .authorization-link:not(:last-child) {
    margin-right: 20px;
  }
}
.header.links > .authorization-link.-logged-in {
  display: none;
}
.header.links a {
  transition: color 0.4s ease-in-out;
}
.header.links a:hover {
  color: #61c18f;
}
.header.links a:hover .amtheme-icon {
  fill: #61c18f;
}
._keyfocus .header.links a:focus {
  border-radius: 2px;
  box-shadow: 0 0 0 3px #fafce2, 0 0 0 4px #070605;
}
.amtheme-myaccount-link a {
  font-weight: 400;
}
.amtheme-myaccount-link .amtheme-icon {
  height: 20px;
  vertical-align: bottom;
  width: 20px;
}
.page-footer .amtheme-footer-section {
  display: flex;
}
.footer.links a {
  word-break: break-word;
  word-wrap: break-word;
  color: #4a4948;
  transition: all ease-in-out 0.4s;
}
.ie11 .footer.links a {
  word-break: break-all;
}
.ie11 .footer.links a {
  word-break: break-all;
}
.ie11 .footer.links a {
  word-break: break-all;
}
.ie11 .footer.links a {
  word-break: break-all;
}
.ie11 .footer.links a {
  word-break: break-all;
}
.ie11 .footer.links a {
  word-break: break-all;
}
.footer.links a:hover {
  color: #61c18f;
}
.ie11 .footer.links a {
  display: inline-block;
}
.amtheme-socials-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amtheme-socials-list .amtheme-item {
  margin-bottom: 20px;
  padding: 0 10px;
}
.amtheme-socials-list .amtheme-action {
  background: #3d3731;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  padding: 10px;
  transition: all 0.4s ease-in-out;
  vertical-align: top;
  width: 40px;
}
.amtheme-socials-list .amtheme-action:hover {
  background: #a8a69f;
}
.amtheme-socials-list .amtheme-action.facebook {
  padding: 0;
}
.amtheme-socials-list .amtheme-action.facebook > svg {
  margin: 1px 0 0 -4px;
}
._keyfocus .amtheme-socials-list .amtheme-icon:focus,
.ie11 ._keyfocus .amtheme-socials-list .amtheme-icon:focus {
  border-radius: 50%;
}
.amtheme-socials-list .amtheme-action > svg {
  height: 100%;
  width: 100%;
}
.amtheme-socials-list .amtheme-action path {
  fill: #ffffff;
}
.amtheme-payment-methods .amtheme-payments-list {
  margin: 0;
  padding: 0;
  list-style: none none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amtheme-payment-methods .amtheme-payments-list .amtheme-item {
  margin-bottom: 10px;
  margin-right: 10px;
}
.amtheme-payment-methods .amtheme-payments-list .amtheme-item:last-child {
  margin-right: 0;
}
.amtheme-product-wrap .amtheme-payment-methods {
  margin: 30px 0 0;
}
.cart-summary .amtheme-payments-list,
.block-minicart .amtheme-payments-list {
  justify-content: center;
}
.block-minicart .amtheme-payment-methods {
  background: #f7f7f7;
  margin: 10px -20px 0;
  padding: 10px 20px;
  width: 100%;
}
.cart-summary .amtheme-payments-list {
  margin: 30px auto;
}
.block-minicart.-sticky-minicart .amtheme-payment-methods {
  margin-top: 0;
  padding-top: 20px;
}
.amtheme-add-form-bottom.-on-line .amtheme-payment-methods {
  width: 100%;
}
.-amcaret-active .-on-line .amtheme-payment-methods {
  order: 10;
}
.product-add-form.-amcaret-active .amtheme-payment-methods {
  max-width: 100%;
}
.product-add-form.-amcaret-active .amtheme-payment-methods .amtheme-payments-list {
  width: 100%;
}
.amtheme-payment-methods.footer-payments {
  display: flex;
}
.amtheme-payment-methods.footer-payments .amtheme-payments-list {
  width: 100%;
}
.amtheme-payment-methods.footer-payments .amtheme-payments-list.-right {
  justify-content: flex-end;
}
.amtheme-payment-methods.footer-payments .amtheme-payments-list.-right .amtheme-item {
  margin-inline-end: 0;
  margin-inline-start: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-payment-methods.footer-payments .amtheme-payments-list.-right .amtheme-item {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-payment-methods.footer-payments .amtheme-payments-list.-right .amtheme-item {
    margin-left: 10px;
  }
}
.amtheme-payment-methods.footer-payments .amtheme-payments-list.-center {
  justify-content: center;
}
.amtheme-payment-methods.footer-payments .amtheme-payments-list.-center .amtheme-item {
  margin-inline-end: 5px;
  margin-inline-start: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-payment-methods.footer-payments .amtheme-payments-list.-center .amtheme-item {
    margin-right: 5px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-payment-methods.footer-payments .amtheme-payments-list.-center .amtheme-item {
    margin-left: 5px;
  }
}
.amtheme-payment-methods.footer-payments .amtheme-payments-list.-left {
  justify-content: flex-start;
}
.copyright {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #f7f7f7;
  color: #a8a69f;
  display: block;
  line-height: 1.4rem;
  padding: 20px 25px;
  text-align: center;
}
.action.towishlist:before {
  content: none;
}
.wishlist-index-index .messages:not(.page) {
  margin-bottom: 40px;
}
.form-wishlist-items {
  margin-top: 40px;
}
.form-wishlist-items .toolbar-action.-no-item {
  margin: 0 0 25px;
}
.form-wishlist-items .toolbar-action.-no-item .amtheme-sliding-icon {
  line-height: 1.5rem;
}
.form-wishlist-items .products-grid,
.form-wishlist-items .wishlist-toolbar {
  margin: 0 0 40px;
}
.form-wishlist-items .wishlist-toolbar .limiter {
  align-items: baseline;
  flex-direction: row;
}
.form-wishlist-items .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.form-wishlist-items .product-items {
  padding: 0;
}
.action.rss.wishlist {
  display: block;
}
.action.rss.wishlist + .form-wishlist-items {
  margin-top: 45px;
}
.form-wishlist-items .actions-toolbar .action.tocart {
  margin-right: 0;
  padding: 18px 35px;
}
.form-wishlist-items .actions-toolbar .action.share {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 25px;
}
.form-wishlist-items .product-item .product-image-container {
  margin: 0 auto 15px;
}
.form-wishlist-items .product-item .product-reviews-summary,
.form-wishlist-items .product-item .product-details,
.form-wishlist-items .product-item .comment-box .label,
.form-wishlist-items .product-item .amtheme-stock-visible {
  display: none;
}
.form-wishlist-items .product-item .comment-box,
.form-wishlist-items .product-item .price-as-configured {
  margin: 0;
}
.form-wishlist-items .product-item .price-box {
  margin: 20px 0;
  padding: 0;
}
.form-wishlist-items .product-item .price-box .price-as-configured {
  display: flex;
}
.form-wishlist-items .product-item .product-item-comment {
  margin-bottom: 13px;
  min-height: 80px;
  overflow: auto;
}
.form-wishlist-items .product-item .action.edit,
.form-wishlist-items .product-item .action.delete {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.form-wishlist-items .product-item .amtheme-stock-visible {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  margin: 15px 0 0;
}
.form-wishlist-items .product-item .product-item-info {
  padding-bottom: 0;
}
.form-wishlist-items .product-item .product-details > .title {
  display: none;
}
.form-wishlist-items .product-item .product-details > .content {
  color: #4a4948;
  margin: 0;
}
.form-wishlist-items .product-item .product-details > .content .item:not(:last-child) {
  margin-bottom: 10px;
}
.amtheme-update-box {
  display: flex;
  justify-content: flex-end;
}
.amtheme-update-box > .amtheme-update {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  align-content: center;
  color: #4a4948;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}
.amtheme-update-box > .amtheme-update:focus,
.amtheme-update-box > .amtheme-update:active {
  background: none;
  border: none;
}
.amtheme-update-box > .amtheme-update:hover {
  background: none;
  border: none;
}
.amtheme-update-box > .amtheme-update.disabled,
.amtheme-update-box > .amtheme-update[disabled],
fieldset[disabled] .amtheme-update-box > .amtheme-update {
  pointer-events: none;
  opacity: 0.5;
}
.amtheme-update-box .amtheme-icon {
  height: 14px;
  margin-right: 9px;
  width: 14px;
}
.amtheme-update-box .amtheme-label {
  text-transform: uppercase;
}
.form-wishlist-items .product-item .amtheme-qty-wrap {
  margin: 18px 0 0;
}
.form-wishlist-items .product-item .amtheme-qty-wrap > .amtheme-label {
  margin-right: 15px;
  min-width: auto;
  padding: 0;
  width: auto;
  word-break: unset;
  word-wrap: unset;
}
.wishlist-shared-index .table-wrapper {
  overflow: inherit;
}
.amtheme-popup-block.-wishlist > .popup-inner {
  padding-top: 55px;
}
.amtheme-popup-block.-wishlist .form-title {
  font-size: 2.2rem;
  margin: 0 0 40px;
}
.amtheme-popup-block.-wishlist .field.emails {
  margin-bottom: 40px;
}
.amtheme-popup-block.-wishlist .field.text {
  margin-bottom: 0;
  overflow: auto;
}
.shared.wishlist .table-head,
.shared.wishlist .table-caption {
  display: none;
}
.shared.wishlist .table {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.shared.wishlist tr {
  background: #f7f7f7;
}
.shared.wishlist td {
  padding: 25px 20px;
}
.shared.wishlist td:before {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  content: attr(data-th);
}
.shared.wishlist td:before,
.shared.wishlist .product.name {
  display: block;
  margin-bottom: 20px;
  width: 100% !important;
}
.shared.wishlist .product.photo {
  margin-inline-end: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shared.wishlist .product.photo {
    margin-right: 20px;
  }
}
.shared.wishlist .price-box .price {
  font-size: 16px;
  font-weight: 400;
}
.shared.wishlist .col.product,
.shared.wishlist .col.actions {
  display: flex;
  flex-wrap: wrap;
}
.shared.wishlist .col.actions {
  align-items: center;
}
.shared.wishlist .product-data,
.shared.wishlist .product.photo {
  max-width: calc(50% - 10px);
}
.shared.wishlist .col .tocart {
  line-height: normal;
}
.shared.wishlist .col .towishlist {
  padding-inline-start: 20px;
  font-size: 1.8rem;
  margin: 20px 0;
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shared.wishlist .col .towishlist {
    padding-left: 20px;
  }
}
.shared.wishlist .amtheme-dropdown-block {
  margin-inline-start: 20px;
  order: 5;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-dropdown-block {
    margin-left: 20px;
  }
}
.shared.wishlist .amtheme-circle-icon {
  align-items: center;
  justify-content: center;
}
.shared.wishlist .amtheme-icon {
  margin: auto 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 12px 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block.widget.block-products-list .products-grid.grid .product-items {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
}
.block.widget.block-products-list .products-grid.grid .product-item {
  position: relative;
}
.block.widget.block-products-list .products-grid.grid .amtheme-action-links {
  bottom: 16%;
}
.block.widget.block-viewed-products-grid {
  position: relative;
  z-index: 1;
}
.block.widget.block-viewed-products-grid .product-items {
  flex-wrap: wrap;
}
.column.main > .widget {
  margin-bottom: 15px;
}
.column.main .block.widget.block-viewed-products-grid {
  margin-top: 55px;
}
.column.main .block.widget.block-viewed-products-grid .product-item-info {
  min-height: inherit;
}
.column.main .block.widget.block-viewed-products-grid .product-item {
  margin-bottom: 0;
}
.column.main .block.widget.block-viewed-products-grid .product-item .price-box {
  justify-content: flex-start;
}
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .map-fallback-price,
.column.main .block.widget.block-viewed-products-grid .product-item .price-box .map-show-info {
  display: none;
}
.column.main .block.widget.block-viewed-products-grid .product-item .price-container {
  justify-content: flex-start;
}
.block.am-widget {
  margin: 30px auto;
}
.block.am-widget .block-content.content,
.checkout-cart-index .amrelated-grid-wrapper .block-content {
  margin-top: 30px;
}
.block.am-widget .amtheme-title {
  display: block;
}
.block.am-widget .product-item-photo {
  max-width: 100%;
}
.block.am-widget .product .product.product-item-name {
  margin-bottom: 10px;
  width: 100%;
}
.block.am-widget .product-items:not(.-col-xl-4) {
  justify-content: stretch;
  margin: 0 calc(-25px / 2);
  width: calc(100% + 25px);
}
.block.am-widget .product.item.product-item {
  max-width: 100%;
}
.block.am-widget .item .product-item-info:hover {
  overflow: visible;
}
.block.am-widget .product-item-info:hover .action.tocart,
.block.am-widget .product-item-info:hover .stock {
  opacity: 1;
}
.block.am-widget .reviews-actions > .view {
  padding-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.am-widget .reviews-actions > .view {
    padding-right: 10px;
  }
}
.block.am-widget .action.tocart {
  width: 100%;
}
.block.am-widget a.action.more {
  font-size: 12px;
  text-transform: uppercase;
}
.block.am-widget .pager {
  margin-top: 25px;
  text-align: right;
}
.block.am-widget .pages {
  justify-content: flex-end;
}
.block.am-widget .grid .product-item-actions,
.block.am-widget .products-grid .product-item-actions {
  margin-top: 0;
}
.block.am-widget .grid .items:not(.-col-xl-4) .product.item:nth-child(n),
.block.am-widget .products-grid .items:not(.-col-xl-4) .product.item:nth-child(n) {
  margin: 0 calc(25px / 2) 15px;
}
.block.am-widget .grid .amtheme-wishlist,
.block.am-widget .products-grid .amtheme-wishlist,
.block.am-widget .grid .amtheme-wishlist-split,
.block.am-widget .products-grid .amtheme-wishlist-split {
  margin-right: 10px;
}
.block.am-widget .grid .dropdown,
.block.am-widget .products-grid .dropdown {
  left: 0;
}
.block.am-widget .grid .item .tocart,
.block.am-widget .products-grid .item .tocart {
  padding-inline-end: 18px;
  padding-inline-start: 18px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.am-widget .grid .item .tocart,
  .block.am-widget .products-grid .item .tocart {
    padding-right: 18px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block.am-widget .grid .item .tocart,
  .block.am-widget .products-grid .item .tocart {
    padding-left: 18px;
  }
}
.am-widget.block-new-products.list .product-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin: 20px auto;
  width: 100%;
}
.am-widget.block-new-products.list .amtheme-wishlist-split {
  background: transparent;
  border-radius: 0;
  height: auto;
  padding: 0;
  width: auto;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper {
  margin-top: 10px;
}
.am-widget.block-new-products.list .amtheme-wishlist-split .amtheme-title {
  margin: 0;
  padding-right: 10px;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-circle-icon {
  display: none;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper .action,
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title {
  display: block;
  margin: 0 0 5px 0;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper .action.toggle {
  margin-left: 0;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper .action:hover,
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title:hover {
  color: #070605;
}
.am-widget.block-new-products.list .amtheme-icon-wrapper > *:first-child {
  margin-right: 5px;
}
.am-widget.block-new-products.list .product-item-actions,
.am-widget .details .product-details-action,
.widget .details .product-details-action,
.am-widget .details .product-details-action .amtheme-icon-wrapper,
.widget .details .product-details-action .amtheme-icon-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.am-widget.block-new-products.list .actions-primary {
  margin: 10px 0;
}
.am-widget.block-new-products.list .pager {
  margin-top: 0;
}
.am-widget.block.block-viewed-products-grid .product-details-action,
.am-widget.block.block-compared-products-grid .product-details-action {
  align-items: stretch;
  height: 100%;
  justify-content: flex-start;
  margin-top: 0;
}
.am-widget.block.block-viewed-products-grid .price-box,
.am-widget.block.block-compared-products-grid .price-box {
  margin-top: auto;
}
.am-widget.block.block-viewed-products-grid .amtheme-icon-wrapper > *:first-child,
.am-widget.block.block-compared-products-grid .amtheme-icon-wrapper > *:first-child {
  margin-right: 10px;
}
.am-widget.block.block-viewed-products-grid .product-item-description,
.am-widget.block.block-compared-products-grid .product-item-description {
  margin-top: 0;
}
.am-widget.block.block-viewed-products-grid .amtheme-icon-wrapper,
.am-widget.block.block-compared-products-grid .amtheme-icon-wrapper {
  align-items: flex-end;
}
.am-widget.block.block-viewed-products-grid .minimal-price-link,
.am-widget.block.block-compared-products-grid .minimal-price-link {
  margin-left: 0;
}
.am-widget.block-viewed-products-grid.list .product-item-actions,
.am-widget.block-compared-products-grid.list .product-item-actions {
  justify-content: flex-start;
}
.am-widget.block-viewed-products-grid.list .actions.product-item-actions,
.am-widget.block-compared-products-grid.list .actions.product-item-actions {
  max-width: 220px;
}
.am-widget.block-viewed-products-grid.list .price-box > .price-container,
.am-widget.block-compared-products-grid.list .price-box > .price-container {
  margin-right: 15px;
}
.am-widget .details .product-details-action,
.widget .details .product-details-action {
  margin-top: auto;
}
.am-widget .details .product-details-action .amtheme-icon-wrapper,
.widget .details .product-details-action .amtheme-icon-wrapper,
.am-widget .details .product-details-action .price-box .price-container,
.widget .details .product-details-action .price-box .price-container {
  margin-top: 5px;
}
.am-widget .details .product-details-action .price-box .price-container,
.widget .details .product-details-action .price-box .price-container {
  padding-inline-end: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .am-widget .details .product-details-action .price-box .price-container,
  .widget .details .product-details-action .price-box .price-container {
    padding-right: 10px;
  }
}
.am-widget .details .product-details-action .amtheme-circle-icon,
.widget .details .product-details-action .amtheme-circle-icon {
  height: 30px;
  width: 30px;
}
.am-widget .details .product-details-action .amtheme-circle-icon:not(:last-child),
.widget .details .product-details-action .amtheme-circle-icon:not(:last-child) {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .am-widget .details .product-details-action .amtheme-circle-icon:not(:last-child),
  .widget .details .product-details-action .amtheme-circle-icon:not(:last-child) {
    margin-right: 5px;
  }
}
.am-widget .details .product-details-action .action.split .amtheme-circle-icon,
.widget .details .product-details-action .action.split .amtheme-circle-icon {
  margin-inline-end: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .am-widget .details .product-details-action .action.split .amtheme-circle-icon,
  .widget .details .product-details-action .action.split .amtheme-circle-icon {
    margin-right: 0;
  }
}
.am-widget .details .product-details-action .amtheme-icon,
.widget .details .product-details-action .amtheme-icon {
  height: calc(30px / 1.5);
  width: calc(30px / 1.5);
}
.am-widget .details .product-details-action .amtheme-split,
.widget .details .product-details-action .amtheme-split {
  max-height: 32px;
  max-width: 56px;
}
.am-widget.block-viewed-products-grid .product-details-action:nth-child(n),
.am-widget.block-compared-products-grid .product-details-action:nth-child(n) {
  margin-bottom: 0;
}
.page-with-filter.-filter-inactive .am-widget .grid .products.items:not(.-col-xl-4) .item:nth-child(n),
.page-with-filter.-filter-inactive .am-widget .products-grid .products.items:not(.-col-xl-4) .item:nth-child(n) {
  margin: 0 calc(25px / 2) 15px;
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 25px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 30px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border: 0 solid transparent;
    height: 0;
    width: 0;
    margin-top: -14px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before {
    border-bottom-color: #dfdedd;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border-bottom-color: #fcfcfc;
    top: 1px;
  }
  .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns > .column.main {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .columns > .sidebar-main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .columns > .sidebar-additional {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .catalog-product-view .columns > .column.main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .catalog-product-view .columns > .sidebar-main {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .catalog-category-view.page-with-filter.page-layout-empty .columns > .column.main {
    display: flex;
    flex-direction: column;
  }
  .catalog-category-view.page-with-filter.page-layout-empty .columns > .column.main > .block.filter {
    order: -1;
  }
  .sections.nav-sections {
    padding: 0;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
    bottom: 100%;
    box-sizing: border-box;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .sections.nav-sections:before {
    box-shadow: inset 0px -10px 0px 0px transparent, inset 0 12px 4px -10px rgba(71, 68, 63, 0.1), inset 0 12px 8px -10px rgba(135, 135, 135, 0.2);
    background: transparent;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .nav-before-open {
    height: 100%;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100%;
  }
  .nav-before-open .amtheme-menustatic-wrapper {
    padding: 19px 35px 20px;
    align-items: center;
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 0;
    justify-content: space-between;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 110;
  }
  .nav-before-open .amtheme-menustatic-wrapper + .block.block-search.-header {
    margin-top: 70px;
  }
  .nav-before-open.nav-open {
    overflow: hidden;
  }
  .nav-before-open.nav-open .sections.nav-sections {
    padding-bottom: 12.5px;
    bottom: 0;
    overflow-y: scroll;
  }
  .nav-before-open.nav-open .sections.nav-sections:before {
    position: fixed;
    top: inherit;
  }
  .amtheme-menu-block {
    background: #ffffff;
  }
  .amtheme-menu-block > .navigation,
  .amtheme-menu-block > .navigation > .ui-menu {
    margin: 0;
    padding: 0;
  }
  .amtheme-menu-block .ui-menu-item.level0 {
    margin: 0;
    border-bottom: 1px solid #ffffff;
  }
  .amtheme-menu-block .ui-menu-item.level0 > a {
    padding: 25px;
    display: block;
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .amtheme-menu-block .ui-menu-item.level0 > a.ui-state-active {
    padding-bottom: 20px;
  }
  .amtheme-menu-block .ui-menu-item > a {
    color: #4a4948;
  }
  .amtheme-menu-block .ui-menu-item.level0 > a {
    word-break: break-word;
    word-wrap: break-word;
    align-items: center;
    display: flex;
    position: relative;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0 > a {
    word-break: break-all;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0 > a {
    word-break: break-all;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0 > a {
    word-break: break-all;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0 > a {
    word-break: break-all;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0 > a {
    word-break: break-all;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0 > a {
    word-break: break-all;
  }
  .amtheme-menu-block .ui-menu-item.level0.has-active > a:before,
  .amtheme-menu-block .ui-menu-item.level0.active > a:before {
    margin-right: 7px;
    width: 5px;
    height: 5px;
    background: #070605;
    border-radius: 50%;
    content: '';
    display: block;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > a:after {
    width: 14px;
    height: 8px;
    transition: all 0.2s ease-in-out;
    content: '';
    display: block;
    position: absolute;
    right: calc(35px);
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-before-open.nav-open .amtheme-menu-block .ui-menu-item.level0.parent > a:after {
    background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom-xs.svg");
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > a.ui-state-active:after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu,
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu .submenu {
    position: static !important;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > a.ui-state-active + .submenu,
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu .submenu {
    display: block !important;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu {
    padding: 0 0 15px;
    box-sizing: border-box;
    width: 100%;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu a {
    padding-bottom: 10px;
    padding-inline-end: 0;
    padding-inline-start: 35px;
    padding-top: 10px;
    display: block;
    font-weight: 400;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu > li {
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 5px;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0.parent > .submenu > li {
    word-break: break-all;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0.parent > .submenu > li {
    word-break: break-all;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0.parent > .submenu > li {
    word-break: break-all;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0.parent > .submenu > li {
    word-break: break-all;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0.parent > .submenu > li {
    word-break: break-all;
  }
  .ie11 .amtheme-menu-block .ui-menu-item.level0.parent > .submenu > li {
    word-break: break-all;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu > li:last-child {
    margin-bottom: 0;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu .submenu {
    padding: 0;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu .submenu > li {
    margin-bottom: 0;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu .submenu > li.active {
    background: #f7f7f7;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu .submenu > li > a {
    padding-inline-start: 45px;
  }
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu > li.active > a {
    background: #f7f7f7;
    display: block;
  }
  .amtheme-menu-account.-title > a,
  .amtheme-menu-compare .compare {
    color: #4a4948;
    font-weight: 400;
  }
  .nav-sections-items .section-item-title.amtheme-item.-bottom,
  .nav-sections-items .amtheme-menu-compare {
    padding: 12.5px 25px;
    align-items: center;
    display: flex;
  }
  .nav-sections-items > .amtheme-item.-bottom .amtheme-icon {
    margin-inline-end: 10px;
    width: 25px;
    height: 25px;
  }
  .nav-sections-items .amtheme-menu-block + .section-item-title.amtheme-item.-bottom {
    padding-top: 25px;
  }
  .amtheme-language-title,
  .amtheme-currency-title {
    color: #4a4948;
    align-items: center;
    display: flex;
  }
  .amtheme-language-title > .current,
  .amtheme-currency-title > .current {
    margin-inline-start: 5px;
    font-weight: 700;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content {
    margin: 0;
    padding: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content ul {
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content > ul:last-of-type {
    margin-bottom: 20px;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content li {
    margin-bottom: 25px;
    margin-inline-end: 0;
    margin-inline-start: 60px;
    margin-top: 0;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content li:last-child {
    margin-bottom: 0;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content li > a {
    color: #4a4948;
    font-weight: 400;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content .amtheme-myaccount-link > .switcher-options {
    display: none;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content .amtheme-myaccount-link > .switcher-dropdown {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    position: static;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content .amtheme-myaccount-link > .switcher-dropdown > li,
  .section-item-title.amtheme-item.-bottom + .section-item-content .amtheme-myaccount-link > .switcher-dropdown > .header-links > li {
    margin-inline-start: 0;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content .amtheme-myaccount-link > .switcher-dropdown > .header-links {
    margin-top: 0;
  }
  .section-item-title.amtheme-item.-bottom + .section-item-content .amtheme-myaccount-link li,
  .section-item-title.amtheme-item.-bottom + .section-item-content .amtheme-myaccount-link a {
    padding: 0;
  }
  .amtheme-menu-currency .amtheme-nav-currency.amtheme-item-bottom .section-item-content {
    padding: 40px 0;
    list-style-type: none;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .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 {
    margin: 0 0 20px;
  }
  .product.data.items > .item.title > .switch {
    background: transparent;
    border-bottom: 1px solid #dfdedd;
    border-left: none;
    border-right: none;
    border-top: none;
    height: auto;
    padding: 15px 0 15px 0;
    font-weight: 400;
    line-height: 20px;
    font-size: 1.6rem;
    color: #4a4948;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #070605;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #070605;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #070605;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: transparent;
  }
  .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 {
    background: transparent;
    color: #070605;
    text-decoration: none;
    padding-bottom: 15px;
  }
  .product.data.items > .item.content {
    background: transparent;
    border: none;
    margin: 0;
    padding: 20px 0 10px 0;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items > .item.title {
    margin-bottom: 0;
    position: relative;
  }
  .product.data.items > .item.title.active {
    margin: 0;
  }
  .product.data.items > .item.title.active .amtheme-icon {
    transform: rotate(180deg);
  }
  .product.data.items .amtheme-item-title > .amtheme-icon {
    background-image: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    right: 0;
    top: calc(50% - 30px / 2);
  }
  .pages .item {
    margin-bottom: 10px;
  }
  .pages .action.previous,
  .pages .link.previous,
  .pages .action.next,
  .pages .link.next {
    margin-bottom: 10px;
  }
  .actions-toolbar {
    flex-direction: column;
  }
  .actions-toolbar .action.primary,
  .actions-toolbar .primary,
  .actions-toolbar .primary > .action,
  .actions-toolbar .amshopby-button,
  .actions-toolbar .am-filter-go,
  .actions-toolbar .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
  .actions-toolbar .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
  .actions-toolbar .am-show-button > .amshopby-button {
    width: 100%;
  }
  .actions-toolbar a.action.primary,
  .actions-toolbar a.amshopby-button,
  .actions-toolbar a.am-filter-go,
  .actions-toolbar a.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
  .actions-toolbar a.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
  .actions-toolbar a.am-show-button > .amshopby-button {
    text-align: center;
  }
  .actions-toolbar .action.secondary,
  .actions-toolbar .secondary,
  .actions-toolbar .secondary > .action {
    padding: 15px;
    margin: 10px 0 0;
  }
  .amtheme-products-secondary .price-box {
    margin: 0;
    padding: 0;
  }
  .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%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(252, 252, 252, 0.8);
  }
  .custom-slide {
    bottom: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
    left: 0;
    margin: 0;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    overflow: hidden auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-sizing: border-box;
    height: auto;
    margin-top: 0;
    min-height: 100%;
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup .modal-title {
    margin-inline-end: calc(10px + 32px);
    font-size: 1.8rem;
    font-weight: 700;
  }
  .modal-popup .modal-inner-wrap {
    padding: 40px 30px 0;
    transform: none;
  }
  .modal-popup .action-close:before {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  .modal-popup .action:not(.primary, .secondary, .search, .amtheme-reset) {
    margin: 15px 0 0;
  }
  .modal-popup .action.primary,
  .modal-popup .action-primary,
  .modal-popup .amshopby-button,
  .modal-popup .am-filter-go,
  .modal-popup .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
  .modal-popup .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
  .modal-popup .am-show-button > .amshopby-button {
    width: 100%;
  }
  .modal-popup .action-secondary,
  .modal-popup .action.secondary {
    order: 2;
  }
  .modal-popup.modal-slide {
    left: 0;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-footer {
    margin-top: 0;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .ambanner-slider-block {
    margin: 0 -25px;
  }
  .ambanner-item-block.-ambanner-active .ambanner-image-block.-overlay > .ambanner-image {
    filter: blur(4px);
  }
  .ambanner-item-block.-ambanner-active .ambanner-content-overlay {
    visibility: visible;
  }
  .ambanner-item-block.-ambanner-active .ambanner-content-block {
    opacity: 1;
    transform: translateY(0);
  }
  .ambanner-content-overlay {
    pointer-events: none;
  }
  .ambanner-slider-block .ambanner-arrow-button,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-arrow-button,
  .ambanner-slider-block .ambanner-button.-show-overlay,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-button.-show-overlay,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
    opacity: 1;
  }
  .ambanner-slider-block .ambanner-arrow-button.-prev,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-arrow-button.-prev,
  .ambanner-slider-block .ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-prev,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-prev,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-prev {
    left: 15px;
  }
  .ambanner-slider-block .ambanner-arrow-button.-next,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-arrow-button.-next,
  .ambanner-slider-block .ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button.-next,
  .ambanner-slider-block .slick-slider .slick-arrow.ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button.-next,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next,
  .ambanner-slider-block .slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay.-next {
    right: 15px;
  }
  .ambanner-slider-block .ambanner-slider-dots {
    bottom: 0;
    opacity: 1;
  }
  .ambanner-split-wrap .ambanner-split-block.ambanner-slider-top .ambanner-button.-show-overlay,
  .ambanner-split-wrap .ambanner-split-block.ambanner-slider-top .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
    pointer-events: auto;
  }
  .ambanner-split-wrap .ambanner-split-block.ambanner-slider-top .ambanner-slider-block {
    width: calc(100% + 25px * 2);
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .amcustombutton-button-container.-no-mobile {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap {
    display: none;
    max-width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,
  form:not(.linear-theme) .amcform-title-wrap:before {
    width: 50%;
    content: '';
  }
  form:not(.linear-theme) .amcform-title-wrap:first-child:before {
    content: none;
  }
  form:not(.linear-theme) .amcform-title-wrap:after {
    background: linear-gradient(90deg, #e3e3e3 16.87%, #ffffff 107.36%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active ~ form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2) {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2),
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2) {
    display: block;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:not(:last-child):before,
  form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
    background: linear-gradient(270deg, #92b0ff 11.11%, rgba(146, 176, 255, 0) 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:not(.-disabled):after {
    background: linear-gradient(270deg, rgba(146, 176, 255, 0) 11.1%, #92b0ff 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap:before,
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
    background: #92b0ff;
  }
  .linear-theme .amcform-page-titles {
    padding: 0 15px;
  }
  .linear-theme .amcform-title-wrap {
    display: block;
    min-width: 50%;
    max-width: 100%;
  }
  .linear-theme .amcform-title-wrap.ui-state-active ~ .linear-theme .amcform-title-wrap:nth-last-child(2) {
    display: block;
  }
  .linear-theme .fields {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group {
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
    max-width: 100%;
  }
  .circle-theme .amcform-page-titles {
    align-items: stretch;
  }
  .circle-theme .amcform-title {
    display: block;
    margin: 0;
  }
  .circle-theme .amcform-label {
    display: block;
    padding: 10px 0;
  }
  .circle-theme .amcform-title-wrap {
    margin: 0;
    border-bottom: 4px solid #92b0ff;
  }
  .circle-theme .amcform-title-wrap:after,
  .circle-theme .amcform-title-wrap:before {
    display: none;
  }
  .circle-theme .amcform-title-wrap + .amcform-title-wrap {
    margin: 0;
  }
  .circle-theme .amcform-title-wrap.ui-state-active {
    border-color: #3f6ad8;
  }
  .circle-theme .amcform-title-wrap.-disabled {
    border-color: #e3e3e3;
  }
  .circle-theme .amcform-title-wrap.-error {
    border-color: #eb5757;
  }
  .amcform-table-block,
  .amcform-table-block tbody,
  .amcform-table-block .amcform-tr,
  .amcform-table-block .amcform-th,
  .amcform-table-block .amcform-td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .amcform-table-block .amcform-th {
    padding-bottom: 0;
  }
  .amcform-table-block .amcform-td {
    padding-top: 5px;
  }
  .amtheme-tabs-buttons {
    justify-content: flex-start;
  }
  .amtheme-tabs-widget.-mobile-hidden {
    display: none;
  }
  .amtheme-tabs-widget .amtheme-heading {
    margin-bottom: 10px;
  }
  .amtheme-tabs-widget .slick-slider .slick-dots,
  .amtheme-tabs-widget .products.slick-slider .item.product > .product-item-info {
    margin: 0;
  }
  .amtheme-tabs-widget .products > .amtheme-products-secondary > .slick-list {
    margin: 0 -10px;
  }
  .amtheme-tabs-widget .products.slick-slider.slick-dotted {
    margin-bottom: 40px;
  }
  .amtheme-tabs-widget .amtheme-products-secondary:not(.slick-initialized) .tocart {
    font-size: 1.6rem;
  }
  .amtheme-tabs-widget .product-item .product-item-details {
    z-index: auto;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrows {
    display: none;
  }
  .gallery-fullscreen-close {
    top: 15px;
    right: 15px;
  }
  .am-gallery-fullscreen-container .splide__pagination {
    justify-content: center;
  }
  .am-gallery-fullscreen-container {
    padding: 80px 0 35px;
  }
  .ammenu-header-container .block-search .minisearch .control {
    background: #fff;
    border: none;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 9;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    padding: 15px;
    width: 100%;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:last-of-type {
    margin: 0;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #61c18f url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #61c18f;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #61c18f;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .amtypage-main-container.-stretched-blocks > div {
    width: 100% !important;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -25px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #dfdedd;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .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;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .fieldset-bundle-options .amtheme-collapsible-block.option > .label,
  .fieldset-bundle-options .multicheckout .amtheme-collapsible-block.option > .label,
  .fieldset-bundle-options .multicheckout .amtheme-collapsible-block.option > .label,
  .fieldset-bundle-options .multicheckout .multicheckout .amtheme-collapsible-block.option > .label {
    display: inline-block;
    padding: 0;
  }
  .product-item {
    background: #fcfcfc;
  }
  .product-item .action.tocart.primary {
    margin-top: 10px;
    width: 100%;
  }
  .swatch-wrapper {
    display: none;
  }
  .block.crosssell .product-item-actions,
  .block.related .product-item-actions,
  .block.upsell .product-item-actions,
  .block.am-widget .product-item-actions {
    display: block;
    margin-top: auto;
  }
  .block.crosssell .product-item .action.tocart.primary,
  .block.related .product-item .action.tocart.primary,
  .block.upsell .product-item .action.tocart.primary,
  .block.am-widget .product-item .action.tocart.primary {
    font-size: 1.6rem;
    width: 100%;
  }
  .products-grid .product-photo-wrapper,
  .products-list .product-photo-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
  }
  .products-grid .product-photo-wrapper .product.photo,
  .products-list .product-photo-wrapper .product.photo {
    width: 100%;
  }
  .products-grid .product-photo-wrapper .action.tocompare,
  .products-list .product-photo-wrapper .action.tocompare,
  .products-grid .product-photo-wrapper .action.towishlist,
  .products-list .product-photo-wrapper .action.towishlist {
    display: inline-flex;
  }
  .products-grid .product-photo-wrapper .action.tocompare,
  .products-list .product-photo-wrapper .action.tocompare {
    order: 1;
  }
  .products-grid .product-photo-wrapper .action.tocompare .amtheme-title,
  .products-list .product-photo-wrapper .action.tocompare .amtheme-title {
    display: none;
  }
  .products-grid .product-photo-wrapper > .action.towishlist,
  .products-list .product-photo-wrapper > .action.towishlist {
    order: 2;
  }
  .products-grid .product-photo-wrapper .amtheme-action-links,
  .products-list .product-photo-wrapper .amtheme-action-links {
    margin: 10px 0 0;
  }
  .products-grid .product-photo-wrapper .amtheme-action-links > .towishlist-wrap,
  .products-list .product-photo-wrapper .amtheme-action-links > .towishlist-wrap {
    margin: 0;
  }
  .block .block-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
  }
  .block:not(.am-widget) .amtheme-products-secondary.slick-slider .product-item-info {
    margin: 0 10px;
  }
  .block:not(.am-widget) .amtheme-products-secondary:not(.slick-slider) {
    flex-wrap: nowrap;
    margin: 0 -35px;
    overflow-x: auto;
    padding: 0 35px;
  }
  .block:not(.am-widget) .amtheme-products-secondary:not(.slick-slider):after {
    content: '';
    height: 1px;
    min-width: 1px;
  }
  .block:not(.am-widget) .amtheme-products-secondary:not(.slick-slider) > .product-item:last-of-type {
    margin-inline-end: 35px;
  }
  .block:not(.am-widget) .amtheme-products-secondary .item.product-item {
    background: transparent;
    width: 160px;
  }
  .block:not(.am-widget) .amtheme-products-secondary .item.product-item,
  .block:not(.am-widget) .amtheme-products-secondary .item.product-item:nth-child(n) {
    margin: 0 20px 20px 0;
  }
  .block:not(.am-widget) .amtheme-products-secondary .item.product-item:last-of-type {
    margin-right: 35px;
  }
  .products-grid.products > .amtheme-products-secondary.slick-slider .product-item-info,
  .amtheme-products-secondary.-in-widget.slick-slider .product-item-info,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items.slick-slider .product-item-info,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items.slick-slider .product-item-info,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid.slick-slider .product-item-info,
  .block.amshopby-morefrom .block-content .product-items.slick-slider .product-item-info {
    margin: 0 10px;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-photo,
  .amtheme-products-secondary.-in-widget .product-item-photo,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo,
  .block.amshopby-morefrom .block-content .product-items .product-item-photo {
    background: #f7f7f7;
    padding: 15px;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details,
  .amtheme-products-secondary.-in-widget .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details,
  .block.amshopby-morefrom .block-content .product-items .product-item-details {
    margin-top: 10px;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details > *,
  .amtheme-products-secondary.-in-widget .product-item-details > *,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details > *,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details > *,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details > *,
  .block.amshopby-morefrom .block-content .product-items .product-item-details > * {
    margin-bottom: 10px;
  }
  .products-grid.products > .amtheme-products-secondary .product-image-container,
  .amtheme-products-secondary.-in-widget .product-image-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-image-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-image-container,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-image-container,
  .block.amshopby-morefrom .block-content .product-items .product-image-container {
    margin: 0 auto;
  }
  .products-grid.products > .amtheme-products-secondary .price,
  .amtheme-products-secondary.-in-widget .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .price,
  .block.amshopby-morefrom .block-content .product-items .price {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .products-grid.products > .amtheme-products-secondary .price-including-tax + .price-excluding-tax:before,
  .amtheme-products-secondary.-in-widget .price-including-tax + .price-excluding-tax:before,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-including-tax + .price-excluding-tax:before,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-including-tax + .price-excluding-tax:before,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .price-including-tax + .price-excluding-tax:before,
  .block.amshopby-morefrom .block-content .product-items .price-including-tax + .price-excluding-tax:before {
    line-height: 2.6rem;
  }
  .products-grid.products > .amtheme-products-secondary .price-box > .minimal-price-link .price-container,
  .amtheme-products-secondary.-in-widget .price-box > .minimal-price-link .price-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box > .minimal-price-link .price-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box > .minimal-price-link .price-container,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box > .minimal-price-link .price-container,
  .block.amshopby-morefrom .block-content .product-items .price-box > .minimal-price-link .price-container {
    align-items: baseline;
  }
  .products-grid.products > .amtheme-products-secondary .special-price .price-wrapper:not(.price-including-tax) .price,
  .amtheme-products-secondary.-in-widget .special-price .price-wrapper:not(.price-including-tax) .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .special-price .price-wrapper:not(.price-including-tax) .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .special-price .price-wrapper:not(.price-including-tax) .price,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .special-price .price-wrapper:not(.price-including-tax) .price,
  .block.amshopby-morefrom .block-content .product-items .special-price .price-wrapper:not(.price-including-tax) .price {
    margin-inline-end: 0;
  }
  .products-grid.products > .amtheme-products-secondary .minimal-price,
  .amtheme-products-secondary.-in-widget .minimal-price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .minimal-price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .minimal-price,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .minimal-price,
  .block.amshopby-morefrom .block-content .product-items .minimal-price {
    flex-direction: column;
  }
  .products-grid.products > .amtheme-products-secondary .amtheme-price-component.-small,
  .products-grid.products > .amtheme-products-secondary .price-to .price,
  .products-grid.products > .amtheme-products-secondary .map-show-info,
  .products-grid.products > .amtheme-products-secondary .old-price .price,
  .products-grid.products > .amtheme-products-secondary .price-box .price-label,
  .products-grid.products > .amtheme-products-secondary .price-including-tax + .price-excluding-tax,
  .products-grid.products > .amtheme-products-secondary .price-including-tax + .price-excluding-tax .price,
  .amtheme-products-secondary.-in-widget .amtheme-price-component.-small,
  .amtheme-products-secondary.-in-widget .price-to .price,
  .amtheme-products-secondary.-in-widget .map-show-info,
  .amtheme-products-secondary.-in-widget .old-price .price,
  .amtheme-products-secondary.-in-widget .price-box .price-label,
  .amtheme-products-secondary.-in-widget .price-including-tax + .price-excluding-tax,
  .amtheme-products-secondary.-in-widget .price-including-tax + .price-excluding-tax .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .amtheme-price-component.-small,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-to .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .map-show-info,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .old-price .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price-label,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-including-tax + .price-excluding-tax,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-including-tax + .price-excluding-tax .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .amtheme-price-component.-small,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-to .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .map-show-info,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .old-price .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price-label,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-including-tax + .price-excluding-tax,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-including-tax + .price-excluding-tax .price,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .amtheme-price-component.-small,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .price-to .price,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .map-show-info,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .old-price .price,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box .price-label,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .price-including-tax + .price-excluding-tax,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .price-including-tax + .price-excluding-tax .price,
  .block.amshopby-morefrom .block-content .product-items .amtheme-price-component.-small,
  .block.amshopby-morefrom .block-content .product-items .price-to .price,
  .block.amshopby-morefrom .block-content .product-items .map-show-info,
  .block.amshopby-morefrom .block-content .product-items .old-price .price,
  .block.amshopby-morefrom .block-content .product-items .price-box .price-label,
  .block.amshopby-morefrom .block-content .product-items .price-including-tax + .price-excluding-tax,
  .block.amshopby-morefrom .block-content .product-items .price-including-tax + .price-excluding-tax .price {
    font-size: 1.2rem;
  }
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-photo-wrapper,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-photo-wrapper {
    display: block;
  }
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box {
    margin-top: 0;
  }
  .catalogsearch-advanced-result .toolbar-sorter .amtheme-filter-wrap {
    display: none;
  }
  .amtheme-sticky-compare,
  .amtheme-sticky-compare.-show {
    display: none;
  }
  .sidebar .price-box .price-to {
    width: 100%;
  }
  .sidebar .price-box .price-to .old-price {
    width: 100%;
  }
  .sidebar .product-item .price-box .price-container.tax,
  .column.main .block.widget.block-viewed-products-grid .product-item .price-box .price-container.tax {
    display: flex;
    flex-direction: column;
  }
  .amtheme-sidebar-block .product-item-details,
  .sidebar .block.widget .product-item-details,
  .column.main .block.widget.block-viewed-products-grid .product-item-details {
    z-index: auto;
  }
  .sidebar .block-new-products-list .product-item-info,
  .sidebar .block-viewed-products-grid .product-item-info,
  .sidebar .block-compared-products-grid .product-item-info,
  .sidebar .block-new-products-list .product-item-actions,
  .sidebar .block-viewed-products-grid .product-item-actions,
  .sidebar .block-compared-products-grid .product-item-actions {
    width: 100%;
  }
  .sidebar .block-new-products-list .product.item.product-item,
  .sidebar .block-viewed-products-grid .product.item.product-item,
  .sidebar .block-compared-products-grid .product.item.product-item {
    min-width: 100%;
  }
  .sidebar .block-new-products-list .product.product-item-details,
  .sidebar .block-viewed-products-grid .product.product-item-details,
  .sidebar .block-compared-products-grid .product.product-item-details {
    margin-top: 0;
  }
  .sidebar .block-new-products-list .product-item-details .price-box,
  .sidebar .block-viewed-products-grid .product-item-details .price-box,
  .sidebar .block-compared-products-grid .product-item-details .price-box {
    margin-bottom: 0;
  }
  .sidebar .block-new-products-list .product-item-actions,
  .sidebar .block-viewed-products-grid .product-item-actions,
  .sidebar .block-compared-products-grid .product-item-actions {
    max-width: 200px;
  }
  .sidebar .block-new-products-list .product-details-action,
  .sidebar .block-viewed-products-grid .product-details-action,
  .sidebar .block-compared-products-grid .product-details-action {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .sidebar .block-new-products-list .product.details.product-item-details,
  .sidebar .block-viewed-products-grid .product.details.product-item-details,
  .sidebar .block-compared-products-grid .product.details.product-item-details,
  .sidebar .block-new-products-list .product-item-info > .product-item-details,
  .sidebar .block-viewed-products-grid .product-item-info > .product-item-details,
  .sidebar .block-compared-products-grid .product-item-info > .product-item-details {
    margin-left: 15px;
    max-width: calc(100% - 130px);
  }
  .sidebar .block.widget.block-new-products-images,
  .column.main .block.widget.block-viewed-products-grid.block-new-products-images {
    margin-bottom: 30px;
  }
  .sidebar .block.widget.block-new-products-images .product-item,
  .column.main .block.widget.block-viewed-products-grid.block-new-products-images .product-item {
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amtheme-product-popup .amtheme-product-info > .product-name {
    font-size: 2.2rem;
    line-height: 2.3rem;
  }
  .products.product-items .product-item {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 20px;
    width: calc(50% - 5px);
  }
  .products.product-items .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .products.product-items .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .products-list .product-item-info {
    height: 100%;
  }
  .products-list .product-item-inner {
    margin-top: auto;
  }
  .grid .tocart.-center,
  .grid .tocart.-left {
    max-width: 170px;
  }
  .grid.products .-col-sm-1 .product-item {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-top: 20px;
    width: 100%;
  }
  .grid.products .-col-sm-1 .product-item:first-child {
    margin-top: 0;
  }
  .catalog-category-view .toolbar-sorter.sorter {
    margin-bottom: 15px;
    position: relative;
  }
  .product-photo-wrapper:hover .amtheme-icons-position div[class$='-hover'] {
    opacity: 1;
  }
  .product-photo-wrapper:hover .amtheme-icons-position.-center:before {
    opacity: .3;
  }
  .amsticky-cart-block.-amsticky-cart-active .price-including-tax .price,
  .amsticky-cart-block.-amsticky-cart-active .normal-price .price {
    font-size: 1.6rem !important;
  }
  .amtheme-actions-wrap .paypal-button.paypal-button-context-iframe {
    margin-top: 15px;
  }
  .page-layout-product-full-width .columns > .amtheme-productinfo-wrap {
    margin-bottom: 40px;
    order: 3;
  }
  body:not(.amtheme-ismobile) .amtheme-reviews-tab {
    display: none;
  }
  body:not(.amtheme-ismobile) .amtheme-reviews-aside .amtheme-heading .amtheme-title {
    padding: 0;
  }
  body:not(.amtheme-ismobile) .amtheme-reviews-aside .amtheme-heading .amtheme-icon {
    display: none;
  }
  body.-amtheme-disable {
    overflow: hidden;
  }
  .amtheme-ismobile .amtheme-reviews-tab {
    margin: 40px -35px;
    padding: 40px 35px;
    background: #fafce2;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-actions {
    display: flex;
  }
  .amtheme-ismobile .amtheme-reviews-tab:not(.am-noreviews) .amtheme-toall-reviews {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 20px;
    margin-top: 0;
    align-items: center;
    display: flex;
  }
  .amtheme-ismobile .amtheme-reviews-tab .action > .amtheme-icon {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 10px;
    margin-top: 0;
    height: 20px;
    width: 20px;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-title {
    margin: 0 0 20px;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .amtheme-ismobile .product.info.detailed #tab-label-reviews {
    display: none;
  }
  .amtheme-ismobile .product.info.detailed #reviews {
    padding: 0 25px 25px;
    background: #ffffff;
    bottom: 0;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    overflow-x: auto;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .amtheme-ismobile .product.info.detailed #reviews.-amtheme-active {
    right: 0;
  }
  .amtheme-reviews-aside .product-reviews-summary {
    flex-direction: column;
    margin: 0;
  }
  .amtheme-reviews-aside .rating-summary + .reviews-actions {
    margin: 5px 0 0;
  }
  .block-search.-header > .block-content {
    border-bottom: 1px solid #ffffff;
    box-shadow: inset 0px -10px 0px 0px transparent, inset 0 12px 4px -10px rgba(71, 68, 63, 0.1), inset 0 12px 8px -10px rgba(135, 135, 135, 0.2);
    margin: 0 -35px;
    padding: 20px 35px;
  }
  .block-search .actions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
  }
  .block-search .input-text::-moz-placeholder {
    line-height: 30px;
  }
  .search-autocomplete {
    margin: 0 -35px;
    padding: 20px 35px;
  }
  .search.summary + .amtheme-search-message {
    margin-top: 10px;
  }
  .search.results .toolbar-sorter.sorter {
    max-width: 100%;
  }
  .search.results .amtheme-found {
    margin-top: 10px;
  }
  .page-with-filter .search.results .page-title-wrapper {
    margin: 50px 0 40px;
  }
  .amtheme-search-message .amtheme-text {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    display: block;
  }
  .search.summary {
    margin: 0 -35px;
    padding: 20px 35px;
  }
  .catalogsearch-advanced-result .toolbar.toolbar-products {
    display: block;
  }
  .catalogsearch-advanced-result .toolbar.toolbar-products .toolbar-sorter.sorter .amtheme-select-block {
    width: auto;
  }
  .catalogsearch-advanced-result .search.results .page-title-wrapper {
    margin-top: 40px;
  }
  .checkout-cart-index .cart-container {
    flex-direction: column;
  }
  .checkout-cart-index .cart-container > .form-cart {
    flex: auto;
  }
  .checkout-cart-index .cart-container > .amtheme-form-wrapper,
  .checkout-cart-index .cart-container > .cart-summary {
    width: 100%;
  }
  .checkout-index-index .block.block-customer-login .block-title {
    margin-bottom: 40px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .cart.main.actions {
    margin-bottom: 20px;
  }
  .cart.main.actions .amtheme-wrap {
    justify-content: space-between;
    width: 100%;
  }
  .cart.main.actions .amtheme-wrap:last-of-type {
    display: none;
  }
  .cart.items {
    display: block;
  }
  .cart.items > thead {
    display: none;
  }
  .cart.item {
    background: #ffffff;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .cart.item .item-info,
  .cart.item .item-actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cart.item .item-info .product-item-details {
    max-width: 50%;
  }
  .cart.item .col.item {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .cart.item .col.qty,
  .cart.item .col.amtheme-column-toolbar {
    display: block;
    padding: 0;
    width: 50%;
  }
  .cart.item .amtheme-column-toolbar .amtheme-cell {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  .cart.item .actions-toolbar {
    flex-direction: row;
  }
  .cart.item .amtheme-label-small {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    padding-inline-end: 10px;
    color: #a8a69f;
  }
  .cart.item .amtheme-qty-box {
    align-items: center;
    display: flex;
  }
  .cart-summary {
    margin-top: 30px;
    padding-top: 20px;
  }
  .amtheme-shipping-wrap {
    margin: 0 -85px;
    padding: 25px 85px 20px;
    background: #f7f7f7;
  }
  .checkout-payment-method .amazon-sandbox-simulator.payment-option {
    border-top: 0;
    margin: 0 0 30px;
  }
  .checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-title,
  .checkout-payment-method .amazon-sandbox-simulator.payment-option > .payment-option-content {
    padding: 0;
  }
  .checkout-payment-method .braintree-paypal-actions.actions-toolbar {
    align-items: baseline;
  }
  .checkout-payment-method .braintree-paypal-actions .braintree-paypal-account {
    margin-bottom: 20px;
    width: 100%;
  }
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    padding: 0;
  }
  .checkout-payment-method .payment.payflowpro .field.cvv {
    display: block;
    position: relative;
  }
  .checkout-payment-method .payment.payflowpro .field.cvv .field-tooltip-content {
    left: 0;
    margin-top: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .amtheme-card-block,
  .actions-toolbar.amtheme-quote-actions,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-address-method {
    margin: 0 -35px 20px;
  }
  .amtheme-card-block > .amtheme-heading,
  .actions-toolbar.amtheme-quote-actions > .amtheme-heading,
  .amtheme-addresses-block.-dashboard-addresses > .amtheme-heading,
  .amtheme-addresses-block.-dashboard-addresses > .amtheme-heading,
  .amtheme-address-method > .amtheme-heading {
    margin-bottom: 20px;
  }
  .account .toolbar,
  .account .toolbar .pager {
    flex-direction: column;
  }
  .account-nav-title {
    margin: 0 -35px;
    background: #f7f7f7;
    padding: 10px 35px;
    position: relative;
  }
  .account-nav-title:after {
    top: 50%;
    transform: translateY(-50%);
    background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom-xs.svg");
    background-size: 12px 7px;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    right: 30px;
    transition: all 0.4s ease-in-out;
    width: 12px;
  }
  .account-nav-title.active:after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .account-nav-title > strong {
    font-weight: 400;
  }
  .account-nav-content {
    margin: 0 -35px;
    background: #fcfcfc;
    display: none;
    padding: 20px 35px 10px;
  }
  .account-nav-content.active {
    display: block;
  }
  .account-nav-content .nav.item > a {
    margin: 0 0 20px;
  }
  .account-nav-content .nav.item.current {
    margin: 0 0 30px;
  }
  .account-nav-content .nav.item > .delimiter {
    margin: 0 0 10px;
  }
  .sidebar-main > .account-nav {
    margin-bottom: 20px;
  }
  [class*='sales-guest-'] .items.order-links,
  .account .items.order-links {
    border: none;
    display: flex;
    flex-direction: column;
    margin: 25px -35px 0;
  }
  [class*='sales-guest-'] .items.order-links .nav.item,
  .account .items.order-links .nav.item {
    background: #f7f7f7;
    border-top: 1px solid #dfdedd;
    color: #070605;
    padding: 0;
  }
  [class*='sales-guest-'] .items.order-links .nav.item.current,
  .account .items.order-links .nav.item.current {
    background: none;
    border-bottom: none;
    order: 1;
  }
  [class*='sales-guest-'] .items.order-links .nav.item > *,
  .account .items.order-links .nav.item > * {
    display: block;
    padding: 15px 35px;
  }
  [class*='sales-guest-'] .items.order-links .nav.item.current > *,
  .account .items.order-links .nav.item.current > * {
    font-size: 2.2rem;
    font-weight: 700;
    padding-top: 25px;
  }
  [class*='sales-guest-'] .items.order-links .nav.item:not(:last-of-type),
  .account .items.order-links .nav.item:not(:last-of-type) {
    margin-inline-end: 0;
  }
  .amtheme-addresses-block {
    margin: 0 -35px 20px;
  }
  .amtheme-addresses-default .amtheme-address-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .amtheme-addresses-block.-addresses-grid .amtheme-heading {
    margin-bottom: 20px;
  }
  .actions-toolbar.amtheme-quote-actions .amtheme-address-card:not(:last-of-type),
  .amtheme-addresses-block.-dashboard-addresses .amtheme-address-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .actions-toolbar.amtheme-quote-actions {
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 20px 35px 0;
  }
  .block.filter .filter-options-item.-active .filter-options-title {
    border-bottom: 0;
  }
  .block.filter .filter-options-title {
    border-bottom: 1px solid #dfdedd;
  }
  .filter-active {
    overflow: hidden;
  }
  .block.filter .filter-content {
    background: #ffffff;
    box-shadow: -2px 1px 4px rgba(71, 68, 63, 0.1), -2px 1px 8px rgba(135, 135, 135, 0.2);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 75px 0 0 15px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(110%);
    transition: transform 0.4s ease-in-out;
    width: 85%;
    z-index: 300;
  }
  .block.filter .filter-subtitle {
    box-sizing: border-box;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;
  }
  .block.filter .filter-actions {
    border: 0;
    padding: 5px 0;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 300;
  }
  .block.filter .filter-clear {
    color: #a8a69f;
    display: inline-block;
    font-weight: 400;
    line-height: 2.5rem;
  }
  .block.filter .amtheme-close {
    align-items: center;
    display: none;
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    width: 15%;
    z-index: 300;
  }
  .block.filter .amtheme-close:after {
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 200;
  }
  .block.filter .amtheme-icon.-close {
    fill: #070605;
    transition: opacity 0.4s ease-in-out;
  }
  .block.filter.active .amtheme-close {
    display: flex;
  }
  .block.filter.active .amtheme-close:after {
    opacity: .92;
    visibility: visible;
  }
  .block.filter.active .filter-title-text {
    display: block;
  }
  .block.filter.active .filter-content {
    transform: translateX(0);
  }
  .block.filter.active .filter-options {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
    padding-right: 15px;
  }
  .block.filter.active .amtheme-icon.-close {
    height: 30px;
    margin: 0 auto;
    opacity: 1;
    position: relative;
    width: 30px;
    z-index: 250;
  }
  .form-create-account .field.-assistance,
  .form-edit-account.form .field.-assistance {
    flex-wrap: nowrap;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .multicheckout.address.form .actions-toolbar {
    margin-top: 20px;
  }
  .multicheckout.address.form .actions-toolbar .action {
    box-sizing: border-box;
    margin: 20px 0 0;
  }
  .multicheckout.address.form .actions-toolbar .action.continue,
  .multicheckout.address.form .actions-toolbar .action.add {
    width: 100%;
  }
  .multicheckout.address.form .actions-toolbar .action.back,
  .multicheckout.address.form .actions-toolbar .action.update {
    margin-top: 35px;
    width: 50%;
  }
  .multicheckout.address.form .actions-toolbar .action.continue {
    margin-top: 0;
    order: 0;
  }
  .multicheckout.address.form .actions-toolbar .action.add {
    order: 1;
  }
  .multicheckout.address.form .actions-toolbar .action.back {
    order: 2;
  }
  .multicheckout.address.form .actions-toolbar .action.update {
    order: 3;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:not(:last-of-type),
  .multicheckout.shipping .block-shipping > .actions-toolbar.amtheme-quote-actions > .box:not(:last-of-type),
  .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box:not(:last-of-type),
  .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box:not(:last-of-type),
  .multicheckout.shipping .block-shipping > .amtheme-address-method > .box:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .multicheckout.shipping .actions-toolbar .action.secondary,
  .multicheckout.shipping .actions-toolbar .secondary,
  .multicheckout.shipping .actions-toolbar .secondary > .action {
    margin: 0;
    padding: 0;
  }
  .multicheckout.shipping .actions-toolbar .secondary {
    margin-top: 35px;
  }
  .multicheckout.shipping .actions-toolbar .action.back {
    padding-inline-start: 30px;
  }
  .multicheckout.shipping .block-other > .block-title,
  .multishipping-checkout-overview .block-other > .block-title {
    justify-content: space-between;
  }
  .amtheme-newsletter-block.-mobile-hidden {
    display: none;
  }
  .amtheme-newsletter-block.amtheme-subscribe {
    margin-bottom: 30px;
  }
  .amtheme-newsletter-block.amtheme-newsletter {
    padding: 40px 0;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-label {
    max-width: 190px;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content {
    display: flex;
    flex-direction: column;
  }
  .amtheme-newsletter-block.amtheme-newsletter .-horizontal-view.-center {
    align-items: center;
  }
  .amtheme-newsletter-block.amtheme-newsletter .-horizontal-view.-right {
    align-items: flex-end;
  }
  .paypal-review > .block-order-details-view.block {
    border-radius: 0;
    margin: 0 -35px 35px;
    padding: 30px 35px;
  }
  .paypal-review > .block-order-details-view > .block-content {
    flex-direction: column;
  }
  .paypal-review > .block-order-details-view.block .box {
    margin-bottom: 40px;
    max-width: 400px;
    padding: 0;
    width: 100%;
  }
  .paypal-review > .block-order-details-view.block .box:last-child {
    margin-bottom: 0;
  }
  .paypal-review > .block-order-details-view.block .box.box-order-shipping-method {
    margin-bottom: 20px;
  }
  .paypal-review > .block-order-details-view .box-actions {
    margin-top: 20px;
  }
  .table-paypal-review-items.cart.items .cart.item {
    margin: 0;
  }
  .table-paypal-review-items.cart.items .cart.item tr {
    border-bottom: 1px solid #dfdedd;
    display: flex;
    flex-wrap: wrap;
  }
  .table-paypal-review-items.cart.items .cart.item tr > td {
    width: 100%;
  }
  .table-paypal-review-items.cart.items .cart.item .product-item-details {
    margin-inline-start: 10px;
    flex-grow: 1;
  }
  .table-paypal-review-items.cart.items .cart.item .col.item {
    margin-bottom: 10px;
  }
  .table-paypal-review-items.cart.items .cart.item .col.subtotal,
  .table-paypal-review-items.cart.items .cart.item .col.qty,
  .table-paypal-review-items.cart.items .cart.item .col.price {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 20px;
    width: 33%;
  }
  .table-paypal-review-items.cart.items .cart.item .col.subtotal:before,
  .table-paypal-review-items.cart.items .cart.item .col.qty:before,
  .table-paypal-review-items.cart.items .cart.item .col.price:before {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4a4948;
    content: attr(data-th);
    margin-bottom: 10px;
  }
  .table-paypal-review-items.cart.items .cart.item .price-excluding-tax {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .table-paypal-review-items .opc-block-summary tr > td {
    min-width: 80px;
  }
  .rating-stars-block > .rating-star {
    background-size: 30px;
    height: 30px;
    width: 30px;
  }
  .amtheme-reviewform-block .popup-inner {
    display: none;
  }
  .amtheme-reviewform-block.-amtheme-active .popup-inner {
    display: block;
  }
  .order-details-items > .actions-toolbar:first-child {
    flex-direction: row;
  }
  [class*='sales-guest-'].page-print .logo,
  .account[class*='sales-'].page-print .logo {
    margin-top: 30px;
  }
  .form.send.friend .fieldset.recipients .fields.additional {
    margin-top: 15px;
  }
  .form.send.friend .fieldset.recipients > .actions-toolbar {
    align-items: flex-start;
  }
  .swatch-attribute .swatch-option:not(.text) {
    height: 30px;
    min-height: 30px;
    width: 30px;
  }
  .swatch-attribute .swatch-option.image {
    min-height: 30px;
    min-width: 30px;
  }
  .swatch-option.color {
    box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.16);
  }
  .swatch-option.color:before {
    height: 30px;
    transform: scale(1.17);
    width: 30px;
  }
  .nav-open .page-wrapper {
    overflow: visible;
  }
  .page-layout-empty .block.am-widget .grid .product-item,
  .page-layout-checkout .block.am-widget .grid .product-item,
  .page-layout-1column .block.am-widget .grid .product-item,
  .page-layout-empty .block.am-widget .products-grid .product.item,
  .page-layout-checkout .block.am-widget .products-grid .product.item,
  .page-layout-1column .block.am-widget .products-grid .product.item {
    width: calc(33.33% - 16.67px);
  }
  .page-layout-empty .block.am-widget .grid .product-item:nth-child(n),
  .page-layout-checkout .block.am-widget .grid .product-item:nth-child(n),
  .page-layout-1column .block.am-widget .grid .product-item:nth-child(n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .block.am-widget .grid .product-item:nth-child(-n + 3),
  .page-layout-checkout .block.am-widget .grid .product-item:nth-child(-n + 3),
  .page-layout-1column .block.am-widget .grid .product-item:nth-child(-n + 3),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(-n + 3),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(-n + 3),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-empty .block.am-widget .grid .product-item:nth-child(3n),
  .page-layout-checkout .block.am-widget .grid .product-item:nth-child(3n),
  .page-layout-1column .block.am-widget .grid .product-item:nth-child(3n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item,
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(50% - 12.5px);
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 2),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(2n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item,
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(50% - 12.5px);
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-header.-sticky-header .block-search.-header > .block-content {
    border-bottom: none;
    padding: 10px 35px 0;
  }
  .page-header > .content {
    flex-wrap: wrap;
  }
  .page-header .block-search {
    background: transparent;
    margin-top: 19px;
  }
  .page-header .search-autocomplete {
    margin-top: 21px;
    padding-top: 25px;
  }
  .page-header .logo {
    margin: 0 auto;
    max-width: calc(100% - calc(30px * 3 + 64px));
  }
  .page-footer .amtheme-socials-list {
    padding: 20px 0;
  }
  .page-footer .amtheme-footer-section {
    flex-direction: column;
  }
  .page-footer .amtheme-socials-list {
    order: 1;
  }
  .footer.links {
    margin-bottom: 10px;
  }
  .footer.links .item {
    border-bottom: 1px solid #dfdedd;
    padding: 15px 0;
  }
  .form-wishlist-items .product-items {
    display: flex;
    flex-direction: column;
    list-style: none;
  }
  .form-wishlist-items .product-items > .product-item {
    background: none;
    margin: 0 auto 55px;
    max-width: 430px;
    width: 100%;
  }
  .form-wishlist-items .product-items > .product-item:last-child {
    margin-bottom: 25px;
  }
  .form-wishlist-items .product-item .product-item-inner {
    border: 0;
    border-radius: inherit;
    box-shadow: none;
    max-height: inherit;
    opacity: 1;
    padding: 0;
    position: static;
    z-index: 1;
  }
  .form-wishlist-items .product-item .amtheme-stock-visible {
    display: block;
  }
  .form-wishlist-items .product-item .product-details {
    margin: 0 0 15px;
  }
  .form-wishlist-items .product-item .amtheme-more-button {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .form-wishlist-items .product-item .product-details,
  .form-wishlist-items .product-item .comment-box,
  .form-wishlist-items .product-item .amtheme-update-box > .amtheme-update {
    display: none;
  }
  .form-wishlist-items .product-item .action.edit > .amtheme-icon {
    display: none;
  }
  .form-wishlist-items .product-item .action.edit {
    background: none;
    border-radius: 0;
    height: auto;
  }
  .form-wishlist-items .product-item-actions {
    display: flex;
    flex-direction: column-reverse;
  }
  .form-wishlist-items .product-item-actions .action.tocart {
    margin: 20px 0 30px;
    width: 100%;
  }
  .form-wishlist-items .product-item-actions .action.edit,
  .form-wishlist-items .product-item-actions .action.delete {
    color: #4a4948;
    display: block;
    text-align: center;
    width: 100%;
  }
  .form-wishlist-items .product-item-actions .action.edit:after,
  .form-wishlist-items .product-item-actions .action.delete:after {
    content: attr(data-amtheme-content);
    margin-left: 4px;
  }
  .form-wishlist-items .product-item-actions .action.edit {
    margin-top: 30px;
  }
  .form-wishlist-items .actions-toolbar .primary {
    display: flex;
    justify-content: center;
  }
  .form-wishlist-items .actions-toolbar .primary > .action {
    width: auto;
  }
  .wishlist-index-index .sidebar-additional {
    margin-top: 60px;
  }
  .shared.wishlist .table.data.wishlist tbody > tr > .col {
    display: flex;
    flex-wrap: wrap;
  }
  .shared.wishlist .table.data.wishlist tbody > tr > .col:not(:last-child) {
    padding-bottom: 15px;
  }
  .shared.wishlist .table.data.wishlist tbody > tr > .col:before {
    margin-bottom: 15px;
  }
  .shared.wishlist .amtheme-split ~ .tocart {
    margin-inline-end: 20px;
    margin-inline-start: 0;
  }
  .shared.wishlist .amtheme-split {
    margin-inline-end: auto;
    margin-inline-start: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .block.am-widget {
    margin: 30px auto;
    max-width: 100%;
  }
  .block.am-widget .product .product-item-info {
    padding: 20px;
  }
  .block.am-widget .product .product-item-photo {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .block.am-widget .swatch-wrapper {
    display: block;
  }
  .block.am-widget .grid .product-item {
    background: transparent;
  }
  .am-widget.block-new-products.list .product-item {
    width: 100%;
  }
  .am-widget.block-new-products.list .product-item-info {
    padding-inline-start: 200px;
    position: relative;
  }
  .am-widget.block-new-products.list .product-photo-wrapper {
    left: 0;
    max-width: 160px;
    position: absolute;
  }
  .am-widget.block-new-products.list .action.tocart {
    margin-top: 0;
  }
  .am-widget.block-new-products.list .product-item-inner {
    margin-top: 10px;
  }
  .am-widget.block-viewed-products-grid.list .items.product-items,
  .am-widget.block-compared-products-grid.list .items.product-items {
    max-width: 100%;
  }
  .am-widget.block-viewed-products-grid.list .product.product-item,
  .am-widget.block-compared-products-grid.list .product.product-item {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 5px 15px;
    width: 100%;
  }
  .am-widget.block-viewed-products-grid.list .product-item-info,
  .am-widget.block-compared-products-grid.list .product-item-info {
    flex-direction: row;
    padding: 15px 0;
  }
  .am-widget.block-viewed-products-grid.list .product-photo-wrapper,
  .am-widget.block-compared-products-grid.list .product-photo-wrapper {
    max-width: 30%;
  }
  .am-widget.block-viewed-products-grid.list .product-item-details,
  .am-widget.block-compared-products-grid.list .product-item-details {
    margin-inline-start: 20px;
    max-width: calc(70% - 20px);
  }
  .am-no-display-mobile,
  .search-autocomplete,
  .breadcrumbs,
  .toolbar-sorter label,
  .limiter label {
    display: none;
  }
  .amtheme-select-block {
    width: 100%;
  }
  .amtheme-select-options {
    max-width: 100%;
    width: 100%;
  }
  .page-with-filter .toolbar-sorter.sorter,
  .page-with-filter .search.results .toolbar-sorter.sorter {
    width: 100%;
  }
  .page-with-filter .toolbar-sorter .amtheme-select-block,
  .page-with-filter .search.results .toolbar-sorter .amtheme-select-block {
    position: relative;
    width: auto;
  }
  .page-with-filter .toolbar-sorter .amtheme-select-block > .amtheme-select-options,
  .page-with-filter .search.results .toolbar-sorter .amtheme-select-block > .amtheme-select-options {
    right: 0;
  }
  .toolbar-sorter .amtheme-placeholder {
    line-height: 1.4;
  }
  .toolbar-sorter .sorter-options {
    font-weight: 400;
  }
  .toolbar .modes,
  .toolbar .limiter {
    display: none;
  }
  .amtheme-collapsible-block > .block-title,
  .multicheckout .amtheme-collapsible-block > .block-title,
  .multicheckout .amtheme-collapsible-block > .block-title,
  .multicheckout .multicheckout .amtheme-collapsible-block > .block-title {
    align-items: center;
    display: flex;
    padding: 10px 0;
  }
  .amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay,
  .amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay {
    opacity: 1;
  }
  .amasty-jet-theme.checkout-index-index .opc-block-summary .minicart-items-wrapper > .minicart-items,
  .amasty-jet-theme.checkout-index-index .opc-block-summary .table-totals .amount,
  .amasty-jet-theme.checkout-index-index .opc-block-summary .table-totals .mark {
    padding-right: 0;
    padding-left: 0;
  }
  .amasty-jet-theme.checkout-index-index .opc-block-summary .product-item > .product {
    flex-wrap: nowrap;
  }
  .amasty-jet-theme.checkout-index-index .opc-block-summary .amtheme-estimated-total {
    padding: 20px 0;
  }
  .amasty-jet-theme.checkout-index-index .checkout-payment-method .payment-methods {
    margin-bottom: 0;
  }
  .amasty-jet-theme.checkout-index-index .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .payment-option,
  .amasty-jet-theme.checkout-index-index .amcheckout-main-container.-modern.-layout-3columns .opc-payment-additional {
    margin-bottom: 20px;
  }
  .footer.content {
    display: flex;
    flex-direction: column;
  }
  .footer.content .amcustombutton-button-container {
    margin-bottom: 20px;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items {
    border-top: 1px solid #dfdedd;
    border-bottom: none;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title > .switch,
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title > .switch:hover,
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title > .switch:focus {
    padding: 15px 0;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items > .item.title {
    margin-bottom: 0;
  }
  .amgdpr-modal-container .modal-inner-wrap {
    margin: 0;
    max-height: 100%;
    width: auto;
    height: 100%;
  }
  .amasty-mega-menu .block-search {
    order: 3;
  }
  .amasty-mega-menu .block-search.-header > .block-content {
    margin-top: 15px;
  }
  .amasty-mega-menu .header.content .ammenu-logo {
    min-width: auto;
    max-width: calc(100% - calc(40px + 20px) * 3);
  }
  .amasty-jet-theme .amrelated-summary-content {
    align-items: center;
  }
  .amasty-jet-theme .amrelated-grid-wrapper,
  .amasty-jet-theme .slick-slide .product-item:nth-child(n) {
    max-width: 100%;
  }
  .amasty-jet-theme .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) {
    margin-left: auto;
    margin-right: auto;
  }
  .amrelated-bundle-popup {
    max-width: unset;
    min-width: 250px;
    width: 80%;
  }
  .amrelated-popup-container .amrelated-product-info {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .amrelated-popup-container .amrelated-product-info .product-item {
    background: inherit;
  }
  .amasty-jet-theme .page-header .header.content .logo,
  .amasty-jet-theme .page-header .header.content .ammenu-logo {
    max-width: calc(100% - 70px * 3);
  }
  .amasty-jet-theme .page-header .header .amquote-cart-wrapper.minicart-wrapper {
    padding: 0 22px 0 0;
  }
  .amasty-jet-theme .page-header .header .minicart-wrapper.amtheme-header-icon {
    margin: 0;
  }
  .filter-options-content .am-shopby-form .swatch-option {
    min-height: 40px;
    min-width: 40px;
  }
  .filter-options-content .am-shopby-form .swatch-attribute .swatch-option:not(.text) {
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    width: 40px;
  }
  .filter-options-content .am-shopby-form .swatch-attribute .swatch-option:not(.text):before {
    height: 40px;
    width: 40px;
  }
  .filter-options-content .am-shopby-form .swatch-option.color:before {
    height: 40px;
    width: 40px;
  }
  .filter-options-content .swatch-attribute.color .swatch-option {
    min-width: 40px;
  }
  .swatch-layered[class*='am-filter-items-attr'] .swatch-option-link-layered {
    margin: 0 10px 10px 0 !important;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #61c18f url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #61c18f;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #61c18f;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .block.filter .filter-options-title {
    border-bottom: none;
    border-top: 1px solid #dfdedd;
    font-weight: 700;
  }
  .block.filter .filter-content {
    overflow: auto;
    padding-top: 75px;
  }
  .block.filter .filter-current {
    margin-bottom: 0;
  }
  .block.filter .filter-actions {
    margin: 5px 0 20px;
    position: static;
    z-index: inherit;
  }
  .block.filter.active .amshopby-filter-current ~ .filter-options {
    height: auto;
  }
  .block.filter .filter-options-item:last-of-type {
    border-bottom: 1px solid #dfdedd;
    border-radius: 0;
    margin-bottom: 5px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 5px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 0;
  }
  .am-collapse-icon,
  .am-collapse-icon:after,
  .am-show-more:before {
    height: 30px;
    width: 30px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 0;
  }
  .amasty-jet-theme .filter-options .amshopby-fly-out-view.ui-menu {
    padding: 0;
  }
  .amasty-jet-theme .filter-options .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .amasty-jet-theme .filter-options .amshopby-flyout-block .items.amshopby-fly-out-view .items-children {
    border: none;
    box-shadow: 0 2px 8px rgba(17, 34, 74, 0.3), 0 2px 4px rgba(172, 188, 232, 0.2);
    margin: 0 1px;
    padding: 0;
  }
  .amshopby-filter-current .amshopby-items {
    padding-left: 0;
  }
  .amasty-jet-theme .amshopby-filter-current .amshopby-item.item {
    background: #ebebeb;
    margin-right: 0;
    padding: 5px 10px;
  }
  .amasty-jet-theme .amshopby-filter-current .amshopby-item.item .amshopby-remove {
    order: 3;
    position: relative;
  }
  .amasty-jet-theme .amshopby-filter-current .amshopby-item.item .amshopby-remove:before,
  .amasty-jet-theme .amshopby-filter-current .amshopby-item.item .amshopby-remove:after {
    background-color: #494949;
  }
  .filter-options-item .filter-options-content .amshopby-slider-wrapper {
    margin-bottom: 10px;
  }
  .amasty-jet-theme .page-main .block.block-order-details delivery,
  .amasty-jet-theme .page-main .block.block-order-details delivery .delivery-field {
    float: none;
  }
  .amasty-jet-theme .page-main .block.block-order-details delivery .delivery-field {
    margin-left: 0;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .amtheme-custom-footer {
    flex-direction: column;
  }
  .payment-method-braintree .field.cvv .field-tooltip .field-tooltip-content {
    left: -176px;
  }
  .amtheme-gift-options .amtheme-gift-wrapping + .amtheme-gift-message {
    border-top: 1px solid #dfdedd;
    margin-top: 15px;
    padding-top: 15px;
  }
  .amtheme-gift-summary .actions-toolbar {
    flex-direction: row;
    margin-top: 15px;
  }
  .amtheme-gift-options .actions-toolbar {
    flex-direction: row;
  }
  .amtheme-gift-options .actions-toolbar .action {
    margin-top: 0;
  }
  .amtheme-gift-options .actions-toolbar .secondary {
    margin-inline-start: 15px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu a {
    padding-left: 35px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .amtheme-menu-block .ui-menu-item.level0.parent > .submenu .submenu > li > a {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .nav-sections-items > .amtheme-item.-bottom .amtheme-icon {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .amtheme-language-title > .current,
  .amtheme-currency-title > .current {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .section-item-title.amtheme-item.-bottom + .section-item-content li {
    margin-left: 60px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .section-item-title.amtheme-item.-bottom + .section-item-content .amtheme-myaccount-link > .switcher-dropdown > li,
  .section-item-title.amtheme-item.-bottom + .section-item-content .amtheme-myaccount-link > .switcher-dropdown > .header-links > li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .modal-popup .modal-title {
    margin-right: calc(10px + 32px);
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .block:not(.am-widget) .amtheme-products-secondary:not(.slick-slider) > .product-item:last-of-type {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .products-grid.products > .amtheme-products-secondary .special-price .price-wrapper:not(.price-including-tax) .price,
  .amtheme-products-secondary.-in-widget .special-price .price-wrapper:not(.price-including-tax) .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .special-price .price-wrapper:not(.price-including-tax) .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .special-price .price-wrapper:not(.price-including-tax) .price,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .special-price .price-wrapper:not(.price-including-tax) .price,
  .block.amshopby-morefrom .block-content .product-items .special-price .price-wrapper:not(.price-including-tax) .price {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .products.product-items .product-item {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .products.product-items .product-item {
    max-width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .products.product-items .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .grid.products .-col-sm-1 .product-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab:not(.am-noreviews) .amtheme-toall-reviews {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab .action > .amtheme-icon {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .cart.item .amtheme-label-small {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  [class*='sales-guest-'] .items.order-links .nav.item:not(:last-of-type),
  .account .items.order-links .nav.item:not(:last-of-type) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .multicheckout.shipping .actions-toolbar .action.back {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .table-paypal-review-items.cart.items .cart.item .product-item-details {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .page-layout-empty .block.am-widget .grid .product-item,
  .page-layout-checkout .block.am-widget .grid .product-item,
  .page-layout-1column .block.am-widget .grid .product-item,
  .page-layout-empty .block.am-widget .products-grid .product.item,
  .page-layout-checkout .block.am-widget .products-grid .product.item,
  .page-layout-1column .block.am-widget .products-grid .product.item {
    max-width: calc(33.33% - 16.67px);
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget .grid .product-item:nth-child(n),
  .page-layout-checkout .block.am-widget .grid .product-item:nth-child(n),
  .page-layout-1column .block.am-widget .grid .product-item:nth-child(n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget .grid .product-item:nth-child(3n),
  .page-layout-checkout .block.am-widget .grid .product-item:nth-child(3n),
  .page-layout-1column .block.am-widget .grid .product-item:nth-child(3n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item {
    max-width: calc(50% - 12.5px);
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item {
    max-width: calc(50% - 12.5px);
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-split ~ .tocart {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-split ~ .tocart {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-split {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-split {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .am-widget.block-new-products.list .product-item-info {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .am-widget.block-viewed-products-grid.list .product-item-details,
  .am-widget.block-compared-products-grid.list .product-item-details {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) and screen and (-ms-high-contrast: active), only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .amtheme-gift-options .actions-toolbar .secondary {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 10px 20px;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 15px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #4a4948;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr {
    background: #f7f7f7;
    border-radius: 4px;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    word-break: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    width: 35%;
  }
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    word-break: break-all;
  }
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    word-break: break-all;
  }
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    word-break: break-all;
  }
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    word-break: break-all;
  }
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    word-break: break-all;
  }
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th]:before,
  .ie11 .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th]:before {
    word-break: break-all;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr > td {
    clear: both;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr > td:first-of-type {
    /* stylelint-disable-line */
    padding-top: 15px;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr > td:last-of-type {
    /* stylelint-disable-line */
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .product-item > .product-item-info {
    padding: 20px 15px;
  }
  .products-grid.products > .amtheme-products-secondary:not(.-full-width, .slick-slider),
  .amtheme-products-secondary.-in-widget:not(.-full-width, .slick-slider),
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items:not(.-full-width, .slick-slider),
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items:not(.-full-width, .slick-slider),
  .widget.amrelated-grid-wrapper.grid .widget-product-grid:not(.-full-width, .slick-slider),
  .block.amshopby-morefrom .block-content .product-items:not(.-full-width, .slick-slider) {
    margin: 0 -25px;
    padding: 0 25px;
  }
  #product-attribute-specs-table > tbody > tr td[data-th].col.data:before,
  #product-attribute-specs-table > tbody > tr th[data-th].col.data:before {
    display: none;
  }
  .amtheme-add-form-bottom.-on-line .product-options-bottom,
  .amtheme-add-form-bottom.-on-line .box-tocart.qty {
    flex-basis: 100%;
  }
  .amtheme-add-form-bottom.-on-line .box-tocart.qty {
    margin-bottom: 35px;
  }
  .amtheme-add-form-bottom.-on-line .box-tocart {
    width: 100%;
  }
  .amtheme-add-form-bottom.-on-line .product-options-bottom {
    margin-bottom: 20px;
  }
  .amtheme-add-form-bottom.-on-line .swatch-attribute {
    margin-bottom: calc(20px / 2);
  }
  .amtheme-add-form-bottom.-on-line .bundle-summary {
    margin-bottom: 20px;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-top: 40px;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-actions {
    margin-top: 30px;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-content {
    display: block;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .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;
  }
  .amtheme-shipping-wrap {
    margin: 0 -35px;
    padding: 25px 35px 20px;
  }
  .account table.table:not(.cart, .totals, .table-comparison) > tbody > tr td[data-th].col.actions:before,
  .account table.table:not(.cart, .totals, .table-comparison) > tbody > tr th[data-th].col.actions:before {
    display: none;
  }
  .multishipping-checkout_address-newshipping .form-address-edit .fieldset-fullname .field:last-of-type,
  .multishipping-checkout_address-newbilling .form-address-edit .fieldset-fullname .field:last-of-type,
  .multishipping-checkout_address-editshipping .form-address-edit .fieldset-fullname .field:last-of-type,
  .multishipping-checkout_address-editaddress .form-address-edit .fieldset-fullname .field:last-of-type {
    margin-bottom: 0;
  }
  .multicheckout.address.form .table.items {
    margin-top: 20px;
  }
  .multicheckout.address.form .table.items > tbody > tr:not(:last-of-type) > td {
    border-bottom: none;
  }
  .multicheckout.address.form .table.items .col.actions:before {
    display: none;
  }
  .multicheckout.address.form .table.items .field {
    display: inline-block;
    max-width: 65%;
  }
  .multicheckout.address.form .actions-toolbar {
    flex-direction: column;
  }
  .multicheckout.address.form .actions-toolbar .action.back,
  .multicheckout.address.form .actions-toolbar .action.update {
    width: auto;
  }
  .multicheckout.address.form .actions-toolbar .action.update {
    margin-top: 20px;
  }
  .multicheckout.address.form .actions-toolbar .action.back {
    margin-top: 35px;
    order: 5;
  }
  .multishipping-checkout-overview .table-order-review > thead > tr > th,
  .multishipping-checkout-overview .table-order-review > tbody > tr > td {
    text-align: left;
  }
  .multishipping-checkout-overview .table-order-review > tfoot {
    display: table;
    width: 100%;
  }
  .multishipping-checkout-overview .box-items .box-title {
    display: flex;
  }
  .multishipping-checkout-overview .block-other > .block-title {
    margin-bottom: 20px;
  }
  .table-wrapper .table.table-order-items .col.total,
  .table-wrapper .table.table-order-items .col.total ~ .col,
  .table-wrapper .table.table-order-items .col.price,
  .table-wrapper .table.table-order-items .col.price ~ .col {
    text-align: left;
  }
  .table-wrapper .table.table-order-items .col.actions > a {
    font-weight: 700;
  }
  .order-details-items .order-title .print {
    display: none;
  }
  .order-details-items table > tbody {
    border-bottom: none;
  }
  .order-details-items table > tfoot > tr > th {
    width: 100%;
  }
  .order-details-items table > tfoot > tr:first-of-type > th,
  .order-details-items table > tfoot > tr:first-of-type > td {
    padding-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
  }
  .order-details-items > .actions-toolbar:first-child {
    align-items: flex-start;
    flex-direction: column;
  }
  .order-details-items .price-including-tax + .price-excluding-tax,
  .order-details-items .weee[data-label] {
    padding-inline-start: 35%;
    justify-content: flex-start;
  }
  .order-tracking {
    flex-direction: column;
  }
  .order-tracking .tracking-title {
    margin-bottom: 10px;
  }
  .page-layout-empty .block.am-widget .grid .product.item,
  .page-layout-checkout .block.am-widget .grid .product.item,
  .page-layout-1column .block.am-widget .grid .product.item,
  .page-layout-empty .block.am-widget .products-grid .product.item,
  .page-layout-checkout .block.am-widget .products-grid .product.item,
  .page-layout-1column .block.am-widget .products-grid .product.item,
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(50% - 12.5px);
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 2),
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(2n),
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item,
  .page-layout-2columns-left .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-2columns-right .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(50% - 12.5px);
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-2columns-right .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-2columns-left .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 2),
  .page-layout-2columns-right .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-2columns-left .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(2n),
  .page-layout-2columns-right .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item,
  .page-layout-3columns .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(50% - 12.5px);
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-3columns .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-3columns .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-3columns .block.widget.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .product-info-main .amtheme-payments-list,
  .footer .amtheme-payments-list {
    justify-content: center;
  }
  .footer .amtheme-payment-methods {
    margin-bottom: 30px;
    width: 100%;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) and screen and (-ms-high-contrast: active), only screen and (max-width: 639px) and (-ms-high-contrast: none) {
  .amtheme-add-form-bottom.-on-line .bundle-summary {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 639px) and screen and (-ms-high-contrast: active), only screen and (max-width: 639px) and (-ms-high-contrast: none) {
  .order-details-items .price-including-tax + .price-excluding-tax,
  .order-details-items .weee[data-label] {
    padding-left: 35%;
  }
}
@media only screen and (max-width: 639px) and (min-width: 768px) {
  .page-layout-empty .block.am-widget .grid .product.item,
  .page-layout-checkout .block.am-widget .grid .product.item,
  .page-layout-1column .block.am-widget .grid .product.item,
  .page-layout-empty .block.am-widget .products-grid .product.item,
  .page-layout-checkout .block.am-widget .products-grid .product.item,
  .page-layout-1column .block.am-widget .products-grid .product.item {
    max-width: calc(50% - 12.5px);
  }
}
@media only screen and (max-width: 639px) and screen and (-ms-high-contrast: active), only screen and (max-width: 639px) and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 639px) and screen and (-ms-high-contrast: active), only screen and (max-width: 639px) and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 639px) and (min-width: 768px) {
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item {
    max-width: calc(50% - 12.5px);
  }
}
@media only screen and (max-width: 639px) and screen and (-ms-high-contrast: active), only screen and (max-width: 639px) and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 639px) and screen and (-ms-high-contrast: active), only screen and (max-width: 639px) and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 639px) and (min-width: 768px) {
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item {
    max-width: calc(50% - 12.5px);
  }
}
@media only screen and (max-width: 639px) and screen and (-ms-high-contrast: active), only screen and (max-width: 639px) and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 639px) and screen and (-ms-high-contrast: active), only screen and (max-width: 639px) and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
  .table-wrapper .table:not(.cart, .totals, .table-comparison) > tbody > tr > td {
    padding: 10px;
  }
  .nav-before-open .amtheme-menustatic-wrapper {
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .modal-popup.confirm._show .modal-inner-wrap {
    top: 50%;
    transform: translateY(-50%);
  }
  .modal-popup .modal-inner-wrap {
    box-shadow: none;
    margin: auto;
  }
  .modal-popup.confirm .modal-header,
  .modal-popup.confirm .modal-content {
    text-align: center;
  }
  .modal-popup.confirm .modal-title {
    margin: 0;
  }
  .modal-popup.confirm + .modals-overlay {
    background: #ffffff;
  }
  .modal-popup.confirm .action-close {
    display: none;
  }
  .amtheme-tabs-widget .products.product-items {
    margin: 0;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .amtyblock-customer-create .content .actions {
    width: 100%;
  }
  .amtypage-main-container > .amtyblock:not(.amtyblock-cross-sell) {
    padding-left: 0;
    padding-right: 0;
  }
  .amtypage-main-container > .amtyblock.amtyblock-cross-sell {
    padding-left: 0;
  }
  .amtypage-main-container .container-form.form.subscribe {
    display: flex;
    flex-direction: column;
  }
  .amtypage-main-container .container-form.form.subscribe > .field {
    margin: 0 0 20px;
  }
  .amtypage-main-container .container-form.form.subscribe > .field,
  .amtypage-main-container .container-form.form.subscribe > .actions,
  .amtypage-main-container .container-form.form.subscribe > .actions .action {
    max-width: 100%;
    width: 100%;
  }
  .amtypage-main-container pre {
    margin: 0 10px;
  }
  .fieldset-bundle-options .amtheme-tags-block > .amtheme-option {
    display: inline-block;
    white-space: normal;
  }
  .fieldset-bundle-options .amtheme-tags-block .price-container,
  .fieldset-bundle-options .amtheme-tags-block .price-box {
    display: inline;
  }
  .product-item > .product-item-info {
    padding: 20px 25px;
  }
  .sidebar .widget.block-viewed-products-grid .action.tocart,
  .sidebar .widget.block-compared-products-grid .action.tocart {
    display: block;
    margin-right: auto;
    width: auto;
  }
  .products.product-items {
    margin: 0 -25px;
  }
  .products.product-items > .product-item {
    margin: 0;
    width: 100%;
  }
  .products.product-items > .product-item:not(:first-child) {
    margin-top: 20px;
  }
  .products.grid .tocart.-center,
  .products.grid .tocart.-left,
  .form-wishlist-items .products-grid .tocart.-center,
  .form-wishlist-items .products-grid .tocart.-left,
  .form-wishlist-items .products-grid .tocart.-center,
  .form-wishlist-items .products-grid .tocart.-left {
    max-width: 100%;
  }
  .amsticky-cart-block.-amsticky-cart-active .action.tocart.-show-spinner:before {
    display: none;
  }
  .amtheme-product-wrap > .product.media {
    margin: 20px auto 45px;
    max-height: 270px;
    max-width: 270px;
  }
  .amtheme-short-info {
    margin-bottom: 20px;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-top: 0;
    flex-direction: column;
  }
  .amtheme-short-info > .product-info-stock-sku {
    margin: 22px 0 10px;
  }
  .amtheme-short-info > .product-info-stock-sku,
  .amtheme-short-info > .product-reviews-summary {
    max-width: none;
  }
  #product-attribute-specs-table > tbody > tr > td {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
  }
  .amtheme-ismobile .amtheme-reviews-tab {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
  .amtheme-ismobile .amtheme-reviews-tab.-am-noreviews .amtheme-actions {
    margin-top: 20px;
  }
  .amtheme-ismobile .amtheme-reviews-tab .amtheme-actions {
    justify-content: space-between;
  }
  .amtheme-ismobile .amtheme-reviews-tab .action:not(.view) {
    padding-inline-end: 10px;
    padding-inline-start: 10px;
  }
  .amtheme-ismobile .amtheme-reviews-tab .action.outline,
  .amtheme-ismobile .amtheme-reviews-tab .modal-popup .modal-footer .action:not(.primary):not(.secondary),
  .amtheme-ismobile .amtheme-reviews-tab .order-details-items > .actions-toolbar:first-child .action {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 10px;
    margin-top: 0;
  }
  .amtheme-ismobile .amtheme-reviews-tab .action {
    flex-grow: 1;
    justify-content: center;
  }
  .amtheme-ismobile .amtheme-reviews-aside .action:not(.view) {
    padding-inline-end: 15px;
    padding-inline-start: 15px;
  }
  .block-search.-header > .block-content {
    margin: 0 -25px;
    padding: 20px 25px;
  }
  .search.summary {
    margin: 0 -25px;
    padding: 20px 25px;
  }
  .search.summary .items {
    flex-direction: column;
  }
  .search.summary .item {
    margin: 0;
    max-width: 100%;
  }
  .search.summary .item:not(:first-child) {
    margin-top: 25px;
  }
  .minicart-wrapper .block-minicart {
    width: 90vw;
  }
  .block.block-minicart.-sticky-minicart .amtheme-minicart-content {
    width: 270px;
  }
  .block.block-minicart.-sticky-minicart .product-item .product-photo {
    width: 55px;
  }
  .block.block-minicart.-sticky-minicart .product-item-details {
    margin-inline-start: 5px;
  }
  .block.block-minicart .product-item {
    background: none;
  }
  .block.block-minicart .product-item-pricing .details-qty {
    position: relative;
  }
  .block.block-minicart .product-item-pricing .amtheme-qty {
    width: 90px;
  }
  .block.block-minicart .product-item-pricing .amtheme-plus {
    left: 58px;
  }
  .block.block-minicart .product-item-pricing .update-cart-item {
    position: absolute;
    right: -20px;
    top: 0;
    transform: translateY(50%);
  }
  .opc-progress-bar > .opc-progress-bar-item:after {
    margin: 0 8px;
  }
  .field-tooltip .field-tooltip-content {
    width: 240px;
  }
  .opc-block-summary .product-item .product-item-details .product-item-inner {
    flex-direction: column;
  }
  .opc-block-summary .product-item .product-item-details .price-excluding-tax,
  .opc-block-summary .product-item .product-item-details .product-item-inner,
  .opc-block-summary .product-item .product-item-details .subtotal {
    align-items: flex-start;
  }
  .opc-block-summary .product-item .product-item-details .subtotal {
    margin-top: 15px;
  }
  .opc-block-summary .product-item .product-item-details .product.options {
    margin-top: 5px;
  }
  .opc-block-summary .product-item .product-image-container {
    margin-inline-end: 15px;
  }
  .opc-block-summary .product-item .product-image-container .img {
    max-height: 100px;
    max-width: 100px;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    justify-content: center;
  }
  .cart.item .item-info .product-item-details {
    flex: auto;
    max-width: calc(100% - 165px);
    overflow-x: auto;
  }
  .cart.item .item-info .col.amtheme-column-toolbar {
    width: 100%;
  }
  .cart.item .item-info .col.amtheme-column-toolbar > .amtheme-cell {
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .amtheme-shipping-wrap {
    margin: 0 -25px;
    padding: 25px 25px 20px;
  }
  .amtheme-success-order {
    margin: 0 -25px;
  }
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv {
    display: block;
  }
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv > .control._with-tooltip {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv .hosted-error {
    order: 3;
    width: 100%;
  }
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv .field-tooltip {
    margin-inline-start: 15px;
    position: static;
    transform: none;
  }
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv .field-tooltip-content {
    left: 0;
    margin-top: 10px;
  }
  .amtheme-card-block,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-address-method {
    padding-inline-end: 25px;
    padding-inline-start: 25px;
    margin: 0 -25px 20px;
  }
  .account-nav-title {
    margin: 0 -25px;
    padding: 10px 25px;
  }
  .account-nav-content {
    margin: 0 -25px;
    padding: 20px 25px 10px;
  }
  [class*='sales-guest-'] .items.order-links,
  .account .items.order-links {
    border: none;
    display: flex;
    flex-direction: column;
    margin: 25px -25px 0;
  }
  [class*='sales-guest-'] .items.order-links .nav.item > *,
  .account .items.order-links .nav.item > * {
    display: block;
    padding: 15px 25px;
  }
  .amtheme-addresses-block {
    margin: 0 -25px 20px;
  }
  .amtheme-addresses-block > .amtheme-content,
  .amtheme-addresses-block.-addresses-grid,
  .amtheme-addresses-block.-addresses-grid {
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
  .amtheme-addresses-default .amtheme-address-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .amtheme-product-info .table.grouped .product-row {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .amtheme-product-info .table.grouped .amtheme-qty-wrap {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .amtheme-product-info .table.grouped .product-row > .product {
    padding-inline-end: 0;
    max-width: 100%;
  }
  .multicheckout.address.form .table.items .field.address {
    display: block;
    margin-top: 10px;
    max-width: unset;
  }
  .amtheme-newsletter-block .action {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
  }
  .form-new-agreement .amtheme-select-block {
    width: auto;
  }
  .paypal-review > .block.block-order-details-view {
    margin: 0 -25px 35px;
    padding: 30px 25px;
  }
  .form-wishlist-items .actions-toolbar .primary {
    background: #f7f7f7;
    flex-direction: column-reverse;
    margin: -25px;
    padding: 20px 25px;
  }
  .form-wishlist-items .actions-toolbar .primary .action.tocart {
    margin-bottom: 25px;
  }
  .shared.wishlist .amtheme-wishlist-split,
  .shared.wishlist .action.towishlist {
    margin: 15px auto 0;
    padding: 0;
  }
  .shared.wishlist .action.tocart {
    margin: 0;
    width: 100%;
  }
  .block.am-widget .list .items .item.product-item:nth-child(n),
  .block.am-widget .grid .items .item.product-item:nth-child(n),
  .block.am-widget .products-grid .items .item.product-item:nth-child(n) {
    margin: 0;
    width: 100%;
  }
  .block.widget.block-products-list .products-grid.grid .product-item-photo {
    width: 100%;
  }
  .block.widget.block-products-list .products-grid.grid .product-item-photo .product-image-container {
    margin: auto;
  }
  .am-widget.block-new-products.list .list .product-item-info {
    padding-inline-start: 40%;
  }
  .am-widget.block-new-products.list .list .product-photo-wrapper {
    max-width: 35%;
  }
  .block.am-widget .grid .amtheme-dropdown-block > .dropdown,
  .block.am-widget .products-grid .amtheme-dropdown-block > .dropdown {
    left: auto;
    right: 0;
  }
  .block-static-block .block.am-widget .grid .item:first-child .dropdown,
  .block-static-block .block.am-widget .products-grid .item:first-child .dropdown {
    left: 0;
  }
  .ui-widget.ui-datepicker {
    width: calc(100% - 25px * 2);
  }
  .ui-widget.ui-datepicker .ui-datepicker-title {
    margin: 0 2em;
  }
  .ui-widget.ui-datepicker .ui-datepicker-title > select {
    background: none;
    height: 30px;
    padding: 5px;
  }
  .ui-widget.ui-datepicker .ui-datepicker-week-col {
    color: #4a4948;
    font-size: 1rem;
  }
  .ui-widget.ui-datepicker .ui-datepicker-buttonpane {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ui-widget.ui-datepicker .ui-datepicker-buttonpane > .ui-corner-all {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 10px;
  }
  .ui-widget.ui-datepicker .ui-datepicker-calendar thead > tr > th,
  .ui-widget.ui-datepicker .ui-datepicker-calendar tbody > tr > td {
    font-weight: 400;
    height: 25px;
    padding: inherit;
    text-align: center;
    vertical-align: middle;
    width: calc(100% / 8);
  }
  .ui-widget.ui-datepicker .ui-datepicker-calendar thead > tr > th {
    font-size: 1rem;
  }
  .ui-widget.ui-datepicker .ui-datepicker-calendar tbody > tr > td > a,
  .ui-widget.ui-datepicker .ui-datepicker-calendar tbody > tr > td > span {
    box-sizing: border-box;
    font-size: 1.2rem;
    height: 100%;
    line-height: 2.2rem;
    padding: 2px 5px 0;
    width: 100%;
  }
  .toolbar-sorter .sorter-action {
    display: none;
  }
  .toolbar-sorter .amtheme-select-block.-active .amtheme-select-options {
    right: 0;
  }
  .amasty-jet-theme.checkout-index-index .amtheme-shipping-wrap {
    margin: 20px -12px 0;
    padding: 20px 12px;
  }
  .checkout-shipping-address .amazon-button-container .field-tooltip-content {
    right: -48px;
  }
  .customer-account-create .block.block-amazon-login .amazon-button-container .field-tooltip-content,
  .login-container > .block.block-amazon-login .amazon-button-container .field-tooltip-content {
    right: -60px;
  }
  .checkout-shipping-address .amazon-divider {
    border: 0;
    line-height: 1;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .nav-before-open .amtheme-menustatic-wrapper {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .nav-before-open .amtheme-menustatic-wrapper {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-short-info {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  #product-attribute-specs-table > tbody > tr > td {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  #product-attribute-specs-table > tbody > tr > td {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab .action:not(.view) {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab .action:not(.view) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-tab .action.outline,
  .amtheme-ismobile .amtheme-reviews-tab .modal-popup .modal-footer .action:not(.primary):not(.secondary),
  .amtheme-ismobile .amtheme-reviews-tab .order-details-items > .actions-toolbar:first-child .action {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-aside .action:not(.view) {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-ismobile .amtheme-reviews-aside .action:not(.view) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .block.block-minicart.-sticky-minicart .product-item-details {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .opc-block-summary .product-item .product-image-container {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .checkout-payment-method .payment-method-braintree .payment.braintree .field.cvv .field-tooltip {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-card-block,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-address-method {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-card-block,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-address-method {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-addresses-block > .amtheme-content,
  .amtheme-addresses-block.-addresses-grid {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-addresses-block > .amtheme-content,
  .amtheme-addresses-block.-addresses-grid {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-product-info .table.grouped .product-row > .product {
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-newsletter-block .action {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .amtheme-newsletter-block .action {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .am-widget.block-new-products.list .list .product-item-info {
    padding-left: 40%;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s {
    box-sizing: border-box;
  }
  form .fields.-double:not(.-block),
  .fieldset.fieldset-fullname > .fields:not(.-block) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  form .fields.-double:not(.-block) > .field,
  .fieldset.fieldset-fullname > .fields:not(.-block) > .field {
    max-width: calc(50% - 20px / 2);
    width: 100%;
  }
  form .fields.-double > .field.fullname,
  .fieldset.fieldset-fullname > .fields > .field.fullname {
    margin: 0;
    max-width: 100%;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .amtab-grid-wrapper.-small .amtab-arrow {
    display: block;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    color: #070605;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #070605;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #2e2721;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #000000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #070605;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .amtheme-product-wrap > .product.media {
    max-height: 485px;
    max-width: 485px;
  }
  .amtheme-product-info .box-tocart .action.tocart {
    min-width: 290px;
    transition: background 0.4s ease-in-out;
    width: auto;
  }
  .amtheme-actions-wrap .actions {
    align-items: center;
    display: flex;
  }
  .additional-attributes-wrapper > #product-attribute-specs-table {
    width: auto;
  }
  .product-add-form .amtheme-add-form-bottom.-on-line .product-info-price {
    margin-bottom: 10px;
    margin-top: 35px;
  }
  .product-add-form .amtheme-add-form-bottom.-on-line .amtheme-actions-wrap,
  .product-add-form .amtheme-add-form-bottom.-on-line .bundle-summary {
    margin-top: 20px;
  }
  .product-add-form .amtheme-add-form-bottom.-on-line .qty.-without-options {
    margin-bottom: 20px;
  }
  .search.summary {
    padding: 20px 35px 0;
  }
  .checkout-index-index .page-main {
    padding-inline-end: 85px;
    padding-inline-start: 85px;
  }
  .checkout-success {
    margin: auto;
    max-width: 480px;
  }
  .checkout-success .amtheme-success-order {
    margin: 0;
  }
  .checkout-success .amtheme-success-order .amtheme-divider {
    background: #dfdedd;
    display: inline-block;
    height: 20px;
    margin: 0 10px;
    vertical-align: middle;
    width: 2px;
  }
  .amtheme-account-actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 35px 0 0;
  }
  .amtheme-account-actions .amtheme-fields {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .amtheme-account-actions > .actions-toolbar {
    display: flex;
    flex-direction: row-reverse;
  }
  .amtheme-account-actions > .actions-toolbar .primary {
    width: auto;
  }
  .amtheme-account-actions > .actions-toolbar .primary > .action {
    margin: 0 0 0 5px;
  }
  .amtheme-card-block.-with-table > .amtheme-heading,
  .amtheme-addresses-block.-dashboard-addresses.-with-table > .amtheme-heading,
  .amtheme-address-method.-with-table > .amtheme-heading {
    margin-bottom: 5px;
  }
  .form.form-edit-account .field.password-info {
    margin-bottom: 45px;
  }
  .table-downloadable-products .action.download {
    padding-inline-start: 23px;
    margin: 0 0 0 10px;
    position: relative;
    white-space: nowrap;
  }
  .table-downloadable-products .action.download:before {
    background: #ffd43e url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-right.svg") center / 75% no-repeat;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 18px;
  }
  .multicheckout.address.form .col.product {
    width: 25%;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    margin-right: 0;
    max-width: unset !important;
  }
  .catalog-product-view .amquote-addto-button {
    width: auto;
  }
}
@media all and (min-width: 640px) and screen and (-ms-high-contrast: active), all and (min-width: 640px) and (-ms-high-contrast: none) {
  .checkout-index-index .page-main {
    padding-right: 85px;
  }
}
@media all and (min-width: 640px) and screen and (-ms-high-contrast: active), all and (min-width: 640px) and (-ms-high-contrast: none) {
  .checkout-index-index .page-main {
    padding-left: 85px;
  }
}
@media all and (min-width: 640px) and screen and (-ms-high-contrast: active), all and (min-width: 640px) and (-ms-high-contrast: none) {
  .table-downloadable-products .action.download {
    padding-left: 23px;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  .nav-sections,
  .top-toolbar,
  .amtheme-newsletter-block,
  .amtheme-backtotop-wrap,
  .amtheme-reviews-tab,
  .footer.content,
  .breadcrumbs,
  .form.contact,
  .block.related,
  .block.upsell,
  .block.crosssell,
  .actions-toolbar,
  .toolbar,
  .cart.main.actions .action,
  .cart-summary .checkout-methods-items,
  .cart-discount,
  .block.am-widget {
    display: none !important;
  }
  .products-grid .product-item {
    margin: 0 auto;
  }
  .products-grid .product-item .reviews-actions {
    margin: 0 auto;
    width: 100%;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    display: block;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #070605 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #dfdedd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    table-layout: fixed;
    width: 100%;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #dfdedd;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
.am-opacity-clear {
  opacity: 0;
  z-index: 10;
}
.am-vertical-center,
.old-price .price:before,
.block.filter .filter-options-title:after,
.filter-current .remove,
.old-price-wrap > .old-price:last-of-type:after,
.map-old-price .price-wrapper:before {
  top: 50%;
  transform: translateY(-50%);
}
.am-visually-hidden,
.file-uploader-preview .action-remove > span,
.fieldset .fullname.field > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  overflow: visible;
  position: static;
  width: auto;
}
.am-custom-scrollbar,
.table-wrapper,
.modal-popup._inner-scroll .modal-content,
.amtheme-product-popup .product-info-main > .amtheme-description,
.block.block-minicart .minicart-items-wrapper {
  overflow: auto;
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
}
.am-custom-scrollbar::-webkit-scrollbar,
.table-wrapper::-webkit-scrollbar,
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar,
.amtheme-product-popup .product-info-main > .amtheme-description::-webkit-scrollbar,
.block.block-minicart .minicart-items-wrapper::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.am-custom-scrollbar::-webkit-scrollbar-track,
.table-wrapper::-webkit-scrollbar-track,
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-track,
.amtheme-product-popup .product-info-main > .amtheme-description::-webkit-scrollbar-track,
.block.block-minicart .minicart-items-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.am-custom-scrollbar::-webkit-scrollbar-thumb,
.table-wrapper::-webkit-scrollbar-thumb,
.modal-popup._inner-scroll .modal-content::-webkit-scrollbar-thumb,
.amtheme-product-popup .product-info-main > .amtheme-description::-webkit-scrollbar-thumb,
.block.block-minicart .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.am-custom-scrollbar > *,
.table-wrapper > *,
.modal-popup._inner-scroll .modal-content > *,
.amtheme-product-popup .product-info-main > .amtheme-description > *,
.block.block-minicart .minicart-items-wrapper > * {
  max-width: none;
}
.am-text-uppercase {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.am-float-clear {
  clear: both;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-overflow-fade {
  padding: 0;
  position: relative;
}
.am-overflow-fade:after {
  content: '';
  height: 100%;
  left: calc(100% - 22px);
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  width: 32px;
}
.no-display,
.amtheme-filter-action,
.amasty-jet-theme .switcher .switcher-dropdown {
  display: none;
}
._am-message-icon-inner > *:first-child:before,
.message.info > *:first-child:before,
.message.error > *:first-child:before,
.message.warning > *:first-child:before,
.message.notice > *:first-child:before,
.message.success > *:first-child:before {
  text-align: right;
  width: 20px;
}
.am-product-options dt:after {
  content: ':';
  display: inline-block;
}
.am-product-options dt + dd {
  float: left;
}
.am-product-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .am-layout-negative-offset {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .am-layout-negative-offset {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 35px;
  }
}
.amtheme-icon {
  fill: #3d3731;
  display: inline-block;
  height: 30px;
  transition: fill 0.4s, color 0.4s ease-in-out;
  width: 30px;
}
.amtheme-icon:hover,
.amtheme-icon.-hover {
  fill: #a8a69f;
}
.amtheme-icon.-hover-bg:hover,
.amtheme-icon.-hover-bg.-selected {
  color: #a8a69f;
  fill: #3d3731;
}
.amtheme-icon.-active,
.amtheme-icon.-active-bg {
  color: #3d3731;
}
.amtheme-icon.-hover-bg {
  color: transparent;
}
.amtheme-icon.-circle {
  border-radius: 50%;
  box-sizing: border-box;
}
.amtheme-circle-icon {
  background: #f7f7f7;
  border-radius: 50%;
  display: inline-flex;
  height: 45px;
  width: 45px;
}
.amtheme-circle-icon:focus {
  box-shadow: none;
}
._keyfocus .amtheme-circle-icon:focus {
  border: 1px solid #3d3731;
  border-radius: 50%;
  box-shadow: none;
}
.amtheme-circle-icon .amtheme-icon {
  height: 25px;
  margin: auto;
  width: 25px;
}
.amtheme-sliding-icon,
.action.amtheme-sliding-icon {
  align-items: center;
  display: inline-flex;
}
.amtheme-sliding-icon > .amtheme-icon,
.action.amtheme-sliding-icon > .amtheme-icon {
  fill: #070605;
  height: 15px;
  padding: 0 0 0 5px;
  transition: all 0.2s ease-in-out;
  width: 15px;
}
.amtheme-sliding-icon > .amtheme-icon.-left,
.action.amtheme-sliding-icon > .amtheme-icon.-left {
  padding: 0 5px 0 0;
}
.amtheme-sliding-icon:not([disabled]):hover > .amtheme-icon,
.action.amtheme-sliding-icon:not([disabled]):hover > .amtheme-icon,
.amtheme-sliding-icon:focus > .amtheme-icon,
.action.amtheme-sliding-icon:focus > .amtheme-icon,
.amtheme-sliding-icon:active > .amtheme-icon,
.action.amtheme-sliding-icon:active > .amtheme-icon {
  fill: #2e2721;
  transform: translateX(5px);
}
.amtheme-sliding-icon:not([disabled]):hover > .amtheme-icon.-left,
.action.amtheme-sliding-icon:not([disabled]):hover > .amtheme-icon.-left,
.amtheme-sliding-icon:focus > .amtheme-icon.-left,
.action.amtheme-sliding-icon:focus > .amtheme-icon.-left,
.amtheme-sliding-icon:active > .amtheme-icon.-left,
.action.amtheme-sliding-icon:active > .amtheme-icon.-left {
  transform: translateX(-5px);
}
.item.product-item .amtheme-circle-icon {
  height: 32px;
  width: 32px;
}
.item.product-item .amtheme-circle-icon .amtheme-icon {
  height: 16px;
  width: 16px;
}
.item.product-item .amtheme-quick-view .amtheme-icon {
  height: 25px;
  transform: scale(0.8);
  width: 25px;
}
.amtheme-backtotop-wrap {
  margin: 20px 0;
  padding: 15px 25px;
  background: rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  text-align: center;
}
.amtheme-backtotop-wrap > .amtheme-icon {
  display: none;
}
.slick-slider .slick-track {
  margin: 0;
}
.slick-slider.slick-initialized.slick-dotted {
  margin-bottom: 30px;
}
.slick-slider .slick-dots {
  margin: 0 8px;
  width: auto;
}
.slick-slider .slick-dots li {
  margin: 0 2px;
  height: 8px;
  width: 8px;
}
.slick-slider .slick-dots li button:before {
  background-color: #dfdedd;
  border-radius: 100%;
  content: '';
  height: 8px;
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}
.slick-slider .slick-dots li button {
  padding: 0;
  height: 8px;
  width: 8px;
}
.slick-slider .slick-dots li.slick-active button:before {
  background-color: #61c18f;
  opacity: 1;
}
.slick-slider button.slick-arrow {
  background: #dfdedd url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-right-min.svg") center / 30px no-repeat !important;
  border-radius: 100%;
  height: 60px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  visibility: hidden;
  width: 60px;
  z-index: 2;
}
.slick-slider .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: .5;
}
.slick-slider:hover .slick-arrow:not(.slick-disabled) {
  opacity: .9;
}
.slick-slider:hover .slick-arrow {
  visibility: visible;
}
.slick-slider.amtheme-products-secondary {
  transition: 0.2s ease-in-out;
}
.slick-slider.amtheme-products-secondary > .slick-list {
  margin: 0 -10px;
}
.amtheme-slick-slider:not(.slick-initialized),
.amtheme-slick-slider.update-in-progress,
.amtheme-slick-slider:not(.slick-initialized).products,
.amtheme-slick-slider.update-in-progress.products {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  min-height: 50px;
  overflow: hidden;
  position: relative;
}
.amtheme-slick-slider:not(.slick-initialized) .amtheme-slide,
.amtheme-slick-slider.update-in-progress .amtheme-slide {
  min-width: 100%;
}
.amtheme-slick-slider:not(.slick-initialized):before,
.amtheme-slick-slider.update-in-progress:before {
  background: #ffffff;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.amtheme-slick-slider:not(.slick-initialized):after,
.amtheme-slick-slider.update-in-progress:after {
  animation: spin 2s infinite linear;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/icons/preloader.svg") no-repeat;
  content: '';
  height: 40px;
  left: calc(50% - 40px / 2);
  position: absolute;
  top: calc(50% - 40px / 2);
  width: 40px;
  z-index: 2;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sidebar .slick-slider button.slick-arrow {
  background-size: 6px !important;
  height: 30px;
  width: 30px;
}
.sidebar .slick-slider .slick-dots {
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
  bottom: 0;
  display: flex;
  max-width: 100%;
  overflow: auto;
  padding-bottom: 5px;
}
.sidebar .slick-slider .slick-dots::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.sidebar .slick-slider .slick-dots::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.sidebar .slick-slider .slick-dots::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.sidebar .slick-slider .slick-dots > * {
  max-width: none;
}
.-ampopup-opened {
  overflow: hidden;
}
.amtheme-popup-block {
  align-items: center;
  background: rgba(252, 252, 252, 0.8);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.amtheme-popup-block.-amtheme-active {
  display: flex;
}
.amtheme-popup-block .amtheme-button-close {
  background: transparent;
  border-radius: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
._keyfocus .amtheme-popup-block .amtheme-button-close {
  border-radius: 0;
}
.amtheme-popup-block .amtheme-icon.-icon-close {
  display: block;
  height: 20px;
  width: 20px;
}
.amtheme-popup-block .popup-inner {
  background: #ffffff;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding: 40px 25px 25px;
  position: relative;
  width: 100%;
}
.amtheme-popup-block .action:not(.amtheme-circle-icon) {
  width: 100%;
}
.amtheme-select-block {
  display: inline-flex;
  flex-direction: column;
}
.amtheme-select-block.-active {
  z-index: 7;
}
.amtheme-select-block,
.amtheme-select-block * {
  box-sizing: border-box;
}
.amtheme-select-block .amtheme-placeholder:focus {
  border-color: #070605;
  box-shadow: none;
}
.amtheme-select-block .amtheme-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amtheme-select-block.-active .amtheme-select-options {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.amtheme-select-block.-active .amtheme-placeholder {
  border-color: #070605;
  color: #070605;
}
.amtheme-select-block.-active .amtheme-placeholder:after {
  border-color: #040404;
  color: #040404;
  fill: #040404;
  top: calc(50% - 2px);
  transform: rotate(225deg);
}
.amtheme-select-block.-multiple .amtheme-option {
  padding-inline-start: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-select-block.-multiple .amtheme-option {
    padding-left: 30px;
  }
}
.amtheme-select-block.-multiple .amtheme-option:before {
  background-color: #f7f7f7;
  border: 1px solid #dfdedd;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  height: 10px;
  left: 8px;
  min-width: 10px;
  position: absolute;
  top: 11px;
  width: 10px;
}
.amtheme-select-block.-multiple .amtheme-option:after {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/complete.svg") center / 10px no-repeat;
  box-sizing: border-box;
  content: none;
  display: block;
  height: 10px;
  left: 8px;
  min-width: 10px;
  position: absolute;
  top: 11px;
  width: 10px;
}
.amtheme-select-block.-multiple .amtheme-option:hover {
  background-color: #f7f7f7;
}
.amtheme-select-block.-multiple .amtheme-option:hover:before {
  border-color: #61c18f;
}
.amtheme-select-block.-multiple .amtheme-option > .amtheme-value {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: auto;
  margin-top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-select-block.-multiple .amtheme-option > .amtheme-value {
    margin-left: auto;
    margin-right: 0;
  }
}
.amtheme-select-block.-multiple .amtheme-option.-selected {
  background-color: transparent;
  color: #070605;
}
.amtheme-select-block.-multiple .amtheme-option.-selected:before {
  background-color: #61c18f;
  border-color: #61c18f;
}
.amtheme-select-block.-multiple .amtheme-option.-selected:after {
  content: '';
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder {
  position: relative;
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:before,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:after {
  background: #a8a69f;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 15px;
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:before {
  transform: rotate(45deg);
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:after {
  transform: rotate(-45deg);
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:hover:before,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:focus:before,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:active:before,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:hover:after,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:focus:after,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:active:after {
  background: #3d3731;
}
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:before,
.amtheme-select-block.-multiple.-active > .amtheme-placeholder:after {
  background: #3d3731;
  border: 0;
  right: 12px;
}
.amtheme-select-block.-no-border > .amtheme-placeholder {
  border-color: transparent;
  color: #070605;
}
.amtheme-select-block.-no-border > .amtheme-placeholder:focus,
.amtheme-select-block.-no-border > .amtheme-placeholder.focus-visible {
  border-color: #070605;
}
.amtheme-select-options {
  background: #ffffff;
  border: 1px solid #070605;
  border-radius: 4px;
  display: block;
  list-style-type: none;
  /* stylelint-disable */
  margin: calc(4rem + 3px) 0 0;
  /* stylelint-enable */
  max-height: 300px;
  opacity: 0;
  overflow: auto;
  padding: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  z-index: 15;
}
.amtheme-select-options > .amtheme-option {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  color: #4a4948;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 8px;
  position: relative;
}
.ie11 .amtheme-select-options > .amtheme-option {
  word-break: break-all;
}
.ie11 .amtheme-select-options > .amtheme-option {
  word-break: break-all;
}
.ie11 .amtheme-select-options > .amtheme-option {
  word-break: break-all;
}
.ie11 .amtheme-select-options > .amtheme-option {
  word-break: break-all;
}
.ie11 .amtheme-select-options > .amtheme-option {
  word-break: break-all;
}
.ie11 .amtheme-select-options > .amtheme-option {
  word-break: break-all;
}
.amtheme-select-options > .amtheme-option:not([disabled]):hover,
.amtheme-select-options > .amtheme-option:not([disabled]):focus {
  background-color: #f7f7f7;
  color: #070605;
}
.amtheme-select-options > .amtheme-option.-selected {
  background-color: #ebebeb;
  color: #070605;
}
.amtheme-select-options > .amtheme-option[disabled],
.amtheme-select-options > .amtheme-option[disabled] * {
  color: #a8a69f;
}
.amtheme-select-options > .amtheme-option * {
  pointer-events: none;
  user-select: none;
}
.amtheme-select-options > .amtheme-option .amtheme-title,
.amtheme-select-options > .amtheme-option .amtheme-value {
  pointer-events: none;
}
.amtheme-select-options > .amtheme-option:not(:hover):not(.-selected) .amtheme-value {
  color: #070605;
}
.amtheme-select-block > .amtheme-placeholder {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 4px;
  color: #a8a69f;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  height: 4rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding: 12px 40px 12px 10px;
  position: relative;
  z-index: auto;
}
.amtheme-select-block > .amtheme-placeholder > .amtheme-content {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 0;
  -webkit-line-clamp: 1;
}
.ie11 .amtheme-select-block > .amtheme-placeholder > .amtheme-content {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amtheme-select-block > .amtheme-placeholder > .amtheme-value:before {
  color: #a8a69f;
  content: '|';
  padding: 0 20px;
}
.amtheme-select-block > .amtheme-placeholder:after {
  border-color: #3d3731;
  color: #3d3731;
  fill: #3d3731;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  width: 6px;
}
.amtheme-select-block > .amtheme-placeholder.-selected {
  color: #070605;
}
.amtheme-select:-webkit-autofill + .amtheme-select-block > .amtheme-placeholder,
.limiter .amtheme-select:-webkit-autofill + .amtheme-select-block > .amtheme-placeholder {
  background: rgba(232, 240, 254, 0.32);
  color: #000000;
}
.amtheme-delete-button {
  position: relative;
  background: none;
  border: 0;
  border-radius: 0 6px 6px 0;
  box-shadow: none;
  color: inherit;
  display: block;
  font-size: 0;
  height: 100%;
  line-height: 1;
  min-width: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.amtheme-delete-button:before,
.amtheme-delete-button:after {
  background: #3d3731;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 15px;
}
.amtheme-delete-button:before {
  transform: rotate(45deg);
}
.amtheme-delete-button:after {
  transform: rotate(-45deg);
}
.amtheme-delete-button:hover:before,
.amtheme-delete-button:focus:before,
.amtheme-delete-button:active:before,
.amtheme-delete-button:hover:after,
.amtheme-delete-button:focus:after,
.amtheme-delete-button:active:after {
  background: #3d3731;
}
.amtheme-delete-button:before,
.amtheme-delete-button:after {
  right: 7px;
}
.amtheme-delete-button:not(.primary) {
  box-shadow: none;
}
.amtheme-delete-button:hover,
.amtheme-delete-button:focus,
.amtheme-delete-button:active {
  background: none;
  border: 0;
  color: inherit;
}
.amtheme-delete-button:focus {
  background: #070605;
}
.amtheme-delete-button:focus:before,
.amtheme-delete-button:focus:after {
  background: #ffffff;
}
.mage-error:not([generated]) ~ .amtheme-select-block .amtheme-placeholder,
.mage-error:not([generated]) ~ .amtheme-select-block .amtheme-placeholder:before,
.mage-error:not([generated]) ~ .amtheme-select-block .amtheme-placeholder:after {
  border-color: #ff0000;
}
.amtheme-tags-block {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.amtheme-tags-block > .amtheme-option {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 0;
  margin-inline-end: 5px;
  margin-inline-start: 0;
  margin-top: 5px;
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 6px;
  color: #4a4948;
  display: flex;
  letter-spacing: 0.06em;
  line-height: 1;
  max-width: 300px;
  overflow: hidden;
  padding: 10px 30px 10px 10px;
  position: relative;
  transition: all 0.1s ease-in-out;
}
.ie11 .amtheme-tags-block > .amtheme-option {
  word-break: break-all;
}
.ie11 .amtheme-tags-block > .amtheme-option {
  word-break: break-all;
}
.ie11 .amtheme-tags-block > .amtheme-option {
  word-break: break-all;
}
.ie11 .amtheme-tags-block > .amtheme-option {
  word-break: break-all;
}
.ie11 .amtheme-tags-block > .amtheme-option {
  word-break: break-all;
}
.ie11 .amtheme-tags-block > .amtheme-option {
  word-break: break-all;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-tags-block > .amtheme-option {
    margin-left: 0;
    margin-right: 5px;
  }
}
.amtheme-tags-block > .amtheme-option:focus {
  border-color: #070605;
  box-shadow: none;
}
.amtheme-tags-block > .amtheme-option:focus-within {
  border-color: #070605;
}
.amtheme-tags-block > .amtheme-option > .amtheme-value {
  color: #4a4948;
  font-weight: 700;
  line-height: 1;
  padding: 10px 30px 10px 10px 0;
}
.amtheme-tags-block .price-container .weee:before {
  text-transform: none;
}
.amtheme-tags-block .price-container .weee + .price-final {
  margin: 0 0 0 5px;
  width: 100%;
}
.field.-select-field .control {
  display: flex;
  flex-direction: column;
}
.ie11 .amtheme-select-options {
  margin-top: 3px;
}
.ie11 .amtheme-select-block.-multiple.-active .amtheme-select-options {
  max-width: 100%;
}
.amtheme-select-block .price-box,
.amtheme-tags-block .price-box {
  padding: 0;
}
.amtheme-tags-block .amtheme-option .price-wrapper {
  font-size: inherit;
  line-height: 1.5;
  text-transform: none;
}
.amtheme-tags-block .amtheme-option .price-wrapper .price {
  font-size: inherit;
  line-height: 1.5;
}
.amtheme-tags-block .amtheme-option .price-including-tax + .price-excluding-tax:before,
.amtheme-tags-block .amtheme-option .price-container .price-including-tax + .price-excluding-tax .price {
  line-height: 1.5;
}
.ui-widget.ui-datepicker {
  background: #ffffff;
  border: 1px solid #070605;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(57, 56, 56, 0.3);
  z-index: 101 !important;
}
.ui-widget.ui-datepicker .ui-datepicker-header {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.ui-widget.ui-datepicker .ui-datepicker-prev {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-left-min.svg") no-repeat center;
}
.ui-widget.ui-datepicker .ui-datepicker-next {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-right-min.svg") no-repeat center;
}
.ui-widget.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
  margin-right: 20px;
}
.ui-widget.ui-datepicker .ui-datepicker-prev,
.ui-widget.ui-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  opacity: .8;
  width: 20px;
}
.ui-widget.ui-datepicker .ui-datepicker-prev:hover,
.ui-widget.ui-datepicker .ui-datepicker-next:hover {
  opacity: 1;
}
.ui-widget.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-widget.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  cursor: not-allowed;
  opacity: .5;
}
.ui-widget.ui-datepicker .ui-datepicker-prev span,
.ui-widget.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-widget.ui-datepicker .ui-datepicker-title > select {
  display: inline-block;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar th {
  background: #070605;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 8px 10px;
  text-transform: capitalize;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar td a,
.ui-widget.ui-datepicker .ui-datepicker-calendar td span {
  padding: 8px 10px;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar td .ui-state-hover:not(.ui-state-active) {
  background: #e8fad5;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #7aa022;
  color: #ffffff;
}
.toolbar,
.toolbar .pager {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
}
.toolbar .toolbar-amount,
.toolbar .pager .toolbar-amount {
  display: none;
  margin-bottom: 20px;
}
.top-toolbar .toolbar .toolbar-amount {
  display: block;
}
.toolbar-sorter {
  align-items: center;
  display: flex;
  position: relative;
  margin-inline-start: auto;
  justify-content: flex-end;
  max-width: 100%;
}
.toolbar-sorter label {
  white-space: nowrap;
}
.toolbar-sorter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom.svg') no-repeat 100% center / 25px;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  color: #070605;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 1.25;
  padding: 0 25px 0 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.toolbar-sorter select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
.toolbar-sorter select:focus,
.toolbar-sorter select:not([disabled]):focus {
  box-shadow: none;
}
._keyfocus .toolbar-sorter select:focus,
._keyfocus .toolbar-sorter select:not([disabled]):focus {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.toolbar-sorter select::-ms-expand {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toolbar-sorter {
    margin-left: auto;
  }
}
.toolbar-sorter .amtheme-select-options {
  margin-top: 35px;
  max-width: 300px;
}
.toolbar-sorter .sorter-action {
  margin-inline-start: 15px;
  border-radius: 50%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toolbar-sorter .sorter-action {
    margin-left: 15px;
  }
}
.toolbar-sorter .amtheme-icon {
  background: #f7f7f7;
  height: 25px;
  padding: 5px;
  vertical-align: middle;
  width: 25px;
}
.toolbar-sorter > .amtheme-select,
.toolbar-sorter > .limiter .amtheme-select {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
  position: absolute;
}
.toolbar-sorter .amtheme-placeholder {
  font-size: 1.6rem;
  text-transform: capitalize;
}
.toolbar-sorter .amtheme-select-block {
  max-width: 300px;
}
.toolbar-sorter .amtheme-select-block > .amtheme-placeholder > .amtheme-content {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toolbar-sorter .amtheme-select-block .amtheme-title {
  white-space: inherit;
}
.toolbar-sorter .amtheme-select-block .amtheme-select-options {
  margin-top: 42px;
  right: calc(40px);
  width: calc(60%);
}
.limiter {
  align-items: center;
  display: flex;
  position: relative;
}
.limiter label {
  white-space: nowrap;
}
.limiter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url('../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom.svg') no-repeat 100% center / 25px;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  color: #070605;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1.25;
  padding: 0 25px 0 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.limiter select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
.limiter select:focus,
.limiter select:not([disabled]):focus {
  box-shadow: none;
}
._keyfocus .limiter select:focus,
._keyfocus .limiter select:not([disabled]):focus {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
}
.limiter select::-ms-expand {
  display: none;
}
.limiter .label,
.limiter .limiter-label {
  margin-inline-end: 10px;
  color: #a8a69f;
  font-weight: 400;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .limiter .label,
  .limiter .limiter-label {
    margin-right: 10px;
  }
}
.modes {
  align-items: center;
  display: flex;
}
.modes .modes-mode:not(:last-child) {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modes .modes-mode:not(:last-child) {
    margin-right: 5px;
  }
}
.modes a.modes-mode {
  cursor: pointer;
}
.modes .amtheme-icon {
  height: 25px;
  pointer-events: none;
  vertical-align: middle;
  width: 25px;
}
.modes a.modes-mode:hover .amtheme-icon {
  border-color: #040404;
  color: #040404;
  fill: #040404;
}
.amtheme-qty-box-wrapper {
  margin-bottom: 5px;
  position: relative;
}
.amtheme-qty-box {
  box-sizing: border-box;
  position: relative;
  width: auto !important;
}
.amtheme-qty-box > .amtheme-qty {
  border: 2px solid #dfdedd;
  border-radius: 80px;
  height: 36px;
  padding: 10px 30px;
  text-align: center;
  transition: border 0.4s ease-in-out;
  width: 105px;
}
.amtheme-qty-box > .amtheme-qty:not([disabled]):hover {
  border-color: #070605;
}
.amtheme-qty-box > .amtheme-qty:focus {
  box-shadow: none;
}
.amtheme-qty-box > .amtheme-qty.mage-error {
  border-color: #ff0000;
  border-width: 1px;
}
.amtheme-qty-box > .amtheme-minus .amtheme-icon,
.amtheme-qty-box > .amtheme-plus .amtheme-icon {
  height: 20px;
  width: 20px;
}
.amtheme-qty-box > .amtheme-minus,
.amtheme-qty-box > .amtheme-plus {
  align-items: center;
  border-radius: 80px 0 0 80px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 30px;
  position: absolute;
  top: 0;
  user-select: none;
}
.amtheme-qty-box > .amtheme-minus:focus,
.amtheme-qty-box > .amtheme-plus:focus {
  box-shadow: none;
}
._keyfocus .amtheme-qty-box > .amtheme-minus:focus .amtheme-icon,
._keyfocus .amtheme-qty-box > .amtheme-plus:focus .amtheme-icon {
  border: 1px solid #070605;
  border-radius: 50%;
}
.amtheme-qty-box > .amtheme-minus:hover ~ .amtheme-qty,
.amtheme-qty-box > .amtheme-plus:hover ~ .amtheme-qty {
  border-color: #070605;
}
.amtheme-qty-box > .amtheme-plus {
  justify-content: flex-start;
  left: 73px;
}
.amtheme-qty-box > .amtheme-minus {
  justify-content: flex-end;
  left: 2px;
}
.qty-square .amtheme-qty,
.qty.-square .amtheme-qty {
  border-radius: 4px;
}
.amtheme-collapsible-block > .block-title,
.multicheckout .amtheme-collapsible-block > .block-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a4948;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.amtheme-collapsible-block > .block-title > .amtheme-icon,
.multicheckout .amtheme-collapsible-block > .block-title > .amtheme-icon {
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: calc(50% - 25px / 2);
  width: 25px;
}
.amtheme-collapsible-block.active > .block-title > .amtheme-icon,
.multicheckout .amtheme-collapsible-block.active > .block-title > .amtheme-icon {
  transform: rotate(180deg);
}
.amtheme-dropdown-block {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.amtheme-dropdown-block > .action.toggle {
  cursor: pointer;
  display: block;
  padding: 10px 25px 10px 0;
  position: relative;
}
.amtheme-dropdown-block > .action.toggle:after {
  top: 50%;
  transform: translateY(-50%);
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom-xs.svg") no-repeat 100% / contain;
  content: '';
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  width: 12px;
}
.amtheme-dropdown-block > .dropdown {
  background: #ffffff;
  border: 1px solid #070605;
  border-radius: 6px;
  display: none;
  margin-top: 5px;
  max-width: 160px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  word-break: break-word;
  z-index: 10;
}
.amtheme-dropdown-block > .dropdown .item {
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 2px;
  text-align: left;
}
.amtheme-dropdown-block > .dropdown .item:hover {
  background: #ebebeb;
  cursor: pointer;
}
.amtheme-dropdown-block > .dropdown .item > .action.new {
  color: #070605;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.amtheme-dropdown-block.active > .action.toggle:after {
  transform: translateY(-50%) rotate(-180deg);
}
.amtheme-dropdown-block.active > .dropdown {
  display: block;
}
.amtheme-dropdown-block.-static > .dropdown {
  border: none;
  max-width: none;
  position: static;
}
.amasty-jet-theme .ambanner-controls-hover button.ambanner-arrow-button:not(.-show-overlay),
.amasty-jet-theme .ambanner-slider-block.-ambanner-hover button.ambanner-arrow-button:not(.-show-overlay),
.amasty-jet-theme .ambanner-slider-block.slick-slider.-ambanner-hover button.ambanner-arrow-button:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.ambanner-arrow-button:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.ambanner-button.-show-overlay:not(.-show-overlay),
.amasty-jet-theme .ambanner-split-wrap.-ambanner-hover button.ambanner-arrow-button:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay),
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay) {
  opacity: 1;
}
.amasty-jet-theme .ambanner-controls-hover button.ambanner-arrow-button:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-slider-block.-ambanner-hover button.ambanner-arrow-button:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-ambanner-hover button.ambanner-arrow-button:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.ambanner-arrow-button:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.ambanner-button.-show-overlay:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-split-wrap.-ambanner-hover button.ambanner-arrow-button:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-prev,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-prev {
  left: 15px;
}
.amasty-jet-theme .ambanner-controls-hover button.ambanner-arrow-button:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-slider-block.-ambanner-hover button.ambanner-arrow-button:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-slider-block.slick-slider.-ambanner-hover button.ambanner-arrow-button:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.ambanner-arrow-button:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.ambanner-button.-show-overlay:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-split-wrap.-ambanner-hover button.ambanner-arrow-button:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-arrow-button:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-arrow-button:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.amasty-jet-theme .ambanner-slider-block.slick-slider button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-next,
.amasty-jet-theme .ambanner-controls-hover button.slick-slider .slick-arrow.amasty-jet-theme .ambanner-slider-block.slick-slider button.amasty-jet-theme .ambanner-slider-block.slick-slider button.ambanner-button.-show-overlay:not(.-show-overlay).-next {
  right: 15px;
}
.checkout-index-index .amcheckout-step-container .product-item-details .product-item-inner,
.checkout-index-index .checkout-container {
  justify-content: flex-start;
}
.checkout-index-index .amcheckout-step-container .product-item-details .product-item-inner {
  align-items: flex-start;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  max-width: none;
}
.checkout-index-index .amcheckout-summary-container {
  position: static;
  width: auto;
}
.checkout-index-index .checkout-payment-method.submit .payment-methods .actions-toolbar,
.checkout-index-index .amcheckout-main-container.-modern .authentication-wrapper {
  justify-content: flex-end;
  text-align: right;
}
.checkout-index-index .product-item-details.-editable .action.checkout {
  margin-top: 0;
}
.checkout-index-index .amcheckout-additional-options.additional-options {
  margin-left: 0;
  margin-right: 0;
}
.checkout-index-index .block.items-in-cart.active {
  margin-bottom: 30px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-top: 30px;
}
.checkout-index-index .product-item-name-block {
  width: 100%;
}
.checkout-index-index .form.form-giftcard-account .actions-toolbar > .primary,
.checkout-index-index .form.form-discount .actions-toolbar > .primary {
  width: auto;
}
.checkout-index-index .form.form-giftcard-account .secondary,
.checkout-index-index .form.form-discount .secondary {
  margin-right: 20px;
  margin-top: 0;
  padding: 0;
}
.checkout-index-index .amtheme-ship-here .action-select-shipping-item {
  color: #070605;
  background: transparent;
}
.checkout-index-index .action.action-edit-address.amcheckout-button.-edit {
  font-size: 1.4rem;
  font-weight: 700;
}
.checkout-index-index .shipping-address-details .action.action-edit-address.-edit {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary {
  border: 0;
  border-radius: 0;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .product-item .product-item-inner {
  flex-wrap: wrap;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .product-item .product-item-details:not(.-editable) {
  margin: 0;
  padding-left: 0;
  max-width: calc(100% - 75px - 30px);
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .-editable .option .qty.field {
  margin-top: 0;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .-editable .option .amtheme-qty-box {
  width: auto;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .-editable .option .input-text.amtheme-qty {
  width: auto;
  max-width: 105px;
  text-align: center;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .-editable .option .amtheme-delete-button {
  margin-top: auto;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .product-item .product-image-container {
  margin: 0 20px 0 0;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .product-item .product-image-wrapper .img {
  max-width: 75px;
  width: 100%;
  height: auto;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .product-item .product-image-container {
  height: 100%;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .product-item .product-image-wrapper {
  display: flex;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .minicart-items-wrapper > .minicart-items {
  padding-top: 25px;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 0;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .amcheckout-qty {
  position: static;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 15px;
  width: auto;
  background: none;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .amcheckout-qty > .label {
  padding-right: 8px;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .items-in-cart .product {
  position: relative;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .items-in-cart .product .delete {
  bottom: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  position: static;
}
.amcheckout-step-container input[type='checkbox'] + label:after,
.amcheckout-step-container input[type='radio'] + label:after {
  display: none;
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  margin-top: 0;
}
.amcheckout-step-container .checkout-payment-method .payment-methods .step-title {
  margin-bottom: 0;
}
.amcheckout-step-container .checkout-payment-method .payment-option._collapsible .payment-option-content {
  padding-bottom: 0;
}
.checkout-index-index .checkout-payment-method .payment-method-title > .label[for^='payflow_express']:before,
.checkout-index-index .checkout-payment-method .payment-method-title > .label[for^='braintree']:before,
.checkout-index-index .checkout-payment-method .payment-method-title > .label[for='paypal_express']:before,
.checkout-index-index .checkout-payment-method .payment-method-title > .label[for='klarna_pay_later']:before,
.checkout-index-index .checkout-payment-method .payment-method-title > .label[for^='payflow_express']:after,
.checkout-index-index .checkout-payment-method .payment-method-title > .label[for^='braintree']:after,
.checkout-index-index .checkout-payment-method .payment-method-title > .label[for='paypal_express']:after,
.checkout-index-index .checkout-payment-method .payment-method-title > .label[for='klarna_pay_later']:after {
  top: auto;
  margin: 3px 15px 0 0;
  transform: none;
}
.amcheckout-step-container .amcheckout-shipping-methods > tbody > tr > td {
  padding: 20px 10px;
}
.amcheckout-step-container .amcheckout-shipping-methods .col-method {
  padding: 20px 0;
}
.amcheckout-step-container .amcheckout-shipping-methods .col-method .amcheckout-label {
  padding: 0;
}
.amasty-jet-theme.checkout-index-index .opc-wrapper .table-totals {
  margin: 0;
}
.amasty-jet-theme.checkout-index-index .opc-wrapper .table-totals:after {
  content: none;
}
.amasty-jet-theme.checkout-index-index .opc-wrapper .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amasty-jet-theme.checkout-index-index .opc-wrapper .shipping-address-items .shipping-address-item {
  box-sizing: border-box;
  width: 100%;
}
.amasty-jet-theme.checkout-index-index .opc-wrapper .table-checkout-shipping-method .amcheckout-header {
  display: none;
}
.amasty-jet-theme.checkout-index-index .opc-wrapper .table-checkout-shipping-method tbody td:first-child {
  padding-right: 0;
  padding-left: 0;
}
.amasty-jet-theme.checkout-index-index .opc-wrapper .table-checkout-shipping-method .col,
.amasty-jet-theme.checkout-index-index .opc-wrapper .table-checkout-shipping-method .col {
  padding: 10px 5px;
}
.amasty-jet-theme .amcheckout-main-container.-modern.-layout-2columns.amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
  justify-content: center;
}
.amasty-jet-theme .amcheckout-main-container.-modern.-layout-1column .product-image-container > .details-qty {
  max-width: unset;
}
.amasty-jet-theme .amcheckout-main-container.-modern.-layout-3columns .opc-block-summary .minicart-items-wrapper > .minicart-items {
  padding-top: 0;
}
.amasty-jet-theme .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
  width: 100%;
}
.amasty-jet-theme .amcheckout-main-container.-modern .opc-block-summary .items-in-cart .product.options {
  padding: 0;
}
.amasty-jet-theme .amcheckout-main-container.-modern .opc-block-summary .amcheckout-qty {
  min-width: 30%;
}
.amasty-jet-theme .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin-top: 20px;
}
.amasty-jet-theme .amcheckout-main-container.-modern .opc-payment .payment-methods {
  margin-bottom: 15px;
}
.checkout-index-index .am-gift-message .edit-link {
  color: #070605;
}
.checkout-onepage-success .order-details-items .order-gift-message dt:after,
.checkout-onepage-success .order-details-items .block-order-details-gift-message dt:after {
  content: none;
}
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar {
  justify-content: flex-end;
}
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar > .primary {
  display: flex;
}
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-cancel {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin-bottom: 0;
  margin-inline-end: 30px;
  margin-inline-start: 0;
  margin-top: 0;
  color: #4a4948;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .03em;
  order: 1;
}
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-cancel:focus,
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-cancel:active {
  background: none;
  border: none;
}
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-cancel:hover {
  background: none;
  border: none;
}
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-cancel.disabled,
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-cancel {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-cancel {
    margin-left: 0;
    margin-right: 30px;
  }
}
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-cancel:hover {
  color: #070605;
}
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-update {
  order: 2;
}
.amasty-jet-theme .fieldset {
  border: none;
}
.amasty-jet-theme .am-checkout.-classic .payment-method-content {
  padding-bottom: 0;
}
.amasty-jet-theme .am-checkout.-modern .amcheckout-step-container input[type='checkbox'] + label:before {
  margin-top: 0;
}
.amasty-jet-theme .am-checkout.-modern .amcheckout-email .field-tooltip {
  max-height: inherit;
  transform: none;
}
.amasty-jet-theme .am-checkout.-modern .amcheckout-email .note {
  margin-top: 0;
}
.amasty-jet-theme .am-checkout.-modern.-layout-3columns .amcheckout-email {
  width: inherit;
}
.amasty-jet-theme .am-checkout.-modern.-layout-3columns .amcheckout-email .note {
  margin-top: 10px;
}
.amasty-jet-theme .am-checkout.-modern.-layout-3columns .amcheckout-delivery-date .date ._has-datepicker ~ .ui-datepicker-trigger {
  right: 0;
  top: 0;
}
.catalog-category-view .toolbar-products ~ .amcustombutton-button-container,
.ambrand-index-index .toolbar-products ~ .amcustombutton-button-container,
.amshopby-index-index .toolbar-products ~ .amcustombutton-button-container {
  margin-bottom: 40px;
}
.panel.header .amcustombutton-button-container,
.footer.content .amcustombutton-button-container,
.header.content .amcustombutton-button-container {
  order: 5;
  width: 100%;
}
.amform-form input[type='checkbox'],
.amform-form input[type='radio'] {
  top: initial;
  z-index: 1;
  overflow: visible;
  clip: initial;
  margin: 2px 0;
  width: 15px;
  height: 15px;
  opacity: 0;
  cursor: pointer;
}
.amform-form input[type='checkbox']:focus,
.amform-form input[type='radio']:focus {
  box-shadow: none;
}
.amform-form .amcform-gdpr .amform-checkbox {
  position: initial;
  opacity: 1;
}
.amform-rating-container .amform-versiontwo-label:before {
  display: none;
}
.amasty-jet-theme.am-tabs-view .product-items {
  align-items: inherit;
}
.amasty-jet-theme.am-tabs-view .product-items.slick-slider {
  display: block;
}
.amasty-jet-theme.am-tabs-view .product-item {
  padding: 0;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view {
  border-top: 1px solid #dfdedd;
  border-bottom: none;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view .amtheme-caret {
  display: none;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.title {
  position: relative;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.title > .switch {
  display: flex;
  align-items: center;
  padding: 0 30px 0 0;
  max-width: 100%;
  height: 50px;
  border-bottom: 1px solid #dfdedd;
  background-color: transparent;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.title > .switch:after {
  display: none;
}
.amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.content {
  padding: 25px 0;
}
.amasty-jet-theme.am-tabs-view .product.data.items .item.content > .am-custom-tab {
  display: flex;
  flex-direction: column;
}
.accordion-container input[type='checkbox'] {
  clip: auto;
  height: auto;
  opacity: 1;
  overflow: visible;
  position: static;
  width: auto;
  top: 0;
  left: 0;
  margin: 0;
}
.amasty-jet-theme.am-tabs-view .product.data.items > .item.content {
  margin-top: 0;
}
.amasty-jet-theme.am-tabs-view.am-tabs-allow-default-edit.amtheme-ismobile .amtheme-reviews-tab {
  display: none;
}
.amasty-jet-theme.am-tabs-view .am-custom-tab .amtheme-reviews-aside .amtheme-heading > .amtheme-icon {
  display: none;
}
.amasty-jet-theme.am-tabs-view .am-custom-tab .amtheme-reviews-aside .amtheme-title {
  padding: 0;
}
.amasty-jet-theme.gdpr-customer-settings .amgdpr-actions-toolbar {
  margin-top: 0;
}
.amasty-jet-theme.gdpr-customer-settings .amgdpr-block-content {
  margin-bottom: 20px;
}
.amasty-jet-theme .amtheme-form .field .amgdpr-label {
  color: #fff;
  margin-bottom: 0;
}
.amasty-jet-theme .footer.content .amtheme-form .field .amgdpr-label {
  color: #4a4948;
}
.amasty-jet-theme .amtheme-newsletter-block .amtheme-form .amtheme-label .mage-error,
.amasty-jet-theme .amtheme-newsletter-block .amtheme-form .amgdpr-checkbox .mage-error {
  width: 100%;
  display: block;
  position: static;
  margin: 0;
}
.amasty-jet-theme .amtheme-newsletter-block .amtheme-form {
  display: flex;
  flex-direction: column;
}
.amasty-jet-theme .amtheme-form .amgdpr-checkbox {
  margin-bottom: 10px;
  width: 100%;
}
.amasty-jet-theme .amtheme-form .amgdpr-checkbox:after {
  display: none;
}
.amasty-jet-theme .amtheme-form .amgdpr-checkbox.required .amgdpr-text:after {
  position: absolute;
  margin-left: 2px;
  color: #c01313;
  content: '*';
  vertical-align: top;
  font-size: 1.3rem;
}
.amasty-jet-theme .amtheme-field.newsletter {
  margin-bottom: 8px;
  width: 100%;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  overflow: unset;
  max-height: unset;
}
.amgdpr-modal-container .modal-content {
  overflow-y: auto;
  margin: 0 30px 15px;
  padding: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  padding: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:before {
  content: none;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  margin: 0;
}
.amgdprcookie-text-container {
  font-size: 1.4rem;
}
.amgdprcookie-modal-container .amgdprcookie-button {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.amgdprcookie-modal-container.modal-popup .modal-inner-wrap {
  max-height: 100%;
}
.amasty-jet-theme .amgdprjs-bar-template {
  z-index: 100;
}
.amgdprcookie-bar-container .amgdprcookie-button {
  border-radius: .4rem;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2rem;
  margin-right: 1rem;
}
.modal-popup {
  overflow-y: inherit;
}
.modal-popup .modal-inner-wrap {
  width: auto;
}
.modal-popup.amgdprcookie-groups-modal.gdpr-cookie-container_setup-modal {
  top: 0;
  transform: none;
}
.amtheme-reviewform-block {
  display: flex;
  overflow: hidden;
  height: 0;
}
.amtheme-reviewform-block.-amtheme-active {
  overflow: visible;
  height: auto;
}
.amtheme-reviewform-block .grecaptcha-badge {
  visibility: hidden;
}
.amtheme-reviewform-block.-amtheme-active .grecaptcha-badge {
  visibility: visible;
}
.amasty-jet-theme .am-gallery-fullscreen-container .splide__pagination__page,
.amasty-jet-theme .am-gallery-placeholder .splide__pagination__page {
  background: #dfdedd;
}
.amasty-jet-theme .am-gallery-fullscreen-container .splide__pagination__page.is-active,
.amasty-jet-theme .am-gallery-placeholder .splide__pagination__page.is-active {
  background: #61c18f;
}
.amasty-jet-theme .am-gallery-placeholder .splide__slide {
  border: 1px solid #f7f7f7;
}
.amasty-jet-theme .am-gallery-fullscreen-container .thumbnails__item.is-active .splide__slide,
.amasty-jet-theme .am-gallery-placeholder .thumbnails__item.is-active .splide__slide {
  border-color: #4a4948;
}
.amasty-jet-theme .amtheme-popup-block .splide__slide {
  border: none;
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  z-index: 100;
}
.amasty-mega-menu .minisearch .control,
.amasty-mega-menu .ammenu-header-container .header.content {
  background: #ffffff;
}
.amasty-mega-menu .header.content {
  margin-bottom: 0;
}
.amasty-mega-menu .page-header .minisearch .control {
  top: auto;
  background: transparent;
}
.amasty-mega-menu .page-header.-sticky-header .ammenu-nav-sections,
.amasty-mega-menu .page-header.-sticky-header .ammenu-menu-wrapper {
  margin-bottom: 0;
}
.amasty-mega-menu .page-header.-sticky-header .ammenu-nav-sections.-topmenu {
  margin: 0;
}
.amasty-mega-menu .ammenu-nav-sections.-topmenu {
  margin-bottom: 30px;
}
.amasty-mega-menu .ammenu-nav-sections.-topmenu.-hamburger {
  padding: 0;
  margin: 0;
}
.amasty-mega-menu .ammenu-nav-sections.-topmenu.-hamburger .ammenu-main-container {
  max-width: 100%;
  margin-bottom: 30px;
}
.amasty-mega-menu .ammenu-nav-sections.-topmenu.-hamburger .ammenu-items.-root {
  margin: auto;
  padding: 0 20px;
  max-width: 1320px;
}
.amasty-mega-menu .ammenu-nav-sections.-left-menu .ammenu-link.-main > .ammenu-icon-block,
.amasty-mega-menu .ammenu-nav-sections.-left-menu .amasty-mega-menu .ammenu-nav-sections.-left-menu .amtheme-item-bottom > .ammenu-icon-block {
  transition: background 0.4s ease-in-out;
}
.amasty-mega-menu .ammenu-nav-sections.-left-menu .amtheme-item {
  display: flex;
  align-items: center;
}
.amasty-mega-menu .ammenu-nav-sections.-left-menu .amtheme-icon {
  margin: 0 10px 0 0;
}
.amasty-mega-menu .ammenu-nav-sections.-left-menu .amtheme-item-bottom .section-item-content {
  padding: 10px 0;
  background: initial;
}
.amasty-mega-menu .ammenu-nav-sections.-left-menu .amtheme-item-bottom .title {
  display: none;
}
.amasty-mega-menu .ammenu-header-container .ammenu-menu-wrapper {
  margin: 0;
}
.amasty-mega-menu .ammenu-header-container.-sticky .ammenu-button.-hamburger {
  margin-left: 0;
}
.amasty-mega-menu .ammenu-menu-overlay {
  z-index: 12;
}
.amasty-mega-menu .ammenu-menu-greetings {
  background: #61c18f;
}
.amasty-mega-menu .ammenu-product-list .product-item-info {
  position: relative;
}
.ammenu-submenu-block .widget-product-carousel .actions-secondary {
  display: none;
}
.ammenu-submenu-block .widget-product-carousel .action.primary,
.ammenu-submenu-block .widget-product-carousel .amshopby-button,
.ammenu-submenu-block .widget-product-carousel .am-filter-go,
.ammenu-submenu-block .widget-product-carousel .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.ammenu-submenu-block .widget-product-carousel .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.ammenu-submenu-block .widget-product-carousel .am-show-button > .amshopby-button {
  padding: 12px 20px;
  width: 100%;
}
@media (max-width: 1024px + 1) {
  .amasty-mega-menu .header.content {
    padding: 20px;
  }
}
.amasty-jet-theme .amrelated-photo-container .amrelated-checkbox + .amrelated-label:before,
.amasty-jet-theme .amrelated-photo-container .amrelated-checkbox + .amrelated-label:after {
  display: none;
}
.amasty-jet-theme .amrelated-pack-item .amrelated-link {
  color: #070605;
}
.amasty-jet-theme .amrelated-pack-item .amrelated-link:hover {
  color: #61c18f;
}
.amasty-jet-theme .sidebar .widget.amrelated .rating-summary + .reviews-actions {
  display: none;
}
.amasty-jet-theme .sidebar .widget.amrelated .product-items {
  display: flex;
  flex-direction: column;
}
.amasty-jet-theme .amrelated-pack-wrapper .amrelated-content-wrapper,
.amasty-jet-theme .amrelated-bundle-popup .amsticky-cart-block,
.amasty-jet-theme .amrelated-popup-tocart-wrapper,
.amasty-jet-theme .amrelated-bundle-popup {
  background: #fcfcfc;
  color: #070605;
}
.amasty-jet-theme .amrelated-summary-content .main.price,
.amasty-jet-theme .amrelated-pack-wrapper .amrelated-content-wrapper .price-box .price {
  color: #070605;
}
.amasty-jet-theme .amrelated-pack-item.-main,
.amasty-jet-theme .amrelated-pack-wrapper .amrelated-pack-list .amrelated-pack-items .amrelated-background {
  background: #ffffff;
  box-shadow: none;
}
.amasty-jet-theme .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper,
.amasty-jet-theme .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
  color: #dfdedd;
  border-color: #dfdedd;
}
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart {
  border-radius: 0;
}
.data.item.content .slick-slider {
  position: relative;
}
.data.item.content .slick-slider:after {
  color: #ffffff;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.data.item.content[aria-hidden='false'] .slick-slider:after {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s .5s;
}
.amrelated-grid-wrapper .product-item-info {
  position: relative;
}
.amrelated-grid-wrapper .actions-secondary {
  margin-top: 15px;
}
.amrelated-grid-wrapper .actions-secondary > .action {
  display: block;
}
.amrelated-grid-wrapper .product-image-container {
  margin: auto;
}
.checkout-cart-index .amrelated-grid-wrapper .block-title {
  font-size: 1.8rem;
}
.checkout-cart-index .amrelated-grid-wrapper .widget-product-grid {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.amrelated-popup-container .product-image-container .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.amrelated-popup-container .product-image-container .product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amrelated-popup-container .swatch-attribute-selected-option {
  display: none;
}
.amrelated-popup-container .amrelated-title > a {
  color: #070605;
}
.amrelated-popup-container .swatch-attribute-label {
  display: block;
  margin-bottom: 15px;
}
.amrelated-popup-container .amrelated-info.-top > .amrelated-price,
.amrelated-popup-container .amrelated-info.-top > .amrelated-price .price {
  font-size: 1.6rem;
}
.sidebar.sidebar-main .widget.amrelated .product-item .action.tocart,
.sidebar.sidebar-additional .widget.amrelated .product-item .action.tocart {
  font-size: 12px;
  line-height: 12px;
  max-width: 130px;
  padding: 12px;
  width: 100%;
}
.sidebar.sidebar-main .widget.amrelated .product-image-container > img,
.sidebar.sidebar-additional .widget.amrelated .product-image-container > img {
  height: 40px;
  width: 40px;
}
.sidebar.sidebar-main .widget.amrelated .product-item-details,
.sidebar.sidebar-additional .widget.amrelated .product-item-details {
  max-width: calc(100% - (40px + 10px));
}
.amasty-jet-theme .amsticky-cart-block.-amsticky-cart-active .amquote-addto-button {
  min-width: auto;
  padding: 11px 20px;
}
.amasty-jet-theme .amquote-addto-button {
  border-radius: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding: 19px;
  width: 100%;
}
.amasty-jet-theme .page-header .amquote-top-quotecart {
  width: 100%;
}
.amasty-jet-theme .amquote-action-wrap .actions-primary .action {
  max-width: 100%;
  width: 100%;
}
.amasty-jet-theme .amquote-action-wrap .amquote-addto-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 49%;
}
.amasty-jet-theme .amquote-showcart:before {
  min-height: 27px;
  min-width: 27px;
  padding-top: 2px;
}
.amasty-jet-theme .amquote-showcart .counter,
.amasty-jet-theme .amquote-showcart .counter-number {
  position: inherit;
}
.amasty-jet-theme .header.content .amquote-cart-wrapper {
  margin: 0;
  padding: 0 25px;
}
.amasty-jet-theme.amasty_quote-account-view .actions .action.order {
  margin-right: 20px;
}
.amasty_quote-cart-index .table-wrapper .data.table .col.price,
.amasty_quote-cart-index .table-wrapper .data.table .col.qty,
.amasty_quote-cart-index .table-wrapper .col.price.qty {
  text-align: left;
}
.amasty_quote-cart-index .table-wrapper .label {
  margin: 0 5px 0;
}
.amasty_quote-cart-index .col.qty {
  text-align: left;
  width: 100px;
}
.amasty_quote-cart-index .col.subtotal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
}
.amasty_quote-cart-index .col.subtotal .price-including-tax,
.amasty_quote-cart-index .col.subtotal .price-excluding-tax {
  flex-basis: 100%;
  text-align: right;
}
.amasty_quote-cart-index .col .field {
  align-items: center;
  flex-direction: inherit;
  margin: 0;
}
.amasty_quote-cart-index .control.qty {
  max-width: 100px;
  width: auto;
}
.amasty_quote-cart-index .item-info {
  box-sizing: border-box;
  padding: 0 10px;
}
.amasty_quote-cart-index .item-info .subtotal {
  min-height: 80px;
}
.amasty_quote-cart-index .item-info .qty {
  justify-content: flex-end;
}
.amasty_quote-cart-index .item-info .product-item-details {
  vertical-align: top;
}
.amasty_quote-cart-index .amquotereq-input {
  display: inline-block;
}
.amasty_quote-cart-index .product-item-photo {
  display: inline-block;
}
.amasty_quote-cart-index .product-item-details:not(.details) {
  display: inline-block;
  max-width: 50%;
}
.amasty_quote-cart-index .action-edit {
  margin-right: 10px;
}
.amasty_quote-cart-index .cart-container {
  border-radius: 4px;
  overflow-transparent: scroll;
  scrollbar-color: y #ffffff;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: transparent rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
}
.amasty_quote-cart-index .cart-container::-webkit-scrollbar {
  background: transparent;
}
.amasty_quote-cart-index .cart-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: y;
  cursor: pointer;
}
.amasty_quote-cart-index .cart-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px 0;
}
.amasty_quote-cart-index .cart-container::-webkit-scrollbar {
  width: transparent;
}
.amasty_quote-cart-index .cart-container::-webkit-scrollbar-thumb {
  width: transparent;
}
.amasty_quote-cart-index .cart-container ::-webkit-scrollbar-track {
  width: transparent;
}
.amasty_quote-cart-index .cart-container::-webkit-scrollbar {
  height: transparent;
}
.amasty_quote-cart-index .cart-container::-webkit-scrollbar-thumb {
  height: transparent;
}
.amasty_quote-cart-index .cart-container ::-webkit-scrollbar-track {
  height: transparent;
}
.amasty_quote-cart-index .cart-container::-webkit-scrollbar {
  background: transparent;
}
.amasty_quote-cart-index .cart-container::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}
.amasty_quote-cart-index .cart-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amasty_quote-cart-index .cart-container::-webkit-scrollbar {
  width: 0;
}
.amasty_quote-cart-index .cart-container::-webkit-scrollbar-thumb {
  width: 0;
}
.amasty_quote-cart-index .cart-container ::-webkit-scrollbar-track {
  width: 0;
}
.amasty_quote-cart-index .block.crosssell {
  clear: both;
  float: none;
}
.amasty_quote-cart-index .cart-summary {
  margin: 0 0 40px 0;
}
.amasty_quote-cart-index .quote-details .form-login {
  margin: 0 0 15px;
  padding: 0 0 25px;
}
.amasty_quote-cart-index .cart.actions {
  flex-wrap: wrap;
  margin: 0 0 25px;
  padding: 10px;
}
.amasty_quote-cart-index .cart.actions .action {
  margin: 0 0 10px 0;
  padding: 15px;
}
.amasty_quote-cart-index .cart.actions .continue {
  margin: 0 auto 0 0;
}
.checkout-success .action.continue {
  justify-content: center;
}
.catalog-product-view .amquote-addto-button {
  margin: 0;
}
.catalog-product-view .box-tocart .action {
  margin: 5px 0;
}
.catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.catalog-product-view .product-add-form.-amcaret-active .amquote-addto-button {
  width: 100%;
}
.catalog-product-view .product-add-form:not(.-amcaret-active) .amquote-addto-button {
  margin-bottom: 15px;
}
.catalog-product-view .amquote-addto-button {
  border-color: 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.catalog-product-view .amtheme-actions-wrap .action.primary,
.catalog-product-view .amtheme-actions-wrap .amshopby-button,
.catalog-product-view .amtheme-actions-wrap .am-filter-go,
.catalog-product-view .amtheme-actions-wrap .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart,
.catalog-product-view .amtheme-actions-wrap .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.catalog-product-view .amtheme-actions-wrap .am-show-button > .amshopby-button {
  margin-bottom: 20px;
}
.filter-options [class*='am-filter-items-'] {
  padding: 0 4px;
}
.filter-options [class*='am-filter-items-'] a[class*='am-filter-item-'] {
  display: inline-block;
}
.filter-options [class*='am-filter-items-'] a.am-swatch-link {
  overflow: inherit;
}
.filter-options [class*='am-filter-items-'] .item:not(.swatch-option-link-layered) {
  display: flex;
  align-items: center;
}
.filter-options [class*='am-filter-items-'] .item input[type='radio'],
.filter-options [class*='am-filter-items-'] .item input[type='checkbox'] {
  clip: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}
.am-shopby-form .swatch-option {
  min-height: 25px;
  min-width: 25px;
}
.am-shopby-form .swatch-option.color:hover:before {
  border-color: #070605;
}
.am-shopby-form .swatch-attribute .swatch-option:not(.text) {
  border: 0;
  border-radius: 50%;
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  padding: 0;
  position: relative;
  width: 25px;
}
.am-shopby-form .swatch-attribute .swatch-option:not(.text):before {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: inherit;
  content: '';
  display: inline-block;
  height: 25px;
  min-width: auto;
  opacity: 0;
  transform: scale(1.15);
  transition: all 0.4s ease-in-out;
  width: 25px;
  z-index: 10;
}
.am-shopby-form .swatch-attribute .swatch-option:not(.text):hover:before,
.am-shopby-form .swatch-attribute .swatch-option:not(.text).selected:before {
  border-color: #070605;
  opacity: 1;
}
.am-shopby-form .swatch-attribute .swatch-option:not(.text).selected {
  background-color: #fff;
}
.am-shopby-form .swatch-option.color:before {
  height: 25px;
  width: 25px;
}
.am-shopby-form .swatch-option:not(.color) {
  min-height: 40px;
  min-width: 40px;
}
.filter-options .items.am-filter-items-rating [class*='am-filter-item-'],
.filter-options .items.am-filter-items-rating [class*='am-filter-item-'] > .label {
  display: flex;
  align-items: center;
}
.filter-options .items.am-filter-items-rating [class*='am-filter-item-'] > .count {
  margin-left: 5px;
}
.block.amshopby-morefrom .block-content .product-items {
  max-width: inherit;
}
.block.amshopby-morefrom .block-content .product-items .action.tocart {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
  border-radius: 0;
  width: 100%;
}
.block.amshopby-morefrom .block-content .product-items .action.tocart:focus,
.block.amshopby-morefrom .block-content .product-items .action.tocart:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.block.amshopby-morefrom .block-content .product-items .action.tocart:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.block.amshopby-morefrom .block-content .product-items .action.tocart.disabled,
.block.amshopby-morefrom .block-content .product-items .action.tocart[disabled],
fieldset[disabled] .block.amshopby-morefrom .block-content .product-items .action.tocart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.amshopby-filter-current .amshopby-filter-value {
  font-weight: 700;
}
.amshopby-filter-current .amshopby-item.item {
  background: transparent;
}
.swatch-layered .swatch-option-link-layered .am-swatch-link {
  align-items: center;
}
.swatch-layered .swatch-option-link-layered .am-swatch-link .swatch-option.color:first-child {
  margin-left: 0;
}
.swatch-layered .swatch-option-link-layered .am-swatch-link .swatch-option + .am-shopby-swatch-label {
  margin-left: 10px;
  max-width: inherit;
}
.amtheme-productinfo-wrap .block.amshopby-morefrom {
  margin-top: 60px;
}
.amtheme-productinfo-wrap .block.amshopby-morefrom .block-title > strong {
  font-weight: 400;
}
.filter-options-content .am-filter-price {
  font-size: 1.4rem;
  text-align: center;
}
.filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-size: auto;
}
.filter-options-content .swatch-attribute.color .swatch-option {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  min-width: 25px;
  width: auto;
}
.range.am-fromto-widget .am-filter-go {
  height: 4rem;
  padding: 5px 15px;
  width: auto;
}
.amshopby-filter-current .am-swatch-wrapper.item.swatch-option-link-layered {
  background: transparent;
  margin: 0;
  padding: 0;
}
.amshopby-filter-current .am-swatch-wrapper.item.swatch-option-link-layered > .am-swatch-link {
  display: flex;
  align-items: center;
  margin: 4px;
}
.amshopby-filter-current .am-swatch-wrapper.item.swatch-option-link-layered .swatch-option {
  width: auto;
}
.amshopby-filter-current .am-swatch-wrapper.item.swatch-option-link-layered .swatch-option.image {
  background-size: 100%;
}
.amshopby-filter-current .am-swatch-wrapper.item.swatch-option-link-layered .swatch-option + .am-shopby-swatch-label {
  line-height: 1;
}
.amshopby-filter-current .swatch-attribute {
  display: flex;
  margin: 0;
}
.amshopby-filter-current .swatch-option.text {
  font-weight: 400;
  line-height: 1;
  min-height: 25px;
  min-width: 25px;
  padding: 4px;
  text-transform: none;
}
.amshopby-filter-current .amshopby-filter-value,
.amshopby-filter-current .amshopby-filter-name {
  line-height: 1.2;
}
.amslider .swiper-slide .ambrands-label {
  font-weight: 500;
}
.catalog-topnav .filter-options .filter-options-content {
  border-color: #070605;
  border-radius: 4px;
  box-shadow: none;
}
.amasty-jet-theme .amshopby-item-removed {
  text-decoration: none;
}
.amasty-jet-theme .filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image {
  background-size: 100%;
}
.amasty-jet-theme .amasty-catalog-topnav .filter-options-title {
  padding-bottom: 10px;
  padding-top: 10px;
}
.amasty-jet-theme .catalog-topnav .filter-options .filter-options-content {
  margin-top: 0;
}
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #61c18f;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  height: auto;
  margin: 15px 0 0;
  min-height: 44px;
  padding: 0;
  width: 100%;
}
.ie11 .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  word-break: break-all;
}
.ie11 .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  word-break: break-all;
}
.ie11 .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  word-break: break-all;
}
.ie11 .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  word-break: break-all;
}
.ie11 .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  word-break: break-all;
}
.ie11 .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  word-break: break-all;
}
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary) {
  border-radius: 3px;
}
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary):active {
  box-shadow: none;
}
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:hover {
  background: #91d4b1;
  border-color: #91d4b1;
}
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:focus {
  background: #43ac75;
  border-color: #43ac75;
}
.amasty-jet-theme .filter-options-item .filter-options-content .items:not(.items-children) {
  margin: 0;
}
.amasty-jet-theme .filter-options [class*='am-filter-items-'] .item input[type='radio'],
.amasty-jet-theme .filter-options [class*='am-filter-items-'] .item input[type='checkbox'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-options .item .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-options .item .am-input + .amshopby-choice {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2px;
}
.items.-am-singleselect .item .am-input + .amshopby-choice,
.am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/min/arrow-bottom.svg") no-repeat 100% / contain;
  transition: transform 0.2s ease-in-out;
}
.filter-options [class*='am-filter-items-'] .item .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-options [class*='am-filter-items-'] .item input[type='radio'] + .amshopby-choice,
.filter-options [class*='am-filter-items-'] .item .amshopby-radio {
  display: none;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .amshopby-choice {
  left: 20px;
}
.amshopby-input-wrapper .amshopby-currency {
  color: #070605;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  color: #61c18f;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  color: #4bb87f;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 7px;
}
.filter-options-content .am-show-more {
  margin-top: 0;
}
.am-show-more:before {
  height: 20px;
  top: 1px;
  width: 20px;
}
.filter-options .am-dropdown .am-select {
  font-size: 1.6rem;
}
.filter-options [class*='am-filter-items-'].am-category-view {
  padding: 4px;
}
.filter-options input[type='checkbox'] + .amshopby-choice {
  top: 4px;
}
.block.filter a {
  transition: none;
}
.filter-options .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options .filter-options-content .am-shopby-form,
.filter-options .filter-options-content .am-category-wrapper,
.filter-options .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .filter-options-content .swatch-attribute {
  margin: 5px 0 0;
}
.filter-options .filter-options-content .rating-summary {
  margin-right: 0;
}
.filter-options .filter-options-content .rating-result {
  margin-right: 5px;
}
.filter-options .filter-options-content .am-rating-up {
  line-height: 1;
}
.filter-options .filter-options-content input[type='checkbox'] + .amshopby-choice {
  position: absolute;
}
.filter-options .filter-options-content input[type='checkbox'] + .amshopby-choice:before,
.filter-options .filter-options-content input[type='checkbox'] + .amshopby-choice:after {
  margin: 0;
}
.filter-options .filter-options-content .am-category-wrapper .items.am-category-view .item .am-collapse-icon {
  top: 1px;
}
.filter-options .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 0;
}
.amshopby-slider-container.-improved,
.amshopby-slider-container.-light,
.amshopby-slider-container.-dark {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 15px;
}
.filter-options-content .item > a {
  display: inline-flex;
}
.block.filter .filter-actions .filter-clear {
  color: #61c18f;
}
.block.filter .filter-actions .filter-clear:hover {
  color: #91d4b1;
}
.block.filter .filter-actions .filter-clear:focus,
.block.filter .filter-actions .filter-clear:active {
  color: #4bb87f;
}
.am-show-button > .amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #61c18f;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  font-weight: 400;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  word-break: break-all;
}
.ie11 .am-show-button > .amshopby-button {
  word-break: break-all;
}
.ie11 .am-show-button > .amshopby-button {
  word-break: break-all;
}
.ie11 .am-show-button > .amshopby-button {
  word-break: break-all;
}
.ie11 .am-show-button > .amshopby-button {
  word-break: break-all;
}
.ie11 .am-show-button > .amshopby-button {
  word-break: break-all;
}
.am-show-button > .amshopby-button:not(.primary) {
  border-radius: 3px;
}
.am-show-button > .amshopby-button:not(.primary),
.am-show-button > .amshopby-button:not(.primary):active {
  box-shadow: none;
}
.am-show-button > .amshopby-button:hover {
  background: #91d4b1;
  border-color: #91d4b1;
}
.am-show-button > .amshopby-button:active,
.am-show-button > .amshopby-button:focus {
  background: #43ac75;
  border-color: #43ac75;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  display: block;
  top: inherit;
}
.ie11 .filter-current .item {
  overflow: inherit;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children,
.amshopby-flyout-block .items.amshopby-fly-out-view .items-children {
  border: 1px solid #070605;
  box-shadow: none;
  padding: 5px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  padding: 9px 20px 9px 8px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  margin: 1px 0;
  padding-left: 25px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:not(.swatch-option-link-layered) {
  align-items: flex-start;
}
.amshopby-filter-current .amshopby-item.item {
  margin-right: 0;
  width: 100%;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #a8a69f;
}
.amasty-jet-theme .ambrands-letters-filter .ambrands-letter {
  margin: 0 10px 10px 0;
  transition: none;
}
.amasty-jet-theme .ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #a8a69f;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.amasty-jet-theme .ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #a8a69f;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  opacity: 1;
}
.amasty-jet-theme .ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #a8a69f;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  opacity: 1;
}
.amasty-jet-theme .ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #a8a69f;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.amasty-jet-theme .ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #dfdedd;
}
.amasty-jet-theme .ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #dfdedd;
}
.amasty-jet-theme .ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #dfdedd;
}
.amasty-jet-theme .ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #dfdedd;
}
.header.content {
  flex-wrap: wrap;
}
.page-footer {
  display: flex;
  flex-direction: column;
}
.footer.content .ambrands-letters-list,
.page-footer .ambrands-letters-list,
.header.content .ambrands-letters-list,
.panel.header .ambrands-letters-list,
.footer.content > .ambrands-brandlist-widget,
.page-footer > .ambrands-brandlist-widget,
.header.content > .ambrands-brandlist-widget,
.panel.header > .ambrands-brandlist-widget,
.footer.content > .am-widget-brand-slider,
.page-footer > .am-widget-brand-slider,
.header.content > .am-widget-brand-slider,
.panel.header > .am-widget-brand-slider {
  width: 100%;
  order: 1;
}
.ui-tooltip.ui-widget,
.amslider .swiper-slide .ambrands-label,
.ambrands-letters-list .ambrands-letter .ambrands-title {
  color: #070605;
}
.ui-tooltip.ui-widget {
  border-color: #f7f7f7;
  background: #ffffff;
  box-shadow: 1px 0 3px #ffffff;
}
.ui-tooltip .arrow:before,
.ui-tooltip .arrow:after {
  border-color: #f7f7f7;
}
.amlocator-route-creator .amlocator-label:before,
.amlocator-route-creator .amlocator-label:after {
  display: none;
}
.amasty-jet-theme .thankyoupage-customer-create-form .field.choice {
  margin-bottom: 10px;
}
.amasty-jet-theme .thankyoupage-customer-create-form .field.choice > .mage-error {
  width: 100%;
}
.amasty-jet-theme .thankyoupage-customer-create-form .field.choice > .label {
  margin-bottom: 0;
}
.amasty-jet-theme .amtyblock-newsletter .subtitle {
  font-size: 1.6rem;
}
.amasty-jet-theme .amtyblock .page-title {
  font-weight: 700;
}
.newsletter-subscribed {
  display: block;
  margin-bottom: 30px;
}
.amtyblock-newsletter .container-form {
  align-items: center;
  display: flex;
}
.amtyblock-newsletter .container-form .field > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amtyblock-newsletter .container-form .field.newsletter {
  margin: 0 15px 0 0;
  max-width: 220px;
}
.amtyblock-newsletter .container-form .action.subscribe {
  background-image: none;
  background: #61c18f;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 12px 25px;
  font-size: 1.8rem;
  border-radius: 4px;
}
.amtyblock-newsletter .container-form .action.subscribe:focus,
.amtyblock-newsletter .container-form .action.subscribe:active {
  background: #4bb87f;
  border: 0;
  color: #ffffff;
}
.amtyblock-newsletter .container-form .action.subscribe:hover {
  background: #91d4b1;
  border: 0;
  color: #ffffff;
}
.amtyblock-newsletter .container-form .action.subscribe.disabled,
.amtyblock-newsletter .container-form .action.subscribe[disabled],
fieldset[disabled] .amtyblock-newsletter .container-form .action.subscribe {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-index-index .amcheckout-delivery-date .field .label {
  font-size: 1.4rem;
}
/** Sticky mod **/
.-sticky-header.-show [data-ammenu-js="nav-sections"] {
  margin: 0 !important;
}
.-sticky-header.-desktop-navigation-toggle.-show .amtheme-icon-box {
  display: none !important;
}
.page-header.-sticky-header .panel.header {
  padding: 5px !important;
}
.page-header.-sticky-header > .header.content {
  padding: 0px 15px;
}
.page-header.-sticky-header > .panel.wrapper {
  display: block !important;
  margin-bottom: 5px !important;
}
nav.ammenu-main-container .ammenu-link {
  padding: 10px !important;
}
.ammenu-nav-sections.-topmenu.-sticky {
  min-height: 40px !important;
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 110px !important;
  z-index: 10;
}
.page-header.-sticky-header > .panel.wrapper {
  display: block !important;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 1 !important;
  transition: all 300ms ease;
}
a.action.tocompare {
  display: none !important;
}
a.action.towishlist {
  display: none !important;
}
.page-layout-1column .amtheme-product-wrap {
  margin: 15px 0 50px !important;
}
.panel.header .pagebuilder-column a,
.alink {
  color: #000000 !important;
  text-decoration: none;
}
.pagebuilder-column a,
.alink {
  color: #009145 !important;
  text-decoration: none;
}
.pagebuilder-column a:visited,
.alink:visited {
  color: #009145 !important;
  text-decoration: none;
}
.breadcrumbs {
  padding-top: 25px;
}
h1.page-title,
.amtheme-tabs-widget .amtheme-heading.page-title {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}
p.ammenu-text-block {
  text-transform: uppercase;
}
.amasty-jet-theme .amtheme-form .field .amgdpr-label {
  color: #656565 !important;
}
.panel.header {
  padding-inline-start: calc(20px) !important;
}
.panel.wrapper {
  background: #61c18f !important;
}
.amasty-mega-menu .ammenu-nav-sections.-topmenu {
  margin-bottom: 0px !important;
}
.page-header > .content {
  padding: 10px 35px 10px;
  position: relative;
}
.short hr {
  margin: 10px 0 10px 0 !important;
}
.ambanner-slider-wrap {
  position: relative;
  margin: 0px 0;
}
.category-view {
  padding-bottom: 25px;
}
.brand-column {
  background: #ffffff8c;
}
div.swiper-container .swiper-slide {
  text-align: center;
}
.page-title-wrapper.product {
  display: flex !important;
}
.page-title-wrapper.product h1.page-title,
.page-title-wrapper.product .amtheme-tabs-widget .amtheme-heading.page-title {
  font-size: 2.5rem !important;
  letter-spacing: 0.025em !important;
  line-height: 3.5rem !important;
  font-weight: 600;
}
.product-reviews-summary.empty .reviews-actions {
  display: none !important;
}
.amtheme-product-wrap .product-addto-links .action .amtheme-title,
.am-widget.block-new-products.list .amtheme-icon-wrapper .action,
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title,
.am-widget.block-new-products.list .amtheme-icon-wrapper .action,
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title {
  font-size: 1.1rem !important;
}
.panel.header a:hover {
  color: #505050;
}
.contanctop-sx p {
  margin-bottom: 0;
}
#ammenu-header-container > div.panel.wrapper > div > div:nth-child(2) {
  margin-left: 0 !important;
}
span.amquote-addto-button-text {
  letter-spacing: normal;
  font-size: 0.8em !important;
}
a.amquote-showcart.action {
  font-size: 1.2rem;
}
details {
  cursor: pointer;
}
.amasty-jet-theme .switcher .dropdown:not(.options) {
  min-width: 185px !important;
}
.product.data.items > .item.content {
  background: #fff !important;
  border-radius: 6px;
}
.panel.header {
  font-size: 1.3rem !important;
}
.product-add-form.-amcaret-active {
  top: 8% !important;
}
.fotorama__stage__shaft {
  background: #fff !important;
}
.amcform-toolbar {
  text-align: right;
  padding: 25px;
  margin-bottom: 25px;
}
button.amcform-submit.action.submit.primary {
  background: #61c18f;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
input[type='checkbox'] + label:before,
input[type='radio'] + label:before,
label > input[type='checkbox'] + span:first-of-type:before,
label > input[type='radio'] + span:first-of-type:before {
  background: #cacaca !important;
  border: 1px solid #8b8b8b !important;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list-0'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/contemporaneo.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list-1'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/eclettico.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list-2'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/moderno.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list2-0'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/romantico.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list2-1'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/decorativo.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list2-2'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/scandinavo.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list3-0'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/industrial.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list3-1'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/minimal.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list3-2'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/classico.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
button.amgdprcookie-button.-decline {
  position: fixed !important;
  bottom: 15% !important;
  right: 0 !important;
}
.ui-widget.ui-datepicker {
  z-index: 1000 !important;
}
a.amquote-showcart.action span.text {
  display: contents;
}
a.amquote-showcart.action span.text {
  display: contents;
}
.page-title-wrapper.product h1.page-title,
.page-title-wrapper.product .amtheme-tabs-widget .amtheme-heading.page-title {
  padding-right: 10px;
  padding-left: 0 !important;
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  width: 90%;
}
.page-layout-1column .amtheme-short-info {
  margin-bottom: 5px;
}
.amtheme-short-info {
  margin: 5px 0 5px !important;
}
.product-add-form .amtheme-add-form-bottom.-on-line .product-info-price {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.amtheme-product-wrap .amtheme-payment-methods {
  margin: 5px 0 0 !important;
}
.grey span {
  font-size: 1.6rem !important;
}
.quote-details .title,
.amasty_quote-cart-index .cart-summary > .title,
.amasty_quote-cart-index .cart-summary > .title {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 1.4rem !important;
  font-weight: 900 !important;
  margin: 0px 0 !important;
  padding-bottom: 5px;
}
.amasty_quote-cart-index {
  font-size: 1.4rem !important;
}
.amasty_quote-cart-index .amasty-quote-update {
  float: left;
  order: 1;
  padding-right: 4%;
  width: 70% !important;
}
.amasty_quote-cart-index .cart-summary {
  border: 1px solid #dfdedd;
  border-radius: 6px;
  float: right;
  margin: 0px 0 0 !important;
  order: 2;
  padding: 20px;
  width: 30% !important;
  background: #f7f7f7;
}
.amasty_quote-cart-index form .field {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0px;
  position: relative;
  font-weight: 900 !important;
}
.quote-details .form-login {
  border-bottom: none !important;
}
.amasty_quote-cart-index .quote-details .form-login {
  margin: 0 0 5px !important;
  padding: 0 0 0px !important;
}
.cart-summary.amquote-cart-summary .cart-totals,
.summary.title {
  display: none !important;
}
.amasty_quote-cart-index .page-title-wrapper {
  padding-top: 25px;
}
footer.modal-footer {
  display: block !important;
}
.modal-popup .modal-footer {
  display: block !important;
}
.field.sfrido_field {
  display: block;
}
.field.sfrido_field input[type='checkbox'],
.field.sfrido_field input[type='radio'] {
  border: 1px solid #ccc;
  clip: unset;
  height: 20px;
  margin: 0;
  opacity: inherit;
  padding: 0;
  width: 20px;
  position: relative;
  padding: 5px;
  margin: 5px;
}
.field.sfrido_field {
  display: block;
}
div#menopaghi_modal {
  padding: 10%;
}
.modals-wrapper {
  width: 50%;
}
aside.modal-popup.modal-slide._inner-scroll._show {
  margin: auto;
  background: #0000009e;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  width: 75%;
}
.searchsuite-autocomplete {
  width: 570px !important;
}
.searchsuite-autocomplete ul li .qs-option-info {
  padding-left: 1% !important;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
  margin-top: 5px;
}
.price-box .price {
  font-size: 2rem !important;
  line-height: 1.5rem !important;
}
div.mage-error {
  font-weight: 900 !important;
}
.field.required:not(.choice) > label:after,
.field._required:not(.choice) > label:after,
.fieldset > p.required,
.fieldset-product-options-inner.required > .legend:after,
.fieldset-product-options-inner.required > .legend:after {
  color: #d82221 !important;
  font-size: 2rem !important;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  display: none !important;
}
a.amasty-hide-price-container {
  background: #f1f1ec;
  border: 1px solid #626262 !important;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  padding: 25px 15px !important;
  margin-right: 0 !important;
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
  margin-bottom: 10px;
  text-align: center !important;
  position: inherit !important;
}
input#amhideprice-gdpr {
  width: 25px !important;
  height: 25px;
  position: inherit;
  background: #000;
  border: 1px solid #000 !important;
  opacity: inherit !important;
}
div.message.am-hide-message {
  display: inline-block;
  padding: 13px 70px !important;
  height: 66px !important;
}
.slick-slide .product-item .product-item-details {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0px !important;
  min-height: 1px;
  z-index: 7;
  height: 200px !important;
}
.slick-slide strong.product-item-name {
  margin: 0 !important;
}
.slick-slide .swatch-wrapper {
  margin: 0 !important;
}
.amtheme-product-info .product-info-stock-sku,
.amtheme-product-info .product.attribute.spedizione {
  color: #61c18f;
  display: flex;
  flex-grow: 1;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}
.amtheme-product-info .product-info-stock-sku .stock,
.amtheme-product-info .availability.only {
  color: #61c18f;
  display: flex;
  text-transform: uppercase;
}
a#click-me2,
a#click-me {
  color: #fff !important;
}
button#product-addtocart-button {
  width: -webkit-fill-available !important;
}
h1.page-title,
.amtheme-tabs-widget .amtheme-heading.page-title {
  padding: 10px 0px 0 0px;
  font-weight: 900;
}
a.amasty-hide-price-container.observed {
  width: -webkit-fill-available;
}
.amasty-jet-theme .amquote-addto-button {
  width: -webkit-fill-available !important;
}
button#btn-quotecart-close {
  color: #61c18f !important;
}
.header.content .widget.block.block-static-block {
  margin: 0 !important;
}
.amtheme-product-info h1.page-title,
.amtheme-product-info .amtheme-tabs-widget .amtheme-heading.page-title {
  font-size: large;
  font-weight: 600;
  padding-right: 15px;
  line-height: 3rem;
}
.amtheme-product-wrap {
  margin-top: 0 !important;
}
.panel.header {
  padding: 10px 20px !important;
}
.page-title-wrapper.product {
  display: flex !important;
  flex-direction: row;
}
.amtheme-product-info .page-title {
  margin-bottom: 0px !important;
}
.page-layout-1column .amtheme-short-info {
  margin-bottom: 0px !important;
}
.amtheme-product-info .product.attribute.overview {
  margin-bottom: 5px !important;
}
.page-layout-1column .amtheme-product-info .product-info-price {
  margin: 5px 0 5px;
}
.page-layout-1column .amtheme-product-info .box-tocart .action.tocart {
  min-width: 100% !important;
}
.catalog-product-view .amquote-addto-button {
  min-width: 100% !important;
}
.product.attribute.overview p {
  margin: 0 !important;
  font-size: 14px !important;
}
.page-header > .content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main,
.page-main-description,
.-sticky-message .content,
.amsticky-cart-block .amtheme-form-cart {
  padding-inline-end: calc(20px) !important;
  padding-inline-start: calc(20px) !important;
}
.page-layout-1column .amtheme-product-wrap {
  margin: 15px 0 15px !important;
  padding: 15px 15px;
}
.panel.wrapper a {
  font-size: 14px !important;
}
main#maincontent {
  padding: 15px 20px !important;
}
.amtheme-product-wrap .fotorama-item .fotorama__stage__frame {
  border: 1px solid #f7f7f7;
}
h1.page-title,
.amtheme-tabs-widget .amtheme-heading.page-title {
  font-size: large;
  font-weight: 600;
  line-height: 20px;
}
.breadcrumbs {
  margin: 0 auto !important;
  padding-top: 10px !important;
}
.amtheme-product-info .swatch-attribute {
  margin: 0 0 0px !important;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
s.page-layout-1column .amtheme-product-info .swatch-attribute-options {
  width: 65%;
}
.page-layout-1column .amtheme-product-info .product-info-price {
  margin: 5px 0 5px !important;
}
.field.qty.amtheme-qty-wrap {
  margin-bottom: 0px !important;
}
.box-tocart.qty.-square {
  margin-bottom: 0px !important;
}
.amtheme-product-wrap .product-addto-links {
  display: none !important;
}
.catalog-product-view .page-wrapper {
  background: #fff !important;
}
.catalog-product-view .amrelated-grid-wrapper.block-products-list.grid .block-title {
  padding-top: 20px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: none !important;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  align-items: center;
  background: #61c18f !important;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  height: 19px;
  justify-content: center;
  min-width: 19px;
  padding: 3px -3px 2px 4px !important;
  position: absolute;
  right: -8px !important;
  top: -4px !important;
}
a.amquote-showcart.action span {
  display: block !important;
  border-radius: 50% !important;
  margin: 3px 5px !important;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  cursor: pointer;
  display: flex !important;
  text-decoration: none;
  white-space: nowrap;
}
.amasty-mega-menu .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  margin: 3px -2px 0 !important;
}
.pagebuilder-column-group.x3 .pagebuilder-column-line {
  display: flex;
  flex-wrap: nowrap;
}
#html-body [data-pb-style=YDCK21L] {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#html-body [data-pb-style=A2SUWJD] {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
h2.ambanner-title {
  display: none !important;
}
.availability.only.configurable-variation-qty {
  display: none !important;
}
.page-header .amtheme-icons-container .account-icon {
  display: block !important;
}
.price-wrapper.price-including-tax {
  display: none !important;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  flex-direction: row-reverse !important;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before,
.sidebar .block-viewed-products-grid .price-excluding-tax:before,
.sidebar .block-viewed-products-grid .price-excluding-tax:before {
  content: attr(data-label) '' !important;
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 15px !important;
  white-space: nowrap;
}
span.price-excluding-tax:after {
  content: attr(data-label) ':';
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 0;
  white-space: nowrap;
  color: #000;
}
span.estimated-price:after {
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 15px;
  white-space: nowrap;
  color: #4a4948;
  font-size: 16px;
}
.amtheme-product-info .product-info-price .price-including-tax + span.price-excluding-tax:after {
  display: none !important;
}
.catalog-products span.price-excluding-tax:after {
  display: none !important;
}
.cms-home span.price-excluding-tax:after {
  display: none !important;
}
li.item.product.product-item span.price-excluding-tax:after {
  display: none !important;
}
input[type='radio']:checked + label:after,
label > input[type='radio']:checked + span:first-of-type:after {
  background: #38a557 !important;
}
a#tab-label-related\.post\.tab-title {
  display: none !important;
}
.product-prezzo-mq {
  font-size: 2.5rem;
  font-weight: 600;
  color: #61c18f;
}
.ammenu-menu-wrapper .ammenu-icon-block.-icon {
  margin-right: 5px !important;
}
.checkout-cart-index .modal-popup .modal-footer button {
  display: block !important;
}
.modal-popup .modal-footer button {
  display: block !important;
}
.product.media .top-right {
  max-width: 90% !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.product-image-wrapper .top-right {
  max-width: 90% !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.product-price-mq {
  font-size: 1.7rem;
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax .price {
  color: #F44611;
  font-size: 1.2em;
  font-weight: 600;
}
.price-box .price {
  font-size: 2.5rem !important;
  line-height: 1.5rem !important;
}
.product-info-price {
  float: left;
}
.apo {
  font-size: 1.2em;
  color: #424242;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  float: left;
  margin-right: 10px;
}
.apo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  /* Per coprire il testo con margine extra */
  height: 2px;
  /* Spessore della barra */
  background-color: #e74c3c;
  /* Stesso colore del testo per uniformità */
  transform: rotate(-20deg);
  /* Inclina la barra a 45 gradi */
  transform-origin: center;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  font-size: 1.2rem !important;
}
span.price-excluding-tax:after {
  content: attr(data-label) ':';
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 0;
  white-space: nowrap;
  color: #000;
  display: none;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  flex-direction: column-reverse;
  justify-content: flex-end !important;
}
.qty-minima-piastrella {
  float: left;
}
button#product-addtocart-button {
  border-radius: 30px;
}
button#product-addtoquote {
  border-radius: 30px;
}
.help-button {
  border-radius: 30px;
}
button.amcform-submit.action.submit.primary {
  border-radius: 30px;
}
button.action.subscribe.secondary.size-s {
  border-radius: 30px;
}
a.amasty-hide-price-container.observed {
  border-radius: 30px;
}
button.action.tocart.primary {
  border-radius: 30px !important;
}
button.amquote-addto-button.action.outline.-small.-guest,
button.amquote-addto-button.modal-popup .modal-footer .action:not(.primary):not(.secondary).-small.-guest,
button.amquote-addto-button.order-details-items > .actions-toolbar:first-child .action.-small.-guest {
  border-radius: 30px;
}
/**/
.catalog-product-view .box-tocart .action {
  margin: 0px 0 !important;
}
.catalog-product-view .product-add-form:not(.-amcaret-active) .amquote-addto-button {
  margin-bottom: 0px !important;
}
button#product-addtoquote {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.prod-help {
  text-align: center !important;
}
.price-box .price {
  font-size: 3rem !important;
  line-height: 1.5rem !important;
}
.amtheme-product-wrap .fotorama__nav--dots,
.fotorama__fullscreen .fotorama__nav--dots {
  margin-top: 15px !important;
  text-align: center !important;
  padding-bottom: 15px !important;
}
.amtheme-product-wrap .fotorama__dot,
.fotorama__fullscreen .fotorama__dot {
  background: #dfdedd;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
  height: 11px !important;
  position: static;
  width: 11px !important;
}
.amtheme-product-wrap .fotorama__active .fotorama__dot,
.fotorama__fullscreen .fotorama__active .fotorama__dot {
  background: #2fa13b !important;
}
button#product-addtoquote {
  margin-top: 10px !important;
}
.modal-popup .modal-footer button {
  display: none !important;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  align-items: normal;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  flex-direction: column !important;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before,
.sidebar .block-viewed-products-grid .price-excluding-tax:before,
.sidebar .block-viewed-products-grid .price-excluding-tax:before {
  content: attr(data-label) '' !important;
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 0px !important;
  white-space: nowrap;
}
.amcform-button.-default,
.amcform-button.-error,
.amcform-button.-error {
  padding: 30px;
  min-width: 130px;
  background-color: #61c18f;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover,
.amcform-button.-error:hover {
  padding: 30px;
  min-width: 130px;
  background-color: #3f996a;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.products-grid.products > .amtheme-products-secondary .product-item-info,
.amtheme-products-secondary.-in-widget .product-item-info,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info,
.amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info,
.amtheme-products-secondary.-in-widget .product-item-info,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info,
.block.amshopby-morefrom .block-content .product-items .product-item-info,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info,
.block.amshopby-morefrom .block-content .product-items .product-item-info {
  padding: 35px;
}
.price-box {
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
  flex-direction: column-reverse;
}
.special-price.sly-old-price,
.old-price.sly-old-price {
  margin-inline-start: 0px;
}
span.old-price.sly-old-price.no-display .price {
  font-size: 1.9rem !important;
}
span.old-price span.price {
  font-size: 1.9rem !important;
}
.price-box {
  padding-top: 5px !important;
}
span.vat-ss {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
span.old-price.sly-old-price.no-display {
  display: block !important;
}
#maincontent > div.columns > div > div.amtheme-product-wrap > div.amtheme-product-info > div.amtheme-short-info > div.product-info-stock-sku > div.availability.only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .ammenu-sticky,
  .ammenu-header-container.-sticky .header.content,
  .ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container,
  .ammenu-header-container.-sticky .header.content,
  .ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container,
  .ammenu-header-container.-sticky .header.content,
  .ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 5px !important;
    z-index: 10;
  }
  a.amasty-hide-price-container {
    text-align: center !important;
    position: inherit !important;
    max-width: 90% !important;
    width: 100% !important;
  }
  .amtheme-product-info .product-info-price {
    margin: 25px 0px 10px 0px;
  }
  .two-column .pagebuilder-column {
    max-width: 50%;
  }
  .amtheme-product-wrap > .product.media {
    margin: 20px auto 45px;
    max-height: none !important;
    max-width: 270px;
  }
  a.amquote-showcart.action span.text {
    display: block;
  }
  .amtheme-tabs-buttons .amtheme-title .title {
    color: #070605;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .product-addto-links {
    display: none !important;
  }
  .block.amshopby-morefrom .block-content .product-items .product-item {
    margin: 0 15px 0 0 !important;
    width: 45% !important;
  }
  .amasty_quote-cart-index .amasty-quote-update {
    float: left;
    order: 1;
    padding-right: 4%;
    width: 100% !important;
    margin-bottom: 25px;
  }
  .amasty_quote-cart-index .cart-summary {
    border: 1px solid #dfdedd;
    border-radius: 6px;
    float: right;
    margin: 0 0px 25px !important;
    order: 2;
    padding: 0px;
    width: 100% !important;
    background: #f7f7f7;
  }
  .amasty_quote-cart-index .page-title-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-header .amtheme-header-icon:not(:last-child) {
    margin-inline-end: 10px;
  }
  .amasty-jet-theme .page-header .header .amquote-cart-wrapper.minicart-wrapper {
    padding: 0 10px 0 0;
  }
  .searchsuite-autocomplete {
    width: 300px !important;
  }
  .price-box .price {
    line-height: 1.5rem !important;
  }
}
@media only screen and (min-width: 641px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .desktop {
    display: none !important;
  }
}
/********************  checkout *******************************************/
/********************  checkout *******************************************/
/********************  checkout *******************************************/
.checkout-index-index .header.content {
  padding: 0 !important;
}
.checkout-index-index .am-checkout {
  margin: 0 !important;
  padding-top: 0 !important;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #f1f1f1 !important;
}
.checkout-index-index .checkout-header {
  margin-bottom: 0 !important;
}
.checkout-header h1.title,
.checkout-header .amtheme-tabs-widget .amtheme-heading.title {
  font-size: 2.5rem;
  font-weight: 600;
  display: none;
}
.checkout-index-index .checkout-header .description {
  display: none !important;
}
.checkout-shipping-address .form-login {
  margin: 0 !important;
}
.amtheme-checkout-contact {
  margin: 0 !important;
}
.amtheme-form-address > .step-title {
  margin-bottom: 5px !important;
  margin-top: 15px !important;
}
.checkout-index-index form label.label {
  margin-bottom: 5px;
}
.checkout-index-index .fieldset.address div[name*=".street"] {
  width: 100% !important;
}
#shipping-new-address-form > fieldset > legend {
  margin: 0 !important;
}
.checkout-index-index #customer-email-fieldset > .field {
  width: 100% !important;
}
.opc-wrapper .opc .step-title {
  font-size: 2rem;
}
.checkout-index-index .block.items-in-cart.active {
  margin-bottom: 0 !important;
}
.items-in-cart.active > .title {
  margin-bottom: 0 !important;
}
.opc-block-summary .amtheme-estimated-total {
  padding-top: 0 !important;
}
.opc-block-summary .table-totals .mark,
.opc-block-summary .table-totals .amount {
  padding: 5px;
}
.checkout-payment-method.submit .actions-toolbar {
  margin-top: 0;
}
.checkout-index-index .page-header:before {
  height: 3px;
  background: #61c18f;
}
button.action.primary.checkout.amasty,
button.amshopby-button.checkout.amasty,
button.am-filter-go.checkout.amasty,
button.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-actions .action.tocart.checkout.amasty,
button.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go.checkout.amasty,
button.am-show-button > .amshopby-button.checkout.amasty {
  background: #61c18f;
}
h1.page-title,
.amtheme-tabs-widget .amtheme-heading.page-title {
  max-width: 1440px !important;
}
@media only screen and (min-width: 1440px) {
  .page-layout-checkout main#maincontent {
    padding: 0 !important;
    max-width: 90% !important;
  }
  #checkout > div.opc-wrapper.am-opc-wrapper.layout-3columns.am-submit-summary > div:nth-child(1) {
    width: 50% !important;
  }
  .checkout-index-index .checkout-shipping-address .field {
    margin-bottom: 5px;
    width: 50% !important;
  }
}
/*1366x768*/
@media only screen and (min-width: 767px) {
  body.page-layout-checkout {
    font-size: 1.3rem !important;
  }
  .page-layout-checkout main#maincontent {
    padding: 0 !important;
    max-width: 100% !important;
  }
  #checkout > div.opc-wrapper.am-opc-wrapper.layout-3columns.am-submit-summary > div:nth-child(1) {
    width: 40% !important;
  }
  .checkout-index-index .checkout-shipping-address .field {
    margin-bottom: 5px;
    width: 50% !important;
  }
}
/* mobile */
@media only screen and (max-width: 767px) {
  .page-layout-checkout img.logo-image {
    width: 200px !important;
    padding: 5px !important;
  }
  .page-layout-checkout main#maincontent {
    padding: 0px !important;
  }
}
/* checkout */
@media only screen and (max-width: 767px) {
  .page-header.-sticky-header .block-search.-header > .block-content {
    border-bottom: none;
    padding: 10px 35px 10px !important;
  }
  .page-header .amtheme-header-icon {
    margin-inline-end: 0px;
  }
  #ammenu-header-container > div.header.content > div.amtheme-icons-container > div:nth-child(1) > a {
    display: none;
  }
  .account-icon.amtheme-header-icon.am-no-display-mobile,
  .account-icon.amtheme-header-icon.toolbar-sorter label,
  .account-icon.amtheme-header-icon.limiter label {
    display: none !important;
  }
  /*responive slide products*/
  .product-item > .product-item-info {
    padding: 10px 5px !important;
    background: #fff !important;
    margin: 0 5px;
  }
  .product-items .slick-slide {
    width: 180px !important;
  }
  .product-items .slick-initialized .slick-slide {
    width: 22% !important;
  }
  .product-items .slick-track {
    width: 800px !important;
    display: flex;
  }
  ol.product-items.widget-product-carousel.slick-initialized.slick-slider.slick-dotted {
    padding: 0 !important;
  }
  /*responive slide products*/
}
a.amasty-hide-price-container.observed {
  background: #61c18f !important;
  margin: 0 !important;
  border: none !important;
  color: #fff !important;
}
@media (max-width: 1024px) {
  .catalog-category-view .wrapper-description {
    margin: 0px auto !important;
    box-sizing: border-box;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    width: 100%;
  }
  main#maincontent {
    padding: 0px 20px !important;
  }
  .catalog-category-view .page-title {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 768px) {
  main#maincontent {
    padding: 0px 5px !important;
  }
  .catalog-category-view main#maincontent {
    padding: 0px 15px !important;
    margin: 0px 15px !important;
  }
  .fotorama__stage {
    height: 400px !important;
    /* border: 2px solid #000 !important;*/
  }
  .fotorama__stage__frame.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img.fotorama__fade-rear.fotorama__active {
    /* border: 2px solid #ad2424; */
    max-width: 100% !important;
  }
  .product.media {
    margin: 0 !important;
    max-width: 100% !important;
    /* background: #da00ff;*/
  }
  .fotorama__stage__shaft {
    width: 100% !important;
  }
  .fotorama__stage.-horizontal {
    width: 100% !important;
  }
  .amshopby-option-link {
    display: none;
  }
  .page-title-wrapper.product h1.page-title,
  .page-title-wrapper.product .amtheme-tabs-widget .amtheme-heading.page-title {
    margin: 0 !important;
    width: 100% !important;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
.amtheme-custom-footer {
  display: flex;
  width: 100%;
}
.customer-account-create .block.block-amazon-login,
.login-container > .block.block-amazon-login {
  background: #f7f7f7;
  border-radius: 4px;
  box-sizing: border-box;
  float: none;
  max-width: 760px;
  padding: 20px;
}
.customer-account-create .block.block-amazon-login > .block-title,
.login-container > .block.block-amazon-login > .block-title {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.customer-account-create .block.block-amazon-login > .block-content .actions-toolbar,
.login-container > .block.block-amazon-login > .block-content .actions-toolbar {
  margin-top: 15px;
}
.customer-account-create .block.block-amazon-login .amazon-button-container,
.login-container > .block.block-amazon-login .amazon-button-container {
  margin: 0;
  width: auto;
}
.customer-account-create .block.block-amazon-login .amazon-button-container .field-tooltip,
.login-container > .block.block-amazon-login .amazon-button-container .field-tooltip {
  margin: 0;
  right: 10px;
}
.customer-account-create .block.block-amazon-login {
  margin: 0 auto 35px;
}
.login-container > .block.block-amazon-login {
  margin: 35px auto 0;
}
.amsticky-cart-block .amtheme-amazon-product {
  display: none;
}
.amtheme-amazon-product {
  padding: 10px;
  align-items: center;
  background: #f7f7f7;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amtheme-amazon-product > .amazon-checkout-now {
  margin-bottom: 10px;
  margin-inline-end: 10px;
  margin-inline-start: 0;
  margin-top: 0;
  padding: 0;
  border: 0;
  min-width: 110px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-amazon-product > .amazon-checkout-now {
    margin-left: 0;
    margin-right: 10px;
  }
}
.amtheme-amazon-product > .amazon-button-container {
  margin: 0;
  width: auto;
}
.amtheme-amazon-product > .amazon-button-container .field-tooltip {
  margin: 0;
}
.checkout-shipping-address .amazon-button-container,
.checkout-shipping-address .amazon-express-title,
.checkout-shipping-address .amazon-divider {
  max-width: 600px;
  width: 100%;
}
.checkout-shipping-address .amazon-button-container,
.checkout-shipping-address .amazon-express-title {
  background: #f7f7f7;
  border-radius: 4px;
  box-sizing: border-box;
}
.checkout-shipping-address .amazon-button-container__cell {
  min-width: 35px;
}
.checkout-shipping-address .amazon-button-container {
  margin: 0 0 30px;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.checkout-shipping-address .amazon-express-title {
  padding: 20px 20px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.checkout-shipping-address .amazon-button-container .field-tooltip,
.checkout-shipping-address .amazon-express-title + .amazon-button-container {
  margin-top: -5px;
}
.checkout-shipping-address .amazon-divider {
  margin: 30px 0;
}
.payment-method-braintree .ccard.braintree .field.type {
  align-items: flex-end;
  margin-bottom: 30px;
}
.payment-method-braintree .ccard.braintree .credit-card-types img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}
.payment-method-braintree .ccard.braintree .field.card-number .hosted-control {
  padding-inline-end: 40px;
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/braintree-card.svg") no-repeat;
  background-position: calc(100% - 14px) 50%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payment-method-braintree .ccard.braintree .field.card-number .hosted-control {
    padding-right: 40px;
  }
}
.payment-method-braintree .ccard.braintree .hosted-control {
  border-color: #dfdedd;
}
.payment-method-braintree .ccard.braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #070605;
}
.payment-method-braintree .ccard.braintree .hosted-control.hosted-date:first-of-type:after {
  right: -15px;
  top: 0;
}
.payment-method-braintree .ccard.braintree .hosted-error {
  color: #ff0000;
}
.payment-method-braintree .ccard.braintree .hosted-date.-month {
  margin-right: 20px;
  width: 45px;
}
.payment-method-braintree .ccard.braintree .hosted-date.-year {
  width: 55px;
}
.payment-method-braintree .ccard.braintree .hosted-cid {
  width: 70px;
}
.payment-method-braintree .ccard.braintree .field.cvv {
  display: inline-block;
  margin-bottom: 30px;
  width: 205px;
}
.payment-method-braintree .ccard.braintree .cvv .field-tooltip {
  left: calc(@{braintree - card-cid__width} + 10px);
}
.payment-method-braintree .ccard.braintree .field.exp-date {
  margin-bottom: 20px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  width: 130px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payment-method-braintree .ccard.braintree .field.exp-date {
    margin-left: 0;
    margin-right: 20px;
  }
}
.payment-method-braintree .field.choice.-save {
  background: #f7f7f7;
  border-radius: 4px;
  margin: 0;
  padding: 10px;
}
.payment-method-braintree .field.choice.-save .label {
  line-height: 1;
  margin: 0;
}
.payment-method-braintree .field.choice.-save .field-tooltip {
  top: auto;
  transform: none;
  vertical-align: bottom;
}
.payment-method-braintree .field.choice.-save .field-tooltip-content {
  left: -190px;
}
.block.block-static-block .footer.links {
  column-count: auto;
}
.amtheme-gift-options .title {
  color: #a8a69f;
  display: inline-block;
  margin: 10px 0;
}
.amtheme-gift-options .actions-toolbar {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
  margin-top: 0;
}
.amtheme-gift-options .actions-toolbar .action-update {
  order: 2;
}
.amtheme-action-gift {
  cursor: pointer;
}
.amtheme-action-gift:after {
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  display: inline-block;
  height: 20px;
  margin: 0 10px;
  transition: transform 0.2s ease-in-out;
  vertical-align: middle;
  width: 20px;
}
.amtheme-action-gift.-active:after {
  transform: rotateZ(180deg);
}
.amtheme-gift-content .amtheme-gift-summary .actions-toolbar {
  justify-content: flex-end;
  margin-top: 15px;
}
.amtheme-gift-content .amtheme-gift-summary .action {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a8a69f;
  margin: 0 0 0 20px;
}
.amtheme-gift-content .amtheme-gift-summary .action:hover {
  color: #c8c6c2;
}
.amtheme-cart-gift-item {
  border-bottom: 1px solid #dfdedd;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.amtheme-gift-content {
  display: none;
  margin: 10px 0 20px;
}
.amtheme-gift-content.-active {
  display: block;
}
.amtheme-gift-content .amtheme-gift-summary {
  margin-top: 15px;
}
.cart.item .actions-toolbar > .gift-options-cart-item {
  margin-top: 15px;
  order: 2;
  width: 100%;
}
.gift-options-cart-item .gift-summary .action {
  margin: 0;
}
.amtheme-gift-message .fieldset .label {
  display: inline-block;
  margin-bottom: 10px;
}
.lac-notification .top-container {
  display: flex;
}
.lac-notification .top-container .lac-notification-links {
  margin-inline-start: auto;
  justify-self: flex-end;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lac-notification .top-container .lac-notification-links {
    margin-left: auto;
  }
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
@charset "UTF-8";
@font-face {
    font-family: 'form-builder-font';
    src: url(data:application/vnd.ms-fontobject;base64,iDIAALwxAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAt7/mHwAAAAAAAAAAAAAAAAAAAAAAACIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAiAGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdAAAAAAAAAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA);
    src: url(data:application/vnd.ms-fontobject;base64,iDIAALwxAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAt7/mHwAAAAAAAAAAAAAAAAAAAAAAACIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAiAGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdAAAAAAAAAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA) format("embedded-opentype"), url(data:application/octet-stream;base64,d09GMgABAAAAABfcAA8AAAAAMbwAABeEAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCEXgggCZZwEQgKuHCzbgE2AiQDTAsoAAQgBYY5B4IGDIEGGwYuFeOYJeA8gFS/u+0i+//6wDaWNnZfEGToJHc0LPIwI0RoR8P8epqi0CiK35oaP2fuDSb2Cs1gQzC/aFyXukTxacCsoz/dre9+Y+NSnLev1hOzwvnuUEp4vnTm+9LKPu2KQ4gVMdsJWyHobtIdUBcg7HPp4qY7/2nN6n0q7upQZxaY5ACpJajJQlT2CI04YeT9n87y/9HIlr2CEbBBYJaRVwdEPh9VQGWqvJTEr0/RbBfANmWR4Wlz/45bwnGrENZxLPLuVk3UMllaGLDQBqOGAlahP5bWMCuGtamzTsDDqvGphNM/77grthK7AfkUuWSWLnVPFAaN/KBtqmyAwOa+SADA/6PulYYxZS9XfQGSCxRwSZ9aTlgqyj8wzB1mb9ORy/+3ZmWranb3GBwNGXkozAlzRqZ+p7L9qzqdqc5SD3cWexY7g53jJAfMCqkzmCwlCwDqQIEEcmfkKTly3wl5wtqDdLakewvpjTkGCj70Ibb5e6T2OWSIyQlHXhLm1v9vGALQnKA3Mjn9+lkEFCIFA7Y1VokIB2k05Qwh2I6ySrtUruEA6wjlKXApCsi/AWLh5TEbMuGsDSe5pMVibM/523R/zQQ/VucBeKvBBvQGFJAD1LZdcDH2jlSitVHW06Uipxg3NIAioSEsIMgIis3/F88TiCQyhY5Kz4iYBCQDUR6mFq1ka+yjjESgsSCgsSGgURDQOBDQZCCgyUJAUwIBjQsBjYaAxkBA40FA40NAE0BAE0JAE0FAE0PgKUkgVvMVDEGwf6J4B7QF3IqjJL39B/LDWzJPnyLjLRof+VLdrQix9r8gHcnObFo5B9wDTtiwBxTm4EEQxJceAp2Lf/eg0ae+EfIcnY0OPkdnruruiqt70ZGmSszjJfOPpJLBa89pHIsDV/Qdhz4T+RfFQejTROTvYz6RAV3mYzYl05acstcq0FMy4Gq8SMnDQSNBrT0XPPcivAYyGngPJzD2UJhI2TovfBpEjdcMYRiMR2dwM0ebQ3UdPApe+s2qTFH7Me9V7UGKllLc9DCOZCWRaHQkDw+y3OiB6AUz+9uiwQTEoYWkl2AGxvAzTxbiMOeAZ/+opCqcIc3pfDoPrfEE9Nm+cBTWnaYfIgfNW/kKKqEbcAJqWaMuTlrBMJIDviGXE2yRmqYPnFk7LP+eHOTVVAo8AHy5bjEh4j4E4tAf9Oon0VXm0rrzSCikdsLzduiRAcYSIt/YfNOjISEd0OtU6u1RIJg+fP2jkjV5wJCZ1e2FrME8DG+PYqH5MC0iFfbDo+Ltfnx7mKArN67Tm2oooPDYVFZlMAkonoATEAtFXFOpFLhqgrO9WDTnQy10bQt1Dpg5A5OdVaVB9jSxGSYlcCI6Tih52qmY1pugANjYECSw7TFGN30PdMwUyMlRRNGgEQcayCsYB2Uw+c3mZ2EkR6HbF62V8GGjup08BgroGx4TBSNiMUJsxhGHUeIynngsQ3yWJQUmkCLLzSlhxve1c0HLtEQDsDAEACMAMAYAKwBgFQCsAYB1ALABwNwm1Awl0srKsFiD+tXA3BmMafaoRQloOZ/PzNOGNJGuM9Zu2X2q+FQ+VLo8HfNfF1dpz8CVu5LdqWuQPMlze9AjEd9DHzPISclPD3qNQMuA9QtIZOoz2yq9YK57Bio/Ek1EXAScaLf8BQ1RX288o2weyLOsFcYoRFaXVGsCxH120evu0zNrt1W8X9eYQA39KODKlXXPBIAFtVfjfCQ5blx0XZWarpo7TM+lVfs9gmpgaBX7C3louh9/kv35oForiea9FIIJgepixndp4wzlNbIkC/S7eARhPjc4tufnPMK22sl8c8nLHm5NgkY27ja0yr0xxN6MBh42y7HsNuZS5siDtzbIm4FXBsoo44CH1t7t62bNZJJnpr6pdMBH6GXNlmee5CFooJtjQ03QUWqhL+BeGDMMN2Otxlx1khhLiZHQt87YwZ1eP1bjrVRw0IpO4eJ1eJaN22wXmZ+7eeVLtGPPCqbaYGsbH0Q1qS5JMDY866TL7N3FhrFw+ttvwcRLDByCqXe1Qk/hghawxoGyJnFPOrgShoWe1d/UqLatsj7cxzaL0LDQDyfFZOAB73BP0Y3dNm7e1TNdEk8e10RCdXZipjNXqDBdXnrSMi9Mp4dr8HNZqBnMPKdoi05vFsCHZuh4ZzYZv8mzBguOTLXGnQDCc85t9kXN2Vng/GYPkLShFxgSwlwFnWAeDMj8dJrMCsCSbAAkBwDJBcUZDyD5AEgBAFIISjIRQIoBkIUAyCLQFFYMkCUAyFIAZBkowcoBsgIAWQnAwqqgvmgdy+o93Rcf19XQBFU7lLhFE0ldKoZR1sOAaogBqhGwIE3HxUrJ0oBqtgGqBQDSelycbFsaUO02QHUAMGBs0GBf5SrrQ1GJid5Xsr7P7jzr0LPE74BAX9XQwo9FNQpp1xEugboIzjYAc7TTwf+P9OEQJpAZdirztc4X5oivaPUAVmR5e0epzgcyCl7U2TSp1e27nmtIfoBq7hnbO/kstl18SHulsoFjnHX3isgOKO+6ZtjJ3gy6lUZaQCUvDPgrFa3nA+dsksvGYMGZLdgKPq5+qLWVe6qDwnNx8nVPjC9afFSqSx/VLPM8+h1QGUM0v+UrtWe5TYuxr+MVyiFXYTJCjs60Skq+44Lo8jb/+SVQ/k7TbuFW40budrNeenc9a3IhfSp6oeKrLhrzhTGS/2NM+gti0iaTPjtqSTAvKDyu5T4qTL+1WTgvL5MsCIuBgFRhKJifjSUiWP1qFFESQKEE8/ivL18v09M4TW7/pM7T8X2V3OOa4A2MsKBQnqtIq/KViyi8/ofMXZjkyxZ5NFI8ReWemTh9wV3b80PmpwAvHbY0rkdKcA2G3L0D5CXPyPAqSnRBzA+jCYxqnX0ifljCBYj42YxwwMK5xj5k8U0EyN/DgRbDEVX2wuCFIC9rDudvFPYP8eW/EZ8v2vFAKI7ul6tzR61e1hEVOUdRkWDOadQy1G0VLXWjrf6RsI0VBnY4n/d6Lwes8rrQ2N4iZ9Jm2d0F8/OeHO3u/rvg7T/t8Vex1mMs86j+2D2il56l7ZU9OG9AD92Tw1FR7MmlaXtha3d5064yYa9Sp7blL1PYC1U922k0Y6pim9ZBtFxpJ+gtN6d/lwZTC22qlmhWHOg+qDzccyiuD1SpuNRzWUADC2l8AVUI9NTuK1QFt+5jK64rObW93XqFfd0+xZWribV7acr9rj14nYo6OHiFkOwI9/XmkDKx9uJkxTVFrt3SQD3blVsctkBQj72Kiihs+d3evcPKTU7dK2xTT9yyZe85cw4/aXo0Kg1V5eOj2jymR+ugvKq8TlOqQW6jYqPtRjC/l0ZXOiyv5i18VDs2QxM6hMtLPn+TUmeH0psB7wZzWftAdW+lSt4JGVPjKPjalGvCa1DPddHp0nrrpkJUEZUfnATMSTQRp3GnmzbRicjpMhmuZYlrNBzYcoe+c0awNBu3UY8ahxYanNQ6J9dJDCvGO4Y747yTRuekylNTLC4nRE46zZ5AqVT/rt2AE7g+CP9/GbWSRbEEUZ6BsAqFUAMKAhUrxhYZKkIt5T/J6fnrsuKRtQPrBo54jtg5s39gIFZBTfzgusGro4l6e/z+RFc9BwcGD4euM93N9jLVGm864qo1N9l5MmfCtdbXWDWtM1W3e5ppTTbVRqqvBZ5m7mZYM9XM00GzzChvlrdXS9S1czrPy7OEUdQZpnpFxCHnL4ogpgBfg12Tu/+iXuGVT4FN4b3h1YHDCAoCTNTYpFYEush4gb8YmTtxD8FaoWE9jGxEW1rqWirXDkdny7RDditjVsxoB9HRbh1vIGq6NeykU2MaHabTYGqdowyFGLDykC53OuECBH1ruDU+MnTZUhmZgbTPFRbOcpRnLfvXbPmzrYThznzH8GBIGNYdU6V1TPsMzBqjYzoWNSCVBEnoEhsJMqMxeimdSxfROfQyes4LRGWCvnaxybGhW1+33oLYXHPnXrPeipyce8H6Pz3XtRxFLy83U4ZwEDGSg0S0LFOKYG7JruRtk0QolyxKlviF+PIbTuJKAD+0I4JliIlbhHfoO0YC00C3frRdHx+7QBC42RbghCxx/c4jiTiBTxw9zb7ShqdKw9oHKAzEr/+7NbIe/4J/Hu3AO+Ro3BDpPZjCd2QYoFb4sX639d3OuPXixUQZbsDLiJVjIh2lZ3DlDg2nuDjzvpA6esdUDktXSs8vli4uPmVi/ck0j4TMjDJjBDFmdYNZJgg9qtaT2f78+fkLL15GXNQwI0pKnr8oKY6I5/8sGznryvqrP7f9xGVyXL5weJQMXBmrj03Dna6k4tbd2AU5UU7c2muOh4V38fSbXYMF1w4+MccJ676sw4E5q1HBhYyEDAtWcc+C+RoXDYayLDITMlEeU/FwtzG2YUK/RCcJLkkcIqQEPiwhJA5Lcd8yj0phZUrwgzEL+6p5YcWa5jUnYNd9bblfe+Okyf7NLa2uf6LDPuQliURJORP7+9//P3Vq3x8OJ9XSypLP4e4Zz+GBfZq+Ps8Qr/uUkGFKyl0bS4HHvSePBZbhFqlPnriHh/z14TapKbWJcX0FTpUwxt5ykq/7Vqrz9xnOKbcQoyq7SfZVoL4gd4aNCwGh118618Phj2BHKUPtZd7lWYwU9JhPs3KiiXHG48GrvmIY3XnBaRb2GLaXb26R8+UZgfngTaXFLLTSGBnID+y9OGKPXv/pWA2HijnujUNHm5qEPOAnB878zLCyQHeyT7zwt2ShDPYo2M5lOsqSE+ysreytqA2Lt9DumkljmptXsifJLqmakWx/ZTsNZXWj+m/LV7qMylGGMPYip+/mn2OpnaxgyLC0OECa/z0hj6xDePALS7y8dpMoYK4/xFnAZtHF/dxRm3Y8OVlDTp8tW0wuNoIoaHG2EZNlonDvWlE49xrOtapEvAzxpNW2yi/gZ58fX/uZoatcf1w+riwHjXH1REn+egwPNfEsORTv4VK9L92kHpeyzYSRI5MDtQsiO5wX3PldF690EjIvt6zHw2jAnYKicqr42MfDrncbjnjiNk6U7HuwZktr5/wLR3ZcTV32SC69dh9B+7VrFpmcL6ePPv2RJ9Oq1MvpMV5/cPfQvUKySSDgcBwdsfz7t3TihPHjxna0NTXU19XWVFdVVpSXlRYLxH2+SMjh7yEel12Qn5uVkZ6WmpKcROLzybCftJqNeq1aiaMwKJeKBcfX13qubZmGrqlM7BW7gXxr2Yg/mqQ/JBk5rp3rVLhpkWydLpPjeu74TR+nri1JDNPcwSFLlDCoWTEN1mYsI9pnEYJSO4ITrXQ3wBMlcbsmFuDYXQ5JQTp27kN7S1N9XXVFabGQl5eblkpsN+vVcjGfTSfjQa9ZF4yPko4rSG8W8ceTtJe0lTpkhWlrhrQBAgvxAgLIS4jg7eYIYn+ymo2pHUrSl0xUO4lRD2OIR9GFAb2zrRNoRzDO0cnmGvp1CNiEW3J5aDRtiAguhgaXWdfs3wOg1yAq2BFLCObqrl3IDRwuYaIdTq63CkUgs3FeHsVJbvKuXJr/wYdEto40mS7WMKF3qV/AwY8zvh3BEajySN27WDEV6nRfMEgYLBInQlw02+6nD+bHmv3gfmP3yOS8XJKYTZNWFJoGY9eu5vLz+OlpxIU0J3453c62w35rkkxq1bAZNX3PCMyA6ayDNCs67oUjcw1UuQo02afZZy9OQ49mGffoxQaBBxO+DTu4D+PWZLwbDXoderVZCQoOz3KVHFw6VT0RHiseujm5eDI+Xk79rZ1TE20XopJn8TboqtJZLjr67U6/26ZXDI3JWtIVsSEhhhQbAvwzwTc8heVitdzBY5jNF7MdOCL3HM7RO5CjxPNuQJR6j9dzSNsfUdAzoQRc53MmHORc/UGUdpnV/yXRc5MWU84g13D3b7Rqcc3CbDG5SSbj89ns3NzMzNRUkkxIiImhgPOzZs6YPq2nW9bVyzrlU6dMvrVer72ttaVZ0tR4gwVvxZLiokIxXzTOFwrYvPO5nNyC8/PzMnPOz85KzfDT08gU8nbrJhAJdzU3Jj7GB+dTsrDwsNCQ4KAb8M1vcaNgEMt79Nxv2ewOsk/rxmCWInmJolq+HrbJwM/54YXnkHnGzZ9Fhqpo56vvltNnz1EKoX6NpCcKhI5TOjhXjrnjwA9FvsHBd84fnMYABHzKkwi/PoXMRe4myVe16PKDawr2apq2Xrum1R1W0xn1B9f0dV+vpq3vSIHe3yG4Y5oA+ppNbB8C3FBup98ZF3Rc0zHHhjOqUjsUlOm4ys/H650EoKRYikRJKa0QKmUXMkdE7HaTZx1DmRRjeo6U4jvEFAexdbz440Q/uJHvSJ8gEAJwKg7E9kq+pXMqy3OiqhS9M4VAxooNSXoXsHjrwdS0MjpKGamVnnMkc9kWgZz37vlbSedfwzu/eypAaCRere31nlYlhVlQGCfxJOtDEaldQrbjluwTVjzMsUAoAejWXp+1nrbOF3i2n8DCP0EgPwFE+JohUqXnb78E6Rso6d7RtMb0MPjJiX5HWgOcDhybKTHYrW6WlW7fH6eSbgTHavoTDPaTJ0AY0sBE/BzM9BrEtBsjIfZxIrMa3LlQSWNVf/lLOXoTT5fEFJyyR6+906BHHSu1YQxMV9kOpqCZuraDAQzbNHawBtbHm83cwWFwfNfZJfVqHJaL2aOe51/fK+d7t1u1ShSUCtkjvnf+yka+h2wPcz078z3ULT6m3NqLWRCHtT+ybHGVEowM9IMQsRGvYFa2wdzxzhBWWYWesSPJLwH1ChcDbT2a9mS+KQkSJP0wxlSQvnZUAsrXnmrMVpfIbPmrI7boSisQIITGMCDWp3qOqdpzmLUOMfEYSaVWGOjKmEvB9/rKOf/D52U1VyJPPivhoF/eA3aF6bByX+NY8w8utbk8zuNbVu6jT69XZ0bum9VUviMe6em5Padk0mzUqnFUKrqh936s01GdXnW6xh/7+iUQc8buBzg1oOTqxZMs4GHsbQEF9CVU8RZUCvs1u1bVTTMSctZ6qZDP4oKtITFvJXI5erHgClQKYAq8KMIE0MvoiBDeUgJh/6PJ7W2S2opysaAgPzsVX7+w5sZessNJmhQFJqYtMAi8FMpd/lh71makz2OesfxJI2b0I0nMwVotPMliH5xvuUqV7UQhdGEHuKi6wIdxSiV8Iv6f8O9B/7++/M/i2f8ht9EuAn8qB6KI/zeWKn5eXlICA2bjfwUlMOqGhvAhBCIbUY0geS8qCndYvDtFqq3YOsH6bG1tKptGXKApZHSL/yhlLyBLabvQlfC3+eQQZghxfBD36i08m/U2Y6ZTNXVFvUPmp/oMY47Ua66Srt4w5T42pFzAFv57qSfOyKB6psp8FNrUtaiYerbemEsZOkx9Vp94LfVblblgDfld5HAVnzmFu7d7WMzmG0iuwMdb5CssAKM6lhqeIeVKqSh4YrhMVaIcJ9EXlmQ8fffflMUCxcp/9HP/k9SeK5hPZvTcL6pIUMk2vpr6lC1UU0iFS/hs9i9BED6S0YlTDYfpVJwaG28cruIzp3BHKX8Pi9l8A8nVTzJD0FdYoDdGdb5fw7OFqR+slIrZdXliuKSVk3KcRF9YdMmYGb99N4v+s0VhvZWp6n9+Vu0/WJhPZkXol6pOFSqRsuq79clrW2jToKgSxZ4KPlVug0D3j2QsNTFsUMNhuirKRPFL+RWAJqs2ShdCQkpGjjwFir9wOtT9emb8ShfURBeDMgCR23eTQ0FKbYMFVRalbRyZPOHLcDPiOBOOoSdoPY/XoSPeuLHSRZs1FWS089JrjELYjSfwVYjaDFQZX3TTadFJ377z1lK1Fz0Sqv2NxicS9Q336ydRlc9M3ERVNK7pCC1JJ6DNjA0PrlnFMiGZBwBydoGPXHE/BC0o7IP+5SXT3g+cf3pwQM/NkkEqBTJzT0JBOJO8h3IAAa5PsieD8SEYTO73guZw/k9j0RxxP1xzMZ+IPWbdQIzIOdX8BAdMfjpVHkQoEBLwK/R35pHR/H4KmAwA) format("woff2"), url(data:application/font-woff;base64,d09GRgABAAAAABuwAA8AAAAAMbwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADMAAABCsP6z7U9TLzIAAAGMAAAAQwAAAFY+IEk+Y21hcAAAAdAAAACZAAACXos77ZFjdnQgAAACbAAAABMAAAAgBtX/BGZwZ20AAAKAAAAFkAAAC3CKkZBZZ2FzcAAACBAAAAAIAAAACAAAABBnbHlmAAAIGAAAEBQAABxu0nSYimhlYWQAABgsAAAAMAAAADYKXKfBaGhlYQAAGFwAAAAdAAAAJAc9A2VobXR4AAAYfAAAACMAAABMRLMAAGxvY2EAABigAAAAKAAAAChJblGvbWF4cAAAGMgAAAAgAAAAIAKGDJhuYW1lAAAY6AAAAZgAAAM51VzEoHBvc3QAABqAAAAAswAAAQYTOILlcHJlcAAAGzQAAAB6AAAAhuVBK7x4nGNgZGBg4GKQY9BhYHRx8wlh4GBgYYAAkAxjTmZ6IlAMygPKsYBpDiBmg4gCAIojA08AeJxjYGSexziBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgcXjC8EGQO+p/FEMUcxDANKMwIkgMA86ML3AB4nO2S2w2DQAwEh3B5kwfUkTJSUL5S83ZB1seWkZPGwpYPoR2APTCal2kwfBmo8/F06PORS5833n2n1VzzurpS1X3rdefd5jceOHLi7HtXJm7cefBkZvHSgf+ZelW6ZXvsbSUbnCYKZUihslYoewpOHQXnj4JNoGAnKJRVBXtCob5Owe5QsEUU7BMFm0XBjv1nbLD8AB7vLD0AAAB4nGNgQAMSEMgc9D8LhAESbAPdAHicrVZpd9NGFB15SZyELCULLWphxMRpsEYmbMGACUGyYyBdnK2VoIsUO+m+8Ynf4F/zZNpz6Dd+Wu8bLySQtOdwmpOjd+fN1czbZRJaktgL65GUmy/F1NYmjew8CemGTctRfCg7eyFlisnfBVEQrZbatx2HREQiULWusEQQ+x5ZmmR86FFGy7akV03KLT3pLlvjQb1V334aOsqxO6GkZjN0aD2yJVUYVaJIpj1S0qZlqPorSSu8v8LMV81QwohOImm8GcbQSN4bZ7TKaDW24yiKbLLcKFIkmuFBFHmU1RLn5IoJDMoHzZDyyqcR5cP8iKzYo5xWsEu20/y+L3mndzk/sV9vUbbkQB/Ijuzg7HQlX4RbW2HctJPtKFQRdtd3QmzZ7FT/Zo/ymkYDtysyvdCMYKl8hRArP6HM/iFZLZxP+ZJHo1qykRNB62VO7Es+gdbjiClxzRhZ0N3RCRHU/ZIzDPaYPh788d4plgsTAngcy3pHJZwIEylhczRJ2jByYCVliyqp9a6YOOV1WsRbwn7t2tGXzmjjUHdiPFsPHVs5UcnxaFKnmUyd2knNoykNopR0JnjMrwMoP6JJXm1jNYmVR9M4ZsaERCICLdxLU0EsO7GkKQTNoxm9uRumuXYtWqTJA/Xco/f05la4udNT2g70s0Z/VqdiOtgL0+lp5C/xadrlIkXp+ukZfkziQdYCMpEtNsOUgwdv/Q7Sy9eWHIXXBtju7fMrqH3WRPCkAfsb0B5P1SkJTIWYVYhWQGKta1mWydWsFqnI1HdDmla+rNMEinIcF8e+jHH9XzMzlpgSvt+J07MjLj1z7UsI0xx8m3U9mtepxXIBcWZ5TqdZlu/rNMfyA53mWZ7X6QhLW6ejLD/UaYHlRzodY3lBC5p038GQizDkAg6QMISlA0NYXoIhLBUMYbkIQ1gWYQjLJRjC8mMYwnIZhrC8rGXV1FNJ49qZWAZsQmBijh65zEXlaiq5VEK7aFRqQ54SbpVUFM+qf2WgXjzyhjmwFkiXyJpfMc6Vj0bl+NYVLW8aO1fAsepvH472OfFS1ouFPwX/1dZUJb1izcOTq/Abhp5sJ6o2qXh0TZfPVT26/l9UVFgL9BtIhVgoyrJscGcihI86nYZqoJVDzGzMPLTrdcuan8P9NzFCFlD9+DcUGgvcg05ZSVnt4KzV19uy3DuDcjgTLEkxN/P6VvgiI7PSfpFZyp6PfB5wBYxKZdhqA60VvNknMQ+Z3iTPBHFbUTZI2tjOBIkNHPOAefOdBCZh6qoN5E7hhg34BWFuwXknXKJ6oyyH7kXs8yik/Fun4kT2qGiMwLPZG2Gv70LKb3EMJDT5pX4MVBWhqRg1FdA0Um6oBl/G2bptQsYO9CMqdsOyrOLDxxb3lZJtGYR8pIjVo6Of1l6iTqrcfmYUl++dvgXBIDUxf3vfdHGQyrtayTJHbQNTtxqVU9eaQ+NVh+rmUfW94+wTOWuabronHnpf06rbwcVcLLD2bQ7SUiYX1PVhhQ2iy8WlUOplNEnvuAcYFhjQ71CKjf+r+th8nitVhdFxJN9O1LfR52AM/A/Yf0f1A9D3Y+hyDS7P95oTn2704WyZrqIX66foNzBrrblZugbc0HQD4iFHrY64yg18pwZxeqS5HOkh4GPdFeIBwCaAxeAT3bWM5lMAo/mMOT7A58xh0GQOgy3mMNhmzhrADnMY7DKHwR5zGHzBnHWAL5nDIGQOg4g5DJ4wJwB4yhwGXzGHwdfMYfANc+4DfMscBjFzGCTMYbCv6dYwzC1e0F2gtkFVoANTT1jcw+JQU2XI/o4Xhv29Qcz+wSCm/qjp9pD6Ey8M9WeDmPqLQUz9VdOdIfU3Xhjq7wYx9Q+DmPpMvxjLZQa/jHyXCgeUXWw+5++J9w/bxUC5AAEAAf//AA94nM1YW3Bbx3nef88VwMEBDnAObsT94EICFEkBBECJFABJlEmJlERSlERaFsiapuOKpinlUtWOaLdR4kR5qOqZyJNp1GbYTGccJ5PIcuM8mJ3pdOymHo+daWO7nfql06mn8osf2ryUFuD+iwvNSnLGdcYzWZy94Ozuf3b3v33/EichH53jbnEzhCMSsREHcRMv6SIRYpI0yZIJMkVmyRy5REcmbuhTc9VneKBmt0mXrSAnE0k5sUoSmWQisxKDiKfXE1kmvdFo75Lu1jhHSA05lg2Xk1PDYXUpCL4eMKnPXCTd6QF7Py+RbqkmcJTYLBREArWUQkWSlMVkrQ8yu7LUE8l4FnLx3VyUhBzR0EIX+P2BUyQQUMZJOOydJ16v3Xu4a+KGgQv7Tnth3aufsLLe1XsvLaSGVz63tVWf/VTL8vRGV7bXpa5+/gubn6+eO3lyetrnU5Qn/vDiH3zly1/64oW1c4984eHlh5Ye/L3FhdrZMyfnTs6dPjU9Oz17Ymbq+LHJw2P3HRo9eGB/tTxUyA1kMz3d6VQyYcZj0Ug4FPR1+boCfq/H0N0uzak4FIdLY8mZF7qykDfMtGnkS5jxKeBjejGnscG12yyzTjB0FbKg6aIZi6cK2mAZ8rGCWYgZphHLhYHrASOWLDAypgGDKTOmmdidb+ZYXAyB7sk3B7NJuWIBLlYq6+UyPluVZlWpbOKb5oMN+Fkg64/Eg3VX0MQWPLsOe9bhtD8beLlxpXGFflC/isPoDZfa+CHOL5cb51RNUzvjVBcNMPLlSrus1N+oNBP90y1/JtD4VjAeD9JfIj2cXQlk629tfsjIwFuqq/GLShl/LnVL1XBqWVMJQR1kOrlxT53MkxIZJhVynHyJfLd6bX+ShlyHdyU4d4iOxSI05LaEZrvA7ffaOYvstiz4PAonG5rECbws1HSnyPEOG8cB4aEWAJcrPBeFcFgZV62UIyQ4R4JBe/DwF8+vnvvCw0uLZ8+cOnF08tBopbxvZHjvnqFSsTC4u78n3eE5MtzX5ng7OeNCKNvhZnpHDXfUXGEwhXREydA9pXyuCDvGl9p9jJOsr/SxLBSHocCKnCeEM1otr5HPecY2Nl69efPVTgnfe/HFd27ehB9vbLzz4ouvKGJCskKr/F7z1TsbGy6rbMrWZvHPvcHbH4QymdD4IOro4DvFhJkchLFQ5vjGxkbi5s2biY36KxtbrEjchIGNJrENSQFrI4V9GxsrO1711guMFH09lCkmBweTxVaZQdYSirz9B+7f6d8RnfSQXLW/eYBuInEUxnSAQwQI5YAuIu8JN0s4Do0vticLw6VBXvAxvVABD6MP2pqB+y9JFhCSBaYKcdHQmPij2HOTKM31N1HusKa5WN767NuNtxpvQg56NbX+pupyqTSnajTQUDqDsM7ETv934xo8+9BLChPz1jgi47qfu6efeKy6EgJeiICF94Ns6QJRNkAShbEwCAGweEDk7vOCNIoTKdqtmhUEwlsEvkYsRBYtco2INhwv3Y+nA6cIgEIOK4osd6yIapdtso0JmFMR/FkthoYAs4CFhs0Cth2Q9rqlVuZu3faxDBdpvv4Gy+vXa7Xr7czp5ZfLL7dUdKuyWYs+CS/VouvwMyxwV3fvMYpcKpAy+sFZEFoe8H5iowK1LXeBy+I6z7Zlw235FCrYgbcK/KIXrMQhWh2LRCSSJkqoaE6iqU5t0Q8qccuqezGoU9nwUItLtizu2HdX9UyLuLD6OVCfrx44OlmtlIrZTDxm6E7n9NTk7NHZ+w5VJqoTw3uL5VI5N5ApZAupZKwn3tMV0KNG1Ol2bmu3M4TKvc2AZjYYBwwOxRGFEY0zCmc6LuqeXHEw1X6LyqmLd768c2iHa3vohfrVTn63KZa5pmyiLAZRHFuCmi6V0viiy+Wy3zWkyeKtCvtV4KVAptmXywTWXdgZdDW+1hxemCms42hDNxpX2/OxeLI1Bs/MaMuCvkPSW5b3IBlDaThOTpDT5AxZIBfJV8lT5DL5Jrd/4oYF5ePPyYg0LI0s3wdDJVEcWt4HhBQLpFhDQRrMFAZr+d39u/hsTyIa9AmUy9KF7kPJg7H9oYrfwqVHzQORalfZa+EFjq+l4uGARxAMt+awCzZFsNVyA329fEZ3OVVesWaUGrESi2y11FBDpRFZquEa9+4Z3lsje0hpaE8JtQtAnCGiCPMERDiKaMmKi/zL37TIXlwkyWRpZua3XSrX215p72daqQ1X+hc7V1oaEld/x86z+v3WAodXf0dXOI9Y768uXZqdnZqanBwfHx2tVkdGhoYo+ebT3/j65a/98R9deurSU0+uf/WJxzs48PzaY6uPrpz7/RYaZFjwgTP3z8/Nnp49ferk1ImpEzPTk8cnjx87Oj4xPnHk8OjYKCLD6sEqYsORygiChaHhIYQLDC3kc7sH+vt29d6JFncgB6dVIg7qGBP0LOz0X9pgSkDYaGCGGLM6zV8eYd9dOWmY+2je8N6z6kBDBInG3blJFdqOJI2Ze/72taBpBrkVxG23H89h4lZuX+vk3NmZ09O1idp0rbe+NjHz3PT0Dycmfjo9/W02MFebnmNdE2fbc+quli1bbyjwa06PhxjINIP0g6D5dZfdXb9Ce+1uxW3fThG3245W7a4yioVdVDrJr7jr1xiALVcIcW77LQXbOvGRIPqtBOkmvWSADJIhMtKyW1BoebCHu8DGKZxtmSg8ryz5vdQQPIKxHPBRjyh6luK65uDtkirZl90sEpFldckCfDhIIcTDQiJiciEiGCGhxnyQXZQWYoAAQSZnrcBx9FQUKFU49GaPtj+krOKXOIVf6XzKs9r8luARVz7+mLra+pqkyiuf4XPz1ZNMtnftMtB475TJSnkbvKI47hrYhRJ5L4E0fAbKZFMkEXXgYSruwaTgwZBgd0ck81rT5bXdnhvFiomohrnUyShTyR3/IZ0X2oKKfL8QjG/dPv2xj9va3Lz9KxYrdKKRxpVOG96uXLz9P8hgbqYlkDQPQ+XNlzdxDr2wWSnX3yi301azhPOHthgpPKSO7+rgGBY5/LzF+/0EoT9PlhUAKw/WFSKrYBNlW/NsOYQTHZxmZziNMJxmtVisM8RqtcwTi9WCFu9AiwasfnYi89VUNCojF6NmFFkQ7vK48cwVBvWsFkSPPFLgNIdgZEt40EnUyxDE9gEevFv7vziX02LaJvy6oXx8qi/Hgx/rcPn2tR+wI2LhH54ZU722GnJWVM8PGLomH/0nd4u+3b71OFOdYxgcgTjUeJUSO1htxFpTHNSGOFu0CYsyiJIkzmAlSqcIgtcj0SgQJk6t7QQ6ts1hldlmMFyPQMTZtHDMEjGb1trBMBjNQLbQtniAItYDGlqh+lptq3a9K2EGr2ODPhOMm7efuE5/WV+jz9A5FkqmfI0rQZOFjWYQLvpSjQm42LgCF1mcweOeXuCO0o+QIzrxozV4uuoNAxVCHlXC9fg5jPdwjxgIjk3ccKFgpIlAhTXcOF1jZ7+GuBHIEvoSnocZrIA/zbg+0VVN3T2SrN09cL6KQCoW9XmdDouMyxB1CdnpLaUl3D4MmnEJREPP50pQTHvBLICOOL5UzEXA83rucn4cFhSBb/wjbxd46OfCtxoDt7ij+tlbZ/Vhz2Vdyl/Oj4xRUeEb/8RjCX38hVuN/vfhz0LG2fcfMIzLHnYOXFMXnkdd4NFgOMih6gEr8IdkkfICv0YEIqxJ6K2RQVwN+Q10hlDKADOFIxYLEIvDwuTSxtiIg3BfFuRikiFgCbUfSl5TMzV4u5Hlnq+sr9fPb21d3/zBhx+ul+Glra3GL2APIa2F3KJzn3DH1r8d1e/Eln9b/Zseu80iCZwE3YpVFnmKfhJIDeermkOtEY043ZqzhtRchttVQ8yqew29hrQ9fq+nhlz3dfl9tWw6acYiIakrEOia2f7TFTiVSSXi0XBQCnQFjqBjn0W3PoVOfRJd+njnqmdn5P8pfHknUOjFQMG9417nziz8hvxJc9zt24PWHc4dD7Oi3PNYn7qj/lXHnu58Kq0BNFDemdYr6zvyzgQXyw2lwtgI7G4Gvo2+Nkq6q0keiIAmDlZRlagAdIUIgjKOImSnh41YEq2VKASygPEPOgmMeRwgxvshxe4tNDOeKlagKe9wxaOOjTl0qly1hq1XrbpjfFzFAO6qLWi7aqPfVz1Qf0UP2/7Ehk9YpyOdNsrTnbLlIzHSS3f/PJNOcBYZxlp4/5gEHAJHzrqqgVUh1iU7KDJRlhygWmyCuszCThtqOxUsVFhh2+RQ1JzoZy0qiyIFnhdmcHNMtwU0Ai1sPrpN1a5onFVGug4VrSTSWr4nLdu9aWmfywqZVZu6N1V5pUnWotpW//903Uh3+g66yspvTbg686loWmx05VMTnWepagb8qJLZnu5U0oyHQ/5YgIX/Ps3XUVeXEMy6GfbNaybWPYC10InN0yx+j6PMevNGKS95zbRhlhm8ZXedLZhbLtf/JZ5OH0ynYwN79izu3fta5OHuC4/3rEZQxZpu6Qjq0ELuVA4ff/XRKj784uK5Jx57rK1Tf805OJkUyb7qXkQOokDFVSLygsizPaIF5BZRvAUqCYvMtfGzhOfZxRhPJlPeVNJtGHEZ95DURTOeZvqV8wJbNbbjogfb7BZxEP+h29UjzS5Uw8JgMc8Gco65/RNDjWOVSzeqMCPEnWLjJ71fnoEMvGD2Jfog0dhU3U6P+p6YcAjvmdVdu+NwqHR0/1wJblZ/eqnS+IngjAtwIjv7lWzjeGLA7DNhVPXEHf8h4vv34rv7qkii2LEfL3CvcjbyJJmqHp2fzXOy4EXjQcesIKK55wRZxE3K6IxkuqhwFGfALKuBzKG5ATL5xOPn11aWFxfmTh4/dmS0PLLsGdIX7YI/K8Rxt2hWcF+43eI+GEwzqOQAHV1/zuPVRWl7RJmiSU9rpWJqsI+aqX7og9JgsZRDludzaMzFuCiJhpdBrBalPlq4u9+9TZn7kf/B3IN+VXUFohYXSEbjWx4JDEs8rINqDzyyu+azqy5PGPtwtzwvC7IWUjygqIFHBhY9bF7Y4gbJAU+rEritfUFV9T3Uv+hTVd0Xl3RwW6JBFyjHed5n11yyYDv4r4rAcf92HPGB06X6oNnh5HnJfjACf68qLp/PqaNNBkVv9gZYr6Ace4Uiarh5TBGp4tnRYT9a/68DishjnO1r84m+hnzKkr5qNiRTJDRGKLueXWa46bE75XBf3j1kCsgFMJgUSux4NF3MAru3NrdbqTT+2EkW2dUtfU1Xg9TBUV0dUfUplxPLmdJ9ycTSwfKPwKbq9P0eZwI4VQzX11VdV+lz9TlWgyEFYgf3Tz3wDXT57Xvlc9wK+iWGK8aqozylxOG0c4JIhJqqUJQtKskIzdnilXEryLJdPkwIc+A4Z9uHa9sJXTgUzJIpNbORb+Z8qZnxPb7OcyvXI+uRLczvvh758Y729a3IFry7voVpfatdbW39L+MUxg14nGNgZGBgAGL5Z3uS4/ltvjJwM78AijBcXrVJAEH/z2J+wRwE5HIwMIFEAVhbC+14nGNgZGBgDvqfBSRfMDD8/w8kgSIoQBgAh9wFqAAAAHicY37BwMAMwgugNC4ciWAzroGyBSE00ykgnc3AAABt9w7qAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAHicjZLNSsNAFIVPalW0IKjgenAhijT9EV10JRTsyk3BLoU0nfyUaaZMJkLdu/JBfAN3PoAvoa/iSTqKUkQTJvOdc+/83EsA7OENHpbPOceSPexSLbmGTVw5XqN/7bhOvnW8jga04w369463cYpHxw3s45k7ePUtqileHXs49M4c17Dj3Theox86rpMfHK/jwHtyvEH/xfE2Rt674waOaud9PV+YNE6sOO6fiG67cyHGC6FppVmgRFDYRJtcXIpIZ1Yqpf1QzyJtZs1xkaqJNM0yMJRxoQKz4q8YI2nyVGei47dXYgOZSRNYOSlvkN/FXWsjERk9E1fubDE3eipD6yfWznut1vc7oc/mzrGAQYoYCSwEjumecO6ijQ4uSGNmCGYus1JkCKDoBCi4IqkiOfUlR0SV0ZXMUGQfIb+zyjecm9yt4B4KE+YY6s8VQ+qYMcV9zT/y/84YVTpnrNSC1fis6e91A+qs8oKqkslXD3Lc8Y5duuX5ZbWmqk7wR/5Zt2Bfy9iUTkjfr7pr6fbQ4vtLnz4A/bahLnicbY1LcsIwEETVkAjbOBA+1/ChxtIEqSIk1TCiqJw+Hye7vNXr7kWblVkYzP+csMIaT3iGxQYdegzYYsQLdtjjFQccccLZjNS0uHKtiZU7R4mzJ+lcYPc+l8fuT6aLlFa3Qj6WxXuJLkzKD7U3Tuy0//aJhGn4sZhrU1s5u5iGt5h4acYQvee8hL3wLX7wdGfR+PU+zk21/I6WVMkFG5g8S19J6CJUg83tOrMY8wnVPUZ/AHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MTAyaIEYm7mYGDkgLD4GMIvNaRfTAaA0J5DN7rSLwQHCZmZw2ajC2BEYscGhI2Ijc4rLRjUQbxdHAwMji0NHckgESEkkEGzmYWLk0drB+L91A0vvRiYGFwAMdiP0AAA=) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'form-builder-font';
    src: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=) format('svg');
  }
}
*/
.form-builder-wrap [class^="icon-"]:before,
.form-builder-wrap [class*=" icon-"]:before,
.amform-form [class^="icon-"]:before,
.amform-form [class*=" icon-"]:before {
    font-family: "form-builder-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-autocomplete:before {
    content: '\e800';
}

/* '' */
.icon-calendar:before {
    content: '\e801';
}

/* '' */
.icon-checkbox:before {
    content: '\e802';
}

/* '' */
.icon-checkbox-group:before {
    content: '\e803';
}

/* '' */
.icon-radio-group:before {
    content: '\e804';
}

/* '' */
.icon-rich-text:before {
    content: '\e805';
}

/* '' */
.icon-select:before {
    content: '\e806';
}

/* '' */
.icon-text-area:before {
    content: '\e807';
}

/* '' */
.icon-text-input:before {
    content: '\e808';
}

/* '' */
.icon-pencil:before {
    content: '\e809';
}

/* '' */
.icon-file-input:before {
    content: '\e80a';
}

/* '' */
.icon-hidden-input:before {
    content: '\e80b';
}

/* '' */
.icon-resize-vertical:before {
    content: '\e80c';
}

/* '' */
.icon-button-input:before {
    content: '\e80d';
}

/* '' */
.icon-attach:before {
    content: '\e80e';
}

/* '' */
.icon-header:before {
    content: '\e80f';
}

/* '' */
.icon-paragraph:before {
    content: '\e810';
}

/* '' */
.icon-number:before {
    content: '\e811';
}

/* '' */
/*
  Mixins
*/
/*
  Animations
*/
@-webkit-keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

@keyframes PLACEHOLDER {
    0% {
        height: 1px;
    }
    100% {
        height: 15px;
    }
}

.cb-wrap {
    float: right;
    width: 50%;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    /* smartphones, Android phones, landscape iPhone */
}

.cb-wrap.pull-left .form-actions {
    float: left;
}

.cb-wrap h4 {
    margin-top: 0;
    color: #666;
}

.cb-wrap .save:hover {
    color: #08fe00;
}

@media (max-width: 481px) {
    .cb-wrap {
        width: 64px;
    }

    .cb-wrap h4 {
        display: none;
    }
}

.frmb-control.sort-enabled li.ui-state-highlight {
    box-shadow: none;
    height: 0;
    width: 100%;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin: 1px 0 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

.frmb-control li {
    cursor: move;
    list-style: none;
    box-shadow: 0 0 1px 0 inset;
    padding: 10px;
    text-align: left;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* smartphones, Android phones, landscape iPhone */
}

.frmb-control li:hover {
    background-color: #f2f2f2;
}

.frmb-control li.ui-sortable-helper {
    border-radius: 5px;
    -webkit-transition: box-shadow 250ms;
    transition: box-shadow 250ms;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
}

.frmb-control li.ui-state-highlight {
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0 none;
}

.frmb-control li.moving {
    opacity: 0.6;
}

.frmb-control li.fb-separator {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    cursor: default;
}

@media (max-width: 481px) {
    .frmb-control li:before {
        font-size: 30px;
    }

    .frmb-control li span {
        display: none;
    }
}

.frmb-control {
    margin: 0;
    padding: 0;
}

.fb-mobile .form-actions {
    width: 100%;
}

.fb-mobile .form-actions button {
    width: 100%;
    font-size: .85em !important;
    display: block !important;
    border-radius: 0 !important;
    margin-top: -1px;
    margin-left: 0 !important;
}

.fb-mobile .form-actions button:first-child {
    border-radius: 5px 5px 0 0 !important;
    margin-top: 0 !important;
    border-bottom: 0 none;
}

.fb-mobile .form-actions button:last-child {
    border-radius: 0 0 5px 5px !important;
}

.form-actions {
    float: right;
    margin-top: 5px;
    /* smartphones, Android phones, landscape iPhone */
}

.form-actions .clear-all:hover {
    color: #fff !important;
}

[id^='frmb-'][id$='-form-wrap'] {
    /*   ------------   TOOLTIP   ------------   */
}

[id^='frmb-'][id$='-form-wrap'] .empty .frmb {
    border: 3px dashed #ccc;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.25);
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1%;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.pull-right .frmb {
    margin: 0 0 0 6px;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .stage-wrap {
        width: calc(100% - 64px);
    }
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links {
    width: calc(100% - 141px);
    display: none;
    float: right;
    overflow: hidden;
    text-align: right;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap.empty:after {
    content: attr(data-content);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1em;
}

[id^='frmb-'][id$='-form-wrap'] .stage-wrap .action-links .active {
    font-weight: 700;
    color: #000;
}

.field-label-container {
    min-height: 20px;
}

li.editing .field-label-container {
    background-color: #41475d;
    min-height: 40px;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

li.editing .field-actions {
    display: none !important;
}

[id^='frmb-'][id$='-form-wrap'] .frmb {
    list-style-type: none;
    min-height: 200px;
    margin: 0 6px 0 0;
    padding: 0;
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.removing {
    overflow: hidden;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li {
    position: relative;
    padding: 0;
    min-height: 33px;
    clear: both;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #fff;
    -webkit-transition: background-color 250ms ease-in-out, margin-top 400ms;
    transition: background-color 250ms ease-in-out, margin-top 400ms;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.hidden-field {
    background-color: rgba(255, 255, 255, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:first-child .field-actions .btn:last-child {
    border-radius: 0 5px 0 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li :hover {
    background-color: #fefefe;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.no-fields label {
    font-weight: 400;
}

@keyframes PLACEHOLDER {
    0% {
        height: 0;
    }
    100% {
        height: 15px;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.frmb-placeholder, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-state-highlight {
    height: 0;
    padding: 0;
    background: -webkit-radial-gradient(center ellipse, #545454 0%, transparent 75%);
    background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
    border: 0 none;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    overflow: hidden;
    margin-bottom: 3px;
    -webkit-animation: PLACEHOLDER 250ms forwards;
    animation: PLACEHOLDER 250ms forwards;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.moving, [id^='frmb-'][id$='-form-wrap'] .frmb li.ui-sortable-helper {
    -webkit-transition: box-shadow 500ms ease-in-out;
    transition: box-shadow 500ms ease-in-out;
    box-shadow: 2px 2px 6px 0 #666;
    border: 1px solid #fff;
    border-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled {
    z-index: 1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled [type=checkbox] {
    float: left;
    margin-right: 10px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled h2 {
    border-bottom: 0 none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled label {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.disabled .prev-holder {
    cursor: default;
    line-height: 28px;
    padding-left: 5px;
}

.frmb li .top-close-field{
    display: none;
}

.frmb li.editing .top-close-field{
    color: white;
    border: 1px solid white;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 20px;
    padding: 0 5px 2px;
    cursor: pointer;
    border-radius: 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field {
    position: absolute;
    padding: 5px 20px;
    background-color: #1f8295;
    color: white;
    font-size: larger;
    left: 50%;
    bottom: 12px;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #D7D7D7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .form-elements .close-field:hover {
    background: #2a9cb0;
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li .close-field:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .prev-holder, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h1,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h2,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field h3,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field p,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field canvas,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field output,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field address,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field blockquote,
[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .prev-holder {
    margin: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .field-label {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.button-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.header-field.editing .field-label, [id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field.editing .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.paragraph-field .fld-label {
    min-height: 150px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li.delete:hover .close-field,
[id^='frmb-'][id$='-form-wrap'] .frmb li:hover li.delete:hover .close-field {
    background-color: #fdd;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.deleting {
    z-index: 20;
    pointer-events: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled {
    padding: 0 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled :hover {
    border-color: transparent;
}

[id^='frmb-'][id$='-form-wrap'] .frmb.disabled .form-element {
    float: none;
    margin-bottom: 10px;
    overflow: visible;
    padding: 5px 0;
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .frm-holder {
    display: none;
    position: relative;
    top: -12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .tooltip {
    left: 20px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder {
    display: block;
    margin-top: 12px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder .form-group > label{
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='date'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder select[multiple] {
    height: auto;
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder label {
    font-weight: normal;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='checkbox'],
[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='radio'] {
    margin-right: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .prev-holder input[type='color'] {
    width: 60px;
    padding: 2px;
    display: inline-block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .required-asterisk {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .legend {
    color: #666;
    margin-bottom: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .disabled .field-label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions a:hover {
    text-decoration: none;
    color: #000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 0;
    border-color: #b3b3b3;
    background-color: rgba(255, 255, 255, 0.75);
    color: #b3b3b3;
    line-height: 32px;
    font-size: 16px;
    border-width: 0 0 1px 1px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .btn:first-child {
    border-bottom-left-radius: 5px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form {
    font-size: .85em;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .toggle-form:hover {
    background-color: #65aac6;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .copy-button:hover {
    background-color: #6fc665;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .del-button:hover {
    background-color: #c66865;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions {
    text-align: left;
    margin-top: 10px;
    width: 99%;
    margin-left: 11px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    color: black;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions button:hover,
[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    background: #f1f1f1;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .option-actions a:hover {
    text-decoration: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
    width: 74%;
    display: inline-block;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap label {
    font-weight: normal;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .sortable-options-wrap {
        display: block;
        width: 100%;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options {
    display: inline-block;
    width: 99%;
    max-height: 500px;
    overflow-y: auto;
    margin-left: 11px;
    background: #b3b3b3;
    margin-bottom: 0;
    border-radius: 5px;
    list-style: none;
    padding: 0;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:not(.touch-disabled) {
    cursor: move;
    margin: 1px;
}

.touch-disabled {
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li:nth-child(1) .remove {
    display: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field .remove {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove {
    position: absolute;
    opacity: 1;
    right: 7px;
    height: 17px;
    width: 17px;
    line-height: 17px;
    text-align: center;
    top: 8px;
    font-size: 18px;
    padding: 0;
    color: #C10000;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li .remove:hover {
    background-color: #C10000;
    text-decoration: none;
    color: #fff;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=checkbox],
[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type=radio] {
    margin: 0 0 3px 3px;
    width: 5%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options input[type='text'] {
    width: calc(44.5% - 17px);
    margin: 0 1%;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-field .form-group {
    width: 100%;
    clear: left;
    float: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-6 .form-elements,
[id^='frmb-'][id$='-form-wrap'] .frmb .col-md-8 .form-elements {
    width: 100%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-options .add-area .add {
    clear: both;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements {
    padding: 10px 10px 40px;
    background: #f7f7f7;
    border-radius: 3px;
    margin: 12px 0 0;
    border: 1px solid #d7d7d7;
    /* smartphones, Android phones, landscape iPhone */
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
    width: 73%;
    margin-left: 2%;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap > input[type=checkbox] {
    margin-top: 8px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='text'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='date'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='color'],
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements textarea,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements select {
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    padding: 6px 12px;
    border: 1px solid #AFAFAB;
    background-color: #fff;
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .input-wrap {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements input[type='number'] {
    width: auto;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .btn-group {
    margin-left: 2%;
}

.col-md-6 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label,
.col-md-8 [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label, .col-md-6
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label,
.col-md-8
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label {
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
    width: 25%;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child {
        display: block;
        width: auto;
        float: none;
        text-align: left;
    }

    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label:first-child.empty-label,
    [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label:first-child.empty-label {
        display: none;
    }
}

[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.multiple, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.required-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.toggle-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.roles-label, [id^='frmb-'][id$='-form-wrap'] .frmb .form-elements .false-label.other-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.multiple,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.required-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.toggle-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.roles-label,
[id^='frmb-'][id$='-form-wrap'] .frmb .form-elements label.other-label {
    text-align: left;
    float: none;
    margin-bottom: -3px;
    font-weight: 400;
    width: calc(81.3333% - 23px);
}

[id^='frmb-'][id$='-form-wrap'].fb-mobile .field-actions {
    opacity: 1;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip] {
    position: relative;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:after {
    background: #262626;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] *[tooltip]:hover:before {
    border: solid;
    border-color: #222 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 17px;
    content: '';
    left: 2px;
    position: absolute;
    z-index: 99;
    cursor: default;
}

[id^='frmb-'][id$='-form-wrap'] .tooltip-element {
    display: inline;
    visibility: visible;
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    cursor: default;
}

.kc-toggle {
    position: relative;
    margin: 4px 0 0 2px;
    width: 60px;
    height: 21px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    background: #e9e9e9;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease;
}

.kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0;
}

.kc-toggle input {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.kc-toggle .kct-on {
    color: #0e880e;
}

.kct-off {
    color: #666;
}

.kct-on, .kct-off, .kct-handle {
    width: 28px;
    height: 100%;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    float: left;
}

.kct-on, .kct-off {
    position: relative;
}

.kct-handle {
    position: relative;
    height: 17px;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
    border: 1px solid #999;
    font-weight: 100;
    color: #4b4b4b;
    text-shadow: none;
    border-radius: 3px;
    margin: 1px;
}

[id^='frmb-'][id$='-form-wrap'] * {
    box-sizing: border-box;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] input {
    line-height: normal;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] optgroup,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {
    overflow: auto;
}

[id^='frmb-'][id$='-form-wrap'] button,
[id^='frmb-'][id$='-form-wrap'] input,
[id^='frmb-'][id$='-form-wrap'] select,
[id^='frmb-'][id$='-form-wrap'] textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[id^='frmb-'][id$='-form-wrap'] textarea {

    width: 400px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn {
    position: relative;
    float: left;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn + .btn-group,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:last-child:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group > .dropdown-toggle:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .btn-group > .btn, [id^='frmb-'][id$='-form-wrap'] .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn.active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:active,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:focus,
[id^='frmb-'][id$='-form-wrap'] .btn-group > .btn:hover {
    z-index: 2;
}

[id^='frmb-'][id$='-form-wrap'] .btn {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

[id^='frmb-'][id$='-form-wrap'] .btn.active, [id^='frmb-'][id$='-form-wrap'] .btn.btn-active, [id^='frmb-'][id$='-form-wrap'] .btn:active {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

[id^='frmb-'][id$='-form-wrap'] .btn-primary:hover, [id^='frmb-'][id$='-form-wrap'] .btn-primary:active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.active, [id^='frmb-'][id$='-form-wrap'] .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

[id^='frmb-'][id$='-form-wrap'] .btn-danger:hover, [id^='frmb-'][id$='-form-wrap'] .form-actions .clear-all:hover, .form-actions [id^='frmb-'][id$='-form-wrap'] .clear-all:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

[id^='frmb-'][id$='-form-wrap'] .btn-default {
    background-color: #fff;
    border-color: #ccc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

[id^='frmb-'][id$='-form-wrap'] .btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

[id^='frmb-'][id$='-form-wrap'] .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

[id^='frmb-'][id$='-form-wrap'] .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon:last-child,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:first-child > .btn:not(:first-child),
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .btn-group > .btn,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-btn {
    display: table-cell;
}

[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .form-control,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-addon,
[id^='frmb-'][id$='-form-wrap'] .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

[id^='frmb-'][id$='-form-wrap'] .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

[id^='frmb-'][id$='-form-wrap'] .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

[id^='frmb-'][id$='-form-wrap'] .form-control,
[id^='frmb-'][id$='-form-wrap'] output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

[id^='frmb-'][id$='-form-wrap'] textarea.form-control {
    height: auto;
}

[id^='frmb-'][id$='-form-wrap'] .form-control {
    min-height: 34px;
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

[id^='frmb-'][id$='-form-wrap'] li.dependent-field .form-control {
    display: inline-block;
    width: 50%;
}

[id^='frmb-'][id$='-form-wrap'] .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

[id^='frmb-'][id$='-form-wrap'] .form-group {
    margin-bottom: 15px;
}

[id^='frmb-'][id$='-form-wrap'] .btn,
[id^='frmb-'][id$='-form-wrap'] .form-control:not(select) {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .pull-right {
    float: right !important;
}

[id^='frmb-'][id$='-form-wrap'] .pull-left {
    float: left !important;
}

textarea.idea-template {
    display: none;
    width: 617px;
    color: #fefefe;
    font: 13px/19px courier;
    padding-left: 40px;
    height: 1055px;
}

.template-textarea-wrap {
    display: none;
}

.form-wrap {
    position: relative;
}

.form-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.cb-wrap,
.stage-wrap {
    vertical-align: top;
}

.action-links .action-links-inner {
    overflow: hidden;
    width: 0;
    height: 20px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.action-links .dev-mode-link {
    -webkit-transition: color 250ms;
    transition: color 250ms;
    color: #666;
    cursor: pointer;
    padding-right: 2px;
}

.stage-wrap h4 {
    margin-top: 0;
    color: #666;
}

.action-links a.clear-all:hover,
.del-button:hover,
ul.frmb span.required {
    color: #C10000;
}

.action-links a {
    color: #666;
}

.form-elements input[type=text].error {
    border-radius: 0;
    border: 1px solid #C10000;
}

.form-elements input[type=text].fld-maxlength {
    width: 10%;
}

.form-elements input.field-error {
    background: #fefefe;
    border: 1px solid #afafab;
}

.form-elements label em {
    display: block;
    font-weight: 400;
    font-size: .75em;
}

.form-elements label.maxlength-label {
    line-height: 1em;
}

.form-group .available-roles {
    display: none;
    padding: 10px;
    margin: 10px 0;
    background: #e6e6e6;
    box-shadow: inset 0 0 2px 0 #999;
    /* smartphones, Android phones, landscape iPhone */
}

@media (max-width: 481px) {
    .form-group .available-roles {
        margin-left: 0;
    }
}

.form-elements .available-roles label {
    font-weight: 400;
    width: auto;
    float: none;
    display: inline;
}

.form-elements .available-roles input {
    display: inline;
    top: auto;
}

.form-elements,
.form-group,
.multi-row span,
textarea {
    display: block;
}

.form-elements:after,
.form-group:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-elements .field-options div:hover,
.frmb .legend,
.frmb .field-label-container {
    cursor: move;
}

.frmb-tt {
    position: absolute;
    border: 1px solid #262626;
    background-color: #666;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    z-index: 20;
    text-align: left;
    font-size: 12px;
    pointer-events: none;
}

.frmb-tt:before {
    border-color: #262626 transparent;
    bottom: -11px;
}

.frmb-tt:before, .frmb-tt:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #666 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    bottom: -10px;
    left: 20px;
}

.frmb-tt a {
    text-decoration: underline;
    color: #fff;
}

.frmb li:hover .del-button,
.frmb li:hover .toggle-form,
.fb-mobile .frmb li .del-button,
.fb-mobile .frmb li .toggle-form {
    opacity: 1;
}

.fresh .frmb .legend .element-info {
    display: inline-block;
    visibility: visible;
    line-height: 12px;
    margin-left: 6px;
}

.frmb-xml pre.ui-dialog-content {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    padding: 0 30px;
    margin-top: 0;
}

.action-links a.export-xml:hover,
.toggle-form.closed:hover {
    color: #6fc245;
}

a.btn.toggle-form {
    margin-left: 5px;
    opacity: 0;
}

a.btn.toggle-form:hover {
    border-color: #cccccc;
}

a.btn.toggle-form:before {
    margin: 0;
}

.formb-field-vars .copy-var {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #999;
    text-indent: -9999px;
}

.ite-warning {
    box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.5);
    border-radius: 0;
    border: 1px solid #ddd;
}

.ite-warning .ui-dialog-buttonpane {
    height: 27px;
}

.ite-warning button {
    color: #4479B9;
    margin: 0;
}

.ite-warning button:focus {
    outline: 0;
    font-weight: 700;
}

.ite-warning button.cancel:before {
    content: '|';
    margin-right: 15px;
    padding: 0;
}

.ite-warning .ui-dialog-content {
    padding: 0 15px 10px;
}

.ite-warning .ui-dialog-titlebar-close {
    display: none;
}

.ite-warning .ui-widget-header {
    height: 15px;
}

.ite-warning {
    font-size: 12px;
    line-height: 1.5em;
}

.ite-warning h3 {
    color: #666;
    margin-bottom: 10px;
}

.ite-warning button {
    background: 0 0;
    padding: 2px 5px;
}

.required-asterisk {
    display: none;
    color: #C10000;
}

.ui-button .ui-button-text {
    line-height: 0;
}

.form-builder-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.form-builder-overlay.visible {
    display: block;
}

.form-builder-dialog {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    z-index: 20;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    padding: 10px;
    box-shadow: 0 3px 10px #000;
}

.form-builder-dialog h3 {
    margin-top: 0;
}

.form-builder-dialog.data-dialog {
    width: 65%;
    background-color: #23241f;
}

.form-builder-dialog.data-dialog pre {
    background: none;
    border: 0 none;
    box-shadow: none;
    margin: 0;
    color: #f2f2f2;
}

.form-builder-dialog.positioned {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.form-builder-dialog.positioned .button-wrap:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.form-builder-dialog .button-wrap {
    position: relative;
    margin-top: 10px;
    text-align: right;
    clear: both;
}

.form-builder-dialog .button-wrap .btn {
    margin-left: 10px;
}

.admin__scope-old li select:not([multiple]):focus {
    background-image: none;
}

[id^='frmb-'][id$='-form-wrap'] .frmb ol.sortable-options li.dependent-field {
    padding-right: 34px;
}

.amform-layout-two:not(.editing),
.amform-layout-three:not(.editing) {
    width: 100%;
}

.amelement-content .title {
    margin: 0;
}

.frmb .amform-layout-two:not(.editing),
.frmb .amform-layout-three:not(.editing) {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.frmb .field-label-container .field-label {
    font-weight: 600;
}
/*phpcs:ignoreFile*/
/*
formBuilder - https://formbuilder.online/
Version: 1.24.2
Author: Kevin Chappell <kevin.b.chappell@gmail.com>
*/
.kc-toggle {
  position: relative;
  margin: 4px 0 0 2px;
  width: 60px;
  height: 21px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  background: #e9e9e9;
  border: 1px solid #cbcbcb;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .kc-toggle .kct-inner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 115px;
    height: 100%;
    -webkit-transition: left 150ms ease;
    transition: left 150ms ease; }
  .kc-toggle.on .kct-inner {
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
    left: 0; }

.kc-toggle input {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.kc-toggle
.kct-on {
  color: #0e880e;
}

.kct-off {
  color: #666; }

.kct-on, .kct-off, .kct-handle {
  width: 28px;
  height: 100%;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  float: left; }

.kct-on, .kct-off {
  position: relative; }

.kct-handle {
  position: relative;
  height: 17px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
  border: 1px solid #999;
  font-weight: 100;
  color: #4b4b4b;
  text-shadow: none;
  border-radius: 3px;
  margin: 1px; }

.rendered-form * {
  box-sizing: border-box; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form input {
  line-height: normal; }

.rendered-form button,
.rendered-form input,
.rendered-form optgroup,
.rendered-form select,
.rendered-form textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

.rendered-form textarea {
  overflow: auto; }

.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.rendered-form .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .rendered-form .btn-group > .btn {
    position: relative;
    float: left; }
  .rendered-form .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rendered-form .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .rendered-form .btn-group .btn + .btn,
  .rendered-form .btn-group .btn + .btn-group,
  .rendered-form .btn-group .btn-group + .btn,
  .rendered-form .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .rendered-form .btn-group > .btn:last-child:not(:first-child),
  .rendered-form .btn-group > .dropdown-toggle:not(:first-child),
  .rendered-form .btn-group .input-group .form-control:last-child,
  .rendered-form .btn-group .input-group-addon:last-child,
  .rendered-form .btn-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  .rendered-form .btn-group .input-group-btn:first-child > .btn:not(:first-child),
  .rendered-form .btn-group .input-group-btn:last-child > .btn,
  .rendered-form .btn-group .input-group-btn:last-child > .btn-group > .btn, .rendered-form .btn-group .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rendered-form .btn-group > .btn.active,
  .rendered-form .btn-group > .btn:active,
  .rendered-form .btn-group > .btn:focus,
  .rendered-form .btn-group > .btn:hover {
    z-index: 2; }

.rendered-form .btn {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .rendered-form .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .rendered-form .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .rendered-form .btn.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .rendered-form .btn.active, .rendered-form .btn.btn-active, .rendered-form .btn:active {
    background-image: none; }

.rendered-form .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4; }
  .rendered-form .btn-primary:hover, .rendered-form .btn-primary:active, .rendered-form .btn-primary.active, .rendered-form .btn-primary.btn-active {
    background-color: #286090;
    border-color: #204d74; }

.rendered-form .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a; }
  .rendered-form .btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925; }

.rendered-form .btn-default {
  background-color: #fff;
  border-color: #ccc; }

.rendered-form .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .rendered-form .btn-success:hover {
    background-color: #449d44;
    border-color: #398439; }

.rendered-form .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da; }
  .rendered-form .btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc; }

.rendered-form .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236; }
  .rendered-form .btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512; }

.rendered-form .input-group .form-control:last-child,
.rendered-form .input-group-addon:last-child,
.rendered-form .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.rendered-form .input-group-btn:first-child > .btn:not(:first-child),
.rendered-form .input-group-btn:last-child > .btn,
.rendered-form .input-group-btn:last-child > .btn-group > .btn,
.rendered-form .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rendered-form .input-group .form-control,
.rendered-form .input-group-addon,
.rendered-form .input-group-btn {
  display: table-cell; }

.rendered-form .input-group-lg > .form-control,
.rendered-form .input-group-lg > .input-group-addon,
.rendered-form .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.rendered-form .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.rendered-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.rendered-form .form-control,
.rendered-form output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

.rendered-form textarea.form-control {
  height: auto; }

/*
.rendered-form .form-control {
  height: 34px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .rendered-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }*/

.rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 15px;
}

.rendered-form .btn {
  background-image: none;
}

.rendered-form .pull-right {
  float: right !important;
}

.rendered-form .pull-left {
  float: left !important;
}

.form-group .required {
  color: #C10000;
}

.form-control.number {
  width: auto;
}

/*   ------------   TOOLTIP   ------------   */
*[tooltip] {
  position: relative;
}

*[tooltip]:hover:after {
  background: #262626;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px 5px 5px 0;
  bottom: 23px;
  color: #fff;
  content: attr(tooltip);
  padding: 10px 5px;
  position: absolute;
  z-index: 98;
  left: 2px;
  width: 230px;
  text-shadow: none;
  font-size: 12px;
  line-height: 1.5em; }

*[tooltip]:hover:before {
  border: solid;
  border-color: #222 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 17px;
  content: '';
  left: 2px;
  position: absolute;
  z-index: 99;
}

.tooltip-element {
  color: #fff;
  background: #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
}

.form-control[type='color'] {
  width: 60px;
  padding: 2px;
  display: inline-block;
}

.form-control[multiple] {
    height: auto;
    background: none;
}

.amform-form .am-customform-depend {
  display: none;
}

.amform-rating-container {
    display: inline-block;
    font-size: 1rem;
}

.amform-rating-container .amform-versiontwo-label {
    float: right;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #ffb300;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FRQUFBQUhVV1lWQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUFtSkxSMFFBLzRlUHpMOEFBQUFIZEVsTgpSUWZpQnhJQU9UdGc1emV6QUFBTnlrbEVRVlI0MnUyZGUzQlZ4UjNIZjN2eWd2QXNJVUY4RkJSRlc2c0prU0NSQkRqbkpybVFCSUk2CmplQ2pQbXFoMG82UDF0S3hZNGRxZFdwbGZPS000S01pNGl0MU9qWFZsRWh1ampvNkhWSHJqUFhSZ205RnJJbFdJSmlZNU82dmY4UkEKUXU2OTU3Vzd2N09YKy9rck9YZlA3dTkzdm5mMzd0bnoyOThCeUpBaFE0WU1HVEpreUpCaEJMR2wxQlprR0VMcnNmWjJhaHZFWWxBYgpFSXpzZWxiV2VneTFGU0xSWEJDakRpRDNMR29yaEhwRWJVQVFXc2ZBUWdETUNCSVdjcXBZSGdCVXRCUlNXeUlPclFWaDlRQUFocEczCmpOb1NjZWdzQ01QYWI1MUlvMEdMVVJ2Z24xaHAxcXNEZi9IZWVGSDFIbXA3eEtCeER4a1lzQUFBak55cytpQTFoUW1OQllHNklYK24KemFDbDdaRFZOaVZyTnp0Z1BmKzZjM0pqTjdWTkl0QzJoN0JhTnVUTFpPUVhMS0syU0F6NkNuTElyMGE2ekxRMEhiS2FjaWQzR3VPRwpIc0d2ZGhTdDZxTzJLemlhOXBEQytjUGxBR0FUVDdDb3JSS0Jwb0pBb21sdVdneGE2U1RJc3JXNmVqTUVMVjJ3VDJJekVyaFNWRG1QCjJyTGdhQ2tJSkxrdnp6cWIyckRnYUNrSTFpVTVmaWExWmNIUmNOcHJUNFFPbHAzNE15d3pYNkcyTHhnYTloQ01KcE1qSFo0ZWFpZ0kKUzdHeXl6S0NxR2F0QVl1VGY4cE9iUHMrdFlYQjBFNlFCZVdzSU5YbldacjNFZTBFZ1RxSHp6V2YrdW9uaU1PelFWYlNlaXkxaVVIUQpUSkRZTk9NVXB6STVXZzlhbWduQ25BWXNBTTBYR1RVVHhHbkFBZ0JnNVZ1blVwdnBINjBFYWM1bnBuTXB4bktXVVZ2cUg2MEVHVlBGClJybHlTdU5CU3l0QlhQMkNBQUFzM0RxSjJsYS9wS1VnTER0UDIzMVZHZ215YlJZN3ltMVpmUmNaTlJMRVM3Z29xN2JIVXR2ckQ0MEUKY1RQbEhZU05Hb3lNMXcxdEJHa3RZbVZleXV1NkVLK05JTG5EUWtkZFVOZVNSMjJ6SDdRUnhNdUFCUURBeHViVlVKdnNCMDBFYWNwRgp6NWRYejl0RFRRUVpHVHJxREM2MXM3MmVRNDhtZ25nZHNBQUFqRW00Z05wc0gxWlRHK0FTZjF2V05CeTB0QkNrL2NSRW9hTXVPRk8vCnVETXRCUEhaUDhDWTJqYVgyblRQTmxNYjRBcmZlMnoxaS9iVlFCQjdJcXZ3ZTY1KzBiNGFDSklxZE5UUnZlUHNFbXI3UFZwTWJZQXoKTEZCU0FOMFc0a012U09yUVVXZDBXMlFNdlNEejU2WU9IWFdDbmR3Mms5b0hMNFJla0dBREZvQnUwYjZoRjhUL2xQY0FXazE5UTM0bgp1KzI3T1I4R3I2VnZXdlZIMUo2NEplUTlSRXphcFd5TjdrWkNMb2lBQVF2MG12cUdlc2hxemgvM2hidFl4ZFJ3M2pjMStqbTFOKzRJCmRROFpFeEVoQjRCaFpEZFErK0xhVm1vRFVoRjh5bnZBVFcwR3JYQUw0amFXMTVuSXRnblUzcmdqeElKNENSMTFndVZrTDZIMnh4MGgKRmtSc3BsRmRabG9oRmtUZ2dBVUFFRzNPcC9iSURhRVZwTFVJNWdoMU5IK3NGbWt5UXl1STU5QlJSL1JZaUErdElHTHUwWWZYMkpSTAo3WlF6SVJYRVQraW9FMnhDUVlUYUwyZENLb2lmMEZFWHptb3dhSVZVRUFrREZnQmdRMU1XdFdOT2hGVVFzVlBlUVdjTEovc09LRklGCnM1ZmpHaFl5V1pBWnA4cXBtWC9LT3FpOUcrSHREcmJhN0J6OGp3RzBSMkd6VVVSdDF1RUtib0hMeks2RC96TUFBUHNJMk1JMG1JR2sKRzdnZmZtNXVHbjRzQ3dEZ3dhN3BXNmIxd1lLd0RWM3BEWCtkMVpodGh4NGRjamRzVitBalJscTlOVFBNNEFhNHl1d1plWHpZOHNUVwpTYmtQR05vbXBkQUgzQU9YbWs4ay9tekVlcEY5QmQ1c2FMREVvQy80RWl3M1AwajI2WWhmRGZNT0xNZDNxSTFPVnhENXVoMlZ5ZVZJCkVuWHk1TGp4ZDdQenFJMVBQL2puN0VKemErb3lTWmU0N1l2Z0xqYUcyb1YwQW1Od3Z2bVpVNm1rRTExekU4em1yMU03a1M1Z25GLzcKYkkyekhBNkJjdllvdk1WWVRlMk0vdkNQNEZ6clJYZGxIWi9LdFovRjdtY1RxVjNTR2Z6ci9rdnEvK2UydEl2SHBMRnA3Rkdqbk5vdApQY0Z2NEdyekxpOW51RmdzaVh6STV2TS9JRkk3cHgvNEg1anJUUTRQd2RaMkZXeGhVNmhkMUFsOHNQZG4wZjFlei9JUTJkRTJ4ZGhzCmFKbURTajNZeFZkSEh2SnpwcmRRRzJhdmdSdjg3eG8vWE9DdjlaOVRzOVBmdVo1am4reTUrS2d4bmRybE1NUHY3RmxUKzQzZnMzMEUKbzlrVDRUNm0xVVpLZGZBdjhlSkljNUFhZkVZSDJqK0YyOFJzcGtrbitBdDk1MFkvRGxhSHoyZUU1b2IrT2ZnMjlRVUlFNXp6MzNjdQpEQ3BIb0QyR3pmbGoxeHVYVUYrSWNNQjM4L09xYkJFMUJReG9qcTFnRzJYRUdPb0YvM3ZQaGJXQ3dvc0NSNWpIWmhpUHNkblVsNFFPCjdNTnJyRnRCMkRwRzREaVR5THNkOC9odGgrdkNDbjh2UHMrNlJad2N3dmFwdDlmQkptTXl6VVdoQXgvdlhsbTdWMnlkd2piRnhJNHkKSG1ZYTVzbjFDKzltbDV2M2lhOVhXRFQ0NW4zVE4wOUhxRHc4Z3Uzd0RWNFRhWlZScytCdFk3SDV4aVBpTmpPSEZYNVA1NVdOM1hMcQpGcDdycEswZ2E1TzREQXpoQS9md24wVCtMSzkrS2NsbjdDdnhqK2taYk1lMzl5MlB2aSt6QlNranZubDdPZ2JiSWZKMU95dmt5aUV4ClBWTzZCZHU1Q1hJVGdkUjhXYkdMamZYcEVXeUhzVzh1V0xSYlJVdFNKNm1SQjlJaDJHNGd5RTJOSEFveXl1a2ViTWMvaGhWdWc5eEUKb0NURm43N0JkdDZDM0VTZ0tPZWlqc0YyM29QY1JLQm9vVU8vWURzL1FXNGlVSnFWVko5Z083NjViN1gzSURjUktFNFRxME93bmY4ZwpOeEdvejlzYjhtQTcvaHBmWHJXRHJuMlNSTXJoRGJiajYzdCs1VC9JVFFSRW1hM3R5YkE3ZkwwRTd6Q3ZwTGFCNm5GU1NmamtBSUFRCkJHc1FDUkxPcEsxWWJoOUJiUU9OSUF5V1VUdWVDTU9ndDR0RWtGaTVNWlhhOGNUUTkxd1NRY0tiKzVBdGZPbzd0QmJRREZuaEZTUW4KbnpoSFBJRWdkZ2s3bHRicFZGQ25XeVlRaEg2Y1RtbGRUU3ZwTTA0Q1FhaS9nNmt4UnVjR2VyTm80UFpWTjlnMms1MU02YkF6dEQxWQp1U0FhdkhlempqSkh2UG9oSy9TQ0dPTUxxZ2hiVjl0YzZ6R3NqTTVadDFEZUp5a1dKRWVMZDI1UzVvaFhMRWk0WjFpREdKTUxLOG5hClZ0bFlTeUdFUGhuK0FIUXpMYVdDakc1Z29YOWR4QURzVEtwSGQwb0ZDZmM5K2xEWTBUR2l5WWRDUVZyR2cwWUovNmxtV2dvRkdWV3YKMHlZZXF0NnNVQkE5WmxpREdDZllQeUJwVjFWRFRhT1JkTkhPT3pSOVJKa2doVkZEaTFlZkhvU21SeXNUUko4WjFpQ3NlTnR4Nmx0VgpKTWpHSEtiSjY3T0hrazN3SlZJa3lQR21qaHQyS0hxMUlrRmt6dXF4SzNnZGlXRnpuemxTbnQySlVTTElXbWtCYU5nVi8xSDhlUDZNCm5Ob1p5NVprZDNLVUNMTHdERG5iZFBocjhkTWlEMVg5MTFxRTEyQy9qQmJVejdTVUNDSm5MT2JyZThxLzNjbUI1azN4K2ZpaGhFWVcKYkowazg4cU1SSWtnNHI5bi9FdSt6THA4NkU2T3FuOUFDZitMY011ejh4Uy90VTZCSUxGU05rMXNqZmhpWDRuMTVLRkh6YStzcytPcgpzY2RQalNuYVVqeG9LUkJFN0F5TGM3eXhZMEd5L0xpUnUrT240NzlGdHNlcTdiSHlyczFJVkF4WkFnWEJ6NkRHdkxZeG5yeEUxZXU5CnMzR1R1QmJaS0t5VmRtVVNJRjBRK3lUMlBWRjFZV3R2c1JWektoWGRiMTdNenhkM2Q2SjJwaVZkRUZGak1QYnpYNXVMbzUrN0syMDkKM0ZmSy95bW81ZHFXUERuWEpoSFNCUkh6L2VJZllJVjFzNWY4dURVN084djVuU0xhTnNhTnJwWnpiUksySnJmNjJEUjJXdkJhK0JOcwpsdldTMTdNYWU2MHI0ZzM4eStEdHE1eHBTUmJFQ0J3WWh6MTRtZlZEOHl0L1owZWFXVEYvSWFnTmJLbXRiTSt3WkVHQ2ZyZnc3ZjQ1CjVvWWdOWmlmZEM3RUd6Z1BVZ2NyNFBQRlg1dkVTQldrYlFyTUMzSSsvOU8rMmRYL0NtcEZZOXo4TFZielFCbmgxTVdnU0JYRWFEQjgKMTgvMzhmT3NIeS85V293bGtmYWVZZ3lRd2hLVkJjNUpGY1QvREF0ZlphWFdJeUp0cWUwd2ErTnJzTS9mMmNhUjl1bGlyMDNTbHVSVgpiVThFeTkrWmVIdkhHYWI0dkw4WVdjY3IwR2ZlWFZVekxaazlwSjdsK0hEOGkvaFM4NnJHWGprbVJiYjN6K0srRW9XcnVsK1hLSWlmCjd4Ui9Ia29pZjVQcGNQVWVxNUd2NHA1VDZiTVpiYWZLdEdzUWFZSTA1OE1pYjJkd3pxL3Z0TXhQNUR0dDNjUG04TGU4bnFWbWQ2UTAKUWNZdU1rWjdLYzgvWlJGcmJhcDFYSkdZYjNTVjRmM2V6bEh6S3lKdnlQTDBMbERld29yTloxVTRQTWpTcjgxTGNRWDM4TUlpNDVSbgpUcEJ2bHlSQm1uSlpuZHV5Mk1ldnR1ck5Udm5PSG9yNUdKYmlLKzdMNXlqb0k1SUVLWWl3Q2U1S2luL1BtUmU4dldOT3hhQWxTUkMzClN3MzRlTStzcXBmbHU1bWN4bDdyRjdpRXUrcWZyTXcrV3JZOVVnUlphMkNEY3luZUhWOXBMaGY5MmprL1dFOWpDVDduWEk0eExuMWIKdHhSQkZsUWFoVTVsOEUwb2k5d3IyejIzUkhaMVJQQTY1elZoK2JlSGNvWXNSN1A1dlIxbDFwdXluZk5DWTl6OEhWaTRLM1VwVm1sTApmbjJtSEVGU2RteStseSszVnNwNjdWd1FyT2VnQko5T1ZZSmx1Um1NZ3lCQmtMWXk0NWprbitMTDhWblc0M0tkOG8vWmFTN2h2K1NwClZ0SWtEMW9TQkVtK3hJQ0l0K3lZVi8yZVhKY0NndGF0YkI2K20vVHpxcGJ4TXB1WElFaXkyVHJ2NVBYbTFhdDhQcEZRaWZsS2R5bC8KTFBGblJtNmU2MXRlUHdnWHBQMWtZMmFpNC96Wi91SklpMHhYUkZLNzExckJMK1VKbjFmS25XbUo3eUVKek1VNFgvdGNwT1pUbVk2SQp4N3FmbCtFYkk0K3p4VTJlbGsyOUlWd1FObUpSRVhkeHk3cit1a0J4SHpSVXZkVXhoOTh6d3NNeGhWRjViUW9XSkRhREZROC9nay9GCml5UFB5M05BTG8zZDFpcCtEdTQ1NUxDbmxXeHZDQlprZVAvZ3ZYaVZ1YVRxQzNubXE4QnE2cDNGdHc4N3RHU2pqNGZUN2hBdHlKQmYKRUh3SHpqQnZsMlc0U3FMdjc2emc2dzZ1Q2JNSk02WGxOUklxaUgwMHpCbjhHN2ZzTGJWZWxXVzJhbGIxV1d0d01UOFlleTl0MEJJcQpDSjdGR0FBQWR1RkY1Z1VOKzZSZEh4S3NWbGJNdDMzcnFiUTBtV0tIckxNQkJqWXJtdzlLdlRaRW1KOVowWUVOMkViaEpFblJ2Z0lGCmFTMkNDZ0IrNTRITnl1a0ltamRCSmY5QWl3emQ3U3Z0enBpR0tXYThzMjFDZTFQN0xxbzBtYTVwLzAzc0tHb2JGSHE3c3IwNGVDMFoKTW1USWtDRkRoZ3daMVBCL2loT0haU3U4TWdNQUFBQWxkRVZZZEdSaGRHVTZZM0psWVhSbEFESXdNVGd0TURjdE1UaFVNREE2TlRjNgpOVGt0TURjNk1EQjR6SUdnQUFBQUpYUkZXSFJrWVhSbE9tMXZaR2xtZVFBeU1ERTRMVEEzTFRFNFZEQXdPalUzT2pVNUxUQTNPakF3CkNaRTVIQUFBQUFCSlJVNUVya0pnZ2c9PSIgLz4KPC9zdmc+Cg==');
    background-size: contain;
    background-repeat: no-repeat;
}

.amform-rating-container.radio-group .amform-rating {
    display: none;
}

.amform-rating-container .amform-versiontwo-label:hover,
.amform-rating-container .amform-versiontwo-label:hover ~ .amform-versiontwo-label,
.amform-rating-container .amform-rating:checked ~ .amform-versiontwo-label {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FNQUFBQ2FobDZzQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQ2xGQk1WRVVBQUFDOXZiMjV1Ym0vdjcrOQp2YjI1dWJtL3Y3Ky92Nys1dWJtK3ZyNit2cjYydHJhL3Y3Kzl2YjBBQUFDR2hvYS92Nys5dmIyN3U3dSt2cjYrdnI2K3ZyNit2cjY4CnZMeXFxcXE5dmIyOXZiMi92NytxcXFxWm1abS92NysrdnI2L3Y3Kyt2cjYvdjc5L2YzKy92Nys4dkx5L3Y3Kyt2cjY2dXJxL3Y3Ky8KdjcrK3ZyNit2cjYvdjcrOHZMeSt2cjYvdjcrL3Y3Kyt2cjY5dmIyK3ZyNit2cjYrdnI2K3ZyNjR1TGl5c3JLOXZiMi92Nys0dUxpWgptWm0vdjcrN3U3dSt2cjYrdnI2L3Y3Kyt2cjY1dWJtL3Y3KzJ0cmEvdjcrOXZiMi92NysvdjcrK3ZyNit2cjYrdnI1eGNYRzh2THkvCnY3Kyt2cjYvdjcrK3ZyNi92Nys5dmIyOHZMeS92NysvdjcrN3U3dS92NysrdnI2L3Y3Kyt2cjYvdjcrOXZiMnFxcXEvdjcrK3ZyNi8KdjcrK3ZyNi92NysrdnI2K3ZyNi92NysvdjcrL3Y3Kyt2cjYvdjcreXNySy92NysvdjcrK3ZyNi92NysvdjcrK3ZyNnhzYkcvdjcrLwp2NyswdExTK3ZyNi92NzhpSWlLL3Y3Kyt2cjY5dmIyL3Y3KzZ1cnEvdjcrK3ZyNit2cjYvdjcrK3ZyNjd1N3UvdjcrK3ZyNjh2THk5CnZiMjl2YjIrdnI2OHZMeSt2cjYydHJhOXZiMi92NysvdjcrL3Y3Ky92Nys5dmIyOHZMeS92Nys5dmIyL3Y3Kyt2cjYrdnI2L3Y3KysKdnI2K3ZyNi92NysrdnI2L3Y3Kyt2cjY5dmIyL3Y3Kyt2cjYvdjcrbnA2ZTl2YjIvdjcrK3ZyNit2cjYvdjcrL3Y3Kyt2cjY3dTd1OQp2YjIvdjcrNnVycS92NysvdjcrOHZMeS92Nzh6TXpPK3ZyNit2cjYrdnI2L3Y3Kyt2cjYvdjcrK3ZyNit2cjYvdjcrK3ZyNi92Nys5CnZiMi92NysrdnI2L3Y3Kzl2YjIvdjcrK3ZyNit2cjYvdjcrK3ZyNit2cjYrdnI2K3ZyNi92NysrdnI2K3ZyNi92NysrdnI2K3ZyNisKdnI2L3Y3Ky92NysrdnI3L2R3RG1hd0QvLy84bS9GNXlBQUFBMlhSU1RsTUFUaUhLYlIyNGJ3dkJUeFdiWlFIc3R6SVBmbHZKclJjSgpZVkdqQmdWRVI1Q1ozQUlvUFhTLzRSQTBWNGJZS2p0OHo5SWZjMnJGdGhrS2Fic1M2V0F4c24wTVZoYW9CNnhObndSRGxTZnZPWXpkCk1JTFVPaVo0eXg1Y3JzaFNwRWtEMno5WXp0RFJxaFFZdkhzODQ1Y0lzVlFnaWcxSXJ4SEdiUHVndVYxM0pUamZrV2pETGRhZFFWa2oKampWTERodkFaSC9UUGhPelZYQ2hrc1NXdXQ1ZXNLWktuRzVBNWphSVd0b3NVS0lpUnBnYTRJUXUxL2g2ZHMzTU4weXJuaHpDZzBLVQpaaVIxajRIVmdLVzFLNXEwWTNLSDJhY3pYNU12UUJIMUNBQUFBQUZpUzBkRTI1a0VGaFFBQUFBSGRFbE5SUWZpQnhJQU9oNEF6ckEzCkFBQUhTa2xFUVZSNDJ1MmQ5M3RVUlJTR0w3MjZvWVZpUWtoSUJFSlZpaGlrU3BBaTBxV1hwUVJDQUJHRGlnVUlYUkJCcElnZ05sUkUKc0lLQ0tLS0lEVUd4ZS9ocjNFMnlaTXU5ZDg3TW5ablBQTSsrdjkrWjczMWdTODdNT2VzNGFkS2tTWk1tampyb0FKcW9XdytkUUJQMQpxUUU2Z2g0YVVpTjBCQzAwSm1xQ3pxQ0Zwa1RVREIxQ0I4MGpJcmVoUTJnZ2xCRVJhWUZPb1lHV0ZLVVZPa1p3V2xlS3RFSEhDRTVtCnBVaGJkSXpBdEtNcTJxT0RCS1ZEdGNqdDZDQkJhVnN0a29VT0VwQnNpdEVSSFNVWU9iZEVPcUdqQkNQM2xrZ2VPa293T3Q4U3VabVAKemhLRUFxcmhEblNZSUhTSkU4bEZod2xDMXppUmJ1Z3dBU2lrZUxxajQ2alRJMEdrSnpxT09sa0pJcjNRY1pUSnAwUjZvd09wMGlkSgo1RTUwSUZWNkpvbmNoUTZrU3Q4a0VhcUxUcVJHdjJRUDZvK09wTWFBRkpHNzBaSFVHSmdpUXZlZ002bFFsT3BCZzlDaFZLampJbkl2Ck9wUUtlUzRpTkJpZFNvRWhiaUpEMGFua0dlYm1RY1BSc2VRWjRTcEM5NkZ6U1pQcExqSVNuVXVXWW5jUEdvVU9Kc3RRRHhHNkg1MU0Ka3RGZUltUFF5ZVRJOXZLZ3NlaG9jdVI0aXRBNGREWXBjcjFGSGtCbms2S3p0OGg0ZERZWkh2VDJvQWtoZERvSit2dUkwRVIwT2dtNgorb2xNUXFmalUram5RWlBSOGZqMDhCV2hLZWg4YkxMOFJhYWk4M0hKOS9lZ2FlaUFYQjRTaU5CMGRFSW1QVVVpTTlBSm1mUVZpY3hFCkorUXhTK1JCTkF1ZGtjVUFzVWp0dUswNVVDeFNLMjVyRm9rOWlJclJLUm1NNFlqVWh0dWFlUnlSRnVpVURJWndSR3JCYmMxaExBK2EKamM0cFpBUlBaQTQ2cDVDNVBCRXFRZ2NWVU16MG9Ibm9wQUtHY2tYbW81TUtHTTBWb1d4MFZGK3kyUjYwQUozVmx4eStTSE4wVmw5eQorU0lVUm9mMVk2R0V5Q0x0dXk5ZVVxS0pwUkllbEtGcjE1SmxwZFVtblc3S0JQamZrVlZ6d3JxOERCMG1BQWxuOS9rcjBIRlVXVnFRCjlFSlp1UW9kU1ltSFY2ZTg1QWMvZ2c2bHdCclhkNjlHNkZpeXpIM1U0MzI0cGN6SEFKNXk3K2FhdGZQUjRmamNmTXozdzVIOU5SeE4KMlhMQngzeUIxS2N6akJYaXZwclY0OUVoeFhUcncvcnVOUStkVThUalQ3QThIS2ZmT25SVVg1NWtha1FZSnp5cndkRkw3aXcxNXlsMApZQStlYml6bDRUanRua0ZIZG1XOXBFYUUwQVowNkZTV2JKVDNpRkN4Q1IwOGljMnE5d2dMK1ZVcUd3UVozYk1GSGI2R3JjSG0zV3piCmpoYW9abW80a0lmakZPMUFLMFNaOEd4QWpTZzcwUlpFQS9XTXV0azFFK3pSWDlmdHdlem5rQnFUZDJ2U2lQSTh6bVBVSG8wZWpyUDMKQlpESFBxMGFFZkpmUkdqc045SGZlNEIzZ3E2VFBETURiZzRlc3V6eGtoR05LSWR0YW1TYWJPMjFXTUlyTnp2YnhsWUpUMUIrMDBFSApHeDVsTnJwNkxaVHdHT1UzSFpndTRhM2lsZDkwWUxTRXh5Ni82Y0JnQ1UraS9LWURVeVU4eWZLYkRveVU4RjZXTGIvcHdFQUpUNkg4CnBnUGRKYndsdUM0R3JTVzhJOGcyM2xKOUhybEFEYW43V1NLT1FrVmUwZmhmUzNTNmFaTFFCSTBpVzRBaXdtNHFHWTRCUlNicEZDR2IKMzdHU2VGV3J5R3N3anlsYVBlaDFtTWhVdlNLRStLSlZ5VFROSW11Q1IxSml1bVlQZWdNa01rTzNDT3ErZkQzdEltOUNQQnBvOTZEagpFSkczOUl0ZzdzdWJPREY1RytEUnpJQUhIUUdJN0RNaDhnNWdhQXFqdDFpQkU5WTk5aGp4b0hldGk1dzBJL0tlZFJGVEY0ZE9XZlpvCmI4aURXbHNXT1cxS3BNU3l5UHVtUk9nRHF4NGRqWGxRRjZzaUg1b1RXV2RWNUNOekl2U3hSWTk4cWJPUjlYSUhFQU1zaXF5VXlCVTkKTEFqSi9ERlpabEZFNGlKYTlXSEJ4RS80ajFpY2JzeFAxVFQyU0dGYjlqUDJwaHUzNUVZNkduOVhkeEQzcWVIV1JNNHdFNTBKSnp4Mgo5bFBtYzlhbUcvTXVOWCtXTXV5ejhWaWVpSzNweGdXc05BM2RCaDIxWVQxcWE3cnhPVTZZOCs1L3RHNzhuUE93cFdQUkMrSWttNzd3CmVqaDdNMFBrU3lzZS9jUkJMaGI2UEY5SC9QeFhWa1RFRnhzRnA0R1h0Z3BYc0RMZCtHdEJpTzNiUkN1RXZ4R0pYTGJnMFU2UVlRZG4Kdk5GbHdYSHd0eFpFcnZoSE9NbGJwVmtMMzFVeUxCVHFHdm9GdVBBZGQ1blE5NzRtRmNZOUN2MjIvMEhtcE9hRTM1bHd1WEdSMlQ2NwpTdzYzYjdYTWU2bk94a1htZU83ZDVKTDBZajZ2dDdPR1BZbzhkLzR4ckxEY3FaKzhscnRxV01Ucm9teUc0aEZOMFhHUEJmc2FGdm5aCmZkdHJwY29yTHZZd1VXdkw1ZUl4MFN4UVc1cEhVOTBHb3lJTDNMWU0ycGJtM2xTWGFWU2t1Y3VPR3RyU1hKdnE1TjhFK2JqTkg5Y3kKS05hdHFhNitRWkZGS2J0TnU2NW41ZkRWbEtXN0doUkorZXZ1RjMxdGFZdFNtdXJVM3dtRkpNL2c2cUZ6OGRKZmsxYS9ZY3hqZCtKRwo5VFNmeVlSK1Mxei9takdSM3hQMm1hUy9MYTE3NGkvSjZPM1NqZU9QK0YyTVhFbmE4MmY4RmpzTmVWeVBmMHN4ZFJ4ekkyNlRpNGIyCmlCdXUzTnBjVzFydi9UWGJtR25WZFVwaTZ3ODVZRXdqUXZ1YU9lZW5qV3l3SzdiOG9ZTW1QU0tNak8yVVpXVDU4OVdySHphc0VhRnUKN0VjSWpmVHJWbzN0WHZpWGVRL0g2VmhlSldLaVkvZFMxVC8yV2hzZVRteFFySW5weHBWM01mKzJwQkZoK2JIb2htSDlDemV4M1paVwplYWF0WTBKTklzVUJwa0twVXJHSi90Rys2QlhFYjB1MldxYS9DSHh1cjMyUENGZitoV3liSmsyYU5CYjRENHJDSHdENjN5QWZBQUFBCkpYUkZXSFJrWVhSbE9tTnlaV0YwWlFBeU1ERTRMVEEzTFRFNFZEQXdPalU0T2pNd0xUQTNPakF3MmpDV2VRQUFBQ1YwUlZoMFpHRjAKWlRwdGIyUnBabmtBTWpBeE9DMHdOeTB4T0ZRd01EbzFPRG96TUMwd056b3dNS3R0THNVQUFBQUFTVVZPUks1Q1lJST0iIC8+Cjwvc3ZnPgo=');
    background-size: contain;
    background-repeat: no-repeat;
}

.frmb .form-elements .dependent-field select:not(:focus) {
    padding-right: 40px;
}

.amform-no-display {
    display: none;
}

.amform-form .fieldset .fields .amform-layout-two,
.amform-form .fieldset .fields .amform-layout-three {
    margin-right: 2%;
}

.amform-layout-two:last-child,
.amform-layout-three:last-child {
    margin-right: 0;
}

.amform-layout-two:not(.editing) {
    max-width: 48%;
}

.amform-layout-three:not(.editing) {
    max-width: 31%;
}

.circle-theme.amform-form .fields .amform-layout-two,
.circle-theme.amform-form .fields .amform-layout-one {
    margin-right: 2%;
}

.circle-theme.amform-form .fields .amform-layout-three {
    margin-right: 1%;
}

.circle-theme .amform-layout-three:not(.editing) {
    max-width: 32%;
}

.default.amform-form .fields .amform-layout-two,
.default.amform-form .fields .amform-layout-one {
    margin-right: 2%;
}

.default.amform-form .fields .amform-layout-three {
    margin-right: 1%;
}

.default.amform-form .fields .amform-layout-three {
    max-width: 32%;
}
@charset "UTF-8";.fancyambox-enabled{overflow:hidden}.fancyambox-enabled body{overflow:visible;height:100%}.fancyambox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancyambox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancyambox-container~.fancyambox-container{z-index:99992}.fancyambox-bg,.fancyambox-inner,.fancyambox-outer,.fancyambox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancyambox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancyambox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyambox-is-open .fancyambox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyambox-caption-wrap,.fancyambox-infobar,.fancyambox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancyambox-show-caption .fancyambox-caption-wrap,.fancyambox-show-infobar .fancyambox-infobar,.fancyambox-show-toolbar .fancyambox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancyambox-infobar{top:0;left:50%;margin-left:-79px}.fancyambox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancyambox-toolbar{top:0;right:0}.fancyambox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancyambox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancyambox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancyambox-is-sliding .fancyambox-slide,.fancyambox-slide--current,.fancyambox-slide--next,.fancyambox-slide--previous{display:block}.fancyambox-slide--image{overflow:visible}.fancyambox-slide--image:before{display:none}.fancyambox-slide--video .fancyambox-content,.fancyambox-slide--video iframe{background:#000}.fancyambox-slide--map .fancyambox-content,.fancyambox-slide--map iframe{background:#e5e3df}.fancyambox-slide--next{z-index:99995}.fancyambox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancyambox-slide .fancyambox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-can-zoomOut .fancyambox-image-wrap{cursor:zoom-out}.fancyambox-can-zoomIn .fancyambox-image-wrap{cursor:zoom-in}.fancyambox-can-drag .fancyambox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancyambox-is-dragging .fancyambox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancyambox-image,.fancyambox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-spaceball{z-index:1}.fancyambox-slide--iframe .fancyambox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancyambox-iframe{display:block;padding:0;border:0;height:100%}.fancyambox-error,.fancyambox-iframe{margin:0;width:100%;background:#fff}.fancyambox-error{padding:40px;max-width:380px;cursor:default}.fancyambox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancyambox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancyambox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancyambox-close-small:hover:after{color:#555;background:#eee}.fancyambox-slide--iframe .fancyambox-close-small{top:0;right:-44px}.fancyambox-slide--iframe .fancyambox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancyambox-slide--iframe .fancyambox-close-small:hover:after{color:#fff}.fancyambox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancyambox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancyambox-caption a,.fancyambox-caption button,.fancyambox-caption select{pointer-events:all}.fancyambox-caption a{color:#fff;text-decoration:underline}.fancyambox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancyambox-button[disabled]{cursor:default;pointer-events:none}.fancyambox-button,.fancyambox-infobar__body{background:rgba(30,30,30,.6)}.fancyambox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancyambox-button:after,.fancyambox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancyambox-button[disabled]:after,.fancyambox-button[disabled]:before{opacity:.3}.fancyambox-button--left:after,.fancyambox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancyambox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancyambox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--left{border-bottom-left-radius:5px}.fancyambox-button--right{border-bottom-right-radius:5px}.fancyambox-button--close:after,.fancyambox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancyambox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancyambox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancyambox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancyambox-arrow--right{right:0}.fancyambox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancyambox-arrow--left:after,.fancyambox-arrow--right:after{left:0}.fancyambox-show-nav .fancyambox-arrow{opacity:.6}.fancyambox-show-nav .fancyambox-arrow[disabled]{opacity:.3}.fancyambox-slide>.fancyambox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancyambox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyambox-fx-slide.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancyambox-fx-fade.fancyambox-slide--next,.fancyambox-fx-fade.fancyambox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyambox-fx-fade.fancyambox-slide--current{opacity:1}.fancyambox-fx-zoom-in-out.fancyambox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancyambox-fx-rotate.fancyambox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancyambox-fx-circular.fancyambox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancyambox-fx-tube.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyambox-fx-tube.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyambox-fx-tube.fancyambox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancyambox-infobar{left:0;margin-left:0}.fancyambox-button--left,.fancyambox-button--right{display:none!important}.fancyambox-caption{padding:20px 0;margin:0}}.fancyambox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancyambox-button--pause:before,.fancyambox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancyambox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancyambox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancyambox-button--thumbs,.fancyambox-thumbs{display:none}@media (min-width:800px){.fancyambox-button--thumbs{display:inline-block}.fancyambox-button--thumbs span{font-size:23px}.fancyambox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancyambox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancyambox-show-thumbs .fancyambox-thumbs{display:block}.fancyambox-show-thumbs .fancyambox-inner{right:220px}.fancyambox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancyambox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancyambox-thumbs-loading{background:rgba(0,0,0,.1)}.fancyambox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancyambox-thumbs>ul>li.fancyambox-thumbs-active:before{opacity:1}}
@media all and (min-width: 768px), print {
    .amhideprice-form {
        max-width: 700px;
        width: 40%;
    }
}

@media all and (max-width: 767px), print {
    .amhideprice-form {
        width: 80%;
    }
}

.amhideprice-form {
    position: relative;
    padding: 30px;
    vertical-align: middle;
    background: #fafafa;
}

div.message.am-hide-message {
    display: inline-block;
    padding: 13px 70px;
}

.fancyambox-stage .amhideprice-form .legend span {
    font-size: 1.8rem;
}

.amhideprice-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.amhideprice-close:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) no-repeat center;
    background-size: contain;
}

a.amasty-hide-price-container {
    cursor: pointer;
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.searchsuite-autocomplete {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: -85px;
    margin-top: 4px;
    width: 350px;
    position: absolute;
    z-index: 9999999;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    margin: 0;
}

.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggest.active,
.searchsuite-autocomplete .product.active {
    display: block;
}

.searchsuite-autocomplete .suggest {
    color: #3C3C3C;
}

.searchsuite-autocomplete .title {
    padding: 10px;
    margin-bottom: 5px;
    background: #f0f0f0;
    color: #575757;
}

.searchsuite-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.searchsuite-autocomplete .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.searchsuite-autocomplete ul {
    padding: 0 10px;
    margin-bottom: 0;
    list-style-type: none;
}

.searchsuite-autocomplete ul li {
    color: #000;
    cursor: unset;
    padding: 0;
}

.searchsuite-autocomplete .suggest ul li {
    color: #3C3C3C;
}

.searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #D4D2D2;
}
.searchsuite-autocomplete .product ul li:last-child {
    border-bottom: none;
}

.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
    background-color: #fff;
}

.searchsuite-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.searchsuite-autocomplete ul li.action {
    padding: 0;
}

.searchsuite-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.searchsuite-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.searchsuite-autocomplete ul li.gray-row {
    text-align: center;
}

.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.searchsuite-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.searchsuite-autocomplete ul li a {
    cursor: pointer;
}

.searchsuite-autocomplete ul li .qs-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.searchsuite-autocomplete ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.searchsuite-autocomplete ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.searchsuite-autocomplete ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .searchsuite-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
    }
}

/* Apple Pay */
.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
    margin-bottom: 18px;
}

.indent {
    margin-right: 20px;
}

/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  .nav-sections,
  .top-toolbar,
  .amtheme-newsletter-block,
  .amtheme-backtotop-wrap,
  .amtheme-reviews-tab,
  .footer.content,
  .breadcrumbs,
  .form.contact,
  .block.related,
  .block.upsell,
  .block.crosssell,
  .actions-toolbar,
  .toolbar,
  .cart.main.actions .action,
  .cart-summary .checkout-methods-items,
  .cart-discount,
  .block.am-widget {
    display: none !important;
  }
  .products-grid .product-item {
    margin: 0 auto;
  }
  .products-grid .product-item .reviews-actions {
    margin: 0 auto;
    width: 100%;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    display: block;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #070605 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #dfdedd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    table-layout: fixed;
    width: 100%;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #dfdedd;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
.am-opacity-clear {
  opacity: 0;
  z-index: 10;
}
.am-vertical-center {
  top: 50%;
  transform: translateY(-50%);
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  overflow: visible;
  position: static;
  width: auto;
}
.am-custom-scrollbar {
  overflow: auto;
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
}
.am-custom-scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.am-custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.am-custom-scrollbar::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.am-custom-scrollbar > * {
  max-width: none;
}
.am-text-uppercase {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.am-float-clear {
  clear: both;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-overflow-fade {
  padding: 0;
  position: relative;
}
.am-overflow-fade:after {
  content: '';
  height: 100%;
  left: calc(100% - 22px);
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  width: 32px;
}
.no-display {
  display: none;
}
._am-message-icon-inner > *:first-child:before {
  text-align: right;
  width: 20px;
}
.am-product-options dt:after {
  content: ':';
  display: inline-block;
}
.am-product-options dt + dd {
  float: left;
}
.am-product-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .am-layout-negative-offset {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .am-layout-negative-offset {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 35px;
  }
}
.amtheme-section-block {
  margin-bottom: 40px;
}
.amtheme-section-block .block-static-block {
  margin-bottom: 0;
}
.amtheme-section-block .amtheme-section-title,
.cms-home .widget.block .block-title {
  word-break: break-word;
  word-wrap: break-word;
  color: #070605;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 2.3rem;
  margin: 0 0 25px;
  text-align: center;
}
.ie11 .amtheme-section-block .amtheme-section-title,
.ie11 .cms-home .widget.block .block-title {
  word-break: break-all;
}
.amtheme-section-block .amtheme-section-title > strong,
.cms-home .widget.block .block-title > strong {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.amtheme-main-banner {
  align-items: center;
  background: #f7f7f7 center / cover no-repeat;
  display: flex;
  height: 140px;
  justify-content: center;
  margin: 0 -35px;
  overflow: hidden;
  position: relative;
}
.amtheme-main-banner .amtheme-content {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  text-align: center;
}
.ie11 .amtheme-main-banner .amtheme-content {
  word-break: break-all;
}
.amtheme-main-banner .amtheme-title {
  color: #070605;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 0 5px;
}
.amtheme-main-banner .amtheme-description {
  color: #4a4948;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.amtheme-secondary-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amtheme-secondary-banner .amtheme-banner {
  width: 100%;
}
.amtheme-secondary-banner .amtheme-banner:not(:last-of-type) {
  margin-bottom: 30px;
}
.amtheme-secondary-banner .-carousel {
  overflow: hidden;
}
.amtheme-secondary-banner .-carousel p {
  margin: 0;
}
.amtheme-banner-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.amtheme-banner-item .amtheme-image {
  border-radius: 6px;
  display: block;
  width: 100%;
}
.amtheme-banner-item .amtheme-title {
  color: #070605;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin: 20px 0 5px;
}
.amtheme-banner-item .amtheme-description {
  color: #4a4948;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  margin: 0;
}
.amtheme-banner-item .action {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 1.8rem;
  margin-top: 20px;
  padding: 9px 10px;
  position: relative;
}
.amtheme-banner-item .action.-with-icon:after {
  margin-inline-end: 2px;
  margin-inline-start: 8px;
  background: #536131;
  content: '';
  height: 2px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-banner-item .action.-with-icon:after {
    margin-right: 2px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-banner-item .action.-with-icon:after {
    margin-left: 8px;
  }
}
.amtheme-banner-item .action.-with-icon:before {
  background: transparent;
  border-color: #536131;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  height: 6px;
  position: absolute;
  right: 12px;
  transform: rotate(45deg);
  width: 6px;
}
.amtheme-banner-item .amtheme-wrapper-link {
  display: block;
}
.amtheme-banner-item .amtheme-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amtheme-banner-item .amtheme-content {
  word-break: break-all;
}
.amtheme-images-carousel.amtheme-slick-slider {
  margin: 0 -10px;
  padding: 0;
}
.amtheme-images-carousel .amtheme-image {
  border-radius: 6px;
  width: 100%;
}
.amtheme-images-carousel .slick-slide {
  cursor: grab;
  margin: 0 10px;
}
.amtheme-images-carousel .slick-slide:active {
  cursor: grabbing;
}
.ie11 .amtheme-images-carousel .slick-slide,
.ie11 .amtheme-images-carousel .slick-slide:active {
  cursor: pointer;
}
.amtheme-images-carousel .slick-dots {
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
.amtheme-categories-choice {
  background-color: #fcfcfc;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 40px 0 15px;
}
.amtheme-categories-choice:before,
.amtheme-categories-choice:after {
  background-color: #fcfcfc;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: calc((100vw - 100%) / 2);
}
.amtheme-categories-choice:before {
  right: 100%;
}
.amtheme-categories-choice:after {
  left: 100%;
}
.amtheme-categories-choice > .amtheme-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.amtheme-categories-choice .amtheme-description {
  word-break: break-word;
  word-wrap: break-word;
  color: #070605;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 15px 0 0;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.ie11 .amtheme-categories-choice .amtheme-description {
  word-break: break-all;
}
.amtheme-categories-choice .amtheme-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 25px;
  width: 49%;
}
.amtheme-categories-choice .amtheme-image-block {
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 110px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease-in-out;
  width: 110px;
}
.amtheme-categories-choice .amtheme-image-block:hover {
  transform: scale(1.1);
}
.amtheme-categories-choice .amtheme-image-block:hover + .amtheme-description {
  color: #61c18f;
}
._keyfocus .amtheme-categories-choice .amtheme-image-block:focus {
  border-radius: 100%;
}
.amtheme-categories-choice .amtheme-image-block > img {
  left: 50%;
  max-width: 110px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cms-home .am-widget {
  list-style-type: none;
}
.cms-home .widget.block .block-title {
  text-align: center;
}
.cms-home .page-main {
  margin-bottom: 0;
}
@media all and (max-width: 768px), print {
  .amtheme-section-block.amtheme-products-grid .block-products-list .block-title {
    margin: 0 0 20px;
    text-align: left;
  }
  .amtheme-section-block.amtheme-products-grid .block-products-list .block-content {
    margin: 0 -35px;
  }
  .amtheme-section-block.amtheme-products-grid .block-products-list .pager {
    padding: 0 35px;
  }
  .amtheme-section-block.amtheme-products-grid .block-products-list .product-items:not(.slick-slider) {
    width: 100%;
  }
}
@media all and (max-width: 640px), print {
  .amtheme-section-block.amtheme-products-grid .block-products-list .block-content {
    margin: 0 -25px;
  }
  .amtheme-section-block.amtheme-products-grid .block-products-list .pager {
    padding: 0 25px;
  }
}
@media all and (min-width: 768px), print {
  .amtheme-main-banner {
    height: 250px;
    margin: 0;
  }
  .amtheme-main-banner .amtheme-title {
    font-size: 4rem;
  }
  .amtheme-main-banner .amtheme-description {
    font-size: 1.9rem;
  }
  .amtheme-secondary-banner .-carousel,
  .amtheme-secondary-banner .-static {
    max-width: calc(50% - 10px);
  }
  .amtheme-secondary-banner .amtheme-banner:nth-of-type(n) {
    margin: 0;
  }
  .amtheme-banner-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .amtheme-section-block .amtheme-section-title,
  .cms-home .widget.block .block-title {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 4.3rem;
  }
  .amtheme-section-block.amtheme-products-grid {
    margin-bottom: calc(40px - 25px);
  }
  .amtheme-categories-choice {
    padding: 50px 0;
  }
  .amtheme-categories-choice .amtheme-item {
    margin: 0 15px 25px;
    max-width: calc(100% / 4 - (15px * 2));
    min-width: 140px;
  }
  .amtheme-categories-choice .amtheme-image-block {
    height: 100px;
    width: 100px;
  }
  .amtheme-categories-choice .amtheme-image-block > img {
    max-width: 100px;
  }
  .cms-home .nav-sections {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1024px), print {
  .amtheme-secondary-banner .-static {
    max-width: calc(50% - (30px - 10px));
  }
  .amtheme-banner-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .amtheme-banner-item .amtheme-title {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 4rem;
  }
  .amtheme-banner-item .action {
    padding: 12px 10px;
  }
}
@media all and (min-width: 1440px), print {
  .amtheme-secondary-banner .-static {
    max-width: calc(50% - (40px - 10px));
  }
  .amtheme-banner-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media print {
  .amtheme-products-secondary.-in-widget .action.tocart,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .action.tocart,
  .amtheme-banner-item .action,
  .amtheme-main-banner {
    display: none;
  }
  .amtheme-secondary-banner,
  .amtheme-categories-choice > .amtheme-content {
    display: block;
  }
  .amtheme-secondary-banner .amtheme-banner {
    display: inline-block;
  }
  .amtheme-secondary-banner .-static {
    float: right;
  }
  .amtheme-categories-choice .amtheme-item {
    float: left;
    min-width: auto;
  }
  .amtheme-section-block.amtheme-products-grid .block-products-list .pager,
  .amtheme-section-block.amtheme-products-grid .block-products-list > .block-content {
    margin: 0;
    padding: 0;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  .nav-sections,
  .top-toolbar,
  .amtheme-newsletter-block,
  .amtheme-backtotop-wrap,
  .amtheme-reviews-tab,
  .footer.content,
  .breadcrumbs,
  .form.contact,
  .block.related,
  .block.upsell,
  .block.crosssell,
  .actions-toolbar,
  .toolbar,
  .cart.main.actions .action,
  .cart-summary .checkout-methods-items,
  .cart-discount,
  .block.am-widget {
    display: none !important;
  }
  .products-grid .product-item {
    margin: 0 auto;
  }
  .products-grid .product-item .reviews-actions {
    margin: 0 auto;
    width: 100%;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    display: block;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #070605 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #dfdedd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    table-layout: fixed;
    width: 100%;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #dfdedd;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
.am-opacity-clear {
  opacity: 0;
  z-index: 10;
}
.am-vertical-center {
  top: 50%;
  transform: translateY(-50%);
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  overflow: visible;
  position: static;
  width: auto;
}
.am-custom-scrollbar {
  overflow: auto;
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
}
.am-custom-scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.am-custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.am-custom-scrollbar::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.am-custom-scrollbar > * {
  max-width: none;
}
.am-text-uppercase {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.am-float-clear {
  clear: both;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-overflow-fade {
  padding: 0;
  position: relative;
}
.am-overflow-fade:after {
  content: '';
  height: 100%;
  left: calc(100% - 22px);
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  width: 32px;
}
.no-display {
  display: none;
}
._am-message-icon-inner > *:first-child:before {
  text-align: right;
  width: 20px;
}
.am-product-options dt:after {
  content: ':';
  display: inline-block;
}
.am-product-options dt + dd {
  float: left;
}
.am-product-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .am-layout-negative-offset {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .am-layout-negative-offset {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 35px;
  }
}
.amtheme-emoji:before {
  margin-inline-end: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amtheme-emoji:before {
    margin-right: 5px;
  }
}
.amtheme-emoji.-star:before {
  content: '⭐';
}
.amtheme-emoji.-rocket:before {
  content: '🚀';
}
.amtheme-emoji.-globe:before {
  content: '🌏';
}
.amtheme-emoji.-selfie:before {
  content: '🤳';
}
.amtheme-emoji.-page-facing-up:before {
  content: '📄';
}
.amtheme-aboutus-container p:not(:first-child) {
  margin-top: 15px;
}
.amtheme-aboutus-container .amtheme-subtitle {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.amtheme-aboutus-container .amtheme-item:not(:first-child) {
  margin-top: 60px;
}
.amtheme-aboutus-container .amtheme-image:not(:first-child) {
  margin-top: 25px;
}
.amtheme-aboutus-container .amtheme-item.-mission .amtheme-image img {
  width: 100%;
}
.amtheme-aboutus-container .cms-content-important {
  margin: 0 -25px 15px;
  padding: 0;
}
.amtheme-aboutus-container .cms-content-important .amtheme-description {
  padding: 20px 25px;
}
@media all and (min-width: 480px), print {
  .amtheme-aboutus-container .cms-content-important {
    margin: 0 -35px 15px;
  }
}
@media all and (min-width: 768px), print {
  .page-title {
    margin-bottom: 65px;
  }
  .amtheme-aboutus-container .amtheme-item {
    display: flex;
  }
  .amtheme-aboutus-container .amtheme-item.-about .amtheme-image {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 20px;
    margin-top: 0;
    min-width: 430px;
  }
  .amtheme-aboutus-container .amtheme-item.-mission {
    align-items: center;
  }
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-image {
    font-size: 0;
    margin: 15px;
    min-width: 370px;
  }
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-description {
    padding: 12px 20px;
  }
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-description p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .amtheme-aboutus-container .amtheme-subtitle {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .amtheme-aboutus-container .cms-content-important {
    font-weight: inherit;
    margin: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-aboutus-container .amtheme-item.-about .amtheme-image {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amtheme-aboutus-container .amtheme-item {
    align-items: center;
  }
  .amtheme-aboutus-container .amtheme-subtitle {
    margin-bottom: 30px;
  }
  .amtheme-aboutus-container .amtheme-item.-about .amtheme-image,
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-image {
    min-width: 570px;
  }
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-image {
    margin: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amtheme-aboutus-container .amtheme-item.-about .amtheme-image {
    margin-inline-start: 45px;
  }
  .amtheme-aboutus-container .amtheme-item.-mission .amtheme-description {
    padding: 45px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-aboutus-container .amtheme-item.-about .amtheme-image {
    margin-left: 45px;
  }
}
.amtheme-explore-widget {
  margin-top: 35px;
}
.amtheme-explore-widget > .amtheme-heading {
  border-bottom: 1px solid #dfdedd;
  padding: 0 0 15px;
}
.amtheme-explore-widget > .amtheme-heading > h3 {
  font-size: 2.2rem;
}
.amtheme-explore-widget > .amtheme-content {
  margin-top: 30px;
}
.amtheme-explore-list:not(:first-child) {
  margin-top: 45px;
}
.amtheme-explore-list > .amtheme-heading {
  font-weight: 400;
}
.amtheme-explore-list > .amtheme-list {
  list-style: none;
  margin-top: 20px;
  padding-inline-start: 0;
}
.amtheme-explore-list .amtheme-item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 480px), print {
  .amtheme-explore-widget > .amtheme-content {
    display: flex;
    flex-wrap: wrap;
  }
  .amtheme-explore-list {
    flex-basis: 50%;
  }
  .amtheme-explore-list:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .amtheme-explore-list {
    flex-basis: 25%;
  }
  .amtheme-explore-list:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .amtheme-explore-widget {
    background: #fcfcfc;
    border: 1px solid #dfdedd;
    border-radius: 6px;
    padding: 20px;
  }
}
.amtheme-noroute-container,
.amtheme-cookies-container {
  display: flex;
  margin: 10px 0;
}
.amtheme-noroute-container .amtheme-wrapper,
.amtheme-cookies-container .amtheme-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amtheme-noroute-container .amtheme-title,
.amtheme-cookies-container .amtheme-title {
  margin-bottom: 15px;
}
.amtheme-noroute-container .amtheme-subtitle,
.amtheme-cookies-container .amtheme-subtitle {
  margin: 30px 0 15px;
}
.amtheme-noroute-container .amtheme-wrapper,
.amtheme-cookies-container .amtheme-wrapper {
  margin: auto;
  max-width: 490px;
}
.amtheme-noroute-container .amtheme-image,
.amtheme-noroute-container .amtheme-description,
.amtheme-cookies-container .amtheme-image,
.amtheme-cookies-container .amtheme-description {
  margin: auto;
  width: 100%;
}
.amtheme-save-links,
.amtheme-browsers-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 30px;
  padding-inline-start: 0;
}
.amtheme-save-links > .amtheme-item:not(:first-child),
.amtheme-browsers-list > .amtheme-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 480px), print {
  .amtheme-save-links,
  .amtheme-browsers-list {
    flex-direction: row;
  }
  .amtheme-save-links > .amtheme-item:not(:first-child),
  .amtheme-browsers-list > .amtheme-item:not(:first-child) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 25px;
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), screen and (min-width: 480px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-save-links > .amtheme-item:not(:first-child),
  .amtheme-browsers-list > .amtheme-item:not(:first-child) {
    margin-left: 25px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .amtheme-noroute-container,
  .amtheme-cookies-container {
    margin: 70px 0;
  }
  .amtheme-noroute-container .amtheme-wrapper,
  .amtheme-cookies-container .amtheme-wrapper {
    flex-wrap: nowrap;
    max-width: none;
  }
  .amtheme-noroute-container .amtheme-image,
  .amtheme-noroute-container .amtheme-description,
  .amtheme-cookies-container .amtheme-image,
  .amtheme-cookies-container .amtheme-description {
    width: auto;
  }
  .amtheme-noroute-container .amtheme-image,
  .amtheme-cookies-container .amtheme-image {
    margin: 0;
    order: 0;
  }
  .amtheme-noroute-container .amtheme-description,
  .amtheme-cookies-container .amtheme-description {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 60px;
    margin-top: 0;
    order: 1;
  }
}
@media screen and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-noroute-container .amtheme-description,
  .amtheme-cookies-container .amtheme-description {
    margin-left: 60px;
    margin-right: 0;
  }
}
.amtheme-privacy-container {
  display: flex;
  flex-wrap: wrap;
}
.amtheme-privacy-container > .amtheme-menu {
  width: 100%;
}
.amtheme-privacy-container > .amtheme-content {
  box-sizing: border-box;
  width: 100%;
}
.amtheme-collapsible-container {
  background: #f7f7f7;
  margin: 0 -25px 30px;
  padding: 0 25px;
}
.amtheme-collapsible-container .amtheme-title {
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 20px 15px 0;
  position: relative;
  width: 100%;
}
.amtheme-collapsible-container .amtheme-title:after {
  top: 50%;
  transform: translateY(-50%);
  background: url("../../frontend/Amasty/LevelzeroJet/zh_Hans_CN/svg/color_mode/dark/arrow-bottom.svg") no-repeat 100%;
  background-size: contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  transition: transform 0.4s ease-in-out;
  width: 20px;
}
.amtheme-collapsible-container.-active .amtheme-title:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.amtheme-collapsible-container .amtheme-content {
  padding: 5px 0;
}
.amtheme-collapsible-container .amtheme-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.amtheme-collapsible-container .amtheme-item {
  margin: 0 0 10px;
  padding: 2px 0;
}
.amtheme-collapsible-container .amtheme-item a {
  color: #070605;
  font-weight: 400;
}
.amtheme-collapsible-container .amtheme-item a:hover {
  color: #61c18f;
  font-weight: 400;
}
@media all and (min-width: 480px), print {
  .amtheme-collapsible-container {
    margin: 0 -35px 30px;
    padding: 0 35px;
  }
}
@media all and (min-width: 768px), print {
  .amtheme-privacy-container > .amtheme-menu {
    width: 20%;
  }
  .amtheme-privacy-container > .amtheme-content {
    padding-inline-start: 45px;
    width: 80%;
  }
  .amtheme-collapsible-container {
    background: none;
    margin: 0;
    padding: 0;
  }
  .amtheme-collapsible-container .amtheme-title {
    margin-top: -15px;
  }
  .amtheme-collapsible-container .amtheme-content {
    padding: 5px 10px 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-privacy-container > .amtheme-content {
    padding-left: 45px;
  }
}
.amtheme-cookies-container {
  margin: 0;
}
.amtheme-cookies-container .amtheme-description p:not(:first-of-type) {
  margin-top: 60px;
}
.amtheme-browsers-list > .amtheme-item:not(:first-child) {
  margin-top: 0;
}
.cms-enable-cookies .page-title-wrapper {
  display: none;
}
@media screen and (min-width: 1024px), print {
  .amtheme-cookies-container .amtheme-image {
    min-width: 550px;
  }
  .amtheme-cookies-container .amtheme-description {
    margin-inline-start: 30px;
  }
  .amtheme-browsers-list {
    flex-direction: column;
  }
  .amtheme-browsers-list > .amtheme-item:not(:first-child) {
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-cookies-container .amtheme-description {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1440px), print {
  .amtheme-browsers-list {
    flex-direction: row;
  }
  .amtheme-browsers-list > .amtheme-item:not(:first-child) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 40px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), screen and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-browsers-list > .amtheme-item:not(:first-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}
