body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #31373c;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.8rem;
}
p {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 16px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 25px;
  margin-top: 25px;
}
sub,
sup {
  font-size: 66.66666667%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #31373c;
  font-weight: 300;
  line-height: 32px;
  font-size: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  color: #31373c;
  font-weight: 300;
  line-height: 44px;
  font-size: 4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h3 {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
h4 {
  color: #31373c;
  font-weight: 300;
  line-height: 26px;
  font-size: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h5 {
  color: #31373c;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h6 {
  color: #31373c;
  font-weight: 700;
  line-height: 26px;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #151515;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #575757;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #575757;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.6rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.6rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #000000;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.6rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #31373c;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.8rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #151515;
  line-height: 1.42857143;
  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 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #ffffff;
  border: 2px solid #06452d;
  color: #06452d;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  margin: 0;
  padding: 12px 45.5px;
  font-size: 1.6rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #666666;
  font-family: Roboto;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #666666;
}
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: #666666;
}
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: #666666;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #666666;
  font-family: Roboto;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #666666;
  font-family: Roboto;
  font-size: 16px;
  height: auto;
  line-height: 42px;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #666666;
}
textarea::-webkit-input-placeholder {
  color: #666666;
}
textarea:-ms-input-placeholder {
  color: #666666;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.6rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 0 1px #00965e;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.select-wrapper.primary,
.settings-container fieldset .field.gender .control,
.settings-container.addresses .edit fieldset .field.region .control,
.settings-container.addresses .edit fieldset .field.country .control {
  position: relative;
  height: 40px;
}
.select-wrapper.primary select,
.settings-container fieldset .field.gender .control select,
.settings-container.addresses .edit fieldset .field.region .control select,
.settings-container.addresses .edit fieldset .field.country .control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  line-height: 2rem;
  z-index: 200;
  border: 1px solid #ebebeb;
  padding: 11px 40px 11px 20px;
  position: absolute;
  background-color: transparent;
  cursor: pointer;
}
.select-wrapper.primary::after,
.settings-container fieldset .field.gender .control::after,
.settings-container.addresses .edit fieldset .field.region .control::after,
.settings-container.addresses .edit fieldset .field.country .control::after {
  content: url("..//images/icons/ic-arrow-down.png");
  z-index: 100;
  top: 8.5px;
  right: 20px;
  position: absolute;
}
.input.focusable.primary,
.settings-container fieldset .field .control input:not([type="password"]),
.settings-container fieldset .field .control input:not([type="password"]):focus,
.settings-container fieldset .field .control input.mage-error:not([type="password"]),
.settings-container fieldset .field .control input.mage-error:not([type="password"]):focus,
.settings-container fieldset .field .control input[type="password"],
.settings-container fieldset .field .control input[type="password"]:focus,
.settings-container fieldset .field .control input,
.settings-container fieldset .field .control input:focus,
.settings-container fieldset .field .control input.mage-error,
.settings-container fieldset .field .control input.mage-error:focus,
.settings-container.email input,
.settings-container.password input {
  padding: 10px 0;
  border: none;
}
.input.focusable.primary:focus,
.settings-container fieldset .field .control input:not([type="password"]):focus,
.settings-container fieldset .field .control input:not([type="password"]):focus:focus,
.settings-container fieldset .field .control input.mage-error:not([type="password"]):focus,
.settings-container fieldset .field .control input.mage-error:not([type="password"]):focus:focus,
.settings-container fieldset .field .control input[type="password"]:focus,
.settings-container fieldset .field .control input[type="password"]:focus:focus,
.settings-container fieldset .field .control input:focus,
.settings-container fieldset .field .control input:focus:focus,
.settings-container fieldset .field .control input.mage-error:focus,
.settings-container fieldset .field .control input.mage-error:focus:focus,
.settings-container.email input:focus,
.settings-container.password input:focus {
  border: 1px solid #ebebeb;
  padding: 11px 20px;
}
input[type="checkbox"] {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  color: #00965e;
  margin: 0;
  font: inherit;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
input[type="checkbox"] > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="checkbox"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 13px;
  color: inherit;
  content: '\e904';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
input[type="checkbox"]:before {
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  width: 20px;
  height: 20px;
}
input[type="checkbox"]:checked {
  border-color: #00965e;
  background-color: #00965e;
  color: #ffffff;
}
input[type="checkbox"]:checked:before {
  transform: scale(1);
  position: absolute;
  left: -1px;
  top: 3px;
}
input[type="checkbox"]:checked + .label {
  color: #151515;
}
input[type="checkbox"] + .label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #575757;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #ffffff;
  color: #00965e;
  border: 1px solid #d1d1d1;
  margin: 0;
  font: inherit;
  min-width: 15px;
  max-width: 15px;
  width: 100%;
  height: 15px;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
input[type="radio"]:before {
  box-shadow: inset 1em 1em #00965e;
  background-color: #00965e;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
input[type="radio"]:checked {
  border: 1px solid #d1d1d1;
}
input[type="radio"]:checked:before {
  border: 1px solid #00965e;
  transform: scale(1);
}
.section-header,
.catalogsearch-result-index .page-title,
.contact-index-index .page-title,
.customer-account-create .page-title,
.customer-account-login .page-title {
  color: #06452d;
  font-weight: 200;
  font-size: 4rem;
  line-height: 4.4rem;
  text-align: left;
}
.section-header:after,
.catalogsearch-result-index .page-title:after,
.contact-index-index .page-title:after,
.customer-account-create .page-title:after,
.customer-account-login .page-title:after {
  background: #419465;
  margin: 10px auto 20px 0;
  content: '';
  display: block;
  width: 48px;
  height: 1px;
}
.section-header.small,
.catalogsearch-result-index .page-title.small,
.contact-index-index .page-title.small,
.customer-account-create .page-title.small,
.customer-account-login .page-title.small {
  font-size: 3rem;
  line-height: 3.4rem;
}
.subsection-header,
.settings-container fieldset legend.legend,
.settings-container.addresses .edit fieldset .block-title strong,
.customer-account-create .block .block-title,
.customer-account-login .form-section .form-section-fieldset .fieldset-section .block .block-title {
  color: #06452d !important;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  font-weight: 600 !important;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.message.muted {
  background: #f5f5f5;
  color: #666666;
  padding: 20px 7.88% 20px 25px;
}
.message.error {
  background: #fff6f6 !important;
  font-weight: 700;
}
.page-products .breadcrumbs-container,
.cms-page-view .breadcrumbs-container {
  margin-top: 100px;
}
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.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,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #ffffff;
  border: 2px solid #06452d;
  color: #06452d;
  cursor: pointer;
  font-family: 'Roboto';
  font-weight: 500;
  margin: 0;
  padding: 12px 45.5px;
  font-size: 1.6rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #06452d;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.account .column.main .block:not(.widget) .block-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 {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.account .column.main .block:not(.widget) .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,
.account .column.main .block:not(.widget) .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 5px;
}
.abs-account-blocks .box-title > span,
.account .column.main .block:not(.widget) .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 {
  color: #31373c;
  font-weight: 300;
  line-height: 26px;
  font-size: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.account .column.main .block:not(.widget) .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: 10px;
}
.abs-account-blocks .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'soma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'soma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .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: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e906';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #31373c;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #31373c;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #31373c;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #31373c;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.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 {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.products-grid.wishlist .product-item .comment-box .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.container.orders .action.towishlist,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span,
.container.orders .action.towishlist > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.container.orders .action.towishlist:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #151515;
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.container.orders .action.towishlist:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #151515;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.7rem;
  padding: 14px 17px;
  font-size: 2.3rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.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: 1.42857143;
  padding: 0;
  color: #575757;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #575757;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.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,
.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,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.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,
.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: #575757;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.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),
.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,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #ffffff;
  border: 2px solid #06452d;
  color: #06452d;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 12px 45.5px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .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,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .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 {
  cursor: pointer;
  padding-right: 12px;
  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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'soma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.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-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #5f5f5f;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 0;
  font-weight: 700;
  background-image: none;
  background: #ffffff;
  border: 2px solid #06452d;
  color: #06452d;
  cursor: pointer;
  font-family: 'Roboto';
  font-weight: 500;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.6rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #31373c;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
/* .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue-UltraLightItalic",
        @font-weight: @font-weight__thin,
        @font-style: normal,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue-UltraLight",
        @font-weight: @font-weight__thin,
        @font-style: italic,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue-ThinItalic",
        @font-weight: @font-weight__extralight,
        @font-style: italic,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue-Thin",
        @font-weight: @font-weight__extralight,
        @font-style: normal,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue-LightItalic",
        @font-weight: @font-weight__light,
        @font-style: italic,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue-Light",
        @font-weight: @font-weight__light,
        @font-style: normal,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue-Italic",
        @font-weight: @font-weight__regular,
        @font-style: italic,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue",
        @font-weight: @font-weight__regular,
        @font-style: normal,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue-MediumItalic",
        @font-weight: @font-weight__semibold,
        @font-style: italic,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue-Medium",
        @font-weight: @font-weight__semibold,
        @font-style: normal,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/HelveticaNeue/HelveticaNeue-CondensedBold",
        @font-weight: @font-weight__extrabold,
        @font-style: italic,
        @font-display: swap
    );
  .lib-font-face(
        @family-name: @font-family-name__base,
        @font-path: "@{baseDir}fonts/Helvetica/HelveticaNeue-CondensedBlack",
        @font-weight: @font-weight__black,
        @font-style: italic,
        @font-display: swap
    ); */
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-Roman.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-Italic.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-Light.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-LightItalic.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-Medium.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-MediumItalic.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-SemiBold.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-SemiBoldItalic.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-Bold.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-BoldItalic.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-Fat.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-Fat.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../fonts/scotch-display/ScotchDisplay-FatItalic.woff2') format('woff2'), url('../fonts/scotch-display/ScotchDisplay-FatItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/rRoboto-Italic.woff2') format('woff2'), url('../fonts/roboto/rRoboto-Italic.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/roboto/Roboto-Light.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-ThinItalic.woff2') format('woff2'), url('../fonts/roboto/Roboto-ThinItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'), url('../fonts/roboto/Roboto-Thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/roboto/Roboto-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Italic.woff2') format('woff2'), url('../fonts/roboto/Roboto-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/roboto/Roboto-MediumItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/roboto/Roboto-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/roboto/Roboto-Bold.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Black.woff2') format('woff2'), url('../fonts/roboto/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  font-weight: 800;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -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;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #575757;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'soma-icons';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #575757;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'soma-icons';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #575757;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'soma-icons';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #575757;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'soma-icons';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #575757;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e904';
  font-family: 'soma-icons';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: transparent;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: #ffffff;
  content: '\e911';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #ffffff;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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: #151515;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #bbbbbb;
  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: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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 {
  box-sizing: border-box;
  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;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #666666;
  font-family: Roboto;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.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: #666666;
}
.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: #666666;
}
.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: #666666;
}
.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: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.6rem;
  margin: 3px 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: 32px;
  line-height: 16px;
  content: '\e618';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.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: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.6rem;
}
.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: #151515;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #bbbbbb;
  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;
  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.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #5f5f5f;
  content: '\e612';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._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 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'soma-icons';
  src: url('../fonts/soma-icons/soma-icons.woff2') format('woff2'), url('../fonts/soma-icons/soma-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.action.primary,
.action.secondary,
a.amshopby-button,
.amshopby-button,
a.am-filter-go,
.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action,
.blog.pages .grid .grid-item .content .footer .read,
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.product a,
.action-gift,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .footer .read {
  border-radius: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
body:not(._keyfocus) button:focus,
body:not(._keyfocus) .cart.table-wrapper .actions-toolbar > .action:focus,
body:not(._keyfocus) .action-gift:focus {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.blog.pages .grid .grid-item .content .footer .read,
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.product a,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .footer .read {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus,
.blog.pages .grid .grid-item .content .footer .read:hover,
.blog.pages .grid .grid-item .content .footer .read:active,
.blog.pages .grid .grid-item .content .footer .read:focus,
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.product a:hover,
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.product a:active,
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.product a:focus,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .footer .read:hover,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .footer .read:active,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .footer .read:focus {
  text-decoration: none;
}
.action.primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #00965e;
  border: 1px solid #00965e;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  padding: 13px 45.5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #008358;
  border: 1px solid #008358;
  color: #ffffff;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #008358;
  border: 1px solid #008358;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.secondary {
  background-image: none;
  background: #ffffff;
  border: 2px solid #06452d;
  color: #06452d;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  margin: 0;
  padding: 12px 45.5px;
  font-size: 1.6rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.secondary:focus,
.action.secondary:active {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.action.secondary:hover {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.action.secondary.disabled,
.action.secondary[disabled],
fieldset[disabled] .action.secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.actions-toolbar button.link,
.actions-toolbar button.link:hover,
.actions-toolbar button.link:focus,
.actions-toolbar .cart.table-wrapper .actions-toolbar > .action.link,
.actions-toolbar .cart.table-wrapper .actions-toolbar > .action.link:hover,
.actions-toolbar .cart.table-wrapper .actions-toolbar > .action.link:focus,
.settings-container .actions-toolbar button,
.settings-container .actions-toolbar button:hover,
.settings-container .actions-toolbar button:focus,
.settings-container .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.settings-container .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.settings-container .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:focus,
.actions-toolbar .action-gift.link,
.actions-toolbar .action-gift.link:hover,
.actions-toolbar .action-gift.link:focus,
.settings-container .actions-toolbar .action-gift,
.settings-container .actions-toolbar .action-gift:hover,
.settings-container .actions-toolbar .action-gift:focus {
  color: #00965e;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border: none;
  text-decoration: underline;
  text-transform: lowercase;
  background-color: unset;
  padding: 0;
  margin: 0;
  text-align: left;
}
.actions-toolbar.form-toolbar,
.actions-toolbar.customer-account-create .actions-toolbar,
.customer-account-login .form-section .actions-toolbar {
  margin-top: 20px;
}
.actions-toolbar.form-toolbar a,
.actions-toolbar.form-toolbar button,
.actions-toolbar.form-toolbar .cart.table-wrapper .actions-toolbar > .action,
.actions-toolbar.customer-account-create .actions-toolbar a,
.actions-toolbar.customer-account-create .actions-toolbar button,
.customer-account-login .form-section .actions-toolbar a,
.customer-account-login .form-section .actions-toolbar button,
.actions-toolbar.form-toolbar .action-gift {
  width: auto;
  min-width: 190px;
  max-width: 100%;
  display: block;
  float: unset;
}
.actions-toolbar.form-toolbar div.primary,
.actions-toolbar.customer-account-create .actions-toolbar div.primary,
.customer-account-login .form-section .actions-toolbar div.primary {
  width: 100%;
  margin: 0 auto;
  float: unset;
  display: block;
  text-align: left;
}
.actions-toolbar.form-toolbar div.primary a,
.actions-toolbar.form-toolbar div.primary a:hover,
.actions-toolbar.form-toolbar div.primary a:focus,
.actions-toolbar.form-toolbar div.primary button,
.actions-toolbar.form-toolbar div.primary button:hover,
.actions-toolbar.form-toolbar div.primary button:focus,
.actions-toolbar.form-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action,
.actions-toolbar.form-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action:hover,
.actions-toolbar.form-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.primary a,
.actions-toolbar.customer-account-create .actions-toolbar div.primary a:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.primary a:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.primary button,
.actions-toolbar.customer-account-create .actions-toolbar div.primary button:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.primary button:focus,
.customer-account-login .form-section .actions-toolbar div.primary a,
.customer-account-login .form-section .actions-toolbar div.primary a:hover,
.customer-account-login .form-section .actions-toolbar div.primary a:focus,
.customer-account-login .form-section .actions-toolbar div.primary button,
.customer-account-login .form-section .actions-toolbar div.primary button:hover,
.customer-account-login .form-section .actions-toolbar div.primary button:focus,
.actions-toolbar.form-toolbar div.primary .action-gift,
.actions-toolbar.form-toolbar div.primary .action-gift:hover,
.actions-toolbar.form-toolbar div.primary .action-gift:focus {
  color: #06452d;
  border: 1px solid #06452d;
  background-color: #ffffff;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  text-align: center;
}
.actions-toolbar.form-toolbar div.primary a:hover,
.actions-toolbar.form-toolbar div.primary a:hover:hover,
.actions-toolbar.form-toolbar div.primary a:focus:hover,
.actions-toolbar.form-toolbar div.primary button:hover,
.actions-toolbar.form-toolbar div.primary button:hover:hover,
.actions-toolbar.form-toolbar div.primary button:focus:hover,
.actions-toolbar.form-toolbar div.primary a:focus,
.actions-toolbar.form-toolbar div.primary a:hover:focus,
.actions-toolbar.form-toolbar div.primary a:focus:focus,
.actions-toolbar.form-toolbar div.primary button:focus,
.actions-toolbar.form-toolbar div.primary button:hover:focus,
.actions-toolbar.form-toolbar div.primary button:focus:focus,
.actions-toolbar.form-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action:hover,
.actions-toolbar.form-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action:hover:hover,
.actions-toolbar.form-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action:focus:hover,
.actions-toolbar.form-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action:focus,
.actions-toolbar.form-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action:hover:focus,
.actions-toolbar.form-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action:focus:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.primary a:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.primary a:hover:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.primary a:focus:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.primary button:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.primary button:hover:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.primary button:focus:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.primary a:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.primary a:hover:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.primary a:focus:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.primary button:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.primary button:hover:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.primary button:focus:focus,
.customer-account-login .form-section .actions-toolbar div.primary a:hover,
.customer-account-login .form-section .actions-toolbar div.primary a:hover:hover,
.customer-account-login .form-section .actions-toolbar div.primary a:focus:hover,
.customer-account-login .form-section .actions-toolbar div.primary button:hover,
.customer-account-login .form-section .actions-toolbar div.primary button:hover:hover,
.customer-account-login .form-section .actions-toolbar div.primary button:focus:hover,
.customer-account-login .form-section .actions-toolbar div.primary a:focus,
.customer-account-login .form-section .actions-toolbar div.primary a:hover:focus,
.customer-account-login .form-section .actions-toolbar div.primary a:focus:focus,
.customer-account-login .form-section .actions-toolbar div.primary button:focus,
.customer-account-login .form-section .actions-toolbar div.primary button:hover:focus,
.customer-account-login .form-section .actions-toolbar div.primary button:focus:focus,
.actions-toolbar.form-toolbar div.primary .action-gift:hover,
.actions-toolbar.form-toolbar div.primary .action-gift:hover:hover,
.actions-toolbar.form-toolbar div.primary .action-gift:focus:hover,
.actions-toolbar.form-toolbar div.primary .action-gift:focus,
.actions-toolbar.form-toolbar div.primary .action-gift:hover:focus,
.actions-toolbar.form-toolbar div.primary .action-gift:focus:focus {
  color: #ffffff;
  background-color: #06452d;
}
.actions-toolbar.form-toolbar div.secondary,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary,
.customer-account-login .form-section .actions-toolbar div.secondary {
  width: 100%;
  float: unset;
  display: block;
  text-align: left;
}
.actions-toolbar.form-toolbar div.secondary a,
.actions-toolbar.form-toolbar div.secondary a:hover,
.actions-toolbar.form-toolbar div.secondary a:focus,
.actions-toolbar.form-toolbar div.secondary button,
.actions-toolbar.form-toolbar div.secondary button:hover,
.actions-toolbar.form-toolbar div.secondary button:focus,
.actions-toolbar.form-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action,
.actions-toolbar.form-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action:hover,
.actions-toolbar.form-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary a,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary a:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary a:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary button,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary button:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary button:focus,
.customer-account-login .form-section .actions-toolbar div.secondary a,
.customer-account-login .form-section .actions-toolbar div.secondary a:hover,
.customer-account-login .form-section .actions-toolbar div.secondary a:focus,
.customer-account-login .form-section .actions-toolbar div.secondary button,
.customer-account-login .form-section .actions-toolbar div.secondary button:hover,
.customer-account-login .form-section .actions-toolbar div.secondary button:focus,
.actions-toolbar.form-toolbar div.secondary .action-gift,
.actions-toolbar.form-toolbar div.secondary .action-gift:hover,
.actions-toolbar.form-toolbar div.secondary .action-gift:focus {
  color: #06452d;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  border: none;
  margin: 0;
  background: none;
  outline: none;
}
.actions-toolbar.form-toolbar div.secondary a:hover,
.actions-toolbar.form-toolbar div.secondary a:hover:hover,
.actions-toolbar.form-toolbar div.secondary a:focus:hover,
.actions-toolbar.form-toolbar div.secondary button:hover,
.actions-toolbar.form-toolbar div.secondary button:hover:hover,
.actions-toolbar.form-toolbar div.secondary button:focus:hover,
.actions-toolbar.form-toolbar div.secondary a:focus,
.actions-toolbar.form-toolbar div.secondary a:hover:focus,
.actions-toolbar.form-toolbar div.secondary a:focus:focus,
.actions-toolbar.form-toolbar div.secondary button:focus,
.actions-toolbar.form-toolbar div.secondary button:hover:focus,
.actions-toolbar.form-toolbar div.secondary button:focus:focus,
.actions-toolbar.form-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action:hover,
.actions-toolbar.form-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action:hover:hover,
.actions-toolbar.form-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action:focus:hover,
.actions-toolbar.form-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action:focus,
.actions-toolbar.form-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action:hover:focus,
.actions-toolbar.form-toolbar div.secondary .cart.table-wrapper .actions-toolbar > .action:focus:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary a:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary a:hover:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary a:focus:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary button:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary button:hover:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary button:focus:hover,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary a:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary a:hover:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary a:focus:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary button:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary button:hover:focus,
.actions-toolbar.customer-account-create .actions-toolbar div.secondary button:focus:focus,
.customer-account-login .form-section .actions-toolbar div.secondary a:hover,
.customer-account-login .form-section .actions-toolbar div.secondary a:hover:hover,
.customer-account-login .form-section .actions-toolbar div.secondary a:focus:hover,
.customer-account-login .form-section .actions-toolbar div.secondary button:hover,
.customer-account-login .form-section .actions-toolbar div.secondary button:hover:hover,
.customer-account-login .form-section .actions-toolbar div.secondary button:focus:hover,
.customer-account-login .form-section .actions-toolbar div.secondary a:focus,
.customer-account-login .form-section .actions-toolbar div.secondary a:hover:focus,
.customer-account-login .form-section .actions-toolbar div.secondary a:focus:focus,
.customer-account-login .form-section .actions-toolbar div.secondary button:focus,
.customer-account-login .form-section .actions-toolbar div.secondary button:hover:focus,
.customer-account-login .form-section .actions-toolbar div.secondary button:focus:focus,
.actions-toolbar.form-toolbar div.secondary .action-gift:hover,
.actions-toolbar.form-toolbar div.secondary .action-gift:hover:hover,
.actions-toolbar.form-toolbar div.secondary .action-gift:focus:hover,
.actions-toolbar.form-toolbar div.secondary .action-gift:focus,
.actions-toolbar.form-toolbar div.secondary .action-gift:hover:focus,
.actions-toolbar.form-toolbar div.secondary .action-gift:focus:focus {
  text-decoration: underline;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 2.3rem;
  color: #5f5f5f;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #5f5f5f;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #5f5f5f;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #31373c;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #31373c;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #575757;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #575757;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #151515;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #5f5f5f;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #5f5f5f;
}
.pages .action:hover {
  color: #5f5f5f;
  text-decoration: none;
}
.pages .action:active {
  color: #5f5f5f;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #5f5f5f;
}
.pages .action.next:active:before {
  color: #5f5f5f;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #5f5f5f;
  content: '\e915';
  font-family: 'soma-icons';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #5f5f5f;
}
.pages .action.next:active:before {
  color: #5f5f5f;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #5f5f5f;
}
.pages .action.previous:active:before {
  color: #5f5f5f;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #5f5f5f;
  content: '\e617';
  font-family: 'soma-icons';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #5f5f5f;
}
.pages .action.previous:active:before {
  color: #5f5f5f;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.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: 0 0;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #151515;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #151515;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #151515;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #151515;
  text-decoration: none;
}
.breadcrumbs strong {
  background: #f5f5f5;
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 22px;
  content: '\e915';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e906';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.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 {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.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.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  content: '\e906';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #000000;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @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.7rem;
  padding: 14px 17px;
  font-size: 2.3rem;
}
#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: 20px 0 0;
}
.location-details .location-name {
  font-size: 23px;
  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 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.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: 23px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.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 20px;
}
/**
 * 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('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.8rem;
  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,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.7rem;
  font-size: 2.3rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #575757;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #575757;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #575757;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #00965e;
  border: 1px solid #00965e;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  margin: 0 10px 10px 0;
  padding: 13px 45.5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.7rem;
  padding: 14px 17px;
  font-size: 2.3rem;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #008358;
  border: 1px solid #008358;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #008358;
  border: 1px solid #008358;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #ffffff;
  border: 2px solid #06452d;
  color: #06452d;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  margin: 0 10px 10px 0;
  padding: 12px 45.5px;
  font-size: 1.6rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.7rem;
  padding: 14px 17px;
  font-size: 2.3rem;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 2.3rem;
  color: #5f5f5f;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #5f5f5f;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #5f5f5f;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #31373c;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #31373c;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.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,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  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,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  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);
  }
}
.admin__fieldset > .admin__field > .admin__field-control.-amcform-from-to-ranges {
  margin-left: 40px;
}
.frmb.ui-sortable {
  min-height: 300px;
}
.form-builder-wrap {
  min-height: 600px;
}
.form-builder-wrap div.form-actions.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
[id^='frmb-'][id$='-form-wrap'] .cb-wrap.pull-right {
  position: relative;
  padding-bottom: 40px;
  min-height: 300px;
}
[id^='frmb-'][id$='-form-wrap'] textarea {
  max-width: 100%;
}
#loading_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#form_submit_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
}
.fb-date .ui-datepicker-trigger {
  position: relative;
  margin-left: 10px;
}
.fb-date input {
  cursor: pointer;
}
.am-picker-year .ui-datepicker-calendar td a {
  padding: 8px;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.amcform-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: 0.1s all ease-in;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'amcform';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amcform-icon.-chevron-left:before {
  content: '\e906';
}
.amcform-icon.-chevron-right:before {
  content: '\e905';
}
.amcform-icon.-cross:before {
  content: '\e904';
}
.amcform-icon.-sent:before {
  content: '\e903';
}
.amcform-icon.-pending:before {
  content: '\e94e';
}
.amcform-icon.-view:before {
  content: '\e900';
}
.amcform-icon.-edit:before {
  content: '\e901';
}
.amcform-icon.-remove:before {
  content: '\e902';
}
.amform-form {
  margin: 0 auto 10px;
  max-width: 700px;
}
.amform-form-fieldset.fieldset {
  margin-bottom: 10px;
}
.amform-form .fb-number .control {
  max-width: 200px;
}
.amform-groupv2 {
  display: inline-block;
}
.amcform-gdpr {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
.amcform-gdpr a {
  text-decoration: underline;
}
.amform-form .amcform-gdpr > .label > .amform-checkbox {
  display: inline-block;
  opacity: 1;
}
.amform-versiontwo-label {
  display: inline;
  margin-right: 10px;
  padding-right: 20px;
  word-break: break-all;
}
.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary,
.amform-form .amform-hide-formload.amshopby-button,
.amform-form .amform-hide-formload.am-filter-go {
  display: none;
}
.amform-form .action.primary,
.amform-parent .action.primary,
.amform-form .amshopby-button,
.amform-parent .amshopby-button,
.amform-form .am-filter-go,
.amform-parent .am-filter-go {
  background: #006bb4;
  min-width: 120px;
  padding: 9px;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover,
.amform-form .amshopby-button:hover,
.amform-parent .amshopby-button:hover,
.amform-form .am-filter-go:hover,
.amform-parent .am-filter-go:hover {
  background: #2f5bcd;
}
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled,
.amform-form .amshopby-button:disabled,
.amform-parent .amshopby-button:disabled,
.amform-form .am-filter-go:disabled,
.amform-parent .am-filter-go:disabled {
  background: #c4d1f3;
}
.amcform-toolbar {
  text-align: right;
}
.amcform-toolbar > div {
  display: inline-block;
}
.amform-form:not(.default) .amform-checkbox,
.amform-form:not(.default) .amform-radio,
.amform-form:not(.default) .amform-checkboxtwo,
.amform-form:not(.default) .amform-radiotwo {
  display: block;
  opacity: 0;
}
.amform-form:not(.default) .amform-checkbox + label,
.amform-form:not(.default) .amform-radio + label,
.amform-form:not(.default) .amform-checkboxtwo + label,
.amform-form:not(.default) .amform-radiotwo + label {
  line-height: 16px;
  padding-left: 26px;
  position: relative;
}
.amform-form:not(.default) .amform-checkbox + label:before,
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-checkboxtwo + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amform-form:not(.default) .amform-checkbox:checked + label:before,
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #3f6ad8;
  border-color: #3f6ad8;
}
.amform-form:not(.default) .amform-checkbox:checked + label:after,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  height: 9px;
  left: 5px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 4px;
}
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border-radius: 50%;
}
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #ffffff;
  border-width: 4px;
}
.amform-form:not(.default) .kc-toggle {
  background: #e3e3e3;
  border: 0;
  border-radius: 20px;
  height: 16px;
  margin: 0 4px 0 0;
  width: 26px;
}
.amform-form:not(.default) .kc-toggle.on {
  background: #3f6ad8;
}
.amform-form:not(.default) .kc-toggle .kct-inner {
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}
.amform-form:not(.default) .kc-toggle.on .kct-inner {
  left: 12px;
}
.amform-form:not(.default) .kct-on,
.amform-form:not(.default) .kct-off,
.amform-form:not(.default) .kct-handle {
  display: none;
}
.amcform-page-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.amcform-step {
  margin: 0 auto 20px;
  width: 38px;
  height: 38px;
  border: 1px solid #3f6ad8;
  border-radius: 50%;
  background-color: #3f6ad8;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.amcform-title-wrap {
  position: relative;
  flex-grow: 1;
  margin-bottom: 18px;
  min-width: 90px;
  max-width: 148px;
  text-align: center;
}
.amcform-title-wrap:before,
.amcform-title-wrap:after {
  position: absolute;
  top: 17px;
  right: 51%;
  display: block;
  width: 100%;
  height: 4px;
  background: #e3e3e3;
  content: '';
}
.amcform-title-wrap:after {
  right: auto;
  left: 50%;
  content: none;
}
.amcform-title-wrap:first-child:before,
.amcform-title-wrap:last-child:after {
  content: none;
}
.amcform-title-wrap .amcform-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 10px;
  color: #333333;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.amcform-title-wrap .amcform-title:hover {
  text-decoration: none;
}
.amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #92b0ff;
}
.amcform-title-wrap.ui-state-active ~ .amcform-title-wrap:before {
  background: #e3e3e3;
}
.amcform-title-wrap.-disabled {
  pointer-events: none;
}
.amcform-title-wrap.-disabled .amcform-step {
  border-color: #e3e3e3;
  background: #ffffff;
  color: #b8b8b8;
}
.amcform-title-wrap.-error .amcform-step {
  border-color: #eb5757;
  background: #eb5757 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5NCAxLjcwNzExQy0wLjA5NzYzMTIgMS4zMTY1OCAtMC4wOTc2MzEyIDAuNjgzNDE3IDAuMjkyODk0IDAuMjkyODkzQzAuNjgzNDE4IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNiA0LjU4NTc5TDEwLjI5MjkgMC4yOTI4OTNDMTAuNjgzNCAtMC4wOTc2MzExIDExLjMxNjYgLTAuMDk3NjMxMSAxMS43MDcxIDAuMjkyODkzQzEyLjA5NzYgMC42ODM0MTcgMTIuMDk3NiAxLjMxNjU4IDExLjcwNzEgMS43MDcxMUw3LjQxNDIxIDZMMTEuNzA3MSAxMC4yOTI5QzEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDExLjMxNjYgMTEuNzA3MSAxMS43MDcxQzExLjMxNjYgMTIuMDk3NiAxMC42ODM0IDEyLjA5NzYgMTAuMjkyOSAxMS43MDcxTDYgNy40MTQyMUwxLjcwNzExIDExLjcwNzFDMS4zMTY1OCAxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMC4yOTI4OTQgMTEuNzA3MUMtMC4wOTc2MzA2IDExLjMxNjYgLTAuMDk3NjMwNiAxMC42ODM0IDAuMjkyODk0IDEwLjI5MjlMNC41ODU3OSA2TDAuMjkyODk0IDEuNzA3MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center center no-repeat;
  color: #fff;
  font-size: 0;
}
.amcform-title-wrap.-disabled .amcform-label {
  color: #b8b8b8;
}
.amcform-title-wrap.ui-state-active .amcform-label {
  color: #3f6ad8;
}
.amcform-title-wrap.-error .amcform-label {
  color: #eb5757;
}
.action.primary.amcform-next,
.action.primary.amcform-prev,
.amshopby-button.amcform-next,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-next,
.am-filter-go.amcform-prev {
  display: inline-block;
  margin: 20px auto;
}
.action.primary.amcform-prev,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-prev {
  margin-right: 15px;
}
.action.primary.amcform-submit,
.amshopby-button.amcform-submit,
.am-filter-go.amcform-submit {
  float: none;
}
.-popup-opened {
  overflow: hidden;
}
.amcform-popup-block {
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amcform-popup-block.-active {
  display: flex;
}
.amcform-popup-block .amcform-popup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  max-height: 100%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
}
.amcform-popup-block .amcform-popup.-prompt {
  max-width: 440px;
  text-align: center;
}
.amcform-popup-block .amcform-title,
.amcform-popup-block .amcform-content,
.amcform-popup-block .amcform-toolbar {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
}
.amcform-popup-block .amcform-content {
  padding: 30px 0 0;
}
.amcform-popup-block .amcform-labels-list {
  display: none;
}
.amcform-popup-block .amcform-title {
  font-weight: 400;
}
.amcform-popup-block .amcform-header {
  margin: 0;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-popup-block .amcform-desc {
  margin: 0;
  padding: 20px 0 0;
}
.amcform-popup-block .amcform-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}
.amcform-popup-block .amcform-button {
  margin: 0 7px;
}
.amcform-popup-block .amcform-button.-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.amcform-popup-block .amcform-button.-close-popup .amcform-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #e1e1e1;
}
.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon {
  color: #000000;
}
.amcform-popup-block .amcform-toolbar {
  flex-direction: column;
}
.amcform-popup-block .amcform-toolbar .amcform-button {
  width: 100%;
}
.amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
  margin-top: 15px;
}
.amcform-popup-block .amform-form {
  width: 100%;
}
.amcform-popup-block .amform-form,
.amcform-popup-block .amform-form .amform-form-fieldset,
.amcform-popup-block .amform-form .fieldset:last-child {
  margin-bottom: 0;
}
.amcform-popup-block .amform-form .amcform-toolbar {
  padding-top: 10px;
}
.amcform-popup-block .amform-form .fb-number {
  max-width: 100%;
}
.amform-parent .amcform-popup {
  max-width: 700px;
  width: 100%;
}
.amform-parent .amform-show-popup.-hidden {
  display: none;
}
.amcform-popup-block.modal-popup .modal-inner-wrap {
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-header,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-content,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: 0;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-title {
  border: 0;
  font-size: 22px;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding-top: 20px;
  text-align: center;
}
.linear-theme.rendered-form {
  max-width: 720px;
}
.linear-theme .fields {
  margin: 0 -20px;
  padding: 0 20px;
}
.linear-theme.rendered-form .form-control,
.linear-theme.rendered-form .amform-date,
.linear-theme.rendered-form .amform-time {
  position: relative;
  z-index: 1;
  padding: 0;
  min-height: 30px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333333;
}
.linear-theme.rendered-form .form-control:focus,
.linear-theme.rendered-form .amform-date:focus,
.linear-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
}
.linear-theme.rendered-form .form-control:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:focus:-ms-input-placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control:focus::placeholder,
.linear-theme.rendered-form .amform-date:focus::placeholder,
.linear-theme.rendered-form .amform-time:focus::placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control.mage-error,
.linear-theme.rendered-form .amform-date.mage-error,
.linear-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.linear-theme.rendered-form .form-control[multiple],
.linear-theme.rendered-form .amform-date[multiple],
.linear-theme.rendered-form .amform-time[multiple] {
  padding-top: 10px;
}
.linear-theme.rendered-form .form-control:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: transparent;
}
.linear-theme.rendered-form .form-control::placeholder,
.linear-theme.rendered-form .amform-date::placeholder,
.linear-theme.rendered-form .amform-time::placeholder {
  color: transparent;
}
.linear-theme.rendered-form textarea.form-control {
  padding-top: 6px;
  min-height: 46px;
}
.linear-theme.rendered-form .field,
.linear-theme.rendered-form .fieldset > .field.form-group,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group {
  position: relative;
  margin-bottom: 24px;
  padding: 0 20px;
}
.linear-theme.rendered-form .field.amform-layout-two,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two {
  margin-right: 0;
  max-width: 50%;
}
.linear-theme.rendered-form .field.amform-layout-three,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
  margin-right: 0;
  max-width: 33.33333333%;
}
.linear-theme.rendered-form .field .required,
.linear-theme.rendered-form .fieldset > .field.form-group .required,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .required {
  color: inherit;
}
.linear-theme.rendered-form .field .tooltip-element,
.linear-theme.rendered-form .fieldset > .field.form-group .tooltip-element,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .tooltip-element {
  z-index: 2;
  background: #3f6ad8;
}
.linear-theme.rendered-form .field.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amcform-gdpr > .label {
  position: static;
}
.linear-theme.rendered-form .field > .label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  position: absolute;
  top: 6px;
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.linear-theme.rendered-form .field > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .field > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .field > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-file-label {
  position: relative;
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label,
.linear-theme.rendered-form .field.-has-content > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .field.fb-time > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.fb-time > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.fb-time > .label {
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label {
  color: #3f6ad8;
}
.linear-theme.rendered-form div.mage-error[generated] {
  margin-top: 2px;
  color: #eb5757;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -15px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger:before {
  width: 12px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgMS4zMDAwMUgxMFYwSDguNjY2NjdWMS4zMDAwMUgzLjMzMzM0VjBIMlYxLjMwMDAxSDEuMzMzMzRDMC41OTY2ODYgMS4zMDAwMSAwLjAwNjY4NzUxIDEuODgxNzUgMC4wMDY2ODc1MSAyLjYwMDAxTDAgMTEuN0MwIDEyLjQxODIgMC41OTY2NTUgMTMgMS4zMzMzNCAxM0gxMC42NjY3QzExLjQwMzMgMTMgMTIgMTIuNDE4MiAxMiAxMS43VjIuNTk5OThDMTIgMS44ODE3NSAxMS40MDMzIDEuMzAwMDEgMTAuNjY2NyAxLjMwMDAxWk0xMC42NjY3IDExLjdIMS4zMzMzNFY0LjU0OTk4SDEwLjY2NjdWMTEuN1oiIGZpbGw9IiM0Nzc2RjAiLz4KPHBhdGggZD0iTTkuMDE5OTkgNi41MzkwOUw4LjMxMzMzIDUuODUwMUw1LjA2IDkuMDIyMUwzLjY0NjY5IDcuNjQ0MDlMMi45NCA4LjMzMzA4TDUuMDYgMTAuNDAwMUw5LjAxOTk5IDYuNTM5MDlaIiBmaWxsPSIjNDc3NkYwIi8+Cjwvc3ZnPgo=);
  content: '';
}
.linear-theme.rendered-form input[type=checkbox],
.linear-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.linear-theme.rendered-form input[type=checkbox]:focus,
.linear-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
/* Pagination */
.linear-theme .amcform-page-titles {
  align-items: stretch;
  padding: 0 20px;
}
.linear-theme .amcform-step {
  display: none;
}
.linear-theme .amcform-title-wrap {
  display: block;
  flex: 1;
  margin: 0 0 16px 0;
  text-align: left;
}
.linear-theme .amcform-title-wrap:after,
.linear-theme .amcform-title-wrap:before {
  display: none;
}
.linear-theme .amcform-title-wrap.ui-state-active .amcform-title {
  border-color: #3f6ad8;
}
.linear-theme .amcform-title-wrap.-disabled .amcform-title {
  border-color: #e3e3e3;
}
.linear-theme .amcform-title-wrap.-error .amcform-title {
  border-color: #eb5757;
}
.linear-theme .amcform-title {
  display: block;
  margin: 0;
  padding-bottom: 7px;
  min-height: 100%;
  max-width: 100%;
  border-bottom: 7px solid #92b0ff;
  text-align: left;
}
.circle-theme.rendered-form .form-control,
.circle-theme.rendered-form .amform-date,
.circle-theme.rendered-form .amform-time {
  padding: 9px;
  min-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.circle-theme.rendered-form .form-control:focus,
.circle-theme.rendered-form .amform-date:focus,
.circle-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
  color: #333333;
}
.circle-theme.rendered-form .form-control.mage-error,
.circle-theme.rendered-form .amform-date.mage-error,
.circle-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.circle-theme.rendered-form .form-control::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-date::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-time::-webkit-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control::-moz-placeholder,
.circle-theme.rendered-form .amform-date::-moz-placeholder,
.circle-theme.rendered-form .amform-time::-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-moz-placeholder,
.circle-theme.rendered-form .amform-date:-moz-placeholder,
.circle-theme.rendered-form .amform-time:-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-ms-input-placeholder,
.circle-theme.rendered-form .amform-date:-ms-input-placeholder,
.circle-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form input[type='file'].form-control {
  padding: 0;
  border: 0;
}
.circle-theme.rendered-form input[type=checkbox],
.circle-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.circle-theme.rendered-form input[type=checkbox]:focus,
.circle-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
.circle-theme.rendered-form div.mage-error[generated] {
  position: relative;
  top: -2px;
  z-index: -1;
  margin-top: 0;
  padding: 2px 10px 0 10px;
  border-radius: 0 0 4px 4px;
  background: #eb5757;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.circle-theme.rendered-form .field .label,
.circle-theme.rendered-form .fieldset > .field.form-group .label,
.circle-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  font-weight: 400;
}
.circle-theme.rendered-form .required {
  color: inherit;
}
.circle-theme.rendered-form .tooltip-element {
  background: #3f6ad8;
}
/* Pagination */
.circle-theme .amcform-page-titles {
  align-items: center;
}
.circle-theme .amcform-title {
  display: flex;
  align-items: center;
  max-width: initial;
}
.circle-theme .amcform-step {
  margin: 0 10px 0 0;
  min-width: 38px;
  border-radius: 15px;
}
.circle-theme .amcform-label {
  text-align: left;
}
.circle-theme .amcform-title-wrap:after,
.circle-theme .amcform-title-wrap:before {
  display: none;
}
.circle-theme .amcform-title-wrap + .amcform-title-wrap {
  margin-left: 30px;
}
.circle-theme .amcform-title-wrap:nth-child(3n + 1) {
  margin-left: 0;
}
.circle-theme .amcform-title-wrap.-disabled .amcform-step {
  border-color: #bfd1ff;
  background: #bfd1ff;
  color: #fff;
}
.circle-theme .amform-form .action.primary,
.circle-theme .amform-form .amshopby-button,
.circle-theme .amform-form .am-filter-go {
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.amform-body .ui-datepicker .ui-datepicker-header {
  padding: 16px 22px;
}
.amform-body .ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
  width: auto;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 70px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year:focus {
  outline: none;
  box-shadow: none;
}
.amform-body .ui-datepicker .ui-datepicker-prev,
.amform-body .ui-datepicker .ui-datepicker-next {
  top: 20px;
  right: 22px;
  left: auto;
}
.amform-body .ui-datepicker .ui-datepicker-prev {
  right: 38px;
}
.amform-body .ui-datepicker .ui-datepicker-prev span.ui-icon,
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  transform: rotate(135deg);
}
.amform-body .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 10px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-calendar th {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  background: transparent;
  color: #b8b8b8;
  text-align: center;
  font-weight: 400;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 0;
  text-align: center;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  background: none;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:first-child {
  padding-left: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:last-child {
  padding-right: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 10px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a {
  display: block;
  padding: 0;
  width: 43px;
  height: 43px;
  border-radius: 42px;
  text-align: center;
  line-height: 42px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-hover {
  background: #edf4ff;
  color: #333333;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-highlight {
  background: #e3e3e3;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-active {
  background: #3f6ad8;
  color: #fff;
  font-weight: 700;
}
.amcform-button:not(.primary) {
  transition: 0.1s all ease-in;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amcform-button:not(.primary):hover,
.amcform-button:not(.primary):active,
.amcform-button:not(.primary):focus {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.amcform-button:not(.primary):before,
.amcform-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amcform-button:not(.primary).-disabled {
  pointer-events: none;
}
.amcform-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amcform-button.-clear,
.amcform-button.-default,
.amcform-button.-with-icon,
.amcform-button.-error {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-clear:active,
.amcform-button.-clear:hover,
.amcform-button.-clear:focus,
.amcform-button.-default:active,
.amcform-button.-default:hover,
.amcform-button.-default:focus,
.amcform-button.-with-icon:active,
.amcform-button.-with-icon:hover,
.amcform-button.-with-icon:focus,
.amcform-button.-error:active,
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-default,
.amcform-button.-error {
  padding: 10px;
  min-width: 130px;
  background-color: #3f6ad8;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover,
.amcform-button.-error:hover {
  background-color: #2f5bcd;
}
.amcform-button.-default:focus,
.amcform-button.-error:focus {
  background-color: #2f5bcd;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #000000;
}
.amcform-button.-default:active,
.amcform-button.-error:active {
  background-color: #1846be;
}
.amcform-button.-error {
  border: 1px solid #eb5757;
  background-color: #fff;
  color: #eb5757;
}
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: 1px solid #ee2e2e;
  background-color: #ffc8c8;
}
.amcform-button.-error:active {
  border: 1px solid #d21616;
  background-color: #fff;
}
.amcform-button.-with-icon {
  padding: 10px 15px;
  min-width: auto;
  background-color: transparent;
  color: #333;
}
.amcform-button.-with-icon > .amcform-icon {
  margin-right: 10px;
  color: #c7c7c7;
}
.amcform-button.-with-icon:hover {
  background-color: #eee;
}
.amcform-button.-with-icon:focus {
  z-index: 1;
  box-shadow: 0 0 0 1px #000000;
}
.amcform-button.-with-icon:active {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon.-remove,
.amcform-button.-with-icon.-remove:active {
  color: #eb5757;
}
.amcform-button.-with-icon.-small {
  padding: 10px;
  font-size: 0;
}
.amcform-button.-with-icon.-small > .amcform-icon {
  margin: 0;
}
@media (min-width: 1500px) {
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons .-amasty-customform-export-button {
    position: absolute;
    padding-right: 4rem;
    padding-left: 4rem;
    background: #e3e3e3;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_csv {
    left: 133px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_pdf {
    left: 460px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-inner:before {
    content: none;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_csv {
    left: 15px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_pdf {
    left: 342px;
  }
}
.amcform-page-wrap {
  display: flex;
  flex-wrap: wrap;
}
.amcform-page-wrap .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.amcform-page-wrap .amform-layout-one {
  width: 100%;
}
.amcform-table-wrap > .amcform-title {
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-table-wrap .fb-googlemap .map {
  height: 350px;
}
.amcform-table-wrap .am-address {
  margin-bottom: 20px;
}
.amcform-table-block {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  color: #666;
}
.amcform-table-block .amcform-tr {
  border: none;
}
.amcform-table-block .amcform-tr:nth-of-type(2n) {
  background: #f9f9f9;
}
.amcform-table-block .amcform-th {
  padding: 10px;
  width: 25%;
  border: none;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
}
.amcform-table-block .amcform-td {
  padding: 10px;
  border: none;
  vertical-align: top;
  text-align: left;
}
.amcform-table-block .amcform-link,
.amcform-table-block .amcform-td a {
  color: #666;
}
.amcform-google-map .amcform-text {
  margin: 0;
}
.fb-googlemap .map {
  height: 300px;
}
.fb-googlemap .searchbox {
  margin-top: 10px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  width: 70%;
  background-color: #fff;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 15px;
}
.fb-googlemap .gm-svpc {
  display: none;
}
.amgroupassign-li-nav {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.amgroupassign-groupcode {
  background-color: #C3E1FD;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  max-width: 155px;
  margin: 0 18px 10px;
}
.amgroupcat-cms-content-wrapper {
  display: table-row;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amasty-label-container:not(.-preview) {
  max-height: 300px !important;
  max-width: 300px !important;
}
.amasty-label-container.-link:hover {
  cursor: pointer;
}
.amasty-label-container.-link:hover .amlabel-text {
  text-decoration: underline;
}
.fotorama--fullscreen .amasty-label-container {
  display: none;
}
.products-upsell .product-item .amlabel-text {
  font-size: 12px !important;
  padding: 0 !important;
}
.fotorama .amlabel-text.-am-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.admin__field.-amlabel-hidden {
  margin: 0;
}
.admin__field.-amlabel-hidden > .admin__field-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlabel-image-preview {
  border: 1px solid #ccc;
  display: flex;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: calc(100% * .25 - 30px);
  z-index: 99;
}
.amlabel-image-preview .amlabel-text {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.amlabel-image-preview > .amlabel-image {
  height: 100%;
  width: 100%;
}
.amlabel-image-preview .amlabel-position-wrapper {
  display: flex;
  position: absolute;
}
.amlabel-image-preview .amasty-label-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.amlabel-image-preview .amlabel-preview-image + .amlabel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amlabel-position-wrapper {
  z-index: 995;
}
.sidebar .amlabel-position-wrapper {
  z-index: 9;
}
.block-viewed-products-grid .amlabel-position-wrapper {
  z-index: 2;
}
.am-labels-rule {
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.am-labels-rule .rule-chooser [id^='skuChooserGrid'] ._clickable .col-in_products:first-child input.checkbox {
  height: 1.6rem;
  margin: 0;
  width: 1.6rem;
}
.amlabel-position-chooser {
  border-collapse: initial;
  border-spacing: 2px;
}
.amlabel-position-chooser td {
  border: 2px solid;
  cursor: pointer;
  padding: 20px;
}
.amlabel-position-chooser td[data-amlabel-position-enabled='0'] {
  background-color: #ced4de;
  cursor: not-allowed;
}
.amlabel-position-chooser td[data-amlabel-position-selected='1'] {
  background-color: #ffa726;
}
.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']) {
  background-color: rgba(255, 167, 38, 0.5);
}
.amlabel-position-chooser.amlabel-visual-chooser {
  border-spacing: 6px;
}
.amlabel-position-chooser.amlabel-visual-chooser td {
  padding: 5px;
}
.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1'] {
  background-color: #007bdb;
  border-color: #007bdb;
  color: #fff;
}
.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']) {
  background-color: #e8f5ff;
  border-color: #000;
  color: #000;
}
.amlabel-shapes-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.amlabel-shapes-container > .amlabel-shape {
  align-items: center;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 115px;
}
.amlabel-shapes-container > .amlabel-shape:hover {
  border-color: #c4c4c4;
}
.amlabel-shapes-container > .amlabel-shape.-am-checked {
  border-color: #000;
}
.amlabel-shapes-container .amlabel-image {
  height: 40px;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #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%;
  }
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link,
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second,
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.ammenu-header-container {
  min-height: 64px;
  position: relative;
}
.ammenu-header-container.page-header {
  margin-bottom: 0;
}
.ammenu-header-container.-sticky .header.content {
  background: #fff;
}
.ammenu-header-container.-sticky .ammenu-button.-hamburger {
  margin-left: 20px;
}
.ammenu-menu-wrapper {
  margin-bottom: 35px;
}
.ammenu-menu-wrapper .ammenu-item {
  margin: 0;
}
.ammenu-menu-wrapper .ammenu-main-container {
  box-sizing: border-box;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link {
  -webkit-animation: ammenu-animation__fadeIn 0.1s forwards;
  animation: ammenu-animation__fadeIn 0.1s forwards;
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 0 1px #00965e;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-link.-simple {
  font-size: 1.6rem;
  line-height: 20px;
  padding: 0 0 20px 0;
}
.ammenu-menu-wrapper .ammenu-link.-all-link {
  text-decoration: underline;
}
.ammenu-menu-wrapper .ammenu-link.-disabled {
  cursor: none;
  pointer-events: none;
}
.ammenu-menu-wrapper .ammenu-text-block {
  display: flex;
  align-items: flex-start;
  align-self: center;
  margin: 0;
  position: relative;
}
.ammenu-menu-wrapper .ammenu-label {
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.ammenu-menu-wrapper .ammenu-label:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 20px;
  -webkit-mask-size: cover;
  mask-size: cover;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle {
  cursor: pointer;
  pointer-events: all;
  transition: .3s;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:hover {
  filter: brightness(85%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:active {
  filter: brightness(50%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-icon {
  margin-right: 10px;
}
.ammenu-menu-wrapper .ammenu-icon-block path {
  fill: currentColor;
}
.ammenu-menu-wrapper .ammenu-menu-overlay {
  background-color: rgba(51, 58, 64, 0.2);
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 271;
}
.ammenu-menu-wrapper table img {
  max-width: inherit;
}
.ammenu-menu-wrapper [data-appearance='carousel'] {
  max-width: 100%;
  min-width: 200px;
  width: 100%;
}
.ammenu-nav-sections {
  background: #fff;
  z-index: 9;
}
.ammenu-nav-sections:not(.-topmenu) {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInLeft';
  animation-name: 'ammenu-animation__fadeInLeft';
}
.ammenu-header-container .header.content {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  margin-bottom: 10px;
  position: relative;
}
.ammenu-header-container .header.content .ammenu-logo {
  display: inline-flex;
  margin: 0 auto 0 0;
  min-width: 110px;
}
.ammenu-header-container .header.content .compare .item {
  margin: 0;
}
.ammenu-header-container .header.content .minicart-wrapper {
  margin: 0 10px;
}
.ammenu-header-container .header.content .block-search {
  margin-top: 0;
}
.ammenu-robots-navigation {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
.ammenu-tabs-list {
  display: flex;
  border-radius: 8px;
  font-size: 1.6rem;
  margin: 0 20px 20px;
  padding: 8px;
}
.ammenu-tabs-list .ammenu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-grow: 1;
}
.ammenu-tabs-list .ammenu-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: 0.1s all ease-in;
  border-radius: 6px;
  font-size: 1.6rem;
  min-height: 32px;
  padding: 5px;
  width: 100%;
}
.ammenu-tabs-list .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 0 1px #00965e;
}
.ammenu-tabs-list .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button.-active {
  font-weight: 700;
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
.ammenu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  min-width: 40px;
  outline: none;
  transition: .1s;
  width: 40px;
  z-index: 1;
}
.ammenu-toggle .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-toggle:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 0 1px #00965e;
}
.ammenu-toggle:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-hamburger {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid;
  border-color: inherit;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 1px solid;
  cursor: pointer;
  display: inline-flex;
  height: 17px;
  margin: 20px 20px 20px 0;
  padding: 0;
  position: relative;
  transition: none;
  width: 25px;
}
.ammenu-button.-hamburger:hover {
  filter: brightness(85%);
}
.ammenu-button.-hamburger:active {
  filter: brightness(50%);
}
.ammenu-button.-hamburger:not(.-hamburger) {
  display: none;
}
.ammenu-button.-hamburger:before {
  border-top: 1px solid;
  content: '';
  width: 100%;
}
.ammenu-button.-close {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 20px;
}
.ammenu-button.-close .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 0 1px #00965e;
}
.ammenu-button.-close:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:hover {
  filter: brightness(85%);
}
.ammenu-button.-close:active {
  filter: brightness(50%);
}
.ammenu-button.-close:after,
.ammenu-button.-close:before {
  background-color: currentColor;
  content: '';
  height: 1px;
  position: absolute;
  width: 18px;
}
.ammenu-button.-close:before {
  transform: rotate(45deg);
}
.ammenu-button.-close:after {
  transform: rotate(-45deg);
}
.ammenu-menu-greetings {
  display: flex;
  align-items: center;
  background: #fffcdd;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 20px 20px;
  padding: 15px;
  position: relative;
}
.ammenu-menu-greetings:before {
  content: '👋';
  margin: 0 10px 0 0;
}
.ammenu-menu-greetings.-logged {
  background: #eaffdd;
}
.ammenu-menu-greetings .ammenu-message.-welcome {
  margin: 0 5px 0 0;
}
.ammenu-menu-greetings .ammenu-message.-welcome:after {
  content: ',';
}
.ammenu-menu-greetings .ammenu-name {
  font-weight: 700;
}
.ammenu-menu-greetings .ammenu-name:after {
  content: '!';
}
.ammenu-category-tree .ammenu-title {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.ammenu-category-tree .ammenu-title:hover {
  text-decoration: none;
}
.ammenu-category-tree .ammenu-title.-parent {
  margin: 0 0 25px;
}
.ammenu-category-tree .ammenu-title[href='']:not(.-back),
.ammenu-category-tree .ammenu-title[href='javascript:void(0)']:not(.-back) {
  cursor: none;
  pointer-events: none;
}
.ammenu-category-tree .ammenu-title .ammenu-icon-block {
  margin-right: 10px;
  transform: translateY(3px);
}
.ammenu-category-tree .ammenu-label {
  margin: 0 0 0 10px;
  min-width: min-content;
  white-space: pre-wrap;
}
.ammenu-category-tree .ammenu-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ammenu-category-tree .ammenu-list > .ammenu-item:last-child .ammenu-link {
  padding: 0;
}
.ammenu-category-tree .ammenu-item {
  align-items: center;
  flex-basis: 100%;
}
.ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
  margin-left: 10px;
  transform: rotate(180deg);
}
.ammenu-menu-title {
  display: flex;
  align-items: center;
  padding: 20px;
}
.ammenu-menu-title .ammenu-title {
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
}
.ammenu-menu-title .ammenu-button.-close {
  margin: 0 0 0 auto;
}
.ammenu-category-columns {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-category-columns.-col-1 .ammenu-column {
  width: calc(100% / 1);
}
.ammenu-category-columns.-col-2 .ammenu-column {
  width: calc(100% / 2);
}
.ammenu-category-columns.-col-3 .ammenu-column {
  width: calc(100% / 3);
}
.ammenu-category-columns.-col-4 .ammenu-column {
  width: calc(100% / 4);
}
.ammenu-category-columns.-col-5 .ammenu-column {
  width: calc(100% / 5);
}
.ammenu-category-columns.-col-6 .ammenu-column {
  width: calc(100% / 6);
}
.ammenu-category-columns.-col-7 .ammenu-column {
  width: calc(100% / 7);
}
.ammenu-category-columns.-col-8 .ammenu-column {
  width: calc(100% / 8);
}
.ammenu-category-columns.-col-9 .ammenu-column {
  width: calc(100% / 9);
}
.ammenu-category-columns.-col-10 .ammenu-column {
  width: calc(100% / 10);
}
.ammenu-category-columns.-col-1 .ammenu-column {
  display: block;
  width: 100%;
}
.ammenu-category-columns.-col-1 .ammenu-column .ammenu-title {
  width: 100%;
}
.ammenu-category-columns .ammenu-column {
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 20px;
  width: auto;
}
.ammenu-category-columns .ammenu-column:not(:last-child) {
  padding-right: 35px;
}
.ammenu-nav-sections.-sidebar.-left-menu {
  max-width: 355px;
  overflow: visible;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-link:not(.-active) .ammenu-icon-block.-toggle {
  transform: rotate(180deg);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  height: calc(100% - 120px);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root > .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-sidebar.-left-menu .pagebuilder-column {
  min-width: min-content;
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='html'],
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='video'] {
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper {
  border-radius: 0 10px 10px 0;
  box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.17), inset 8px 0 8px -7px rgba(0, 0, 0, 0.3);
  left: 355px;
  margin: 0;
  max-width: 64vw;
  position: fixed;
  width: fit-content;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-full {
  min-width: 70vw;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-auto {
  width: max-content;
}
.ammenu-nav-sections.-topmenu.-hamburger {
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu.-hamburger:not(.-sticky) .ammenu-main-container {
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu.-hamburger .ammenu-main-container {
  padding: 0;
}
.ammenu-nav-sections.-sidebar {
  transition: 0.3s all ease-in;
  bottom: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17), 4px 4px 10px rgba(0, 0, 0, 0.1);
  left: -100%;
  max-width: 500px;
  overflow: auto;
  padding: 0 0 48px;
  position: fixed;
  top: 0;
  width: 95vw;
  z-index: 272;
}
.ammenu-nav-sections.-sidebar.-opened {
  left: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-account-section {
  height: 100%;
}
.ammenu-nav-sections.-sidebar .ammenu-items {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item {
  margin: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  box-sizing: border-box;
  flex-basis: 100%;
  font-weight: 700;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  bottom: 0;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-icon {
  margin-bottom: auto;
  margin-top: 2px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block {
  padding: 0 40px 0 0;
}
.ammenu-nav-sections.-sidebar .ammenu-label {
  margin: 3px 5px 3px 10px;
  min-width: 50px;
}
.ammenu-nav-sections.-sidebar .ammenu-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  position: relative;
  transition: .5s opacity;
}
.ammenu-nav-sections.-sidebar .ammenu-link {
  flex-basis: 100%;
  flex-grow: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 20px;
  text-align: left;
}
.ammenu-nav-sections.-sidebar .ammenu-link:active {
  opacity: .6;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter {
  align-self: center;
  font-size: .8em;
  opacity: .5;
  padding: 0 0 0 5px;
  text-transform: capitalize;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:before {
  content: '(';
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:after {
  content: ')';
}
.ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.ie11 .ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-all;
}
.ammenu-nav-sections.-topmenu {
  transition: 0.1s all ease-in;
}
.ammenu-nav-sections.-topmenu.-sticky {
  min-height: 58px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root > .ammenu-item > .ammenu-link {
  padding: 23.5px 14px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-label {
  white-space: nowrap;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  margin: auto;
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu .ammenu-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  transition: .5s;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover + .ammenu-submenu-block {
  display: flex;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover > .ammenu-link {
  text-decoration: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-size: 1.4rem;
  padding: 14.5px 14px;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-label {
  bottom: 100%;
  left: 0;
  margin: 0 0 4px;
  position: absolute;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 8px 15px rgba(72, 88, 112, 0.11);
  position: absolute;
}
.ammenu-submenu-block {
  box-sizing: border-box;
}
.ammenu-submenu-block.-root {
  height: 100%;
  width: 100%;
}
.ammenu-submenu-wrapper {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  cursor: auto;
  font-weight: 400;
  max-height: 70vh;
  max-width: 100%;
  padding: 35px 35px 15px 35px;
  transition: .3s;
  z-index: 211;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper.-full {
  left: 0;
}
.ammenu-submenu-wrapper .block {
  margin-bottom: 0;
}
.ammenu-submenu-wrapper .ambrands-link {
  display: none;
}
.ammenu-submenu-wrapper .ammenu-link.-simple {
  margin: 0;
}
.ammenu-submenu-wrapper .ambrands-list-popup {
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transition: none;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(270deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-link.-active > .ammenu-icon-block.-toggle {
  transform: rotate(90deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items {
  padding: 0 0 0 30px;
}
.pagebuilder-content-type-wrapper .ammenu-item {
  list-style: none;
}
.ammenu-label-group.admin__control-grouped {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ammenu-label-group.admin__control-grouped > .admin__field {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 0;
}
.ammenu-label-group.admin__control-grouped .colorpicker-input {
  width: calc(100% - 37px) !important;
}
.ammenu-items-tree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  list-style: none;
}
.ammenu-items-tree .ammenu-item {
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: 200px;
  margin-bottom: 20px;
  padding: 35px 30px;
  white-space: nowrap;
}
.ammenu-items-tree .ammenu-item:hover {
  border-color: #a0a0a0;
  box-shadow: 0 2px 4px rgba(32, 77, 112, 0.16);
}
.ammenu-items-tree .ammenu-item:not(:last-child) {
  margin-right: 20px;
}
.amasty-mega-menu .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  margin: 3px 0 0;
}
.ammenu-nav-sections .widget-product-carousel *:not(button):not(button span),
.ammenu-nav-sections .widget *:not(button):not(button span) {
  color: inherit;
}
.ammenu-nav-sections .widget-product-carousel.-slider .slick-slide,
.ammenu-nav-sections .widget.-slider .slick-slide {
  vertical-align: top;
}
.ammenu-nav-sections .widget-product-carousel:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span),
.ammenu-nav-sections .widget:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span) {
  color: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
.ammenu-nav-sections .widget .slick-slide .product-item {
  max-width: 100%;
}
.ammenu-nav-sections .widget-product-carousel .slick-list,
.ammenu-nav-sections .widget .slick-list {
  padding: 0;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots,
.ammenu-nav-sections .widget .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  position: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) button,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) button,
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) .action-gift,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) .action-gift {
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button,
.ammenu-nav-sections .widget .slick-dots button,
.ammenu-nav-sections .widget-product-carousel .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots .action-gift,
.ammenu-nav-sections .widget .slick-dots .action-gift {
  border: 1px solid #ff5502;
  border-radius: 50%;
  box-sizing: border-box;
  height: 6px;
  line-height: 0;
  opacity: .5;
  padding: 0;
  width: 6px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button:before,
.ammenu-nav-sections .widget .slick-dots button:before,
.ammenu-nav-sections .widget-product-carousel .slick-dots .cart.table-wrapper .actions-toolbar > .action:before,
.ammenu-nav-sections .widget .slick-dots .cart.table-wrapper .actions-toolbar > .action:before,
.ammenu-nav-sections .widget-product-carousel .slick-dots .action-gift:before,
.ammenu-nav-sections .widget .slick-dots .action-gift:before {
  content: none;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li,
.ammenu-nav-sections .widget .slick-dots li {
  cursor: pointer;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  width: 20px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active button,
.ammenu-nav-sections .widget .slick-dots li.slick-active button,
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active .action-gift,
.ammenu-nav-sections .widget .slick-dots li.slick-active .action-gift {
  background: #ff5502;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  color: inherit;
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .product-item,
.ammenu-nav-sections .widget .product-item,
.ammenu-nav-sections .widget-product-carousel .product-item-info,
.ammenu-nav-sections .widget .product-item-info {
  background: transparent;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action,
.ammenu-nav-sections .widget .actions-secondary .action {
  color: inherit;
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list,
.ammenu-nav-sections .widget .ammenu-product-list {
  max-width: 100%;
  list-style: none;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list .product-item,
.ammenu-nav-sections .widget .ammenu-product-list .product-item {
  list-style: none;
}
.ammenu-submenu-wrapper .amreview-widget-container .amreview-title,
.ammenu-submenu-wrapper .amreview-widget-container .review-item {
  background: none !important;
}
.ammenu-submenu-wrapper .ammenu-product-list.-grid {
  margin: 0;
  padding: 0 10px;
}
.ammenu-submenu-block.-builder.-root {
  display: flex;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list {
  display: flex;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 1.6rem;
  margin: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list .ammenu-item {
  position: relative;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link {
  font-size: 1.8rem;
  font-weight: 700;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link.-all-link {
  text-decoration: none;
}
.ammenu-submenu-block.-builder.-root .ammenu-label {
  margin: 0 0 0 10px;
}
.ammenu-submenu-block.-builder.-root .ammenu-text-block {
  align-items: center;
}
.ammenu-submenu-block.-builder.-root .ammenu-link .ammenu-text {
  max-width: 300px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-sidebar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  box-sizing: border-box;
  flex-grow: 1;
  max-width: 100%;
}
.ammenu-submenu-block.-builder.-root > .ammenu-submenu-block {
  position: relative;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-builder.-root .ammenu-content-block {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-product-list,
.ammenu-submenu-block.-builder.-root .products-slider {
  width: 100%;
}
.ammenu-submenu-block.-horizontal {
  flex-wrap: wrap;
}
.ammenu-submenu-block.-horizontal > div {
  box-sizing: border-box;
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal.-root > .ammenu-items-list .ammenu-label {
  white-space: pre;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list {
  display: flex;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item {
  margin: 0 20px 0 0;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item > .ammenu-link {
  padding-bottom: 35px;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar {
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty) {
  padding: 35px 0 0;
  position: relative;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):after {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 1px solid currentColor;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.ammenu-submenu-block.-vertical {
  flex-wrap: nowrap;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list {
  display: inline-flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  text-align: right;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-item {
  align-self: flex-start;
  margin: 0;
  min-width: 90px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-label {
  max-width: 100px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar {
  padding: 0 0 0 25px;
  position: relative;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 1px solid currentColor;
  bottom: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.-ie .ammenu-submenu-wrapper .ammenu-items-list > .ammenu-item {
  min-height: 1em;
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.ammenu-nav-sections.-mobile.-drill .ammenu-drill-section {
  overflow: hidden;
  padding: 0 0 48px 0;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(180deg);
}
.ammenu-nav-sections.-mobile.-drill .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-drill .-slide-left {
  animation: slide-left 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .-slide-right {
  animation: slide-right 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level .ammenu-item {
  display: flex;
  align-items: center;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-basis: 100%;
  font-size: 2.4rem;
  margin: 0;
  padding: 18px 20px;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title:not(.-clickable) {
  cursor: none;
  pointer-events: none;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title .ammenu-icon-block {
  margin: 0 10px 0 0;
}
.ammenu-drill-navigation {
  border-bottom: 1px solid;
  flex-basis: 100%;
  margin: 0 20px 10px;
}
.ammenu-drill-navigation .ammenu-button {
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: normal;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}
.ammenu-drill-navigation .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 0 1px #00965e;
}
.ammenu-drill-navigation .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button .ammenu-icon-block {
  margin: 0 25px 0 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-dots .slick-active button,
.amrelated-grid-wrapper .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.amrelated-grid-wrapper .slick-dots .slick-active .action-gift {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.amrelated-grid-wrapper .slick-dots .action-gift {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:active,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:focus,
.amrelated-grid-wrapper .slick-dots .action-gift:hover,
.amrelated-grid-wrapper .slick-dots .action-gift:active,
.amrelated-grid-wrapper .slick-dots .action-gift:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-cart-message {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 5px 25px;
  background: #e9f6ff;
  color: #333333;
  text-align: center;
  font-size: 1.6rem;
  line-height: 42px;
}
.amrelated-cart-message:before {
  position: relative;
  top: 8px;
  display: inline-block;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  display: inline-flex;
  margin: 1rem 0;
  padding: 5px 8px 6px;
  border-radius: 4px;
  background: #eef2f9;
  color: #6d88b0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
  background: #fbfaf8;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #f0ece5;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price,
.amrelated-pack-item .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box [data-price-type='finalPrice'] .price,
.amrelated-pack-item .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container [data-price-type='finalPrice'] .price {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  position: unset;
  flex-direction: row-reverse;
  min-width: auto;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  position: static;
  margin-left: 10px;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  position: static;
  align-self: center;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  min-height: 2.7rem;
  max-width: 100%;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  position: relative;
  margin: 0;
  min-width: 100px;
  width: 100px;
  height: 100px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  text-align: center;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  width: 100%;
  height: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 4px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #3978bd;
  border-radius: 50%;
  background: #e9f6ff;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000000;
  font-weight: 600;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: 400;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #3978bd;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 2px;
  background: #eb5757;
  color: #ffffff;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  font-size: 12px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  top: 0;
  right: 10px;
  padding: 5px 15px;
  max-width: 100%;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: 600;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
.amrelated-price-wrapper {
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count='1'] {
  width: 280px;
}
.ampromo-gallery[data-count='2'] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: 0 0 0 1px #00965e;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .action-gift,
.ampromo-slick .slick-dots .action-gift:hover {
  background: transparent !important;
  border: none !important;
  height: 20px;
  padding: 5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==) center no-repeat;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #ffffff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #cccccc;
  border-color: #cccccc transparent #cccccc transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: .3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity .4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #cccccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.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;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Roboto';
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Roboto';
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #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('../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('../Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  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 {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.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 {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #00965e;
}
.amlocator-main-container {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 50vw;
  text-align: left;
}
.amlocator-main-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #e7e7e7;
  margin: 0;
}
.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 0;
}
.amlocator-search-container {
  background: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  margin-bottom: 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  background-color: #f8f8f8;
  border: none;
  height: inherit;
  line-height: 1;
  min-width: inherit;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: auto;
  width: 100%;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 23px;
}
.amlocator-current-location .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 5px;
  position: relative;
}
.amlocator-current-location .amlocator-text {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-sizing: border-box;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;
  border: none;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  background: #1979c3;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  width: 100%;
}
.amlocator-range-slider .ui-slider-range {
  background: #1979c3;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.amlocator-range-slider .amlocator-handle {
  background: #1979c3;
  border-radius: 12px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  cursor: pointer;
  height: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-handle:focus {
  box-shadow: 0 0 0 1px #00965e;
}
.amlocator-range-slider .amlocator-tooltip {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.amlocator-range-slider .amlocator-tooltip:after {
  background: #1979c3;
  bottom: 0;
  content: '';
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 6px;
}
.amlocator-filters-container {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-content {
  transition: all .3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}
.amlocator-filters-container .amlocator-actions {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-clear {
  background: none;
  border: none;
  color: #006bb4;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  border: none;
  line-height: unset;
  margin-left: 25px;
  min-height: 25px;
  padding: 0 20px;
}
.amlocator-filters-container .amlocator-button:hover {
  background: #1979c3;
  border: none;
  color: #ffffff;
}
.amlocator-attribute-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  padding-right: 5px;
  width: 40%;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container .amlocator-chosen-search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  border-color: #cccccc;
  height: inherit;
  line-height: 1;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
}
.amlocator-attribute-wrapper .chosen-container {
  font-size: inherit;
  height: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  height: 8px;
  margin: 0 5px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #1979c3;
  border: none;
  box-shadow: none;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  height: 300px;
  width: 100%;
}
.amlocator-map-pin {
  display: none;
}
.amlocator-arrow {
  display: inline-block;
  height: 8px;
  margin-left: auto;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  background-color: #363636;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  transition: all .2s ease;
  width: 9px;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  background: #f6f6f6;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-store-desc .amlocator-title .amlocator-map-pin {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.amlocator-store-desc .amlocator-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-right: 15px;
  min-width: 150px;
  width: 150px;
}
.amlocator-store-container {
  margin-bottom: 1.5rem;
}
.amlocator-store-container.-active .amlocator-store-desc,
.amlocator-store-container.-active .amlocator-week-container {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-store-desc .amlocator-title .amlocator-link,
.amlocator-store-container.-active .amlocator-week-container .amlocator-title .amlocator-link {
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-today {
  background: #9dd4ff;
  color: #000000;
}
.amlocator-store-container .amlocator-week-container {
  background: #f6f6f6;
  display: none;
}
.amlocator-store-container .amlocator-schedule-container:hover {
  cursor: pointer;
}
.amlocator-store-container .amlocator-schedule-container .amlocator-week {
  display: block;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #dfdfdf;
  justify-content: space-between;
  padding: 5px 15px 5px 35px;
  position: relative;
}
.amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  content: '';
  height: 14px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-container.active .amlocator-week-container {
  min-height: 10rem;
  position: relative;
}
.amlocator-schedule-container.active .amlocator-arrow:after {
  transform: rotate(45deg);
}
.amlocator-schedule-container.active .amlocator-arrow:before {
  transform: rotate(-45deg);
}
.amlocator-schedule-table {
  display: flex;
  flex-direction: column;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  box-sizing: border-box;
  width: 50%;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8%;
  text-align: right;
  white-space: nowrap;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0 1.5rem .2rem;
}
.amlocator-pager-container .items .action:focus {
  box-shadow: 0 0 0 1px #00965e;
}
.amlocator-pager-container .pages .page {
  background: #f8f8f8;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  padding: 8px 10px;
}
.amlocator-pager-container .pages a.page {
  color: #000000;
}
.amlocator-pager-container .pages .item {
  margin: 0;
  position: relative;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-pager-container .pages a.action {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  color: #000000;
  font-size: 14px;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #ffffff;
}
.amlocator-pager-container .pages > .label {
  position: relative;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  clear: both;
  display: block;
  margin-bottom: 10px;
  width: 100px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
/* phpcs:ignoreFile */
.amlocator-description-grey {
  background: #fbfbfb;
  padding: 0 15px;
  word-break: break-word;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #d2dde5;
  margin: 0;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1979c3;
  box-sizing: border-box;
}
.amlocator-route-creator .amlocator-modes {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.amlocator-route-creator .amlocator-travel-mode {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3.5rem;
  height: 3.5rem;
  opacity: .6;
  transition: all .3s ease;
  width: 3.5rem;
}
.amlocator-route-creator .amlocator-travel-mode:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-travel-mode:focus {
  border: 1px solid #ffffff;
}
.amlocator-route-creator .amlocator-travel-mode.radio-checked,
.amlocator-route-creator .amlocator-travel-mode:focus,
.amlocator-route-creator .amlocator-travel-mode:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-travel-mode.-driving {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-transit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-walking {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amlocator-route-creator .amlocator-travel-mode.-bicycling {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.amlocator-route-creator .amlocator-addresses {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  border: none;
  height: 35px;
}
.amlocator-route-creator .amlocator-address:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-creator .amlocator-address.-end {
  background: #f2f2f2;
  color: #494949;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 33px;
  opacity: .6;
  padding: 0;
  transition: all .3s ease;
  width: 20px;
}
.amlocator-route-creator .amlocator-swap:hover,
.amlocator-route-creator .amlocator-swap:focus {
  opacity: 1;
}
.amlocator-route-creator .amlocator-swap:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-icon {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
  justify-content: space-between;
  width: 13px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  border: 3px solid #ffffff;
  border-radius: 10px;
  height: 12px;
  width: 12px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  background: #2d93e2;
  border-radius: 10px;
  height: 4px;
  width: 4px;
}
.amlocator-route-icon .amlocator-icon.-end {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
  height: 18px;
  width: 13px;
}
.amlocator-collapse-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.amlocator-directions-container table.adp-placemark {
  background: #1978c3;
  color: #ffffff;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  color: #000000;
  cursor: pointer;
}
.amlocator-location-info .amlocator-icon {
  background-color: #1979c3;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  background: none;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 0;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
  height: 20px;
  left: 0;
  top: 5px;
  width: 20px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .slick-slide {
  margin: .2rem;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}
.amlocator-location-gallery .slick-arrow:focus {
  box-shadow: 0 0 0 1px #00965e;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.amlocator-reviews-general {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amlocator-reviews-general .amlocator-value {
  font-size: 50px;
  font-weight: 400;
  margin-right: 10px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: bold;
}
.amlocator-location-review .amlocator-message {
  margin-top: 10px;
  max-height: 1000px;
  overflow: auto;
  transition: all .3s ease;
  word-break: break-word;
  word-wrap: break-word;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-right: 14px;
  position: relative;
}
.amlocator-location-review .amlocator-date {
  color: #555555;
  font-size: 12px;
  margin-left: auto;
  margin-right: 5px;
}
.amlocator-attributes-container {
  display: none;
  padding: 30px 20px;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  border-radius: 2px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  background: #ffffff;
  color: #363636;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-review-popup {
  align-items: center;
  display: flex;
  justify-content: center;
}
.amlocator-review-popup-content {
  padding-bottom: 30px;
}
.amlocator-review-popup .modal-inner-wrap {
  border-radius: 10px;
  max-width: 500px;
  min-width: 330px;
  width: 30%;
}
.amlocator-review-popup .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close {
  padding: 12px;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:hover:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:focus:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-footer {
  padding-top: 0;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-header {
  font-size: 16px;
  margin-bottom: 10px;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup .modal-inner-wrap .review-control-vote:focus-within:before {
  background: url(data:image/svg+xml;base64,PCEtLSBzYW1wbGUgcmVjdGFuZ2xlIC0tPgo8c3ZnIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMzdjI3SDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4zMDUgMTAuMzEzTDE0IDBsLTMuMzA1IDEwLjMxM0gwbDguNjUyIDYuMzc0TDUuMzQ4IDI3IDE0IDIwLjYyNiAyMi42NTIgMjdsLTMuMzA1LTEwLjMxM0wyOCAxMC4zMTNIMTcuMzA1em00LjY1NCAxLjk5aC02LjA4TDE0IDYuNDRsLTEuODc5IDUuODYzaC02LjA4bDQuOTE5IDMuNjI0LTEuODggNS44NjNMMTQgMTguMTY2bDQuOTIgMy42MjQtMS44OC01Ljg2MyA0LjkyLTMuNjI0eiIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==);
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  color: #3f3f3f;
  font-weight: 400;
}
.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form .review-control-vote input[type='radio']:not(:checked) + label:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
  opacity: 1;
}
.amlocator-review-form .review-control-vote {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  background: #1979c3;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  min-height: 40px;
  width: inherit;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CheckoutCustomField
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
#customfield .customfield > .label > span {
  font-weight: 600;
}
#customfield .required > .label > span {
  font-weight: 600;
}
#customfield .required > .label > span::after {
  color: #e02b27;
  content: "*";
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.custom-seo-category {
  max-width: 1110px;
  margin: 0 auto;
}
.custom-seo-category h1,
.custom-seo-category h2,
.custom-seo-category h3,
.custom-seo-category h4,
.custom-seo-category h5,
.custom-seo-category h6 {
  font-weight: 600;
  font-size: 32px;
  color: #06452d;
}
.custom-seo-category ul,
.custom-seo-category li,
.custom-seo-category p,
.custom-seo-category div,
.custom-seo-category a {
  font-size: 18px;
  color: #06452d;
  font-style: normal;
  font-weight: 300;
}
.page-layout-1column .block-fabrico-products-list .block-title h2 {
  color: #06452d;
  font-weight: 200;
  text-align: center;
  font-size: 6rem;
}
.page-layout-1column .block-fabrico-products-list .products-grid .product-items {
  display: grid;
  row-gap: 25px;
  column-gap: 25px;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(30%, 1fr));
}
.page-layout-1column .block-fabrico-products-list .products-grid .product-items .product-item {
  width: 100% !important;
  margin-left: 0 !important;
}
.page-layout-1column .block-fabrico-products-list .products-grid .product-items .product-item .product-item-info {
  border: none;
  width: 100% !important;
  margin: 0 auto !important;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding: 0;
  z-index: 0 !important;
}
.page-layout-1column .block-fabrico-products-list .products-grid .product-items .product-item .product-item-info .product-item-photo {
  text-align: center;
}
.page-layout-1column .block-fabrico-products-list .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  width: 1000px;
}
.page-layout-1column .block-fabrico-products-list .products-grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist {
  position: absolute;
  top: 7px;
  right: 31px;
  z-index: 9;
}
.page-layout-1column .block-fabrico-products-list .products-grid .product-items .product-item .product-item-details .product-item-name {
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 5px auto;
  padding-top: 8px;
  text-align: center;
  text-overflow: ellipsis;
}
.page-layout-1column .block-fabrico-products-list .products-grid .product-items .product-item .product-item-details .product-item-name .product-item-link {
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #06452d;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  font-weight: 400;
}
.page-layout-1column .block-fabrico-products-list .products-grid .product-items .product-item .product-item-details .action.tocart.primary {
  width: auto !important;
  padding: 10px !important;
}
@media (max-width: 821px) {
  .block-fabrico-products-list .block-title h2 {
    font-size: 3rem !important;
    line-height: 3.4rem;
  }
  .block-fabrico-products-list .products-grid .product-items {
    display: grid;
    row-gap: 10px;
    grid-template-columns: repeat(2, minmax(45%, 1fr)) !important;
    column-gap: 10px;
    align-items: stretch;
  }
}
@media only screen and (max-width: 639px) {
  .page-layout-1column .block-fabrico-products-list .products-grid .product-item {
    min-height: 70px;
  }
  .page-layout-1column .block-fabrico-products-list .products-grid .product-item .product-item-link {
    font-size: 1.8rem !important;
    line-height: normal !important;
    word-break: keep-all;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  .page-layout-1column .block-fabrico-products-list .products-grid .product-item .product-item-inner .actions-primary .action.tocart.primary {
    font-size: 1.4rem !important;
  }
  .page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide .product-item-details .product-item-name .product-item-link {
    font-size: 1.8rem !important;
    line-height: normal !important;
    word-break: keep-all;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
.page-layout-1column .block-fabrico-products-list.slider-widget {
  position: relative;
  overflow: hidden;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
  will-change: transform;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide {
  flex: 0 0 auto;
  width: calc(20%);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  position: relative;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide .product-item-name {
  font-size: 1.8rem;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide .actions-secondary .action.towishlist {
  position: absolute;
  top: 7px;
  right: 31px;
  z-index: 9;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide .actions-secondary .action.towishlist:before {
  color: #06452d;
  font-size: 2rem;
  line-height: 2rem;
  content: '\e908';
  font-family: 'soma-icons';
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide .actions-secondary .action.towishlist span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide .product-item-details .product-item-name {
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 5px auto;
  padding-top: 8px;
  text-align: center;
  text-overflow: ellipsis;
  min-height: 78px;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide .product-item-details .product-item-name .product-item-link {
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #06452d;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  font-weight: 400;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide .product-item-details .action.tocart.primary {
  width: auto !important;
  padding: 10px !important;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide .price-box .price {
  color: #00965e;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide .old-price .price {
  font-weight: 600 !important;
  color: #666666 !important;
  font-size: 1.2rem !important;
  line-height: 3rem;
  margin-left: 10px;
  opacity: 0.8;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5.5rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 5;
  color: #06452d;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-nav.prev {
  left: -45px;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-nav.prev:before {
  content: '‹';
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-nav.next {
  right: -45px;
}
.page-layout-1column .block-fabrico-products-list.slider-widget .slider-nav.next:before {
  content: '›';
}
@media (max-width: 1280px) {
  .page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide {
    width: calc(25%);
  }
}
@media (max-width: 1024px) {
  .page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide {
    width: calc(33.33333333%);
  }
}
@media (max-width: 768px) {
  .page-layout-1column .block-fabrico-products-list.slider-widget .slider-content .products-slider-widget .slider-slide {
    width: calc(50%);
  }
}
#dob-form .field label {
  color: #151515;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 0;
  text-align: left;
}
#dob-form .field input {
  width: 200px;
  margin: 10px auto 0;
  display: block;
}
#dob-form .actions {
  padding-top: 20px;
  text-align: center;
}
#dob-form .actions .action {
  color: #06452d;
  background-color: #ffffff;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  margin: 0 auto;
  min-width: 220px !important;
  border: 1px solid #06452d;
  font-weight: 500;
}
#dob-form .actions .action:hover {
  color: #ffffff;
  background-color: #06452d;
  margin: 0 auto;
  border: 1px solid #06452d;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
}
.customer-dob-modal {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.customer-dob-modal .modal-header .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  content: '\00d7';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-dob-modal h2 {
  color: #06452d;
  font-weight: 200;
}
.customer-dob-modal p {
  color: #151515;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 820px) {
  .customer-dob-modal {
    top: 5%;
    left: 0% !important;
  }
  .customer-dob-modal .modal-inner-wrap {
    min-height: auto !important;
  }
  .customer-dob-modal #dob-form field input {
    width: 150px;
    margin-top: 10px;
  }
}
.customer-message-block {
  color: #151515;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
  padding-bottom: 30px;
}
.cart-progress {
  margin: 20px 0;
  padding: 20px;
  border-radius: 20px;
  background: #F2F8F6;
}
.cart-progress__steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
.cart-progress__step {
  position: static;
  transform: none;
  flex: 1 1 0;
  padding: 0 4px;
  text-align: center;
  font-size: 12px;
  color: #444;
}
.cart-progress__step-icon {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0 auto 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cart-progress__step-icon--shipping {
  width: 35px;
  background-image: url('../Fabrico_FreeShippingGifts/images/icon-shipping-black.svg');
}
.cart-progress__step-icon--gift {
  background-image: url('../Fabrico_FreeShippingGifts/images/gift-box.png');
}
.cart-progress__step--reached .cart-progress__step-icon {
  background-image: none;
}
.cart-progress__step--reached .cart-progress__step-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #1a5c38;
}
.cart-progress__step--reached .cart-progress__step-icon::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 12px;
  height: 7px;
  transform: translate(-50%, -55%) rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.cart-progress__step-label {
  margin-bottom: 2px;
  font-weight: 600;
  color: #1a5c38;
}
.cart-progress__step-amount {
  font-size: 11px;
  color: #777;
}
.cart-progress__bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #e5e5e5;
  overflow: hidden;
}
.cart-progress__bar-inner {
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: #1a5c38;
  transition: width 0.3s ease;
}
.cart-progress__message {
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
  color: #1a5c38;
}
.cart-progress--minicart {
  margin: 20px 10px;
  width: auto !important;
}
.cart-progress--minicart .cart-progress__step {
  width: 80px;
  font-size: 10px;
}
.cart-progress--minicart .cart-progress__step-label {
  display: block;
  margin-bottom: 2px;
  line-height: 1.2;
  white-space: normal;
  word-break: break-word;
}
.cart-progress--minicart .cart-progress__step-amount {
  font-size: 9px;
  line-height: 1.2;
}
.cart-progress--single-step .cart-progress__steps {
  justify-content: flex-end;
}
.cart-progress--single-step .cart-progress__step {
  flex: 0 0 auto;
}
@media (max-width: 820px) {
  .cart-progress {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cart-progress__step {
    text-align: center;
  }
  .cart-progress__step-label {
    display: block;
    max-width: 90px;
    margin: 4px auto 0;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
  }
}
.block-minicart-progress--empty {
  margin-top: 100px;
}
#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
  max-width: 500px;
  padding: 2rem;
  border: 2px solid #00965e;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
#mc_embed_signup h2 {
  font-size: 3rem !important;
  line-height: 3.4rem !important;
  color: #06452d;
  font-weight: 200 !important;
  text-align: left;
  font-family: 'Roboto';
  font-style: normal;
}
#mc_embed_signup .mc-field-group {
  margin-bottom: 1rem;
}
#mc_embed_signup input[type="email"] {
  display: block;
  margin-top: 0.5rem;
}
#mc_embed_signup .privacy-field-group {
  margin-top: 23px;
  display: flex;
}
#mc_embed_signup .privacy-field-group .mc-privacy-field {
  display: flex !important;
}
#mc_embed_signup .privacy-field-group .mc-privacy-field .input-privacy-field {
  margin-right: 11.67px;
  border: 1.5px solid #d1d1d1;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  width: 30px;
}
#mc_embed_signup .privacy-field-group .mc-privacy-field .input-privacy-field:before {
  width: 16.67px;
  height: 16.67px;
  font-size: 14px;
  line-height: 8px;
}
#mc_embed_signup .privacy-field-group .mc-privacy-field .input-privacy-field:checked {
  border-color: #00965e;
  background-color: #00965e !important;
  color: #fff;
  width: 41px !important;
}
#mc_embed_signup .privacy-field-group .mc-privacy-field span {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #5b5b5b;
  font-weight: 300;
  text-align: left;
}
#mc_embed_signup .privacy-field-group .mc-privacy-field span a {
  color: #06452d;
  font-weight: 700;
}
#mc_embed_signup .privacy-field-group .mc-privacy-field label {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 2rem;
  font-weight: 300;
  text-align: left;
}
#mc_embed_signup .privacy-field-group .mc-privacy-field label div span:after {
  content: '*';
  color: #e02b27;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
}
#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
#mc_embed_signup input[type="submit"] {
  width: 156px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 8px 0;
  border: 3px solid #06452d;
  color: #06452d;
  background: #fff;
  text-align: center;
  margin-left: 0;
  font-family: 'Roboto';
}
#mc_embed_signup input[type="submit"]:hover {
  background: #06452d;
  color: #fff;
}
@media (max-width: 581px) {
  #mc_embed_signup {
    padding: 1rem !important;
  }
}
.fabrico-product-banner {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: -5vw;
}
.fabrico-product-banner .banner-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  background: #F2F8F6;
  color: #1a5c38;
  border-radius: 4px;
  padding: 12px 16px;
  box-sizing: border-box;
}
.fabrico-product-banner .banner-icon {
  flex: 0 0 auto;
  line-height: 0;
  margin: auto 0;
  padding-right: 14px;
}
.fabrico-product-banner .banner-icon .fabrico-product-banner__icon {
  width: 28px;
  height: 28px;
  display: block;
}
.fabrico-product-banner .banner-content {
  flex: 1 1 auto;
  min-width: 0;
}
.fabrico-product-banner .banner-content .fabrico-product-banner__title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 2rem;
  margin: 0 0 10px;
  font-family: 'Roboto';
  font-style: normal;
}
.fabrico-product-banner .banner-content .fabrico-product-banner__description {
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: 'Roboto';
  font-style: normal;
  color: #1a5c38;
}
.fabrico-product-banner .banner-content .fabrico-product-banner__description a {
  text-decoration: underline;
  color: #1a5c38;
}
@media (max-width: 767px) {
  .fabrico-product-banner {
    margin-right: 0 !important;
  }
  .fabrico-product-banner .banner-container {
    padding: 14px 16px;
  }
  .fabrico-product-banner .banner-icon {
    margin-right: 12px;
  }
  .fabrico-product-banner .banner-icon .fabrico-product-banner__icon {
    width: 26px;
    height: 26px;
  }
  .fabrico-product-banner .banner-content .fabrico-product-banner__title {
    font-size: 14px;
  }
  .fabrico-product-banner .banner-content .fabrico-product-banner__description {
    font-size: 14px;
  }
}
.hp-vantaggi-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hp-vantaggi-wrapper .hp-vantaggi-widget {
  background: #F2F8F6;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.hp-vantaggi-wrapper .hp-vantaggi-widget .vantaggi-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.hp-vantaggi-wrapper .hp-vantaggi-widget .vantaggi-container .vantaggio {
  display: block;
  text-decoration: none;
  width: calc(40%);
}
.hp-vantaggi-wrapper .hp-vantaggi-widget .vantaggi-container .vantaggio .vantaggio-inner {
  text-align: center;
  padding: 20px 10px;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: 'Roboto';
  font-style: normal;
  color: #1a5c38;
}
.hp-vantaggi-wrapper .hp-vantaggi-widget .vantaggi-container .vantaggio .vantaggio-inner .vantaggio-icon {
  width: 80px;
  height: 60px;
  margin-bottom: 7px;
}
.hp-vantaggi-wrapper .hp-vantaggi-widget .vantaggi-container .vantaggio .vantaggio-inner .vantaggio-title {
  text-transform: uppercase;
  font-weight: 700;
}
.hp-vantaggi-wrapper .hp-vantaggi-widget .vantaggi-container .vantaggio .vantaggio-inner .vantaggio-subtitle a {
  text-decoration: underline;
  color: #1a5c38;
}
@media (max-width: 768px) {
  .hp-vantaggi-widget .vantaggi-container {
    flex-wrap: wrap !important;
  }
  .hp-vantaggi-widget .vantaggi-container .vantaggio {
    width: 46% !important;
  }
}
.no-display-temp {
  opacity: 0.4;
}
.hide-but-show input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -1px;
  border: 0;
}
.field-both-check.field-both-check {
  opacity: 1;
  font-size: 1.1rem;
}
.field-both-check.field-both-check > div,
.field-both-check.field-both-check > label {
  opacity: 1;
}
.field-both-check input {
  opacity: 0.4;
}
.magenio-fiscaldata-enabled .form-address-edit > .fieldset:nth-child(2n + 1) {
  clear: both;
  float: left;
}
.magenio-fiscaldata-enabled .form-address-edit > .fieldset:nth-child(2n) {
  float: right;
}
.magenio-fiscaldata-fieldset {
  max-width: 600px;
  margin-left: 10px;
  padding-top: 10px;
  margin-top: 10px;
  display: block;
}
.magenio-fiscaldata-fieldset > legend {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.magenio-fiscaldata-fieldset > .choice.field.field:before {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary,
.action-gift.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary:hover,
.action-gift.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4_field_newsletter {
  padding-right: 10%;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  margin-left: 25px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 30px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
.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;
}
.somatoline-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
}
.somatoline-banner .header {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 4;
  margin: 0 auto;
}
.somatoline-banner .header.hidden {
  display: none;
}
.somatoline-banner .header > * {
  color: #06452d;
  font-weight: 200;
  margin: 0 auto;
  padding: 0;
}
.somatoline-banner .container {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 4;
}
.somatoline-banner .container .hidden {
  display: none;
}
.somatoline-banner .container .content h1,
.somatoline-banner .container .content h2,
.somatoline-banner .container .content h3,
.somatoline-banner .container .content h4,
.somatoline-banner .container .content h5,
.somatoline-banner .container .content h6 {
  color: #06452d;
  font-weight: 200;
  margin: 20px 0 0 0;
}
.somatoline-banner .container .content h1:first-child,
.somatoline-banner .container .content h2:first-child,
.somatoline-banner .container .content h3:first-child,
.somatoline-banner .container .content h4:first-child,
.somatoline-banner .container .content h5:first-child,
.somatoline-banner .container .content h6:first-child {
  margin-top: 0;
}
.somatoline-banner .container .content p {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #5b5b5b;
  font-weight: 200;
  margin: 20px 0 0 0;
}
.somatoline-banner .container .content p:first-child {
  margin-top: 0;
}
.somatoline-banner .container .content + .button {
  margin-top: 20px;
}
.somatoline-banner .container .button {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  color: #06452d;
  border: 2px solid #06452d;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 12px 17px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
.somatoline-banner .container .button.hidden {
  display: none;
}
.somatoline-banner .container .button:hover {
  color: #ffffff;
  background-color: #06452d;
}
.somatoline-banner .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.somatoline-banner .background-image.primary {
  z-index: 1;
}
.somatoline-banner .background-image.secondary {
  z-index: 2;
}
.banner-hero-banner.fourth {
  background-color: transparent;
}
.banner-hero-banner.fourth .header > * {
  color: #ffffff;
}
.banner-hero-banner.fourth .container .content h1,
.banner-hero-banner.fourth .container .content h2,
.banner-hero-banner.fourth .container .content h3,
.banner-hero-banner.fourth .container .content h4,
.banner-hero-banner.fourth .container .content h5,
.banner-hero-banner.fourth .container .content h6 {
  color: #ffffff;
}
.banner-hero-banner.fourth .container .content p {
  color: #ffffff;
}
.banner-hero-banner.fourth .container .button {
  color: #ffffff;
  border-color: #ffffff;
}
.banner-hero-banner.fourth .container .button:hover {
  color: #06452d;
  border-color: #ffffff;
  background-color: #ffffff;
}
.banner-history-banner {
  background-color: #f6fff4;
}
.banner-history-banner .container {
  display: grid;
}
.banner-history-banner .container .column {
  background-color: #ffffff;
  padding: 30px;
}
.banner-history-banner .container .column.background-image {
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
.banner-history-banner .container .column .year-range {
  font-weight: 200;
  color: #06452d;
  position: absolute;
  top: 0;
  opacity: 0.4;
}
.banner-history-banner .container .column .year-range > span:nth-child(2) {
  padding: 0 20px 0 15px;
}
.banner-mission-banner {
  background: transparent;
}
.banner-mission-banner .container {
  display: grid;
}
.banner-mission-banner .container .column.background-image {
  width: unset;
  height: unset;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  position: relative;
}
.banner-mission-banner.tertiary .container .column.background-image.primary {
  background-position: center center;
  background-size: cover;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 4rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  color: #31373c;
  font-weight: 300;
  line-height: 44px;
  font-size: 4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 23px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #06452d;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #31373c;
  font-weight: 300;
  line-height: 44px;
  font-size: 4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 16px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 16px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #575757;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  content: '\e613';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #ffffff;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.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] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  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 {
  color: #5f5f5f;
  font-size: 1.6rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.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 .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #5f5f5f;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.8rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 57px;
  text-align: center;
  width: 57px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: transparent;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #575757;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #575757;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #575757;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.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 {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #5f5f5f;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.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;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.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: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #151515;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #ffffff;
  content: '\e910';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #ffffff;
}
.block-search .label:active:before {
  color: #ffffff;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 0 -1px;
  padding: 0 0;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.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 li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #ebebeb;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.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.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: transparent;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 16px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 16px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 23px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.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;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #ffffff;
  content: '\e909';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
.minicart-wrapper .action.showcart:active:before {
  color: #ffffff;
}
.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: 35px;
  line-height: 33px;
  color: #ffffff;
  content: '\e909';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #ffffff;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #ffffff;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e906';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.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.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 12px;
  line-height: 12px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 12px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #575757;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.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: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'soma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #06452d;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #151515;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #151515;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e904';
  font-family: 'soma-icons';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #151515;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e904';
  font-family: 'soma-icons';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #151515;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #151515;
}
.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: #151515;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 18px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 820px) {
  .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: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 18px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 18px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e904';
  font-family: 'soma-icons';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #575757;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
  content: '\e606';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #151515;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #ffffff;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'soma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 3rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #575757;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #ffffff;
  content: '\e622';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #151515;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #ffffff;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.6rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * 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%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.6rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: transparent;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  color: #31373c;
  font-weight: 300;
  line-height: 26px;
  font-size: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 30px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.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 {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #ffffff;
  border: 2px solid #06452d;
  color: #06452d;
  cursor: pointer;
  font-family: 'Roboto';
  font-weight: 500;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 23px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 18px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  color: #31373c;
  font-weight: 300;
  line-height: 26px;
  font-size: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #5f5f5f;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e906';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.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.42857143;
  margin: 0;
  padding: 0;
  color: #575757;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #575757;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #575757;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #151515;
  content: '\e622';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #151515;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #151515;
  content: '\e621';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #151515;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #151515;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #626262;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e906';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #5f5f5f;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #31373c;
}
.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: 25px;
  padding-left: 16px;
}
.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: 10px;
}
.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: #e02b27;
}
.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: 10px;
}
.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: 30px;
}
.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: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.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 #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #888888;
}
.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: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.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 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.7rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.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 #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  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%;
  }
}
.data.switch .counter {
  color: #5f5f5f;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  width: 74px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'soma-icons';
  font-size: 10px;
  height: 10px;
  letter-spacing: 6px;
  line-height: 10px;
  content: '\e914' '\e914' '\e914' '\e914' '\e914';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #06452d;
  font-family: 'soma-icons';
  font-size: 10px;
  height: 10px;
  letter-spacing: 6px;
  line-height: 10px;
  content: '\e914' '\e914' '\e914' '\e914' '\e914';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #ebebeb;
  font-family: 'soma-icons';
  font-size: 10px;
  height: 10px;
  letter-spacing: 6px;
  line-height: 10px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e914' '\e914' '\e914' '\e914' '\e914';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #06452d;
  font-family: 'soma-icons';
  font-size: 10px;
  height: 10px;
  letter-spacing: 6px;
  line-height: 10px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e914' '\e914' '\e914' '\e914' '\e914';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e914' '\e914' '\e914' '\e914';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e914' '\e914' '\e914';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e914' '\e914';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e914';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  color: #31373c;
  font-weight: 300;
  line-height: 44px;
  font-size: 4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  color: #31373c;
  font-weight: 300;
  line-height: 44px;
  font-size: 4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 10px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #ffffff;
  border: 2px solid #06452d;
  color: #06452d;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #06452d;
  border: 2px solid #06452d;
  color: #ffffff;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  color: #31373c;
  font-weight: 300;
  line-height: 44px;
  font-size: 4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  color: #31373c;
  font-weight: 300;
  line-height: 30px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.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-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.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 .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: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'soma-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 0 1px #00965e;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  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: #adadad 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 #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  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 #00965e;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.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.42857143;
  margin: 0;
  padding: 0;
  color: #575757;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #575757;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #575757;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #575757;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #575757;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.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: #575757;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 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: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.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;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.amrates-shipping-rates .field.choice.item {
  padding: 8px;
}
.table-checkout-shipping-method .table-body .row {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.table-checkout-shipping-method .table-header .row {
  display: none;
}
.xnotify-custom-message {
  font-size: 1.6rem;
  color: #06452d;
  font-weight: 900;
  margin-bottom: 5px;
}
.container-input-button-xnotify .input-fields.fieldset {
  position: relative;
}
.container-input-button-xnotify .input-fields.fieldset div.mage-error {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 12px;
  background: #fff;
}
.container-input-button-xnotify .input-fields.fieldset .input-text {
  height: 49px;
}
.gdpr-consent-xnotify {
  position: relative;
}
.gdpr-consent-xnotify div.mage-error {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 12px;
  background: #fff;
}
.gdpr-consent-xnotify input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 2px 0 0 0;
}
.gdpr-consent-xnotify .field.required {
  display: flex;
  align-items: flex-start;
}
.gdpr-consent-xnotify .field.required input[type="checkbox"] + .label {
  padding: 2px 5px;
  font-size: 1.2rem;
  font-weight: 300;
}
.amxnotif-block {
  clear: both;
  margin-bottom: 20px;
}
.amxnotif-block label {
  color: #2f2f2f;
  display: block;
  float: none;
  font-weight: 600;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 0 20px;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  display: none;
  margin-bottom: 20px;
}
.category.subscribe-popup {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  border: 1px solid #888;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: relative;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}
.amxnotif-block .subscribe-popup label[for^='notification-container'] {
  font-size: 20px;
  text-align: center;
}
.newsletter-container {
  width: 100%;
  position: relative;
}
.newsletter-container .background {
  background-size: cover;
  width: 100%;
  background-position: center center;
}
.newsletter-container a,
.newsletter-container a:hover,
.newsletter-container a:focus {
  color: #06452d;
}
.newsletter-container .block.newsletter {
  width: 1440px;
  max-width: 100%;
  box-sizing: border-box;
  text-align: right;
  position: relative;
  margin: 0 auto;
}
.newsletter-container .block.newsletter .content {
  background-color: #ffffff;
  display: inline-block;
  max-width: 100%;
}
.newsletter-container .block.newsletter .content > .description {
  color: #5b5b5b;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 30px;
  font-weight: 300;
  text-align: left;
}
.newsletter-container .block.newsletter .content .newsletter-error > .mage-error {
  color: #a22c42;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: left;
  font-style: italic;
}
.newsletter-container .block.newsletter .content .form-group {
  display: grid;
}
.newsletter-container .block.newsletter .content .form-group .email {
  flex: 1;
}
.newsletter-container .block.newsletter .content .form-group .email input {
  font-size: 1.4rem;
  line-height: 1.8rem;
  height: 42px;
  font-weight: 400;
  box-shadow: none;
}
.newsletter-container .block.newsletter .content .form-group .email input.mage-error {
  border-color: #a22c42;
}
.newsletter-container .block.newsletter .content .form-group .actions button,
.newsletter-container .block.newsletter .content .form-group .actions .cart.table-wrapper .actions-toolbar > .action,
.newsletter-container .block.newsletter .content .form-group .actions .action-gift {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 8px 0;
  border: 3px solid #06452d;
  color: #06452d;
  background: #ffffff;
  text-align: center;
}
.newsletter-container .block.newsletter .content .form-group .actions button:hover,
.newsletter-container .block.newsletter .content .form-group .actions .cart.table-wrapper .actions-toolbar > .action:hover,
.newsletter-container .block.newsletter .content .form-group .actions .action-gift:hover {
  background: #06452d;
  color: #ffffff;
}
.newsletter-container .block.newsletter .content .form-group .requirements {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.newsletter-container .block.newsletter .content .form-group .requirements input.checkbox {
  margin-right: 11.67px;
  border: 1.5px solid #d1d1d1;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.newsletter-container .block.newsletter .content .form-group .requirements input.checkbox:before {
  width: 16.67px;
  height: 16.67px;
  font-size: 14px;
  line-height: 8px;
}
.newsletter-container .block.newsletter .content .form-group .requirements input.checkbox:focus {
  border: 1.5px solid #06452d;
}
.newsletter-container .block.newsletter .content .form-group .requirements label.description {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #5b5b5b;
  font-weight: 300;
  text-align: left;
}
/**
 * Stili per tooltip coupon sconto
 */
.coupon-tooltip-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.coupon-tooltip-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  background-color: #06452d;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.coupon-tooltip-trigger:hover,
.coupon-tooltip-trigger:focus {
  background-color: #02160e;
  transform: scale(1.1);
  outline: none;
}
.coupon-tooltip-trigger .trigger-icon {
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  font-family: Georgia, serif;
  color: #fff;
  line-height: 1;
}
.coupon-tooltip {
  position: absolute;
  z-index: 100;
  bottom: calc(112%);
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  max-width: 280px;
  padding: 16px;
  background-color: #06452d;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.coupon-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #06452d transparent transparent transparent;
}
.coupon-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
}
.coupon-tooltip p {
  margin: 0 0 8px;
}
.coupon-tooltip p:last-child {
  margin-bottom: 0;
}
.coupon-tooltip a {
  color: #a3d9c5;
  text-decoration: underline;
}
.coupon-tooltip a:hover {
  color: #fff;
}
.coupon-tooltip ul,
.coupon-tooltip ol {
  margin: 8px 0;
  padding-left: 18px;
}
.coupon-tooltip ul li,
.coupon-tooltip ol li {
  margin-bottom: 4px;
}
.coupon-tooltip-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}
.coupon-tooltip-close:hover {
  opacity: 1;
}
#block-discount .title {
  position: relative;
}
#block-discount #block-discount-heading {
  display: inline;
  vertical-align: middle;
}
#block-discount .coupon-tooltip-wrapper {
  position: static;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 8px;
}
#block-discount .coupon-tooltip-trigger {
  vertical-align: middle;
  position: relative;
}
#block-discount .coupon-tooltip {
  position: fixed;
  bottom: auto;
  top: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 9999;
  margin-top: 10px;
}
#block-discount .coupon-tooltip::after {
  top: -16px;
  bottom: auto;
  border-color: transparent transparent #06452d transparent;
}
@media (max-width: 768px) {
  .coupon-tooltip {
    left: auto;
    right: 0;
    transform: none;
    min-width: 250px;
    max-width: 280px;
    padding: 20px 16px 16px;
  }
  .coupon-tooltip::after {
    left: 53%;
  }
  .coupon-tooltip-wrapper {
    position: static;
  }
  .totals .mark {
    position: relative;
  }
}
.message.success a {
  font-weight: 700;
}
.link-underlined,
.page-header .link.customer-logged .customer-menu ul a,
.page-header .link.customer-guest .customer-menu ul a,
.product.reviews.section .show-more-button .show-btn,
.product-full-width-section .show-more-button .show-btn {
  position: relative;
}
.link-underlined:hover,
.page-header .link.customer-logged .customer-menu ul a:hover,
.page-header .link.customer-guest .customer-menu ul a:hover,
.product.reviews.section .show-more-button .show-btn:hover,
.product-full-width-section .show-more-button .show-btn:hover {
  text-decoration: none;
}
.link-underlined:after,
.page-header .link.customer-logged .customer-menu ul a:after,
.page-header .link.customer-guest .customer-menu ul a:after,
.product.reviews.section .show-more-button .show-btn:after,
.product-full-width-section .show-more-button .show-btn:after {
  background-color: #429365;
  transform: scale(0);
  transition: transform 0.5s, opacity 0.5s;
  transform-origin: bottom left;
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  height: 1px;
  bottom: -3px;
  left: 0;
  opacity: 0;
}
.link-underlined:hover:after,
.page-header .link.customer-logged .customer-menu ul a:hover:after,
.page-header .link.customer-guest .customer-menu ul a:hover:after,
.product.reviews.section .show-more-button .show-btn:hover:after,
.product-full-width-section .show-more-button .show-btn:hover:after {
  transform: scale(1);
  opacity: 1;
}
.link-underlined-container .link .label,
.blog.category.container .categories .category .wrapper.link .link .label {
  position: relative;
}
.link-underlined-container .link .label:after,
.blog.category.container .categories .category .wrapper.link .link .label:after {
  background-color: #429365;
  transform: scale(0);
  transition: transform 0.5s, opacity 0.5s;
  transform-origin: bottom left;
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  height: 1px;
  bottom: -3px;
  left: 0;
  opacity: 0;
}
.link-underlined-container:hover .link .label,
.blog.category.container .categories .category .wrapper.link:hover .link .label {
  text-decoration: none;
}
.link-underlined-container:hover .link .label:after,
.blog.category.container .categories .category .wrapper.link:hover .link .label:after {
  transform: scale(1);
  opacity: 1;
}
.breadcrumbs-container {
  background: #f5f5f5;
  border-bottom: 1px solid #EBEBEB;
}
.breadcrumbs-container .breadcrumbs {
  margin: 0 auto;
}
.breadcrumbs-container .breadcrumbs .item:after {
  display: none;
}
.breadcrumbs-container .breadcrumbs .item *,
.breadcrumbs-container .breadcrumbs .item a,
.breadcrumbs-container .breadcrumbs .item a:hover,
.breadcrumbs-container .breadcrumbs .item a:focus {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #5b5b5b;
  font-weight: 400;
  font-weight: normal;
}
.breadcrumbs-container .breadcrumbs .item:last-child *,
.breadcrumbs-container .breadcrumbs .item:last-child a,
.breadcrumbs-container .breadcrumbs .item:last-child a:hover,
.breadcrumbs-container .breadcrumbs .item:last-child a:focus {
  color: #06452d;
}
.breadcrumbs-wrapper {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ebebeb;
}
.breadcrumbs-wrapper .breadcrumbs {
  background-color: #f5f5f5;
  line-height: 4rem;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0 15px;
}
.breadcrumbs-wrapper .breadcrumbs .item:after {
  color: #00965e;
  line-height: 4rem;
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumbs-wrapper .breadcrumbs .item *,
.breadcrumbs-wrapper .breadcrumbs .item a,
.breadcrumbs-wrapper .breadcrumbs .item a:hover,
.breadcrumbs-wrapper .breadcrumbs .item a:focus {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #5b5b5b;
  font-weight: 400;
  font-weight: normal;
}
.breadcrumbs-wrapper .breadcrumbs .item:last-child *,
.breadcrumbs-wrapper .breadcrumbs .item:last-child a,
.breadcrumbs-wrapper .breadcrumbs .item:last-child a:hover,
.breadcrumbs-wrapper .breadcrumbs .item:last-child a:focus {
  color: #06452d;
}
.switcher-language {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  justify-content: flex-end;
  text-align: right;
  z-index: 1;
}
.switcher-language .label.switcher-label {
  display: none;
}
.switcher-language .section-edu {
  position: absolute;
  left: 0;
}
.switcher-language .section-edu .link-edu {
  color: #575757;
  font-weight: 400;
  text-transform: uppercase;
}
.switcher-language .section-edu .link-edu:before {
  background-image: url("../images/icons/ic-farmacisti.png");
  line-height: 4rem;
  content: '';
  height: 25px;
  width: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: inherit;
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-language .switcher-trigger {
  display: block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  height: 100%;
}
.switcher-language .switcher-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 25px;
  color: inherit;
  content: '\e913';
  font-family: 'soma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-language .switcher-trigger span {
  font-size: 1rem;
  color: #575757;
  display: block;
  text-decoration: none;
}
.switcher-language .switcher-trigger span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  content: '\e900';
  font-family: 'soma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.switcher-language .switcher-trigger + .switcher-dropdown {
  background-color: #ebebeb;
  padding: 28px 30px;
  right: 20px;
  top: 40px;
  position: absolute;
  display: none;
  box-sizing: border-box;
  width: 180px;
  z-index: 1;
  list-style: none;
  text-align: left;
}
.switcher-language .switcher-trigger + .switcher-dropdown a {
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: -0.02;
  color: #151515;
}
.switcher-language .switcher-trigger.active + .switcher-dropdown {
  display: block;
}
.switcher-language .switcher-options {
  line-height: 2rem;
  width: 20%;
}
.page-header {
  background-color: #ffffff;
  position: fixed;
  transition: max-height 0.15s ease-out;
  max-height: 180px;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
.page-header .switcher-language .switcher-trigger:before {
  background-image: url("../images/icons/ic-world.svg");
  content: '';
  height: 25px;
  width: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header .switcher-language,
.page-header .header-promo-label {
  transition: opacity 1s ease, max-height 1s ease;
  visibility: visible;
  opacity: 1;
}
.page-header.fixed {
  max-height: 140px;
  transition: max-height 0.25s ease-in;
}
.page-header.fixed .switcher-language,
.page-header.fixed .header-promo-label {
  opacity: unset;
  visibility: unset;
  max-height: unset;
}
.page-header .header.content {
  position: relative;
}
.page-header .logo-container {
  text-align: center;
}
.page-header .logo-container .logo {
  display: block;
  height: 60px;
  margin: 0 auto;
}
.page-header .links-container {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.page-header .links-container .links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 220px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.page-header .links-container .link {
  margin-bottom: 0;
}
.page-header .links-container .link a,
.page-header .links-container .link [role="link"] {
  -webkit-tap-highlight-color: transparent;
}
.page-header .links-container .link > a span {
  display: none;
}
.page-header .links-container .link .action.switch {
  display: none;
}
.page-header .links-container .link .counter-number {
  font-size: 1.2rem;
  display: block;
}
.page-header .minicart-wrapper {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.page-header .minicart-wrapper .action.showcart.active:hover:before,
.page-header .minicart-wrapper .action.showcart.active:before {
  color: #06452d;
  line-height: 2.8rem;
  font-size: 2.8rem;
}
.page-header .minicart-wrapper .action.showcart .text {
  display: block;
}
.page-header .minicart-wrapper .action.showcart:before {
  color: #06452d;
  line-height: 2.8rem;
  font-size: 2.8rem;
}
.page-header .minicart-wrapper .action.showcart:hover:before {
  color: #00965e;
}
.page-header .link {
  color: #06452d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.page-header .link:hover {
  color: #00965e;
}
.page-header .link a,
.page-header .link [role="link"] {
  color: #06452d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.page-header .link a:hover,
.page-header .link [role="link"]:hover {
  color: #00965e;
}
.page-header .link.minicart-wrapper.active .action.showcart.active:before {
  color: #00965e;
}
.page-header .link.wishlist {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-header .link.wishlist a {
  display: block;
  text-decoration: none;
}
.page-header .link.wishlist a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 25px;
  color: inherit;
  content: '\e908';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .link.search-init {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-header .link.search-init a {
  display: block;
  text-decoration: none;
}
.page-header .link.search-init a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 25px;
  color: inherit;
  content: '\e910';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .link.customer-logged,
.page-header .link.customer-guest {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  position: relative;
}
.page-header .link.customer-logged .customer,
.page-header .link.customer-guest .customer {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.page-header .link.customer-logged .customer:before,
.page-header .link.customer-guest .customer:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 25px;
  color: inherit;
  content: '\e912';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .link.customer-logged .customer-menu,
.page-header .link.customer-guest .customer-menu {
  background-color: #ebebeb;
  padding: 28px 30px;
  box-sizing: border-box;
  z-index: 4;
  display: none;
  position: absolute;
}
.page-header .link.customer-logged .customer-menu ul,
.page-header .link.customer-guest .customer-menu ul {
  list-style: none;
  padding: 0;
}
.page-header .link.customer-logged .customer-menu ul li,
.page-header .link.customer-guest .customer-menu ul li {
  margin-bottom: 15px;
  width: 100%;
}
.page-header .link.customer-logged .customer-menu ul a,
.page-header .link.customer-guest .customer-menu ul a {
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: -0.02;
  color: #151515;
}
.page-header .link.customer-logged.active .customer-menu,
.page-header .link.customer-guest.active .customer-menu {
  display: block;
}
.page-header .link.customer-logged .close-btn,
.page-header .link.customer-guest .close-btn {
  display: block;
  text-decoration: none;
  margin: 2px 0 20px auto;
  display: none;
  width: 21px;
  height: 21px;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.page-header .link.customer-logged .close-btn:before,
.page-header .link.customer-guest .close-btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 21px;
  color: inherit;
  content: '\e905';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .link.customer-logged .close-btn:before,
.page-header .link.customer-guest .close-btn:before {
  position: absolute;
  left: -6px;
}
.page-header .link.customer-logged .close-btn > span,
.page-header .link.customer-guest .close-btn > span {
  display: none;
}
.page-header .link.customer-logged .customer {
  font-size: 0;
}
.page-header .link.customer-logged .customer:before {
  font-family: none;
  content: "";
  background-image: url("../Magento_Theme/images/ic-actions-user-log-menu.svg");
  background-size: contain;
  width: 25px;
  height: 25px;
}
.page-header .link.customer-logged .customer:hover:before {
  background-image: url("../Magento_Theme/images/ic-actions-user-log-mouse-enter-menu.svg");
}
.page-header .header-promo-label {
  background-color: #aadfc7;
  line-height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
}
.page-header .header-promo-label p {
  color: #06452d;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 320px) and (max-height: 256px) {
  .ammenu-header-container .header.content .ammenu-logo {
    width: 100px !important;
    max-width: 100px !important;
    height: auto !important;
  }
  .page-header .links-container {
    height: 35px !important;
  }
  .page-products .breadcrumbs-container,
  .cms-page-view .breadcrumbs-container {
    margin-top: 90px;
  }
}
.cms-brand-page-demo .newsletter-container {
  margin-top: -40px;
}
.block.block-search {
  background-color: #00965e;
  padding: 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}
.block.block-search .close-btn {
  display: block;
  text-decoration: none;
  color: #ffffff;
  width: 35px;
  position: absolute;
  top: 13%;
  right: 0;
  left: 72%;
}
.block.block-search .close-btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: inherit;
  content: '\e916';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.block-search .close-btn span {
  display: none;
}
.block.block-search .block.block-content {
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
}
.block.block-search .block.block-content .minisearch {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.block.block-search .block.block-content .minisearch .action.search:focus {
  color: #ffffff;
}
.block.block-search .input-text {
  background-color: #00965e;
  border-bottom: 1px solid #06452d;
  padding-left: 10px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border-right: none;
  border-left: none;
  border-top: none;
}
.block.block-search .action.search {
  padding: 0;
}
.block.block-search .action.search:before {
  font-size: 2.5rem;
  line-height: 4.7rem;
}
.ammenu-header-container .header.content {
  margin-bottom: 0px;
}
.ammenu-header-container .header.content .ammenu-logo {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ammenu-header-container .ammenu-nav-sections.-topmenu {
  transition: 0.1s all ease-in;
  border-top: 8px solid #aaadad;
  border-bottom: 1px solid #aaadad;
  margin-bottom: 0;
}
.ammenu-header-container .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  padding: 12px 40px;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700 !important;
  color: #00965e;
  text-decoration: none;
}
.ammenu-header-container .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0;
}
.ammenu-header-container .ammenu-menu-wrapper .ammenu-link.-simple {
  padding: 0 0 20px 0;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 400;
  text-underline-offset: 4px;
  text-decoration-color: transparent;
}
.ammenu-header-container .ammenu-menu-wrapper:hover {
  text-decoration-color: #429365;
}
.ammenu-header-container .ammenu-category-tree .ammenu-title {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #06452d !important;
}
.ammenu-header-container .ammenu-category-tree .ammenu-title.-parent {
  margin: 0 0 25px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #06452d !important;
  display: block;
}
.ammenu-header-container .ammenu-submenu-wrapper span.ammenu-text {
  display: inline-block;
  position: relative;
}
.ammenu-header-container .ammenu-submenu-wrapper span.ammenu-text::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #06452d;
  transform-origin: bottom right;
  transition: transform 0.445s ease-out;
}
.ammenu-header-container .ammenu-submenu-wrapper span.ammenu-text:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.block-search-mobile {
  display: none;
}
.nav-sections .section-edu,
.nav-sections .section-item-title {
  display: none;
}
.navigation .nav-menu .li-menu-item {
  list-style: none;
}
.navigation .nav-menu .li-menu-item.open .submenu-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.navigation .nav-menu .li-menu-item.open .hover-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation .nav-menu .li-menu-item .hover-menu {
  display: none;
}
.navigation .nav-menu .link-wrapper .deactivate[data-role='trigger'] {
  display: none;
}
.navigation .link-wrapper a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #00965e;
  text-decoration: none;
}
.navigation .link-wrapper a:hover {
  text-decoration: none;
}
.navigation .link-wrapper a span {
  display: none;
}
.title-footer-columns {
  color: #fff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.page-wrapper > .page-bottom {
  position: relative;
  margin-top: auto;
}
.page-wrapper .page-footer {
  background-color: #00965e;
}
.page-wrapper .page-footer .footer.links {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
}
.page-wrapper .page-footer .footer.links h4 {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 1.6rem;
  margin-bottom: 19px;
  line-height: 2.4rem;
  font-weight: bold;
}
.page-wrapper .page-footer .footer.links h4 a,
.page-wrapper .page-footer .footer.links h4 a:hover,
.page-wrapper .page-footer .footer.links h4 a:focus {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 1.6rem;
}
.page-wrapper .page-footer .footer.links ul {
  list-style: none;
  box-sizing: border-box;
}
.page-wrapper .page-footer .footer.links ul a,
.page-wrapper .page-footer .footer.links ul a:hover,
.page-wrapper .page-footer .footer.links ul a:focus {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 1.6rem;
}
.page-wrapper .page-footer .footer.links .social-icons a {
  margin-right: 10px;
}
.page-wrapper .page-footer .copyright {
  background-color: #aadfc7;
  text-align: center;
}
.page-wrapper .page-footer .copyright p {
  color: #06452d;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.cms-home .pagebuilder-slider {
  padding: 0;
}
.cms-home .pagebuilder-slider [data-element="content"] p {
  color: #ffffff;
  font-weight: 200;
}
.cms-home .pagebuilder-slider .pagebuilder-slide-button {
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  background: transparent;
  text-align: center;
}
.cms-home .pagebuilder-slider .pagebuilder-slide-button:hover {
  color: #06452d;
  background-color: #ffffff;
}
.cms-home .blog-content [data-content-type="text"] p {
  font-weight: 200;
  color: #06452d;
  font-style: normal;
  font-size: 60px;
  line-height: 64px;
}
.cms-home .blog-content .pagebuilder-column {
  max-width: 380px;
  width: 100%;
}
.cms-home .blog-content .pagebuilder-column [data-content-type="banner"] {
  box-sizing: border-box;
  width: 350px;
  height: 460px;
  margin: 0 auto;
}
.cms-home .blog-content .pagebuilder-column .pagebuilder-poster-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 400px;
  justify-content: space-between;
}
.cms-home .blog-content .pagebuilder-column .pagebuilder-poster-content [data-element="content"] {
  max-width: 220px;
  width: 100%;
}
.cms-home .blog-content .pagebuilder-column .pagebuilder-poster-content [data-element="content"] p {
  font-weight: 300;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.cms-home .blog-content .pagebuilder-button-primary {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 13px 17px;
  text-align: center;
  width: 100%;
}
.cms-home .bottle-section [data-content-type="banner"] {
  background: linear-gradient(180deg, #fbfbfb 0%, #f1f1f3 37.23%, #eeedf2 52.28%, #edecf1 75.93000000000001%, #e2e1e6 87.08%, #e1e0e6 100%);
}
.cms-home .bottle-section [data-content-type="text"] h1 {
  font-weight: 200;
  color: #06452d;
}
.cms-home .bottle-section [data-content-type="text"] p {
  color: #666666;
}
.cms-home .bottle-section [data-content-type="buttons"] {
  box-sizing: border-box;
}
.cms-home .bottle-section [data-content-type="buttons"] .pagebuilder-button-primary {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #06452d;
  border: 2px solid #06452d;
  padding: 10px 17px;
  background: transparent;
}
.cms-home .products-container [data-content-type="text"] p {
  color: #06452d;
  font-weight: 200;
  text-align: center;
}
.cms-home .quote {
  background-color: #eef5f8;
}
.cms-home .quote [data-content-type="text"] p {
  color: #06452d;
  font-weight: 200;
  position: relative;
  z-index: 1;
}
.cms-home .quote [data-content-type="text"] p:before {
  content: '';
  background-image: url('../images/quote.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  margin: -7px auto 0;
  text-align: center;
  width: 197px;
  z-index: -1;
  top: 0;
  left: -150px;
  height: 166px;
}
.cms-home .quote img.pagebuilder-mobile-only {
  vertical-align: middle;
}
.cms-home .promo-slider-home {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.cms-home .promo-slider-home .slick-slide {
  float: none !important;
  display: inline-block !important;
  text-align: center;
}
.cms-home .promo-slider-home .promo-container {
  max-width: 300px;
  text-align: center;
  border: 1px solid #eee;
}
.cms-home .promo-slider-home .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.cms-home .promo-slider-home .product-image img {
  width: 100%;
  height: auto;
  display: block;
}
.cms-home .promo-slider-home .top-product-text {
  padding: 5px 0;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #003366;
  font-weight: 500;
  text-transform: uppercase;
  background: #ffffff;
  margin: 0;
  font-family: 'Avenir Next Condensed';
}
.cms-home .promo-slider-home .product-text {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #003366;
  font-weight: 500;
  font-family: 'Avenir Next Condensed';
}
.cms-home .promo-slider-home .product-text-2 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #003366;
  font-weight: 500;
  font-family: 'Avenir Next Condensed';
}
.cms-home .promo-slider-home .cta-button {
  background-color: #00965e;
  color: #ffffff;
  border: none;
  padding: 10px 60px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  cursor: pointer;
  text-transform: uppercase;
  width: 80%;
  font-family: 'Avenir Next Condensed';
}
.cms-home .promo-slider-home .cta-button a {
  color: #ffffff;
}
.cms-home .promo-slider-home .cta-button:hover {
  background-color: #00965e;
  color: #ffffff;
  border: none;
  padding: 10px 60px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  cursor: pointer;
  text-transform: uppercase;
  width: 80%;
}
.cms-home .promo-slider-home .promo-slider-block {
  position: relative;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
  width: 350px !important;
}
.cms-home .promo-slider-home .promo-slider-block img {
  max-width: 100%;
}
.cms-home .promo-slider-home .promo-slider-block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  width: 70%;
}
.cms-home .promo-slider-home .promo-slider-block .content a {
  margin-bottom: 3rem;
}
.cms-home .promo-slider-home .promo-slider-block .content p {
  margin-top: 4rem;
  font-weight: 300;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.bar-action .action-bar {
  pointer-events: all;
  opacity: 1;
}
.action-bar {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: opacity 500ms ease;
  height: 70px;
  width: 100%;
  position: fixed;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
}
.action-bar .container-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.action-bar .product-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.action-bar .actions-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.action-bar .product-thumbnail {
  margin-right: 20px;
  width: 45px;
}
.action-bar .product-thumbnail .product-image-container {
  display: block;
}
.action-bar .product-name {
  color: #06452d;
  font-weight: 200;
}
.action-bar .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  max-width: 100%;
}
.action-bar .price-box .old-price,
.action-bar .price-box .special-price {
  width: 100%;
  text-align: right;
}
.action-bar .price-box .price {
  color: #00965e;
  font-weight: 700;
}
.action-bar .price-box .old-price {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.action-bar .price-box .old-price .price {
  font-weight: 400;
  color: #666666;
  text-decoration-line: line-through;
}
.action-bar .price-box .special-price {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.action-bar .price-box .special-price .price {
  color: #00965e;
  font-weight: 700;
}
.action-bar .field.qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 50px;
}
.action-bar .field.qty .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 30px;
  align-items: center;
  width: 20%;
}
.action-bar .field.qty .label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #666666;
}
.action-bar .field.qty .input-text.qty-bar {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #06452d;
  padding: 0 10px;
  text-align: center;
  border: none;
  outline: none;
  height: auto;
  width: 50px;
}
.action-bar .field.qty .input-text.qty-bar:active,
.action-bar .field.qty .input-text.qty-bar:focus,
.action-bar .field.qty .input-text.qty-bar:hover {
  border: none;
  outline: none;
  box-shadow: none;
}
.action-bar .qty-buttons {
  border: none;
  padding: 0;
}
.action-bar .qty-buttons:active,
.action-bar .qty-buttons:focus,
.action-bar .qty-buttons:hover {
  background: #ffffff;
  color: #666666;
}
.action-bar .decreasing-btn {
  display: block;
  text-decoration: none;
}
.action-bar .decreasing-btn:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: initial;
  color: inherit;
  content: '\e906';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-bar .increasing-btn {
  display: block;
  text-decoration: none;
}
.action-bar .increasing-btn:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: initial;
  color: inherit;
  content: '\e903';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pager.primary .pages {
  margin-top: 30px;
  float: none;
}
.pager.primary .pages .items {
  padding: 0;
  margin: 0;
}
.pager.primary .pages .items .item {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  position: relative;
  padding: 0;
  margin: 0;
}
.pager.primary .pages .items .item:first-child {
  border-left: 1px solid #ebebeb;
}
.pager.primary .pages .items .item.pages-item-previous,
.pager.primary .pages .items .item.pages-item-next,
.pager.primary .pages .items .item.pages-item-first,
.pager.primary .pages .items .item.pages-item-last {
  position: relative;
}
.pager.primary .pages .items .item.pages-item-previous a,
.pager.primary .pages .items .item.pages-item-next a,
.pager.primary .pages .items .item.pages-item-first a,
.pager.primary .pages .items .item.pages-item-last a {
  margin: 0;
  border: none;
  position: relative;
  background-size: auto auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.pager.primary .pages .items .item.pages-item-previous a:before,
.pager.primary .pages .items .item.pages-item-next a:before,
.pager.primary .pages .items .item.pages-item-first a:before,
.pager.primary .pages .items .item.pages-item-last a:before {
  display: none;
}
.pager.primary .pages .items .item.pages-item-previous a span,
.pager.primary .pages .items .item.pages-item-next a span,
.pager.primary .pages .items .item.pages-item-first a span,
.pager.primary .pages .items .item.pages-item-last a span {
  display: none;
}
.pager.primary .pages .items .item.pages-item-previous a {
  background-image: url("../Magento_Theme/images/pager-arrow-left.png");
}
.pager.primary .pages .items .item.pages-item-next a {
  background-image: url("../Magento_Theme/images/pager-arrow-right.png");
}
.pager.primary .pages .items .item.pages-item-first a {
  background-image: url("../Magento_Theme/images/pager-double-arrow-left.png");
}
.pager.primary .pages .items .item.pages-item-last a {
  background-image: url("../Magento_Theme/images/pager-double-arrow-right.png");
}
.pager.primary .pages .items .item a,
.pager.primary .pages .items .item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #00965e;
  background-color: #ffffff;
  vertical-align: top;
  padding: 0;
  box-shadow: none;
}
.pager.primary .pages .items .item a:focus {
  color: #00965e;
  background-color: #ffffff;
}
.pager.primary .pages .items .item.current strong {
  font-weight: 400;
}
.pager.primary .pages .items .item:not(.pages-item-previous):not(.pages-item-next):not(.pages-item-first):not(.pages-item-last):hover,
.pager.primary .pages .items .item:not(.pages-item-previous):not(.pages-item-next):not(.pages-item-first):not(.pages-item-last).current {
  border-top: 1px solid #00965e;
  border-bottom: 1px solid #00965e;
  border-right: 1px solid #00965e;
}
.pager.primary .pages .items .item:not(.pages-item-previous):not(.pages-item-next):not(.pages-item-first):not(.pages-item-last):hover a,
.pager.primary .pages .items .item:not(.pages-item-previous):not(.pages-item-next):not(.pages-item-first):not(.pages-item-last).current a,
.pager.primary .pages .items .item:not(.pages-item-previous):not(.pages-item-next):not(.pages-item-first):not(.pages-item-last):hover strong,
.pager.primary .pages .items .item:not(.pages-item-previous):not(.pages-item-next):not(.pages-item-first):not(.pages-item-last).current strong {
  color: #ffffff;
  background-color: #00965e;
}
#amform-form-3 .fb-date label,
#amform-form-3 .fb-text label {
  font-weight: normal;
  font-size: 16px;
  color: #999;
}
#amform-form-3 .fb-checkbox .control .amform-versiontwo-label {
  font-size: 16px;
}
#amform-form-3 .fb-checkbox .control .checkbox-group label {
  display: none;
}
#amform-form-3 .fb-checkbox label {
  font-weight: normal;
  padding-left: 10px;
  font-size: 14px;
}
#amform-form-3 .fb-checkbox label a {
  font-size: 16px;
  color: #999;
}
#amform-form-3 button.submit,
#amform-form-3 .cart.table-wrapper .actions-toolbar > .action.submit,
#amform-form-3 .action-gift.submit {
  background: #00965e;
  border: 1px solid #00965e;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  padding: 13px 45.5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
#amform-form-3 .amcform-page-wrap .field.fb-checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.form-container-privacy {
  max-width: 700px;
  margin: 0 auto;
  line-height: normal;
}
.form-title-introduction {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: 300;
  padding-bottom: 20px;
}
.column .form-section.primary fieldset:after,
.column:not(.sidebar-additional) .form-section.primary fieldset:after {
  display: none;
}
.column .form-section.primary .form-section-fieldset,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  padding: 0;
  margin: 0;
}
.column .form-section.primary .form-section-fieldset .fieldset-section,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section {
  width: 100%;
  padding: 0;
  margin: 0;
}
.column .form-section.primary .form-section-fieldset .fieldset-section p,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section p,
.column .form-section.primary .form-section-fieldset .fieldset-section .field.note,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field.note {
  display: none;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  margin: 0 0 20px 0;
  padding: 0;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field.choice,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field.choice {
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 0;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field.choice input,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field.choice input {
  grid-column: 1;
  grid-row: 1;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field.choice .label,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field.choice .label {
  grid-column: 2;
  grid-row: 1;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field:last-child,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field:last-child {
  margin-bottom: 0;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control.control.customer-dob button.ui-datepicker-trigger,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control.control.customer-dob button.ui-datepicker-trigger,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control.control.customer-dob .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-trigger,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control.control.customer-dob .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-trigger,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control.control.customer-dob .action-gift.ui-datepicker-trigger,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control.control.customer-dob .action-gift.ui-datepicker-trigger {
  display: none;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control .nested,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control .nested {
  margin-top: 20px;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control .nested .control.captcha-image,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control .nested .control.captcha-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control {
  color: #151515;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 0;
  width: 100%;
  text-align: left;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label textarea,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label textarea,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control textarea,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control textarea {
  height: 195px;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label input,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label input,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control input,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control input,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label select,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label select,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control select,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control select,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label textarea,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label textarea,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control textarea,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control textarea,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control > .label,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control > .label,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control > .label,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control > .label {
  color: #666666;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 10px 20px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label select,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label select,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control select,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control select {
  background-image: url("../Magento_Theme/images/arrow-down.png");
  background-size: 9px;
  background-position: 95% center;
  background-repeat: no-repeat;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control .label,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control .label,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control .label,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control .label {
  position: relative;
  cursor: pointer;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control .label:after,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control .label:after,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control .label:after,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control .label:after {
  background-image: url("../Magento_Theme/images/attachment.png");
  background-color: #ffffff;
  right: 20px;
  width: 20px;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control span,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control span,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control span,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control span {
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.column .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control .input,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .label.attachment-control .input,
.column .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control .input,
.column:not(.sidebar-additional) .form-section.primary .form-section-fieldset .fieldset-section .field .control.attachment-control .input {
  width: 0;
  height: 0;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
}
.pagebuilder-slide-wrapper [data-element="content"] {
  padding: 14px 0;
}
.pagebuilder-slide-wrapper [data-element="content"] p {
  margin: 0;
}
.parallax {
  position: relative;
  z-index: unset !important;
}
.parallax:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.parallax.opacity-1:before {
  opacity: 1;
}
.parallax.FFFFFF:before {
  background-color: #FFFFFF;
}
.parallax.FFF9F0:before {
  background-color: #FFF9F0;
}
.parallax.FEF8FF:before {
  background-color: #FEF8FF;
}
.parallax.F6FFF4:before {
  background-color: #F6FFF4;
}
.cms-no-route .no-route__container {
  position: relative;
  padding-top: 96px;
  padding-bottom: 100px;
}
.cms-no-route .no-route__container:before,
.cms-no-route .no-route__container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cms-no-route .no-route__container:before {
  background-image: url("../Magento_Theme/images/404-bg-top-left.svg");
}
.cms-no-route .no-route__container:after {
  background-image: url("../Magento_Theme/images/404-bg-bottom-right.svg");
}
.cms-no-route .no-route__container .row-full-width-inner {
  z-index: 2;
}
.cms-no-route .no-route__container .no-route__decor {
  background-image: url("../Magento_Theme/images/404.svg");
  background-size: cover;
  margin: 0 auto;
}
.cms-no-route .no-route__container .no-route__text {
  color: #ffffff;
  font-weight: 200;
}
.cms-no-route .no-route__container .no-route__text h1 {
  color: inherit;
  font-weight: inherit;
}
.promo-above-the-fold .promo-anchor-cta a.pagebuilder-button-primary {
  margin: 0;
}
.promo-above-the-fold .promo-anchor-cta span {
  font-size: 14px !important;
}
.promo-above-the-fold .promo-heading {
  color: #06452d;
}
.promo-above-the-fold .promo-text {
  color: #a9a9a9;
}
.product-reviews-summary {
  display: none;
}
.promo-week p {
  color: #a9a9a9;
  font-size: 16px;
}
.promo-week .promo-week-heading {
  background: #409164;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.promo-week-adv .promo-week-adv-title {
  font-size: 18px;
  color: #06452d;
}
.promo-week-adv .promo-week-adv-title p {
  margin: unset !important;
}
.promo-week-adv .promo-week-adv-text {
  font-size: 16px;
  color: #a9a9a9;
}
.promo-week-adv .promo-week-adv-text p {
  margin: unset !important;
}
.promo-week-adv .disabled {
  opacity: 0.3;
}
.scroll-arrow {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 50px;
  height: 50px;
  background: #409164;
  border-radius: 4px;
  z-index: 9;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
#scroll-text {
  color: #ffffff;
  position: fixed;
  right: 41px;
  bottom: 30px;
  font-size: 13px;
  z-index: 10;
}
.scroll-arrow:before {
  background-image: url(../images/icons/arrow-up.svg);
  line-height: 4rem;
  content: '';
  height: 10px;
  width: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: inherit;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.full-lp-flags-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.full-lp-flags-header {
  text-align: center;
  background: #00965e;
  box-shadow: 1000px 0px 0px 0px #00965e, -1000px 0px 0px 0px #00965e;
}
.full-lp-flags-product {
  text-align: center;
}
.full-lp-flags-product img {
  max-width: 450px;
  width: 100%;
}
.full-lp-flags-footer {
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 45px 0;
  padding: 90px 0 70px;
}
.full-lp-flags-footer .full-lp-flags-link {
  padding-top: 25px;
}
.full-lp-flags-footer .full-lp-flags-link a {
  font-size: 12px;
  text-decoration: none;
}
.full-lp-flags-img {
  text-align: center;
}
.blog-index-page #amasty-shopby-product-list .products-grid {
  max-width: 1440px;
  margin: 0 auto;
}
.blog-index-page .product-reviews-summary .reviews-actions {
  display: none;
}
.blog-index-page .product-reviews-summary .rating-summary {
  left: 15px;
}
.blog-index-page .rating-summary .rating-result {
  margin-left: 0;
}
.blog-index-page .rating-summary .rating-result > span:before {
  color: #ebebeb;
}
.blog-index-page .owl-nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.blog-index-page .owl-nav button,
.blog-index-page .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.blog-index-page .owl-nav .action-gift {
  border: none;
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .mp-blog-slider-item .product-item-info {
  border: 1px solid #ebebeb;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
.owl-carousel .mp-blog-slider-item .product-item-info .product-item-name {
  min-height: 70px;
  height: auto;
}
.owl-carousel .product-item-active {
  display: flex;
  flex-wrap: nowrap;
}
.owl-carousel .product-item-active .product-item-photo {
  display: block;
  width: 60%;
}
.owl-carousel .product-item-active .box-review {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 30px;
  justify-content: flex-end;
  width: 40%;
}
.owl-carousel .product-item-active .price-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  padding-left: 15px;
}
.owl-carousel .actions-primary button,
.owl-carousel .actions-primary .cart.table-wrapper .actions-toolbar > .action,
.owl-carousel .actions-primary .action-gift {
  width: 100%;
}
.owl-carousel .product-item-link {
  padding: 0 1.5rem;
  text-align: left;
}
.blog-content.page-main.primary {
  padding: 0;
  max-width: 1110px;
}
.blog.header.container {
  width: 100%;
}
.blog.header.container .blog.header {
  background-color: #fff9f0;
  box-sizing: border-box;
  width: 100%;
}
.blog.header.container .blog.header h1 {
  color: #06452d;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
.blog.category.container {
  position: relative;
  width: 100%;
  text-align: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.blog.category.container::-webkit-scrollbar {
  display: none;
}
.blog.category.container .categories {
  display: -webkit-inline-grid;
  display: -ms-inline-gridbox;
  display: inline-grid;
  margin: 0;
  padding: 0;
  list-style: none none;
  justify-content: center;
  grid-auto-flow: column;
  width: auto;
  padding: 0 15px;
  margin: 30px 0 0 0;
}
.blog.category.container .categories .category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.blog.category.container .categories .category .wrapper.link {
  color: #151515;
  font-weight: 400;
  text-decoration: none;
}
.blog.category.container .categories .category .wrapper.link:focus,
.blog.category.container .categories .category .wrapper.link:hover {
  color: #151515;
  font-weight: 400;
  text-decoration: none;
}
.blog.category.container .categories .category .wrapper.link .image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
}
.blog.category.container .categories .category .wrapper.link .image .icon {
  max-width: 100%;
  max-height: 100%;
}
.blog.category.container .categories .category .wrapper.link .link {
  text-align: center;
}
.blog.category.container .categories .category:first-child .wrapper.link .image .icon {
  top: unset;
}
.blog.category.container .categories .category.active .wrapper.link {
  color: #06452d;
  font-weight: 600;
}
.blog.category.container .categories .category.active .wrapper.link:focus,
.blog.category.container .categories .category.active .wrapper.link:hover {
  color: #06452d;
  font-weight: 600;
}
.blog.pages .show-all-articles {
  text-align: center;
}
.blog.pages .show-all-articles .show-all {
  color: #00965e;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  border-bottom: 1px solid #00965e;
  padding-bottom: 1px;
  cursor: pointer;
}
.blog.pages .title {
  font-weight: 500;
  color: #151515;
  margin-bottom: 20px;
}
.blog.pages .grid,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  row-gap: 30px;
}
.blog.pages .grid .grid-item,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  grid-auto-rows: min-content;
}
.blog.pages .grid .grid-item.non-active,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item.non-active {
  display: none;
}
.blog.pages .grid .grid-item .image,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .image {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  background-size: cover;
}
.blog.pages .grid .grid-item .image .category,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .image .category {
  font-size: 1.6rem;
  line-height: 2.352rem;
  color: #ffffff;
}
.blog.pages .grid .grid-item .content .header .date,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .header .date {
  color: #151515;
  font-weight: 600;
  margin-botton: 5px;
  display: block;
}
.blog.pages .grid .grid-item .content .header .title,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .header .title {
  color: #06452d;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 3rem;
  line-height: 3.4rem;
}
.blog.pages .grid .grid-item .content .header .tempo,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .header .tempo {
  color: #5b5b5b;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: block;
}
.blog.pages .grid .grid-item .content .body,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .body {
  margin-bottom: 30px;
  font-weight: 400;
  color: #5b5b5b;
  font-size: 1.6rem;
  line-height: 2rem;
}
.blog.pages .grid .grid-item .content .body h3,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .body h3 {
  font-weight: 400;
  color: #5b5b5b;
  font-size: 1.6rem;
  line-height: 2rem;
}
.blog.pages .grid .grid-item .content .body a,
.blog.pages .grid .grid-item .content .body a:focus,
.blog.pages .grid .grid-item .content .body a:active,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .body a,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .body a:focus,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .body a:active {
  color: #5b5b5b;
  font-weight: 600;
}
.blog.pages .grid .grid-item .content .footer .read,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .footer .read {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  background-color: #00965e;
  color: #ffffff;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 14px;
  text-align: center;
  margin-bottom: 0;
}
.blog.pages .grid .grid-item .content .footer .read:hover,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .footer .read:hover {
  background-color: #06452d;
}
.blog.pages .grid .grid-item:first-child .content,
.blog.pages .grid .grid-item.primary .content,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item:first-child .content,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item.primary .content {
  background-color: #eef8f8;
}
.blog-content.page-main.primary.single-page {
  max-width: 1440px;
}
.blog-content.page-main.primary.single-page .blog.page {
  padding: 0 15px 30px 15px;
}
.blog-content.page-main.primary.single-page .blog.page .image {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  background-size: cover;
  background-position: center;
}
.blog-content.page-main.primary.single-page .blog.page .image .category {
  font-size: 1.6rem;
  line-height: 2.352rem;
  color: #ffffff;
}
.blog-content.page-main.primary.single-page .blog.page .content {
  max-width: 1110px;
  margin: 0 auto;
}
.blog-content.page-main.primary.single-page .blog.page .content .header .date {
  color: #151515;
  font-weight: 500;
  margin-bottom: 7px;
}
.blog-content.page-main.primary.single-page .blog.page .content .header .tempo {
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 22px;
}
.blog-content.page-main.primary.single-page .blog.page .content .body {
  margin: 20px 0;
  font-weight: 400;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2rem;
}
.blog-content.page-main.primary.single-page .blog.page .content .body h1,
.blog-content.page-main.primary.single-page .blog.page .content .body h2,
.blog-content.page-main.primary.single-page .blog.page .content .body h3,
.blog-content.page-main.primary.single-page .blog.page .content .body h4,
.blog-content.page-main.primary.single-page .blog.page .content .body h5,
.blog-content.page-main.primary.single-page .blog.page .content .body h6 {
  font-weight: 400;
  color: #06452d;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 20px 0;
}
.blog-content.page-main.primary.single-page .blog.page .content .body p {
  margin: 0;
}
.blog-content.page-main.primary.single-page .blog.page .content .body > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.blog-content.page-main.primary.single-page .blog.page .content .body .row {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  margin-bottom: 30px;
}
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.product {
  text-align: center;
}
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.product img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.product a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  background-color: #00965e;
  color: #ffffff;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 14px;
  text-align: center;
  margin-bottom: 0;
}
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.product a:hover {
  background-color: #06452d;
}
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.description {
  margin-bottom: 20px;
  font-weight: 400;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2rem;
}
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.description *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.description a,
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.description a:focus,
.blog-content.page-main.primary.single-page .blog.page .content .body .row .column.description a:active {
  color: #06452d;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
}
.checkout-success-wrapper.blog-wrapper .success-wrapper {
  display: grid;
}
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.left-box {
  margin: 0;
  width: 100%;
}
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.left-box .action.primary,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.left-box .amshopby-button,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.left-box .am-filter-go {
  margin-bottom: 0;
}
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box {
  width: 100%;
}
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item:first-child .content,
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item.primary .content {
  background-color: #fef1de;
}
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .image {
  background-position: center center;
}
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content {
  background-color: #fef1de;
}
.checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .header .title {
  font-size: 2.4rem;
  line-height: 2.6rem;
}
.modal-reseller .disallowed-popup {
  color: #00965e;
  text-align: center;
}
.modal-reseller .disallowed-popup .text-block {
  color: #666666;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
}
.modal-reseller .action-close {
  display: inline-block;
  text-decoration: none;
}
.modal-reseller .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-reseller .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 35px;
  color: #00965e;
  content: '\e905';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-reseller .store-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.modal-reseller .store-wrapper .store {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 20%;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
}
.modal-reseller .store-wrapper .image {
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
}
.faq-content .search-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 100px;
}
.faq-content .search-box .search-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  text-align: center;
  color: #06452d;
  margin-bottom: 30px;
}
.faq-content .search-box .faq-search-input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #06452d;
}
.faq-content .search-box .faq-search-input-group .faq-search-input,
.faq-content .search-box .faq-search-input-group .faq-search-submit {
  border: 0;
  margin: 0;
  background: transparent;
}
.faq-content .search-box .faq-search-input-group .faq-search-input:focus,
.faq-content .search-box .faq-search-input-group .faq-search-submit:focus {
  box-shadow: unset;
}
.faq-content .search-box .faq-search-input-group .faq-search-submit {
  width: 44px;
  padding: 0;
  margin: 0;
}
.faq-content .search-box .faq-search-input-group .faq-search-submit:hover {
  color: inherit;
}
.faq-content .search-box .faq-search-input-group .faq-search-submit:before {
  content: '\e910';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 4.4rem;
  color: inherit;
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.faq-content .search-box .faq-search-input-group .faq-search-submit span {
  display: none;
}
.faq-content .faq-category-list {
  max-width: calc(1440px - 300px);
  margin: 0 auto;
  list-style: none;
}
.faq-content .faq-category-list a {
  color: inherit;
  position: relative;
}
.faq-content .faq-category-list a:after {
  content: '';
  bottom: -3px;
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background-color: #008358;
  transition-property: width;
  transition-duration: 0.5s;
}
.faq-content .faq-category-list a:hover {
  color: inherit;
  text-decoration: none;
}
.faq-content .faq-category-list a:hover:after {
  width: 100%;
}
.faq-content .faq-category-list .faq-category {
  width: 100%;
  font-family: 'Roboto';
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.faq-content .faq-category-list .faq-category-header {
  font-style: normal;
  font-weight: 200;
  color: #06452d;
  position: relative;
  margin: 0 0 26px;
  padding: 0;
}
.faq-content .faq-category-list .faq-category-header:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #419465;
  width: 48px;
  height: 1px;
}
.faq-content .faq-category-list .faq-category .faq-subcategory-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-content .faq-category-list .faq-category .faq-subcategory-list .faq-subcategory {
  width: 100%;
}
.faq-content .faq-category-list .faq-category .faq-subcategory-list .faq-subcategory-header {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #06452d;
}
.faq-content .faq-category-list .faq-category .faq-sub-subcategory-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-content .faq-category-list .faq-category .faq-sub-subcategory-list .faq-subcategory {
  margin: 0;
}
.faq-content .faq-category-list .faq-category .faq-sub-subcategory {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-content .faq-category-list .faq-category .faq-sub-subcategory-header {
  color: #151515;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0 0 21px;
}
.faq-content .faq-question-list-container {
  max-width: calc(1440px - 300px);
  margin: 0 auto;
}
.faq-content .faq-question-list-container .faq-question-list-header {
  font-style: normal;
  font-weight: 200;
  color: #06452d;
  position: relative;
  margin: 0 0 41px;
  padding: 0;
}
.faq-content .faq-question-list-container .faq-question-list-header:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #419465;
  width: 48px;
  height: 1px;
}
.faq-content .faq-question-list-container .faq-question-list {
  font-size: 1.6rem;
  color: #151515;
  line-height: 1.8rem;
}
.faq-content .faq-question-list-container .faq-question-list .question-wrapper {
  margin-bottom: 50px;
}
.faq-content .faq-question-list-container .faq-question-list .question {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
.faq-content .faq-question-list-container .faq-question-list .question div {
  width: calc(100% - 40px);
}
.faq-content .faq-question-list-container .faq-question-list .question:after {
  content: '\e903';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  font-size: 1.6rem;
  line-height: initial;
  color: inherit;
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.faq-content .faq-question-list-container .faq-question-list .question.active:after {
  content: '\e906';
}
.faq-content .faq-question-list-container .faq-question-list .answer {
  font-weight: 400;
  color: #666666;
  display: none;
  width: calc(100% - 40px);
  text-align: justify;
}
.faq-content .faq-question-list-container .faq-question-list .answer[aria-hidden="false"] {
  display: block;
}
.somatoline-storelocator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.somatoline-storelocator .search__form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.somatoline-storelocator .search__header {
  width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  text-align: left;
  color: #06452d;
  position: relative;
}
.somatoline-storelocator .search__header:after {
  content: '';
  bottom: -6px;
  position: absolute;
  display: block;
  width: 48px;
  height: 1px;
  background-color: #008358;
  transition-property: width;
  transition-duration: 0.5s;
}
.somatoline-storelocator .search__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #06452d;
}
.somatoline-storelocator .search__input,
.somatoline-storelocator .search__submit {
  border: 0;
  margin: 0;
  background: transparent;
  height: 42px;
}
.somatoline-storelocator .search__input:focus {
  box-shadow: unset;
}
.somatoline-storelocator .search__input-label {
  font-weight: 300;
  margin-bottom: 10px;
}
.somatoline-storelocator .search__submit {
  padding: 0 20px;
}
.somatoline-storelocator .search__submit span {
  display: none;
}
.somatoline-storelocator .search__submit:hover,
.somatoline-storelocator .search__submit:active,
.somatoline-storelocator .search__submit:focus,
.somatoline-storelocator .search__submit:visited {
  color: inherit;
}
.somatoline-storelocator .search__submit:before {
  content: '\e910';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 4.4rem;
  color: inherit;
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.somatoline-storelocator .search__summary {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 10px 0;
  color: #666666;
}
.somatoline-storelocator .search__results.loading .store-content {
  opacity: 0;
}
.somatoline-storelocator .search__results.loading:before {
  content: 'loading';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.somatoline-storelocator .search__results .store-content {
  padding: 20px;
  background: #ffffff;
  cursor: pointer;
}
.somatoline-storelocator .search__results .store-content.active {
  background: #f5f5f5;
  cursor: default;
}
.somatoline-storelocator .search__results .store-content__name {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.somatoline-storelocator .search__results .store-content__address {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #666666;
  font-weight: 400;
}
.somatoline-storelocator .search__results .store-content__goto {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #666666;
  text-decoration: underline;
  margin-top: 10px;
}
.somatoline-storelocator .map__container .gm-style-iw,
.somatoline-storelocator .map__container .gm-style-iw * {
  background: #00965e !important;
  color: #ffffff;
  font-size: 1.6rem;
}
.somatoline-storelocator .map__container .gm-style-iw {
  border-radius: 0;
  padding: 15px;
}
.somatoline-storelocator .map__container .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.somatoline-storelocator .map__container .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: #00965e !important;
}
.somatoline-storelocator .map__container .gm-style-iw-t {
  background: #00965e !important;
}
.somatoline-storelocator .map__container .gm-style-iw-t * {
  background: #00965e !important;
}
.somatoline-storelocator .map__container .gm-style-iw-t:after {
  background: #00965e !important;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e906';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e915';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #00965e;
  border: 1px solid #00965e;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  padding: 13px 45.5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #008358;
  border: 1px solid #008358;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #008358;
  border: 1px solid #008358;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 821px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 820px) {
  .subsection-header,
  .settings-container fieldset legend.legend,
  .settings-container.addresses .edit fieldset .block-title strong,
  .customer-account-create .block .block-title,
  .customer-account-login .form-section .form-section-fieldset .fieldset-section .block .block-title {
    margin-bottom: 20px;
  }
  .message.muted {
    padding: 20px 15px;
  }
  .page-main.primary,
  .contact-index-index .page-main,
  .customer-account .page-main,
  .customer-account-create .page-main,
  .customer-account-login .page-main {
    padding: 50px 15px;
  }
  .cms-page-view .page-main-full-width,
  .page-wrapper.primary,
  .contact-index-index .page-wrapper,
  .customer-account .page-wrapper,
  .customer-account-create .page-wrapper,
  .customer-account-login .page-wrapper {
    padding-top: 110px;
  }
  .cms-page-view .page-main-full-width {
    padding: 0;
  }
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'soma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 0;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'soma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    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: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .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: 0;
    padding-right: 0;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'soma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: 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: inherit;
    content: '\e622';
    font-family: 'soma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 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 #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0 {
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 600;
    padding: 8px 40px 8px 15px;
    text-transform: initial;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #151515;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-width: 0;
    padding-left: 15px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-width: 0;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #151515;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #151515;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 0;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 2.3rem;
    color: #5f5f5f;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #5f5f5f;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #5f5f5f;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #31373c;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #31373c;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .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: 44px;
    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: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    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(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .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: 18px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  form:not(.linear-theme) .amcform-title-wrap {
    display: none;
    max-width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,
  form:not(.linear-theme) .amcform-title-wrap:before {
    width: 50%;
    content: '';
  }
  form:not(.linear-theme) .amcform-title-wrap:first-child:before {
    content: none;
  }
  form:not(.linear-theme) .amcform-title-wrap:after {
    background: linear-gradient(90deg, #e3e3e3 16.87%, #ffffff 107.36%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active ~ form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2) {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2),
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2) {
    display: block;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:not(:last-child):before,
  form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
    background: linear-gradient(270deg, #92b0ff 11.11%, rgba(146, 176, 255, 0) 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:not(.-disabled):after {
    background: linear-gradient(270deg, rgba(146, 176, 255, 0) 11.1%, #92b0ff 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap:before,
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
    background: #92b0ff;
  }
  .linear-theme .amcform-page-titles {
    padding: 0 15px;
  }
  .linear-theme .amcform-title-wrap {
    display: block;
    min-width: 50%;
    max-width: 100%;
  }
  .linear-theme .amcform-title-wrap.ui-state-active ~ .linear-theme .amcform-title-wrap:nth-last-child(2) {
    display: block;
  }
  .linear-theme .fields {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group {
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
    max-width: 100%;
  }
  .circle-theme .amcform-page-titles {
    align-items: stretch;
  }
  .circle-theme .amcform-title {
    display: block;
    margin: 0;
  }
  .circle-theme .amcform-label {
    display: block;
    padding: 10px 0;
  }
  .circle-theme .amcform-title-wrap {
    margin: 0;
    border-bottom: 4px solid #92b0ff;
  }
  .circle-theme .amcform-title-wrap:after,
  .circle-theme .amcform-title-wrap:before {
    display: none;
  }
  .circle-theme .amcform-title-wrap + .amcform-title-wrap {
    margin: 0;
  }
  .circle-theme .amcform-title-wrap.ui-state-active {
    border-color: #3f6ad8;
  }
  .circle-theme .amcform-title-wrap.-disabled {
    border-color: #e3e3e3;
  }
  .circle-theme .amcform-title-wrap.-error {
    border-color: #eb5757;
  }
  .amcform-table-block,
  .amcform-table-block tbody,
  .amcform-table-block .amcform-tr,
  .amcform-table-block .amcform-th,
  .amcform-table-block .amcform-td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .amcform-table-block .amcform-th {
    padding-bottom: 0;
  }
  .amcform-table-block .amcform-td {
    padding-top: 5px;
  }
  .ammenu-header-container .block-search .minisearch .control {
    background: #fff;
    border: none;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 9;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .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;
  }
  .amlocator-pager-container .pages {
    display: flex;
    justify-content: flex-end;
  }
  .amlocator-pager-container .pages > .label {
    align-self: center;
    height: auto;
    overflow: visible;
    width: auto;
  }
  .amlocator-pager-container .pages > .items {
    padding: .2rem 2rem 0;
  }
  .somatoline-banner {
    padding: 30px 15px;
    min-height: 450px;
  }
  .somatoline-banner .header {
    width: 100%;
    text-align: center;
    padding: 50px 15px;
    box-sizing: border-box;
  }
  .somatoline-banner .header > * {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .somatoline-banner.primary .container,
  .somatoline-banner.fourth .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .somatoline-banner.primary .container .column,
  .somatoline-banner.fourth .container .column {
    margin-top: auto;
    margin-bottom: unset;
    width: 100%;
  }
  .somatoline-banner .container .content h1,
  .somatoline-banner .container .content h2,
  .somatoline-banner .container .content h3,
  .somatoline-banner .container .content h4,
  .somatoline-banner .container .content h5,
  .somatoline-banner .container .content h6 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .somatoline-banner .container .button {
    width: 100%;
  }
  .banner-history-banner {
    padding: 0 15px 50px 15px;
  }
  .banner-history-banner:first-child {
    padding-top: 21.73vw;
  }
  .banner-history-banner .header {
    padding: 50px 0;
  }
  .banner-history-banner .header > * {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .banner-history-banner .container {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding-top: 0px;
  }
  .banner-history-banner .container .column {
    padding: 30px 20px;
    position: relative;
    grid-row: 1;
    margin-top: 65px;
    margin-bottom: auto;
  }
  .banner-history-banner .container .column.background-image {
    width: 100%;
    height: 72.46vw;
    grid-row: 2;
    margin: 0 auto;
  }
  .banner-history-banner .container .column .content h1,
  .banner-history-banner .container .column .content h2,
  .banner-history-banner .container .column .content h3,
  .banner-history-banner .container .column .content h4,
  .banner-history-banner .container .column .content h5,
  .banner-history-banner .container .column .content h6 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .banner-history-banner .container .column .year-range {
    top: -75px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .banner-history-banner .container .column .year-range.hidden-on-mobile {
    display: none;
  }
  .banner-history-banner .container .column .year-range > span:nth-child(1) {
    font-size: 4rem;
    line-height: 3.6rem;
  }
  .banner-history-banner .container .column .year-range > span:nth-child(2) {
    font-size: 2.5rem;
    line-height: 2.25rem;
  }
  .banner-history-banner .container .column .year-range > span:nth-child(3) {
    font-size: 7rem;
    line-height: 7.3rem;
  }
  .banner-history-banner.primary .container {
    display: -webkit-grid;
    display: -ms-gridbox;
    display: grid;
  }
  .banner-history-banner.primary .container .column {
    margin-top: 65px;
    box-sizing: border-box;
  }
  .banner-history-banner.primary .container .column.background-image {
    margin-top: 0;
  }
  .banner-mission-banner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    min-height: unset;
  }
  .banner-mission-banner .header {
    padding: 50px 15px 0 15px;
  }
  .banner-mission-banner .container {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 30px;
  }
  .banner-mission-banner .container .column.background-image {
    height: 280px;
    position: relative;
    grid-row: 2;
  }
  .banner-mission-banner .container .column.background-image + .column {
    grid-row: 1;
  }
  .banner-mission-banner.primary .container {
    display: -webkit-grid;
    display: -ms-gridbox;
    display: grid;
  }
  .banner-mission-banner.primary .container .column.background-image {
    margin-left: -15px;
    background-position: left top;
    background-size: contain;
  }
  .banner-mission-banner.secondary .container .column.background-image {
    margin-right: -15px;
    background-position: right top;
    background-size: contain;
  }
  .banner-mission-banner.tertiary {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .banner-mission-banner.tertiary .container {
    row-gap: 30px;
  }
  .banner-mission-banner.tertiary .container .column.background-image {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: 43.47vw;
    position: relative;
    margin: 0 auto -21.73vw auto;
  }
  .banner-mission-banner.tertiary .container .column.background-image + .column {
    grid-column: 1;
    grid-row: 1;
  }
  .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;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .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%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .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: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 0 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: transparent;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .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;
  }
  .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;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .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;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .gdpr-consent-xnotify {
    position: relative;
  }
  .gdpr-consent-xnotify div.mage-error {
    top: 50px;
  }
  .container-input-button-xnotify {
    margin-top: 25px;
  }
  .container-input-button-xnotify .fieldset {
    margin: 0 0 5px;
  }
  .category .subscribe-popup {
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    margin: auto;
    width: 80%;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .newsletter-container {
    height: auto;
  }
  .newsletter-container .background {
    height: 350px;
  }
  .newsletter-container .background.desktop {
    display: none;
  }
  .newsletter-container .block.newsletter {
    height: auto;
    text-align: center;
  }
  .newsletter-container .block.newsletter .content {
    padding: 50px 15px;
  }
  .newsletter-container .block.newsletter .content .form-group {
    grid-template-columns: auto;
    rows: auto auto auto auto;
  }
  .newsletter-container .block.newsletter .content .form-group .email {
    grid-row: 1;
  }
  .newsletter-container .block.newsletter .content .form-group .actions {
    margin-top: 35px;
    grid-row: 4;
  }
  .newsletter-container .block.newsletter .content .form-group .actions button,
  .newsletter-container .block.newsletter .content .form-group .actions .cart.table-wrapper .actions-toolbar > .action,
  .newsletter-container .block.newsletter .content .form-group .actions .action-gift {
    width: 100%;
  }
  .newsletter-container .block.newsletter .content .form-group #newsletter-error {
    grid-row: 2;
  }
  .newsletter-container .block.newsletter .content .form-group .requirements {
    margin-top: 20px;
    grid-row: 3;
  }
  .link-underlined,
  .page-header .link.customer-logged .customer-menu ul a,
  .page-header .link.customer-guest .customer-menu ul a,
  .product.reviews.section .show-more-button .show-btn,
  .product-full-width-section .show-more-button .show-btn {
    position: relative;
  }
  .link-underlined:hover,
  .page-header .link.customer-logged .customer-menu ul a:hover,
  .page-header .link.customer-guest .customer-menu ul a:hover,
  .product.reviews.section .show-more-button .show-btn:hover,
  .product-full-width-section .show-more-button .show-btn:hover {
    text-decoration: none;
  }
  .link-underlined:after,
  .page-header .link.customer-logged .customer-menu ul a:after,
  .page-header .link.customer-guest .customer-menu ul a:after,
  .product.reviews.section .show-more-button .show-btn:after,
  .product-full-width-section .show-more-button .show-btn:after {
    background-color: #429365;
    transform: scale(0);
    transition: transform 0.5s, opacity 0.5s;
    transform-origin: bottom left;
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 1px;
    bottom: -3px;
    left: 0;
    opacity: 0;
  }
  .link-underlined:hover:after,
  .page-header .link.customer-logged .customer-menu ul a:hover:after,
  .page-header .link.customer-guest .customer-menu ul a:hover:after,
  .product.reviews.section .show-more-button .show-btn:hover:after,
  .product-full-width-section .show-more-button .show-btn:hover:after {
    transform: scale(1);
    opacity: 1;
  }
  .link-underlined-container .link .label,
  .blog.category.container .categories .category .wrapper.link .link .label {
    position: relative;
  }
  .link-underlined-container .link .label:after,
  .blog.category.container .categories .category .wrapper.link .link .label:after {
    background-color: #429365;
    transform: scale(0);
    transition: transform 0.5s, opacity 0.5s;
    transform-origin: bottom left;
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 1px;
    bottom: -3px;
    left: 0;
    opacity: 0;
  }
  .link-underlined-container:hover .link .label,
  .blog.category.container .categories .category .wrapper.link:hover .link .label {
    text-decoration: none;
  }
  .link-underlined-container:hover .link .label:after,
  .blog.category.container .categories .category .wrapper.link:hover .link .label:after {
    transform: scale(1);
    opacity: 1;
  }
  .breadcrumbs-container .breadcrumbs {
    padding: 9px 15px 13px 15px;
  }
  .breadcrumbs-container .breadcrumbs .item {
    display: none;
  }
  .breadcrumbs-container .breadcrumbs .item.penultimate {
    display: inline-block;
  }
  .breadcrumbs-container .breadcrumbs .item.penultimate span {
    display: none;
  }
  .breadcrumbs-container .breadcrumbs .item.penultimate a:before {
    content: url("../Magento_Theme/images/arrow-left.png");
    padding: 8px 10px;
    line-height: 0;
  }
  .breadcrumbs-container .breadcrumbs .item:last-child {
    display: inline-block;
  }
  .switcher-language {
    display: none;
  }
  .footer .switcher-language {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .switcher-language .section-edu {
    display: none;
  }
  .footer .section-edu {
    display: none;
  }
  .page-header .header-promo-label {
    position: static;
  }
  .page-header .logo-container .logo {
    height: 60px;
    width: 186px;
  }
  .page-header .logo-container .logo img {
    width: 100%;
    max-width: 186px;
    height: 60px;
  }
  .page-header .logo-container .nav-toggle {
    line-height: 6rem;
    top: 0;
  }
  .page-header .logo-container .nav-toggle:before {
    color: #06452d;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    font: normal normal normal 22px/3 FontAwesome !important;
    content: "\f0c9" !important;
  }
  .page-header .logo-container .nav-toggle:hover:before {
    color: #00965e;
  }
  .page-header .links-container {
    padding-right: 10px;
    max-width: 90px;
    width: 100%;
    height: 60px;
  }
  .page-header .link {
    width: 50%;
    text-align: center;
  }
  .page-header .link.wishlist {
    display: none;
  }
  .page-header .link.minicart-wrapper {
    margin-top: 0;
  }
  .page-header .link.customer-logged .customer-menu,
  .page-header .link.customer-guest .customer-menu {
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    top: 0;
    z-index: 15;
    position: fixed;
  }
  .page-header .link.customer-logged .customer-menu ul a,
  .page-header .link.customer-guest .customer-menu ul a {
    font-size: 1.6rem;
  }
  .page-header .link.customer-logged .close-btn,
  .page-header .link.customer-guest .close-btn {
    display: flex;
  }
  .cms-brand-page-demo main {
    padding-top: 58px !important;
  }
  .block.block-search {
    z-index: 999;
  }
  .ammenu-header-container .header.content .ammenu-logo {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 186px;
    height: 60px;
  }
  .ammenu-header-container .header.content .minicart-wrapper {
    margin: 0 !important;
  }
  .ammenu-header-container .header.content .page-header .link {
    margin-left: 5px;
  }
  .ammenu-header-container .header .ammenu-button.-hamburger {
    border: 0;
    margin: 0;
    width: 0;
    left: 15px;
  }
  .ammenu-header-container .header .ammenu-button.-hamburger:before {
    color: #06452d;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    display: inline-block;
    font: normal normal normal 28px/3 Roboto !important;
    content: "\2630" !important;
    border-top: 0;
  }
  .ammenu-header-container .ammenu-menu-wrapper {
    margin-bottom: 0 !important;
  }
  .ammenu-header-container .ammenu-nav-sections.-sidebar {
    background: #00965e !important;
  }
  .ammenu-header-container .ammenu-menu-wrapper .ammenu-icon-block.-toggle {
    color: #ffffff !important;
  }
  .ammenu-header-container .ammenu-nav-sections.-mobile.-drill .ammenu-item:not(:last-child) > .ammenu-link {
    border-bottom: 1px solid;
    color: #fff !important;
    border-bottom-color: #fff !important;
  }
  .ammenu-header-container .ammenu-menu-title .ammenu-button.-close {
    margin: 0 0 0 auto;
    color: #ffffff !important;
  }
  .ammenu-header-container .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
    min-height: 60px;
    padding: 17px 0;
    color: #ffffff !important;
  }
  .ammenu-header-container .ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
    color: #ffffff !important;
  }
  .ammenu-header-container .ammenu-drill-navigation .ammenu-button {
    color: #ffffff !important;
    border-color: #ffffff !important;
  }
  .link.search-init .block.block-search {
    margin-top: 0;
  }
  .link.search-init .block.block-search .block.block-content {
    top: 10%;
    right: 0;
    left: 0;
  }
  .link.search-init .block.block-search .close-btn {
    top: 2%;
    right: 0;
    left: 85%;
  }
  .link.search-init .block.block-search input {
    font-size: 16px;
    position: unset;
  }
  .link.search-init .block.block-search .control {
    border-top: none;
    clear: both;
    margin: 0 0 -1px;
    padding: 0 0;
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: -1;
    top: -15px;
  }
  .navigation .nav-menu .link-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
  .navigation .nav-menu .link-wrapper a {
    color: #ffffff;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    line-height: 3.6rem;
    width: 85%;
  }
  .navigation .nav-menu .link-wrapper a span {
    display: none;
  }
  .navigation .nav-menu .link-wrapper [data-role='trigger'] {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: right;
    width: 15%;
    display: block;
    text-decoration: none;
  }
  .navigation .nav-menu .link-wrapper [data-role='trigger']:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: initial;
    color: inherit;
    content: '\e900';
    font-family: 'soma-icons';
    margin: 8px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .nav-menu .link-wrapper [data-role='trigger']:after {
    color: #ffffff;
    transform: rotate(-90deg);
  }
  .navigation .nav-menu .link-wrapper.active-menu a {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .navigation .nav-menu .link-wrapper.active-menu a span {
    display: inline-block;
  }
  .navigation .nav-menu .link-wrapper.active-menu [data-role='trigger'] {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 0;
    padding-left: 10px;
    text-align: center;
    width: 32px;
  }
  .navigation .nav-menu .link-wrapper.active-menu [data-role='trigger']:after {
    font-size: 2rem;
    transform: rotate(90deg);
  }
  .navigation .nav-menu .hover-menu {
    display: block;
  }
  .navigation .nav-menu .left-container {
    display: none;
  }
  .navigation .nav-menu .li-menu-item .hover-menu {
    display: block;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu-category {
    display: block;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu:not(:first-child) .submenu-list a {
    color: #ffffff;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu:not(:first-child) .submenu-list a:hover,
  .navigation .nav-menu .li-menu-item .hover-menu .submenu:not(:first-child) .submenu-list a:focus {
    color: #06452d;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu {
    width: 100%;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu .deep {
    border-left: 2px solid #ffffff;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu .deep:hover,
  .navigation .nav-menu .li-menu-item .hover-menu .submenu .deep:focus {
    border-left: 2px solid #06452d;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    padding: 18px 30px;
    justify-content: space-between;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu a:hover,
  .navigation .nav-menu .li-menu-item .hover-menu .submenu a:focus {
    color: #06452d;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu .active-menu {
    background-color: #ffffff;
    color: #06452d;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu .active-menu .chevron:after {
    color: #06452d;
    transform: rotate(180deg);
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu .chevron {
    display: block;
    text-decoration: none;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu .chevron:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: initial;
    color: inherit;
    content: '\e900';
    font-family: 'soma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu .chevron:after {
    color: #ffffff;
  }
  .navigation .nav-menu .li-menu-item .hover-menu .submenu .submenu-list {
    padding: 0 25px;
    width: 100%;
    list-style: none;
  }
  .navigation .nav-menu .li-menu-item .active-menu + .hover-menu {
    background-color: #00965e;
    left: 0;
    right: 0;
    height: 100%;
  }
  .nav-sections {
    background-color: #00965e;
    padding: 0 13px;
    box-sizing: border-box;
    z-index: 10;
  }
  .nav-sections .nav-sections-item-content {
    margin-top: 23px;
  }
  .nav-sections .close-menu {
    display: block;
    text-decoration: none;
    margin: -17 auto 0 26px;
    color: #ffffff;
    width: 35px;
    margin-left: 13px;
  }
  .nav-sections .close-menu:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    line-height: 38px;
    color: inherit;
    content: '\e905';
    font-family: 'soma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .section-edu {
    display: block;
    position: absolute;
    bottom: 15px;
    padding-left: 15px;
  }
  .nav-sections .section-edu .link-edu {
    font-size: 1.6rem;
    line-height: 4rem;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
  }
  .nav-sections .section-edu .link-edu:before {
    background-image: url("../images/icons/ic-farmacisti-white.svg");
    line-height: 4rem;
    content: '';
    height: 25px;
    width: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: inherit;
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search-mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }
  .block-search-mobile .input-text {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #06452d;
    background-color: #eee;
    color: #666;
  }
  .block-search-mobile .minisearch {
    position: relative;
    padding-right: 0;
  }
  .block-search-mobile .action.search {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    padding: 0;
    border: none;
  }
  .block-search-mobile .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search-mobile .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    content: '\e910';
    font-family: 'soma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search-mobile .action.search:hover:before {
    color: #ffffff;
  }
  .block-search-mobile .action.search span {
    display: none;
  }
  .block-search-mobile .action.search::before {
    color: #666;
  }
  .block-search-mobile .search-autocomplete {
    overflow: visible;
    position: relative;
    height: 0;
    margin: 0;
    display: block;
  }
  .block-search-mobile .search-autocomplete ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #00965e;
    padding: 10px;
    width: 100%;
  }
  .block-search-mobile .search-autocomplete ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    border: none;
    background: transparent;
    box-sizing: border-box;
  }
  .block-search-mobile .search-autocomplete ul li span {
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #ffffff;
    margin-right: 10px;
    position: initial;
    opacity: .5;
  }
  .block-search-mobile .search-autocomplete ul li span:hover,
  .block-search-mobile .search-autocomplete ul li span:focus {
    opacity: 1;
  }
  .block-search-mobile .actions {
    top: 10px;
    right: 15px;
    position: absolute;
  }
  .page-wrapper > .page-bottom {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .page-footer {
    padding-top: 30px;
  }
  .page-footer .footer.content {
    padding: 0;
  }
  .page-footer .switcher-language {
    margin-right: 30px;
  }
  .page-footer .switcher-language .switcher-label {
    display: none;
  }
  .page-footer .switcher-language .switcher-options {
    width: 100%;
    position: relative;
  }
  .page-footer .switcher-language .switcher-options .switcher-trigger {
    color: #ffffff;
  }
  .page-footer .switcher-language .switcher-options .switcher-trigger:before {
    background-image: url("../images/icons/ic-world-white.svg");
    content: '';
    height: 25px;
    width: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-footer .switcher-language .switcher-options .switcher-trigger span {
    color: #ffffff;
    font-size: 1rem;
    line-height: 169.3%;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
  }
  .page-footer .switcher-language .switcher-options .switcher-trigger + .switcher-dropdown {
    background-color: #aadfc7;
    right: 0;
    max-width: 100%;
  }
  .page-footer .footer.links.mobile {
    display: grid;
    grid-template-columns: auto;
    padding: 19px 30px;
  }
  .page-footer .footer.links.desktop {
    display: none;
  }
  .page-footer .footer.links h4 {
    cursor: pointer;
  }
  .page-footer .footer.links ul {
    padding: 0 0 0 10px;
  }
  .page-footer .footer.links li.social-icons ul {
    padding: 0;
  }
  #html-body [data-pb-style=R9IW302],
  #html-body [data-pb-style=EYX08Y6] {
    max-height: 450px;
  }
  .cms-home .columns {
    padding-top: 100px;
  }
  .cms-home .pagebuilder-slider .pagebuilder-overlay {
    padding: 30px 15px;
    position: absolute;
    bottom: 0;
  }
  .cms-home .pagebuilder-slider [data-element="content"] p {
    font-size: 3rem;
    line-height: 3.4rem;
    margin: 0;
  }
  .cms-home .pagebuilder-slider .pagebuilder-slide-button {
    padding: 12px 17px;
    width: 100%;
  }
  .cms-home .blog-content {
    padding-top: 50px;
  }
  .cms-home .blog-content [data-content-type="text"] {
    padding-bottom: 20px;
    box-sizing: border-box;
    max-width: 400px;
    width: 100%;
    padding-left: 55px;
    padding-right: 15px;
  }
  .cms-home .blog-content [data-content-type="text"] p {
    font-size: 30px;
    line-height: 34px;
  }
  .cms-home .blog-content .pagebuilder-column {
    margin-bottom: 30px;
  }
  .cms-home .blog-content .pagebuilder-column-group {
    justify-content: center;
  }
  .cms-home .bottle-section {
    padding-top: 30px;
    background: linear-gradient(180.07deg, #fbfbfb 62.05%, rgba(251, 251, 251, 0) 74.97%);
  }
  .cms-home .bottle-section .pagebuilder-banner-wrapper {
    max-width: 550px;
    width: 100%;
  }
  .cms-home .bottle-section .pagebuilder-column:first-of-type {
    z-index: 1;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -53px;
  }
  .cms-home .bottle-section .pagebuilder-column:last-of-type {
    z-index: 0;
  }
  .cms-home .bottle-section .pagebuilder-column:last-of-type .pagebuilder-banner-wrapper {
    min-height: 200px !important;
    width: 210px;
    margin: 0 auto;
  }
  .cms-home .bottle-section [data-content-type="text"] {
    box-sizing: border-box;
  }
  .cms-home .bottle-section [data-content-type="text"] h1 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .cms-home .bottle-section [data-content-type="text"] p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .cms-home .bottle-section [data-content-type="buttons"] {
    box-sizing: border-box;
  }
  .cms-home .bottle-section [data-content-type="buttons"] .pagebuilder-button-primary {
    margin-top: 20px;
    width: 100%;
  }
  .cms-home .bottle-section [data-content-type="buttons"] [data-content-type="button-item"] {
    width: 100%;
  }
  .cms-home .products-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cms-home .products-container [data-content-type="text"] {
    padding: padding-bottom 20px;
  }
  .cms-home .products-container [data-content-type="text"] p {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .cms-home .quote [data-content-type="text"] {
    max-width: 445px;
    margin: 0;
    width: 100%;
  }
  .cms-home .quote [data-content-type="text"] p {
    font-size: 3rem;
    line-height: 3.4rem;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .cms-home .quote [data-content-type="text"] p:before {
    width: 100px;
    z-index: -1;
    top: 0;
    left: 0;
    height: 88px;
  }
  .cms-home .quote .pagebuilder-column [data-content-type="image"] {
    margin: 0;
  }
  .cms-home .quote .pagebuilder-column:first-of-type {
    padding: 30px 0 0 3.66%;
    min-height: 270px !important;
  }
  .cms-home .quote .pagebuilder-column:first-of-type p {
    padding: 37px 10px 20px 11.09%;
    margin: 0;
  }
  .cms-home .quote .pagebuilder-column:last-of-type {
    min-height: fit-content !important;
  }
  .cms-home .quote .pagebuilder-column .pagebuilder-mobile-hidden {
    width: 100%;
    height: auto;
    max-width: 608px !important;
  }
  .cms-home .quote .pagebuilder-column [data-content-type="image"] {
    margin: 0 auto;
  }
  .action-bar {
    background-color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 100%;
  }
  .action-bar .product-name,
  .action-bar .field.qty {
    display: none;
  }
  .action-bar .product-thumbnail {
    padding: 5px 10px;
    margin-right: 0;
    box-sizing: border-box;
    width: 70px;
  }
  .action-bar .price-box {
    margin-right: 20px;
  }
  .action-bar .price-box .price {
    font-size: 2rem;
    line-height: 2.9rem;
  }
  .action-bar .price-box .old-price .price {
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-decoration-line: line-through;
  }
  .action-bar .price-box .special-price .price {
    font-size: 2rem;
    line-height: 2.9rem;
  }
  .action-bar .actions-buttons .tocart.primary {
    padding: 20px;
    width: auto;
  }
  .pager.primary .pages .items .item > a,
  .pager.primary .pages .items .item > strong,
  .pager.primary .pages .items .item.pages-item-previous,
  .pager.primary .pages .items .item.pages-item-next,
  .pager.primary .pages .items .item.pages-item-first,
  .pager.primary .pages .items .item.pages-item-last {
    width: 40px;
    height: 40px;
  }
  .pager.primary .pages .items .item > a a,
  .pager.primary .pages .items .item > strong a,
  .pager.primary .pages .items .item.pages-item-previous a,
  .pager.primary .pages .items .item.pages-item-next a,
  .pager.primary .pages .items .item.pages-item-first a,
  .pager.primary .pages .items .item.pages-item-last a {
    width: 100%;
    height: 100%;
  }
  .column .form-section.primary .form-section-fieldset,
  .column:not(.sidebar-additional) .form-section.primary .form-section-fieldset {
    grid-template-columns: 1fr;
  }
  .cms-no-route .no-route__container {
    min-height: 560px;
    margin-top: 100px;
  }
  .cms-no-route .no-route__container:before {
    background-position: 0 -500px;
  }
  .cms-no-route .no-route__container:after {
    background-position: 50% 200px;
  }
  .cms-no-route .no-route__container .no-route__decor {
    width: 250px;
    height: 105px;
  }
  .cms-no-route .no-route__container .no-route__text {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .display-desktop {
    display: none;
  }
  .display-mobile {
    display: block;
  }
  .promo-above-the-fold {
    padding-top: 10px;
  }
  .promo-anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
  }
  .promo-product-list .block.widget .products-grid .product-item {
    width: 100% !important;
  }
  .promo-product-list .action.primary,
  .promo-product-list .amshopby-button,
  .promo-product-list .am-filter-go {
    border-radius: 4px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 14px;
    font-weight: 300;
  }
  .promo-product-list .products-grid .product-items {
    display: grid;
    row-gap: 10px;
    grid-template-columns: repeat(2, minmax(45%, 1fr));
    column-gap: 10px;
    align-items: stretch;
  }
  .promo-product-list .block.widget .product-item-info .product-item-active {
    flex-direction: column-reverse;
  }
  .promo-product-list .product-item .product-item-name .product-item-link {
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
  }
  .promo-product-list .products-grid .product-item-name .product-item-link {
    overflow: unset;
  }
  .promo-product-list .product-item .product-item-name {
    overflow: unset;
  }
  .promo-product-list .product-item .price-box {
    display: flex;
    margin: auto 0 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
  .promo-product-list .block.widget .product-item-info .product-item-active .box-review .price-box.price-final_price > span.price-final_price,
  .promo-product-list .block.widget .product-item-info .product-item-active .box-review .price-box.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box > span.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box,
  .promo-product-list .block.widget .product-item-info .product-item-active .box-review .price-box.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container > span.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container {
    margin: unset;
    padding: unset;
  }
  .promo-product-list .block.widget .product-item-info {
    padding: 10px;
  }
  .promo-product-list .product-item-actions .actions-primary .action.tocart.primary {
    padding: 13px 0;
  }
  .promo-product-list .block.widget .product-item-info .product-item-active .box-review {
    width: 100%;
    align-content: center;
  }
  .promo-product-list .product-item-active a {
    display: flex;
    justify-content: center;
  }
  .promo-product-list .products-grid .product-item .kind-product {
    display: flex;
    justify-content: center;
  }
  .promo-product-list .products-grid .product-item .price-box .price {
    line-height: 3rem;
  }
  .full-lp-flags-img a {
    padding: 10px;
    display: inline-block;
  }
  .full-lp-flags-img a img {
    max-width: 85px;
  }
  .blog-content.page-main.primary,
  .blog-content.contact-index-index .page-main,
  .blog-content.customer-account .page-main,
  .blog-content.customer-account-create .page-main,
  .blog-content.customer-account-login .page-main {
    padding: 0;
  }
  .blog.header.container .blog.header {
    padding: 30px 15px 77px 15px;
  }
  .blog.header.container .blog.header h1 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .blog.category.container {
    margin-top: -51.5px;
  }
  .blog.category.container .categories {
    grid-template-columns: repeat(auto-fit, 85px);
    column-gap: 20px;
  }
  .blog.category.container .categories .category .wrapper.link {
    font-size: 1.6rem;
    line-height: 1.67rem;
  }
  .blog.category.container .categories .category .wrapper.link .image {
    width: 85px;
    height: 85px;
  }
  .blog.category.container .categories .category.active {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .blog.pages {
    padding: 50px 15px 30px 15px;
  }
  .blog.pages .title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .blog.pages .grid,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog {
    grid-template-columns: 1fr;
  }
  .blog.pages .grid .grid-item,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item {
    grid-template-columns: 1fr;
  }
  .blog.pages .grid .grid-item .content,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content {
    padding: 20px 0;
  }
  .blog.pages .grid .grid-item .content .header .date,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .header .date,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .header .date {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .blog.pages .grid .grid-item .content .header .tempo,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .header .tempo,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item .content .header .tempo {
    font-weight: 500;
  }
  .blog.pages .grid .grid-item:first-child .image,
  .blog.pages .grid .grid-item.primary .image,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item:first-child .image,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item.primary .image,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item:first-child .image,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item.primary .image {
    height: 59.73vw;
  }
  .blog.pages .grid .grid-item:first-child .content,
  .blog.pages .grid .grid-item.primary .content,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item:first-child .content,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item.primary .content,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item:first-child .content,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item.primary .content {
    padding: 20px 15px;
  }
  .blog.pages .grid .grid-item:not(:first-child) .image,
  .blog.pages .grid .grid-item.secondary .image,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item:not(:first-child) .image,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item.secondary .image,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item:not(:first-child) .image,
  .checkout-success-wrapper.blog-wrapper .success-wrapper .checkout-success.right-box .column.blog .grid-item.secondary .image {
    height: 48vw;
  }
  .blog-content.page-main.primary.single-page .blog.page .content .body,
  .blog-content.contact-index-index .page-main.single-page .blog.page .content .body,
  .blog-content.customer-account .page-main.single-page .blog.page .content .body,
  .blog-content.customer-account-create .page-main.single-page .blog.page .content .body,
  .blog-content.customer-account-login .page-main.single-page .blog.page .content .body {
    margin: 20px 0 0;
  }
  .blog-content.page-main.single-page .blog.page {
    margin-top: -47px;
  }
  .blog-content.page-main.single-page .blog.page .image {
    margin-bottom: 30px;
    height: 180px;
  }
  .blog-content.page-main.single-page .blog.page .content .header .date {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .blog-content.page-main.single-page .blog.page .content .header .tempo {
    font-weight: 500;
  }
  .blog-content.page-main.single-page .blog.page .content .body .row {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .blog-content.page-main.single-page .blog.page .content .body .row.third {
    margin-bottom: 0;
  }
  .blog-content.page-main.single-page .blog.page .content .body .row.third .column.description {
    margin-bottom: 0;
  }
  .checkout-success-wrapper.blog-wrapper .success-wrapper {
    grid-template-columns: 1fr;
    margin: 30px auto;
    row-gap: 30px;
  }
  .modal-reseller.modal-popup.modal-slide {
    left: 0;
  }
  .faq-subcategory-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-question-list-header,
  .faq-category-header {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .search-title {
    width: 100%;
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .faq-search-input-group {
    width: 100%;
  }
  .search__header {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .search__form {
    margin-bottom: 50px;
  }
  .map__container {
    height: 622px;
    margin: 0 calc(-1 * 25px);
    padding: 0;
    width: calc(100% + 2* 25px);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .catalog-product-view .amrelated-pack-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .catalog-product-view .amrelated-pack-wrapper .amrelated-title {
    font-size: 3rem;
    line-height: 3.4rem;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .catalog-product-view .amrelated-pack-wrapper .amrelated-plus,
  .catalog-product-view .amrelated-pack-wrapper .amrelated-equal {
    font-size: 3rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .catalog-product-view .amrelated-pack-wrapper .amrelated-content-wrapper .product-view-item.kind-product,
  .catalog-product-view .amrelated-pack-wrapper .amrelated-content-wrapper .product-view-item.tag-product {
    color: #151515;
    font-size: 1.4rem;
    line-height: 2.1rem;
    height: 16px;
  }
  .catalog-product-view .amrelated-content-wrapper .product-wrapper {
    width: 100%;
  }
  .catalog-product-view .amrelated-content-wrapper .summary-wrapper {
    background-color: rgba(241, 241, 241, 0.5);
    width: 100%;
    position: relative;
  }
  .catalog-product-view .amrelated-content-wrapper .summary-wrapper:before {
    content: "";
    background-image: url("..//images/bundle_image.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 194px 148px;
    position: absolute;
    top: -40px;
    right: -40px;
    width: 320px;
    height: 343px;
    overflow: hidden;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item {
    background-color: rgba(241, 241, 241, 0.5);
    max-width: 255px;
    height: 536px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info {
    display: block;
    width: 100%;
    text-align: left;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-photo-container {
    padding-top: 20px;
    width: 100%;
    height: 235px;
    border: none;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-details {
    display: block;
    width: 188px;
    margin: 5px auto;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .product-reviews-summary {
    margin: 10px auto;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .price-box {
    margin-bottom: 20px;
    text-align: center;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .price-box .price {
    font-size: 2rem;
    line-height: 2.9rem;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .price-box .special-price .price {
    font-size: 2rem;
    line-height: 2.9rem;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .price-box .old-price .price {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-link {
    font-size: 2.4rem;
    line-height: 2.6rem;
    height: 52px;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-summary-content {
    background-color: rgba(241, 241, 241, 0.5);
    display: block;
    margin: 0 auto;
    max-width: 255px;
    width: 100%;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .bundle-name-wrapper {
    font-size: 3rem;
    line-height: 3.4rem;
    padding: 20px 30px;
    box-sizing: border-box;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .marketing-text {
    padding: 20px 30px 5px;
    box-sizing: border-box;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .marketing-text span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    margin: 0 0 10px;
    height: 65px;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper .price {
    font-size: 1.8rem;
    line-height: 1.2rem;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    padding: 0 30px;
    margin-right: 0;
  }
  .catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action.primary,
  .catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .amshopby-button,
  .catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .am-filter-go {
    padding: 11px 15px;
    width: 100%;
  }
  .amlocator-index-index .page-title {
    font-size: 2.4rem;
    font-family: "Roboto", system-ui;
    font-style: normal;
    font-weight: 200;
    color: #06452d;
    margin: 70px 0 20px 0;
    padding: 70px 15px 0 15px;
  }
  .amlocator-index-index .page-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 1px;
    background-color: #008358;
    transition-property: width;
    transition-duration: 0.5s;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button {
    box-sizing: border-box;
    min-height: 40px;
    font-weight: inherit;
    color: #fff;
    background: #00965e;
    border: 1px solid #00965e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #00965e;
    background: #fff;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    color: #fff;
    background: #00965e;
  }
  .amlocator-main-container .amlocator-button {
    background: #00965e;
    background: #fff;
    color: #00965e;
    border: 1px solid #00965e;
  }
  .amlocator-main-container .amlocator-button:hover {
    background: #00965e;
    border: 1px solid #00965e;
  }
  .amlocator-filters-container .amlocator-clear {
    color: #00965e;
    font-size: 16px;
    border: 1px solid;
    padding: 0 15px;
    border-radius: 2px;
  }
  .amlocator-filters-container .amlocator-clear:hover {
    background: #00965e;
    color: #fff;
    border: 1px solid #00965e;
  }
  .amlocator-filters-container .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    font-size: 16px;
    color: #a9a9a9;
  }
  .amlocator-filters-container .chosen-container-multi .chosen-choices.search-field {
    padding: 0px 25px 0px 10px;
  }
  .amlocator-filters-container .chosen-container-multi .chosen-choices:not(.search-field) {
    background-image: unset;
    border: 1px solid #ccc;
  }
  .amlocator-attribute-wrapper:nth-of-type(even) {
    background: #fff;
  }
  .amlocator-filters-container {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
  }
  .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details {
    column-gap: 15px;
  }
  .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container .price {
    font-size: 2rem;
    line-height: 2.24rem;
  }
  .fieldset-bundle-options.hidden,
  .bundle-option.hidden {
    display: none;
  }
  #additional-info-10 {
    margin-top: 20px;
  }
  .video-custom-pdp {
    text-align: center;
  }
  .video-custom-pdp video {
    width: 100%;
  }
  .catalog-product-view.page-layout-1column .breadcrumbs-wrapper {
    margin-top: 100px;
  }
  .catalog-product-view.page-layout-1column .breadcrumbs-wrapper .breadcrumbs {
    padding: 0;
  }
  .catalog-product-view.page-layout-1column .breadcrumbs-wrapper .breadcrumbs .item:not(:last-child) a {
    display: inline-block;
    text-decoration: none;
  }
  .catalog-product-view.page-layout-1column .breadcrumbs-wrapper .breadcrumbs .item:not(:last-child) a > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .catalog-product-view.page-layout-1column .breadcrumbs-wrapper .breadcrumbs .item:not(:last-child) a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 40px;
    color: inherit;
    content: '\e915';
    font-family: 'soma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-product-view.page-layout-1column .breadcrumbs-wrapper .breadcrumbs .item:not(:last-child) a:before {
    margin-left: 10px;
    margin-right: 10px;
    color: #00965e;
    transform: rotate(180deg);
  }
  .catalog-product-view.page-layout-1column .breadcrumbs-wrapper .breadcrumbs .item:not(:last-child) span {
    display: none;
  }
  .catalog-product-view.page-layout-1column .breadcrumbs-wrapper .breadcrumbs .item:not(:last-child):after {
    display: none;
  }
  .catalog-product-view.page-layout-1column .product-social-links {
    margin-right: 0;
    margin-left: 0;
    margin-top: 26px !important;
    line-height: 2.2rem !important;
    position: absolute;
  }
  .catalog-product-view.page-layout-1column .product-social-links .action.towishlist:after {
    margin: -33px 45px 0;
  }
  .catalog-product-view.page-layout-1column .product-info-main {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 65px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .block {
    margin-bottom: 5px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 200;
  }
  .catalog-product-view.page-layout-1column .product-info-main .block.infographic {
    width: 100%;
  }
  .catalog-product-view.page-layout-1column .product-info-main .block.accordion-info {
    margin-top: 40px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .block.accordion-info .title h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    width: 100%;
    margin-bottom: 32px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .block.accordion-info .title h3:after {
    font-size: 1.9rem;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form {
    margin-bottom: 30px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form {
    column-gap: 15px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .field.qty {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .field.qty .control .qty-buttons:after {
    font-size: 2rem;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .field.qty .control .input-text.qty {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .box-tocart .actions {
    text-align: right;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .box-tocart .actions .action.tocart {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .box-tocart .fieldset:last-child {
    margin-bottom: 0;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .price-box .price {
    line-height: 2.9rem;
    font-size: 2rem;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .price-box .special-price,
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .price-box .price-final_price,
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box,
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box,
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container {
    margin: 0;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .price-box .special-price .price,
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .price-box .price-final_price .price,
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price,
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price,
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container .price {
    line-height: 2.9rem;
    font-size: 2rem;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form form .price-box .old-price .price {
    line-height: 2.1rem;
    font-size: 1.4rem;
  }
  .catalog-product-view.page-layout-1column h3.block.product-category,
  .catalog-product-view.page-layout-1column .block.product-category p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .catalog-product-view.page-layout-1column .block.product-label p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .catalog-product-view.page-layout-1column .product.attribute.description .value,
  .catalog-product-view.page-layout-1column .product.attribute.overview .value {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .catalog-product-view.page-layout-1column .block.tooltip-info {
    margin-bottom: 0;
  }
  .catalog-product-view.page-layout-1column .block.tooltip-info .tooltip-content {
    left: 0;
    width: 100%;
    max-width: unset;
  }
  .catalog-product-view.page-layout-1column .block.tooltip-info .tooltip-content:after {
    left: 90%;
  }
  .catalog-product-view.page-layout-1column .block.tooltip-info .tootlip-title {
    width: 100%;
    max-width: none;
  }
  .catalog-product-view.page-layout-1column .additional-info .additional-info-description .additional-info-image,
  .catalog-product-view.page-layout-1column .additional-info .additional-info-description .additional-info-text {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0 40px;
    color: #a9a9a9;
  }
  .catalog-product-view.page-layout-1column .additional-info .additional-info-title h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 200;
    color: #06452d;
    padding: 10px 25px 0;
    text-align: left;
  }
  .catalog-product-view.page-layout-1column .additional-info .additional-info-description .additional-info-image,
  .catalog-product-view.page-layout-1column .additional-info .additional-info-description .additional-info-text {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 0 40px;
    color: #a9a9a9;
  }
  .catalog-product-view .gallery-placeholder .fotorama__nav--thumbs {
    text-align: center;
  }
  .catalog-product-view .gallery-placeholder .fotorama__thumb-border {
    border: none;
  }
  .promo-container-version-one {
    flex-direction: column;
    height: auto;
  }
  .promo-container-version-one .promo-text {
    width: 100%;
    background-color: #f8f8f6;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .promo-container-version-one .promo-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  .promo-container-version-one .promo-products {
    width: 100%;
    background-color: #f2f0ec;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .promo-container-version-one .promo-products img {
    width: 100%;
    height: auto;
    display: block;
  }
  .promo-container-version-two .desktop-image {
    display: none;
  }
  .promo-container-version-two .mobile-image {
    display: block;
    object-fit: cover;
  }
  .promo-container-version-two .text-overlay {
    top: 25%;
    right: 0;
    left: 0;
    height: auto;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    position: absolute;
  }
  .promo-container-version-two h1 {
    font-size: 28px;
    color: #ffffff !important;
    font-style: italic;
    font-weight: bold;
    font-family: 'ScotchDisplay';
    margin-bottom: 10px;
  }
  .promo-container-version-two h2 {
    margin-bottom: 15px;
    color: #008657 !important;
    font-size: 18px !important;
    font-family: 'Avenir Next';
    text-transform: uppercase;
    line-height: 25px;
  }
  .promo-container-version-three .desktop-image {
    display: none;
  }
  .promo-container-version-three .mobile-image {
    display: block;
    object-fit: cover;
  }
  .promo-container-version-three .text-overlay {
    top: 25%;
    right: 0;
    left: 0;
    height: auto;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    position: absolute;
  }
  .promo-container-version-three h1 {
    font-size: 28px;
    color: #11284E !important;
    font-family: 'Avenir Next Condensed';
    margin-bottom: 10px;
  }
  .promo-container-version-three h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #11284E !important;
    font-family: 'Avenir Next Condensed';
    margin-bottom: 15px;
  }
  .cms-home .block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid {
    grid-template-columns: 1fr;
  }
  .cms-home .block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid .product-item {
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
  }
  .minicart-wrapper .block-minicart .block-content .subtotal,
  .minicart-wrapper .block-minicart {
    background-color: transparent !important;
  }
  .minicart-wrapper .block-minicart .block-content .subtotal .minicart-content-wrapper,
  .minicart-wrapper .block-minicart .minicart-content-wrapper {
    margin: 0 0;
    background-color: #ebebeb;
  }
  .minicart-wrapper .block-minicart .block-content .subtotal .minicart-content-wrapper .product-item,
  .minicart-wrapper .block-minicart .minicart-content-wrapper .product-item {
    width: 100%;
  }
  .minicart-wrapper .block-minicart .block-content .subtotal .minicart-content-wrapper .minicart-items-wrapper,
  .minicart-wrapper .block-minicart .minicart-content-wrapper .minicart-items-wrapper {
    height: 50px !important;
  }
  .minicart-wrapper .block-minicart .block-content .subtotal .minicart-content-wrapper .minicart-items-wrapper .product .product-item-details,
  .minicart-wrapper .block-minicart .minicart-content-wrapper .minicart-items-wrapper .product .product-item-details {
    display: flex;
    flex-basis: 100%;
    padding: 0 1.5rem;
    flex-direction: row;
    align-items: center;
  }
  .minicart-wrapper .block-minicart .block-content .subtotal .minicart-content-wrapper .minicart-items-wrapper .product .product-item-details .product-item-name,
  .minicart-wrapper .block-minicart .minicart-content-wrapper .minicart-items-wrapper .product .product-item-details .product-item-name {
    font-size: 1.5rem;
    color: #06452d;
    padding-left: 10px;
    box-sizing: unset;
    -webkit-line-clamp: unset;
    text-align: left;
    margin: 0;
    overflow: hidden;
    text-overflow: unset;
    padding-top: 0;
    width: 95%;
  }
  .minicart-wrapper .block-minicart .block-content .subtotal .minicart-content-wrapper .minicart-items-wrapper .product .product-item-details .product-item-pricing,
  .minicart-wrapper .block-minicart .minicart-content-wrapper .minicart-items-wrapper .product .product-item-details .product-item-pricing {
    text-align: right;
  }
  .minicart-wrapper .block-minicart .block-content .subtotal .minicart-content-wrapper .subtotal,
  .minicart-wrapper .block-minicart .minicart-content-wrapper .subtotal {
    align-items: center;
  }
  .minicart-wrapper .block-minicart .block-content .subtotal .minicart-content-wrapper .subtotal .price-wrapper:first-child .price,
  .minicart-wrapper .block-minicart .minicart-content-wrapper .subtotal .price-wrapper:first-child .price {
    font-size: 20px;
    font-weight: 700;
  }
  .minicart-wrapper .block-minicart .block-content .subtotal .subtitle.empty,
  .minicart-wrapper .block-minicart .subtitle.empty {
    padding: 55px 0 30px 25px;
    text-align: left;
  }
  .minicart-wrapper .block-content .action.close {
    top: 20px;
    right: 20px;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart {
    position: fixed;
    top: 5.3em;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart:after {
    display: none;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: end;
    -ms-align-items: end;
    align-items: end;
    padding: 20px;
    box-sizing: border-box;
    height: 80px;
  }
  .checkout-cart-index .checkout.btn-checkout-mobile {
    margin: 15px auto 0;
    width: 100%;
  }
  .checkout-cart-index .page-main {
    padding-top: 100px;
  }
  .checkout-cart-index .cart-summary .free-shipping {
    margin-bottom: 2em;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    display: unset;
    left: 0;
    max-width: 120px;
    padding: 0;
    position: unset;
    top: 15px;
    width: 90px;
  }
  .checkout-cart-index .cart.table-wrapper .item .col {
    padding-top: 10px;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    display: flex;
  }
  .checkout-cart-index .cart.table-wrapper .item .col::before {
    color: #06452d;
    font-weight: 200;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.qty .input-text {
    color: #06452d;
    margin-top: 0;
    width: 50px;
    padding: 0;
    height: auto;
    line-height: normal;
    border: none;
    font-size: 1.5rem;
    font-weight: 700;
    vertical-align: top;
  }
  .checkout-cart-index .cart.table-wrapper .item .col .price-including-tax,
  .checkout-cart-index .cart.table-wrapper .item .col .price-excluding-tax {
    color: #06452d;
    font-size: 1.5rem;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details a {
    color: #06452d;
    font-size: 1.5rem;
  }
  .checkout-cart-index .breadcrumbs-container {
    margin-top: 100px;
  }
  .checkout-cart-index .cart-empty {
    margin-top: 40px;
  }
  .checkout-cart-index .cart-empty,
  .checkout-cart-index .cart-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .checkout-cart-index .cart-empty .item.count,
  .checkout-cart-index .cart-container .item.count {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .checkout-cart-index .cart-empty .accordion-wrapper .accordion-cart,
  .checkout-cart-index .cart-container .accordion-wrapper .accordion-cart {
    margin-top: 20px;
    border: 1px solid #ebebeb;
  }
  .checkout-cart-index .cart-empty .accordion-wrapper .accordion-cart:last-of-type,
  .checkout-cart-index .cart-container .accordion-wrapper .accordion-cart:last-of-type {
    margin-bottom: 20px;
  }
  .checkout-cart-index .cart-empty .checkout-methods-items,
  .checkout-cart-index .cart-container .checkout-methods-items {
    padding: 0 0 20px;
  }
  .checkout-cart-index .page-title-wrapper {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    margin-top: 25px;
    width: 100%;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .checkout-cart-index .page-title-wrapper .page-title .base:before {
    width: 14%;
  }
  .checkout-cart-index .cart-summary {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
  }
  .checkout-cart-index .cart-summary .summary.title {
    padding: 30px 25px;
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-summary .cart-totals {
    padding: 0 20px;
    border-top: none;
  }
  .checkout-cart-index .cart-summary .cart-totals .mark {
    font-size: 1.6rem;
    vertical-align: bottom;
  }
  .checkout-cart-index .cart-summary .cart-totals .price {
    font-size: 2rem;
    font-weight: 800;
  }
  .checkout-cart-index .cart-summary .block.discount {
    padding: 10px 25px 0;
  }
  .checkout-cart-index .cart-summary .block.discount .label {
    font-size: 1.6rem;
  }
  .checkout-cart-index .cart-summary .block.discount .control {
    position: relative;
    padding-top: 15px;
  }
  .checkout-cart-index .cart-summary .block.discount .control .actions-toolbar {
    position: absolute;
    top: 15px;
    right: 0;
    text-align: right;
  }
  .checkout-cart-index .cart-summary .block.discount .control .actions-toolbar button,
  .checkout-cart-index .cart-summary .block.discount .control .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
  .checkout-cart-index .cart-summary .block.discount .control .actions-toolbar .action-gift {
    padding: 9px 0;
    width: 124px;
    min-width: initial;
    margin: 0;
  }
  .checkout-cart-index .cart-summary .action.checkout {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 13px;
  }
  .checkout-cart-index .form-cart {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .checkout-cart-index .form-cart .accordion-cart {
    background-color: #f5f5f5;
  }
  .checkout-cart-index .accordion-wrapper {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    width: 100%;
  }
  .checkout-index-index .payment-method-billing-address .actions-toolbar {
    padding: 0 !important;
  }
  .checkout-index-index .payment-method-billing-address .actions-toolbar .primary .action.action-update,
  .checkout-index-index .payment-method-billing-address .actions-toolbar .primary .action.action-cancel {
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 1em !important;
    width: 100%;
    max-width: 100% !important;
  }
  .checkout-index-index .table-totals .totals.discount .mark span {
    font-size: 1.6rem !important;
  }
  .checkout-index-index .actions-toolbar .button.action.continue span,
  .checkout-index-index .actions-toolbar .action.primary.checkout span,
  .checkout-index-index .actions-toolbar .amshopby-button.checkout span,
  .checkout-index-index .actions-toolbar .am-filter-go.checkout span {
    font-size: 1.6rem;
  }
  .checkout-index-index .checkout-container .authentication-wrapper {
    margin-top: -48px;
  }
  .checkout-index-index #shipping .step-title {
    display: none;
  }
  .checkout-index-index .opc-progress-bar {
    display: flex;
  }
  .checkout-index-index .block.items-in-cart.active .minicart-items-wrapper .product-item {
    width: 100%;
  }
  .checkout-index-index .block.items-in-cart.active .minicart-items-wrapper .product-item .product {
    width: 100%;
  }
  .checkout-index-index .block.items-in-cart.active .minicart-items-wrapper .product-item .product .product-item-details {
    padding-left: 10px;
    padding: 0;
  }
  .checkout-index-index .block.items-in-cart.active .minicart-items-wrapper .product-item .product .product-item-details .product-item-name-block {
    display: block;
  }
  .checkout-index-index .block.items-in-cart.active .minicart-items-wrapper .product-item .product .product-item-details .product-item-name-block .product-item-name {
    display: block;
    height: auto;
    width: 100%;
    text-align: left;
    margin: 0;
    overflow: visible;
    text-overflow: unset;
    padding: 0 1em;
    color: #06452d;
  }
  .checkout-index-index .block.items-in-cart.active .minicart-items-wrapper .product-item .product .product-item-details .product-item-name-block .details-qty {
    color: #06452d;
    padding: 0 1em;
  }
  .checkout-index-index .block.items-in-cart.active .minicart-items-wrapper .product-item .subtotal {
    color: #00965e;
    font-weight: 700;
    display: block;
    text-align: right;
  }
  .checkout-index-index .block.items-in-cart.active .minicart-items-wrapper .product-item .subtotal span.price {
    font-weight: 700;
  }
  .checkout-index-index .opc-block-summary span.title {
    font-size: 2.6rem !important;
  }
  .checkout-index-index .block.items-in-cart .title span {
    font-size: 1.5rem;
  }
  .checkout-index-index #checkout .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 0;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer button,
  .checkout-index-index .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action,
  .checkout-index-index .modal-popup.modal-slide .modal-footer .action-gift {
    min-width: 120px;
    width: 100%;
    padding: 13px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer button:first-of-type,
  .checkout-index-index .modal-popup.modal-slide .modal-footer .cart.table-wrapper .actions-toolbar > .action:first-of-type,
  .checkout-index-index .modal-popup.modal-slide .modal-footer .action-gift:first-of-type {
    margin-right: 5px;
  }
  .checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field input:not(input[type="radio"]),
  .checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field select {
    padding: 0 10px;
  }
  .checkout-index-index .page-wrapper .breadcrumbs-container {
    margin-top: 100px;
  }
  .checkout-index-index .page-wrapper .nav-toggle {
    display: inline-block;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary {
    padding: 20px 25px 10px;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .table-totals .mark {
    padding-left: 0;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .table-totals .mark .title {
    font-size: 1.6rem;
    line-height: initial;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .actions-toolbar {
    position: absolute;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .free-shipping {
    margin: 2em 0;
  }
  .checkout-index-index .page-wrapper .dummy-accordion {
    border: 1px solid #ebebeb;
    margin-top: 20px;
    width: 100%;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .accordion-wrapper {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 100%;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .billing-address-item,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .billing-address-item,
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .shipping-address-item,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 25px;
    width: 100%;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .billing-address-item .field,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .billing-address-item .field,
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .shipping-address-item .field,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item .field {
    margin-bottom: 25px;
    width: 100%;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .billing-address-item .field .label,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .billing-address-item .field .label,
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .shipping-address-item .field .label,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item .field .label {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 15px;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .billing-address-item .field .text,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .billing-address-item .field .text,
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .shipping-address-item .field .text,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item .field .text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .billing-address-item .field-radio,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .billing-address-item .field-radio,
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .shipping-address-item .field-radio,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item .field-radio {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .billing-address-item.selected-item,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .billing-address-item.selected-item,
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .shipping-address-item.selected-item,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item.selected-item {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .billing-address-item.not-selected-item,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .billing-address-item.not-selected-item,
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .shipping-address-item.not-selected-item,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item.not-selected-item {
    margin-bottom: 0;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .address-info-wrapper,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .address-info-wrapper {
    bottom: 23%;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-items .address-info-wrapper .address-info,
  .checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .address-info-wrapper .address-info {
    color: #151515;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .action.action-show-popup {
    padding: 0 25px;
    margin: 0 0 35px;
    width: auto;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .edit-address-link {
    width: 100%;
    position: relative;
    right: auto;
    left: 0;
    text-align: left;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .edit-address-link span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-same-as-shipping-block {
    padding: 0 25px;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-same-as-shipping-block span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .billing-address-same-as-shipping-block input {
    margin-right: 15px;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .form-billing-address {
    padding: 0 2.5rem;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .form-billing-address .action.action-show-popup {
    margin: 0 0 35px;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .form-login,
  .checkout-index-index .page-wrapper .opc-wrapper .form-shipping-address {
    padding: 0 25px;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .form-login .label span,
  .checkout-index-index .page-wrapper .opc-wrapper .form-shipping-address .label span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .checkout-index-index .page-wrapper .opc-wrapper .form-login .control .input-text,
  .checkout-index-index .page-wrapper .opc-wrapper .form-shipping-address .control .input-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0;
  }
  .checkout-index-index .page-wrapper .page-title-wrapper {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-top: 25px;
    width: 100%;
  }
  .checkout-index-index .page-wrapper .page-title-wrapper .item.count {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .checkout-index-index .page-wrapper .page-title-wrapper .page-title {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .checkout-index-index .page-wrapper .page-title-wrapper .page-title .base:before {
    width: 14%;
  }
  .checkout-index-index .page-wrapper .opc-sidebar {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    width: 100%;
    padding: 0;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .title {
    padding: 10px 0;
    font-size: 3rem;
    line-height: 2.4rem;
    margin-bottom: 0;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .table-totals {
    padding: 0 20px;
    border-top: none;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .table-totals .mark {
    font-size: 1.6rem;
    vertical-align: bottom;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .table-totals .mark .title {
    font-size: 1.6rem;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .table-totals .price {
    font-size: 2rem;
    font-weight: 800;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .free-shipping {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    box-sizing: border-box;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .free-shipping .text {
    font-size: 1.6rem;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .shipping-message {
    padding: 0 25px;
    margin: 25px 0;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .shipping-message .title-message {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .shipping-message textarea.input-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .actions-toolbar-trigger {
    position: relative;
    margin-bottom: 60px;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .actions-toolbar-trigger .continue.primary {
    left: -25px;
    right: -25px;
    position: absolute;
    width: auto !important;
  }
  .checkout-index-index .page-wrapper .opc-sidebar .actions-toolbar-trigger .action.primary,
  .checkout-index-index .page-wrapper .opc-sidebar .actions-toolbar-trigger .amshopby-button,
  .checkout-index-index .page-wrapper .opc-sidebar .actions-toolbar-trigger .am-filter-go {
    right: -25px;
    left: -25px;
    width: auto !important;
    position: absolute;
  }
  .checkout-onepage-success .checkout-success {
    padding-top: 100px;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
  }
  .checkout-onepage-success .breadcrumbs-container {
    margin-top: 100px;
  }
  .checkout-onepage-success .page-title-wrapper {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    margin-top: 0;
  }
  .checkout-onepage-success .page-title-wrapper .page-title {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .checkout-onepage-success .page-title-wrapper .page-title .base:before {
    width: 14%;
  }
  .checkout-onepage-success .success-wrapper {
    margin: 40px auto 0 auto;
  }
  .checkout-onepage-success .success-wrapper .left-box,
  .checkout-onepage-success .success-wrapper .right-box {
    width: 100%;
  }
  .checkout-onepage-success .success-wrapper .left-box #registration > br {
    display: none;
  }
  .checkout-onepage-success .checkout-success p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .checkout-onepage-success .checkout-success p span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .checkout-onepage-success .checkout-success .title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .customer-account .columns {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    gap: 20px 0;
  }
  .customer-account .columns > .sidebar-main {
    width: 100%;
    grid-row: 1;
  }
  .customer-account .columns > .column.main {
    width: 100%;
    grid-row: 2;
  }
  .customer-account .sidebar-main {
    order: 0;
  }
  .customer-account .account-navigation ul.content .nav.item {
    margin: 20px 0 0 0;
    background: #f5f5f5;
  }
  .customer-account .account-navigation ul.content .nav.item .header a {
    padding: 20px 25px;
    position: relative;
    width: 100%;
  }
  .customer-account .account-navigation ul.content .nav.item .header a:hover {
    text-decoration: none;
  }
  .customer-account .account-navigation ul.content .nav.item .header a:before {
    content: url("../Magento_Customer/images/arrow-right.png");
    right: 25px;
    position: absolute;
  }
  .customer-account .account-navigation ul.content .nav.item.current {
    padding: 0;
    background: none;
  }
  .customer-account .account-navigation ul.content.has-child-with-current-state {
    margin: 0;
  }
  .customer-account .account-navigation ul.content.has-child-with-current-state .nav.item {
    display: none;
  }
  .customer-account .account-navigation ul.content.has-child-with-current-state .nav.item.current {
    display: none;
  }
  .customer-account .account-navigation ul.content.has-child-with-current-state .nav.item.current.parent {
    display: block;
  }
  .customer-account .account-navigation ul.content.has-child-with-current-state .nav.item.current.parent > .header {
    display: none;
  }
  .customer-account .account-navigation ul.content.has-child-with-current-state .nav.item.current.parent > ul.content > .nav.item {
    display: block;
  }
  .customer-account .account-navigation ul.content.has-child-with-current-state .nav.item.current.parent.has-child-with-current-state > ul.content > .nav.item {
    display: none;
  }
  .settings-container fieldset {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .settings-container fieldset.fieldset > .field {
    margin: 0;
  }
  .settings-container fieldset.fieldset > .field > label.label {
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .settings-container fieldset.fieldset > .field > div.control {
    width: 100%;
  }
  .settings-container:not(.personal-info) .actions-toolbar button:not(.link),
  .settings-container:not(.personal-info) .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:not(.link),
  .settings-container:not(.personal-info) .actions-toolbar .action-gift:not(.link) {
    width: 100%;
  }
  .settings-container.addresses .edit fieldset legend {
    display: none;
  }
  .settings-container.addresses .grid .actions-toolbar button,
  .settings-container.addresses .grid .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
  .settings-container.addresses .grid .actions-toolbar .action-gift {
    width: 100%;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .product.reviews.section,
  .product-full-width-section {
    margin-bottom: 80px;
  }
  .product.reviews.section.no-reviews .review-view-container,
  .product-full-width-section.no-reviews .review-view-container {
    display: none;
  }
  .product.reviews.section.no-reviews .reviews-product-overlay,
  .product-full-width-section.no-reviews .reviews-product-overlay {
    padding-bottom: 53px;
  }
  .product.reviews.section.no-reviews .reviews-product-overlay #fdt_carouselcarosello-1_widget_merchant .fdt_carousel__control.fdt_carousel__control--forward.fdt_next,
  .product-full-width-section.no-reviews .reviews-product-overlay #fdt_carouselcarosello-1_widget_merchant .fdt_carousel__control.fdt_carousel__control--forward.fdt_next,
  .product.reviews.section.no-reviews .reviews-product-overlay #fdt_carouselcarosello-1_widget_merchant .fdt_carousel__control.fdt_carousel__control--backward.fdt_prev,
  .product-full-width-section.no-reviews .reviews-product-overlay #fdt_carouselcarosello-1_widget_merchant .fdt_carousel__control.fdt_carousel__control--backward.fdt_prev {
    top: 180px;
  }
  .product.reviews.section .review-view-container,
  .product-full-width-section .review-view-container {
    grid-row: 2;
  }
  .product.reviews.section .reviews-product-overlay,
  .product-full-width-section .reviews-product-overlay {
    grid-row: 1;
    padding: 53px 0 0 0;
    width: 100%;
  }
  .product.reviews.section .reviews-product-overlay .content,
  .product-full-width-section .reviews-product-overlay .content {
    width: 83%;
  }
  .product.reviews.section .reviews-product-overlay .content:after,
  .product-full-width-section .reviews-product-overlay .content:after {
    width: 100px;
    height: 90px;
    background-size: 100%;
    left: -30px;
  }
  .product.reviews.section .reviews-product-overlay h1,
  .product-full-width-section .reviews-product-overlay h1 {
    line-height: 3.4rem;
    font-size: 3rem;
  }
  .product.reviews.section .reviews-product-overlay p,
  .product-full-width-section .reviews-product-overlay p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .product.reviews.section .reviews-product-overlay .action.show-form,
  .product-full-width-section .reviews-product-overlay .action.show-form {
    margin-top: 18px;
    padding: 12px 0;
    width: 200px;
  }
  .product.reviews.section .block.review-view,
  .product-full-width-section .block.review-view {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
    width: 100%;
  }
  .product.reviews.section .block.review-view .review-author,
  .product-full-width-section .block.review-view .review-author {
    margin-bottom: 0;
  }
  .product.reviews.section .block.review-view .review-author .review-details-value,
  .product-full-width-section .block.review-view .review-author .review-details-value {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .product.reviews.section .block.review-view .review-date .review-details-value,
  .product-full-width-section .block.review-view .review-date .review-details-value {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .product.reviews.section .block.review-view .review-title,
  .product-full-width-section .block.review-view .review-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .product.reviews.section .block.review-view .review-content,
  .product-full-width-section .block.review-view .review-content {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .product.reviews.section .block.review-view .review-thumbs .thumbs-up:before,
  .product-full-width-section .block.review-view .review-thumbs .thumbs-up:before,
  .product.reviews.section .block.review-view .review-thumbs .thumbs-down:before,
  .product-full-width-section .block.review-view .review-thumbs .thumbs-down:before {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .catalog-product-view .product.reviews.section,
  .catalog-product-view .product-full-width-section {
    margin-bottom: 0;
  }
  .review-form-modal {
    z-index: 1000 !important;
  }
  .review-form-modal.modal-popup.modal-slide {
    left: 0;
  }
  .review-form-modal.modal-popup.modal-slide .modal-inner-wrap {
    background-color: #ffffff;
  }
  .review-form-modal.open ~ .modals-overlay {
    z-index: 900 !important;
  }
  .container.orders .content .row {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  .container.orders .content .row.white-row {
    border: none;
    background: #ffffff;
    padding: 0;
  }
  .container.orders .content .row.white-row + .container .row {
    border: none;
    background: #ffffff;
    padding: 0;
    margin-top: 55px;
  }
  .container.orders .content .row.white-row + .container .row .column.label .name .wishlist {
    top: 0;
    right: 0;
  }
  .container.orders .content .row.white-row.collapsible .trigger:after {
    top: 0;
    right: 0;
  }
  .container.orders .content .row.collapsible {
    grid-template-rows: auto;
  }
  .container.orders .content .row.collapsible:not(.active) {
    gap: 0;
  }
  .container.orders .content .row.collapsible:not(.white-row) .column.price,
  .container.orders .content .row.collapsible:not(.white-row) .column.link {
    display: none;
  }
  .container.orders .content .row.collapsible.active {
    grid-template-rows: auto auto;
  }
  .container.orders .content .row.collapsible.active .column.price {
    display: block;
  }
  .container.orders .content .row .column.label {
    padding: 0 0 0 30px;
  }
  .container.orders .content .row .column.link {
    margin-top: 30px;
    padding: 0 0 0 30px;
    width: 100%;
  }
  .container.orders .content .row .column.link a,
  .container.orders .content .row .column.link button,
  .container.orders .content .row .column.link .cart.table-wrapper .actions-toolbar > .action,
  .container.orders .content .row .column.link .action-gift {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .container.orders .content .row .column.link.secondary a,
  .container.orders .content .row .column.link.secondary button,
  .container.orders .content .row .column.link.secondary .cart.table-wrapper .actions-toolbar > .action,
  .container.orders .content .row .column.link.secondary .action-gift {
    background: #00965e;
    color: #ffffff;
    border-color: #ffffff;
  }
  .container.orders .content .row .column.link.secondary a:hover,
  .container.orders .content .row .column.link.secondary button:hover,
  .container.orders .content .row .column.link.secondary .cart.table-wrapper .actions-toolbar > .action:hover,
  .container.orders .content .row .column.link.secondary .action-gift:hover {
    background: #00965e;
    color: #ffffff;
    border-color: #ffffff;
  }
  .container.orders .content .row .column.price {
    font-size: 2rem;
    line-height: 3rem;
  }
  .container.orders .content .row .column.price.price-total .price {
    text-align: left;
  }
  .container.orders .content .row .column.price .discount {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .container.recent-orders .content .row .column.link {
    padding: 0;
  }
  .container.order-history .content .row {
    grid-template-columns: 100px auto;
    grid-template-rows: auto auto;
    gap: 30px 0;
  }
  .container.order-history .content .row .column.info {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .container.order-history .content .row .column.price {
    grid-row: 2;
    grid-column: 1;
  }
  .container.order-history .content .row .column.link {
    grid-row: 2;
    grid-column: 2;
    margin-top: 0;
  }
  .container.order-view .content .row {
    grid-template-columns: 100px auto;
    grid-template-rows: auto auto;
    gap: 30px 0;
  }
  .container.order-view .content .row .column.info {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .container.order-view .content .row .column.price {
    grid-row: 2;
    grid-column: 1;
  }
  .container.order-view .content .row .column.link {
    grid-row: 2;
    grid-column: 2;
    margin-top: 0;
  }
  .container.orders .content .row.item {
    grid-template-columns: 100px auto;
    grid-template-rows: auto auto;
    padding-top: 30px;
  }
  .container.orders .content .row.item .column.label .name {
    position: unset;
  }
  .container.orders .content .row.item .column.label .name .wishlist {
    right: 8px;
    top: 5px;
  }
  .container.orders .content .row.item .column.label .name .wishlist .action.towishlist {
    top: 0;
    right: 0;
  }
  .container.orders .content .row.item .column.image {
    text-align: right;
    max-height: 65px;
  }
  .container.orders .content .row.item .column.image img {
    width: auto;
  }
  .wishlist .product-items .product-item,
  .wishlist .products.list.items .product-item {
    border: none;
    max-width: 100%;
  }
  .wishlist .product-items .product-item .product-item-info .product-item-photo,
  .wishlist .products.list.items .product-item .product-item-info .product-item-photo {
    float: unset;
  }
  .wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
  .wishlist .products.list.items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: unset;
  }
  .wishlist .product-items .product-item .product-item-info .box-tocart,
  .wishlist .products.list.items .product-item .product-item-info .box-tocart {
    float: unset;
    margin: 0;
    width: 100%;
  }
  .wishlist .product-items .product-item .product-item-info .box-tocart button,
  .wishlist .products.list.items .product-item .product-item-info .box-tocart button,
  .wishlist .product-items .product-item .product-item-info .box-tocart .cart.table-wrapper .actions-toolbar > .action,
  .wishlist .products.list.items .product-item .product-item-info .box-tocart .cart.table-wrapper .actions-toolbar > .action,
  .wishlist .product-items .product-item .product-item-info .box-tocart .action-gift,
  .wishlist .products.list.items .product-item .product-item-info .box-tocart .action-gift {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) and all and (max-width: 480px) {
  .review-form-modal.open .modal-inner-wrap .modal-content .block-content .review-form .review-fieldset {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .review-form-modal.open .modal-inner-wrap .modal-content .block-content .review-form .review-fieldset .field.review-field-text {
    grid-column: 1;
    grid-row: 4;
    grid-row-start: unset;
    grid-row-end: unset;
  }
  .review-form-modal.open .modal-inner-wrap .modal-content .block-content .review-form .review-fieldset .field.review-field-text .control textarea {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 820px) and all and (min-width: 480px) {
  .review-form-modal.open .modal-inner-wrap .modal-content .block-content .review-form .review-fieldset {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .review-form-modal.open .modal-inner-wrap .modal-content .block-content .review-form .review-fieldset .field.review-field-text {
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .review-form-modal.open .modal-inner-wrap .modal-content .block-content .review-form .review-fieldset .field.review-field-text .control {
    flex: auto;
  }
  .review-form-modal.open .modal-inner-wrap .modal-content .block-content .review-form .review-fieldset .field.review-field-text .control textarea {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-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,
  .account .toolbar:before,
  .account .toolbar: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,
  .account .toolbar: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 #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .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: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .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;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e906';
    font-family: 'soma-icons';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'soma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .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 .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #06452d;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #06452d;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  .catalog-product-view .block.widget.grid {
    padding-top: 50px;
    clear: both;
  }
  .catalog-category-view .product-item-info .product-item-name {
    min-height: 70px;
  }
  .catalog-category-view .product-item-info .product-category {
    min-height: 20px;
  }
  .catalog-category-view .product-item-info .price-box .old-price .price {
    line-height: 0 !important;
  }
  .catalog-category-view.page-layout-1column .toolbar-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    background-color: #f5f5f5;
    height: 122px;
    position: relative;
    margin: -71px auto 75px;
  }
  .catalog-category-view.page-layout-1column .toolbar-products:last-of-type {
    display: none;
  }
  .catalog-category-view.page-layout-1column .toolbar-products .toolbar-amount {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 20px 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
  }
  .catalog-category-view.page-layout-1column .toolbar-products .toolbar-amount span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .catalog-category-view.page-layout-1column .toolbar-products .toolbar-sorter {
    margin-bottom: 20px;
    left: 163px;
    position: absolute;
    bottom: 1px;
    text-align: left;
    z-index: 1;
  }
  .catalog-category-view.page-layout-1column .toolbar-products .toolbar-sorter:after {
    right: 20px !important;
  }
  .catalog-category-view.page-layout-1column .toolbar-products .toolbar-sorter select {
    margin: 0;
  }
  .catalog-category-view.page-layout-1column .block.filter ~ .amasty-shopby-product-list .page.messages {
    top: 117px;
    position: absolute;
    width: 100%;
  }
  .catalog-category-view.page-layout-1column .block.filter ~ .amasty-shopby-product-list .page.messages:last-of-type {
    display: none;
  }
  .catalog-category-view.page-layout-1column .page.messages {
    top: 5px;
    position: absolute;
    width: 100%;
  }
  .catalog-category-view.page-layout-1column .page.messages:last-of-type {
    display: none;
  }
  .catalog-category-view.page-layout-1column .amasty-shopby-product-list {
    margin-top: -113px;
  }
  .catalog-category-view.page-layout-1column .product-item-info .amasty-shopby-product-list {
    margin-top: 0;
  }
  .catalog-category-view.page-layout-1column .block.filter {
    bottom: -12px;
    width: 100%;
    margin-left: 0;
    left: 0;
    z-index: 1;
  }
  .catalog-category-view.page-layout-1column .block.filter .block-title {
    margin: 0 auto 0 0;
  }
  .catalog-category-view.page-layout-1column .block.filter .filter-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 12px;
    top: 46px;
  }
  .catalog-category-view.page-layout-1column .block.filter .filter-wrapper.active .overlay-filter {
    background-color: #ebebeb;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters {
    background-color: #ebebeb;
    left: 0;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .modal-inner-wrap[class] {
    background-color: #ebebeb;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
    margin-left: 0;
    margin: 8px 0;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .action-close {
    display: inline-block;
    text-decoration: none;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #00965e;
    content: '\e905';
    font-family: 'soma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .button-show {
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #666666;
    cursor: pointer;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .button-show:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: inherit;
    content: '\e901';
    font-family: 'soma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .button-show.active {
    display: inline-block;
    text-decoration: none;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .button-show.active:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: inherit;
    content: '\e921';
    font-family: 'soma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .items[class*='am-filter-items-attr_category']:not(.items-children) > .item {
    margin-bottom: 25px;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .items[class*='am-filter-items-attr_category']:not(.items-children) > .item > a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #06452d;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .items[class*='am-filter-items-attr_category']:not(.items-children) > .item > a + span.label {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #06452d;
    margin-bottom: 20px;
    display: block;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters input[type='checkbox'] {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    background-color: #ebebeb;
    border: 1.5px solid #d1d1d1;
    width: 16.67px;
    height: 16.67px;
    opacity: 1;
    left: 95%;
    position: absolute;
    right: 0;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters input[type='checkbox']:checked {
    border-color: #00965e;
    background-color: #00965e;
    color: #ffffff;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters input[type='checkbox']:checked:before {
    transform: scale(1);
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters input[type='checkbox']:checked + .label {
    color: #151515;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters input[type='checkbox']:before {
    font-size: 1.7rem;
    line-height: 0.8rem;
    width: 16.67px;
    height: 16.67px;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters input[type='checkbox'] + .label {
    color: #151515;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .reset-button {
    display: inline-block;
    text-decoration: none;
    color: #00965e;
    border: none;
    background: transparent;
    padding: 0;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .reset-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    content: '\e907';
    font-family: 'soma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .reset-button span {
    font-size: 1.4rem;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    color: #00965e;
    text-decoration: underline;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .apply-button {
    display: inline-block;
    text-decoration: none;
    color: #00965e;
    border: none;
    background: transparent;
    padding: 0;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .apply-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    content: '\e904';
    font-family: 'soma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .apply-button span {
    font-size: 1.4rem;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    color: #00965e;
    text-decoration: underline;
  }
  .catalog-category-view.page-layout-1column .modal-popup.modal-filters .modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6rem;
    justify-content: space-between;
  }
  .product-item {
    width: 23%;
  }
  .product-item-info {
    position: relative;
    height: 100%;
    max-width: 100%;
  }
  .page-products .product-item-info {
    margin: 0 auto;
    text-align: center;
  }
  .product-item-info .amasty-shopby-product-list {
    margin-top: 0;
  }
  .product-item .product-item-name {
    padding-top: 8px;
  }
  .product-item .product-item-name {
    height: auto;
    min-height: 68px;
    display: block;
    text-align: center;
    margin: 5px auto;
  }
  .product-item .product-item-name .product-item-link {
    font-size: 2.2rem;
    line-height: 2.6rem;
    word-break: keep-all;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  .page-products.page-layout-1column .products-grid .product-item .product-reviews-summary {
    display: none;
  }
  .page-products.page-layout-1column .products-grid .product-item .block.product-category {
    margin-bottom: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item .product-item-link {
    font-size: 1.8rem;
    line-height: normal;
    word-break: keep-all;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item .product-item-inner .actions-primary .action.tocart.primary {
    padding: 10px 0;
    font-size: 1.4rem;
    width: 100%;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-layout-1column .widget.grid .block-title.title {
    padding-bottom: 10px;
    margin: 0 20px;
  }
  .page-layout-1column .widget.grid .block-title.title strong {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .page-header .links-container {
    max-width: 90px;
  }
  .page-header .link {
    width: 40%;
  }
  .page-header .link.customer-guest,
  .page-header .link.customer-logged,
  .page-header .link.minicart-wrapper {
    margin-left: auto;
    margin-right: 0;
  }
  #amasty-shopby-product-list .products-grid .owl-carousel .product-item {
    display: block;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .amrelated-summary-content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #575757;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #575757;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #575757;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 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: 25px;
    padding-right: 25px;
    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: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    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%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .catalog-product-view .block.widget.grid {
    padding: 40px 15px 50px;
  }
  .catalog-category-view .amasty-catalog-topnav {
    margin-top: 0;
  }
  .catalog-category-view .am-show-button.-horizontal {
    display: none;
  }
  .catalog-category-view .block.filter {
    background-color: #f5f5f5;
    height: 72px;
  }
  .catalog-category-view .block.filter .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
    margin-left: 0;
    margin: 8px 0;
  }
  .catalog-category-view .block.filter + .page.messages {
    top: 70px;
    position: absolute;
    width: 100%;
  }
  .catalog-category-view .block.filter .items[class*='am-filter-items-attr_category']:not(.items-children) > .item {
    margin-bottom: 25px;
  }
  .catalog-category-view .block.filter .items[class*='am-filter-items-attr_category']:not(.items-children) > .item > a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #06452d;
  }
  .catalog-category-view .block.filter .items[class*='am-filter-items-attr_category']:not(.items-children) > .item > a + span.label {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #06452d;
    margin-bottom: 20px;
    display: block;
  }
  .catalog-category-view .block.filter .block-title {
    margin: 0 auto;
    max-width: 1100px;
    text-align: right;
  }
  .catalog-category-view .block.filter .filter-options input[type='checkbox'] {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    opacity: 1;
    width: 20px;
    height: 20px;
    left: auto;
    right: 0;
    position: absolute;
  }
  .catalog-category-view .block.filter .filter-wrapper {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 30px;
    top: 16px;
  }
  .catalog-category-view .block.filter .filter-wrapper .mage-dropdown-dialog {
    background-color: #ebebeb;
  }
  .catalog-category-view .block.filter .reset-button {
    display: inline-block;
    text-decoration: none;
    border: none;
    background: transparent;
    padding: 0;
  }
  .catalog-category-view .block.filter .reset-button > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .catalog-category-view .block.filter .reset-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    content: '\e907';
    font-family: 'soma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view .block.filter .reset-button span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .catalog-category-view .block.filter .apply-button {
    display: inline-block;
    text-decoration: none;
    border: none;
    background: transparent;
    padding: 0;
  }
  .catalog-category-view .block.filter .apply-button > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .catalog-category-view .block.filter .apply-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    content: '\e904';
    font-family: 'soma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view .block.filter .apply-button span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .catalog-category-view .toolbar-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 20px;
    position: absolute;
    margin: -131px auto 75px 10%;
  }
  .catalog-category-view .toolbar-products .toolbar-amount {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-right: 60px;
  }
  .catalog-category-view .toolbar-products .toolbar-amount span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .catalog-category-view .breadcrumbs-container {
    margin-top: 100px;
  }
  .catalog-category-view .page-main {
    padding-top: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 100%;
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item .product-item-inner .actions-primary .action.tocart.primary {
    padding: 10px 0;
    width: 76%;
  }
  .block.widget .products-grid .product-item {
    width: 100%;
  }
  .page-layout-1column.catalog-product-view .block.widget.grid .products-grid.grid {
    max-width: 1440px;
    margin: 0px auto;
  }
  .page-layout-1column.catalog-product-view .block.widget .products-grid .product-item {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .page-layout-1column.catalog-product-view .block.widget .products-grid .product-item .product-item-info {
    height: 100%;
  }
  .products-grid .product-items {
    display: grid;
    row-gap: 10px;
    grid-template-columns: repeat(2, minmax(45%, 1fr));
    column-gap: 10px;
    align-items: stretch;
  }
  .page-layout-1column .widget.grid .block-title.title {
    padding-bottom: 30px;
  }
  .page-layout-1column .widget.grid .block-title.title strong {
    font-size: 6rem;
    line-height: 6.4rem;
  }
  .products-grid.wishlist .product-item {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .cms-home .block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid .product-item .product-item-active .product-item-photo {
    margin-bottom: 10px;
  }
}
@media (min-width: 821px) {
  .catalog-product-view .amlabel-position-wrapper {
    padding-top: 10px;
  }
}
@media (max-width: 820px) {
  .catalog-product-view .amlabel-position-wrapper {
    padding-top: 34px;
  }
}
.feedaty_widget {
  clear: both;
}
.hidden-content-aside {
  display: none !important;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto';
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.catalog-product-view .amrelated-pack-wrapper {
  background: #fbfaf8;
  margin-bottom: 0;
}
.catalog-product-view .amrelated-pack-wrapper .amrelated-title {
  font-weight: 200;
  color: #06452d;
}
.catalog-product-view .amrelated-pack-wrapper .amrelated-title:after {
  display: none;
}
.catalog-product-view .amrelated-pack-wrapper .amrelated-content-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  max-width: 1115px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.catalog-product-view .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
.catalog-product-view .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
  color: #00965e;
}
.catalog-product-view .amrelated-content-wrapper .product-view-item.kind-product,
.catalog-product-view .amrelated-content-wrapper .product-view-item.tag-product {
  color: #151515;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-photo-container {
  background-color: transparent;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-link {
  font-weight: 200;
  color: #06452d;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-link:after {
  content: '...';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item:hover {
  background-color: rgba(241, 241, 241, 0.5);
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .product-reviews-summary .action.add {
  display: block;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .price-box .price {
  font-weight: 600;
  color: #00965e;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .price-box .special-price {
  order: 1;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .price-box .special-price .price {
  font-weight: 600;
  color: #00965e;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .price-box .old-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .price-box .old-price .price {
  color: #666666;
  font-weight: 400;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .action.tocart.primary {
  padding: 10px 0;
  width: 100%;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info .add-to-links {
  text-align: right;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info .action.towishlist {
  display: block;
  text-decoration: none;
  text-align: right;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info .action.towishlist:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: initial;
  color: inherit;
  content: '\e908';
  font-family: 'soma-icons';
  margin: -39px 16px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info .action.towishlist:hover,
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info .action.towishlist:focus,
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info .action.towishlist:active {
  color: inherit;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info .action.towishlist.filled {
  display: block;
  text-decoration: none;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info .action.towishlist.filled > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item .amrelated-info .action.towishlist.filled:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: initial;
  color: inherit;
  content: '\e920';
  font-family: 'soma-icons';
  margin: -39px 16px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .bundle-name-wrapper {
  color: #06452d;
  font-weight: 200;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .marketing-text {
  color: #666666;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
  border: none;
}
.catalog-product-view .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper .price {
  color: #00965e;
  font-weight: 600;
}
.product-info-price {
  margin-bottom: 20px;
  margin-top: -30px;
}
.omnibus-price {
  font-size: 1.2rem;
  color: #a9a9a9;
  font-weight: 300;
}
.catalog-category-view .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.-is-expanded) {
  display: block !important;
}
.catalog-category-view .am_shopby_apply_filters {
  top: 0;
  bottom: 100%;
}
.filter-options .amshopby-category-dropdown + form .item:not(.-is-expanded) {
  display: block !important;
}
.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: auto;
  margin: 0;
}
.columns .column.main {
  max-width: 100%;
  padding-bottom: 0px;
}
.amlocator-pager-container .pages .action.previous:before {
  content: '\e915';
  margin: 0 10px 0 0;
  transform: rotate(180deg);
}
.amlocator-pager-container .pages .action.next:before {
  margin: 0 10px 0 0;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzViNWI1YiIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzViNWI1YiIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-store-desc.-active {
  color: #06452d;
  background: #aadfc7;
}
.amlocator-store-desc.-active .amlocator-title {
  margin-bottom: -10px;
}
.amlocator-store-desc.-active .amlocator-title .amlocator-link {
  color: #fff;
}
.amlocator-store-desc.-active .amlocator-today {
  color: #fff;
  background: #00965e;
}
.amlocator-store-desc {
  font-family: "Roboto", system-ui;
  margin-bottom: 5px;
}
.amlocator-store-desc .amlocator-title {
  margin-bottom: -10px;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 5px;
}
.amlocator-index-index .amlocator-search-radius {
  display: none;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #00965e;
  box-shadow: none;
}
.amlocator-info-popup {
  font-family: "Roboto", system-ui;
}
.amlocator-info-popup .amlocator-title {
  font-family: "Roboto", system-ui;
  font-size: 15px;
  font-weight: bold;
}
.amlocator-info-popup .amlocator-image {
  display: none;
}
.amlocator-schedule-table .amlocator-row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.amlocator-filters-container {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}
.amlocator-filters-container .amlocator-clear {
  color: #00965e;
  font-size: 16px;
  border: 1px solid;
  padding: 0 15px;
  border-radius: 2px;
}
.amlocator-filters-container .amlocator-clear:hover {
  background: #00965e;
  color: #fff;
  border: 1px solid #00965e;
}
.amlocator-filters-container .chosen-container-multi .chosen-choices li.search-field {
  padding: 0px 25px 0px 10px;
}
.amlocator-filters-container .chosen-container-multi .chosen-choices input[type=text] {
  font-size: 16px;
  color: #a9a9a9;
}
.amlocator-filters-container .amlocator-attribute-wrapper:nth-of-type(even) {
  background: #fff;
}
.amlocator-filters-container .chosen-container-multi .chosen-choices {
  background-image: unset;
  border: 1px solid #ccc;
}
.catalogsearch-result-index .page-main {
  padding-top: 30px;
}
.catalogsearch-result-index .page-main .products.products-grid dd.item a {
  font-size: 16px;
  padding-left: 15px;
}
.catalogsearch-result-index .page-main .toolbar-products {
  padding: 30px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.catalogsearch-result-index .page-main .product-reviews-summary .rating-summary {
  text-align: center;
}
.catalogsearch-result-index .page-main .product-reviews-summary .action.view {
  display: none;
}
.catalogsearch-result-index .page-main .block.filter {
  display: none;
}
.catalog-product-view.page-product-bundle .product-add-form form {
  display: block;
}
.catalog-product-view.page-product-bundle .product-add-form form .bundle-options-wrapper {
  display: none;
}
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary {
  width: 100%;
}
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .title {
  display: none;
}
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-image-container {
  display: none;
}
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(auto, max-content) auto;
  grid-template-rows: auto auto;
  row-gap: 50px;
}
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details > strong,
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details > .available.stock,
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details > .product-addto-links {
  display: none;
}
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container {
  color: #00965e;
  font-weight: 700;
}
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container .price {
  line-height: 2.2rem !important;
}
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .old-price .price-container .price {
  font-size: 1.4rem;
}
.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-summary {
  display: none;
}
.fieldset-bundle-options.hidden,
.bundle-option.hidden {
  display: none;
}
.catalog-category-view .am_shopby_apply_filters {
  bottom: 100%;
  top: 0;
}
.catalog-category-view .amasty-catalog-topnav {
  margin-top: 0;
}
.catalog-category-view .amshopby-filter-current.filter-current,
.catalog-category-view .block-actions.filter-actions {
  display: none;
}
.catalog-category-view .am-show-button.-horizontal {
  display: none;
}
.catalog-category-view .block.filter {
  margin-bottom: 70px;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.catalog-category-view .block.filter .block-title {
  color: #151515;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 11px 20px;
  text-align: center;
  width: fit-content;
  margin: 0 0 0 auto;
}
.catalog-category-view .block.filter .filter-options input[type='checkbox'] {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  background-color: #ebebeb;
  border: 1.5px solid #d1d1d1;
  opacity: 1;
  width: 20px;
  height: 20px;
  left: auto;
  right: 0;
  position: absolute;
}
.catalog-category-view .block.filter .filter-options input[type='checkbox']:checked {
  border-color: #00965e;
  background-color: #00965e;
  color: #ffffff;
}
.catalog-category-view .block.filter .filter-options input[type='checkbox']:checked:before {
  transform: scale(1);
}
.catalog-category-view .block.filter .filter-options input[type='checkbox']:checked + .label {
  color: #151515;
}
.catalog-category-view .block.filter .filter-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 30px;
  top: 16px;
}
.catalog-category-view .block.filter .filter-wrapper.active .overlay-filter {
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 1;
}
.catalog-category-view .block.filter .filter-wrapper .mage-dropdown-dialog {
  background-color: #ebebeb;
  width: 330px;
  position: absolute;
  z-index: 21;
  right: 30px;
  top: 47px;
  box-sizing: border-box;
  padding: 30px;
}
.catalog-category-view .block.filter .filter-wrapper .block-actions.filter-actions {
  display: none;
}
.catalog-category-view .block.filter .filter-wrapper .amshopby-filter-current.filter-current {
  display: none;
}
.catalog-category-view .block.filter .filter-wrapper .button-show {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #666666;
  cursor: pointer;
}
.catalog-category-view .block.filter .filter-wrapper .button-show:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: inherit;
  content: '\e901';
  font-family: 'soma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-category-view .block.filter .filter-wrapper .button-show.active {
  display: inline-block;
  text-decoration: none;
}
.catalog-category-view .block.filter .filter-wrapper .button-show.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: inherit;
  content: '\e921';
  font-family: 'soma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-category-view .block.filter .filter-wrapper .filter-title {
  cursor: pointer;
}
.catalog-category-view .block.filter .filter-wrapper .filter-title.active > span:after {
  transform: rotate(180deg);
}
.catalog-category-view .block.filter .filter-wrapper .filter-title > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-category-view .block.filter .filter-wrapper .filter-title > span:after {
  content: '';
  width: 12px;
  height: 12px;
  margin-left: 12px;
  display: block;
  position: relative;
  background-image: url("../Magento_Catalog/images/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.catalog-category-view .block.filter .ui-dialog-buttonset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.catalog-category-view .block.filter .reset-button {
  display: inline-block;
  text-decoration: none;
  color: #00965e;
  border: none;
  background: transparent;
  padding: 0;
}
.catalog-category-view .block.filter .reset-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  content: '\e907';
  font-family: 'soma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-category-view .block.filter .reset-button span {
  font-size: 1.4rem;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  color: #00965e;
  text-decoration: underline;
}
.catalog-category-view .block.filter .apply-button {
  display: inline-block;
  text-decoration: none;
  color: #00965e;
  border: none;
  background: transparent;
  padding: 0;
}
.catalog-category-view .block.filter .apply-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  content: '\e904';
  font-family: 'soma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-category-view .block.filter .apply-button span {
  font-size: 1.4rem;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  color: #00965e;
  text-decoration: underline;
}
.catalog-category-view.page-layout-1column .toolbar-products {
  max-width: 1110px;
}
.catalog-category-view.page-layout-1column .toolbar-products:last-of-type {
  display: none;
}
.catalog-category-view.page-layout-1column .toolbar-products .toolbar-amount {
  color: #151515;
}
.catalog-category-view.page-layout-1column .toolbar-products .toolbar-amount span {
  color: #151515;
}
.catalog-category-view.page-layout-1column .toolbar-products .toolbar-sorter:after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 20px;
  right: 50px;
  background-image: url("../Magento_Catalog/images/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.catalog-category-view.page-layout-1column .toolbar-products .sorter-options {
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  color: #151515;
  font-size: 1.4rem;
  line-height: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  padding: 12px 20px;
  padding-right: 42px;
}
.catalog-category-view.page-layout-1column .toolbar-products .sorter-options select {
  display: inline-block;
  text-decoration: none;
}
.catalog-category-view.page-layout-1column .toolbar-products .sorter-options select > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-category-view.page-layout-1column .toolbar-products .sorter-options select:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 13px;
  color: inherit;
  content: '\e900';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-category-view.page-layout-1column .toolbar-products .sorter-action {
  display: none;
}
.catalog-category-view.page-layout-1column .toolbar-products.toolbar .limiter {
  display: none;
}
.catalog-category-view .products.wrapper ~ .toolbar .limiter {
  display: none;
}
.catalog-category-view .page.messages:last-of-type {
  display: none;
}
.product-item {
  height: auto;
}
.product-item-info {
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  max-width: 100%;
}
.product-item-info:hover {
  background-color: #f6fff4;
}
.page-products .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.product-item-actions .actions-primary .action.tocart.primary {
  padding: 13px 0;
  text-align: center;
}
.product-item-actions .stock {
  padding: 10px;
}
.product-item .product-item-name {
  padding-top: 8px;
}
.product-item .product-item-name {
  display: block;
  width: 100%;
  text-align: center;
  margin: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item .product-item-name .product-item-link {
  font-size: 2.2rem;
  line-height: 2.6rem;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.product-item .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: auto 0 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  align-items: center;
}
.product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 1.5rem;
}
.products-grid .product-item .tag-product,
.products-grid .product-item .kind-product {
  color: #151515;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  height: 16px;
}
.products-grid .product-item-name .product-item-link {
  /* .lib-css(font-weight, @font-weight__extralight); */
  color: #06452d;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.products-grid .product-item-name .product-item-link:hover {
  text-decoration: none;
}
.products-grid .product-item .price-box .special-price,
.products-grid .product-item .price-box .price-final_price,
.products-grid .product-item .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box,
.products-grid .product-item .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.products-grid .product-item .price-box .old-price {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-decoration-color: #666666;
}
.products-grid .product-item .price-box .old-price .price {
  font-weight: 600;
  color: #666666;
  font-size: 1.2rem;
  line-height: 3rem;
  margin-right: 10px;
  opacity: 0.8;
}
.products-grid .product-item .price-box .price {
  color: #00965e;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.product.info.detailed {
  margin-bottom: 0;
}
.product.info.detailed .product.data.items {
  margin-bottom: 0;
}
.breadcrumbs-container {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 2;
}
.title-product-safety-images h3 {
  text-transform: uppercase;
}
.product-safety-images {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #ffffff;
  padding: 13px 16px;
  width: 230px;
  background: #00965e;
  border: 1px solid #00965e;
  text-align: center;
}
.product-safety-images a {
  color: #fff;
}
h3.block.product-category {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #151515;
}
.gdpr-consent-xnotify .field.required input[type="checkbox"] + .label {
  color: #a9a9a9;
}
.gdpr-consent-xnotify .field.required input[type="checkbox"]:checked:before {
  transform: scale(1);
  position: absolute;
  left: -4px;
  top: 0px;
}
.product.alert.stock {
  background: #00965e;
  text-align: center;
  padding: 10px;
}
.product.alert.stock a {
  color: #fff;
  font-size: 1.6rem;
}
.action-bar .amasty-label-container {
  display: none !important;
}
.store-locator-pdp {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.store-locator-pdp a {
  font-size: 1.6rem;
  color: #666;
  font-weight: 300;
  text-decoration: underline;
  margin-left: 5px;
}
.q-and-a-title {
  text-transform: uppercase;
}
.qaQuestion {
  width: auto !important;
}
.catalog-product-view.page-layout-1column .products-link-configurable-tile {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.catalog-product-view.page-layout-1column .products-link-configurable {
  display: flex;
  margin-bottom: 40px;
}
.catalog-product-view.page-layout-1column .products-link-configurable .products-link-configurable-container {
  margin-right: 10px;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 5px 10px;
  width: 75px;
  text-align: center;
  border: 1px solid #00965e;
}
.catalog-product-view.page-layout-1column .products-link-configurable .products-link-configurable-container a,
.catalog-product-view.page-layout-1column .products-link-configurable .products-link-configurable-container a:hover {
  color: #666666;
  text-decoration: none;
}
.catalog-product-view.page-layout-1column .products-link-configurable .products-link-configurable-container:hover {
  font-weight: 400;
  font-size: 1.4rem;
  padding: 5px 10px;
  width: 75px;
  text-align: center;
  border: 1px solid #00965e;
  background: #00965e;
}
.catalog-product-view.page-layout-1column .products-link-configurable .products-link-configurable-container:hover a,
.catalog-product-view.page-layout-1column .products-link-configurable .products-link-configurable-container:hover a:hover {
  color: #ffffff;
  text-decoration: none;
}
.catalog-product-view.page-layout-1column .product.media {
  position: relative;
}
.catalog-product-view.page-layout-1column .product.media .product-social-links {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 15px 0 20px;
  line-height: 0;
}
.product.media .action.towishlist {
  text-align: right;
  display: block;
  text-decoration: none;
  color: #06452d;
}
.product.media .action.towishlist:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: initial;
  color: inherit;
  content: '\e908';
  font-family: 'soma-icons';
  margin: -39px 16px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.media .action.towishlist:before {
  color: #06452d;
}
.product.media .action.towishlist span {
  display: none;
}
.product-info-main #accordion-info_5 .qaQuestionCard h3 {
  font-size: 2rem;
  line-height: 4.4rem;
  color: #06452d;
  font-weight: 200;
  font-family: "Roboto", system-ui;
}
.product-info-main #accordion-info_5 .qaQuestionCard .qaAction.qaModalOn {
  background-color: #00965e;
  border-color: #00965e;
  color: #ffffff;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  font-size: 1.6rem;
}
.product-info-main .page-title-wrapper .page-title {
  color: #06452d;
  /* .lib-css(font-weight, @font-weight__extralight); */
}
.product-info-main .product.attribute.description .value,
.product-info-main .product.attribute.overview .value {
  color: #666666;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2rem;
}
.product-info-main .soma-accordion .accordion {
  width: 100%;
  position: relative;
}
.product-info-main .soma-accordion .accordion-trigger {
  background-color: #aadfc7;
  border: none;
  border-radius: 4px;
  color: #06452d;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 40px;
  justify-content: space-between;
  line-height: 4rem;
  max-width: 289px;
  padding: 0 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.product-info-main .soma-accordion .accordion-trigger:hover {
  background-color: #99d8bd;
  /* Slightly darker on hover */
  color: #06452d;
}
.product-info-main .soma-accordion .accordion-trigger:active {
  background-color: #8ad1b3;
  /* Even darker when clicked */
  color: #06452d;
}
.product-info-main .soma-accordion .accordion-trigger:focus {
  outline: 2px solid #4A90E2;
  outline-offset: -2px;
  color: #06452d;
  background-color: #aadfc7;
}
.product-info-main .soma-accordion .accordion-trigger:after {
  background-image: url('../images/tooltip.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: '';
  display: block;
  bottom: 34%;
  z-index: 0;
  width: 13px;
  left: 90%;
  height: 13px;
}
.product-info-main .soma-accordion .accordion-content__inner {
  padding: 20px;
  position: relative;
}
.product-info-main .soma-accordion .accordion-close {
  position: absolute;
  right: -20px;
  top: -20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  min-width: 44px;
  min-height: 44px;
}
.product-info-main .soma-accordion .accordion-close:hover {
  position: absolute;
  right: -20px;
  top: -20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  min-width: 44px;
  min-height: 44px;
}
.product-info-main .soma-accordion .accordion-close:focus {
  position: absolute;
  right: -20px;
  top: -20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  min-width: 44px;
  min-height: 44px;
}
.product-info-main .soma-accordion .accordion-content {
  display: none;
}
.product-info-main .soma-accordion .accordion-content[aria-hidden="false"] {
  display: block;
  padding: 1em;
  color: #a9a9a9;
  font-size: 1.4rem;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 8px;
}
.product-info-main .block.accordion-info .title {
  color: #151515;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.product-info-main .block.accordion-info .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: initial;
  color: inherit;
  content: '\e903';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .block.accordion-info .title.active {
  display: block;
  text-decoration: none;
}
.product-info-main .block.accordion-info .title.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: initial;
  color: inherit;
  content: '\e906';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .block.accordion-info .title:after {
  position: absolute;
  right: 0;
}
.product-info-main .block.accordion-info .content.accordion-info-content {
  font-weight: 300;
  color: #666666;
  margin-bottom: 30px;
}
.product-info-main .block.accordion-info .content.accordion-info-content.active {
  display: block;
}
.product-info-main .block.tooltip-info {
  margin: 50px 0 0 0;
  position: relative;
  margin: 50px 0 30px 0;
}
.product-info-main .block.tooltip-info .tooltip-content {
  background: #00965e;
  max-width: 315px;
  min-width: 210px;
  padding: 20px 15px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  font-size: 1.6rem;
  border: 1px solid #bbbbbb;
  margin-bottom: 12px;
  bottom: 100%;
  left: 0;
}
.product-info-main .block.tooltip-info .tooltip-content:after,
.product-info-main .block.tooltip-info .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.product-info-main .block.tooltip-info .tooltip-content:after {
  border-width: 12px;
  border-color: transparent;
}
.product-info-main .block.tooltip-info .tooltip-content:before {
  border-width: 13px;
  border-color: transparent;
}
.product-info-main .block.tooltip-info .tooltip-content:after,
.product-info-main .block.tooltip-info .tooltip-content:before {
  top: 100%;
}
.product-info-main .block.tooltip-info .tooltip-content:after {
  border-top-color: #00965e;
  left: 288px;
  margin-left: -12px;
}
.product-info-main .block.tooltip-info .tooltip-content:before {
  border-top-color: #bbbbbb;
  left: 288px;
  margin-left: -13px;
}
.product-info-main .block.tooltip-info .tooltip-toggle {
  cursor: help;
}
.product-info-main .block.tooltip-info .tooltip-toggle:hover + .tooltip-content,
.product-info-main .block.tooltip-info .tooltip-toggle:focus + .tooltip-content,
.product-info-main .block.tooltip-info:hover .tooltip-content {
  display: block;
}
.product-info-main .block.tooltip-info .tooltip-content {
  left: -26px;
  box-sizing: border-box;
  height: 328px;
  min-width: unset;
  z-index: 0;
  padding-right: 0;
}
.product-info-main .block.tooltip-info .tooltip-content:before {
  width: 100%;
  margin-left: 0;
  left: 0;
  border: none;
  background: transparent;
  height: 13px;
}
.product-info-main .block.tooltip-info .tooltip-content > div {
  height: 100%;
  overflow-y: scroll;
  padding-right: 15px;
}
.product-info-main .block.tooltip-info .tooltip-content ul {
  padding-left: 20px;
  list-style-type: square;
}
.product-info-main .block.tooltip-info .tootlip-title {
  border-radius: 4px;
  background-color: #aadfc7;
  position: relative;
  width: 100%;
  max-width: 289px;
  height: 40px;
  padding: 0;
  border: 0;
}
.product-info-main .block.tooltip-info .tootlip-title:after {
  background-image: url('../images/tooltip.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: '';
  display: block;
  bottom: 25%;
  z-index: 0;
  width: 13px;
  left: 93%;
  height: 13px;
}
.product-info-main .block.tooltip-info .tootlip-title span {
  color: #06452d;
  font-size: 1.6rem;
  line-height: 4rem;
  padding: 0 10px;
  float: left;
}
.product-info-main .block.infographic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 50px 0 30px 0;
  justify-content: space-between;
  width: 60%;
  text-align: center;
}
.product-info-main .block.infographic span {
  color: #06452d;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: block;
}
.product-info-main h3.block.product-category,
.product-info-main .block.product-category p {
  color: #151515;
}
.product-info-main .block.product-label p {
  color: #151515;
}
.product-info-main .product-add-form form {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  row-gap: 15px;
  margin: 30px auto 0;
  grid-template-columns: minmax(auto, max-content) auto;
  grid-template-rows: auto auto;
}
.product-info-main .product-add-form form .field.qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 1;
}
.product-info-main .product-add-form form .field.qty .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 30px;
  align-items: center;
  width: 20%;
}
.product-info-main .product-add-form form .field.qty .control .qty-buttons {
  border: none;
  padding: 0;
}
.product-info-main .product-add-form form .field.qty .control .qty-buttons:active,
.product-info-main .product-add-form form .field.qty .control .qty-buttons:focus,
.product-info-main .product-add-form form .field.qty .control .qty-buttons:hover {
  background: #ffffff;
  color: #666666;
}
.product-info-main .product-add-form form .field.qty .control .decreasing-btn {
  display: block;
  text-decoration: none;
}
.product-info-main .product-add-form form .field.qty .control .decreasing-btn:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: initial;
  color: inherit;
  content: '\e906';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .product-add-form form .field.qty .control .increasing-btn {
  display: block;
  text-decoration: none;
}
.product-info-main .product-add-form form .field.qty .control .increasing-btn:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: initial;
  color: inherit;
  content: '\e903';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .product-add-form form .field.qty .control div.mage-error {
  display: none !important;
  overflow: hidden;
  width: 0;
  height: 0;
}
.product-info-main .product-add-form form .field.qty .label {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #666666;
}
.product-info-main .product-add-form form .field.qty .input-text.qty {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #06452d;
  padding: 0 10px;
  text-align: center;
  border: none;
  outline: none;
  height: auto;
  width: 50px;
}
.product-info-main .product-add-form form .field.qty .input-text.qty:active,
.product-info-main .product-add-form form .field.qty .input-text.qty:focus,
.product-info-main .product-add-form form .field.qty .input-text.qty:hover {
  border: none;
  outline: none;
  box-shadow: none;
}
.product-info-main .product-add-form form .price-box {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  position: relative;
}
.product-info-main .product-add-form form .price-box .price-container {
  margin: 0;
}
.product-info-main .product-add-form form .price-box .special-price,
.product-info-main .product-add-form form .price-box .price-final_price,
.product-info-main .product-add-form form .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box,
.product-info-main .product-add-form form .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  color: #00965e;
  align-self: flex-start;
  text-align: left;
  width: auto;
  margin: 0;
}
.product-info-main .product-add-form form .price-box .special-price.price-final_price,
.product-info-main .product-add-form form .price-box .price-final_price.price-final_price,
.product-info-main .product-add-form form .price-box .special-price.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box,
.product-info-main .product-add-form form .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box,
.product-info-main .product-add-form form .price-box .special-price.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container,
.product-info-main .product-add-form form .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container {
  align-self: center;
  font-size: 1.4rem;
  line-height: 2rem;
}
.product-info-main .product-add-form form .price-box .special-price .price,
.product-info-main .product-add-form form .price-box .price-final_price .price,
.product-info-main .product-add-form form .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price,
.product-info-main .product-add-form form .price-box .catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container .price {
  color: #00965e;
  margin: 0;
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.product-info-main .product-add-form form .price-box .old-price {
  color: #666666;
  align-self: flex-end;
  text-align: right;
  width: auto;
}
.product-info-main .product-add-form form .price-box .old-price .price {
  color: #666666;
  text-decoration-color: #666666;
  margin: 0;
}
.product-info-main .product-add-form form .box-tocart {
  width: 100%;
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}
.product-info-main .product-reviews-summary {
  margin-top: -11px;
  margin-bottom: 20px;
}
.product-info-main .product-reviews-summary .action.view {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #666666;
  margin-left: 17px;
}
.catalog-product-view .fotorama-item.fotorama .fotorama__video-close {
  z-index: 9;
}
.catalogsearch-result-index .catalog-topnav {
  display: none;
}
.catalogsearch-result-index .page-title {
  text-align: center;
}
.catalogsearch-result-index .page-title:after {
  display: none;
}
.catalogsearch-result-index .toolbar-products {
  padding: 0px 30px 0 0;
}
.catalogsearch-result-index .toolbar-amount {
  text-transform: uppercase;
  color: #666666;
}
.catalogsearch-result-index .sorter-options {
  padding-left: 0;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.6rem;
  cursor: pointer;
  padding: 12px 20px;
  text-indent: 0;
  color: #151515;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 11px 0;
  text-align: center;
  width: 123px;
  margin: 0 0 0 auto;
}
.catalogsearch-result-index .sorter-options:focus {
  box-shadow: none;
}
.block.widget.grid {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  margin: 0 auto;
}
.block.widget.grid.upsell {
  background-image: url("../Magento_Catalog/images/parallax-bg-upsell.png");
}
.block.widget.grid.related {
  background-image: url("../Magento_Catalog/images/parallax-bg-related-products.jpg");
}
.addtocart-placeholder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #06452d;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  min-height: 48px;
}
.addtocart-placeholder.text-left {
  justify-content: start;
}
.addtocart-placeholder.text-bigger {
  font-size: 1.6rem;
  line-height: 2rem;
}
.promo-container-version-one h1 {
  color: #11284E;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: 'Avenir Next Condensed';
}
.promo-container-version-one p {
  color: #11284E !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 30px;
  font-family: 'Avenir Next Condensed';
}
.promo-container-version-one .cta-button {
  background-color: #008657;
  color: #ffffff;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  align-self: flex-start;
  text-decoration: none;
  display: inline-block;
}
.promo-container-version-one .product-image {
  max-width: 80%;
  height: auto;
}
.page-layout-1column .widget.grid .products-grid.grid {
  max-width: 1440px;
  margin: 30px 20px 0;
}
.page-layout-1column .widget.grid .products-grid .product-item .price-box .price {
  transition: all 0.2s ease-in-out;
  outline: none;
}
.page-layout-1column .widget.grid .products-grid .product-item .price-box .price:focus {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.2);
  border-radius: 2px;
}
.page-layout-1column .widget.grid .products-grid .product-item .price-box .price:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.page-layout-1column .widget.grid .products-grid .product-item .price-box .price:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.2);
}
.page-layout-1column .widget.grid .products-grid .product-item .price-box .old-price .price {
  transition: all 0.2s ease-in-out;
  outline: none;
}
.page-layout-1column .widget.grid .products-grid .product-item .price-box .old-price .price:focus {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.2);
  border-radius: 2px;
}
.page-layout-1column .widget.grid .products-grid .product-item .price-box .old-price .price:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.page-layout-1column .widget.grid .products-grid .product-item .price-box .old-price .price:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.2);
}
.page-layout-1column .widget.grid .block-title.title {
  text-align: center;
}
.page-layout-1column .widget.grid .block-title.title strong {
  color: #06452d;
  font-weight: 200;
}
.page-layout-1column .block.widget .products-grid .product-items {
  padding: 0;
}
.page-layout-1column .block.widget .products-grid .product-item-details {
  justify-content: flex-end;
  padding: 0;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-bottom: 30px;
  margin-left: 0;
  width: 100%;
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  border: 1px solid #ebebeb;
  padding: 30px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.block.widget .product-item-info:hover {
  background-color: #f6fff4;
}
.block.widget .product-item-info .actions-secondary {
  text-align: right;
}
.block.widget .product-item-info .actions-secondary .action.towishlist {
  position: initial;
}
.block.widget .product-item-info .product-item-name {
  padding-top: 0;
}
.block.widget .product-item-info .product-item-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.block.widget .product-item-info .product-item-active .box-review {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  justify-content: flex-end;
  width: 40%;
}
.block.widget .product-item-info .product-item-active .box-review .rating-result {
  margin-left: 0;
}
.block.widget .product-item-info .product-item-active .box-review .rating-summary {
  left: 0;
}
.block.widget .product-item-info .product-item-active .box-review .price-box {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 15px;
  justify-content: initial;
  text-align: left;
}
.block.widget .product-item-info .product-item-active .box-review .price-box.price-final_price > span.price-final_price,
.block.widget .product-item-info .product-item-active .box-review .price-box.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box > span.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box,
.block.widget .product-item-info .product-item-active .box-review .price-box.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container > span.catalog-product-view.page-product-bundle .product-add-form form .block-bundle-summary .content .bundle-info .product-details .price-box .price-as-configured .price-container {
  margin: 10px 0 0;
  padding-top: 15px;
  box-sizing: border-box;
  display: block;
}
.block.widget .product-item-info .product-item-active .box-review .price-box .normal-price {
  width: 100%;
  order: 2;
}
.block.widget .product-item-info .product-item-active .product-item-details {
  width: auto;
}
.block.widget .product-item-info .product-item-active .action.view {
  display: none;
}
.block.widget .product-item-info .product-item-name {
  text-align: left;
  width: 100%;
}
.block.widget .product-item-details .action.tocart.primary {
  width: 100%;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.cms-home .special-title-home {
  font-size: 6rem;
  line-height: 6.4rem;
  color: #06452d;
  font-weight: 200;
  text-align: center;
}
.cms-home .block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid {
  display: grid;
  row-gap: 30px;
}
.cms-home .block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid .product-item .product-item-info {
  width: 100%;
}
.cms-home .block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid .product-item .product-item-active .product-item-photo {
  display: block;
  width: 60%;
}
.cms-home .block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid .product-item .product-item-active .product-item-photo .product-image-container {
  width: 100% !important;
}
.page-header .minicart-wrapper {
  margin-left: 0;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #ffffff;
  content: '\e909';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
.minicart-wrapper .action.showcart:active:before {
  color: #ffffff;
}
.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: 35px;
  line-height: 33px;
  color: #ffffff;
  content: '\e909';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #ffffff;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #ffffff;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .minicart-items .product-item-details {
  padding-left: 15px;
  padding-top: 0;
}
.minicart-wrapper .minicart-items .product-item-name {
  font-size: 2rem;
  color: #06452d;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-line-clamp: 3;
  text-align: left;
  margin: 0;
}
.minicart-wrapper .minicart-items .product-item-name a:hover {
  color: #06452d;
  text-decoration: none;
}
.minicart-wrapper .minicart-items .product-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.minicart-wrapper .minicart-items .price-container .price {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #00965e;
}
.minicart-wrapper .block-minicart {
  padding: 0;
  border: none;
}
.minicart-wrapper .block-minicart:before {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  display: none;
}
.minicart-wrapper .block-minicart .block-title {
  background-color: #ebebeb;
  display: block;
  position: relative;
}
.minicart-wrapper .block-minicart .block-title .text {
  color: #06452d;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 300;
}
.minicart-wrapper .block-minicart .subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.minicart-wrapper .block-minicart .subtotal .label {
  font-weight: 500;
  color: #06452d;
}
.minicart-wrapper .block-minicart .subtotal .amount span {
  font-weight: 700;
  color: #00965e;
}
.minicart-wrapper .block-minicart .block-content > .actions {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions .primary.checkout {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart:hover {
  text-decoration: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  line-height: 37px;
  color: inherit;
  content: '\e905';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.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.5;
}
.minicart-wrapper .action.close:hover,
.minicart-wrapper .action.close:active,
.minicart-wrapper .action.close:focus {
  color: #06452d;
  border: 1px solid;
}
.minicart-wrapper .action.close:before {
  color: #00965e;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #00965e;
  color: #ffffff;
  height: 12px;
  line-height: 12px;
  border: 0.5px solid #06452d;
  border-radius: 100%;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 6px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  right: -5px;
  top: -4px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 12px;
}
.minicart-wrapper .action.primary:focus,
.minicart-wrapper .amshopby-button:focus,
.minicart-wrapper .am-filter-go:focus {
  border: 1px solid #000000;
}
.minicart-wrapper .show-more {
  background-color: #ebebeb;
  color: #666666;
  line-height: 5.5rem;
  padding: 0 15px;
  justify-content: flex-start;
  cursor: pointer;
  display: none;
}
.minicart-wrapper .show-more .plus {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  color: #666666;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .show-more .plus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .show-more .plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 20px;
  color: inherit;
  content: '\e901';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .show-more .items-total {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  color: #666666;
}
.minicart-wrapper .show-more .items-total span {
  font-size: 1.5rem;
  font-weight: 300;
}
.minicart-wrapper .minicart-items-wrapper,
.minicart-wrapper .show-more,
.minicart-wrapper .subtotal {
  border: 1px solid #ebebeb;
}
.minicart-wrapper .free-shipping {
  background-color: #aadfc7;
  border: 1px solid #aadfc7;
  padding: 14px 15px;
}
.minicart-wrapper .free-shipping .text {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #06452d;
  font-weight: 400;
  display: block;
  width: 100%;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0;
}
@media screen and (max-width: 320px) and (max-height: 256px) {
  .minicart-wrapper .mage-dropdown-dialog .block-minicart {
    position: fixed;
    top: 0;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-title {
    display: none;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart .minicart-content-wrapper .minicart-items-wrapper {
    height: 80px !important;
  }
  .minicart-wrapper .block-content .action.close {
    top: 0px;
  }
}
.checkout-cart-index .page-title-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.checkout-cart-index .action.action-edit {
  display: none !important;
}
.checkout-cart-index .cart.item.message.notice {
  padding-left: 0 !important;
  padding: 5px;
  text-align: center;
}
.checkout-cart-index .cart.item.message.notice div::before {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action,
.checkout-cart-index .cart.table-wrapper .action-gift,
.checkout-cart-index .action-gift {
  background-image: none;
  background: transparent;
  border: none;
  color: #5b5b5b;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: underline;
}
.checkout-cart-index .cart.main.actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.checkout-cart-index .cart.main.actions .action.update {
  background-image: none;
  background: transparent;
  border: none;
  color: #5b5b5b;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: underline;
}
.checkout-cart-index .actions-toolbar .primary .action.apply.primary {
  width: 120px;
  min-width: auto;
  text-align: center;
  padding: 10px;
}
.checkout-cart-index #shopping-cart-table .col.subtotal {
  display: none;
}
.checkout-cart-index .data.table.totals .totals.sub {
  display: none;
}
.checkout-cart-index #shopping-cart-table th.col {
  font-weight: normal;
  color: #06452d;
}
.checkout-cart-index #shopping-cart-table .price-including-tax .price,
.checkout-cart-index #shopping-cart-table .price-excluding-tax .price {
  color: #00965e;
  font-weight: 700;
}
.checkout-cart-index #shopping-cart-table .product-item-name a {
  color: #06452d;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding: 10px 8px 10px;
}
.checkout-cart-index .cart.table-wrapper .item .col.item .product-item-details {
  padding-top: 5px;
}
.checkout-cart-index .cart.table-wrapper .col.qty {
  padding-top: 10px;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  margin-top: 0;
  width: 50px;
  padding: 0;
  color: #5b5b5b;
}
.checkout-cart-index .cart.main.actions .action.continue {
  /* background-image: none;
          background: #fff;
          border: 2px solid #06452d;
          color: #06452d;
          cursor: pointer;
          display: inline-block;
          margin: 0;
          padding: 12px 45.5px;
          line-height: 2rem;
          */
  background-image: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  color: #5b5b5b;
  font-size: 1.4rem;
  box-sizing: border-box;
  text-decoration: underline;
}
.checkout-cart-index .cart.main.actions .action.continue::before {
  display: none;
}
.checkout-cart-index #block-shipping,
.checkout-cart-index tr.totals-tax,
.checkout-cart-index .actions-toolbar .action.action-edit {
  display: none;
}
.checkout-cart-index .cart-empty,
.checkout-cart-index .cart-container {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  max-width: 1140px;
  margin: 0 auto;
}
.checkout-cart-index .cart-empty .form-cart .accordion-cart,
.checkout-cart-index .cart-container .form-cart .accordion-cart {
  border: 1px solid #ebebeb;
}
.checkout-cart-index .cart-empty .item.count,
.checkout-cart-index .cart-container .item.count {
  color: #5b5b5b;
}
.checkout-cart-index .cart-summary {
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
  position: unset !important;
}
.checkout-cart-index .cart-summary .block .content {
  display: block;
}
.checkout-cart-index .cart-summary .discount .coupon {
  margin: 15px 0 20px 0;
}
.checkout-cart-index .cart-summary .discount .label {
  color: #06452d;
  font-weight: 400;
}
.checkout-cart-index .cart-summary .discount .input-text {
  font-size: 1.4rem;
  color: #5b5b5b;
}
.checkout-cart-index .cart-summary .summary.title {
  font-weight: 200;
  color: #06452d;
}
.checkout-cart-index .cart-summary .table-totals .totals .amount .not-calculated {
  font-size: 1.6rem;
  line-height: 2rem;
}
.checkout-cart-index .cart-summary .cart-totals .totals .mark,
.checkout-cart-index .cart-summary .cart-totals .totals.sub .mark,
.checkout-cart-index .cart-summary .cart-totals .totals-tax .mark {
  color: #5b5b5b;
}
.checkout-cart-index .cart-summary .cart-totals .totals .price,
.checkout-cart-index .cart-summary .cart-totals .totals.sub .price,
.checkout-cart-index .cart-summary .cart-totals .totals-tax .price {
  color: #00965e;
  font-weight: 700;
}
.checkout-cart-index .cart-summary .cart-totals .grand.totals .mark {
  color: #06452d;
  font-weight: 400;
}
.checkout-cart-index .cart-summary .cart-totals .grand.totals .price {
  color: #00965e;
  font-weight: 700;
}
.checkout-cart-index .cart-summary .free-shipping {
  background-color: #aadfc7;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
}
.checkout-cart-index .cart-summary .free-shipping text {
  color: #06452d;
}
.checkout-cart-index .cart-summary .block.discount label[for="coupon_code"] {
  display: none;
}
.checkout-cart-index .cart-summary .block.discount .content {
  display: block !important;
}
.checkout-cart-index .page-title {
  font-weight: 200;
  color: #06452d;
  position: relative;
}
.checkout-cart-index .page-title .base:before {
  background-color: #06452d;
  bottom: -10px;
  content: "";
  position: absolute;
  width: 4%;
  height: 1px;
  left: 0;
}
.checkout-cart-index .accordion-cart {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}
.checkout-cart-index .accordion-cart .accordion-title {
  font-weight: 400;
  color: #151515;
}
.checkout-cart-index .accordion-cart.active {
  padding-bottom: 0;
}
.checkout-cart-index .accordion-cart.active .accordion-title {
  display: block;
  text-decoration: none;
}
.checkout-cart-index .accordion-cart.active .accordion-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: '\e906';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .accordion-cart .accordion-title {
  padding: 20px 20px 0 25px;
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
  text-decoration: none;
  position: relative;
}
.checkout-cart-index .accordion-cart .accordion-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: '\e903';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .accordion-cart .accordion-title:after {
  position: absolute;
  right: 24px;
}
.checkout-index-index .modal-custom .action-close:before {
  color: #000000;
}
.checkout-index-index .action-auth-toggle:focus {
  color: #5b5b5b;
}
.checkout-index-index .shipping-address-items .shipping-address-item {
  display: block !important;
}
.checkout-index-index .payment-method-billing-address .actions-toolbar {
  padding: 0 !important;
}
.checkout-index-index .payment-method-billing-address .actions-toolbar .primary .action.action-update,
.checkout-index-index .payment-method-billing-address .actions-toolbar .primary .action.action-cancel {
  background: #fff;
  border: 2px solid #06452d;
  color: #06452d;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", system-ui;
  font-weight: 500;
  margin: 0;
  padding: 12px 45.5px;
  font-size: 1.6rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  max-width: 250px;
  margin-right: 1em;
}
.checkout-index-index .form.form-discount .actions-toolbar {
  justify-content: flex-start;
  padding-left: 0;
}
.checkout-index-index .form.form-discount .actions-toolbar .primary {
  float: none;
}
.checkout-index-index .opc-progress-bar-item._active > span:before,
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #00965e;
}
.checkout-index-index .checkout-container {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.checkout-index-index .checkout-container .opc-payment-additional .form-discount {
  margin-top: 20px;
}
.checkout-index-index .checkout-container .opc-payment-additional .form-discount .field .label {
  position: unset;
}
.checkout-index-index .sections.nav-sections {
  display: block;
}
.checkout-index-index .billing-address-item,
.checkout-index-index .shipping-address-item {
  border: none;
}
.checkout-index-index .billing-address-item.not-selected-item,
.checkout-index-index .shipping-address-item.not-selected-item {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.checkout-index-index .billing-address-item .field .label,
.checkout-index-index .shipping-address-item .field .label {
  color: #151515;
}
.checkout-index-index .billing-address-item .field .text,
.checkout-index-index .shipping-address-item .field .text {
  color: #5b5b5b;
}
.checkout-index-index .billing-address-item .field-radio,
.checkout-index-index .shipping-address-item .field-radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.checkout-index-index .billing-address-item .field-radio label,
.checkout-index-index .shipping-address-item .field-radio label {
  margin-left: 10px;
  color: #5b5b5b;
}
.checkout-index-index .opc-wrapper .accordion-cart {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}
.checkout-index-index .opc-wrapper .form-login,
.checkout-index-index .opc-wrapper .form-shipping-address,
.checkout-index-index .opc-wrapper .checkout-billing-address {
  max-width: none;
}
.checkout-index-index .opc-wrapper .form-login .billing-address-title,
.checkout-index-index .opc-wrapper .form-shipping-address .billing-address-title,
.checkout-index-index .opc-wrapper .checkout-billing-address .billing-address-title {
  color: #5b5b5b;
}
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field .label,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field .label,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field .label,
.checkout-index-index .opc-wrapper .form-login .fieldset .field .label,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field .label {
  color: #151515;
}
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field input:not(input[type="radio"]),
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field input:not(input[type="radio"]),
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field input:not(input[type="radio"]),
.checkout-index-index .opc-wrapper .form-login .fieldset .field input:not(input[type="radio"]),
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field input:not(input[type="radio"]),
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field input:not(input[type="radio"]),
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field select,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field select,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field select,
.checkout-index-index .opc-wrapper .form-login .fieldset .field select,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field select,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field select {
  background-color: #ffffff;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #ebebeb;
}
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field input:not(input[type="radio"]):focus,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field input:not(input[type="radio"]):focus,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field input:not(input[type="radio"]):focus,
.checkout-index-index .opc-wrapper .form-login .fieldset .field input:not(input[type="radio"]):focus,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field input:not(input[type="radio"]):focus,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field input:not(input[type="radio"]):focus,
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field select:focus,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field select:focus,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field select:focus,
.checkout-index-index .opc-wrapper .form-login .fieldset .field select:focus,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field select:focus,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field select:focus {
  box-shadow: none;
  border-color: #00965e;
}
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field input:not(input[type="radio"]).mage-error,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field input:not(input[type="radio"]).mage-error,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field input:not(input[type="radio"]).mage-error,
.checkout-index-index .opc-wrapper .form-login .fieldset .field input:not(input[type="radio"]).mage-error,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field input:not(input[type="radio"]).mage-error,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field input:not(input[type="radio"]).mage-error,
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field select.mage-error,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field select.mage-error,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field select.mage-error,
.checkout-index-index .opc-wrapper .form-login .fieldset .field select.mage-error,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field select.mage-error,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field select.mage-error,
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field input:not(input[type="radio"])[aria-invalid="true"],
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field input:not(input[type="radio"])[aria-invalid="true"],
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field input:not(input[type="radio"])[aria-invalid="true"],
.checkout-index-index .opc-wrapper .form-login .fieldset .field input:not(input[type="radio"])[aria-invalid="true"],
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field input:not(input[type="radio"])[aria-invalid="true"],
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field input:not(input[type="radio"])[aria-invalid="true"],
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field select[aria-invalid="true"],
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field select[aria-invalid="true"],
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field select[aria-invalid="true"],
.checkout-index-index .opc-wrapper .form-login .fieldset .field select[aria-invalid="true"],
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field select[aria-invalid="true"],
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field select[aria-invalid="true"] {
  border-color: #a22c42;
}
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field input:not(input[type="radio"])::placeholder,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field input:not(input[type="radio"])::placeholder,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field input:not(input[type="radio"])::placeholder,
.checkout-index-index .opc-wrapper .form-login .fieldset .field input:not(input[type="radio"])::placeholder,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field input:not(input[type="radio"])::placeholder,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field input:not(input[type="radio"])::placeholder,
.checkout-index-index .opc-wrapper .form-login .fieldset.address .field select::placeholder,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field select::placeholder,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .field select::placeholder,
.checkout-index-index .opc-wrapper .form-login .fieldset .field select::placeholder,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field select::placeholder,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field select::placeholder {
  color: #5b5b5b;
  padding: 0;
}
.checkout-index-index .opc-wrapper .form-login .fieldset.address .control .note,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .control .note,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset.address .control .note,
.checkout-index-index .opc-wrapper .form-login .fieldset .control .note,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .control .note,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .control .note {
  color: #5b5b5b;
}
.checkout-index-index .opc-wrapper .action.edit-address-link {
  color: #00965e;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 0 0 20px;
  text-decoration-line: underline;
}
.checkout-index-index .opc-wrapper .action.action-show-popup {
  color: #00965e;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 0 25px 35px;
  text-decoration-line: underline;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}
.checkout-index-index .opc-wrapper .form-billing-address .action.action-show-popup {
  margin: 15px 25px 20px;
}
.checkout-index-index .opc-wrapper .actions-toolbar .secondary .action.remind {
  color: #5b5b5b;
}
.checkout-index-index .opc-wrapper .checkout-billing-address,
.checkout-index-index .opc-wrapper .shipping-address-items {
  position: relative;
}
.checkout-index-index .opc-wrapper .checkout-billing-address .address-info-wrapper,
.checkout-index-index .opc-wrapper .shipping-address-items .address-info-wrapper {
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.checkout-index-index .opc-wrapper .checkout-billing-address .address-info-wrapper .address-info,
.checkout-index-index .opc-wrapper .shipping-address-items .address-info-wrapper .address-info {
  color: #151515;
}
.checkout-index-index .opc-wrapper .field.choice {
  color: #5b5b5b;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .step-content {
  padding: 0 25px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .payment-title {
  color: #151515;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-component-dock {
  max-width: initial;
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-component-dock .adyen-checkout__label__text {
  color: #151515;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-component-dock .adyen-checkout__input {
  border: 1px solid #ebebeb;
  border-radius: 0;
  line-height: 1;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-component-dock .adyen-checkout__input span {
  font-size: 3.3rem;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .payment-option-content {
  padding: 0;
}
.checkout-index-index .page-title-wrapper {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.checkout-index-index .page-title-wrapper .item.count {
  color: #5b5b5b;
}
.checkout-index-index .page-title {
  font-weight: 200;
  color: #06452d;
  position: relative;
}
.checkout-index-index .page-title .base:before {
  background-color: #06452d;
  bottom: -10px;
  content: "";
  position: absolute;
  width: 4%;
  height: 1px;
  left: 0;
}
.checkout-index-index .accordion-cart {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}
.checkout-index-index .accordion-cart .step-title,
.checkout-index-index .accordion-cart .accordion-title {
  font-weight: 400;
  color: #151515;
}
.checkout-index-index .accordion-cart.active {
  padding-bottom: 20px;
}
.checkout-index-index .accordion-cart.active .step-title,
.checkout-index-index .accordion-cart.active .accordion-title {
  display: block;
  text-decoration: none;
}
.checkout-index-index .accordion-cart.active .step-title:after,
.checkout-index-index .accordion-cart.active .accordion-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: '\e906';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index .accordion-cart .step-title,
.checkout-index-index .accordion-cart .accordion-title {
  padding: 20px 20px 0 25px;
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
  text-decoration: none;
  position: relative;
}
.checkout-index-index .accordion-cart .step-title:after,
.checkout-index-index .accordion-cart .accordion-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: '\e903';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index .accordion-cart .step-title:after,
.checkout-index-index .accordion-cart .accordion-title:after {
  position: absolute;
  right: 24px;
}
.checkout-index-index .accordion-cart .step-title {
  border-bottom: none;
}
.checkout-index-index .opc-sidebar {
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
}
.checkout-index-index .opc-sidebar .title {
  font-weight: 200;
  color: #06452d;
}
.checkout-index-index .opc-sidebar .table-totals .totals.discount .title,
.checkout-index-index .opc-sidebar .table-totals .totals .title,
.checkout-index-index .opc-sidebar .table-totals .totals.sub .title,
.checkout-index-index .opc-sidebar .table-totals .totals-tax .title,
.checkout-index-index .opc-sidebar .table-totals .totals.discount .mark,
.checkout-index-index .opc-sidebar .table-totals .totals .mark,
.checkout-index-index .opc-sidebar .table-totals .totals.sub .mark,
.checkout-index-index .opc-sidebar .table-totals .totals-tax .mark {
  color: #5b5b5b;
  font-weight: 400;
}
.checkout-index-index .opc-sidebar .table-totals .totals.discount .price,
.checkout-index-index .opc-sidebar .table-totals .totals .price,
.checkout-index-index .opc-sidebar .table-totals .totals.sub .price,
.checkout-index-index .opc-sidebar .table-totals .totals-tax .price {
  color: #00965e;
  font-weight: 700;
}
.checkout-index-index .opc-sidebar .table-totals .grand.totals .mark {
  color: #06452d;
  font-weight: 500;
}
.checkout-index-index .opc-sidebar .table-totals .grand.totals .mark strong {
  font-weight: 500;
}
.checkout-index-index .opc-sidebar .table-totals .grand.totals .price {
  color: #00965e;
  font-weight: 700;
}
.checkout-index-index .opc-sidebar .free-shipping {
  background: #aadfc7;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.checkout-index-index .opc-sidebar .free-shipping .text {
  color: #06452d;
}
.checkout-index-index .opc-sidebar .shipping-message .title-message {
  color: #06452d;
  font-weight: 500;
  margin-bottom: 20px;
}
.checkout-index-index .opc-sidebar .shipping-message textarea.input-text {
  color: #5b5b5b;
  padding: 10px 20px;
  height: 193px;
}
.checkout-index-index #opc-shipping_method .table-checkout-shipping-method .col-method input[type="radio"] {
  margin: 6px 0 0 0;
}
.checkout-onepage-success .page-title-wrapper .page-title {
  font-weight: 200;
  color: #06452d;
  position: relative;
}
.checkout-onepage-success .page-title-wrapper .page-title .base:before {
  background-color: #06452d;
  bottom: -10px;
  content: "";
  position: absolute;
  width: 8%;
  height: 1px;
  left: 0;
}
.checkout-onepage-success .success-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 1110px;
  width: 100%;
  padding: 0 20px;
}
.checkout-onepage-success .checkout-success p {
  color: #666666;
  margin-top: 0;
  margin-bottom: 0;
}
.checkout-onepage-success .checkout-success p span {
  color: #06452d;
}
.checkout-onepage-success .checkout-success .title {
  color: #06452d;
}
.checkout-onepage-success .checkout-success .shipping-data,
.checkout-onepage-success .checkout-success .shipping-data address {
  color: #666666;
  font-size: 1.6rem;
  line-height: 2rem;
}
.checkout-onepage-success .checkout-success .shipping-data a,
.checkout-onepage-success .checkout-success .shipping-data address a {
  color: #666666;
  text-decoration: underline;
}
.checkout-onepage-success .action.primary,
.checkout-onepage-success .amshopby-button,
.checkout-onepage-success .am-filter-go {
  color: #00965e;
  background: transparent;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border-radius: 0;
  margin-bottom: 30px;
  text-decoration-line: underline;
  padding: 0;
  border: none;
}
.checkout-onepage-success .shipping-date {
  margin: 0 0 20px;
}
.checkout-onepage-success .shipping-data {
  margin: 20px 0;
}
.contact-index-index .primary .marketing-agreecreateaccount {
  text-align: center;
  padding-top: 10px;
}
.contact-index-index .primary .marketing-agreecreateaccount .btn-privacy-plocy,
.contact-index-index .primary .marketing-agreecreateaccount .btn-privacy-plocy:hover {
  width: auto;
  min-width: auto;
  max-width: 100%;
  display: unset;
  float: unset;
  border: none;
  padding: 0;
  font-size: 14px;
}
.contact-index-index .primary .marketing-agreecreateaccount label.label {
  color: #5b5b5b;
  font-weight: 300;
}
.contact-index-index .primary .marketing-agreecreateaccount label.label a {
  color: #06452d;
  font-weight: 700;
}
.contact-index-index .primary .marketing-agreecreateaccount label.label a:hover {
  color: #06452d;
  background-color: transparent;
  font-weight: 700;
  text-decoration: underline;
}
.contact-index-index .field.name.required label span::after,
.contact-index-index .field.city.required label span::after,
.contact-index-index .field.country.required label span::after,
.contact-index-index .field.email.required label span::after,
.contact-index-index .field.comment.required label span::after {
  content: '*';
  color: #e02b27;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
}
.contact-index-index .field.telephone label span::after {
  content: '*';
  color: #e02b27;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
}
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label input,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control input,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label select,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control select,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label textarea,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control textarea {
  color: #06452d;
}
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label input::placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control input::placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label select::placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control select::placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label textarea::placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control textarea::placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label input:-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control input:-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label select:-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control select:-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label textarea:-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control textarea:-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label input::-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control input::-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label select::-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control select::-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .label textarea::-ms-input-placeholder,
.contact-index-index .column .form-section.primary .form-section-fieldset .fieldset-section .field .control textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
  opacity: 1;
  /* Firefox */
}
.contact-index-index .actions-toolbar.form-toolbar .primary button,
.contact-index-index .actions-toolbar.form-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.contact-index-index .actions-toolbar.customer-account-create .actions-toolbar .primary button,
.contact-index-index .customer-account-login .form-section .actions-toolbar .primary button,
.contact-index-index .actions-toolbar.form-toolbar .primary .action-gift {
  margin: 0 auto;
  min-width: 220px !important;
  border: 2px solid #06452d;
  font-weight: 500;
}
.contact-index-index .actions-toolbar.form-toolbar .primary button:hover,
.contact-index-index .actions-toolbar.form-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.contact-index-index .actions-toolbar.customer-account-create .actions-toolbar .primary button:hover,
.contact-index-index .customer-account-login .form-section .actions-toolbar .primary button:hover,
.contact-index-index .actions-toolbar.form-toolbar .primary .action-gift:hover {
  margin: 0 auto;
  border: 2px solid #06452d;
}
.customer-account #telephone.input-text,
.customer-account .input-text.validate-zip-international {
  appearance: none;
  font-size: 1.6rem;
  line-height: 2rem;
  z-index: 200;
  border: 1px solid #ebebeb;
  padding: 11px 40px 11px 20px;
  position: absolute;
  background-color: transparent;
  cursor: pointer;
}
.customer-account .columns {
  display: grid;
}
.customer-account .columns > .sidebar-main {
  padding: 0;
}
.customer-account .columns > .column.main {
  padding: 0;
}
.customer-account .account-navigation {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.customer-account .account-navigation .title {
  margin: 0;
}
.customer-account .account-navigation .title .section-header,
.customer-account .account-navigation .title .catalogsearch-result-index .page-title,
.customer-account .account-navigation .title .contact-index-index .page-title,
.customer-account .account-navigation .title .customer-account-create .page-title,
.customer-account .account-navigation .title .customer-account-login .page-title {
  color: #06452d;
  margin: 0;
}
.customer-account .account-navigation .title .section-header:after,
.customer-account .account-navigation .title .catalogsearch-result-index .page-title:after,
.customer-account .account-navigation .title .contact-index-index .page-title:after,
.customer-account .account-navigation .title .customer-account-create .page-title:after,
.customer-account .account-navigation .title .customer-account-login .page-title:after {
  margin-bottom: 0;
}
.customer-account .account-navigation ul.content {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.customer-account .account-navigation ul.content li.nav.item .header {
  color: #151515;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.customer-account .account-navigation ul.content li.nav.item .header a {
  box-sizing: border-box;
  display: inline-block;
}
.customer-account .account-navigation ul.content li.nav.item .header a,
.customer-account .account-navigation ul.content li.nav.item .header a:hover,
.customer-account .account-navigation ul.content li.nav.item .header a:focus {
  color: #151515;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 400;
}
.customer-account .account-navigation ul.content li.nav.item.current > .header,
.customer-account .account-navigation ul.content li.nav.item.current > .header > a {
  color: #06452d;
  text-decoration: none;
  font-weight: bolder;
}
.container.privacy-policy .agreements {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.container.privacy-policy .agreements .agreement {
  padding-left: 30px;
  position: relative;
}
.container.privacy-policy .agreements .agreement:not(:first-child) {
  margin-top: 30px;
}
.container.privacy-policy .agreements .agreement .checkbox {
  left: 0;
  position: absolute;
}
.container.privacy-policy .agreements .agreement .checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.container.privacy-policy .agreements .agreement p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #666666;
}
.settings-container fieldset {
  display: grid;
  margin-bottom: 30px;
}
.settings-container fieldset.additional_info {
  display: none;
}
.settings-container fieldset legend.legend {
  margin: 0;
}
.settings-container fieldset legend.legend + br {
  display: none;
}
.settings-container fieldset .field {
  display: flex;
  flex-direction: column;
}
.settings-container fieldset .field.choice {
  display: none;
}
.settings-container fieldset .field label.label {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #151515;
  width: 100%;
}
.settings-container fieldset .field .control {
  width: 100%;
}
.settings-container fieldset .field .control input,
.settings-container fieldset .field .control input:focus,
.settings-container fieldset .field .control input.mage-error,
.settings-container fieldset .field .control input.mage-error:focus {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #666666;
  border-color: #ebebeb;
  box-shadow: none;
}
.settings-container fieldset .field .control div.mage-error {
  font-style: italic;
}
.settings-container fieldset .field .control [data-role="password-strength-meter"] {
  display: none;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.settings-container.email fieldset.info,
.settings-container.password fieldset.info {
  display: none;
}
.settings-container.email fieldset.password,
.settings-container.password fieldset.password {
  display: none;
}
.settings-container .actions-toolbar {
  width: 100%;
}
.settings-container:not(.personal-info) .actions-toolbar button:not(.link),
.settings-container:not(.personal-info) .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:not(.link),
.settings-container:not(.personal-info) .actions-toolbar .action-gift:not(.link) {
  color: #06452d;
  border: 2px solid #06452d;
  background-color: #ffffff;
  padding: 10px;
  text-decoration: unset;
  text-transform: unset;
  text-align: center;
}
.settings-container:not(.personal-info) .actions-toolbar button:not(.link):hover,
.settings-container:not(.personal-info) .actions-toolbar button:not(.link):focus,
.settings-container:not(.personal-info) .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:not(.link):hover,
.settings-container:not(.personal-info) .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:not(.link):focus,
.settings-container:not(.personal-info) .actions-toolbar .action-gift:not(.link):hover,
.settings-container:not(.personal-info) .actions-toolbar .action-gift:not(.link):focus {
  color: #ffffff;
  background-color: #06452d;
}
.settings-container.personal-info select {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.6rem;
  cursor: pointer;
  padding-left: 0;
  text-indent: 0;
}
.settings-container.personal-info select:focus {
  box-shadow: none;
}
.settings-container.personal-info select::-ms-expand {
  display: none;
}
.settings-container.personal-info button.ui-datepicker-trigger,
.settings-container.personal-info .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-trigger,
.settings-container.personal-info .action-gift.ui-datepicker-trigger {
  display: none;
}
.settings-container.personal-info .actions-toolbar button:not(.link):hover,
.settings-container.personal-info .actions-toolbar button:not(.link):focus,
.settings-container.personal-info .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:not(.link):hover,
.settings-container.personal-info .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:not(.link):focus,
.settings-container.personal-info .actions-toolbar .action-gift:not(.link):hover,
.settings-container.personal-info .actions-toolbar .action-gift:not(.link):focus {
  color: #00965e;
  background-color: #ffffff;
  border: none;
}
.settings-container.addresses .grid ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.settings-container.addresses .grid ul.list > li > a:before {
  border: 1.5px solid #d1d1d1;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  border-radius: 100%;
  vertical-align: middle;
}
.settings-container.addresses .grid ul.list > li > a,
.settings-container.addresses .grid ul.list > li > a:hover,
.settings-container.addresses .grid ul.list > li > a:focus {
  color: #d1d1d1;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}
.settings-container.addresses .grid .actions-toolbar {
  margin: 30px auto;
}
.settings-container.addresses .grid .actions-toolbar button,
.settings-container.addresses .grid .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.settings-container.addresses .grid .actions-toolbar .action-gift {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
}
.settings-container.addresses .edit fieldset {
  margin-bottom: 0;
}
.settings-container.addresses .edit fieldset .field.field-name-firstname,
.settings-container.addresses .edit fieldset .field.field-name-lastname {
  display: none;
}
.settings-container.addresses .edit fieldset .field.choice {
  display: block;
}
.settings-container.addresses .edit fieldset .field.choice:before {
  display: none;
}
.settings-container.addresses .edit fieldset .field.choice .label {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}
.settings-container.addresses .edit .actions-toolbar {
  margin: 30px auto;
}
.customer-account-create .block .block-title {
  border: none;
}
.description {
  color: #5b5b5b;
  font-weight: 300;
}
.description span div span:after {
  content: '*';
  color: #e02b27;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
}
.description a {
  color: #06452d;
  font-weight: 700;
}
.description a:hover {
  color: #06452d;
  font-weight: 700;
  text-decoration: underline;
}
.newsletter label.label span {
  color: #5b5b5b;
  font-weight: 300;
}
.newsletter label.label span a {
  color: #06452d;
  font-weight: 700;
}
.newsletter label.label span a:hover {
  color: #06452d;
  font-weight: 700;
  text-decoration: underline;
}
.customer-account-login .form-section .form-section-fieldset .fieldset-section .block {
  float: unset;
  width: 100%;
}
.customer-account-login .form-section .form-section-fieldset .fieldset-section .block .block-title {
  border: none;
}
.customer-account-forgotpassword .page-title-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.customer-account-forgotpassword .page-title-wrapper h1.page-title {
  color: #06452d;
  font-weight: 200;
  font-size: 4rem;
  line-height: 4.4rem;
  text-align: left;
  padding-top: 20px;
}
.customer-account-forgotpassword .page-title-wrapper h1.page-title::after {
  background: #419465;
  margin: 10px auto 20px 0;
  content: '';
  display: block;
  width: 48px;
  height: 1px;
}
.customer-account-forgotpassword .column.main {
  max-width: 1100px;
  margin: 0 auto;
}
.customer-account-forgotpassword .column.main .field.note {
  font-size: 16px;
}
.customer-account-forgotpassword .column.main .field.email .label {
  padding: 6px 15px 0 0;
  text-align: left;
  width: 90px;
  box-sizing: border-box;
  float: left;
}
.salesregistration-account-registration .page-wrapper {
  padding-top: 180px;
}
.salesregistration-account-registration .page-wrapper .page-main {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
.salesregistration-account-registration .page-wrapper .page-main .page-title {
  color: #06452d;
  font-weight: 200;
  font-size: 4rem;
  line-height: 4.4rem;
  text-align: left;
}
.salesregistration-account-registration .page-wrapper .page-main .page-title:after {
  background: #419465;
  margin: 10px auto 20px 0;
  content: '';
  display: block;
  width: 48px;
  height: 1px;
}
.salesregistration-account-registration .page-wrapper .page-main .salesregistration_block {
  color: #a9a9a9;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 30px 0;
}
.salesregistration-account-registration .page-wrapper .page-main .salesregistration_block a:hover {
  color: #06452d;
}
.salesregistration-account-registration .page-wrapper .page-main .actions-toolbar.form-toolbar .label.create,
.salesregistration-account-registration .page-wrapper .page-main .actions-toolbar.customer-account-create .actions-toolbar .label.create,
.salesregistration-account-registration .page-wrapper .page-main .customer-account-login .form-section .actions-toolbar .label.create {
  color: #151515;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 0;
  margin-top: 15px;
  width: 100%;
  text-align: left;
}
.salesregistration-account-registration .page-wrapper .page-main .actions-toolbar.form-toolbar .label.create:hover,
.salesregistration-account-registration .page-wrapper .page-main .actions-toolbar.customer-account-create .actions-toolbar .label.create:hover,
.salesregistration-account-registration .page-wrapper .page-main .customer-account-login .form-section .actions-toolbar .label.create:hover {
  color: #06452d;
}
.salesregistration-account-registration .page-wrapper .page-main .requirements {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 0;
  margin: 0 0 20px 0;
  padding: 0;
  column-gap: 10px;
  color: #5b5b5b;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
}
.salesregistration-account-registration .page-wrapper .page-main .requirements a {
  color: #06452d;
  font-weight: 700;
}
.salesregistration-account-registration .page-wrapper .page-main .requirements a:hover {
  color: #06452d;
  font-weight: 700;
}
.customer-account-create .requirements {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 0;
  margin: 0 0 20px 0;
  padding: 0;
  column-gap: 10px;
  color: #151515;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}
.customer-account-create .requirements a:hover {
  color: #06452d;
}
.login-account-login .page-wrapper {
  padding-top: 180px;
}
.login-account-login .page-wrapper .page-main {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
.login-account-login .page-wrapper .page-main .page-title {
  color: #06452d;
  font-weight: 200;
  font-size: 4rem;
  line-height: 4.4rem;
  text-align: left;
}
.login-account-login .page-wrapper .page-main .page-title:after {
  background: #419465;
  margin: 10px auto 20px 0;
  content: '';
  display: block;
  width: 48px;
  height: 1px;
}
.login-account-login .page-wrapper .page-main .salesregistration_block {
  color: #a9a9a9;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 30px 0;
}
.login-account-login .page-wrapper .page-main .salesregistration_block a:hover {
  color: #06452d;
}
.login-account-login .form-section .fieldset-section .block {
  float: unset;
  width: 100%;
}
.login-account-login .form-section .fieldset-section .block .block-title {
  border: none;
  color: #06452d !important;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  font-weight: 500 !important;
}
.login-account-login .form-section .actions-toolbar div.primary {
  width: 100%;
  margin: 0 auto;
  float: unset;
  display: block;
  text-align: left;
}
.login-account-login .form-section .actions-toolbar div.primary a {
  color: #06452d;
  border: 1px solid #06452d;
  background-color: #ffffff;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  text-align: center;
}
.login-account-login .form-section .actions-toolbar div.primary a:hover {
  color: #ffffff;
  background-color: #06452d;
}
.login-account-login .form-section .actions-toolbar div.primary button,
.login-account-login .form-section .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action,
.login-account-login .form-section .actions-toolbar div.primary .action-gift {
  color: #06452d;
  border: 1px solid #06452d;
  background-color: #ffffff;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  text-align: center;
}
.login-account-login .form-section .actions-toolbar div.primary button:hover,
.login-account-login .form-section .actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action:hover,
.login-account-login .form-section .actions-toolbar div.primary .action-gift:hover {
  color: #ffffff;
  background-color: #06452d;
}
.catalog-category-view .block.filter .apply-button {
  font-size: 1.4rem;
  text-decoration: underline;
}
.catalog-category-view .block.filter .reset-button {
  font-size: 1.4rem;
  text-decoration: underline;
}
.catalog-category-view .block.filter .filter-wrapper .filter-title:focus {
  box-shadow: 0 0 0 1px #00965e;
}
.catalog-category-view .product-reviews-summary.short {
  display: block;
}
.catalog-category-view .product-reviews-summary.short .rating-summary {
  display: block;
  text-align: center;
  left: 0;
}
.catalog-category-view .product-reviews-summary.short .rating-summary .rating-result {
  margin-left: 0;
}
.catalog-category-view .product-reviews-summary .action.view {
  display: none;
}
.catalog-product-view .product-reviews-summary .rating-summary {
  left: 0;
}
.catalog-product-view .product-reviews-summary .rating-summary .rating-result {
  width: 71px;
  margin-left: 0;
}
.catalog-product-view .product-reviews-summary .rating-summary .rating-result:before {
  z-index: 0;
}
.product.reviews.section,
.product-full-width-section {
  display: grid;
  background-color: #eef5f8;
  box-sizing: border-box;
}
.product.reviews.section .block.review-view,
.product-full-width-section .block.review-view {
  z-index: 1;
  box-sizing: border-box;
}
.product.reviews.section .block.review-view.empty,
.product-full-width-section .block.review-view.empty {
  display: none;
}
.product.reviews.section .block.review-add,
.product-full-width-section .block.review-add {
  display: none;
}
.product.reviews.section .review-toolbar,
.product-full-width-section .review-toolbar {
  display: none;
}
.product.reviews.section .show-more-button,
.product-full-width-section .show-more-button {
  padding: 0;
  margin-top: 24px;
}
.product.reviews.section .show-more-button .show-btn,
.product-full-width-section .show-more-button .show-btn {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #06452d;
  font-weight: 400;
}
.product.reviews.section .review-content-container,
.product-full-width-section .review-content-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.product.reviews.section .items.review-items li,
.product-full-width-section .items.review-items li {
  display: none;
}
.product.reviews.section .review-item,
.product-full-width-section .review-item {
  border-bottom: 1px solid #ebebeb;
}
.product.reviews.section .review-details,
.product-full-width-section .review-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.product.reviews.section .review-ratings,
.product-full-width-section .review-ratings {
  width: 100%;
  max-width: none;
}
.product.reviews.section .review-ratings ~ .review-content,
.product-full-width-section .review-ratings ~ .review-content {
  margin-left: 0;
}
.product.reviews.section .review-author,
.product-full-width-section .review-author {
  display: inline-block;
  text-decoration: none;
}
.product.reviews.section .review-author > span,
.product-full-width-section .review-author > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product.reviews.section .review-author:before,
.product-full-width-section .review-author:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: inherit;
  content: '\e912';
  font-family: 'soma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.reviews.section .review-author .review-details-value,
.product-full-width-section .review-author .review-details-value {
  color: #151515;
  font-weight: 400;
}
.product.reviews.section .review-date .review-details-value,
.product-full-width-section .review-date .review-details-value {
  color: #666666;
  font-weight: 400;
}
.product.reviews.section .review-title,
.product-full-width-section .review-title {
  color: #06452d;
  font-weight: 600;
  width: 100%;
}
.product.reviews.section .review-content,
.product-full-width-section .review-content {
  color: #666666;
  font-weight: 400;
  width: 100%;
}
.product.reviews.section .rating-summary .rating-result,
.product-full-width-section .rating-summary .rating-result {
  margin-left: 0;
}
.product.reviews.section .review-thumbs,
.product-full-width-section .review-thumbs {
  width: 100%;
}
.product.reviews.section .review-thumbs a.thumbs-up,
.product-full-width-section .review-thumbs a.thumbs-up,
.product.reviews.section .review-thumbs a.thumbs-down,
.product-full-width-section .review-thumbs a.thumbs-down {
  color: #575757;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.product.reviews.section .review-thumbs a.thumbs-up:hover,
.product-full-width-section .review-thumbs a.thumbs-up:hover,
.product.reviews.section .review-thumbs a.thumbs-down:hover,
.product-full-width-section .review-thumbs a.thumbs-down:hover,
.product.reviews.section .review-thumbs a.thumbs-up:focus,
.product-full-width-section .review-thumbs a.thumbs-up:focus,
.product.reviews.section .review-thumbs a.thumbs-down:focus,
.product-full-width-section .review-thumbs a.thumbs-down:focus {
  color: #575757;
}
.product.reviews.section .review-thumbs a.thumbs-up.active:before,
.product-full-width-section .review-thumbs a.thumbs-up.active:before,
.product.reviews.section .review-thumbs a.thumbs-down.active:before,
.product-full-width-section .review-thumbs a.thumbs-down.active:before {
  font-weight: 600;
}
.product.reviews.section .review-thumbs .thumbs-up,
.product-full-width-section .review-thumbs .thumbs-up {
  display: inline-block;
  text-decoration: none;
}
.product.reviews.section .review-thumbs .thumbs-up > span,
.product-full-width-section .review-thumbs .thumbs-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product.reviews.section .review-thumbs .thumbs-up:before,
.product-full-width-section .review-thumbs .thumbs-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  content: '\e917';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.reviews.section .review-thumbs .thumbs-down,
.product-full-width-section .review-thumbs .thumbs-down {
  display: inline-block;
  text-decoration: none;
}
.product.reviews.section .review-thumbs .thumbs-down > span,
.product-full-width-section .review-thumbs .thumbs-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product.reviews.section .review-thumbs .thumbs-down:before,
.product-full-width-section .review-thumbs .thumbs-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  content: '\e917';
  font-family: 'soma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.reviews.section .review-thumbs .thumbs-down:before,
.product-full-width-section .review-thumbs .thumbs-down:before {
  transform: rotate(180deg);
}
.product.reviews.section .review-thumbs .info,
.product-full-width-section .review-thumbs .info {
  font-size: 1rem;
  line-height: 1.4rem;
  display: block;
  width: 100%;
}
.product.reviews.section .review-thumbs .counter,
.product-full-width-section .review-thumbs .counter {
  line-height: 2rem;
  font-size: 1.2rem;
  margin-right: 10px;
}
.product.reviews.section .reviews-product-overlay,
.product-full-width-section .reviews-product-overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.product.reviews.section .reviews-product-overlay .content,
.product-full-width-section .reviews-product-overlay .content {
  position: relative;
}
.product.reviews.section .reviews-product-overlay .content:after,
.product-full-width-section .reviews-product-overlay .content:after {
  background-image: url('../images/quote.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  bottom: 75%;
  z-index: 0;
}
.product.reviews.section .reviews-product-overlay h1,
.product-full-width-section .reviews-product-overlay h1 {
  color: #06452d;
  font-weight: 200;
  position: relative;
  z-index: 1;
}
.product.reviews.section .reviews-product-overlay p,
.product-full-width-section .reviews-product-overlay p {
  color: #666666;
  font-size: 1.6rem;
  line-height: 2rem;
}
.product.reviews.section .reviews-product-overlay button,
.product-full-width-section .reviews-product-overlay button,
.product.reviews.section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action,
.product-full-width-section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action,
.product.reviews.section .reviews-product-overlay .action-gift,
.product-full-width-section .reviews-product-overlay .action-gift {
  background-color: transparent;
}
.product.reviews.section .reviews-product-overlay button:hover,
.product-full-width-section .reviews-product-overlay button:hover,
.product.reviews.section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action:hover,
.product-full-width-section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action:hover,
.product.reviews.section .reviews-product-overlay .action-gift:hover,
.product-full-width-section .reviews-product-overlay .action-gift:hover {
  background-color: #06452d;
}
.product.reviews.section .reviews-product-overlay button:hover:active,
.product-full-width-section .reviews-product-overlay button:hover:active,
.product.reviews.section .reviews-product-overlay button:hover:focus,
.product-full-width-section .reviews-product-overlay button:hover:focus,
.product.reviews.section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action:hover:active,
.product-full-width-section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action:hover:active,
.product.reviews.section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action:hover:focus,
.product-full-width-section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action:hover:focus,
.product.reviews.section .reviews-product-overlay .action-gift:hover:active,
.product-full-width-section .reviews-product-overlay .action-gift:hover:active,
.product.reviews.section .reviews-product-overlay .action-gift:hover:focus,
.product-full-width-section .reviews-product-overlay .action-gift:hover:focus {
  color: white;
}
.product.reviews.section .reviews-product-overlay button:active,
.product-full-width-section .reviews-product-overlay button:active,
.product.reviews.section .reviews-product-overlay button:focus,
.product-full-width-section .reviews-product-overlay button:focus,
.product.reviews.section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action:active,
.product-full-width-section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action:active,
.product.reviews.section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action:focus,
.product-full-width-section .reviews-product-overlay .cart.table-wrapper .actions-toolbar > .action:focus,
.product.reviews.section .reviews-product-overlay .action-gift:active,
.product-full-width-section .reviews-product-overlay .action-gift:active,
.product.reviews.section .reviews-product-overlay .action-gift:focus,
.product-full-width-section .reviews-product-overlay .action-gift:focus {
  color: inherit;
}
.review-form-modal {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.review-form-modal .modal-inner-wrap {
  -webkit-transform: unset;
  transform: unset;
}
.review-form-modal.open {
  display: block;
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}
.review-form-modal.open ~ .modals-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
.review-form-modal.open .modal-header {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  padding: 0;
}
.review-form-modal.open .modal-header .action-close[data-role="closeBtn"] {
  display: none;
}
.review-form-modal.open .modal-header .action-close[data-role="action"] {
  color: #06452d;
  display: inline-block;
  vertical-align: middle;
  padding: 39.4px;
  display: block;
  text-decoration: none;
}
.review-form-modal.open .modal-header .action-close[data-role="action"]:hover {
  color: #06452d;
}
.review-form-modal.open .modal-header .action-close[data-role="action"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 21px;
  color: inherit;
  content: '\e905';
  font-family: 'soma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.review-form-modal.open .modal-inner-wrap {
  -webkit-transform: unset;
  transform: unset;
  width: 920px;
  max-width: 100%;
}
.review-form-modal.open .modal-inner-wrap .modal-content {
  margin: 100px 65px 50px 65px;
  padding: 0;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add {
  margin-bottom: 0;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-title {
  margin-bottom: 30px;
  display: block;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-title strong {
  color: #06452d;
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 200;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-title strong + hr {
  color: #419465;
  margin-top: 10px;
  margin-left: 0;
  width: 48px;
  height: 1px;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form {
  width: 100%;
  max-width: unset;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset {
  display: -webkit-grid;
  display: -ms-gridbox;
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  width: 100%;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset #input-message-box {
  display: none;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field textarea {
  padding: 20px;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field input,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field textarea {
  color: #151515;
  font-size: 1.6rem;
  line-height: 2rem;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field input:focus,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field textarea:focus {
  box-shadow: unset;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field input::-webkit-input-placeholder,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field textarea::-webkit-input-placeholder,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field input::-moz-placeholder,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field textarea::-moz-placeholder,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field input:-ms-input-placeholder,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field textarea:-ms-input-placeholder,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field input:-moz-placeholder,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field textarea:-moz-placeholder {
  color: #666666;
  opacity: 1;
  /* Firefox */
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-ratings {
  grid-column: 1;
  grid-row: 1;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-ratings .review-field-rating .label {
  display: none;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-ratings .control.review-control-vote {
  position: relative;
  margin: 0;
  height: 30px;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-ratings .control.review-control-vote:before,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-ratings .control.review-control-vote label:before {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  height: 30px;
  letter-spacing: 20px;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-ratings .control.review-control-vote:before {
  position: relative;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-ratings .control.review-control-vote label {
  position: absolute;
  top: 0;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-ratings .control.review-control-vote label label:before {
  position: absolute;
  top: 0;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-nickname {
  grid-column: 1;
  grid-row: 2;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-nickname input {
  padding: 11px 20px;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-summary {
  grid-column: 1;
  grid-row: 3;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field.review-field-summary input {
  padding: 11px 20px;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field .label,
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field .control {
  color: #151515;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form .review-fieldset .field .label {
  margin-bottom: 10px;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form-actions {
  text-align: center;
}
.review-form-modal.open .modal-inner-wrap .modal-content .review-add .block-content .review-form-actions .actions-primary {
  float: none;
}
.review-form-modal.open .modal-footer {
  display: none;
}
.container.orders {
  width: 100%;
}
.container.orders .content {
  font-size: 1.6rem;
  line-height: 2rem;
}
.container.orders .content .container {
  width: 100%;
  padding: 0;
}
.container.orders .content .row {
  margin-top: 30px;
  border: 1px solid #ebebeb;
  background: #f5f5f5;
  padding: 20px 25px 30px 25px;
  position: relative;
}
.container.orders .content .row:first-child {
  margin-top: 0;
}
.container.orders .content .row.collapsible .trigger {
  cursor: pointer;
}
.container.orders .content .row.collapsible .trigger:after {
  background-image: url("../Magento_Sales/images/accordion-horizontal-icon.png"), url("../Magento_Sales/images/accordion-vertical-icon.png");
  right: 30px;
  top: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.container.orders .content .row.collapsible.active .trigger:after {
  background-image: url("../Magento_Sales/images/accordion-horizontal-icon.png");
}
.container.orders .content .row .column.info {
  color: #666666;
  width: 100%;
}
.container.orders .content .row .column.info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.container.orders .content .row .column.info ul li {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.container.orders .content .row .column.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #00965e;
}
.container.orders .content .row .column.price .price {
  display: block;
  width: 100%;
  text-align: right;
}
.container.orders .content .row .column.price .price.discount {
  font-weight: 500;
  color: #666666;
  text-decoration: line-through;
}
.container.orders .content .row .column.price .old-price {
  width: 100%;
  color: #31373c;
}
.container.orders .content .row .column.price .old-price .price {
  color: #666666;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.container.orders .content .row .column.link {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.container.orders .content .row .column.link .product-add-form {
  width: 100%;
}
.container.orders .content .row .column.link a,
.container.orders .content .row .column.link button,
.container.orders .content .row .column.link .cart.table-wrapper .actions-toolbar > .action,
.container.orders .content .row .column.link .action-gift {
  border: 2px solid #06452d;
  color: #06452d;
  padding: 10px;
  display: block;
  text-align: center;
  font-weight: 500;
  max-width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
.container.orders .content .row .column.link a:focus,
.container.orders .content .row .column.link button:focus,
.container.orders .content .row .column.link .cart.table-wrapper .actions-toolbar > .action:focus,
.container.orders .content .row .column.link .action-gift:focus {
  color: #06452d;
  text-decoration: none;
}
.container.orders .content .row .column.link a:hover,
.container.orders .content .row .column.link button:hover,
.container.orders .content .row .column.link .cart.table-wrapper .actions-toolbar > .action:hover,
.container.orders .content .row .column.link .action-gift:hover {
  color: #ffffff;
  background: #06452d;
  border-color: #06452d;
  text-decoration: none;
}
.container.orders .content .row .column.link.secondary a,
.container.orders .content .row .column.link.secondary button,
.container.orders .content .row .column.link.secondary .cart.table-wrapper .actions-toolbar > .action,
.container.orders .content .row .column.link.secondary .action-gift {
  background: #00965e;
  color: #ffffff;
  border-color: #ffffff;
}
.container.orders .content .row .column.link.secondary a:hover,
.container.orders .content .row .column.link.secondary button:hover,
.container.orders .content .row .column.link.secondary .cart.table-wrapper .actions-toolbar > .action:hover,
.container.orders .content .row .column.link.secondary .action-gift:hover {
  background: #00965e;
  color: #ffffff;
  border-color: #ffffff;
}
.container.order-view .previous-link {
  padding: 30px 5px;
  width: 100%;
  text-align: center;
}
.container.order-view .previous-link ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.container.order-view .previous-link ul li {
  width: 100%;
}
.container.order-view .previous-link ul li a,
.container.order-view .previous-link ul li a:hover,
.container.order-view .previous-link ul li a:focus {
  color: #00965e;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration-line: underline;
}
.container.orders .content .row.item {
  margin: 0;
}
.container.orders .content .row.item:first-child {
  border-top: none;
}
.container.orders .content .row.item:not(:last-child) {
  border-bottom: none;
}
.container.orders .content .row.item .column.image {
  padding: 10px;
  height: auto;
}
.container.orders .content .row.item .column.image img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.container.orders .content .row.item .column.label .name {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #06452d;
}
.container.orders .content .row.item .column.label .name .wishlist {
  position: absolute;
}
.container.orders .content .row.item .column.label .category {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #151515;
}
.container.orders .action.towishlist:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e908';
}
.container.orders .action.towishlist.filled:before,
.product-items .action.towishlist.filled:before,
.products.list.items .action.towishlist.filled:before,
.table-comparison .action.towishlist.filled:before {
  background-image: url("../images/heart-filled.png");
  content: '';
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-addto-links .action.towishlist.filled:after {
  background-image: url("../images/heart-filled.png");
  content: '';
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-item-details .action.towishlist.filled:before {
  background-image: url("../images/heart-filled.png");
  content: '';
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.container.orders .action.towishlist,
.product-items .action.towishlist,
.products.list.items .action.towishlist {
  position: absolute;
  top: 7px;
  right: 31px;
  z-index: 9;
}
.container.orders .action.towishlist:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before {
  color: #06452d;
  font-size: 2rem;
  line-height: 2rem;
}
.wishlist .product-items,
.wishlist .products.list.items {
  margin: 0;
}
.wishlist .product-items .action.towishlist.delete,
.wishlist .products.list.items .action.towishlist.delete {
  z-index: 1;
  right: 0;
}
.wishlist .product-items .product-item,
.wishlist .products.list.items .product-item {
  margin: 0 auto;
  padding: 0;
}
.wishlist .product-items .product-item .tocart,
.wishlist .products.list.items .product-item .tocart {
  white-space: unset;
  padding: 11px 15px;
}
.wishlist .product-items .product-item .product-item-info,
.wishlist .products.list.items .product-item .product-item-info {
  width: 100%;
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wishlist .product-items .product-item .product-item-info .product-item-tooltip,
.wishlist .products.list.items .product-item .product-item-info .product-item-tooltip {
  display: none;
}
.wishlist .product-items .product-item .product-item-info .product-item-photo,
.wishlist .products.list.items .product-item .product-item-info .product-item-photo {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.wishlist .products.list.items .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.wishlist .products.list.items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  margin-top: 15px;
}
.wishlist .product-items .product-item .product-item-info .product-item-name,
.wishlist .products.list.items .product-item .product-item-info .product-item-name {
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  margin: 0;
  padding: 0;
  height: auto;
  text-align: center;
}
.wishlist .product-items .product-item .product-item-info .product-item-name strong,
.wishlist .products.list.items .product-item .product-item-info .product-item-name strong,
.wishlist .product-items .product-item .product-item-info .product-item-name a,
.wishlist .products.list.items .product-item .product-item-info .product-item-name a,
.wishlist .product-items .product-item .product-item-info .product-item-name a:hover,
.wishlist .products.list.items .product-item .product-item-info .product-item-name a:hover,
.wishlist .product-items .product-item .product-item-info .product-item-name a:focus,
.wishlist .products.list.items .product-item .product-item-info .product-item-name a:focus {
  color: #06452d;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
}
.wishlist .product-items .product-item .product-item-info .product-item-name .product-view-item,
.wishlist .products.list.items .product-item .product-item-info .product-item-name .product-view-item {
  color: #151515;
  font-weight: 500;
  margin: 5px 0;
  width: 100%;
  text-align: center;
}
.wishlist .product-items .product-item .product-item-info .price-box,
.wishlist .products.list.items .product-item .product-item-info .price-box {
  margin: auto;
  width: 70%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.wishlist .product-items .product-item .product-item-info .price-box .normal-price,
.wishlist .products.list.items .product-item .product-item-info .price-box .normal-price,
.wishlist .product-items .product-item .product-item-info .price-box .special-price,
.wishlist .products.list.items .product-item .product-item-info .price-box .special-price {
  display: flex;
  align-items: center;
  color: #00965e;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  grid-row: 1;
}
.wishlist .product-items .product-item .product-item-info .price-box .old-price,
.wishlist .products.list.items .product-item .product-item-info .price-box .old-price {
  display: flex;
  align-items: center;
  text-decoration-color: #666666;
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  grid-column: 1;
  grid-row: 1;
}
.wishlist .product-items .product-item .product-item-info .box-tocart fieldset,
.wishlist .products.list.items .product-item .product-item-info .box-tocart fieldset {
  margin: 0;
}
.wishlist .product-items .product-item .product-item-info .box-tocart .field.qty,
.wishlist .products.list.items .product-item .product-item-info .box-tocart .field.qty {
  display: none;
}
.wishlist .product-items .product-item .product-item-info .box-tocart .product-item-actions,
.wishlist .products.list.items .product-item .product-item-info .box-tocart .product-item-actions {
  width: 100%;
  margin: 0;
}
.wishlist .product-items .product-item .product-item-info .product-item-actions button,
.wishlist .products.list.items .product-item .product-item-info .product-item-actions button,
.wishlist .product-items .product-item .product-item-info .product-item-actions .cart.table-wrapper .actions-toolbar > .action,
.wishlist .products.list.items .product-item .product-item-info .product-item-actions .cart.table-wrapper .actions-toolbar > .action,
.wishlist .product-items .product-item .product-item-info .product-item-actions .action-gift,
.wishlist .products.list.items .product-item .product-item-info .product-item-actions .action-gift {
  width: 100%;
}
.wishlist .product-items .product-item .product-item-info .product-reviews-summary,
.wishlist .products.list.items .product-item .product-item-info .product-reviews-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin: 0;
}
.wishlist .product-items .product-item .product-item-info .product-reviews-summary .rating-summary,
.wishlist .products.list.items .product-item .product-item-info .product-reviews-summary .rating-summary {
  left: unset;
  margin: 0;
}
.wishlist .product-items .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result,
.wishlist .products.list.items .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result {
  margin-left: unset;
}
.wishlist .product-items .action.towishlist.delete,
.wishlist .products.list.items .action.towishlist.delete {
  top: 10px;
  right: 10px;
}
.wishlist .show-all-link {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.wishlist .show-all-link a,
.wishlist .show-all-link a:hover,
.wishlist .show-all-link a:focus {
  color: #00965e;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: lowercase;
}
