* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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 {
  display: block;
  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 {
  background-color: #FFF;
  font-optical-sizing: auto;
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  color: #4C5F76;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.6rem;
}
abbr[title] {
  border-bottom: 1px dotted #e6e6e6;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f7f7f7;
  color: #008a59;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 2px solid #010409;
  margin-bottom: 48px;
  margin-top: 48px;
}
sub,
sup {
  font-size: 85.71428571%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 600;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 1.6rem;
}
h2 {
  font-weight: 600;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.6rem;
}
h3 {
  font-weight: 600;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 1.6rem;
}
h4 {
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.6rem;
}
h5 {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 1.6rem;
}
h6 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 1.6rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #e0a700;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 1.4rem;
}
a {
  color: #008a59;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 1.2rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.8rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 16px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 0;
}
dd {
  margin-bottom: 8px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: 'Courier New', monospace;
}
code {
  display: block;
  background: #f7f7f7;
  color: #008a59;
  padding: 8px;
  margin: 8px 0 4px;
  white-space: nowrap;
  overflow-x: auto;
}
kbd {
  background: #f7f7f7;
  color: #008a59;
  padding: 8px;
  font-size: 1.3rem;
}
pre {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  color: #008a59;
  line-height: 1.6;
  margin: 8px 0 4px;
  padding: 8px;
  font-size: 1.3rem;
  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 #e6e6e6;
  margin: 0 0 16px 48px;
  padding: 0;
  color: #010409;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #008a59;
  line-height: 1.6;
  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: 8px 8px;
}
button {
  border-radius: 23px;
  background: #008a59;
  border: 1px solid #008a59;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 23px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  text-align: center;
}
button:focus,
button:active {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
}
button:hover {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
  text-decoration: none;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.4;
  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;
  border: 1px solid #cecece;
  border-radius: 0;
  color: #1f4348;
  font-family: Noto Sans TC;
  font-size: 15px;
  font-weight: 400;
  height: auto;
  line-height: 26px;
  padding: 10px 12px 2px;
  vertical-align: baseline;
  width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus {
  border: 1px solid #010409;
}
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.4;
}
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: #c0c0c0;
}
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: #c0c0c0;
}
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: #c0c0c0;
}
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;
  border: 1px solid #cecece;
  border-radius: 0;
  color: #1f4348;
  font-family: Noto Sans TC;
  font-size: 15px;
  font-weight: 400;
  height: auto;
  line-height: 26px;
  padding: 10px 12px 2px;
  vertical-align: baseline;
  width: 100%;
}
select:focus {
  border: 1px solid #010409;
}
select:disabled {
  opacity: 0.4;
  background: #f7f7f7;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 0;
  color: #1f4348;
  font-family: Noto Sans TC;
  font-size: 15px;
  font-weight: 400;
  height: auto;
  line-height: 26px;
  margin: 0;
  padding: 10px 12px 2px;
  vertical-align: baseline;
  width: 100%;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #010409;
}
textarea:disabled {
  opacity: 0.4;
}
textarea::-moz-placeholder {
  color: #c0c0c0;
}
textarea::-webkit-input-placeholder {
  color: #c0c0c0;
}
textarea:-ms-input-placeholder {
  color: #c0c0c0;
}
input[type="checkbox"] {
  margin: 0;
}
input[type="checkbox"]:disabled {
  opacity: 0.4;
}
input[type="radio"] {
  margin: 0;
}
input[type="radio"]:disabled {
  opacity: 0.4;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #dc3545;
}
input.valid,
select.valid,
textarea.valid {
  border-color: #018475;
}
div.mage-error {
  color: #dc3545;
  font-size: 1.3rem;
}
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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media screen and (min-width: 1080px) {
  .navigation .level0 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .navigation .level0 > .submenu .level1.parent .level2 a::after {
    display: none !important;
  }
}
@font-face {
  font-family: "Noto Sans TC Light";
  src: url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-300-normal.eot");
  src: url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-300-normal.eot?#iefix") format("embedded-opentype"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-300-normal.woff2") format("woff2"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-300-normal.woff") format("woff"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-300-normal.ttf") format("truetype"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-300-normal.svg#Noto Sans TC Light") format("svg");
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-400-normal.eot");
  src: url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-400-normal.eot?#iefix") format("embedded-opentype"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-400-normal.woff2") format("woff2"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-400-normal.woff") format("woff"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-400-normal.ttf") format("truetype"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-400-normal.svg#Noto Sans TC") format("svg");
}
@font-face {
  font-family: "Noto Sans TC Medium";
  src: url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-500-normal.eot");
  src: url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-500-normal.eot?#iefix") format("embedded-opentype"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-500-normal.woff2") format("woff2"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-500-normal.woff") format("woff"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-500-normal.ttf") format("truetype"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-500-normal.svg#Noto Sans TC Medium") format("svg");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 700;
  src: url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-700-normal.eot");
  src: url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-700-normal.eot?#iefix") format("embedded-opentype"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-700-normal.woff2") format("woff2"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-700-normal.woff") format("woff"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-700-normal.ttf") format("truetype"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-700-normal.svg#Noto Sans TC") format("svg");
}
@font-face {
  font-family: "Noto Sans TC Black";
  src: url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-900-normal.eot");
  src: url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-900-normal.eot?#iefix") format("embedded-opentype"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-900-normal.woff2") format("woff2"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-900-normal.woff") format("woff"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-900-normal.ttf") format("truetype"), url("../../frontend/jq-dev/elate/en_US/fonts/noto-sans-tc/noto-sans-tc-latin-900-normal.svg#Noto Sans TC Black") format("svg");
}
.abs-reset-list,
.order-details-items .items-qty,
.prices-tier,
.search-terms,
.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,
.order-details-items .items-qty > li,
.prices-tier > li,
.search-terms > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary {
  background: #008a59;
  border: 1px solid #008a59;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 23px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
}
.action-primary:hover {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
  text-decoration: none;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.block-compare .am-filter-go {
  border-radius: 0;
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background: #008a59;
  border: 1px solid #008a59;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 23px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
  text-decoration: none;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.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.4;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button: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-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.6;
  padding: 0;
  color: #008a59;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check: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,
.form.send.friend .action.remove:hover {
  color: #e0a700;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check: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,
.form.send.friend .action.remove:active {
  color: inherit;
  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,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check: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,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .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,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.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,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #008a59;
  opacity: 0.4;
  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),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check: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),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.block-compare .am-filter-go {
  background: #008a59;
  border: 1px solid #008a59;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go:active {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.block-compare .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.block-compare .am-filter-go:hover {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
}
.abs-revert-secondary-size {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 7px 23px;
}
.abs-product-options-list dt,
.item-options dt,
.product.options.list dt {
  clear: left;
  float: left;
  margin: 0 8px 4px 0;
}
.abs-product-options-list dt:after,
.item-options dt:after,
.product.options.list dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.item-options dd,
.product.options.list dd {
  display: inline-block;
  float: left;
  margin: 0 0 4px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.abs-reset-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.minicart-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,
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title {
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.abs-login-block-title strong {
  font-weight: 600;
}
.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 {
  padding: 0 8px;
  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: 12px;
  line-height: 17px;
  color: inherit;
  content: '\e909';
  font-family: 'azkarra';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  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: 12px;
  line-height: 17px;
  color: inherit;
  content: '\e90c';
  font-family: 'azkarra';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  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 {
  display: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 8px;
  margin-top: 8px;
  min-width: 200px;
  z-index: 100;
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  left: 50%;
  margin-left: -80px;
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
  list-style-type: none;
}
.abs-dropdown-simple ul.dropdown li > a:not([class]),
.giftregisty-dropdown ul.dropdown li > a:not([class]),
.wishlist-dropdown ul.dropdown li > a:not([class]) {
  color: #010409;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #f7f7f7;
  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 #e6e6e6 transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 50%;
  margin-left: -6px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 50%;
  margin-left: -6px;
  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-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
  height: 59px;
}
.abs-margin-for-blocks-and-widgets,
.block-banners,
.block-banners-inline {
  margin-bottom: 24px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  display: none;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #008a59;
  content: '\e92d';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #e0a700;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #e0a700;
}
.abs-like-link {
  color: #008a59;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:hover {
  color: inherit;
  text-decoration: none;
}
.abs-like-link:active {
  color: inherit;
  text-decoration: none;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.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,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 24px;
}
.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,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.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,
.form.send.friend .message.notice {
  margin: 24px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  visibility: hidden;
}
.abs-visually-hidden,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.newsletter .label,
.action.skip:not(:focus) {
  display: none;
}
.abs-visually-hidden-reset {
  display: block;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form: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,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.item-options:before,
.item-options:after,
.product.options.list:before,
.product.options.list:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.form-create-return .actions-toolbar:after,
.item-options:after,
.product.options.list:after,
.sidebar .product-items-images:after,
.minicart-items .product-item > .product:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.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: #010409;
  content: '\e909';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.abs-navigation-icon:hover:after {
  color: #0e377c;
}
.abs-navigation-icon:active:after {
  color: #0e377c;
}
.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 {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  padding-left: 8px;
  cursor: pointer;
}
.abs-split-button .action.toggle > span {
  display: none;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 17px;
  color: inherit;
  content: '\e909';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  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 {
  display: none;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 17px;
  color: inherit;
  content: '\e90c';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  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 {
  display: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 8px;
  margin-top: 8px;
  min-width: 160px;
  z-index: 100;
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  right: 0;
}
.abs-split-button .items li {
  margin: 0;
  padding: 0 4px;
  list-style-type: none;
}
.abs-split-button .items li > a:not([class]) {
  color: #010409;
}
.abs-split-button .items li:hover {
  background: #f7f7f7;
  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 #e6e6e6 transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 24px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 23px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-box-tocart {
  margin: 0 0 24px;
}
.abs-toggling-title,
.minicart-items .product .toggle {
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 8px 48px 8px 8px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.minicart-items .product .toggle:after {
  position: absolute;
  right: 16px;
  top: 8px;
}
.abs-toggling-title > span,
.minicart-items .product .toggle > span {
  display: none;
}
.abs-toggling-title:after,
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #010409;
  content: '\e909';
  font-family: 'azkarra';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.abs-toggling-title:hover:after,
.minicart-items .product .toggle:hover:after {
  color: #0e377c;
}
.abs-toggling-title:active:after,
.minicart-items .product .toggle:active:after {
  color: #0e377c;
}
.abs-cart-block {
  margin: 0;
}
.abs-cart-block .content {
  padding: 8px 8px 16px;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #e0a700;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-account-block-line-height {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f7f7f7;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #008a59;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.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 {
  font-size: 1.1rem;
  display: inline-block;
}
.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,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 8px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: #010409;
  content: '\e909';
  font-family: 'azkarra';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.abs-tax-total:hover:after,
.price-including-tax .cart-tax-total:hover:after,
.price-excluding-tax .cart-tax-total:hover:after,
.paypal-review .table-paypal-review-items .cart-tax-total:hover:after,
.order-details-items .cart-tax-total:hover:after {
  color: #0e377c;
}
.abs-tax-total:active:after,
.price-including-tax .cart-tax-total:active:after,
.price-excluding-tax .cart-tax-total:active:after,
.paypal-review .table-paypal-review-items .cart-tax-total:active:after,
.order-details-items .cart-tax-total:active:after {
  color: #0e377c;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e90c';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 16px;
}
.abs-rating-summary .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label {
  display: table-cell;
  padding-bottom: 4px;
  padding-right: 12px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after {
  border-left: 1px solid #e0a700;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 8px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 8px;
}
.abs-account-blocks .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 8px;
}
.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,
.block-minicart .subtotal .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: #010409;
  content: '\e921';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.abs-icon-add:hover:before,
.abs-dropdown-items-new .action.new:hover:before,
.wishlist.split.button .action.new:hover:before,
.wishlist-dropdown .action.new:hover:before {
  color: #0e377c;
}
.abs-icon-add:active:before,
.abs-dropdown-items-new .action.new:active:before,
.wishlist.split.button .action.new:active:before,
.wishlist-dropdown .action.new:active:before {
  color: #0e377c;
}
.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: #f7f7f7;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 4px;
}
.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,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar .subtitle,
.minicart-items .product-item-details .weee[data-label] .label,
.no-display {
  display: none !important;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 8px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 8px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f7f7f7;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #e6e6e6;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #f7f7f7;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-reorder .block-title,
.block-compare .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 16px;
}
.abs-block-widget-title strong,
.block-reorder .block-title strong,
.block-compare .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 20px;
  font-weight: 600;
}
.abs-shopping-cart-items {
  margin-bottom: 16px;
}
.abs-shopping-cart-items .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear {
  line-height: 1.6;
  margin: 0 16px 0 0;
  padding: 0;
  color: #008a59;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:hover {
  color: #e0a700;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:active {
  color: inherit;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear {
  color: #008a59;
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form-giftregistry-edit .field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form-giftregistry-edit .field.date input,
.form.search.advanced .fields.range .field.date input {
  margin-right: 8px;
  width: calc(100% - 32px);
}
.abs-field-tooltip {
  position: relative;
}
.abs-field-tooltip input {
  margin-right: 8px;
  width: calc(100% - 32px);
}
.abs-checkout-tooltip-content-position-top {
  right: -8px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 8px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.abs-checkout-tooltip-content-position-top:after {
  border-bottom-color: #f7f7f7;
  top: 1px;
}
.abs-checkout-title {
  padding-bottom: 8px;
  color: #010409;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #e6e6e6;
  padding-right: 8px;
}
.abs-sidebar-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #e6e6e6;
}
.abs-sidebar-totals .msrp {
  margin-bottom: 8px;
}
.abs-sidebar-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price {
  padding-right: 16px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  display: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #010409;
  content: '\e909';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:hover:after {
  color: #0e377c;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:active:after {
  color: #0e377c;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e90c';
}
.abs-sidebar-totals .totals-tax-details {
  border-bottom: 1px solid #e6e6e6;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel {
  margin: 0 0 0 8px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 8px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field {
  display: table-cell;
}
.bulb_bg {
  margin: 0 auto 30px;
  text-align: center;
  width: 58px;
  height: 100px;
  background: url("../../frontend/jq-dev/elate/en_US/images/bulb-icon.png") center top no-repeat;
  display: block;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0;
}
.section_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 32px;
  text-align: center;
  color: #203434;
  margin: 10px 0 30px;
}
.section_t_bg {
  background: url("../../frontend/jq-dev/elate/en_US/images/tab_active@2x.png") no-repeat scroll center center transparent;
  padding: 20px 0;
}
.block-title h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 32px;
  text-align: center;
  color: #203434;
  background: url("../../frontend/jq-dev/elate/en_US/images/tab_active@2x.png") no-repeat scroll center center transparent;
  padding: 20px 0 !important;
}
.d-hide {
  display: none !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.alink2 {
  font-weight: 400;
  color: #4c5f76;
  padding-bottom: 1px;
  border-bottom: 1px solid #008a59;
}
ul {
  padding-inline-start: 32px;
}
ul.disc {
  list-style-type: disc;
}
ul.square {
  list-style-type: square;
}
ul.triangle {
  list-style-type: disclosure-closed;
}
ul.ul-disc {
  padding-left: 15px;
  list-style: circle;
  margin-bottom: 15px;
}
ol {
  padding-inline-start: 32px;
}
.block .block-title {
  text-align: center;
}
.block .block-title h3 {
  font-family: "Noto Sans TC Medium";
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #203434;
  margin: 0 0 20px;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.container {
  clear: both;
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 16px;
}
.container-fluid {
  clear: both;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.page-layout-landingpage .page-main {
  max-width: 1920px;
  padding: 0;
}
.columns {
  display: block;
}
.columns .column.main {
  padding-bottom: 48px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.sidebar > .block {
  margin-bottom: 48px;
}
.table-wrapper {
  margin-bottom: 16px;
}
table > caption {
  display: none;
}
.table tfoot {
  background: #f7f7f7;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #e6e6e6;
  padding-top: 16px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.success {
  margin: 0 0 16px;
  padding: 12px 16px 12px 12px;
  display: block;
  font-size: 1.4rem;
  border: 1px solid;
  background: #018475;
  border-color: #018475;
  color: #ffffff;
  position: relative;
  padding-right: 48px;
}
.message.success a {
  color: #ffffff;
  text-decoration: underline;
}
.message.success a:hover {
  color: #ffffff;
  text-decoration: none;
}
.message.success a:active {
  color: #ffffff;
  text-decoration-style: double;
}
.message.success:before {
  background: #016b5f;
  width: 40px;
  content: '';
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
}
.message.success > *:first-child:before {
  margin-top: -5px;
  content: '';
  overflow: hidden;
  position: absolute;
  top: 50%;
}
.message.success > *:first-child:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  content: '\e908';
  font-family: 'azkarra';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  right: 4px;
  top: 50%;
  margin-top: -12px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success:before {
  right: 0;
}
.message.success > *:first-child:before {
  border: 5px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #016b5f;
  right: 40px;
}
.message.success > *:first-child:after {
  right: 0;
}
.message.error {
  margin: 0 0 16px;
  padding: 12px 16px 12px 12px;
  display: block;
  font-size: 1.4rem;
  border: 1px solid;
  background: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
  position: relative;
  padding-right: 48px;
}
.message.error a {
  color: #ffffff;
  text-decoration: underline;
}
.message.error a:hover {
  color: #ffffff;
  text-decoration: none;
}
.message.error a:active {
  color: #ffffff;
  text-decoration-style: double;
}
.message.error:before {
  background: #b02a37;
  width: 40px;
  content: '';
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
}
.message.error > *:first-child:before {
  margin-top: -5px;
  content: '';
  overflow: hidden;
  position: absolute;
  top: 50%;
}
.message.error > *:first-child:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  content: '\e900';
  font-family: 'azkarra';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  right: 4px;
  top: 50%;
  margin-top: -12px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error:before {
  right: 0;
}
.message.error > *:first-child:before {
  border: 5px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #b02a37;
  right: 40px;
}
.message.error > *:first-child:after {
  right: 0;
}
.message.warning {
  margin: 0 0 16px;
  padding: 12px 16px 12px 12px;
  display: block;
  font-size: 1.4rem;
  border: 1px solid;
  background: #f4b058;
  border-color: #f4b058;
  color: #010409;
  position: relative;
  padding-right: 48px;
}
.message.warning a {
  color: #010409;
  text-decoration: underline;
}
.message.warning a:hover {
  color: #010409;
  text-decoration: none;
}
.message.warning a:active {
  color: #010409;
  text-decoration-style: double;
}
.message.warning:before {
  background: #f19928;
  width: 40px;
  content: '';
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
}
.message.warning > *:first-child:before {
  margin-top: -5px;
  content: '';
  overflow: hidden;
  position: absolute;
  top: 50%;
}
.message.warning > *:first-child:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  content: '\e901';
  font-family: 'azkarra';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  right: 4px;
  top: 50%;
  margin-top: -12px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning:before {
  right: 0;
}
.message.warning > *:first-child:before {
  border: 5px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f19928;
  right: 40px;
}
.message.warning > *:first-child:after {
  right: 0;
}
.message.notice {
  margin: 0 0 16px;
  padding: 12px 16px 12px 12px;
  display: block;
  font-size: 1.4rem;
  border: 1px solid;
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
  position: relative;
  padding-right: 48px;
}
.message.notice a {
  color: #ffffff;
  text-decoration: underline;
}
.message.notice a:hover {
  color: #ffffff;
  text-decoration: none;
}
.message.notice a:active {
  color: #ffffff;
  text-decoration-style: double;
}
.message.notice:before {
  background: #128293;
  width: 40px;
  content: '';
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
}
.message.notice > *:first-child:before {
  margin-top: -5px;
  content: '';
  overflow: hidden;
  position: absolute;
  top: 50%;
}
.message.notice > *:first-child:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  content: '\e917';
  font-family: 'azkarra';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  right: 4px;
  top: 50%;
  margin-top: -12px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice:before {
  right: 0;
}
.message.notice > *:first-child:before {
  border: 5px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #128293;
  right: 40px;
}
.message.notice > *:first-child:after {
  right: 0;
}
.message.info {
  margin: 0 0 16px;
  padding: 12px 16px 12px 12px;
  display: block;
  font-size: 1.4rem;
  border: 1px solid;
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
  position: relative;
  padding-right: 48px;
}
.message.info a {
  color: #ffffff;
  text-decoration: underline;
}
.message.info a:hover {
  color: #ffffff;
  text-decoration: none;
}
.message.info a:active {
  color: #ffffff;
  text-decoration-style: double;
}
.message.info:before {
  background: #128293;
  width: 40px;
  content: '';
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
}
.message.info > *:first-child:before {
  margin-top: -5px;
  content: '';
  overflow: hidden;
  position: absolute;
  top: 50%;
}
.message.info > *:first-child:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  content: '\e917';
  font-family: 'azkarra';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  right: 4px;
  top: 50%;
  margin-top: -12px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.info:before {
  right: 0;
}
.message.info > *:first-child:before {
  border: 5px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #128293;
  right: 40px;
}
.message.info > *:first-child:after {
  right: 0;
}
.message.info {
  background: #efefef;
  border-color: #efefef;
  color: #1f4348;
  border-radius: 5px;
}
.message.info::before {
  color: #1f4348;
  content: "";
  background-color: #efefef;
  background-image: url('../../frontend/jq-dev/elate/en_US/images/bulb_high.svg');
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center;
  padding-right: 10px;
  font-size: 0;
  display: block;
}
.message.info span::after,
.message.info span::before {
  display: none !important;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 16px;
  padding: 12px 16px 12px 12px;
  display: block;
  font-size: 1.4rem;
  border: 1px solid;
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #ffffff;
  text-decoration: underline;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #ffffff;
  text-decoration: none;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ffffff;
  text-decoration-style: double;
}
.message.global.demo {
  margin: 0 0 16px;
  padding: 12px 16px 12px 12px;
  display: block;
  font-size: 1.4rem;
  border: 1px solid;
  background: #fbd151;
  border-color: #fbd151;
  color: #010409;
}
.message.global.demo a {
  color: #010409;
  text-decoration: underline;
}
.message.global.demo a:hover {
  color: #010409;
  text-decoration: none;
}
.message.global.demo a:active {
  color: #010409;
  text-decoration-style: double;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie,
.message.global.demo {
  text-align: center;
  margin-bottom: 0;
  border-radius: 0;
}
.message.global.demo {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  font-weight: 700;
}
.message.global.demo .actions {
  margin-top: 8px;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 0;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #010409;
  content: '\e91c';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #ffffff;
}
.nav-toggle:active:before {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .navigation {
    position: relative;
    padding: 0;
  }
  .navigation .parent > a {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #010409;
    content: '\e90b';
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .navigation .parent > a:hover:after {
    color: #0e377c;
  }
  .navigation .parent > a:active:after {
    color: #0e377c;
  }
  .navigation .parent > a:after {
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .navigation .parent > a.ui-state-active {
    font-weight: 600;
    padding-left: 28px;
    display: block;
    text-decoration: none;
  }
  .navigation .parent > a.ui-state-active:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #010409;
    content: '\e903';
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .navigation .parent > a.ui-state-active:hover:before {
    color: #0e377c;
  }
  .navigation .parent > a.ui-state-active:active:before {
    color: #0e377c;
  }
  .navigation .parent > a.ui-state-active::before {
    position: absolute;
    left: 0;
  }
  .navigation .parent > a.ui-state-active:after {
    content: '';
  }
  .navigation .parent.is-active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f7f7f7;
    z-index: 2;
  }
  .navigation .parent.is-active.level-top {
    padding: 0 15px;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    height: 100vh;
    right: -100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 85vw;
    max-width: 430px;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.6rem;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: #010409;
    content: '\e909';
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:hover:after {
    color: #0e377c;
  }
  .nav-sections .switcher-trigger strong:active:after {
    color: #0e377c;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e90c';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 8px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #e6e6e6;
    display: none;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #e6e6e6;
    font-weight: 700;
    padding: 0.8rem 16px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #e6e6e6;
    text-align: center;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    display: block;
    padding: 0.8rem 16px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    right: 0;
    z-index: 99;
  }
  .nav-open .nav-sections .header.links {
    display: block;
    padding: 16px;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-mobile-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    height: 71px;
    width: 70px;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    background: #f7f7f7;
    border: solid #e6e6e6;
    border-width: 0 0 1px 1px;
    display: inline-block;
    text-decoration: none;
  }
  .nav-mobile-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #010409;
    content: '\e92d';
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .nav-mobile-close:hover:before {
    color: #0e377c;
  }
  .nav-mobile-close:active:before {
    color: #0e377c;
  }
  .nav-sections-item-title {
    background: #eaeaea;
    border: solid #dedede;
    border-width: 0 0 1px 1px;
    height: 71px;
    width: 100%;
    padding: 21px 16px;
    text-align: center;
    pointer-events: none;
  }
  .navigation {
    background: #f7f7f7;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 16px;
  }
  .navigation a,
  .navigation a:hover {
    color: #010409;
    text-decoration: none;
  }
  .navigation .ui-menu-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .navigation .level0 {
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 600;
    padding: 8px 32px 8px 16px;
    word-wrap: break-word;
    text-transform: uppercase;
  }
  .navigation .level0 > .level-top:hover {
    color: #008a59;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    color: #008a59;
    padding-left: 8px;
    display: inline-block;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    color: #008a59;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #008a59;
  }
  .navigation .submenu.level1 {
    left: 16px;
    width: calc(100% - @{@submenu__padding-left});
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    overflow-x: hidden;
    padding: 0;
    top: 0 !important;
    transition: left 0.3s ease-out;
    height: auto;
  }
  .navigation .submenu:not(:first-child).level0 {
    /* height: auto; */
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 16px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #010409;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #008a59;
  }
  .navigation .submenu:not(:first-child) .active > a {
    color: #008a59;
  }
  .navigation a:not(.ui-state-active) + .submenu {
    height: 0;
    left: -100%;
  }
  .navigation .ui-state-active + .submenu:not(:first-child) {
    left: 0;
    height: 100vh;
  }
}
.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: #008a59;
  line-height: 1.4;
  border: 1px solid #e6e6e6;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #e6e6e6;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 8px;
}
.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.8);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/jq-dev/elate/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  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;
}
.loading-mask .loader-svg > img {
  animation: spinner 1s infinite linear;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.styled-select.dropdown-custom {
  max-width: 100%;
}
.styled-select.dropdown-custom .action.toggle {
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 0;
  color: #1f4348;
  font-family: Noto Sans TC;
  font-size: 15px;
  font-weight: 400;
  height: auto;
  line-height: 26px;
  padding: 10px 12px 2px;
  vertical-align: baseline;
  width: 100%;
  padding: 11px 24px 11px 12px;
}
.styled-select.dropdown-custom .action.toggle:focus {
  border: 1px solid #010409;
}
.styled-select.dropdown-custom .action.toggle:disabled {
  opacity: 0.4;
  background: #f7f7f7;
}
.styled-select.dropdown-custom .action.toggle:after {
  display: none;
}
.styled-select.dropdown-custom.active .action.toggle {
  background: #f7f7f7 url('../../frontend/jq-dev/elate/en_US/images/select-active-bg.svg') no-repeat 100% 45%;
  border: 1px solid #010409;
}
.styled-select.dropdown-custom ul.dropdown {
  display: block;
  width: 100%;
  margin-left: 0;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 rgba(192, 192, 192, 0.2);
}
.styled-select.dropdown-custom ul.dropdown::-webkit-scrollbar {
  background: #f7f7f7;
}
.styled-select.dropdown-custom ul.dropdown::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 6px;
  cursor: pointer;
}
.styled-select.dropdown-custom ul.dropdown::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.styled-select.dropdown-custom ul.dropdown::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.styled-select.dropdown-custom ul.dropdown::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.styled-select.dropdown-custom ul.dropdown::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.styled-select.dropdown-custom ul.dropdown > li {
  padding: 8px;
}
.dropdown-custom {
  display: inline-block;
  position: relative;
}
.dropdown-custom:before,
.dropdown-custom:after {
  content: '';
  display: table;
}
.dropdown-custom:after {
  clear: both;
}
.dropdown-custom .action.toggle {
  padding: 0 8px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.dropdown-custom .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 17px;
  color: inherit;
  content: '\e909';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.dropdown-custom .action.toggle:hover:after {
  color: inherit;
}
.dropdown-custom .action.toggle:active:after {
  color: inherit;
}
.dropdown-custom .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.dropdown-custom .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 17px;
  color: inherit;
  content: '\e90c';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.dropdown-custom .action.toggle.active:hover:after {
  color: inherit;
}
.dropdown-custom .action.toggle.active:active:after {
  color: inherit;
}
.dropdown-custom ul.dropdown {
  display: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 8px;
  margin-top: 8px;
  min-width: 160px;
  z-index: 100;
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  left: 50%;
  margin-left: -80px;
}
.dropdown-custom ul.dropdown li {
  margin: 0;
  padding: 0 4px;
  list-style-type: none;
}
.dropdown-custom ul.dropdown li > a:not([class]) {
  color: #010409;
}
.dropdown-custom ul.dropdown li:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.dropdown-custom ul.dropdown:before,
.dropdown-custom ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.dropdown-custom ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.dropdown-custom ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #e6e6e6 transparent;
  z-index: 98;
}
.dropdown-custom ul.dropdown:before {
  left: 50%;
  margin-left: -6px;
  top: -12px;
}
.dropdown-custom ul.dropdown:after {
  left: 50%;
  margin-left: -6px;
  top: -14px;
}
.dropdown-custom.active {
  overflow: visible;
}
.dropdown-custom.active ul.dropdown {
  display: block;
}
.dropdown-split-custom {
  display: inline-block;
  position: relative;
}
.dropdown-split-custom:before,
.dropdown-split-custom:after {
  content: '';
  display: table;
}
.dropdown-split-custom:after {
  clear: both;
}
.dropdown-split-custom .action.split {
  float: left;
  margin: 0;
}
.dropdown-split-custom .action.toggle {
  float: right;
  margin: 0;
}
.dropdown-split-custom .action.toggle {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  padding-left: 8px;
  cursor: pointer;
}
.dropdown-split-custom .action.toggle > span {
  display: none;
}
.dropdown-split-custom .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 17px;
  color: inherit;
  content: '\e909';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.dropdown-split-custom .action.toggle:hover:after {
  color: inherit;
}
.dropdown-split-custom .action.toggle:active:after {
  color: inherit;
}
.dropdown-split-custom .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.dropdown-split-custom .action.toggle.active > span {
  display: none;
}
.dropdown-split-custom .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 17px;
  color: inherit;
  content: '\e90c';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.dropdown-split-custom .action.toggle.active:hover:after {
  color: inherit;
}
.dropdown-split-custom .action.toggle.active:active:after {
  color: inherit;
}
.dropdown-split-custom ul.dropdown {
  display: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 8px;
  margin-top: 8px;
  min-width: 160px;
  z-index: 100;
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  right: 0;
}
.dropdown-split-custom ul.dropdown li {
  margin: 0;
  padding: 0 4px;
  list-style-type: none;
}
.dropdown-split-custom ul.dropdown li > a:not([class]) {
  color: #010409;
}
.dropdown-split-custom ul.dropdown li:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.dropdown-split-custom ul.dropdown:before,
.dropdown-split-custom ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.dropdown-split-custom ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.dropdown-split-custom ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #e6e6e6 transparent;
  z-index: 98;
}
.dropdown-split-custom ul.dropdown:before {
  right: 24px;
  top: -12px;
}
.dropdown-split-custom ul.dropdown:after {
  right: 23px;
  top: -14px;
}
.dropdown-split-custom.active {
  overflow: visible;
}
.dropdown-split-custom.active ul.dropdown {
  display: block;
}
.fieldset {
  border: 0;
  margin: 0 0 48px;
  padding: 0;
  line-height: 1;
}
.fieldset > .legend {
  margin: 0 0 16px;
  padding: 0 0 8px;
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child,
.fieldset:last-of-type,
.fieldset[data-hasrequired] {
  margin-bottom: 16px;
}
.fieldset > .field:not(.choice):not(.switch) > .label {
  position: absolute;
  top: -9px;
  left: 8px;
  z-index: 1;
  background: #f7f7f7;
  padding: 2px 4px;
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 24px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
  line-height: 1;
  font-size: 1.2rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 0;
  color: #1f4348;
  font-family: Noto Sans TC;
  font-size: 15px;
  font-weight: 400;
  height: auto;
  line-height: 26px;
  padding: 10px 12px 2px;
  vertical-align: baseline;
  width: 100%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:focus,
.fieldset > .fields > .field .addon .addbefore:focus,
.fieldset > .field .addon .addafter:focus,
.fieldset > .fields > .field .addon .addafter:focus {
  border: 1px solid #010409;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.4;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c0c0c0;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c0c0c0;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c0c0c0;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 0;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #dc3545;
  font-size: 1.3rem;
  margin: 0 0 0 4px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.3rem;
  margin: 8px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 13px;
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  display: none;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 8px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend {
  border-bottom: 1px solid #e6e6e6;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.switch {
  display: block;
  min-height: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
}
.field.switch > input[type="checkbox"] {
  width: 32px;
  height: 20px;
  margin-top: 3px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: -40px;
  background-image: url('../../frontend/jq-dev/elate/en_US/images/switch-off.svg');
  background-position: left center;
  border-radius: 32px;
  transition: background-position 0.15s ease-in-out;
}
.field.switch > input[type="checkbox"]:checked {
  background-color: #018475;
  border-color: #018475;
  background-position: right center;
  background-image: url('../../frontend/jq-dev/elate/en_US/images/switch-on.svg');
}
.field.switch > input[type="checkbox"]:checked:before,
.field.switch > input[type="checkbox"]:checked:after {
  display: none;
}
.field.switch > input[type="checkbox"] + .label {
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 8px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 8px;
}
.field,
.fieldset {
  position: relative;
}
.field > input[type="radio"],
.fieldset > input[type="radio"],
.field > input[type="checkbox"],
.fieldset > input[type="checkbox"] {
  position: absolute;
  top: -1px;
}
.field > input[type="radio"] + label,
.fieldset > input[type="radio"] + label,
.field > input[type="checkbox"] + label,
.fieldset > input[type="checkbox"] + label {
  padding-left: 24px;
}
input[type="radio"],
input[type="checkbox"] {
  background: #ffffff;
  border: 1px solid #cecece;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
}
input[type="radio"]::before,
input[type="checkbox"]::before {
  content: '';
  background-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  visibility: hidden;
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  visibility: visible;
}
input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after {
  content: '';
  display: block;
  background: url('../../frontend/jq-dev/elate/en_US/images/input-checkbox__checked.svg') center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 1px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="radio"].mage-error,
input[type="checkbox"].mage-error {
  border-color: #dc3545;
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]:checked::before {
  visibility: visible;
}
input[type="radio"]:checked::after {
  content: '';
  display: block;
  background: #010409;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 4px;
}
.field-error {
  color: #dc3545;
  font-size: 1.3rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #008a59;
  line-height: 1.4;
  border: 1px solid #e6e6e6;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #e6e6e6;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._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-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._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.4;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  display: none;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #e0a700;
  content: '\e907';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:hover:before {
  color: #0e377c;
}
._has-datepicker ~ .ui-datepicker-trigger:active:before {
  color: #0e377c;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 24px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'azkarra';
  src: url('../../frontend/jq-dev/elate/en_US/fonts/icons/azkarra.woff2') format('woff2'), url('../../frontend/jq-dev/elate/en_US/fonts/icons/azkarra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.link-as-btn,
a.action,
button.link {
  display: inline-block;
  text-decoration: none;
}
.link-as-btn:hover,
a.action:hover,
button.link:hover,
.link-as-btn:active,
a.action:active,
button.link:active,
.link-as-btn:focus,
a.action:focus,
button.link:focus {
  text-decoration: none;
}
.btn.btn-primary,
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  border-radius: 23px;
  background: #008a59;
  border: 1px solid #008a59;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 23px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  text-align: center;
}
.btn.btn-primary:focus,
.action.primary:focus,
.action-primary:focus,
.btn.btn-primary:active,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
}
.btn.btn-primary:hover,
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-primary.disabled,
.action.primary.disabled,
.action-primary.disabled,
.btn.btn-primary[disabled],
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .btn.btn-primary,
fieldset[disabled] .action.primary,
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 {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.btn,
.button {
  background: #008a59;
  border: 1px solid #008a59;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 23px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 23px;
}
.btn:focus,
.button:focus,
.btn:active,
.button:active {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
}
.btn:hover,
.button:hover {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
  text-decoration: none;
}
.btn.disabled,
.button.disabled,
.btn[disabled],
.button[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .button {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.btn.btn-block {
  width: 100%;
}
.btn.btn-small {
  line-height: 1.6rem;
  padding: 8px 12px;
  font-size: 1.2rem;
}
.btn.btn-large {
  line-height: 2.8rem;
  padding: 18px 24px;
  font-size: 1.8rem;
}
.btn.btn-link {
  padding: 0;
  border: 0;
  background: transparent;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  text-decoration: underline;
  color: #008a59;
  background: transparent;
  border: 0;
}
.btn.btn-outline {
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #ffffff;
}
.btn.btn-outline:hover,
.btn.btn-outline:active,
.btn.btn-outline:focus {
  text-decoration: none;
  color: #ffffff;
  background: #008a59;
  border: 1px solid #008a59;
}
.btn.btn-outline-reverse {
  background: transparent;
  border: 1px solid #008a59;
  color: #008a59;
  border-radius: 23px;
}
.btn.btn-outline-reverse:hover,
.btn.btn-outline-reverse:active,
.btn.btn-outline-reverse:focus {
  text-decoration: none;
  color: #ffffff;
  background: #008a59;
  border: 1px solid #008a59;
}
.btn.btn-special {
  box-shadow: 0 12px 24px -12px rgb(0 0 0 / 8%);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(60, 60, 60, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
}
.btn.btn-special:hover {
  border: 1px solid rgba(60, 60, 60, 0.12);
  background: #ffffff;
}
.btn.btn-special:focus,
.btn.btn-special:active {
  border: 1px solid rgba(60, 60, 60, 0.12);
  background: #ffffff;
}
.action.tocart {
  display: inline-block;
  text-decoration: none;
}
.action.tocart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
  content: '\e927';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.action.tocart:hover:before {
  color: inherit;
}
.action.tocart:active:before {
  color: inherit;
}
.action.action-auth-toggle {
  display: inline-block;
  text-decoration: none;
}
.action.action-auth-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
  content: '\e92b';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.action.action-auth-toggle:hover:before {
  color: inherit;
}
.action.action-auth-toggle:active:before {
  color: inherit;
}
.action.checkout,
.action.continue {
  display: inline-block;
  text-decoration: none;
}
.action.checkout:after,
.action.continue:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
  content: '\e90b';
  font-family: 'azkarra';
  margin: 0 0 0 4px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.action.checkout:hover:after,
.action.continue:hover:after {
  color: inherit;
}
.action.checkout:active:after,
.action.continue:active:after {
  color: inherit;
}
.btn-block + .btn-block {
  margin-bottom: 8px;
}
section {
  clear: both;
}
.tabs {
  margin: 0;
  padding: 0;
}
.tabs > .item-title {
  float: none;
  width: 100%;
}
.tabs > .item-title > .switch {
  display: block;
}
.tabs > .item-content {
  display: block;
  float: none;
  margin: 0;
}
.tabs > .item-content:before,
.tabs > .item-content:after {
  content: '';
  display: table;
}
.tabs > .item-content:after {
  clear: both;
}
.tabs > .item-content.active {
  display: block;
}
.tabs > .item-title {
  margin: 0;
}
.tabs > .item-title > .switch {
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  height: 48px;
  padding: 0 8px 4px 8px;
  font-weight: 600;
  line-height: 48px;
  font-size: 1.4rem;
  color: #008a59;
  text-decoration: none;
}
.tabs > .item-title > .switch:visited {
  color: #010409;
  text-decoration: none;
}
.tabs > .item-title > .switch:hover {
  color: #008a59;
  text-decoration: none;
}
.tabs > .item-title > .switch:active {
  color: #008a59;
  text-decoration: none;
}
.tabs > .item-title:not(.disabled) > .switch:active,
.tabs > .item-title.active > .switch,
.tabs > .item-title.active > .switch:focus,
.tabs > .item-title.active > .switch:hover {
  color: #008a59;
  text-decoration: none;
  padding-bottom: 4px;
}
.tabs > .item-content {
  background: #ffffff;
  margin: 0;
  padding: 8px;
}
.accordion {
  margin: 0;
  padding: 0;
}
.accordion > .item-title {
  float: none;
  width: 100%;
}
.accordion > .item-title > .switch {
  display: block;
}
.accordion > .item-content {
  display: block;
  float: none;
  margin: 0;
}
.accordion > .item-content:before,
.accordion > .item-content:after {
  content: '';
  display: table;
}
.accordion > .item-content:after {
  clear: both;
}
.accordion > .item-content.active {
  display: block;
}
.accordion > .item-title {
  margin: 0;
}
.accordion > .item-title > .switch {
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  height: 48px;
  padding: 0 8px 4px 8px;
  font-weight: 600;
  line-height: 48px;
  font-size: 1.4rem;
  color: #008a59;
  text-decoration: none;
}
.accordion > .item-title > .switch:visited {
  color: #010409;
  text-decoration: none;
}
.accordion > .item-title > .switch:hover {
  color: #008a59;
  text-decoration: none;
}
.accordion > .item-title > .switch:active {
  color: #008a59;
  text-decoration: none;
}
.accordion > .item-title:not(.disabled) > .switch:active,
.accordion > .item-title.active > .switch,
.accordion > .item-title.active > .switch:focus,
.accordion > .item-title.active > .switch:hover {
  color: #008a59;
  text-decoration: none;
  padding-bottom: 4px;
}
.accordion > .item-content {
  background: #ffffff;
  margin: 0;
  padding: 8px;
}
.accordion .item {
  position: relative;
}
.accordion .item-title a {
  text-decoration: none;
}
.accordion .item-title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #010409;
  content: '\e921';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.accordion .item-title a:hover:after {
  color: #0e377c;
}
.accordion .item-title a:active:after {
  color: #0e377c;
}
.accordion .item-title a:after {
  position: absolute;
  right: 8px;
  top: 0;
}
.accordion .item.active a:after {
  content: '\e91e';
}
.accordion[data-collapsible="true"] [data-role="title"] {
  text-decoration: none;
}
.accordion[data-collapsible="true"] [data-role="title"]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #010409;
  content: '\e921';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.accordion[data-collapsible="true"] [data-role="title"]:hover:after {
  color: #0e377c;
}
.accordion[data-collapsible="true"] [data-role="title"]:active:after {
  color: #0e377c;
}
.accordion[data-collapsible="true"].active [data-role="title"]:after {
  content: '\e91e';
}
.pages strong.pages-label {
  display: none;
}
.pages ul.items.pages-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages ul.items.pages-items span.label {
  display: none;
}
.pages ul.items.pages-items li.item {
  float: left;
  padding: 0;
  list-style: none;
  margin: 0.5px;
}
.pages ul.items.pages-items li.item a {
  margin: 0;
  text-align: center;
  line-height: 38px;
  color: #707070;
  font-size: 14px;
  float: none;
  display: block;
  padding: 0 13px;
  border: 1px solid #dbdbdb;
  background: 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.pages ul.items.pages-items li.item.current strong {
  background-color: #dbdbdb;
  margin: 0;
  text-align: center;
  line-height: 38px;
  color: #008a59;
  font-size: 14px;
  float: none;
  display: block;
  padding: 0 13px;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.pages ul.items.pages-items li.item:first-child a,
.pages ul.items.pages-items li.item:first-child strong {
  border-radius: 4px 0 0 4px !important;
}
.pages ul.items.pages-items li.item:last-child a,
.pages ul.items.pages-items li.item:last-child strong {
  border-radius: 0 4px 4px 0 !important;
}
.pages ul.items.pages-items li.item:hover a {
  color: #008a59;
  background-color: #dbdbdb;
}
.pages .action.previous > span.label {
  display: none;
}
.pages .action.next {
  background-color: #0a0a0a;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.pages .action.next:before,
.pages .action.next:after {
  color: #ffffff;
}
.pages .action:hover {
  background-color: #4a4a4a;
  color: #ffffff;
}
.pages .action:hover:before,
.pages .action:hover:after {
  color: #ffffff;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 8px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 8px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 16px 0;
}
.breadcrumbs .items {
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #008a59;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #008a59;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #008a59;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #008a59;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #1f4348;
  white-space: nowrap;
}
.breadcrumbs a:visited,
.breadcrumbs a:focus,
.breadcrumbs a:hover {
  color: #1f4348;
}
.breadcrumbs strong {
  color: #1f4348;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  max-width: 230px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.breadcrumbs .home > a {
  position: relative;
}
.breadcrumbs .home > a:hover {
  text-decoration: none;
}
.breadcrumbs .items li.item {
  position: relative;
  display: inline-flex;
}
.breadcrumbs .item:not(:first-child) a,
.breadcrumbs .item:not(:first-child) strong {
  padding-left: 35px;
}
.breadcrumbs .item:not(:first-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.377' height='20.427' viewBox='0 0 22.377 20.427'%3E%3Cg id='bread1' transform='translate(-291.297 -256.545)'%3E%3Cellipse id='Ellipse_81' data-name='Ellipse 81' cx='6.317' cy='8.12' rx='6.317' ry='8.12' transform='translate(299.661 256.545) rotate(31)' fill='%23f4c230'/%3E%3Cg id='Group_153' data-name='Group 153' transform='translate(-1)'%3E%3Cpath id='Path_492' data-name='Path 492' d='M-1255.106-1748.253h12.431' transform='translate(1556 2016)' fill='none' stroke='%231f4348' stroke-width='1'/%3E%3Cpath id='Path_493' data-name='Path 493' d='M-1245.51-1735.838l3.477,3.477-3.477,3.477' transform='translate(1556 2000)' fill='none' stroke='%231f4348' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 4px 0;
  width: 30px;
  height: 20px;
  display: inline-block !important;
}
.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 {
  display: none;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #008a59;
  content: '\e92d';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #e0a700;
}
.ui-dialog.popup .action.close:active:before {
  color: #e0a700;
}
.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.4;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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 #e6e6e6 transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup,
.modal-custom {
  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,
.modal-custom._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,
.modal-custom._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.modal-custom .modal-inner-wrap {
  background-color: #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  opacity: 1;
  pointer-events: auto;
}
.modal-slide,
.responsive-modal-slider {
  left: inherit;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap,
.responsive-modal-slider._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap,
.responsive-modal-slider .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: calc(100vw - 70px);
  max-width: 570px;
}
.modal-slide._inner-scroll .modal-inner-wrap,
.responsive-modal-slider._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,
.responsive-modal-slider._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer,
.responsive-modal-slider._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content,
.responsive-modal-slider._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer,
.responsive-modal-slider._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.responsive-modal-slider .modal-header,
.modal-slide .modal-content,
.responsive-modal-slider .modal-content,
.modal-slide .modal-footer,
.responsive-modal-slider .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header,
.responsive-modal-slider .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup,
.modal-custom {
  z-index: 900;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap,
.modal-custom.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap,
.modal-custom._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap,
.modal-custom .modal-inner-wrap {
  margin: 5rem auto;
  width: calc(100% - 16px*2);
  max-width: 800px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll,
.modal-custom._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll,
.ie11 .modal-custom._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap,
.modal-custom._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap,
.ie11 .modal-custom._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content,
.modal-custom._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-custom .modal-header,
.modal-popup .modal-content,
.modal-custom .modal-content,
.modal-popup .modal-footer,
.modal-custom .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-custom .modal-header,
.modal-popup .modal-footer,
.modal-custom .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header,
.modal-custom .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-content,
.modal-custom .modal-content {
  padding-bottom: 3rem;
}
.modal-popup .modal-footer,
.modal-custom .modal-footer {
  margin-top: auto;
  text-align: right;
  padding-bottom: 3rem;
}
.modal-popup .modal-footer button,
.modal-custom .modal-footer button {
  min-width: 90px;
}
.modal-popup .modal-footer-actions,
.modal-custom .modal-footer-actions {
  text-align: right;
}
.modal-popup.modal-slide {
  left: inherit;
  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: calc(100vw - 70px);
  max-width: 570px;
}
.modal-popup.modal-slide .modal-inner-wrap {
  margin: 0;
  max-height: 90vh;
  /** iOS webkit fix height problem when added long content **/
}
.modal-custom {
  top: inherit;
  bottom: 0;
  z-index: 900;
}
.modal-custom._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-custom .modal-inner-wrap {
  width: 1378px;
  max-width: calc(100vw - 16px - 16px);
  height: 60vh;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.4;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  display: none;
}
.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: 14px;
  line-height: 14px;
  color: #010409;
  content: '\e92d';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  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: #e0a700;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #f7f7f7;
  font-weight: 300;
  padding-bottom: 8px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 16px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -9.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(1, 4, 9, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 899;
}
.custom-slide {
  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;
  left: inherit;
  z-index: 900;
}
.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: #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  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: calc(100vw - 70px);
  max-width: 570px;
}
.custom-slide._show {
  -webkit-overflow-scrolling: touch;
}
.custom-slide .modal-inner-wrap {
  background-color: #f7f7f7;
  height: auto;
  min-height: 100%;
}
body._has-modal-custom {
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}
body._has-modal-custom .modal-custom-overlay {
  background-color: rgba(1, 4, 9, 0.6);
}
.modal-popup {
  pointer-events: auto;
}
.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #f7f7f7;
}
.modal-popup.modal-slide._inner-scroll._show {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  height: auto;
  min-height: 100%;
}
.modal-popup .modal-title {
  font-size: 14px;
  font-weight: 700;
}
.modal-popup .input-text,
.modal-popup textarea,
.modal-popup select {
  background-color: #ffffff;
}
.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: 24px;
}
.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 4px;
  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: 4px;
  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: #010409;
  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: #010409;
  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);
  }
}
.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-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.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: #1979c2;
  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: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  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: #333333;
  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: #333333;
  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: #333333;
}
.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 {
  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;
}
.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;
}
.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: #fff;
  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: #fff;
  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: #000 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 {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  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/jq-dev/elate/en_US/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-width: 30px;
  max-height: 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: #fff;
  border-color: #ccc;
  font-family: 'Noto Sans TC', '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: #000;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.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) > .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: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  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: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.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: #1979c3;
}
.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: #1979c3;
}
.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 {
  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: #757575;
}
.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/jq-dev/elate/en_US/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/jq-dev/elate/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  display: none;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 12px 12px 0;
  padding: 6px;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.ambrands-letters-filter .ambrands-letter:hover {
  border-color: #006bb4;
  background: #ffffff;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  border-color: #ececec;
  background: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  border-color: #006bb4;
  background: #dff1ff;
  color: #006bb4;
}
.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 {
  position: relative;
  display: block;
}
.ambrands-search-block:before {
  position: absolute;
  top: calc(50% - 20px / 2);
  left: 15px;
  display: flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  pointer-events: none;
}
.ambrands-search-block .ambrands-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  cursor: pointer;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  display: block;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px 40px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.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: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  position: absolute;
  z-index: 99;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 250px;
  width: 460px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  color: #000;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
@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;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.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 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.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;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 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;
}
#page-loader {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  padding: 8px 16px 4px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(60, 60, 60, 0.08);
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 16px 16px 0 0;
}
#page-loader .loader {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  padding-left: 56px;
  background-image: url('../../frontend/jq-dev/elate/en_US/JqDev_WebVitals/images/loader.svg');
  background-repeat: no-repeat;
  background-size: contain;
  animation: spinner 1s infinite;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.form.subscribe .field.consent {
  margin-top: .5rem;
  font-size: 13px;
}
.form.subscribe .field.consent label {
  position: relative;
}
body.gdpr-privacy-settings .column.main .actions-toolbar {
  margin-bottom: 1.5em;
}
body.gdpr-privacy-settings .column.main #download-form,
body.gdpr-privacy-settings .column.main #anonymize-form,
body.gdpr-privacy-settings .column.main #remove-form {
  margin-left: 7em;
}
.mst-gdpr_customer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.mst-gdpr_customer .card {
  border-radius: 0.4rem;
  --tw-bg-opacity: 1;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.mst-gdpr_customer .card .gap-4 {
  gap: 1rem;
  display: flex;
}
.mst-gdpr_customer .card .gap-4 .icon {
  --tw-text-opacity: 1;
  background-color: #f5f5f5;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 2rem;
}
.mst-gdpr_customer .card .gap-4 > div > a {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.mst-gdpr_customer .card .gap-4 > div > h3 {
  margin-bottom: 1rem;
  line-height: 1.75rem;
}
.mst-gdpr_customer .card .gap-4 > div button {
  float: right;
}
.mst-anonymize,
.mst-download,
.mst-remove {
  border-radius: 0.4rem;
  --tw-bg-opacity: 1;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .mst-gdpr_customer .card .gap-4 {
    display: block;
  }
}
legend.hidden {
  display: none;
}
.mst-gdpr__cookie-bar-wrapper {
  display: none;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
  transition: all 0.5s ease;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  max-width: 50vw;
  min-width: 70rem;
  z-index: 10000;
  background: #ffffff;
  box-shadow: rgba(37, 44, 97, 0.15) 0 5px 15px 0, rgba(93, 100, 148, 0.2) 0 2px 4px 0;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 10rem;
  box-sizing: border-box;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar * {
  transition: background-color 0.5s ease;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
  display: flex;
  margin-left: 1rem;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
  width: 10rem;
  margin-right: 1rem;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button:last-child {
  margin-right: 0;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button[data-trigger-settings="trigger"] {
  border: none;
  background: transparent;
  opacity: 0.8;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button[data-trigger-settings="trigger"]:hover {
  opacity: 1;
}
.mst-gdpr__cookie-bar-wrapper._loading .mst-gdpr__cookie-bar {
  opacity: .7;
}
.mst-gdpr__cookie-bar-wrapper._loading .mst-gdpr__cookie-bar button {
  opacity: 0;
}
.mst-gdpr__cookie-bar-overlay {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.footer.links.mst-gdpr-cookie-consent-settings {
  color: #575757;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
    flex-direction: column;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button:last-child {
    margin-bottom: 0;
  }
}
.mst-gdpr__cookie-settings--hidden-block {
  display: none;
}
.action.primary.mst-gdpr__cookie-settings--success-btn,
.amshopby-button.mst-gdpr__cookie-settings--success-btn,
.am-filter-go.mst-gdpr__cookie-settings--success-btn {
  padding: 10px 35px;
}
.mst-gdpr__cookie-settings--cookie-group-container .title {
  width: 80%;
  display: inline-block;
}
.mst-gdpr__cookie-settings--cookie-group-container .checkbox {
  float: right;
  margin: .4rem 0;
  top: 0;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container {
  padding: 0 3rem;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container h4 {
  cursor: pointer;
  margin: 0;
  padding: 20px 0;
  display: inline-block;
  text-decoration: none;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container h4:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #858585;
  content: "";
  font-family: 'azkarra';
  margin: 0 1rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container h4:hover:before {
  color: #0e377c;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container h4:active:before {
  color: #0e377c;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container h4[aria-expanded="true"]:before {
  content: '\e90c';
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container h4[aria-expanded="false"]:before {
  content: '\e909';
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container label {
  float: right;
  margin-left: 5px;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container label .hidden {
  display: none;
}
.mst-gdpr__cookie-settings--cookie-group-container .content {
  margin: 2rem 3rem 0 3rem;
  padding-bottom: 2rem;
}
.mst-gdpr__cookie-settings--cookie-group-container .content table {
  width: 100%;
}
.mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(1) {
  width: 20%;
}
.mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(2) {
  width: 70%;
}
.mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(3) {
  width: 10%;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input:checked + .slider {
  background-color: #2078c0;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input:focus + .slider {
  box-shadow: 0 0 1px #2078c0;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input:disabled + .slider:before {
  background-color: #48a5ee;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 15px;
  left: 0;
  right: 0;
  bottom: -15px;
  background-color: #cccccc;
  -webkit-transition: .2s;
  transition: .2s;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch .slider.disabled {
  cursor: default;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch .slider.round {
  border-radius: 30px;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch .slider.round::before {
  border-radius: 50%;
}
.mst-gdpr__cookie-settings--group-content {
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(37, 44, 97, 0.15);
  margin-bottom: 4px;
}
.mst-gdpr__cookie-settings--group-content > .mst-gdpr__cookie-settings--cookie-group-container:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.mst-gdpr__cookie-settings--group-content > .mst-gdpr__cookie-settings--cookie-group-container:nth-last-child(2) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mst-gdpr__cookie-settings--group-content > .mst-gdpr__cookie-settings--cookie-group-container:nth-child(4n+3) {
  background: #f7f7f7;
}
.mst-gdpr__cookie-settings--cookie-modal-settings {
  z-index: 10001;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-title {
  font-weight: bold;
  border: none;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-text {
  margin-bottom: 1.5em;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-footer {
  border: none;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 5px;
}
.mst-gdpr__cookie-settings--cookie-modal-settings .modal-content {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide {
    z-index: 10001;
  }
}
@media (max-width: 640px) {
  .mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(2),
  .mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(3),
  .mst-gdpr__cookie-settings--cookie-group-container .content table th:nth-child(2),
  .mst-gdpr__cookie-settings--cookie-group-container .content table th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 500px) {
  .mst-gdpr__cookie-settings--cookie-group-container .title-container {
    padding: 0 2rem;
  }
  .mst-gdpr__cookie-settings--cookie-group-container .title-container .title {
    width: auto;
  }
}
.form.subscribe .field.consent {
  margin-top: .5rem;
  font-size: 13px;
}
.form.subscribe .field.consent label {
  position: relative;
}
#newsletter-validate-detail {
  display: flex;
  flex-direction: column;
}
#newsletter-validate-detail .field.consent {
  padding-bottom: 2rem;
}
#newsletter-validate-detail .field.consent input {
  margin-right: 1rem;
}
.mst-gtm__toolbar {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.3);
  border-radius: 0;
  z-index: 1000000;
  width: 30rem;
}
.mst-gtm__toolbar > strong {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 1rem 2rem;
  color: #ffffff;
  background: #4686f3;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body {
  max-height: 400px;
  overflow-y: scroll;
  background: #ffffff;
  padding: 5px;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event {
  padding: 10px;
  margin: 5px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event > strong {
  font-style: normal;
  background: #4685f3;
  padding: 1px 3px;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: -5px;
  color: #ffffff;
  font-weight: normal;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event > i {
  font-style: normal;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event > span {
  margin-left: 5px;
  color: #8a8a8a;
  text-decoration: underline;
  float: right;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event._active {
  background: #4685f3;
  color: #ffffff;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event._active > span {
  display: none;
}
.mst-gtm__toolbar-extra {
  position: fixed;
  bottom: 1rem;
  left: 32.5rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.3);
  border-radius: 0;
  z-index: 1000001;
  width: 47rem;
  background: #ffffff;
  padding: 1rem;
}
.mst-gtm__toolbar-extra > pre {
  background: #ffffff;
  border: none;
  margin: 0;
  overflow: scroll;
  font-size: 11px;
  height: 35em;
  width: 45rem;
}
.mst-gtm__toolbar-extra > .action.close {
  float: right;
  position: absolute;
  top: -18px;
  right: -18px;
  border-radius: 15px;
  padding: 5px 10px;
}
.mst-gtm__toolbar {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.3);
  border-radius: 0;
  z-index: 1000000;
  width: 30rem;
}
.mst-gtm__toolbar > strong {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 1rem 2rem;
  color: #ffffff;
  background: #4686f3;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body {
  max-height: 40rem;
  overflow-y: scroll;
  background: #ffffff;
  padding: .5rem;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event {
  padding: 1rem;
  margin: .5rem;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event > strong {
  font-style: normal;
  background: #4685f3;
  padding: 1px 3px;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: -5px;
  color: #ffffff;
  font-weight: normal;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event > i {
  font-style: normal;
}
.mst-gtm__toolbar .mst-gtm__toolbar-body .mst-gtm__toolbar-event > span {
  margin-left: 5px;
  color: #8a8a8a;
  text-decoration: underline;
  float: right;
}
.mst-gtm__toolbar-extra {
  position: fixed;
  bottom: 1rem;
  left: 32.5rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.3);
  border-radius: 0;
  z-index: 1000001;
  width: 47rem;
  background: #ffffff;
  padding: 1rem;
}
.mst-gtm__toolbar-extra > pre {
  background: #ffffff;
  border: none;
  margin: 0;
  overflow: scroll;
  font-size: 11px;
  height: 35em;
  width: 45rem;
}
.block-balance .price {
  margin-top: -8px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 16px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  font-family: 'azkarra';
  margin: 0 8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.table-downloadable-products .action.download:hover:before {
  color: #0e377c;
}
.table-downloadable-products .action.download:active:before {
  color: #0e377c;
}
.page-product-downloadable .product-info-main a {
  color: #008a59;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 12px;
}
.samples-item-title {
  margin: 0 0 8px;
}
.samples-item {
  margin: 0 0 8px;
}
.field.downloads {
  margin-bottom: 8px;
}
.field.downloads > .label {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #008a59;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:hover {
  color: inherit;
  text-decoration: none;
}
.field.downloads-all .label:active {
  color: inherit;
  text-decoration: none;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px solid #e6e6e6;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 24px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 4px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 24px;
  margin-top: 24px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 24px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 16px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 16px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 8px;
}
.gift-message .field {
  margin-bottom: 16px;
}
.gift-message .field .label {
  color: #d0d0d0;
  font-weight: 400;
}
.gift-options {
  margin: 16px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 16px;
}
.gift-options-content .fieldset {
  margin: 0 0 16px;
}
.gift-summary {
  margin-top: 8px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 16px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  display: none;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #010409;
  content: '\e90f';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #008a59;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #010409;
}
.gift-summary .action-delete:before {
  content: '\e929';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #010409;
  content: '\e909';
  font-family: 'azkarra';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.action-gift:hover:after {
  color: #008a59;
}
.action-gift:active:after {
  color: #010409;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e90c';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 16px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #e6e6e6;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e90c';
}
.gift-item-block .title {
  color: #008a59;
  cursor: pointer;
  margin: 0;
  padding: 8px 48px 8px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #008a59;
  content: '\e909';
  font-family: 'azkarra';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #008a59;
}
.gift-item-block .title:active:after {
  color: #0e377c;
}
.gift-item-block .content {
  padding: 8px 0 16px;
  position: relative;
}
.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-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 8px 0;
}
.gift-messages-order {
  margin-bottom: 12px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 48px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #008a59;
}
.table-giftregistry-items .product-image {
  margin-right: 8px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 8px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 48px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 12px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #e6e6e6;
}
.block-giftregistry-shared-items .col {
  padding: 4px 11px 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-photo {
  display: block;
  max-width: 65px;
  padding: 8px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 4px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 8px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 16px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 16px 0 8px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f7f7f7;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  display: none;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #c0c0c0;
  content: '\e914';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.gift-wrapping-list .no-image:hover:after {
  color: #0e377c;
}
.gift-wrapping-list .no-image:active:after {
  color: #0e377c;
}
.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 8px 8px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #e6e6e6;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 8px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4px 0 0 4px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  display: none;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #010409;
  content: '\e929';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #008a59;
}
.gift-wrapping-title .action-remove:active:before {
  color: #010409;
}
.gift-options-content .fieldset .field {
  margin: 8px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 16px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 8px 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: 16px;
}
.order-options .product {
  margin-bottom: 8px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 8px;
}
.order-options .gift-wrapping {
  margin-bottom: 8px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 8px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 8px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.8rem;
  padding: 18px 24px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 16px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #f7f7f7;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #e6e6e6;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 16px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 24px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  display: none;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
  content: '\e921';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
/**
 * 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/jq-dev/elate/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.map-popup-wrapper.popup .action.close {
  top: 8px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 8px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 600;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 1.6rem;
}
.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: 8px;
  top: 8px;
}
.map-popup .popup-actions .action.close > span {
  display: none;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #008a59;
  content: '\e92d';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #e0a700;
}
.map-popup .popup-actions .action.close:active:before {
  color: #e0a700;
}
.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.4;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 16px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 16px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 8px;
}
.map-popup .map-msrp {
  margin-bottom: 8px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.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: 8px;
}
.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.6;
  margin: 0;
  padding: 0;
  color: #008a59;
  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.4;
}
button.map-show-info:hover {
  color: #e0a700;
  text-decoration: none;
}
button.map-show-info:active {
  color: inherit;
  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: #008a59;
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  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 .action.toggle {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  padding-left: 8px;
  cursor: pointer;
}
.wishlist.split.button .action.toggle > span {
  display: none;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 17px;
  color: #008a59;
  content: '\e909';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #e0a700;
}
.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 {
  display: none;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 17px;
  color: #008a59;
  content: '\e90c';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #e0a700;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  display: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 8px;
  margin-top: 8px;
  min-width: 200px;
  z-index: 100;
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
  list-style-type: none;
}
.wishlist.split.button .items li > a:not([class]) {
  color: #010409;
}
.wishlist.split.button .items li:hover {
  background: #f7f7f7;
  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 #e6e6e6 transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 24px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 23px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.wishlist.split.button > .action.split:hover:before {
  color: #0e377c;
}
.wishlist.split.button > .action.split:active:before {
  color: #0e377c;
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #e0a700;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #008a59;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #008a59;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #008a59;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  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: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 600;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 1.6rem;
}
.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: 8px;
  top: 8px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  display: none;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #008a59;
  content: '\e92d';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #e0a700;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #e0a700;
}
.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.4;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: rgba(1, 4, 9, 0.6);
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #008a59;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 8px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 8px;
}
.block-wishlist-management .wishlist-notice {
  color: #d0d0d0;
  display: inline-block;
  margin-right: 16px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #f6f6f6;
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.block-wishlist-management .wishlist-notice.private:hover:before {
  color: #0e377c;
}
.block-wishlist-management .wishlist-notice.private:active:before {
  color: #0e377c;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 16px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 16px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 48px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 16px;
  font-size: 2.2rem;
}
.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: 16px;
}
.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 8px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 8px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #008a59;
}
.block-wishlist-info-items .action.towishlist {
  padding: 8px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  margin-top: 24px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #010409;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 12px;
  padding-left: 12px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 8px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #dc3545;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 8px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 24px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 8px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 48px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 12px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 8px;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #e0a700;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 48px;
}
.multicheckout.order-review .error-description {
  color: #dc3545;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: -8px;
}
.multicheckout .box-title span {
  margin-right: 8px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 4px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2rem;
  margin-bottom: 48px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/jq-dev/elate/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/jq-dev/elate/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/jq-dev/elate/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/jq-dev/elate/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon {
  -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;
}
[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: 2.8rem;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 10px 10px 0;
  padding: 18px 24px;
  color: #008a59;
  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:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #e0a700;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: inherit;
  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: #008a59;
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background: #008a59;
  border: 1px solid #008a59;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 23px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  text-align: center;
  line-height: 2.8rem;
  padding: 18px 24px;
  font-size: 1.8rem;
  border-radius: 0;
  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: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
  text-decoration: none;
}
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.4;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background: #008a59;
  border: 1px solid #008a59;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 23px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  text-align: center;
  line-height: 2.8rem;
  padding: 18px 24px;
  font-size: 1.8rem;
  border-radius: 0;
  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: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
  text-decoration: none;
}
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.4;
  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: 1410px;
}
[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: 1410px;
  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%;
}
div[data-content-type='slider'] 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: #010409;
  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: #f7f7f7;
  color: #d0d0d0;
  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 {
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item-title {
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item-title > .switch {
  display: block;
}
.pagebuilder-accordion > .item-content {
  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;
}
.pagebuilder-accordion > .item-title > .switch {
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  height: 48px;
  padding: 0 8px 4px 8px;
  font-weight: 600;
  line-height: 48px;
  font-size: 1.4rem;
  color: #008a59;
  text-decoration: none;
}
.pagebuilder-accordion > .item-title > .switch:visited {
  color: #010409;
  text-decoration: none;
}
.pagebuilder-accordion > .item-title > .switch:hover {
  color: #008a59;
  text-decoration: none;
}
.pagebuilder-accordion > .item-title > .switch:active {
  color: #008a59;
  text-decoration: none;
}
.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 {
  color: #008a59;
  text-decoration: none;
  padding-bottom: 4px;
}
.pagebuilder-accordion > .item-content {
  background: #ffffff;
  margin: 0;
  padding: 8px;
}
.table-wrapper.billing-agreements {
  margin-bottom: 48px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 4px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 16px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 8px auto 4px;
}
.cart-summary .paypal + .paypal {
  margin-top: 12px;
}
.paypal-review .actions-toolbar {
  margin-top: 8px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 8px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 24px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 48px;
  padding: 8px 0 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;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 120px;
  min-height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 24px;
  background: url('../../frontend/jq-dev/elate/en_US/images/star-empty.svg');
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  content: '';
  display: block;
  height: 24px;
  background: url('../../frontend/jq-dev/elate/en_US/images/star-full.svg');
}
.rating-summary .rating-result > span span {
  display: none;
}
.rating-summary .rating-value {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 4px;
  font-weight: 600;
  color: #008a59;
}
span.review-form-modal-trigger:hover {
  cursor: pointer;
  text-decoration: underline;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.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: 12px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 8px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.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: 16px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.6;
  margin: 0 24px 0 0;
  padding: 0;
  color: #008a59;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #e0a700;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:active {
  color: inherit;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #008a59;
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 32px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f7f7f7;
  color: #010409;
  border: 1px solid #e6e6e6;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #e6e6e6;
  margin-bottom: 48px;
  padding: 8px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 8px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 24px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #e6e6e6;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #e6e6e6;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #008a59;
}
.order-details-items .action.show > span {
  display: none;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: #010409;
  content: '\e909';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.order-details-items .action.show:hover:after {
  color: #0e377c;
}
.order-details-items .action.show:active:after {
  color: #0e377c;
}
.order-details-items .action.show.expanded:after {
  content: '\e90c';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #e6e6e6;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 16px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.action.mailto.friend {
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e91a';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.action.mailto.friend:hover:before {
  color: #0e377c;
}
.action.mailto.friend:active:before {
  color: #0e377c;
}
.swatch-attribute-label.required {
  padding-right: 8px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #dc3545;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #008a59;
  padding-left: 8px;
  font-weight: 700;
}
.swatch-attribute-options {
  margin: 8px 0 12px;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #010409;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 8px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f7f7f7;
  color: #010409;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #010409;
}
.swatch-option {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  float: left;
  margin: 0 8px 8px 0;
  max-width: 100%;
  min-width: 40px;
  min-height: 40px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option.text {
  background: #f7f7f7;
  color: #010409;
  line-height: 20px;
  padding: 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #008a59;
  border: 1px solid #ffffff;
  color: #010409;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #010409;
  outline: 1px solid #008a59;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #004d32;
}
.swatch-option.disabled,
.swatch-option-disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
  color: #d0d0d0 !important;
}
.swatch-option-loading {
  content: url('../../frontend/jq-dev/elate/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #e6e6e6;
  color: #0e377c;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 4px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #e6e6e6 transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  color: #0e377c;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #010409;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #17a2b8;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 16px 0;
}
.swatch-opt-listing {
  margin-bottom: 8px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.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.6;
  margin: 0;
  padding: 0;
  color: #008a59;
  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.4;
}
.my-credit-cards .action.delete:hover {
  color: #e0a700;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: inherit;
  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: #008a59;
  opacity: 0.4;
  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.6;
  margin: 0;
  padding: 0;
  color: #008a59;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 16px;
}
.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.4;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #e0a700;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: inherit;
  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: #008a59;
  opacity: 0.4;
  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;
}
.switch-field {
  display: flex;
}
.switch-field > .switch:not(:last-of-type) {
  margin-right: 16px;
}
.checkout-index-index .billing-address-form .fieldset .field[name="custom_attributes.private_business"],
.form-shipping-address .fieldset .field[name="custom_attributes.private_business"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}
.checkout-index-index .billing-address-form .field[name*=".company"],
.form-shipping-address .field[name*=".company"],
.checkout-index-index .billing-address-form .field[name*=".vat_id"],
.form-shipping-address .field[name*=".vat_id"] {
  display: none;
}
.toolbar {
  margin-bottom: 16px;
}
.toolbar:not(.toolbar-bottom):not(.bottom) {
  background-color: #f7f7f7;
  padding: 4px 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.toolbar:not(.toolbar-bottom):not(.bottom) .pages {
  display: none !important;
}
.toolbar select {
  background-color: #ffffff;
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  text-align: center;
}
.toolbar-bottom,
.toolbar.bottom {
  margin-top: 48px;
}
.toolbar-bottom .toolbar-amount,
.toolbar.bottom .toolbar-amount,
.toolbar-bottom .limiter,
.toolbar.bottom .limiter {
  display: none !important;
}
.sorter {
  display: inline-flex;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 8px 0 0;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #010409;
  content: '\e905';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.sorter-action:hover:before {
  color: #0e377c;
}
.sorter-action:active:before {
  color: #0e377c;
}
.sorter-action.sort-desc:before {
  content: '\e922';
}
.modes-mode {
  float: left;
  color: #010409;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
}
.modes-mode:hover {
  color: #010409;
  background: #fafafa;
  text-decoration: none;
}
.modes-mode.active {
  color: #e0a700;
}
.modes-mode.active::before {
  color: #e0a700;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #010409;
  content: '\e91f';
  font-family: 'azkarra';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.modes-mode:hover:before {
  color: #e0a700;
}
.modes-mode:active:before {
  color: #0e377c;
}
.mode-list:before {
  content: '\e919';
}
.limiter-options {
  margin: 0 4px;
  padding: 4px 24px 4px 4px;
  width: auto;
}
.limiter .control {
  display: inline-block;
}
.products-grid {
  position: relative;
}
.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.products-slider.product-items {
  display: block;
  width: 100%;
}
.products-slider .slick-slide > div {
  margin: 0 8px;
}
.products-slider .product-item {
  margin-bottom: 0;
}
.products-slider .product-item.item-unavailable {
  opacity: 0.5;
  background-color: transparent;
}
.products-slider .product-item.item-unavailable .product-item-photo img {
  filter: unset;
}
.product-view-bottom .products-grid .products-slider.product-items {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .products-grid .product-items {
    width: calc(100% + 16px);
  }
}
.product-item {
  position: relative;
  margin: 0 16px 16px 0;
  border-radius: 0;
  background-color: #FFF;
}
.product-item-link {
  color: #010409;
}
.product-item-link:hover {
  color: #010409;
  text-decoration: none;
}
.product-item-link:focus,
.product-item-link:active {
  color: #010409;
  text-decoration: none;
}
.product-item[data-href]:hover .product-image-photo,
.product-item[data-href]:hover .rating-result {
  cursor: pointer;
}
.product-item .manufacturer {
  margin-bottom: 4px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  min-height: 18px;
  text-transform: uppercase;
  color: #c0c0c0;
}
.product-item-name {
  display: block;
  margin: 0 0 8px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #4c5f76;
  font-weight: 400;
}
.product-item-photo {
  text-align: center;
  position: relative;
}
.product-item-photo .product-label2 {
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background-color: #FFF;
}
.product-item-photo .product-label2 img {
  width: 60px;
  border-radius: 5px 0 0;
}
.product-item-details {
  text-align: center;
  padding: 15px;
}
.product-item .stock_qty {
  padding: 10px 0 0;
  font-size: 13px;
}
.product-item .actions-secondary {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
}
.product-item .actions-secondary > .action {
  display: block;
  font-size: 2rem;
  line-height: 2rem;
  padding: 8px;
  background-color: #e6e6e6;
}
.product-item .actions-secondary > .action:hover {
  background-color: #d9d9d9;
}
.product-item a.product-item-link.secondurl {
  background-color: #008a59;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  z-index: 3;
  height: 40px;
  line-height: 38px;
  padding: 0 30px;
  white-space: nowrap;
  text-align: center;
  border: none;
  opacity: 1;
  visibility: visible;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
  display: inline-block;
}
.product-item .price-box {
  justify-content: center;
}
.product-item .price-box .price-label {
  display: none;
}
.product-item.item-unavailable {
  background-color: transparent;
  border-color: #f7f7f7 !important;
}
.product-item.item-unavailable .product-image-container,
.product-item.item-unavailable .product-item-details > .manufacturer,
.product-item.item-unavailable .product-item-details > .product-item-link,
.product-item.item-unavailable .product-item-details > .rating-summary,
.product-item.item-unavailable .product-item-details > .price-box {
  opacity: 0.4;
}
.product-item.item-unavailable .product-item-photo img {
  filter: unset;
}
.product-item.item-unavailable .product-labels {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  bottom: inherit;
}
.product-item.item-unavailable .product-labels > .label-unavailable {
  float: none;
}
.action.tocompare {
  display: inline-block;
  text-decoration: none;
}
.action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e90e';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.action.tocompare:hover:before {
  color: #008a59;
}
.action.tocompare:active:before {
  color: #0e377c;
}
.product-labels {
  position: absolute;
  bottom: 4px;
  left: 16px;
  z-index: 2;
}
.product-labels > div {
  display: inline-block;
  float: left;
  margin: 0 4px 4px 0;
  padding: 0 8px;
  border: 1px solid transparent;
}
.product-labels > div > .text {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2.6rem;
}
.product-labels .label-new {
  background-color: #018475;
}
.product-labels .label-sale {
  background-color: #dc3545;
}
.product-labels .label-discount {
  background-color: #ffffff;
  border-color: #dc3545;
}
.product-labels .label-discount > .text {
  color: #dc3545;
}
.product-labels .label-bestseller {
  background-color: #aa8b5d;
}
.product-labels .label-unavailable {
  background-color: #010409;
}
.delivery-before {
  margin: 4px 0 8px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #008a59;
  display: inline-block;
  text-decoration: none;
  display: block;
}
.delivery-before:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #008a59;
  content: '\e914';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.delivery-before:hover:before {
  color: #008a59;
}
.delivery-before:active:before {
  color: #008a59;
}
@media screen and (min-width: 480px) {
  .grid .product-item-name {
    height: var(--grid-product-name-lines);
    overflow: hidden;
  }
}
.catalog-product_compare-index .compare-products-wrapper {
  display: none;
}
.compare-products-wrapper {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 5;
}
.compare-products-wrapper > .action:not(.no-display) {
  background-color: #018475;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border: #016b5f;
  color: #ffffff;
  padding: 8px;
}
.compare-products-wrapper > .action:not(.no-display):hover {
  background-color: #016b5f;
}
.compare-products-wrapper > .action:not(.no-display):hover:before {
  color: #ffffff;
}
.compare-products-wrapper > .action:not(.no-display):before {
  color: #ffffff;
}
.qty-wrapper {
  display: flex;
  align-items: center;
}
.qty-wrapper .qty-minus,
.qty-wrapper .qty-plus {
  width: 35px;
  line-height: 40px;
  padding: 0 8px;
}
.qty-wrapper .item-qty {
  width: 40px;
  line-height: 40px;
  padding: 0 2px;
  text-align: center;
}
.price-box > .price-box {
  margin: 0;
}
.price-box,
.price-box > .minimal-price {
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.price-box .price {
  font-size: 1.8rem;
  color: #010409;
  font-weight: 700;
  white-space: nowrap;
}
.price-box .price-label {
  display: none;
  color: #c0c0c0;
  font-size: 12px;
}
.price-box > p:last-of-type {
  margin-bottom: 0;
}
.old-price {
  order: 1;
}
.old-price .price {
  font-weight: normal;
  color: #c0c0c0;
  text-decoration: line-through;
}
.special-price {
  order: 2;
  margin: 0 0 0 8px;
}
.special-price .price {
  color: #010409;
}
.minimal-price-info {
  order: 3;
  font-size: 1.2rem;
  color: #898989;
  width: 100%;
}
.regular-price .price-label {
  display: none;
}
.price-final_price {
  order: 2;
}
.minimal-price {
  margin: 0 !important;
}
.minimal-price .price-container {
  display: block;
}
.minimal-price .price-final_price {
  margin: 0 0 0 8px;
}
.minimal-price-link {
  margin-right: 4px;
  color: #c0c0c0;
}
.minimal-price-link:hover {
  text-decoration: none;
  color: #010409;
}
.minimal-price-link:hover .price-label {
  color: #010409;
}
.minimal-price-link:before {
  content: '(';
}
.minimal-price-link:after {
  content: ')';
}
.price-box .minimal-price-link .price-label {
  display: inline-block;
}
.price-from,
.price-to {
  margin: 0;
}
.price-from .price {
  margin-right: 4px;
}
.price-from .price:after {
  content: ' - ';
}
.actual-price {
  font-weight: 700;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.price-details {
  font-size: 12px;
  margin-bottom: 8px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 8px 0;
  color: #d0d0d0;
  font-size: 1.3rem;
}
.product.media .product.thumbs {
  margin: 8px 0 12px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 4px;
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 16px 0;
}
.product-info-main .product.alert {
  margin: 8px 0;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #dc3545;
  font-size: 1.3rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 4px;
}
.product-options-wrapper .field .note.mage-error {
  color: #dc3545;
}
.price-box .old-price {
  font-weight: 300;
}
.price-box .price-container .price-including-tax + .price-excluding-tax,
.price-box .price-container .weee + .price-excluding-tax,
.price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.price-box .price-container .price-including-tax + .price-excluding-tax .price,
.price-box .price-container .weee + .price-excluding-tax .price,
.price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.prices-tier {
  margin-bottom: 12px;
}
.prices-tier .item {
  margin-bottom: 8px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #008a59;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:hover {
  color: #e0a700;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: inherit;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #008a59;
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-right: 0;
  margin-bottom: 16px;
  position: relative;
  min-height: 97px;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  padding: 16px 32px 16px 90px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 8px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #e0a700;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -4px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 4px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 8px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #e6e6e6;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #e6e6e6;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #e6e6e6;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.6rem;
  padding: 8px 12px;
  font-size: 1.2rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
  margin-left: auto;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .block-content .field {
  position: static;
}
.block-search .block-content .control {
  position: absolute;
  left: -100%;
  padding: 15px;
  padding: 16px 16px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
}
.block-search .label > span {
  display: none;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #010409;
  content: '\e925';
  font-family: 'azkarra';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.block-search .label:hover:before {
  color: #0e377c;
}
.block-search .label:active:before {
  color: #0e377c;
}
.block-search .label.active + .control {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.block-search .action.search {
  display: none;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  margin: 0;
  padding: 4px 48px 4px 8px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e6e6e6;
}
.search-autocomplete ul li .amount {
  color: #d0d0d0;
  position: absolute;
  right: 7px;
  top: 4px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 8px;
}
.search.found {
  margin-bottom: 8px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 8px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 8px 8px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  padding: 24px 0 16px;
}
.block-minicart .empty {
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 16px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 16px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 16px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 16px 0 0;
  text-align: center;
}
.block-minicart .product-item .product-item-details {
  text-align: left;
}
.block-minicart .product-item .product-image-container {
  width: 70px !important;
}
.block-minicart .product-item .product-image-container img.product-image-photo {
  border-radius: 8px;
}
.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 {
  padding: 0 8px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #010409;
  content: '\e927';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
.minicart-wrapper .action.showcart:active:before {
  color: #010409;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #010409;
  content: '\e927';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #ffffff;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #010409;
}
.minicart-wrapper .block-minicart {
  display: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 8px;
  margin-top: 0;
  min-width: 160px;
  width: 100%;
  z-index: 101;
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.minicart-wrapper .block-minicart li {
  margin: 0;
  list-style-type: none;
}
.minicart-wrapper .block-minicart li > a:not([class]) {
  color: #010409;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 48px 16px 16px;
  position: fixed;
  margin-bottom: 0;
  height: 100vh;
  overflow: auto;
  max-width: 400px;
  top: 0;
  right: -100%;
  transition: right 0.3s ease-in-out;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper.active .block-minicart {
  right: 0;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  position: absolute;
  right: 0;
  top: 0;
  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;
  padding: 8px;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.4;
}
.minicart-wrapper .action.close > span {
  display: none;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #010409;
  content: '\e92d';
  font-family: 'azkarra';
  margin: 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #008a59;
  color: #ffffff;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 1.1rem;
  display: inline-block;
  overflow: hidden;
  padding: 0 4px;
  text-align: center;
  position: absolute;
  top: 17px;
  right: 0;
  border-radius: 50%;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 16px;
}
.minicart-wrapper .action.showcart .counter-label {
  display: none;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 16px;
}
.minicart-items-wrapper {
  border: 1px solid #e6e6e6;
  margin: 0 -16px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 16px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 0 0 15px;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  margin-right: 8px;
}
.minicart-items .price-minicart {
  margin-bottom: 4px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 12px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 8px;
}
.minicart-items .product-item-name a {
  color: #203434;
}
.minicart-items .product-item-details {
  padding: 0 0 15px 85px !important;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 4px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 12px;
}
.minicart-items .product-item-details .details-qty .qty-minus,
.minicart-items .product-item-details .details-qty .qty-plus {
  border-radius: 0;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 4px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #d0d0d0;
  margin: 0 0 0 4px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e90c';
}
.minicart-items .product.pricing {
  margin-top: 4px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  display: none;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #010409;
  content: '\e909';
  font-family: 'azkarra';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.minicart-items .product.options .toggle.tooltip:hover:after {
  color: #0e377c;
}
.minicart-items .product.options .toggle.tooltip:active:after {
  color: #0e377c;
}
.minicart-items .product.options .toggle > span {
  display: inline-block;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .qty-wrapper .item-qty {
  height: 40px;
  line-height: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 4px;
  vertical-align: top;
  padding: 7px 8px;
}
.minicart-items .subtitle {
  display: none;
}
.product.actions .action,
.item-actions .action {
  display: inline-block;
  text-decoration: none;
}
.product.actions .action > span,
.item-actions .action > span {
  display: none;
}
.product.actions .action:before,
.item-actions .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #010409;
  content: '\e904';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.product.actions .action:hover:before,
.item-actions .action:hover:before {
  color: #008a59;
}
.product.actions .action:active:before,
.item-actions .action:active:before {
  color: #010409;
}
.product.actions .action.edit:before,
.item-actions .action.edit:before,
.product.actions .action-edit:before,
.item-actions .action-edit:before {
  content: '\e90f';
}
.product.actions .action.delete:before,
.item-actions .action.delete:before,
.product.actions .action-delete:before,
.item-actions .action-delete:before {
  content: '\e929';
}
.form-cart {
  margin: 0 0 24px 0;
}
.cart-summary {
  margin-bottom: 24px;
  background-color: #2a5b61;
  color: #ffffff;
  border-radius: 17px;
}
.cart-summary .action.multicheckout {
  display: none;
}
.cart-summary .title.summary {
  font-weight: 500;
  font-size: 23px;
  line-height: 18px;
  text-align: left;
  color: #f2ba00;
  padding: 20px 15px;
  display: inline-block;
  width: 100%;
}
.cart-summary button.primary.checkout {
  width: 100%;
  background-color: #ff7f00;
  border-color: #ff7f00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-summary button.primary.checkout:hover {
  background-color: #008A59;
  border-color: #008A59;
}
.cart-summary .block.discount .content {
  display: block !important;
}
.cart-summary .block.discount .fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.cart-summary .block.discount .input-text {
  background-color: #ffffff;
}
.cart-summary .block.discount button.apply {
  margin: 0 0 0 8px;
  min-width: 100px;
  padding: 11px 16px;
}
.cart-summary .block.shipping {
  margin-bottom: 0;
}
.cart-summary .block.shipping .title {
  display: none;
}
.cart-summary .cart-totals .table > tbody > tr > th {
  font-weight: 400;
  font-size: 1.6rem;
  padding: 15px;
  border-color: #356a71;
}
.cart-summary .cart-totals .table > tbody > tr > th strong {
  color: #ebb50d;
}
.cart-summary .cart-totals .table > tbody > tr > td {
  font-weight: 600;
  font-size: 1.6rem;
  padding: 15px;
  text-align: right;
  border-color: #356a71;
}
.cart-summary .cart-totals .table > tbody > tr > td strong {
  color: #ebb50d;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
  padding: 24px 0 16px;
  background-color: #e0e0e0;
  color: #010409;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 18px 25px;
  border-bottom: none;
}
.cart.table-wrapper .cart thead tr th.col:first-child {
  border-radius: 17px 0 0 17px;
  text-align: left;
}
.cart.table-wrapper .cart thead tr th.col:last-child {
  border-radius: 0 17px 17px 0;
}
.cart.table-wrapper .cart tbody td {
  vertical-align: middle;
}
.cart.table-wrapper .cart th.col.qty,
.cart.table-wrapper .cart td.col.qty,
.cart.table-wrapper .cart th.col.subtotal,
.cart.table-wrapper .cart td.col.subtotal {
  text-align: center;
}
.cart.table-wrapper .cart th.col.item,
.cart.table-wrapper .cart td.col.item {
  width: 60%;
}
.cart.table-wrapper .cart td.col.item {
  padding: 12px 8px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cart.table-wrapper .cart td.col.item .product-item-photo {
  margin: 0 8px 0 0;
}
.cart.table-wrapper .cart td.col.item .product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  text-align: left;
}
.cart.table-wrapper .cart td.col.item .product-item-details .item-actions {
  border-top: 1px solid #e0e0e0;
  padding-top: 5px;
  margin-top: 5px;
}
.cart.table-wrapper .cart td.col.item .product-item-details .item-actions a.action.action-edit {
  display: none;
}
.cart.table-wrapper .cart td.col.item .product-item-details .item-actions a.actions a.action {
  color: #2a5b61;
  font-size: 17px;
  margin-right: 10px;
}
.cart.table-wrapper .cart td.col.item .product-item-details .item-actions a.action.towishlist::before {
  font-size: 18px;
}
.cart.table-wrapper .cart td.col.item .product-item-name {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.cart.table-wrapper .cart td.col.item .product-item-name a {
  color: #010409;
  font-weight: 400;
}
.cart.table-wrapper .cart td.col.item .product-sku {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 4px;
}
.cart.table-wrapper .cart td.col.item .price-custom-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cart.table-wrapper .cart td.col.item .price-custom-wrapper p:first-of-type {
  font-weight: 600;
  margin-right: 4px;
  font-size: 1.2rem;
}
.cart.table-wrapper .cart td.col.item .price-custom-wrapper .price-including-tax,
.cart.table-wrapper .cart td.col.item .price-custom-wrapper .price-excluding-tax {
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 3px;
}
.cart.table-wrapper .cart td.col.price .price {
  color: #010409;
  font-size: 17px;
  font-weight: 500;
}
.cart.table-wrapper .cart td.col.subtotal {
  padding: 8px 12px 8px;
}
.cart.table-wrapper .cart td.col.subtotal .price {
  color: #010409;
  font-size: 17px;
  font-weight: 500;
}
.cart.table-wrapper .cart td.col.qty {
  padding: 16px 12px 12px;
  text-align: center;
}
.cart.table-wrapper .cart td.col.qty .control.qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cart.table-wrapper .cart td.col.qty .control.qty .label {
  margin: 0 8px 0 0;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls {
  border: none;
}
.cart.table-wrapper .cart td.col.qty .control.qty input {
  height: 36px;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls > span {
  height: 36px;
  border-radius: 0;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls .qtyDecrease {
  display: block;
  text-decoration: none;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls .qtyDecrease > span {
  display: none;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls .qtyDecrease:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 36px;
  color: #008a59;
  content: '\e91e';
  font-family: 'azkarra';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls .qtyDecrease:hover:after {
  color: #ffffff;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls .qtyDecrease:active:after {
  color: #ffffff;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls .qtyIncrease {
  display: block;
  text-decoration: none;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls .qtyIncrease > span {
  display: none;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls .qtyIncrease:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 36px;
  color: #008a59;
  content: '\e921';
  font-family: 'azkarra';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls .qtyIncrease:hover:after {
  color: #ffffff;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls .qtyIncrease:active:after {
  color: #ffffff;
}
.cart.table-wrapper .cart td.col.qty .control.qty .qtyControls > span:hover {
  background-color: #008a59;
}
.cart.table-wrapper .cart td.col.qty .qty-wrapper {
  background-color: #FFF;
}
.cart.table-wrapper .cart td.col.qty .qty-wrapper button {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  font-size: 18px;
  line-height: 38px;
  border-radius: 0;
  color: #010409;
}
.cart.table-wrapper .cart td.col.qty .qty-wrapper input {
  background-color: #FFF;
  border-color: #FFF;
  line-height: 38px;
  width: 38px;
}
.cart-empty {
  padding: 0 0 40px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #5b6e5d;
}
.cart-empty .no-items100 {
  font-family: "Noto Sans TC Medium";
  font-weight: 600;
  font-size: 31px;
  line-height: 31px;
  color: #203434;
  margin: 20px 0;
}
.cart-empty .no-items101 {
  font-size: 16px;
  color: #000;
}
.cart-empty .no-items102 {
  max-width: 120px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.cart-empty a {
  border-radius: 23px;
  background: #FF7F00;
  border: 1px solid #FF7F00;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 7px 23px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  vertical-align: middle;
  margin: 20px auto;
  text-align: center;
  font-weight: normal;
  font-family: "Noto Sans TC Medium";
}
.cart-empty a:hover {
  background-color: #008a59;
  border-color: #008a59;
  text-decoration: none;
}
.cart-empty p {
  margin: 0;
}
.cart .action + .action {
  margin-left: 16px;
}
.cart .action.continue {
  display: inline-block;
  text-decoration: none;
}
.cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 22px;
  color: #010409;
  content: '\e903';
  font-family: 'azkarra';
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.cart .action.continue:hover:before {
  color: #0e377c;
}
.cart .action.continue:active:before {
  color: #0e377c;
}
.cart .action.continue:after {
  display: none;
}
.cart .action.update {
  display: inline-block;
  text-decoration: none;
}
.cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 22px;
  color: #010409;
  content: '\e902';
  font-family: 'azkarra';
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.cart .action.update:hover:before {
  color: #0e377c;
}
.cart .action.update:active:before {
  color: #0e377c;
}
.cart .actions-toolbar {
  /* display: flex;
            justify-content: right;
            align-items: center; */
}
.cart .table > tbody > tr > th,
.cart .table > tbody > tr > td {
  border-top: none;
}
.checkout.methods.items {
  text-align: center;
  padding: 15px;
}
.checkout.methods.items li.item {
  margin-bottom: 20px;
}
.cart.table-wrapper {
  border-top: none;
  margin-top: 0;
}
.cart.table-wrapper .cart th.col.item,
.cart.table-wrapper .cart td.col.item {
  width: 100%;
}
.cart.table-wrapper .cart td.col.qty,
.cart.table-wrapper .cart td.col.subtotal,
.cart.table-wrapper .cart td.col.item-actions {
  padding-top: 0;
}
.cart.table-wrapper .cart .product-item-photo {
  max-width: 120px;
}
.cart.table-wrapper .item-info .label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.cart.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block.crosssell {
  margin-top: 48px;
}
.block.crosssell .block-title {
  text-align: center;
  width: 100%;
}
.block.crosssell .block-title h3 {
  font-family: "Noto Sans TC Medium";
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #203434;
  margin: 0 0 20px;
}
.block.crosssell .block-title h3::before {
  display: none;
}
.block.crosssell .block-title strong {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.6rem;
}
.cart-summary-bottom .item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
}
.cart-summary-bottom .item h3 {
  padding-top: 8px;
  font-size: 1.4rem;
}
div#block-discount {
  border: 1px solid #d6d6d6;
  border-radius: 23px;
  margin: 30px 0;
  width: 100%;
}
div#block-discount .title {
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
div#block-discount .title:before {
  content: "+";
  float: right;
  font-size: 26px;
  margin-right: 15px;
  color: #203434;
  line-height: 40px;
}
div#block-discount .title strong {
  font-weight: 300;
  font-size: 15px;
  color: #203434;
}
div#block-discount.active .title:before {
  content: "-";
  float: right;
  font-size: 30px;
  margin-right: 20px;
  margin-top: -5px;
}
div#block-discount .content {
  border-top: 1px solid #d6d6d6;
  padding: 20px;
}
div#block-discount .content .field {
  margin-bottom: 0;
}
div#block-discount .content .fieldset.coupon {
  position: relative;
  margin-bottom: 0;
}
div#block-discount .content .fieldset.coupon input {
  border-radius: 25px;
}
div#block-discount .content .actions-toolbar {
  position: absolute;
  right: 2px;
  top: 1px;
}
div#block-discount .content button.apply,
div#block-discount .content button.cancel {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #2a5b61;
  background-color: transparent;
  border: 0 none;
  text-transform: unset;
  padding: 0 15px 0 20px;
  height: 36px;
}
div#block-discount .content button.apply:hover,
div#block-discount .content button.cancel:hover {
  color: #ff7f00;
}
@media screen and (max-width: 1024px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    order: 5;
  }
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 0;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #010409;
}
.field-tooltip .label {
  display: none !important;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  display: none;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: #008a59;
  content: '\e916';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #010409;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #010409;
}
.field-tooltip .field-tooltip-content {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f7f7f7;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: rgba(0, 0, 0, 0);
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f7f7f7;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: transparent;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f7f7f7;
    top: 1px;
  }
}
.cms-content-readable .main p a:hover {
  text-decoration: none;
}
.page-description {
  position: relative;
  padding: 24px 0;
}
.page-description:after {
  content: '';
  background: #f7f7f7;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  left: calc((100vw + 20px - 100%) / -2);
}
/* //////////////////////////////////////////////////////// Account pages CSS //////////////////////////////////////////////////////// */
.cms-page-view:not(.cms-home) .page-main ul,
.cms-page-view:not(.cms-home) .page-main ol {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}
.cms-page-view:not(.cms-home) .page-main .h2,
.cms-page-view:not(.cms-home) .page-main h2 {
  font-size: 24px;
  margin: 20px 0 5px;
}
.cms-page-view:not(.cms-home) .page-main .h4,
.cms-page-view:not(.cms-home) .page-main h4,
.cms-page-view:not(.cms-home) .page-main .h3,
.cms-page-view:not(.cms-home) .page-main h3 {
  font-size: 20px;
  margin: 20px 0 5px;
}
.cms-page-view:not(.cms-home) .page-main .page-title-wrapper h1,
.cms-page-view:not(.cms-home) .page-main .page-title-wrapper .h1 {
  text-transform: none;
}
.cms-page-view:not(.cms-home) .page-main blockquote {
  font-size: 25px;
}
.cms-page-view:not(.cms-home) .page-main a.alink {
  font-weight: normal;
  color: #4c5f76;
  padding-bottom: 1px;
  border-bottom: 1px solid #008a59;
}
.cms-page-view:not(.cms-home) .page-main a.alink:hover {
  color: #008a59;
  border-bottom-color: #f2ba00;
}
.cms-page-view:not(.cms-home) .page-main ul.ul-disc {
  padding-left: 15px;
  list-style: circle;
  margin-bottom: 15px;
}
.cms-page-view:not(.cms-home) .page-main ul.ul-disc li {
  margin-bottom: 8px;
}
.cms-page-view:not(.cms-home) .full-image {
  width: 100%;
  height: auto;
}
.cms-page-view:not(.cms-home) .comon-light432 {
  margin-bottom: 20px;
}
.cms-page-view:not(.cms-home) .comon-light432 img {
  max-width: 175px;
  border: 1px solid #f2f2f2;
  height: auto;
  margin-right: 15px;
}
.cms-page-view:not(.cms-home) .commercial423 {
  display: flex;
  flex-wrap: wrap;
}
.cms-page-view:not(.cms-home) .commercial423 p {
  width: 25%;
}
.cms-noroute-index .page-main {
  text-align: center;
  padding-bottom: 100px;
  min-height: 0 !important;
}
.cms-noroute-index .page-main .column.main ul {
  list-style: none;
}
.cms-noroute-index .page-main .column.main a {
  font-weight: 700;
  border-bottom: 1px solid #5b6e5d;
  padding: 2px 5px;
  color: #5b6e5d;
}
.cms-noroute-index .page-main .column.main a:hover {
  color: #008a59;
}
.profile .profile-image {
  position: relative;
  overflow: hidden;
}
.profile .profile-image img {
  min-width: 100%;
}
.profile .profile-image > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.profile .profile-image .social-link {
  position: absolute;
  z-index: 1;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.profile .profile-image .social-link li {
  float: none;
  display: inline-block;
  padding: 10px 0;
}
.profile .profile-image .social-link li:last-child {
  margin-right: 0;
}
.profile .profile-desc {
  padding-top: 11px;
}
.profile .profile-desc .profile-name {
  color: #5b6e5d;
  font-weight: 600;
  font-size: 18px;
}
.profile .profile-desc .profile-name:hover {
  color: #008a59;
}
.profile:hover .profile-image > a:after {
  opacity: 0.7;
  visibility: visible;
}
.profile:hover .profile-image .social-link {
  transform: 0;
  -webkit-transform: 0;
  -moz-transform: 0;
  -o-transform: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .page-bottom {
  max-width: inherit !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-index-index .page-footer {
  margin-top: 0;
}
.contact-index-index .column.main {
  padding-bottom: 0;
}
.contact-index-index .footer {
  margin-top: 0;
}
.contact-index-index .contact-mws {
  max-width: 560px;
  margin: 0 auto 25px;
  text-align: center;
}
.contact-index-index .contact-form-content {
  box-shadow: 0 0 10px #ddd;
  border-radius: 23px;
  max-width: 1044px;
  margin: 0 auto 100px;
}
.contact-index-index .contact-form-content ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4c5f76;
  opacity: 1;
  /* Firefox */
}
.contact-index-index .contact-form-content :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4c5f76;
}
.contact-index-index .contact-form-content ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4c5f76;
}
.contact-index-index .contact-form-content h3 {
  color: #4c5f76;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.contact-index-index .contact-left {
  padding: 40px 20px 30px 50px;
}
.contact-index-index .contact-left .form-group {
  margin-bottom: 30px;
}
.contact-index-index .contact-left .actions-toolbar {
  text-align: center;
}
.contact-index-index .contact-left .actions-toolbar .btn {
  font-size: 17px;
  text-transform: capitalize;
}
.contact-index-index .contact-left input[type="text"],
.contact-index-index .contact-left input[type="email"],
.contact-index-index .contact-left input[type="tel"] {
  font-family: "Noto Sans TC";
  border: 1px solid #9db8b1;
  border-radius: 0;
  padding: 10px 0 5px 10px;
  font-size: 13px;
  font-weight: 400;
  color: #4c5f76;
}
.contact-index-index .contact-left textarea.input-text {
  font-family: "Noto Sans TC";
  border: 1px solid #9db8b1;
  border-radius: 0;
  padding: 10px 0 5px 10px;
  font-size: 13px;
  font-weight: 400;
  color: #4c5f76;
  min-height: 75px;
}
.contact-index-index .contact-right {
  background: #2a5b61;
  padding: 40px 50px 30px 50px;
  border-radius: 0 23px 23px 0;
  height: 100%;
}
.contact-index-index .contact-right h3 {
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 35px;
}
.contact-index-index .contact-right .address {
  background: url(../../frontend/jq-dev/elate/en_US/images/con-address.svg) no-repeat scroll 0 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid #9db8b1;
  padding: 0 0 30px 30px;
  margin: 0 0 25px;
}
.contact-index-index .contact-right .address strong {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  display: inline-block;
}
.contact-index-index .contact-right .phone {
  background: url(../../frontend/jq-dev/elate/en_US/images/con-phone.svg) no-repeat scroll 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid #9db8b1;
  padding: 0 0 30px 30px;
  margin: 0 0 25px;
}
.contact-index-index .contact-right .phone a {
  color: #ffffff;
}
.contact-index-index .contact-right .email {
  background: url(../../frontend/jq-dev/elate/en_US/images/con-email.svg) no-repeat scroll 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  padding: 0 0 30px 30px;
  margin: 0 0 10px;
}
.contact-index-index .contact-right .email a {
  color: #ffffff;
}
.contact-index-index .contact-right .social-icon a {
  color: #fff;
  font-size: 24px;
  margin-right: 18px;
}
.pre-footer {
  background-color: #F2BA00;
  padding: 20px 0;
}
.block.newsletter {
  background-color: #f2ba00;
}
.block.newsletter .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  padding: 30px 16px;
}
.block.newsletter .box-left .title strong {
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  text-align: left;
  color: #010409;
  margin-bottom: 0;
  white-space: nowrap;
}
.block.newsletter .box-left .desc {
  color: #4a4b4d;
}
.block.newsletter .box-right {
  width: 100%;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 40px;
  color: #c0c0c0;
  content: '\e91a';
  font-family: 'azkarra';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.block.newsletter .field .control:hover:before {
  color: #0e377c;
}
.block.newsletter .field .control:active:before {
  color: #0e377c;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  border-color: #ffffff;
  padding-left: 32px;
  padding-top: 2px;
  height: 40px;
  border-radius: 23px;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  margin-left: 8px;
  white-space: nowrap;
  border-radius: 23px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .block.newsletter .content-wrapper {
    justify-content: center !important;
    text-align: center;
  }
  .block.newsletter .box-left {
    max-width: 100%;
  }
  .block.newsletter .box-left .title strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .block.newsletter .box-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 1179px) {
  .pre-footer .row {
    flex-direction: column;
    align-items: center;
  }
  .pre-footer .col-md-8,
  .pre-footer .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .block.newsletter {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .block.newsletter .box-left {
    max-width: inherit !important;
    margin-bottom: 20px;
  }
}
.fotorama-video-container:after {
  background: url('../../frontend/jq-dev/elate/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/jq-dev/elate/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  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%;
  }
}
.header_info {
  background-color: #fff3cd;
  border-bottom: 1px solid #ffe69c;
  color: #664d03;
  font-size: 13px;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  justify-content: space-between;
}
.header_info button {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  line-height: 1;
}
.header_info button svg {
  fill: #000;
  width: 20px;
  height: 20px;
}
.preheader {
  display: none;
}
.preheader .panel.wrapper {
  background-color: #010409;
  color: #ffffff;
}
.page-header {
  position: relative;
}
.sticky-header .preheader {
  visibility: hidden;
}
.sticky-header .page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
}
.sticky-header .page-header > .nav-sections {
  margin-bottom: 0;
}
.sticky-header .block-header-actions > .item-action .text {
  display: none;
}
.sticky-header .navigation .level0 > .level-top {
  line-height: 4.2rem;
}
.header.panel {
  display: none;
  max-width: 1410px;
  margin: 0 auto;
  padding: 10px 16px;
}
.header.content {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .switcher .options {
  display: inline-block;
  position: relative;
}
.header .switcher .options:before,
.header .switcher .options:after {
  content: '';
  display: table;
}
.header .switcher .options:after {
  clear: both;
}
.header .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.header .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 17px;
  color: inherit;
  content: '\e909';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.header .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.header .switcher .options .action.toggle:active:after {
  color: inherit;
}
.header .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.header .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 17px;
  color: inherit;
  content: '\e90c';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.header .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.header .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.header .switcher .options ul.dropdown {
  display: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 8px;
  margin-top: 10px;
  min-width: 160px;
  z-index: 100;
  position: absolute;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  right: 0;
}
.header .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0 4px;
  list-style-type: none;
}
.header .switcher .options ul.dropdown li > a:not([class]) {
  color: #010409;
}
.header .switcher .options ul.dropdown li:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.header .switcher .options ul.dropdown:before,
.header .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.header .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.header .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #e6e6e6 transparent;
  z-index: 98;
}
.header .switcher .options ul.dropdown:before {
  right: 24px;
  top: -12px;
}
.header .switcher .options ul.dropdown:after {
  right: 23px;
  top: -14px;
}
.header .switcher .options.active {
  overflow: visible;
}
.header .switcher .options.active ul.dropdown {
  display: block;
}
.logo {
  min-width: 110px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 150px;
}
.block-header-actions {
  display: flex;
  align-items: end;
}
.block-header-actions > .item-action {
  margin-left: 8px;
}
.block-header-actions > .item-action .text {
  display: none;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
}
.block-header-actions > .item-action > .action {
  display: inline-block;
  padding: 24px 0px 24px 8px;
  text-align: center;
  color: #010409;
  text-decoration: none;
  max-width: 150px;
  position: relative;
  transition: padding 0.4s ease-in-out;
  line-height: 0;
}
.block-header-actions > .item-action > .action:hover {
  color: #e0a700;
  cursor: pointer;
}
.block-header-actions > .item-action > .action:hover:before {
  color: #E0A700;
}
.block-header-actions > .item-action.link-customer-login > .action {
  display: inline-block;
  text-decoration: none;
}
.block-header-actions > .item-action.link-customer-login > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #010409;
  content: '\e92b';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.block-header-actions > .item-action.link-customer-login > .action:hover:before {
  color: #e0a700;
}
.block-header-actions > .item-action.link-customer-login > .action:active:before {
  color: #ffffff;
}
.block-header-actions > .item-action.link-customer-new > .action {
  display: inline-block;
  text-decoration: none;
}
.block-header-actions > .item-action.link-customer-new > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #010409;
  content: '\e92c';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.block-header-actions > .item-action.link-customer-new > .action:hover:before {
  color: #e0a700;
}
.block-header-actions > .item-action.link-customer-new > .action:active:before {
  color: #ffffff;
}
.block-header-actions > .item-action.wishlist-wrapper > .action {
  display: inline-block;
  text-decoration: none;
}
.block-header-actions > .item-action.wishlist-wrapper > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #010409;
  content: '\e915';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.block-header-actions > .item-action.wishlist-wrapper > .action:hover:before {
  color: #e0a700;
}
.block-header-actions > .item-action.wishlist-wrapper > .action:active:before {
  color: #ffffff;
}
.nav-sections {
  background: #ffffff;
}
.hp1 {
  background-color: #f2ba00;
}
.hp1 .promo-box {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.hp1 .promo-box li.li-flex {
  padding: 9px 10px 9px 0;
  display: flex;
  align-items: center;
  margin: 0;
}
.hp1 .promo-box li.li-flex a {
  display: flex;
  align-items: center;
}
.hp1 .promo-box li.li-flex:last-child {
  padding-right: 0;
}
.hp1 .promo-box .promo-txt {
  padding-left: 10px;
}
.hp1 .promo-box .promo-txt h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #1f4348;
  font-weight: 600;
  font-size: 13px;
}
.hp1 .promo-box .promo-txt p {
  color: #1f4348;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .hp1 .promo-box li.li-flex:last-child {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  #page-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .block-header-actions > .item-action.link-customer-login,
  .block-header-actions > .item-action.link-customer-new {
    display: none;
  }
  .header.content .logo {
    min-width: inherit;
    max-width: 90px;
  }
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
  flex-direction: column;
  gap: 15px;
  align-items: center;
  border-radius: 0;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
  margin: 0;
  gap: 15px;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
  width: auto;
  margin: 0 !Important;
  padding: 5px 20px;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button[data-trigger-settings=trigger] {
  color: #008a59;
  width: auto;
  border: 2px solid #008a59;
}
.page-footer {
  background: #2a5b61;
  margin-top: 12px;
}
.footer .column-footer {
  border-top: 1px solid #010409;
}
.footer .column-footer.footer-social {
  text-align: left;
}
.footer .column-title {
  font-family: "Noto Sans TC Medium";
  font-weight: normal;
  width: 100%;
  font-size: 1.8rem;
  color: #F4C230;
  padding: 12px 0;
  margin: 0;
}
.footer [data-role="collapsible"] [data-role="title"] {
  cursor: pointer;
  position: relative;
  padding-right: 24px;
  display: inline-block;
  text-decoration: none;
}
.footer [data-role="collapsible"] [data-role="title"]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: '\e921';
  font-family: 'azkarra';
  margin: 0 8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.footer [data-role="collapsible"] [data-role="title"]:hover:after {
  color: #ffffff;
}
.footer [data-role="collapsible"] [data-role="title"]:active:after {
  color: #ffffff;
}
.footer [data-role="collapsible"] [data-role="title"]:after {
  position: absolute;
  right: 0;
}
.footer [data-role="collapsible"].active [data-role="title"] {
  display: inline-block;
  text-decoration: none;
}
.footer [data-role="collapsible"].active [data-role="title"]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: '\e91e';
  font-family: 'azkarra';
  margin: 0 8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.footer [data-role="collapsible"].active [data-role="title"]:hover:after {
  color: #ffffff;
}
.footer [data-role="collapsible"].active [data-role="title"]:active:after {
  color: #ffffff;
}
.footer.content {
  color: #ffffff;
  font-weight: 400;
}
.footer.content .f-address {
  font-weight: 400;
}
.footer.content .links {
  padding: 0;
  margin-bottom: 16px;
  list-style-type: none;
  font-weight: 300;
}
.footer.content .links a {
  display: inline-block;
  font-weight: 400;
  word-break: break-word;
  color: #ffffff;
  text-decoration: none;
  margin: 2px 0;
}
.footer.content .links a:visited {
  color: #ffffff;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #bfc4ca;
  text-decoration: none;
}
.footer.content .links a:active {
  color: #bfc4ca;
  text-decoration: none;
}
.footer.content .links a.icon-phone {
  margin-bottom: 12px;
}
.footer.content [class*="icon-"]:before {
  color: #ffffff;
  margin-right: 8px;
}
.footer.content [class*="icon-"]:hover:before {
  color: #008a59;
}
.footer [data-role="collapsible"].active [data-role="title"]::after {
  color: #000;
  margin: 0;
  top: 16px;
  background-color: #f2ba00;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.footer [data-role="collapsible"] [data-role="title"]::after {
  color: #000;
  margin: 0;
  top: 16px;
  background-color: #f2ba00;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.pagebuilder-enabled .footer-cms.row {
  display: block;
  margin: 0;
}
.pagebuilder-enabled .footer-cms > div[data-content-type="html"] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.back-to-top {
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
}
.back-to-top:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e90c';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.back-to-top:hover:after {
  color: #0e377c;
}
.back-to-top:active:after {
  color: #0e377c;
}
.back-to-top::after {
  font-size: 21px;
  color: #FFF;
}
.back-to-top.show {
  opacity: 1;
}
.footer-info {
  margin: 24px 0 0;
}
.payment-block {
  text-align: center;
}
.partner-logo {
  display: flex;
  align-content: center;
  margin: 20px 0;
}
.p_cards {
  width: 400px;
  display: inline-block;
  height: 42px;
  background-image: url(../../frontend/jq-dev/elate/en_US/images/payment-gateways.png);
  background-size: 400px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
.p_swan {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='80' viewBox='0 0 60 80'%3E%3Cg id='Group_1230' data-name='Group 1230' transform='translate(-1305.252 -5106.679)'%3E%3Crect id='Rectangle_562' data-name='Rectangle 562' width='60' height='80' transform='translate(1305.252 5106.679)' fill='none'/%3E%3Cg id='Group_1229' data-name='Group 1229' transform='translate(1136.277 4864.016)'%3E%3Cpath id='Path_13733' data-name='Path 13733' d='M226.685,336.8a14.869,14.869,0,0,1-6.8-1.628,9.738,9.738,0,0,1-5.268-7.7,12.8,12.8,0,0,1,.8-5.961,36.2,36.2,0,0,1,3.021-6.208c1.128-1.94,2.3-3.855,3.284-5.875a38.585,38.585,0,0,0,2.951-8.075,7.127,7.127,0,0,0-.783-5.594,5.481,5.481,0,0,0-1.377-1.5,2.845,2.845,0,0,0-3.855.2,8.142,8.142,0,0,0-2.078,3.3c-.265.707-.447,1.439-.666,2.159a.66.66,0,0,1-.942.5.579.579,0,0,1-.47-.742,12.258,12.258,0,0,1,2.242-5.346,5.443,5.443,0,0,1,3.023-2.1,4.3,4.3,0,0,1,3.973,1.083,7.479,7.479,0,0,1,2.553,4.914,13.088,13.088,0,0,1-.776,5.731,52.239,52.239,0,0,1-4.957,10.691,48.132,48.132,0,0,0-3.246,6.072,16.8,16.8,0,0,0-1.209,4.04,8.689,8.689,0,0,0,4.968,9.345,13.292,13.292,0,0,0,6.584,1.165,20.378,20.378,0,0,0,11.649-4.7,25.039,25.039,0,0,0,6.373-7.191c.141-.246.252-.51.4-.751a.709.709,0,0,1,.99-.284.615.615,0,0,1,.35.792,5.256,5.256,0,0,1-.674,1.352,29.324,29.324,0,0,1-6.758,7.5,24.224,24.224,0,0,1-9.345,4.377A17.2,17.2,0,0,1,226.685,336.8Z' transform='translate(-34.036 -38.054)' fill='%23fff'/%3E%3Cpath id='Path_13734' data-name='Path 13734' d='M238.589,514.317l-1.555,3.6c-.081.187-.177.369-.24.562s-.172.227-.356.225c-.853-.01-1.705-.011-2.558,0a.324.324,0,0,1-.353-.233q-1.485-3.442-2.986-6.876c-.069-.158-.07-.216.126-.215,1,.006,2.007.008,3.011,0,.182,0,.22.1.269.226q.888,2.293,1.779,4.585a.4.4,0,0,0,.14.241c.16-.487.319-.964.474-1.442.362-1.121.726-2.242,1.08-3.366a.291.291,0,0,1,.334-.244q1.278.019,2.558,0a.324.324,0,0,1,.361.255c.612,1.606,1.234,3.209,1.853,4.812.015.04.035.078.077.171.053-.136.091-.227.125-.319.583-1.561,1.169-3.12,1.742-4.684a.3.3,0,0,1,.342-.234c.63.012,1.261.007,1.892,0,.15,0,.214.011.129.188q-1.685,3.483-3.356,6.972a.267.267,0,0,1-.293.161c-.871,0-1.741-.009-2.611,0a.29.29,0,0,1-.325-.224c-.513-1.341-1.035-2.678-1.553-4.016A.206.206,0,0,0,238.589,514.317Z' transform='translate(-46.498 -208.614)' fill='%23fff'/%3E%3Cpath id='Path_13735' data-name='Path 13735' d='M170.723,509.934c.654-.419,1.3-.833,1.948-1.25.092-.06.123.01.168.063a5.512,5.512,0,0,0,4,1.882,6.5,6.5,0,0,0,2.5-.261,1.6,1.6,0,0,0,.6-.328.712.712,0,0,0-.046-1.163,3.285,3.285,0,0,0-1.461-.531c-1.459-.253-2.929-.451-4.367-.816a7.124,7.124,0,0,1-2.172-.841,1.927,1.927,0,0,1-.371-3.06,3.62,3.62,0,0,1,1.893-1.025,13.756,13.756,0,0,1,7.741.259,8.016,8.016,0,0,1,2.007,1.078c-.011.094-.092.109-.148.145q-.85.547-1.7,1.089c-.071.045-.136.146-.232,0a4.188,4.188,0,0,0-2.749-1.763,6.806,6.806,0,0,0-3.319.143,1.343,1.343,0,0,0-.6.337.746.746,0,0,0,.087,1.194,3.152,3.152,0,0,0,1.394.485c1.5.243,3,.442,4.473.821a8.237,8.237,0,0,1,1.983.749,1.987,1.987,0,0,1,.122,3.481,4.906,4.906,0,0,1-1.905.783,15.958,15.958,0,0,1-7-.112A8.542,8.542,0,0,1,170.723,509.934Z' transform='translate(0 -201.457)' fill='%23fff'/%3E%3Cpath id='Path_13736' data-name='Path 13736' d='M378.23,519.179a8.545,8.545,0,0,0,1.653-3.9,4.714,4.714,0,0,0-.026-2.216,1.919,1.919,0,0,0-1.518-1.406,2.751,2.751,0,0,0-3.428,2.785c-.014,1.11-.009,2.221,0,3.331,0,.224-.039.3-.286.3-.959-.016-1.919-.011-2.878,0-.186,0-.263-.026-.262-.241q.012-3.424,0-6.849c0-.191.058-.246.241-.234a3.486,3.486,0,0,0,.665,0,.753.753,0,0,1,.724.329c.361.427.751.829,1.128,1.243.062.067.1.141.2.018a4.528,4.528,0,0,1,3.278-1.709,7.215,7.215,0,0,1,3.737.454,3,3,0,0,1,1.833,3.645,7.544,7.544,0,0,1-2.721,4.153c-1,.818-1.008.8-2.211.352C378.328,519.219,378.3,519.205,378.23,519.179Z' transform='translate(-156.168 -207.982)' fill='%23fff'/%3E%3Cpath id='Path_13737' data-name='Path 13737' d='M221,243.19a1.118,1.118,0,0,1,.957,1.687.752.752,0,0,1-.16.243.889.889,0,0,0-.181,1.153,14.342,14.342,0,0,0,.762,1.726c.271.466.512.515.945.2a6.766,6.766,0,0,0,.94-.864.8.8,0,0,0,.213-.711,2.026,2.026,0,0,1-.007-.716,1.035,1.035,0,0,1,1.189-.852,1.17,1.17,0,0,1,.911,1.381,1.106,1.106,0,0,1-.659.848,1,1,0,0,0-.582.707c-.388,1.337-.8,2.666-1.257,3.982-.254.731-.43.971-1.392.713a7.61,7.61,0,0,0-2.266-.222,10.792,10.792,0,0,0-1.405.285c-.6.1-.851-.037-1.062-.6-.5-1.33-.9-2.692-1.3-4.052a1.262,1.262,0,0,0-.68-.853,1.15,1.15,0,0,1-.553-1.41,1.123,1.123,0,0,1,1.191-.782,1.08,1.08,0,0,1,.9,1.1,4.449,4.449,0,0,1-.042.53.777.777,0,0,0,.186.619,6.139,6.139,0,0,0,1.04.949c.37.257.606.213.837-.174a10.454,10.454,0,0,0,.914-2.15.576.576,0,0,0-.158-.632,1.4,1.4,0,0,1-.4-.71A1.087,1.087,0,0,1,221,243.19Z' transform='translate(-34.711 0)' fill='%23fff'/%3E%3Cpath id='Path_13738' data-name='Path 13738' d='M283.182,370.726c-.791-.011-1.577-.1-2.364-.173a4.324,4.324,0,0,1-1.124-.4c-1.823-.712-3.641-1.44-5.466-2.147a11.542,11.542,0,0,0-3.14-.778,6.988,6.988,0,0,0-4.559,1.232,15.669,15.669,0,0,0-4.2,4.261c-.386.553-.742,1.126-1.113,1.689a.8.8,0,0,1-.57.437.756.756,0,0,1-.765-.327.68.68,0,0,1,.027-.777,30.188,30.188,0,0,1,1.683-2.556,16.219,16.219,0,0,1,4.142-3.985,8.658,8.658,0,0,1,8.058-.9c1.861.665,3.671,1.461,5.52,2.154a10.656,10.656,0,0,0,4.023.786,7.141,7.141,0,0,0,2.855-.666,2.578,2.578,0,0,1,.641-.252.659.659,0,0,1,.742.338.72.72,0,0,1-.1.885,1.411,1.411,0,0,1-.373.253A8.114,8.114,0,0,1,283.182,370.726Z' transform='translate(-69.269 -95.303)' fill='%23fff'/%3E%3Cpath id='Path_13739' data-name='Path 13739' d='M220.619,326.5a27.68,27.68,0,0,1,1.053-6.395c.17-.582.52-.758,1.046-.561a.558.558,0,0,1,.4.564,7.474,7.474,0,0,1-.273,1.461c-.159.754-.337,1.5-.507,2.256-.016.073-.077.161.036.2s.131-.066.166-.128q.708-1.249,1.413-2.5c.078-.139.157-.278.244-.412a.672.672,0,0,1,1-.259.682.682,0,0,1,.268,1,31.961,31.961,0,0,1-2.729,4.5c-.22.278-.458.542-.7.8-.255.279-.532.5-.952.333A.8.8,0,0,1,220.619,326.5Z' transform='translate(-38.812 -59.335)' fill='%23fff'/%3E%3Cpath id='Path_13740' data-name='Path 13740' d='M348.255,395.806a7.265,7.265,0,0,1-2.952-.715c-.091-.036-.181-.071-.271-.108a.729.729,0,0,1,.463-1.383c.4.106.782.283,1.173.427a4.434,4.434,0,0,0,4.129-.569c.246-.159.482-.332.725-.495a1.375,1.375,0,0,1,.506-.228.568.568,0,0,1,.7.451.871.871,0,0,1-.3.95,7.088,7.088,0,0,1-3.3,1.576C348.839,395.758,348.546,395.775,348.255,395.806Z' transform='translate(-135.198 -116.315)' fill='%23fff'/%3E%3Cpath id='Path_13741' data-name='Path 13741' d='M309.783,416.727a11.461,11.461,0,0,1-4.759-.973c-.214-.083-.436-.149-.648-.237a.657.657,0,0,1-.415-.882.636.636,0,0,1,.856-.491c.518.15,1.02.351,1.533.523a11.441,11.441,0,0,0,4.938.5,1.436,1.436,0,0,1,.658.031.646.646,0,0,1,.268,1.09,1.047,1.047,0,0,1-.6.311A10.009,10.009,0,0,1,309.783,416.727Z' transform='translate(-103.606 -132.95)' fill='%23fff'/%3E%3Cpath id='Path_13742' data-name='Path 13742' d='M330.931,408.478a18.6,18.6,0,0,1-4.81-.642c-.632-.157-.856-.53-.653-1.034a.653.653,0,0,1,.832-.429c.8.187,1.605.367,2.424.476a18.075,18.075,0,0,0,3.505.11.765.765,0,0,1,.873.453.729.729,0,0,1-.684,1.01c-.247.026-.495.045-.743.054S331.18,408.478,330.931,408.478Z' transform='translate(-120.316 -126.914)' fill='%23fff'/%3E%3Cpath id='Path_13743' data-name='Path 13743' d='M288.015,424.432c-.747-.1-1.668-.235-2.592-.349a9.224,9.224,0,0,1-2.933-1.187.7.7,0,0,1-.287-1.026.71.71,0,0,1,1.064-.214,6.75,6.75,0,0,0,2.335.914,17.987,17.987,0,0,0,2.443.361,2.229,2.229,0,0,1,.317.036.759.759,0,0,1,.684.857C288.989,424.227,288.666,424.459,288.015,424.432Z' transform='translate(-86.627 -138.707)' fill='%23fff'/%3E%3Cpath id='Path_13744' data-name='Path 13744' d='M307.682,591.726c-.408,0-.817,0-1.225,0-.141,0-.214.007-.14-.18a1.948,1.948,0,0,0,0-1.455c-.053-.139-.054-.185.116-.18a38.5,38.5,0,0,1,5.726.483,3.072,3.072,0,0,1,.762.227c.089.042.19.09.189.2s-.1.159-.193.2a6.3,6.3,0,0,1-1.655.376C310.076,591.559,308.879,591.631,307.682,591.726Z' transform='translate(-105.451 -269.705)' fill='%23fff'/%3E%3Cpath id='Path_13745' data-name='Path 13745' d='M265.178,591.709c-.9.005-1.751-.045-2.6-.1a22.737,22.737,0,0,1-3.508-.42,3.194,3.194,0,0,1-.482-.144c-.117-.047-.283-.086-.276-.247.006-.139.157-.183.269-.228a4.321,4.321,0,0,1,.9-.232,42.244,42.244,0,0,1,5.686-.444A2.146,2.146,0,0,0,265.178,591.709Z' transform='translate(-68.132 -269.69)' fill='%23fff'/%3E%3Cpath id='Path_13746' data-name='Path 13746' d='M286.355,561.083l1.32-1.99c.186-.281.382-.556.553-.847a.461.461,0,0,1,.469-.256c.541.018.541.006.541.539,0,.941-.01,1.883.007,2.824,0,.25-.129.218-.278.213s-.314.066-.309-.212c.016-.931.006-1.863.006-2.8-.106.005-.111.092-.146.143q-.9,1.337-1.79,2.678a.475.475,0,0,1-.783.01q-.949-1.413-1.9-2.832c-.09.05-.049.129-.049.191,0,.861-.016,1.723.005,2.584.007.283-.151.227-.314.24-.191.015-.279-.019-.276-.249.014-1.03.01-2.061,0-3.091,0-.185.054-.22.236-.243a.853.853,0,0,1,.937.487c.5.827,1.06,1.617,1.6,2.422C286.23,560.959,286.254,561.041,286.355,561.083Z' transform='translate(-87.659 -244.862)' fill='%23fff'/%3E%3Cpath id='Path_13747' data-name='Path 13747' d='M339.932,561.457a4.619,4.619,0,0,1-1.762-.255,1.067,1.067,0,0,1-.73-.75c-.04-.172-.012-.25.2-.255.239-.005.383.016.431.3a.647.647,0,0,0,.488.451,3.8,3.8,0,0,0,2.481.023,1.055,1.055,0,0,0,.237-.119c.376-.245.361-.6-.038-.8a3.872,3.872,0,0,0-1.183-.288c-.516-.084-1.04-.126-1.549-.253a2.253,2.253,0,0,1-.4-.134.661.661,0,0,1-.132-1.217,2.121,2.121,0,0,1,1.12-.38,4.173,4.173,0,0,1,2.193.265,1.031,1.031,0,0,1,.6.576c.055.151.044.252-.167.244s-.362.011-.464-.253a.953.953,0,0,0-.758-.482,3.655,3.655,0,0,0-1.611,0,1.1,1.1,0,0,0-.459.2.438.438,0,0,0,.094.8,4.8,4.8,0,0,0,1.2.243c.5.085,1,.129,1.494.258a1.708,1.708,0,0,1,.65.292.631.631,0,0,1,.072.978,1.838,1.838,0,0,1-1.1.483A4.441,4.441,0,0,1,339.932,561.457Z' transform='translate(-129.672 -244.683)' fill='%23fff'/%3E%3Cpath id='Path_13748' data-name='Path 13748' d='M294.083,589.442a1,1,0,0,1,1.005,1.015,1.016,1.016,0,1,1-2.031-.018A1,1,0,0,1,294.083,589.442Z' transform='translate(-95.16 -269.338)' fill='%23fff'/%3E%3Cpath id='Path_13749' data-name='Path 13749' d='M240.017,561.623c-.586,0-1.172-.006-1.758,0-.16,0-.213-.036-.212-.2.008-1.056.011-2.113,0-3.169,0-.262.158-.2.3-.2s.3-.05.291.206c-.014.932,0,1.864-.012,2.8,0,.231.066.273.281.271.95-.012,1.9-.006,2.849,0,.108,0,.233-.042.233.154s-.136.146-.237.146C241.17,561.625,240.593,561.623,240.017,561.623Z' transform='translate(-52.368 -244.918)' fill='%23fff'/%3E%3Cpath id='Path_13750' data-name='Path 13750' d='M318.265,511.02c0-.213-.057-.274-.265-.261a7.786,7.786,0,0,1-.825,0,.441.441,0,0,0-.373.152c-.4.437-.819.863-1.224,1.3-.093.1-.141.121-.227-.012a3.229,3.229,0,0,0-1.462-1.154,6.45,6.45,0,0,0-3.21-.428,6.376,6.376,0,0,0-3.271,1.072,3.148,3.148,0,0,0-1.43,3.362,3.457,3.457,0,0,0,1.787,2.3c1.627.987,5.29,1.367,7.095-.113,0,.223.012.425,0,.625-.014.181.053.223.225.221.861-.008,1.722,0,2.584,0,.6,0,.6,0,.6-.587C318.26,515.336,318.257,513.178,318.265,511.02Zm-4.326,5.5c-1.015,1.026-3.593.986-4.294-.7a3.509,3.509,0,0,1,0-2.821,2.33,2.33,0,0,1,2.19-1.384c.088-.006.177,0,.266,0a3.21,3.21,0,0,1,1.05.14,2.245,2.245,0,0,1,1.6,1.818A3.048,3.048,0,0,1,313.939,516.519Z' transform='translate(-105.154 -207.996)' fill='%23fff'/%3E%3Cpath id='Path_13751' data-name='Path 13751' d='M261.985,561.456q-1.092-1.654-2.187-3.307a.611.611,0,0,0-.827.012q-1.11,1.626-2.217,3.256c-.028.042-.074.078-.061.141.355.079.649.045.818-.344.084-.192.236-.354.34-.539a.373.373,0,0,1,.382-.212,10.305,10.305,0,0,0,1.57-.008,1.18,1.18,0,0,1,1.413.778c.155.386.459.394.817.324A.822.822,0,0,0,261.985,561.456Zm-3.812-1.283,1.188-1.81,1.154,1.81Z' transform='translate(-66.871 -244.876)' fill='%23fff'/%3E%3Cpath id='Path_13752' data-name='Path 13752' d='M318.98,558.338a1.848,1.848,0,0,0-.753-.242c-1.027-.1-2.056-.021-3.084-.051-.179-.005-.146.111-.146.212q0,.8,0,1.6,0,.7,0,1.41c0,.362,0,.351.369.359.17,0,.209-.049.2-.209-.011-.363.006-.727-.008-1.091-.007-.185.047-.242.235-.239.63.011,1.259.008,1.889,0a2.5,2.5,0,0,0,1.308-.289A.811.811,0,0,0,318.98,558.338Zm-.473,1.269a1.655,1.655,0,0,1-.769.183c-.665.012-1.331,0-2,.012-.141,0-.183-.043-.179-.182q.013-.545,0-1.091c0-.14.04-.184.18-.181.355.008.71,0,1.138,0a6.3,6.3,0,0,1,1.278.064,1.7,1.7,0,0,1,.348.125.57.57,0,0,1,.355.546A.585.585,0,0,1,318.507,559.607Z' transform='translate(-112.224 -244.913)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 60px;
  height: 80px;
  margin-right: 5px;
}
.p_iskra {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='80' viewBox='0 0 150 80'%3E%3Cg id='Group_1231' data-name='Group 1231' transform='translate(-1408.517 -5106.678)'%3E%3Crect id='Rectangle_563' data-name='Rectangle 563' width='150' height='80' transform='translate(1408.517 5106.678)' fill='none'/%3E%3Cg id='Group_1228' data-name='Group 1228' transform='translate(1410.774 5124.767)'%3E%3Cg id='Group_1226' data-name='Group 1226' transform='translate(0.226 3.482)'%3E%3Cpath id='Path_13719' data-name='Path 13719' d='M113.577,14.409l5.5.012-.034,15.739-5.5-.013.005-3.072a8.844,8.844,0,0,1-7.239,3.713l.012-5.405a3.25,3.25,0,1,0,.013-6.5l.013-5.406a8.838,8.838,0,0,1,7.22,3.743Zm-7.264,16.378a8.657,8.657,0,1,1,.039-17.311l-.013,5.406a3.25,3.25,0,1,0-.013,6.5l-.012,5.405ZM39.256,2.641l5.5.012L44.693,30l-5.5-.013.062-27.345Zm7.5,22.127a12.469,12.469,0,0,0,3.368,1.595,12.953,12.953,0,0,0,3.713.567,4.756,4.756,0,0,0,2.016-.325,1.036,1.036,0,0,0,.7-.954c0-.684-.93-1.2-2.781-1.535-.607-.119-1.1-.212-1.467-.3a11.758,11.758,0,0,1-4.585-1.773A3.441,3.441,0,0,1,46.3,19.2a4.073,4.073,0,0,1,2.191-3.589,11.209,11.209,0,0,1,5.907-1.334,22.318,22.318,0,0,1,3.9.354,24.523,24.523,0,0,1,2.582.6l-.011,4.208a13.387,13.387,0,0,0-2.827-1.117,10.978,10.978,0,0,0-2.882-.391,4.348,4.348,0,0,0-1.811.29.907.907,0,0,0-.618.841q0,.824,2.767,1.4c.417.094.735.163.942.2a13.932,13.932,0,0,1,5.079,1.915,3.554,3.554,0,0,1,1.421,2.97,4.374,4.374,0,0,1-2.358,3.829,11.573,11.573,0,0,1-6.208,1.446,23.953,23.953,0,0,1-4.877-.476,18.318,18.318,0,0,1-2.744-.8l.005-4.775ZM63.93,2.7l5.5.011L69.4,19.5l4.095-5.446,7.415.016-5.726,7.038,7.634,8.974-7.289-.012L69.385,24l-.013,6.05-5.5-.011L63.93,2.7ZM83.344,30.08,83.38,14.42l5.825.015-.011,3.748a6.938,6.938,0,0,1,2.469-3.067A6.715,6.715,0,0,1,95.445,14.1h.078l1.669,0-.008,4.7h-.791c-2.383-.005-4.564.279-5.671,1.406A4.881,4.881,0,0,0,89.5,23.77L89.484,30.1Z' transform='translate(13.383 -2.641)' fill='%23fff' fill-rule='evenodd'/%3E%3Cg id='Group_1224' data-name='Group 1224' transform='translate(0 0.247)'%3E%3Cg id='Group_1221' data-name='Group 1221' transform='translate(0 0.097)'%3E%3Cpath id='Path_13720' data-name='Path 13720' d='M14.981,27.42v.008m0,0v0m0,0-.034,15.2L9.518,42.6l.015-6.251L.226,41.6l.015-5.632L.311,2.9l5.432.012L5.677,32.814Z' transform='translate(-0.226 -2.896)' fill='%23fff' fill-rule='evenodd'/%3E%3Cpath id='Path_13721' data-name='Path 13721' d='M14.981,27.42v0Zm0,.008v0Zm0-.005-.034,15.2L9.518,42.6l.015-6.251L.226,41.6l.015-5.632L.311,2.9l5.432.012L5.677,32.814Z' transform='translate(-0.226 -2.896)' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3Cg id='Group_1222' data-name='Group 1222' transform='translate(28.443 0.181)'%3E%3Cpath id='Path_13722' data-name='Path 13722' d='M21.339,27.428v.008m0,0v0m0,0-.032,15.2,5.432.011.015-6.254,9.28,5.289.009-5.632.072-33.072-5.432-.011-.062,29.906Z' transform='translate(-21.307 -2.958)' fill='%23fff' fill-rule='evenodd'/%3E%3Cpath id='Path_13723' data-name='Path 13723' d='M21.339,27.428v0Zm0,.008v0Zm0-.005-.032,15.2,5.432.011.015-6.254,9.28,5.289.009-5.632.072-33.072-5.432-.011-.062,29.906Z' transform='translate(-21.307 -2.958)' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3Cg id='Group_1223' data-name='Group 1223' transform='translate(6.738)'%3E%3Cpath id='Path_13724' data-name='Path 13724' d='M17.577,2.824l5.145.011L22.7,13.525,32.235,8.2l2.439,4.705-9.31,5.2,9.288,5.24-2.46,4.7-9.51-5.365-.045,19.843-5.145-.011.045-20.036L7.659,27.993,5.22,23.287l9.314-5.2-9.29-5.241L7.7,8.149l9.85,5.556Z' transform='translate(-5.22 -2.824)' fill='%23fff' fill-rule='evenodd'/%3E%3Cpath id='Path_13725' data-name='Path 13725' d='M17.576,2.824l5.146.011L22.7,13.525,32.236,8.2l2.438,4.7-9.31,5.2,9.288,5.24-2.461,4.7-9.509-5.366-.046,19.843-5.145-.011.045-20.035L7.659,27.993,5.22,23.287l9.314-5.2-9.289-5.24L7.7,8.149l9.851,5.556Z' transform='translate(-5.22 -2.824)' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_1225' data-name='Group 1225' transform='translate(45.496 29.377)'%3E%3Cpath id='Path_13726' data-name='Path 13726' d='M39.725,24.539l-2.349,10.1h-3.43l2.346-10.1Z' transform='translate(-33.946 -24.37)' fill='%23ffe800' stroke='%23002970' stroke-width='0.25'/%3E%3Cpath id='Path_13727' data-name='Path 13727' d='M49.253,27.9l-3.109.324v-.055a1.276,1.276,0,0,0-.479-1.093,1.693,1.693,0,0,0-1.052-.359,2.507,2.507,0,0,0-1.459.5,3.5,3.5,0,0,0-1.14,1.548,5.308,5.308,0,0,0-.429,2.027,1.845,1.845,0,0,0,.441,1.253,1.6,1.6,0,0,0,1.286.506,1.953,1.953,0,0,0,1.311-.456,3.679,3.679,0,0,0,.936-1.4l3.169.456a5.206,5.206,0,0,1-1.909,2.63,5.979,5.979,0,0,1-3.687,1.067,5.14,5.14,0,0,1-3.621-1.164,4.034,4.034,0,0,1-1.252-3.1,6.6,6.6,0,0,1,.746-2.972,5.556,5.556,0,0,1,2.17-2.348,6.541,6.541,0,0,1,3.424-.854,5.1,5.1,0,0,1,3.268.957A3.674,3.674,0,0,1,49.253,27.9Z' transform='translate(-32.44 -24.414)' fill='%23ffe800' stroke='%23002970' stroke-width='0.25'/%3E%3Cpath id='Path_13728' data-name='Path 13728' d='M59.475,24.539l-4.745,3.81,3.356,6.287h-3.66l-2.063-4.374-2.392,1.894-.56,2.48H46l2.337-10.1H51.75l-.892,3.777.03.034,4.133-3.81Z' transform='translate(-29.738 -24.37)' fill='%23ffe800' stroke='%23002970' stroke-width='0.25'/%3E%3Cpath id='Path_13729' data-name='Path 13729' d='M57.267,24.539h4.979a5.635,5.635,0,0,1,2.118.309,2.336,2.336,0,0,1,1.086.908,2.751,2.751,0,0,1,.374,1.479,3.266,3.266,0,0,1-.667,2.021,3.757,3.757,0,0,1-1.681,1.268,8.12,8.12,0,0,1-2.806.387H59.164l-.85,3.725H54.9Zm2.377,4.374h1.144a1.959,1.959,0,0,0,1.309-.432,1.319,1.319,0,0,0,.514-1.031c0-.609-.358-.911-1.07-.911H60.214Z' transform='translate(-26.628 -24.37)' fill='%23ffe800' stroke='%23002970' stroke-width='0.25'/%3E%3Cpath id='Path_13730' data-name='Path 13730' d='M72.4,34.637H69.083l-.15-1.651H65.362l-.853,1.651H60.861l6.188-10.1h3.608Zm-3.686-3.794-.335-3.677h-.03l-1.884,3.677Z' transform='translate(-24.546 -24.37)' fill='%23ffe800' stroke='%23002970' stroke-width='0.25'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_1227' data-name='Group 1227' transform='translate(134.197 0.233)'%3E%3Cpath id='Path_13731' data-name='Path 13731' d='M105.067.233a5.766,5.766,0,0,1,2.719.707,5.025,5.025,0,0,1,2.059,2.017,5.361,5.361,0,0,1,0,5.429A5.052,5.052,0,0,1,107.8,10.4a5.636,5.636,0,0,1-5.5-.011,5.1,5.1,0,0,1-2.044-2.023,5.381,5.381,0,0,1-.727-2.7,5.475,5.475,0,0,1,.75-2.727A5.07,5.07,0,0,1,102.347.928a5.735,5.735,0,0,1,2.72-.695Zm0,.9a4.737,4.737,0,0,0-2.269.58,4.256,4.256,0,0,0-1.731,1.674,4.459,4.459,0,0,0-.019,4.529A4.333,4.333,0,0,0,102.75,9.6a4.668,4.668,0,0,0,4.587.012,4.309,4.309,0,0,0,1.714-1.678,4.484,4.484,0,0,0,0-4.529,4.236,4.236,0,0,0-1.723-1.681,4.783,4.783,0,0,0-2.264-.59Zm-2.441,7.54.013-5.85,2.04,0a5.057,5.057,0,0,1,1.521.162,1.523,1.523,0,0,1,.747.565,1.507,1.507,0,0,1,.275.859,1.562,1.562,0,0,1-.467,1.12,1.874,1.874,0,0,1-1.239.528,1.741,1.741,0,0,1,.509.314,6.639,6.639,0,0,1,.874,1.162l.722,1.146-1.175,0-.521-.922a4.764,4.764,0,0,0-1-1.364,1.227,1.227,0,0,0-.769-.2l-.564,0-.008,2.487-.957,0Zm.967-3.291,1.164,0a1.892,1.892,0,0,0,1.139-.242.8.8,0,0,0,.306-.652.76.76,0,0,0-.146-.464.9.9,0,0,0-.4-.309,3.112,3.112,0,0,0-.966-.1l-1.089,0Z' transform='translate(-99.52 -0.233)' fill='%23fff' fill-rule='evenodd'/%3E%3Cpath id='Path_13732' data-name='Path 13732' d='M105.067.233a5.766,5.766,0,0,1,2.719.707,5.025,5.025,0,0,1,2.059,2.017,5.361,5.361,0,0,1,0,5.429A5.052,5.052,0,0,1,107.8,10.4a5.637,5.637,0,0,1-2.754.712h-.005l0-.9h.005a4.751,4.751,0,0,0,2.292-.6,4.309,4.309,0,0,0,1.714-1.678,4.484,4.484,0,0,0,0-4.529,4.236,4.236,0,0,0-1.723-1.681,4.783,4.783,0,0,0-2.264-.59h0v-.9Zm-.019,6.273a5.942,5.942,0,0,1,.876,1.255l.521.922,1.175,0L106.9,7.539a6.639,6.639,0,0,0-.874-1.162,1.741,1.741,0,0,0-.509-.314,1.874,1.874,0,0,0,1.239-.528,1.562,1.562,0,0,0,.467-1.12,1.507,1.507,0,0,0-.275-.859,1.523,1.523,0,0,0-.747-.565,3.971,3.971,0,0,0-1.141-.155v.793a2.192,2.192,0,0,1,.6.092.9.9,0,0,1,.4.309.76.76,0,0,1,.146.464.8.8,0,0,1-.306.652,1.539,1.539,0,0,1-.843.233Zm-.011,4.6a5.659,5.659,0,0,1-2.746-.723,5.1,5.1,0,0,1-2.044-2.023,5.381,5.381,0,0,1-.727-2.7,5.475,5.475,0,0,1,.75-2.727A5.07,5.07,0,0,1,102.347.928a5.754,5.754,0,0,1,2.715-.695v.9a4.75,4.75,0,0,0-2.267.58,4.256,4.256,0,0,0-1.731,1.674,4.459,4.459,0,0,0-.019,4.529A4.333,4.333,0,0,0,102.75,9.6a4.756,4.756,0,0,0,2.29.609l0,.9Zm.019-8.275c-.113,0-.246-.007-.379-.007l-2.04,0-.013,5.85.957,0,.008-2.487.564,0a1.227,1.227,0,0,1,.769.2.82.82,0,0,1,.127.109l0-1.127q-.138.008-.3.008l-1.164,0,.005-1.769,1.089,0c.136,0,.26,0,.371.009Z' transform='translate(-99.52 -0.233)' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 150px;
  height: 80px;
}
.footer-bottom hr {
  border-top: 1px solid #356369;
  margin: 0 auto;
  padding-top: 10px;
}
.hp9 {
  background-color: #FFF;
  border-top: 1px solid #ddd;
  padding: 5px 0;
}
.hp9 .contact-block {
  width: calc(25%);
  padding-right: 20px;
  text-align: left;
}
.hp9 .contact-block:last-child {
  padding-right: 0;
}
.hp9 .contact-block a {
  align-items: center;
  margin-bottom: 0;
}
.hp9 .contact-block a:hover {
  text-decoration: none;
}
.hp9 .promo-txt {
  padding: 5px 0 0 10px;
  text-align: left;
}
.hp9 .promo-txt h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  color: #203434;
  margin-bottom: 0;
}
.hp9 .promo-txt p {
  color: #4c5f76;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .hp9 .container.d-flex {
    padding: 0;
  }
  .hp9 .contact-block {
    padding-right: 10px;
  }
  .hp9 .promo-txt h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .hp9 .promo-txt p {
    line-height: 1.3;
    font-size: 11px;
  }
}
.block-collapsible-nav .content {
  background: #f7f7f7;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #010409;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #f7f7f7;
  color: #008a59;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #008a59;
  color: #010409;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #008a59;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #e6e6e6;
  display: block;
  margin: 8px 1.8rem;
}
.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;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
  padding: 0;
  margin: 0;
}
.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;
  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: 16px;
}
.slick-prev:before {
  content: '\e90a';
}
.slick-next {
  right: 16px;
}
.slick-next:before {
  content: '\e90b';
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  box-shadow: 0 12px 24px -12px rgb(0 0 0 / 8%);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(60, 60, 60, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
}
.slick-prev:hover,
.slick-next:hover {
  border: 1px solid rgba(60, 60, 60, 0.12);
  background: #ffffff;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  border: 1px solid rgba(60, 60, 60, 0.12);
  background: #ffffff;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #c0c0c0;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  font-family: 'azkarra';
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  color: #010409;
  font-size: 24px;
  opacity: 1;
}
.slick-dots {
  font-size: 1.4rem;
  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 #d0d0d0;
  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:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #008a59;
}
.slider:not(.slick-initialized),
.products-slider:not(.slick-initialized) {
  background: #f7f7f7 url('../../frontend/jq-dev/elate/en_US/images/loader-1.gif') no-repeat center;
  background-size: 20px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.slider:not(.slick-initialized) .slick-slide,
.products-slider:not(.slick-initialized) .slick-slide {
  display: block;
}
.slider:not(.slick-initialized) .slick-slide:not(:first-of-type),
.products-slider:not(.slick-initialized) .slick-slide:not(:first-of-type),
.slider:not(.slick-initialized) .product-item:not(:first-of-type),
.products-slider:not(.slick-initialized) .product-item:not(:first-of-type),
.slider:not(.slick-initialized) .slide-item:not(:first-of-type),
.products-slider:not(.slick-initialized) .slide-item:not(:first-of-type) {
  display: none;
}
.slider:not(.slick-initialized) .product-item,
.products-slider:not(.slick-initialized) .product-item {
  display: inline-block;
  width: auto;
  visibility: hidden;
}
.slider:not(.slick-initialized) .slide-item,
.products-slider:not(.slick-initialized) .slide-item {
  visibility: hidden;
}
.products-slider .product-item-details {
  padding-bottom: 16px;
}
.icon-alert-circle {
  display: inline-block;
  text-decoration: none;
}
.icon-alert-circle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e900';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-alert-circle:hover:before {
  color: #0e377c;
}
.icon-alert-circle:active:before {
  color: #0e377c;
}
.icon-alert-triangle {
  display: inline-block;
  text-decoration: none;
}
.icon-alert-triangle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e901';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-alert-triangle:hover:before {
  color: #0e377c;
}
.icon-alert-triangle:active:before {
  color: #0e377c;
}
.icon-arrow-down {
  display: inline-block;
  text-decoration: none;
}
.icon-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e922';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-arrow-down:hover:before {
  color: #0e377c;
}
.icon-arrow-down:active:before {
  color: #0e377c;
}
.icon-arrow-left {
  display: inline-block;
  text-decoration: none;
}
.icon-arrow-left:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e903';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-arrow-left:hover:before {
  color: #0e377c;
}
.icon-arrow-left:active:before {
  color: #0e377c;
}
.icon-arrow-right {
  display: inline-block;
  text-decoration: none;
}
.icon-arrow-right:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e904';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-arrow-right:hover:before {
  color: #0e377c;
}
.icon-arrow-right:active:before {
  color: #0e377c;
}
.icon-arrow-up {
  display: inline-block;
  text-decoration: none;
}
.icon-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e905';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-arrow-up:hover:before {
  color: #0e377c;
}
.icon-arrow-up:active:before {
  color: #0e377c;
}
.icon-box {
  display: inline-block;
  text-decoration: none;
}
.icon-box:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e906';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-box:hover:before {
  color: #0e377c;
}
.icon-box:active:before {
  color: #0e377c;
}
.icon-calendar {
  display: inline-block;
  text-decoration: none;
}
.icon-calendar:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e907';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-calendar:hover:before {
  color: #0e377c;
}
.icon-calendar:active:before {
  color: #0e377c;
}
.icon-check {
  display: inline-block;
  text-decoration: none;
}
.icon-check:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e908';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-check:hover:before {
  color: #0e377c;
}
.icon-check:active:before {
  color: #0e377c;
}
.icon-check-circle {
  display: inline-block;
  text-decoration: none;
}
.icon-check-circle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e926';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-check-circle:hover:before {
  color: #0e377c;
}
.icon-check-circle:active:before {
  color: #0e377c;
}
.icon-chevron-down {
  display: inline-block;
  text-decoration: none;
}
.icon-chevron-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e909';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-chevron-down:hover:before {
  color: #0e377c;
}
.icon-chevron-down:active:before {
  color: #0e377c;
}
.icon-chevron-left {
  display: inline-block;
  text-decoration: none;
}
.icon-chevron-left:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e90a';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-chevron-left:hover:before {
  color: #0e377c;
}
.icon-chevron-left:active:before {
  color: #0e377c;
}
.icon-chevron-right {
  display: inline-block;
  text-decoration: none;
}
.icon-chevron-right:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e90b';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-chevron-right:hover:before {
  color: #0e377c;
}
.icon-chevron-right:active:before {
  color: #0e377c;
}
.icon-chevron-up {
  display: inline-block;
  text-decoration: none;
}
.icon-chevron-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e90c';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-chevron-up:hover:before {
  color: #0e377c;
}
.icon-chevron-up:active:before {
  color: #0e377c;
}
.icon-clock {
  display: inline-block;
  text-decoration: none;
}
.icon-clock:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e90d';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-clock:hover:before {
  color: #0e377c;
}
.icon-clock:active:before {
  color: #0e377c;
}
.icon-copy {
  display: inline-block;
  text-decoration: none;
}
.icon-copy:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e90e';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-copy:hover:before {
  color: #0e377c;
}
.icon-copy:active:before {
  color: #0e377c;
}
.icon-edit,
.icon-edit-2 {
  display: inline-block;
  text-decoration: none;
}
.icon-edit:before,
.icon-edit-2:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e90f';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-edit:hover:before,
.icon-edit-2:hover:before {
  color: #0e377c;
}
.icon-edit:active:before,
.icon-edit-2:active:before {
  color: #0e377c;
}
.icon-eye {
  display: inline-block;
  text-decoration: none;
}
.icon-eye:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e910';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-eye:hover:before {
  color: #0e377c;
}
.icon-eye:active:before {
  color: #0e377c;
}
.icon-eye-off {
  display: inline-block;
  text-decoration: none;
}
.icon-eye-off:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e911';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-eye-off:hover:before {
  color: #0e377c;
}
.icon-eye-off:active:before {
  color: #0e377c;
}
.icon-filter {
  display: inline-block;
  text-decoration: none;
}
.icon-filter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e913';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-filter:hover:before {
  color: #0e377c;
}
.icon-filter:active:before {
  color: #0e377c;
}
.icon-gift {
  display: inline-block;
  text-decoration: none;
}
.icon-gift:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e914';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-gift:hover:before {
  color: #0e377c;
}
.icon-gift:active:before {
  color: #0e377c;
}
.icon-grid {
  display: inline-block;
  text-decoration: none;
}
.icon-grid:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e91f';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-grid:hover:before {
  color: #0e377c;
}
.icon-grid:active:before {
  color: #0e377c;
}
.icon-heart {
  display: inline-block;
  text-decoration: none;
}
.icon-heart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e915';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-heart:hover:before {
  color: #0e377c;
}
.icon-heart:active:before {
  color: #0e377c;
}
.icon-heart {
  display: inline-block;
  text-decoration: none;
}
.icon-heart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e915';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-heart:hover:before {
  color: #0e377c;
}
.icon-heart:active:before {
  color: #0e377c;
}
.icon-help-circle {
  display: inline-block;
  text-decoration: none;
}
.icon-help-circle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e916';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-help-circle:hover:before {
  color: #0e377c;
}
.icon-help-circle:active:before {
  color: #0e377c;
}
.icon-info {
  display: inline-block;
  text-decoration: none;
}
.icon-info:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e917';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-info:hover:before {
  color: #0e377c;
}
.icon-info:active:before {
  color: #0e377c;
}
.icon-list {
  display: inline-block;
  text-decoration: none;
}
.icon-list:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e919';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-list:hover:before {
  color: #0e377c;
}
.icon-list:active:before {
  color: #0e377c;
}
.icon-mail,
.icon-email {
  display: inline-block;
  text-decoration: none;
}
.icon-mail:before,
.icon-email:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e91a';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-mail:hover:before,
.icon-email:hover:before {
  color: #0e377c;
}
.icon-mail:active:before,
.icon-email:active:before {
  color: #0e377c;
}
.icon-map-pin {
  display: inline-block;
  text-decoration: none;
}
.icon-map-pin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e91b';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-map-pin:hover:before {
  color: #0e377c;
}
.icon-map-pin:active:before {
  color: #0e377c;
}
.icon-menu,
.icon-hamburger {
  display: inline-block;
  text-decoration: none;
}
.icon-menu:before,
.icon-hamburger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e91c';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-menu:hover:before,
.icon-hamburger:hover:before {
  color: #0e377c;
}
.icon-menu:active:before,
.icon-hamburger:active:before {
  color: #0e377c;
}
.icon-message-square,
.icon-message,
.icon-comment {
  display: inline-block;
  text-decoration: none;
}
.icon-message-square:before,
.icon-message:before,
.icon-comment:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e91d';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-message-square:hover:before,
.icon-message:hover:before,
.icon-comment:hover:before {
  color: #0e377c;
}
.icon-message-square:active:before,
.icon-message:active:before,
.icon-comment:active:before {
  color: #0e377c;
}
.icon-minus {
  display: inline-block;
  text-decoration: none;
}
.icon-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e91e';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-minus:hover:before {
  color: #0e377c;
}
.icon-minus:active:before {
  color: #0e377c;
}
.icon-plus {
  display: inline-block;
  text-decoration: none;
}
.icon-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e921';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-plus:hover:before {
  color: #0e377c;
}
.icon-plus:active:before {
  color: #0e377c;
}
.icon-phone,
.icon-phone-call {
  display: inline-block;
  text-decoration: none;
}
.icon-phone:before,
.icon-phone-call:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e920';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-phone:hover:before,
.icon-phone-call:hover:before {
  color: #0e377c;
}
.icon-phone:active:before,
.icon-phone-call:active:before {
  color: #0e377c;
}
.icon-refresh-cw,
.icon-refresh {
  display: inline-block;
  text-decoration: none;
}
.icon-refresh-cw:before,
.icon-refresh:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e923';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-refresh-cw:hover:before,
.icon-refresh:hover:before {
  color: #0e377c;
}
.icon-refresh-cw:active:before,
.icon-refresh:active:before {
  color: #0e377c;
}
.icon-repeat {
  display: inline-block;
  text-decoration: none;
}
.icon-repeat:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e902';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-repeat:hover:before {
  color: #0e377c;
}
.icon-repeat:active:before {
  color: #0e377c;
}
.icon-search {
  display: inline-block;
  text-decoration: none;
}
.icon-search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e925';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-search:hover:before {
  color: #0e377c;
}
.icon-search:active:before {
  color: #0e377c;
}
.icon-settings {
  display: inline-block;
  text-decoration: none;
}
.icon-settings:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e930';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-settings:hover:before {
  color: #0e377c;
}
.icon-settings:active:before {
  color: #0e377c;
}
.icon-shopping-cart,
.icon-cart {
  display: inline-block;
  text-decoration: none;
}
.icon-shopping-cart:before,
.icon-cart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e927';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-shopping-cart:hover:before,
.icon-cart:hover:before {
  color: #0e377c;
}
.icon-shopping-cart:active:before,
.icon-cart:active:before {
  color: #0e377c;
}
.icon-star {
  display: inline-block;
  text-decoration: none;
}
.icon-star:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e928';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-star:hover:before {
  color: #0e377c;
}
.icon-star:active:before {
  color: #0e377c;
}
.icon-trash {
  display: inline-block;
  text-decoration: none;
}
.icon-trash:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e929';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-trash:hover:before {
  color: #0e377c;
}
.icon-trash:active:before {
  color: #0e377c;
}
.icon-truck {
  display: inline-block;
  text-decoration: none;
}
.icon-truck:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e924';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-truck:hover:before {
  color: #0e377c;
}
.icon-truck:active:before {
  color: #0e377c;
}
.icon-user {
  display: inline-block;
  text-decoration: none;
}
.icon-user:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e92b';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-user:hover:before {
  color: #0e377c;
}
.icon-user:active:before {
  color: #0e377c;
}
.icon-user-plus {
  display: inline-block;
  text-decoration: none;
}
.icon-user-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e92c';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-user-plus:hover:before {
  color: #0e377c;
}
.icon-user-plus:active:before {
  color: #0e377c;
}
.icon-x {
  display: inline-block;
  text-decoration: none;
}
.icon-x:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e92d';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-x:hover:before {
  color: #0e377c;
}
.icon-x:active:before {
  color: #0e377c;
}
.icon-facebook {
  display: inline-block;
  text-decoration: none;
}
.icon-facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e912';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-facebook:hover:before {
  color: #0e377c;
}
.icon-facebook:active:before {
  color: #0e377c;
}
.icon-instagram {
  display: inline-block;
  text-decoration: none;
}
.icon-instagram:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e918';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-instagram:hover:before {
  color: #0e377c;
}
.icon-instagram:active:before {
  color: #0e377c;
}
.icon-youtube {
  display: inline-block;
  text-decoration: none;
}
.icon-youtube:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e92f';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-youtube:hover:before {
  color: #0e377c;
}
.icon-youtube:active:before {
  color: #0e377c;
}
.icon-linkedin {
  display: inline-block;
  text-decoration: none;
}
.icon-linkedin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\eac9';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-linkedin:hover:before {
  color: #0e377c;
}
.icon-linkedin:active:before {
  color: #0e377c;
}
.icon-x-twitter {
  display: inline-block;
  text-decoration: none;
}
.icon-x-twitter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e92a';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-x-twitter:hover:before {
  color: #0e377c;
}
.icon-x-twitter:active:before {
  color: #0e377c;
}
.icon-tiktok {
  display: inline-block;
  text-decoration: none;
}
.icon-tiktok:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e92e';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.icon-tiktok:hover:before {
  color: #0e377c;
}
.icon-tiktok:active:before {
  color: #0e377c;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.col,
[class*="col-xs"],
[class*="col-sm"],
[class*="col-md"],
[class*="col-lg"],
[class*="col-xl"] {
  padding: 0 16px;
}
.col,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-2 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped.table {
  border: 1px solid #e6e6e6;
}
.table-striped.table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: #1F4348;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-items-space-between {
  justify-content: space-between;
}
.ul-inline {
  display: inline;
  list-style: none;
}
.ul-no-ls {
  list-style: none;
}
.text-center {
  text-align: center;
}
.no-margin {
  margin: 0;
}
.text-white,
.white {
  color: #ffffff;
}
.text-black,
.black {
  color: #010409;
}
.color-red,
.red {
  color: #dc3545;
}
.color-green,
.green {
  color: #018475;
}
.color-blue,
.blue {
  color: #17a2b8;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.display-flex {
  display: flex;
}
.flex-justify-center,
.flex-center {
  justify-content: center;
}
.flex-justify-start,
.flex-start {
  justify-content: flex-start;
}
.flex-justify-end,
.flex-end {
  justify-content: flex-end;
}
.flex-align-center {
  align-items: center;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-align-end {
  align-items: flex-end;
}
.padding-small {
  padding: 4px 0;
}
.padding-base {
  padding: 16px 0;
}
.padding-large {
  padding: 24px 0;
}
.margin-small {
  margin: 4px 0;
}
.margin-base {
  margin: 16px 0;
}
.margin-large {
  margin: 24px 0;
}
[class*="transparent-layer-"] {
  padding: 16px;
}
.transparent-layer-white {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
}
.transparent-layer-black {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
}
.responsive-iframe {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.responsive-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.responsive-iframe.format_16-9 {
  padding-bottom: 56.25%;
}
.responsive-iframe.format_9-16 {
  padding-bottom: 177.77%;
}
body.show-fade-under-header .layer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(1, 4, 9, 0.6);
  visibility: visible !important;
  z-index: 2;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 101vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
}
.page-title-wrapper {
  text-align: center;
  position: relative;
  border: none;
  display: block;
}
.page-title-wrapper h1.page-title {
  background: url(../../frontend/jq-dev/elate/en_US/images/tab_active@2x.png) no-repeat scroll center center transparent;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: #1f4348;
  padding: 20px 0;
}
.page-title-wrapper [data-count] {
  display: flex;
  align-items: center;
}
.page-title-wrapper [data-count]:after {
  content: '(' attr(data-count) ')';
  display: inline-block;
  margin-left: 8px;
  font-size: 75%;
  color: #d0d0d0;
  display: none;
}
.block-full .block-title {
  position: relative;
  margin-bottom: 16px;
}
.block-full .block-title > h1 {
  font-family: "Noto Sans TC Medium", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  color: #203434;
}
.block-full .block-title > h4 {
  font-family: "Noto Sans TC Medium", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #203434;
}
.block-full .block-title > h2 {
  font-family: "Noto Sans TC Medium", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #203434;
}
.block-full .block-title > h3 {
  font-family: "Noto Sans TC Medium", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #203434;
  margin: 0 0 20px;
}
section > .block {
  margin: 48px 0;
}
.block-subtitle {
  display: block;
  font-size: 2.4rem;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 24px;
}
.action.skip:focus {
  background: #f7f7f7;
  padding: 8px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 48px;
}
.widget {
  clear: both;
}
.page-header .widget.block {
  margin: 16px 0;
}
.page-header .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.control {
  position: relative;
}
.control > input[type="password"] {
  padding-right: 30px;
}
.field-icon {
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 25px;
  right: 3px;
  top: 12px;
  cursor: pointer;
}
.field-icon.toggle-password.eye-close::before {
  content: url('../../frontend/jq-dev/elate/en_US/Magento_Theme/images/eye-close.svg');
}
.field-icon.toggle-password.eye-open::before {
  content: url('../../frontend/jq-dev/elate/en_US/Magento_Theme/images/eye-open.svg');
}
input[data-role="show-password"],
label[for="show-password"] {
  display: none !important;
}
.wishlist-wrapper .action.initialized > .counter {
  background: #008a59;
  color: #ffffff;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 1.1rem;
  display: inline-block;
  overflow: hidden;
  padding: 0 4px;
  text-align: center;
  position: absolute;
  top: 17px;
  right: 0;
}
.action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #010409;
  content: '\e915';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.action.towishlist:hover:before {
  color: #008a59;
}
.action.towishlist:active:before {
  color: #0e377c;
}
.action.towishlist.active::before {
  color: #008a59;
  font-weight: bold;
}
.action.towishlist::before {
  padding-right: 2px;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #e6e6e6;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #e6e6e6;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #e6e6e6;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 8px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 8px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 8px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 8px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #d0d0d0;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 12px;
}
.products-grid.wishlist .product-image-wrapper {
  margin: 0 -16px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 8px;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  background: #ffffff;
  min-height: 66px;
  margin: 8px 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  background: #ffffff;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  display: none;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #010409;
  content: '\e90f';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #008a59;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #010409;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e929';
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 8px;
  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: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 16px;
}
.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: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  display: none;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
  content: '\e921';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  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: 16px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 8px 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 {
  display: none;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 21px;
  color: inherit;
  content: '\e92d';
  font-family: 'azkarra';
  margin: 0 4px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  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.4;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 16px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.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 {
  display: none;
}
.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: #010409;
  content: '\e90a';
  font-family: 'azkarra';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.block-event .block-content > .action.backward:hover:before,
.block-event .block-content > .action.forward:hover:before {
  color: #0e377c;
}
.block-event .block-content > .action.backward:active:before,
.block-event .block-content > .action.forward:active:before {
  color: #0e377c;
}
.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: '\e90b';
}
.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: #f7f7f7;
  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 8px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 8px 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: #008a59;
  border: 1px solid #008a59;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 23px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  text-align: center;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e0a700;
  border: 1px solid #e0a700;
  color: #ffffff;
  text-decoration: none;
}
.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.4;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-wishlist-search .form-wishlist-search {
  margin: 24px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 16px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 16px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 16px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-static-block.with-close {
  position: relative;
  margin-bottom: 0;
}
.block-static-block.with-close > .close {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-static-block.with-close > .close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #010409;
  content: '\e92d';
  font-family: 'azkarra';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.block-static-block.with-close > .close:hover:before {
  color: #0e377c;
}
.block-static-block.with-close > .close:active:before {
  color: #0e377c;
}
.block-static-block.with-close > .close:hover {
  cursor: pointer;
}
.block-static-block.with-close .shop-message {
  padding: 8px 16px;
  padding-right: 40px !important;
}
.block-static-block.with-close .shop-message > p:last-of-type {
  margin-bottom: 0;
}
@media print {
  .widget.block {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    display: none;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 48px 8px 16px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 16px;
    top: 8px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #010409;
    content: '\e909';
    font-family: 'azkarra';
    margin: 4px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .abs-toggling-title-mobile:hover:after,
  .block-wishlist-management .wishlist-select .wishlist-name:hover:after,
  .block-collapsible-nav .title:hover:after {
    color: #0e377c;
  }
  .abs-toggling-title-mobile:active:after,
  .block-wishlist-management .wishlist-select .wishlist-name:active:after,
  .block-collapsible-nav .title:active:after {
    color: #0e377c;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e90c';
  }
  .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: #010409;
    content: '\e921';
    font-family: 'azkarra';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .abs-icon-add-mobile:hover:before,
  .block-wishlist-management .wishlist-add.item .add:hover:before {
    color: #0e377c;
  }
  .abs-icon-add-mobile:active:before,
  .block-wishlist-management .wishlist-add.item .add:active:before {
    color: #0e377c;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -8px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 8px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f7f7f7;
    top: 1px;
  }
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .accordion .item-title > .switch {
    padding: 1px 15px 1px;
  }
  .accordion > .item-content {
    padding: 10px 15px 30px;
  }
  .pages .pages-items {
    display: block;
    padding: 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    /* left: 0;
            position: absolute;
            top: 0;
            z-index: 1; */
  }
  .pages .pages-item-next {
    /* text-align: right;
            position: absolute;
            left: 54px;
            right: 0;
            bottom: 0;
            z-index: 1;
            margin: 0; */
  }
  .pages .item {
    margin: 0;
  }
  .breadcrumbs {
    padding-right: 0;
    padding-bottom: 0;
  }
  .breadcrumbs .items {
    overflow-y: scroll;
    display: flex;
  }
  .breadcrumbs .items li {
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .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) > .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 33px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .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: #1979c3 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: #1979c3;
  }
  .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: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 8px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #e6e6e6;
    margin-right: -8px;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    display: none;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #010409;
    content: '\e914';
    font-family: 'azkarra';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #008a59;
  }
  .cart .action-gift:active:after {
    color: #010409;
  }
  .cart .action-gift._active {
    border: 1px solid #e6e6e6;
    border-bottom-color: #ffffff;
    margin: -4px 14px -1px -15px;
    padding: 4px 8px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #008a59;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    display: none;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #010409;
    content: '\e907';
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #008a59;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #010409;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    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;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -16px;
    margin-right: -16px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  .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;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 8px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -16px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #e6e6e6;
    background: #f7f7f7;
    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 {
    color: #010409;
    display: block;
    padding: 4px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #008a59;
  }
  .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: 12px;
  }
  .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;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 48px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .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;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 4px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .breadcrumbs li.item {
    display: none;
  }
  .breadcrumbs li.item:after {
    display: none !important;
  }
  .breadcrumbs li.item:nth-last-child(2) {
    display: inline-block;
    position: relative;
  }
  .breadcrumbs li.item:nth-last-child(2) > a:before {
    position: absolute;
    top: -1px;
    left: 0;
  }
  .products-grid .product-items {
    width: calc(100% + 16px);
  }
  .products-grid .product-item {
    width: calc(50% - 16px);
  }
  .products-slider.product-items {
    width: 100% !important;
  }
  span.product-image-wrapper {
    border: 1px solid #ddd;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
  }
  .product-item .product-item-details {
    text-align: left;
    padding: 15px 5px 15px 0;
  }
  .product-item .price-box {
    justify-content: flex-start;
  }
  .product-item a.product-item-link.secondurl {
    display: none;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 12px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .cart.table-wrapper .actions-toolbar .towishlist {
    display: none;
  }
  .cart-empty a {
    text-wrap: balance;
    border-radius: 35px;
  }
  .form-cart {
    width: 100%;
    max-width: 100%;
  }
  div#block-discount {
    margin: 0 0 30px;
  }
  #shopping-cart-table thead {
    display: none;
  }
  #shopping-cart-table tbody {
    background-color: #f8f8f8;
    border-radius: 17px;
    display: block;
    margin-bottom: 20px;
  }
  #shopping-cart-table tbody:nth-child(2n+1) {
    background-color: #F0EFEF !important;
  }
  #shopping-cart-table tbody:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
  }
  #shopping-cart-table tbody tr {
    display: block;
    position: relative;
  }
  #shopping-cart-table tbody tr.table_sep {
    display: none;
  }
  #shopping-cart-table tbody tr td {
    text-align: left;
    border: none;
    position: relative;
  }
  #shopping-cart-table tbody tr td.col:not(.item):before {
    content: attr(data-th) ":";
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    color: #A5A5A5;
    position: absolute;
    top: 0;
    left: 15px;
  }
  #shopping-cart-table tbody tr td.col.qty {
    max-width: 33.33%;
    width: 100%;
    float: left;
    padding: 30px 0 0;
    height: 80px;
  }
  #shopping-cart-table tbody tr td.col.qty .field.qty {
    display: inline-block;
    vertical-align: middle;
  }
  #shopping-cart-table tbody tr td.col.qty .field.qty label {
    margin-bottom: 0;
  }
  #shopping-cart-table tbody tr td.col.qty .control span.edit-qty {
    top: 3px;
  }
  #shopping-cart-table tbody tr td.col.qty .control span.edit-qty.plus {
    top: 5px;
  }
  #shopping-cart-table tbody tr td.col.qty .input-text.qty {
    height: 30px !important;
  }
  #shopping-cart-table tbody tr td.col.qty:not(.item):before {
    right: auto;
    left: auto;
    margin: 0 auto;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #shopping-cart-table tbody tr td.col.item {
    display: flex;
    min-height: 75px;
    padding: 15px 15px 10px 15px;
    position: relative;
    margin-bottom: 15px;
  }
  #shopping-cart-table tbody tr td.col.item .product-image-container {
    width: 90px !important;
  }
  #shopping-cart-table tbody tr td.col.price {
    max-width: 33.33%;
    width: 100%;
    float: left;
    text-align: left;
    height: 80px;
    padding: 30px 0 0 15px;
  }
  #shopping-cart-table tbody tr td.col.price .cart-price {
    margin-top: 9px;
    display: inline-block;
  }
  #shopping-cart-table tbody tr td.col.subtotal {
    max-width: 33.33%;
    width: 100%;
    float: left;
    text-align: right;
    height: 80px;
    padding: 40px 15px 0 0;
  }
  #shopping-cart-table tbody tr td.col.subtotal:before {
    top: 0;
    right: 15px;
    left: auto;
    margin-right: 0;
    display: block;
  }
  #shopping-cart-table tbody tr td.col.item .product-item-photo {
    width: auto;
    margin-right: 15px;
    /*float: none;
                                width: 100%;*/
  }
  #shopping-cart-table tbody tr td.col.item .product-item-photo img.product-image-photo {
    width: 90px;
    height: auto;
    max-width: 90px;
    object-fit: cover;
    padding: 0;
    max-height: 90px;
    border-radius: 17px;
  }
  #shopping-cart-table tbody tr td.col.item .product-item-photo img.product-image-photo .product-image-container {
    border-radius: 17px;
  }
  #shopping-cart-table tbody tr td.col.item .product-item-photo img.product-image-photo .product-image-container .product-image-wrapper {
    border-radius: 17px;
  }
  #shopping-cart-table tbody tr td.col.item .product-item-details {
    float: none;
    width: calc(99%);
    margin: 0;
    padding: 0;
    max-width: inherit;
  }
  #shopping-cart-table tbody tr td.col.item:after {
    content: "";
    display: table;
    clear: both;
  }
  #shopping-cart-table tbody tr td.item-actions {
    text-align: right;
    width: 40px;
    display: block;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 0;
  }
  #shopping-cart-table tbody tr td.item-actions:before {
    display: none !important;
  }
  #shopping-cart-table tbody tr td.item-actions > .actions-toolbar {
    padding: 0;
  }
  #shopping-cart-table tbody tr td.item-actions > .actions-toolbar a {
    border-radius: 4px;
    /*border: 1px solid #F2F2F2;
                                background-color: #fff;
                                font-size: 18px;
                                line-height: 38px;
                                width: 38px;
                                height: 38px; */
    text-align: center;
    display: inline-block;
    margin: 0 5px 10px;
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
                                -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
                                -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);*/
  }
  #shopping-cart-table tbody tr td.item-actions > .actions-toolbar a + a {
    margin-left: 0;
  }
  .cart-summary .cart-totals .table > tbody > tr > th,
  .cart-summary .cart-totals .table > tbody > tr > td {
    border-top: 1px solid #356a71;
  }
  .field-tooltip .field-tooltip-content {
    right: -8px;
    top: 40px;
    left: auto;
  }
  .cms-page-view:not(.cms-home) .page-main .h2,
  .cms-page-view:not(.cms-home) .page-main h2 {
    font-size: 20px;
  }
  .cms-page-view:not(.cms-home) .page-main .h4,
  .cms-page-view:not(.cms-home) .page-main h4,
  .cms-page-view:not(.cms-home) .page-main .h3,
  .cms-page-view:not(.cms-home) .page-main h3 {
    font-size: 18px;
  }
  .cms-page-view:not(.cms-home) .pull-right-fxs,
  .cms-page-view:not(.cms-home) .pull-left-fxs {
    margin: 0 0 15px;
  }
  .cms-page-view:not(.cms-home) .commercial423 p {
    width: 50%;
  }
  .cms-page-view:not(.cms-home) .comon-light432 {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-page-view:not(.cms-home) .comon-light432 p {
    margin-bottom: 0;
  }
  .cms-page-view:not(.cms-home) .comon-light432 img {
    max-width: 145px;
  }
  .contact-index-index .contact-form-content {
    box-shadow: 0 0 10px #000029;
    border-radius: 29px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .contact-index-index .contact-right {
    background: #2a5b61;
    padding: 40px 50px 30px 50px;
    min-height: 100%;
    border-radius: 0 0 23px 23px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .contact-left {
    padding-left: 20px;
  }
  .contact-index-index .contact-form-content {
    box-shadow: 0 0 10px #ddd;
    border-radius: 29px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .contact-index-index .contact-right {
    background: #2a5b61;
    padding: 40px 50px 0px 50px;
    min-height: 100%;
    border-radius: 0 0 23px 23px;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .block.newsletter .box.box-left {
    margin-bottom: 20px;
  }
  .block.newsletter .box.box-left .title strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .header_info {
    padding: 6px 16px;
  }
  .header_info div {
    border-right: 1px solid #a4a29e;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
  .header_info_mobile {
    background-color: #2a5b61;
    height: 36px;
    line-height: 33px;
  }
  .header_info_mobile .call-header {
    font-size: 13px;
    margin-right: 0;
    display: block;
    text-align: right;
    line-height: 33px;
  }
  .header_info_mobile .call-header span {
    position: relative;
    font-weight: 500;
    color: #f4c230;
    display: inline-block;
    padding-left: 22px;
  }
  .header_info_mobile .call-header span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%23f4c230' class='bi bi-telephone' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
  }
  .header_info_mobile .call-header span a {
    color: #fff;
    font-weight: 500;
    padding-left: 5px;
  }
  .header_info_mobile .header_mobile_account a {
    display: flex;
    align-items: center;
    position: relative;
    color: #FFF;
    font-size: 13px;
  }
  .header_info_mobile .header_mobile_account a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    line-height: 26px;
    color: #F4C230;
    content: '\e92b';
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .header_info_mobile .header_mobile_account a span {
    margin-left: 4px;
  }
  .hp1 .container {
    padding: 0;
  }
  .hp1 .promo-box {
    overflow-y: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .hp1 .promo-box li.li-flex {
    padding: 6px 50px 5px 0;
    white-space: nowrap;
  }
  .hp1 .promo-box .promo-txt h5 {
    font-size: 12px;
  }
  .hp1 .promo-box .promo-txt p {
    font-size: 10px;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
    flex-direction: row;
  }
  .footer .column-footer {
    border-color: #356369;
  }
  .footer .column-footer.footer-contact {
    padding-top: 20px;
  }
  .footer.content {
    padding-left: 0;
    padding-right: 0;
  }
  .p_cards {
    width: 338px;
    background-size: 338px auto;
  }
  .copyright {
    text-align: center;
    margin: 20px 0;
  }
  .partner-logo {
    justify-content: center;
  }
  .partner-logo .p_swan {
    margin-right: 12px;
  }
  .hp9 {
    padding: 0 15px;
  }
  .hp9 .container.d-flex {
    justify-content: space-between;
    padding: 0;
  }
  .hp9 .contact-block {
    width: auto;
    padding: 0;
    text-align: center;
    align-items: inherit;
    display: block;
  }
  .hp9 .contact-block a {
    display: block;
  }
  .hp9 .contact-block img {
    max-width: 70px;
    height: auto;
  }
  .hp9 .promo-txt {
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .hp9 .promo-txt h6 {
    font-size: 14px;
    text-align: center;
  }
  .hp9 .promo-txt p {
    display: none;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #e6e6e6;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    border: 0 none;
  }
  .hidden-xs {
    display: none;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .hidden-mobile,
  .hidden-xs,
  .hidden-sm {
    display: none !important;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 4px 8px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 8px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #008a59;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f7f7f7;
  }
  .page-title-wrapper h1.page-title {
    font-size: 28px;
    line-height: 36px;
  }
  .page-title-wrapper h1 {
    font-size: 28px;
    padding: 18px 0;
  }
  .products-grid.wishlist {
    margin-bottom: 24px;
  }
  .products-grid.wishlist .product-item-actions {
    line-height: 5.5rem;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 16px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 16px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    display: none;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #010409;
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #008a59;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #010409;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    display: none;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 48px 8px 16px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 16px;
    top: 8px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #010409;
    content: '\e909';
    font-family: 'azkarra';
    margin: 4px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .abs-toggling-title-mobile:hover:after,
  .block-wishlist-management .wishlist-select .wishlist-name:hover:after,
  .block-collapsible-nav .title:hover:after {
    color: #0e377c;
  }
  .abs-toggling-title-mobile:active:after,
  .block-wishlist-management .wishlist-select .wishlist-name:active:after,
  .block-collapsible-nav .title:active:after {
    color: #0e377c;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e90c';
  }
  .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: #010409;
    content: '\e921';
    font-family: 'azkarra';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .abs-icon-add-mobile:hover:before,
  .block-wishlist-management .wishlist-add.item .add:hover:before {
    color: #0e377c;
  }
  .abs-icon-add-mobile:active:before,
  .block-wishlist-management .wishlist-add.item .add:active:before {
    color: #0e377c;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -8px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 8px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f7f7f7;
    top: 1px;
  }
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .accordion .item-title > .switch {
    padding: 1px 15px 1px;
  }
  .accordion > .item-content {
    padding: 10px 15px 30px;
  }
  .pages .pages-items {
    display: block;
    padding: 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    /* left: 0;
            position: absolute;
            top: 0;
            z-index: 1; */
  }
  .pages .pages-item-next {
    /* text-align: right;
            position: absolute;
            left: 54px;
            right: 0;
            bottom: 0;
            z-index: 1;
            margin: 0; */
  }
  .pages .item {
    margin: 0;
  }
  .breadcrumbs {
    padding-right: 0;
    padding-bottom: 0;
  }
  .breadcrumbs .items {
    overflow-y: scroll;
    display: flex;
  }
  .breadcrumbs .items li {
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .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) > .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 33px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .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: #1979c3 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: #1979c3;
  }
  .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: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 8px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #e6e6e6;
    margin-right: -8px;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    display: none;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #010409;
    content: '\e914';
    font-family: 'azkarra';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #008a59;
  }
  .cart .action-gift:active:after {
    color: #010409;
  }
  .cart .action-gift._active {
    border: 1px solid #e6e6e6;
    border-bottom-color: #ffffff;
    margin: -4px 14px -1px -15px;
    padding: 4px 8px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #008a59;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    display: none;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #010409;
    content: '\e907';
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #008a59;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #010409;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    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;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -16px;
    margin-right: -16px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  .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;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 8px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -16px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #e6e6e6;
    background: #f7f7f7;
    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 {
    color: #010409;
    display: block;
    padding: 4px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #008a59;
  }
  .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: 12px;
  }
  .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;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 48px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .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;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 4px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .breadcrumbs li.item {
    display: none;
  }
  .breadcrumbs li.item:after {
    display: none !important;
  }
  .breadcrumbs li.item:nth-last-child(2) {
    display: inline-block;
    position: relative;
  }
  .breadcrumbs li.item:nth-last-child(2) > a:before {
    position: absolute;
    top: -1px;
    left: 0;
  }
  .products-grid .product-items {
    width: calc(100% + 16px);
  }
  .products-grid .product-item {
    width: calc(50% - 16px);
  }
  .products-slider.product-items {
    width: 100% !important;
  }
  span.product-image-wrapper {
    border: 1px solid #ddd;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
  }
  .product-item .product-item-details {
    text-align: left;
    padding: 15px 5px 15px 0;
  }
  .product-item .price-box {
    justify-content: flex-start;
  }
  .product-item a.product-item-link.secondurl {
    display: none;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 12px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .cart.table-wrapper .actions-toolbar .towishlist {
    display: none;
  }
  .cart-empty a {
    text-wrap: balance;
    border-radius: 35px;
  }
  .form-cart {
    width: 100%;
    max-width: 100%;
  }
  div#block-discount {
    margin: 0 0 30px;
  }
  #shopping-cart-table thead {
    display: none;
  }
  #shopping-cart-table tbody {
    background-color: #f8f8f8;
    border-radius: 17px;
    display: block;
    margin-bottom: 20px;
  }
  #shopping-cart-table tbody:nth-child(2n+1) {
    background-color: #F0EFEF !important;
  }
  #shopping-cart-table tbody:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
  }
  #shopping-cart-table tbody tr {
    display: block;
    position: relative;
  }
  #shopping-cart-table tbody tr.table_sep {
    display: none;
  }
  #shopping-cart-table tbody tr td {
    text-align: left;
    border: none;
    position: relative;
  }
  #shopping-cart-table tbody tr td.col:not(.item):before {
    content: attr(data-th) ":";
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    color: #A5A5A5;
    position: absolute;
    top: 0;
    left: 15px;
  }
  #shopping-cart-table tbody tr td.col.qty {
    max-width: 33.33%;
    width: 100%;
    float: left;
    padding: 30px 0 0;
    height: 80px;
  }
  #shopping-cart-table tbody tr td.col.qty .field.qty {
    display: inline-block;
    vertical-align: middle;
  }
  #shopping-cart-table tbody tr td.col.qty .field.qty label {
    margin-bottom: 0;
  }
  #shopping-cart-table tbody tr td.col.qty .control span.edit-qty {
    top: 3px;
  }
  #shopping-cart-table tbody tr td.col.qty .control span.edit-qty.plus {
    top: 5px;
  }
  #shopping-cart-table tbody tr td.col.qty .input-text.qty {
    height: 30px !important;
  }
  #shopping-cart-table tbody tr td.col.qty:not(.item):before {
    right: auto;
    left: auto;
    margin: 0 auto;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #shopping-cart-table tbody tr td.col.item {
    display: flex;
    min-height: 75px;
    padding: 15px 15px 10px 15px;
    position: relative;
    margin-bottom: 15px;
  }
  #shopping-cart-table tbody tr td.col.item .product-image-container {
    width: 90px !important;
  }
  #shopping-cart-table tbody tr td.col.price {
    max-width: 33.33%;
    width: 100%;
    float: left;
    text-align: left;
    height: 80px;
    padding: 30px 0 0 15px;
  }
  #shopping-cart-table tbody tr td.col.price .cart-price {
    margin-top: 9px;
    display: inline-block;
  }
  #shopping-cart-table tbody tr td.col.subtotal {
    max-width: 33.33%;
    width: 100%;
    float: left;
    text-align: right;
    height: 80px;
    padding: 40px 15px 0 0;
  }
  #shopping-cart-table tbody tr td.col.subtotal:before {
    top: 0;
    right: 15px;
    left: auto;
    margin-right: 0;
    display: block;
  }
  #shopping-cart-table tbody tr td.col.item .product-item-photo {
    width: auto;
    margin-right: 15px;
    /*float: none;
                                width: 100%;*/
  }
  #shopping-cart-table tbody tr td.col.item .product-item-photo img.product-image-photo {
    width: 90px;
    height: auto;
    max-width: 90px;
    object-fit: cover;
    padding: 0;
    max-height: 90px;
    border-radius: 17px;
  }
  #shopping-cart-table tbody tr td.col.item .product-item-photo img.product-image-photo .product-image-container {
    border-radius: 17px;
  }
  #shopping-cart-table tbody tr td.col.item .product-item-photo img.product-image-photo .product-image-container .product-image-wrapper {
    border-radius: 17px;
  }
  #shopping-cart-table tbody tr td.col.item .product-item-details {
    float: none;
    width: calc(99%);
    margin: 0;
    padding: 0;
    max-width: inherit;
  }
  #shopping-cart-table tbody tr td.col.item:after {
    content: "";
    display: table;
    clear: both;
  }
  #shopping-cart-table tbody tr td.item-actions {
    text-align: right;
    width: 40px;
    display: block;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 0;
  }
  #shopping-cart-table tbody tr td.item-actions:before {
    display: none !important;
  }
  #shopping-cart-table tbody tr td.item-actions > .actions-toolbar {
    padding: 0;
  }
  #shopping-cart-table tbody tr td.item-actions > .actions-toolbar a {
    border-radius: 4px;
    /*border: 1px solid #F2F2F2;
                                background-color: #fff;
                                font-size: 18px;
                                line-height: 38px;
                                width: 38px;
                                height: 38px; */
    text-align: center;
    display: inline-block;
    margin: 0 5px 10px;
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
                                -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
                                -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);*/
  }
  #shopping-cart-table tbody tr td.item-actions > .actions-toolbar a + a {
    margin-left: 0;
  }
  .cart-summary .cart-totals .table > tbody > tr > th,
  .cart-summary .cart-totals .table > tbody > tr > td {
    border-top: 1px solid #356a71;
  }
  .field-tooltip .field-tooltip-content {
    right: -8px;
    top: 40px;
    left: auto;
  }
  .cms-page-view:not(.cms-home) .page-main .h2,
  .cms-page-view:not(.cms-home) .page-main h2 {
    font-size: 20px;
  }
  .cms-page-view:not(.cms-home) .page-main .h4,
  .cms-page-view:not(.cms-home) .page-main h4,
  .cms-page-view:not(.cms-home) .page-main .h3,
  .cms-page-view:not(.cms-home) .page-main h3 {
    font-size: 18px;
  }
  .cms-page-view:not(.cms-home) .pull-right-fxs,
  .cms-page-view:not(.cms-home) .pull-left-fxs {
    margin: 0 0 15px;
  }
  .cms-page-view:not(.cms-home) .commercial423 p {
    width: 50%;
  }
  .cms-page-view:not(.cms-home) .comon-light432 {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-page-view:not(.cms-home) .comon-light432 p {
    margin-bottom: 0;
  }
  .cms-page-view:not(.cms-home) .comon-light432 img {
    max-width: 145px;
  }
  .contact-index-index .contact-form-content {
    box-shadow: 0 0 10px #000029;
    border-radius: 29px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .contact-index-index .contact-right {
    background: #2a5b61;
    padding: 40px 50px 30px 50px;
    min-height: 100%;
    border-radius: 0 0 23px 23px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .contact-left {
    padding-left: 20px;
  }
  .contact-index-index .contact-form-content {
    box-shadow: 0 0 10px #ddd;
    border-radius: 29px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .contact-index-index .contact-right {
    background: #2a5b61;
    padding: 40px 50px 0px 50px;
    min-height: 100%;
    border-radius: 0 0 23px 23px;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .block.newsletter .box.box-left {
    margin-bottom: 20px;
  }
  .block.newsletter .box.box-left .title strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .header_info {
    padding: 6px 16px;
  }
  .header_info div {
    border-right: 1px solid #a4a29e;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
  .header_info_mobile {
    background-color: #2a5b61;
    height: 36px;
    line-height: 33px;
  }
  .header_info_mobile .call-header {
    font-size: 13px;
    margin-right: 0;
    display: block;
    text-align: right;
    line-height: 33px;
  }
  .header_info_mobile .call-header span {
    position: relative;
    font-weight: 500;
    color: #f4c230;
    display: inline-block;
    padding-left: 22px;
  }
  .header_info_mobile .call-header span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%23f4c230' class='bi bi-telephone' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
  }
  .header_info_mobile .call-header span a {
    color: #fff;
    font-weight: 500;
    padding-left: 5px;
  }
  .header_info_mobile .header_mobile_account a {
    display: flex;
    align-items: center;
    position: relative;
    color: #FFF;
    font-size: 13px;
  }
  .header_info_mobile .header_mobile_account a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    line-height: 26px;
    color: #F4C230;
    content: '\e92b';
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .header_info_mobile .header_mobile_account a span {
    margin-left: 4px;
  }
  .hp1 .container {
    padding: 0;
  }
  .hp1 .promo-box {
    overflow-y: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .hp1 .promo-box li.li-flex {
    padding: 6px 50px 5px 0;
    white-space: nowrap;
  }
  .hp1 .promo-box .promo-txt h5 {
    font-size: 12px;
  }
  .hp1 .promo-box .promo-txt p {
    font-size: 10px;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
    flex-direction: row;
  }
  .footer .column-footer {
    border-color: #356369;
  }
  .footer .column-footer.footer-contact {
    padding-top: 20px;
  }
  .footer.content {
    padding-left: 0;
    padding-right: 0;
  }
  .p_cards {
    width: 338px;
    background-size: 338px auto;
  }
  .copyright {
    text-align: center;
    margin: 20px 0;
  }
  .partner-logo {
    justify-content: center;
  }
  .partner-logo .p_swan {
    margin-right: 12px;
  }
  .hp9 {
    padding: 0 15px;
  }
  .hp9 .container.d-flex {
    justify-content: space-between;
    padding: 0;
  }
  .hp9 .contact-block {
    width: auto;
    padding: 0;
    text-align: center;
    align-items: inherit;
    display: block;
  }
  .hp9 .contact-block a {
    display: block;
  }
  .hp9 .contact-block img {
    max-width: 70px;
    height: auto;
  }
  .hp9 .promo-txt {
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .hp9 .promo-txt h6 {
    font-size: 14px;
    text-align: center;
  }
  .hp9 .promo-txt p {
    display: none;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #e6e6e6;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    border: 0 none;
  }
  .hidden-xs {
    display: none;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .hidden-mobile,
  .hidden-xs,
  .hidden-sm {
    display: none !important;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 4px 8px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 8px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #008a59;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f7f7f7;
  }
  .page-title-wrapper h1.page-title {
    font-size: 28px;
    line-height: 36px;
  }
  .page-title-wrapper h1 {
    font-size: 28px;
    padding: 18px 0;
  }
  .products-grid.wishlist {
    margin-bottom: 24px;
  }
  .products-grid.wishlist .product-item-actions {
    line-height: 5.5rem;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 16px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 16px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    display: none;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #010409;
    font-family: 'azkarra';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #008a59;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #010409;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    display: none;
  }
  .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-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 8px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 8px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 8px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 4px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 4px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 8px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -16px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before {
    display: none;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label {
    display: none !important;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -8px 0 8px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper,
  .product.info.detailed .additional-attributes-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #e6e6e6;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 4px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 16px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 8px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 12px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #e6e6e6;
    content: '';
    display: block;
    height: 0;
    margin: 12px -8px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 16px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 8px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #e6e6e6;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #e6e6e6;
  }
  .table.grouped > tbody > tr > td {
    padding: 8px 8px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    display: none;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 21px;
    color: #010409;
    content: '\e929';
    font-family: 'azkarra';
    margin: 0 4px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 48px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 12px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 24px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 8px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 8px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .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;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart-totals .table-wrapper {
    border-top: none;
    margin-bottom: 0;
  }
  .cart.data.table thead {
    display: none;
  }
  .cart .item-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cart .item-info td.col.item-price,
  .cart .item-info td.col.qty,
  .cart .item-info td.col.subtotal,
  .cart .item-info td.col.actions {
    margin: 0;
    padding: 0;
    align-self: center;
  }
  .cart .item-info td.col.qty,
  .cart .item-info td.col.subtotal {
    flex: 0 0 32%;
  }
  .cart.table-wrapper .cart td.col.qty .control.qty .label {
    display: none;
  }
  .cart .actions-toolbar .action-delete {
    max-width: 50px;
    min-width: 30px;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .cart.actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart .action {
    margin: 8px 0;
    min-width: 153px;
    width: 100%;
  }
  .cart.table-wrapper .cart td.col.item {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 0;
  }
  .cart.table-wrapper .cart td.col.item .product-item-details {
    word-break: break-word;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .cms-page-view:not(.cms-home) .full-xs-width {
    width: 100%;
    height: auto;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    display: none;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #010409;
    font-family: 'azkarra';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .abs-action-print-s:hover:before {
    color: #0e377c;
  }
  .abs-action-print-s:active:before {
    color: #0e377c;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #e6e6e6;
  }
  .table > tbody + tbody {
    border-top: 1px solid #e6e6e6;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 16px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 12px;
    padding-right: 12px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 12px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 48px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart.table > tbody > tr th,
  .cart.table > tbody > tr td {
    border-top: none;
  }
  .cart.table > tbody + tbody {
    border-top: none;
  }
  .cart.table > tbody:last-of-type {
    border-bottom: none;
  }
  .cart-totals .table-wrapper {
    border-top: none;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}
#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 8px;
}
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: 8px;
}
.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: #dc3545;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 8px 8px 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: #dc3545;
  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 #e6e6e6;
  border-radius: 1px;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  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: #dc3545;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #e6e6e6;
  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: #dc3545;
  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: 8px;
  right: 24px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{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:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * 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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.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-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;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:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;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:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;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%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background: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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{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-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.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: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}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.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{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;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;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{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-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{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:.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-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

/* 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/jq-dev/elate/en_US/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;
}
.column.main {
  padding-bottom: 0 !important;
}
/* .homepage-section {
        margin-bottom: @margin__xl;

        .content-inner {
            width: auto;
            max-width: 295px;
        }

        .text-white {

            .box-title,
            .box-desc {
                color: @color-white;
            }
        }

        .actions {
            margin: @margin__l 0 0;
            text-align: center;
        }

        .bg-image {
            background-position: center;
        }
    } */
/* .box-content {
        display: flex;
        height: 100%;

        &.position-top-left {
            justify-content: flex-start;
            align-items: flex-start;
        }

        &.position-top-center {
            justify-content: center;
            align-items: flex-start;
        }

        &.position-top-right {
            justify-content: flex-end;
            align-items: flex-start;
        }

        &.position-center-left {
            justify-content: left;
            align-items: center;
        }

        &.position-center-center {
            justify-content: center;
            align-items: center;
        }

        &.position-center-right {
            justify-content: right;
            align-items: center;
        }

        &.position-bottom-left {
            justify-content: flex-start;
            align-items: flex-end;
        }

        &.position-bottom-center {
            justify-content: center;
            align-items: flex-end;
        }

        &.position-bottom-right {
            justify-content: flex-end;
            align-items: flex-end;
        }
    } */
.hp3 .hp3_top {
  max-width: 785px;
  margin: 0 auto 40px;
  text-align: center;
}
.hp3 .hp3_item {
  padding: 0 7.5px;
}
.hp3 .hp3_content {
  display: inline-block;
  width: 100%;
  position: relative;
}
.hp3 .hp3_content img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  border-radius: 17px;
}
.hp3 .hp3_content .hp3_overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
}
.hp3 .hp3_content .hp3_overlay strong {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  display: block;
}
.hp3 .hp3_content .hp3_overlay .hp3_btn {
  font-weight: 600;
  font-size: 13px;
  line-height: 15.6px;
  text-align: left;
  color: #fff;
  background-color: transparent;
  height: 34px;
  margin-top: 10px;
  padding: 0 30px;
  border-radius: 17px;
  box-shadow: 0 0 0 0 transparent;
  border: 1px solid #fff;
}
.hp3 .hp3_content .hp3_overlay.color-black strong {
  color: #000000;
}
.hp3 .hp3_content .hp3_overlay.color-black .hp3_btn {
  border-color: #000;
  color: #000;
}
@media screen and (min-width: 768px) {
  .hp3 .hp3_content:hover .hp3_overlay strong {
    color: #f2ba00;
  }
  .hp3 .hp3_content:hover .hp3_overlay .hp3_btn {
    background-color: #f2ba00;
    border-color: #f2ba00;
    color: #1f4348;
  }
}
.hp5 {
  margin-bottom: 60px;
  display: flex;
  text-align: center;
}
.hp5 .columns-block {
  width: 100%;
  position: relative;
  background-color: #2a5b61;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp5 .hp5_10 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp5 .hp5_2 {
  padding: 20px;
  max-width: 490px;
  width: 100%;
}
.hp5 .hp5_2 h5 {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  display: block;
}
.hp5 .hp5_2 p.act2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #f2ba00;
  display: block;
}
.hp5 .hp5_2 p {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  text-transform: uppercase;
}
.hp5 .hp5_2 .btn {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  background-color: transparent;
  height: 34px;
  margin-top: 15px;
  padding: 0 30px;
  border-radius: 17px;
  box-shadow: 0 0 0 0 transparent;
  border: 1px solid #fff;
  line-height: 34px;
  width: 170px;
  text-align: center;
}
.hp5 .hp5_2 .btn:hover {
  background-color: #008a59;
  border-color: #008a59;
}
.hp5 .img-responsive {
  width: 100%;
  height: auto;
}
.hp6 {
  margin-bottom: 35px;
}
.hp6 .section_title {
  margin-bottom: 30px;
}
.hp6 .hp6_01 .columns-block {
  display: flex;
  justify-content: center;
  height: 100%;
}
.hp6 .hp6_01 .hp6_01_content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #203434;
  /* text-transform: uppercase; */
}
.hp6 .hp6_01 .hp6_01_content h5 {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #203434;
}
.hp6 .hp6_01 .hp6_01_content h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #f2ba00;
  display: block;
}
.hp6 .hp6_01 .hp6_01_content .btn {
  font-weight: 600;
  font-size: 13px;
  color: #203434;
  background-color: transparent;
  height: 34px;
  margin-top: 15px;
  padding: 0 30px;
  border-radius: 17px;
  box-shadow: 0 0 0 0 transparent;
  border: 1px solid #203434;
  line-height: 34px;
  width: 170px;
  text-align: center;
}
.hp6 .hp6_02 {
  margin-bottom: 30px;
}
.hp6 .hp6_02_01 {
  position: relative;
}
.hp6 .hp6_02_01 .hp6_02_img img {
  width: 100%;
  height: auto;
}
.hp6 .hp6_02_01 .hp6_02_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  flex-direction: column;
}
.hp6 .hp6_02_01 h5 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hp6 .hp6_02_01 h5.color_F4C230 {
  color: #f4c230;
}
.hp6 .hp6_02_01 p {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}
.hp6 .hp6_02_01 p a {
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.hp6 .hp6_02_01 p i {
  color: #fff;
  font-size: 16px;
  margin-left: 6px;
  line-height: 15px;
}
.hp7 .hp7_item {
  text-align: center;
}
.hp7 .hp7_item img {
  display: inline-block;
}
.cms-index-index .blog-widget-recent .post-list .post-holder {
  background-color: #f7f3f0;
  border-radius: 0 0 20px 20px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cms-index-index .blog-widget-recent .post-list .post-holder .post-content img {
  border-radius: 20px 20px 0 0;
}
.cms-index-index .blog-widget-recent .post-list .post-holder .post-description {
  padding: 20px;
}
.cms-index-index .blog-widget-recent .post-list .post-holder .post-description .post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  align-items: center;
  display: flex;
  font-weight: normal;
  text-align: left;
  padding: 0;
}
.cms-index-index .blog-widget-recent .post-list .post-holder .post-description .post-title .post-item-link {
  font-size: 17px;
  line-height: 28px;
  color: #2a5b61;
}
.cms-index-index .blog-widget-recent .post-list .post-holder .post-description .post-text-hld {
  min-height: inherit;
  overflow-y: inherit;
  margin: 10px 0;
  text-align: left;
  text-transform: unset;
}
.cms-index-index .blog-widget-recent .post-list .post-holder .post-description .post-info {
  padding-left: 0;
}
.cms-index-index .blog-widget-recent .post-list .post-holder .post-description .post-read-more {
  padding-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1113px) {
  .hp6 .hp6_01 {
    display: block;
  }
  .hp6 .hp6_01 .hp6_01_content {
    margin-bottom: 20px;
  }
  .hp6 .hp6_01 .col-md-6.col-sm-12.col-xs-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hp5 .hp5_2 h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    display: block;
  }
  .hp6 {
    margin-bottom: 15px;
  }
  .hp6 .hp6_01_content {
    margin-bottom: 20px !important;
  }
  .hp6 .hp6_02 {
    margin-bottom: 20px;
  }
  .hp6 .hp6_01 .hp6_01_content h6 {
    margin-bottom: 0;
  }
  .hp6 .hp6_01 .hp6_01_content h5 {
    font-size: 18px;
    line-height: 30px;
  }
}
