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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
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: #000000;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
abbr[title] {
  border-bottom: 1px dotted #c4c4c4;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #c4c4c4;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 3.5rem;
}
h2 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 6.25rem;
  margin-bottom: 5rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
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: #000000;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink,
.amstock-button.-link {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited,
.amstock-button.-link:visited {
  color: #014495;
  text-decoration: none;
}
a:hover,
.alink:hover,
.amstock-button.-link:hover {
  color: #014495;
  text-decoration: underline;
}
a:active,
.alink:active,
.amstock-button.-link:active {
  color: #014495;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 6.25rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 50px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 12.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 20px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #c4c4c4;
  color: #000000;
  line-height: 1.42857143;
  margin: 0 0 20px;
  padding: 20px;
  font-size: 1.2rem;
  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 #c4c4c4;
  margin: 0 0 50px 100px;
  padding: 0;
  color: #000000;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #000000;
  line-height: 1.42857143;
  font-size: 1rem;
  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: 11px 20px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #c4c4c4;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #c4c4c4;
  color: #000000;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #c4c4c4;
  color: #000000;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 3px;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 9px;
  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: #a9a9a9;
}
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: #a9a9a9;
}
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: #a9a9a9;
}
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 url('../../frontend/AbitiProfessionali/isacco/it_IT/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 3px;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 13px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 3px;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #a9a9a9;
}
textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}
textarea:-ms-input-placeholder {
  color: #a9a9a9;
}
input[type="checkbox"] {
  margin: 2px 12.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 12.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.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.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,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #014495;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #014495;
  border: 1px solid #014495;
  color: #ffffff;
}
.action-primary:hover {
  background: #014495;
  border: none;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .amshopby-button:not(:focus),
.block-compare .amshopby-button:not(:focus),
.cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.cart-summary .form.giftregistry .fieldset .amshopby-button:not(:focus),
.abs-discount-block .actions-toolbar .am-filter-go:not(:focus),
.block-compare .am-filter-go:not(:focus),
.cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus),
.cart-summary .form.giftregistry .fieldset .am-filter-go:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(196, 196, 196, 0.3);
}
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(196, 196, 196, 0.8), inset 0 -1px 0 0 rgba(196, 196, 196, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #c4c4c4;
  color: #000000;
  cursor: pointer;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #c4c4c4;
  color: #000000;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #c4c4c4;
  color: #000000;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check: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: #014495;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #014495;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #014495;
  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,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  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),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .am-filter-go,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #c4c4c4;
  color: #000000;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #c4c4c4;
  color: #000000;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #c4c4c4;
  color: #000000;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.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,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.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.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list 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 20px 12.5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list 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,
.minicart-items .product-item-details .product .options.list 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 12.5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  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 {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-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: transparent;
  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-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 100px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .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 .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.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: #000000;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #000000;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #000000;
  text-decoration: underline;
}
.abs-like-link {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #014495;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #014495;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #014495;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 75px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 75px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.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 > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .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,
.minicart-items .product.options .toggle > span,
.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:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar: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,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.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 .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .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-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.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,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  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: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-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 12.5px;
}
.abs-split-button .items li:hover {
  background: transparent;
  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-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #000000;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 75px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #c4c4c4;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 20px 100px 20px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 50px;
  top: 20px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #4a4a4a;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 62.5px;
  padding-bottom: 20px;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #ffffff;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.cart.table-wrapper .col.actions .price-including-tax,
.cart.table-wrapper .col.actions .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.cart.table-wrapper .col.actions .price-including-tax .price,
.cart.table-wrapper .col.actions .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .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 {
  font-size: 1.1rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .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 .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .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,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 50px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 12.5px;
  padding-right: 62.5px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #737373;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 20px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .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,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .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 20px;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .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: 20px;
}
.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: 'luma-icons';
  margin: 0 10px 0 0;
  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: transparent;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 12.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,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #c4c4c4;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 20px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #c4c4c4;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 50px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 50px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 50px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #014495;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #014495;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #014495;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 20px;
  width: calc(100% - 43px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 20px;
  width: calc(100% - 53.5px);
}
.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: -20px;
  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: 20px;
  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: #666666;
}
.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 {
  padding-bottom: 20px;
  color: #000000;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #c4c4c4;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #c4c4c4;
  padding-right: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #c4c4c4;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 20px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.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-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  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 {
  padding-right: 50px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  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: 3px;
  top: 3px;
}
.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 #c4c4c4;
  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-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../../frontend/AbitiProfessionali/isacco/it_IT/fonts/ApercuPro.woff2') format('woff2'), url('../../frontend/AbitiProfessionali/isacco/it_IT/fonts/ApercuPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
body .action.primary,
body .amshopby-button,
body .am-filter-go {
  text-transform: none;
}
.-close-icon {
  display: inline-block;
  text-decoration: none;
}
.-close-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e905';
  font-family: 'IsaccoIcons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.-customize {
  display: inline-block;
  text-decoration: none;
}
.-customize:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e90c';
  font-family: 'IsaccoIcons';
  margin: 0 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
label[for="amrma-instruction-block"],
.payment-method-amasty_stripe .payment-method-title .label {
  display: flex !important;
}
.form-orders-search [type="submit"] {
  border-radius: 2px !important;
}
input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  width: 0;
  margin: 0 !important;
  visibility: hidden;
}
input[type="checkbox"] + label:not([class^='amrma-label']),
input[type="radio"] + label:not([class^='amrma-label']) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
input[type="checkbox"] + label:not([class^='amrma-label']):after,
input[type="radio"] + label:not([class^='amrma-label']):after {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0 !important;
}
input[type="checkbox"]:checked + label:not([class^='amrma-label']),
input[type="radio"]:checked + label:not([class^='amrma-label']) {
  display: inline;
  text-decoration: none;
}
input[type="checkbox"]:checked + label:not([class^='amrma-label']):before,
input[type="radio"]:checked + label:not([class^='amrma-label']):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: inherit;
  color: inherit;
  content: '\e90e';
  font-family: 'IsaccoIcons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
input[type="checkbox"]:checked + label:not([class^='amrma-label']):before,
input[type="radio"]:checked + label:not([class^='amrma-label']):before {
  position: absolute;
  left: 4px;
  top: 3px;
}
input[type="radio"] + label:not([class^='amrma-label']):after {
  border-radius: 50%;
}
input[type="radio"]:checked + label:not([class^='amrma-label']):before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
  left: 4px;
  top: 4px;
}
body .slick-slider .slick-arrow {
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjMxMDM3IDIwLjU3NjRMMTguNTY0NSAzOS43NDMyQzE4Ljg4MzUgNDAuMDczNiAxOS40MTA4IDQwLjA4ODMgMTkuNzQyOSAzOS43NjkyQzIwLjA3NDkgMzkuNDUxIDIwLjA4NjMgMzguOTIzNyAxOS43Njg5IDM4LjU5MDlMMS45ODcyMyAyMC4wMDAyTDE5Ljc2OSAxLjQwOTQ3QzIwLjA4NjQgMS4wNzY2NSAyMC4wNzUgMC41NDkzMDUgMTkuNzQyOSAwLjIzMTA5OEMxOS41ODE4IDAuMDc2NDg4NSAxOS4zNzM1IDMuODE0N2UtMDYgMTkuMTY2OCAzLjgxNDdlLTA2QzE4Ljk0NyAzLjgxNDdlLTA2IDE4LjcyODkgMC4wODYyNTQxIDE4LjU2NDYgMC4yNTcxOTFMMC4yMzEwMzcgMTkuNDI0Qy0wLjA3NjYyMiAxOS43NDYzIC0wLjA3NjYyMiAyMC4yNTQxIDAuMjMxMDM3IDIwLjU3NjRaIiBmaWxsPSIjNkI2RDc2Ii8+Cjwvc3ZnPg==") !important;
  height: 40px;
}
body .slick-slider .slick-arrow.slick-prev {
  transform: translate(0, 50%);
}
body .slick-slider .slick-arrow.slick-next {
  transform: rotate(180deg) translate(0, 50%);
}
.message {
  text-align: center;
  font-size: 14px !important;
  padding: 8px 20px !important;
  max-width: 1140px;
  margin: 0 auto 20px !important;
  box-sizing: border-box;
}
.message > div {
  display: inline-block;
}
.message a {
  color: #ffffff !important;
  text-decoration: underline;
}
.message > *:first-child:before {
  font-family: 'IsaccoIcons' !important;
  font-size: 12px !important;
  color: #ffffff !important;
  position: static !important;
  margin: 0 20px 0 0!important;
  padding: 0;
  width: auto !important;
}
.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: 100px;
  -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: 50px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #ffffff;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #c4c4c4;
  padding-top: 50px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 20px;
  padding: 12px 50px 12px 62.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffb800;
  color: #ffffff;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #014495;
}
.message.info a:active {
  color: #014495;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e918';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 20px;
  padding: 12px 50px 12px 62.5px;
  display: block;
  font-size: 1.3rem;
  background: #e42020;
  color: #ffffff;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #014495;
}
.message.error a:active {
  color: #014495;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e919';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 20px;
  padding: 12px 50px 12px 62.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffb800;
  color: #ffffff;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #014495;
}
.message.warning a:active {
  color: #014495;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e918';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 20px;
  padding: 12px 50px 12px 62.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffb800;
  color: #ffffff;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #014495;
}
.message.notice a:active {
  color: #014495;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e918';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 20px;
  padding: 12px 50px 12px 62.5px;
  display: block;
  font-size: 1.3rem;
  background: #0b9267;
  color: #ffffff;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #014495;
}
.message.success a:active {
  color: #014495;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e91a';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #014495;
}
.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: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.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: #000000;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 20px;
}
.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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/AbitiProfessionali/isacco/it_IT/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 100px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 50px;
  padding: 0 0 20px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 50px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 50px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.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 #000000;
  border-radius: 3px;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 9px;
  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: #a9a9a9;
}
.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: #a9a9a9;
}
.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: #a9a9a9;
}
.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: 20px;
}
.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.2rem;
  margin: 0 0 0 12.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  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: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 20px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 12.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 20px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 20px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.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: #000000;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-left: 16px;
  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: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  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: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.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: 23px;
  line-height: 23px;
  color: #4a4a4a;
  content: '\e612';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  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 50px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 12.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/AbitiProfessionali/isacco/it_IT/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/AbitiProfessionali/isacco/it_IT/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(196, 196, 196, 0.8), inset 0 -1px 0 0 rgba(196, 196, 196, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  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 {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #014495;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #014495;
  border: 1px solid #014495;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #014495;
  border: none;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 50px;
  margin-left: -20px;
  margin-right: -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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #c4c4c4;
  height: 100px;
  padding: 1px 20px 1px 20px;
  font-weight: 600;
  line-height: 100px;
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #000000;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 20px 20px 75px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 20px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 7.5rem;
  letter-spacing: normal;
  margin: 0 8px 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: #006bb4;
  display: inline-block;
  padding: 0 12.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #014495;
}
.pages a.page:hover {
  color: #014495;
  text-decoration: none;
}
.pages a.page:active {
  color: #014495;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 7.5rem;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 0 12.5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #c4c4c4;
  color: #4a4a4a;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #4a4a4a;
}
.pages .action:hover {
  background: #dedede;
  color: #4a4a4a;
  text-decoration: none;
}
.pages .action:active {
  color: #4a4a4a;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #4a4a4a;
}
.pages .action.next:active:before {
  color: #4a4a4a;
}
.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: 16px;
  line-height: inherit;
  color: #4a4a4a;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #4a4a4a;
}
.pages .action.next:active:before {
  color: #4a4a4a;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #4a4a4a;
}
.pages .action.previous:active:before {
  color: #4a4a4a;
}
.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: 16px;
  line-height: inherit;
  color: #4a4a4a;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #4a4a4a;
}
.pages .action.previous:active:before {
  color: #4a4a4a;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(196, 196, 196, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 20px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 20px;
}
.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 26px;
}
.breadcrumbs .items {
  font-size: 1rem;
  color: #000000;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #dedede;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #dedede;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #dedede;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #dedede;
  text-decoration: none;
}
.breadcrumbs strong {
  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: 13px;
  line-height: 18px;
  color: #dedede;
  content: '/';
  font-family: 'luma-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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.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 .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-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: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 20px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 50px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -35.4rem;
  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.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 50px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 50px;
  padding: 0 0 20px;
  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: 18px;
}
.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 50px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/AbitiProfessionali/isacco/it_IT/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/AbitiProfessionali/isacco/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/AbitiProfessionali/isacco/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/AbitiProfessionali/isacco/it_IT/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/AbitiProfessionali/isacco/it_IT/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.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #014495;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #014495;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #014495;
  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 {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #014495;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #014495;
  border: 1px solid #014495;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #014495;
  border: none;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #c4c4c4;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #c4c4c4;
  color: #000000;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #c4c4c4;
  color: #000000;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #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;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #c4c4c4;
  height: 100px;
  padding: 1px 20px 1px 20px;
  font-weight: 600;
  line-height: 100px;
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #000000;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 20px 20px 75px;
}
/**
 * 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 {
  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: 75px;
}
.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 12.5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 12.5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #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 {
  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);
  }
}
.product-customizer:not([data-collapsible]) > [data-role="content"] {
  display: none;
}
.personalized-thumbnail {
  position: relative;
}
.personalized-thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.personalized-thumbnail.en:after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABkCAYAAADkBDymAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAAndaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWVlNzBjNjktNGRlZi0yNjQ0LTgyYWItOGJkYjQ3ZjkyMjY4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMwYWVlMzQyLWQ4MTUtMjA0NC1iZDkyLWNkMTdhZjYyYjY1NCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSI4OTdBMTI0RjZFQzQ2QjNGMjJCRUU5NEZENjFFNTVCMSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSIiIHRpZmY6SW1hZ2VXaWR0aD0iOTMiIHRpZmY6SW1hZ2VMZW5ndGg9IjEwMCIgdGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPSIyIiB0aWZmOlNhbXBsZXNQZXJQaXhlbD0iMyIgdGlmZjpYUmVzb2x1dGlvbj0iNzIvMSIgdGlmZjpZUmVzb2x1dGlvbj0iNzIvMSIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpFeGlmVmVyc2lvbj0iMDIzMSIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjkzIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iMTAwIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMC0wNS0xNFQxNTozODo0MyswMzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDUtMTRUMTU6NDg6NTgrMDM6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDUtMTRUMTU6NDg6NTgrMDM6MDAiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMjQ3MTNiOS0zNDE1LTVhNDktODAxOC1iMDJlY2MzNmM5MGEiIHN0RXZ0OndoZW49IjIwMjAtMDUtMTRUMTU6NDg6NTgrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGltYWdlL2pwZWcgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJkZXJpdmVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJjb252ZXJ0ZWQgZnJvbSBpbWFnZS9qcGVnIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MzBhZWUzNDItZDgxNS0yMDQ0LWJkOTItY2QxN2FmNjJiNjU0IiBzdEV2dDp3aGVuPSIyMDIwLTA1LTE0VDE1OjQ4OjU4KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmMyNDcxM2I5LTM0MTUtNWE0OS04MDE4LWIwMmVjYzM2YzkwYSIgc3RSZWY6ZG9jdW1lbnRJRD0iODk3QTEyNEY2RUM0NkIzRjIyQkVFOTRGRDYxRTU1QjEiIHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD0iODk3QTEyNEY2RUM0NkIzRjIyQkVFOTRGRDYxRTU1QjEiLz4gPHBob3Rvc2hvcDpUZXh0TGF5ZXJzPiA8cmRmOkJhZz4gPHJkZjpsaSBwaG90b3Nob3A6TGF5ZXJOYW1lPSJFTUJST0lERVJZIiBwaG90b3Nob3A6TGF5ZXJUZXh0PSJFTUJST0lERVJZIi8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPHRpZmY6Qml0c1BlclNhbXBsZT4gPHJkZjpTZXE+IDxyZGY6bGk+ODwvcmRmOmxpPiA8cmRmOmxpPjg8L3JkZjpsaT4gPHJkZjpsaT44PC9yZGY6bGk+IDwvcmRmOlNlcT4gPC90aWZmOkJpdHNQZXJTYW1wbGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/obY2QAACONJREFUeJztnE9oG0kWxj/ZzkzWUXZnEVnsi26axUvAXulgsuw2mCSL0Zzigww22QUphySLIcklPjqsDzkEbGQ2EIgF2SRiYoLBhwgf7Bh3DsEHaRzwSQqB+LB2CMqwsSbjOB6/PXQ/qVyqVsszmRTM1geN+k+9V/V+/bq6qgs7QEQw+rRq0d2A/0cZ6BpkoGuQga5BBroGGegaZKBrkIGuQQa6BhnoGmSga5CBrkEGugYZ6BpkoGuQga5BBroGGegaZKBrkIGuQQa6BhnoGmSga5CBrkEGugYZ6BpkoGuQga5BBroGGegaZKBrkIGuQQa6BhnoGmSga1Bbk+UCinO/tD9WUsWo0k+OW4YekPYDivNelYvHsh8/Wy/9mADl+gJN+GkWuCgvn9SgDAE16CLcFuG3RTgWbwIJDuV9+WaJ+2I58VcOWuVbVkAqq6pPrlcuL5drBr7cdlV7eduTjgGAxExnwK1wbkYbgEPucStq8OHhkDfxxgUkO7lhEGzkwORyomR/4nnV5uWzUXkvyW0Haiz49wd32xX299wNbdgPpw3AZ+52GMDn7j7DZ4B7riNSVNjisXHGyVkgAhMDkW+sXE4GwddUT6jKn/hUyk+z3BZV0oj7zIO3DwB2ALx39z/AuQEA8ANnOmc4w24HcARAEA548ebIYOR9OVivzPHrZ1WPsZ9UXYufT792NiOOnaFvA/gewHfuLyfcHoCA2KdzlrcD+DWAL9xjlT5GQ/1sf4pvP58f27f4xByCk6iHURuS85OwC9QymLuWw3Cy+wt4AzfyVwAOS87+XThdTAvcTBfvEEP/DABKpVJwfn7+S9ljKBTaGhoaKi0tLXWura118jFfF+1GRkYKKj/9/f3FSCRS4eNsNhspl8tH5TpUEU1NTUXZt981PmbJNs3GqPLBbT5+/PhGX1/fBgBITIoAfgWni2kFP2FE1EpER4iok4iOE1EfEZ0motPpdPoqFCOUWCyWJ6LTyWTyNgAKhUJbbCOed9x7+0kkEl+zTSwWy8vXw+Hwfx4/fvw3IjpdLBbPJBKJr1U+isXiGfYj1isee9k0G6O4hUKhrbGxsX/yNS4rxpFMJm+75/5ERF8S0TEiaieiVjHTW1EbpexTV1dX6cKFC9NiFojXy+Vy8PLly/GJiYkcACwsLMRlH6KfFy9edNy9e/fczMzM4Pnz53OcJQCQTCane3p6Sg8fPozbtm3duHFjsK+vb/LcuXOXbNu2wuHwxsDAwAMAmJ2dHZyZmRnc3NzsXF5eHlfVyUqn06Orq6uRubk5pY1fjPF4PNff32+vrq5GMplMKpPJpF6+fPn3hYWFeD6fj/ITlc/no+FweGN6evqBayp+aqmbHPH4vO4l097evqV6lEUVCoUogFw2m42sr693qsqIfp48eWKVy+Xo2tpapwi9p6enxGVs27ZevXrVkc1mI7ZtW6FQqLKwsPAP7pYuXrxonzhx4t+2bVvZbDbi1R0B1S6hMDo6+ki0aTbGjo6ODfaRyWRSHOPAwMCDycnJS3fu3ElwWU4KQfuGqyJ0Bl+n169fd6ZSqUE+Fu5iVbZtW0tLS53379//yqvh7KdSqQQ5I+RA5+fnrdXV1cjTp08tAOju7v5mcXExCgC9vb22+B6IRCKV3t5eO5fLxRcXF6ONoHvZ9PT0lJqJ8dmzZ39MpVJ4/vx5BABisVgBACYmJnKzs7OD+Xw+CgDhcHiDn3hXysmRKOVQan19vTOTyaS8GhQKhSrlcjl47949a2VlxeJjPz/Hjh3bKJVKQRFkLperdk3xeDw3Ojr66Pr1618BTrbJPlXn/KSy8Ysxn89HGWwsFitcuXKl2hVxtvO+5JonRjyZJLm/2VM1MhaLFYjor7zJ13t7e20AyGQyqXK5HORjLz/FYnEgFosV8vl89ObNm5ZYJp1Oj3Z1dZUAB454QzY3N+u6LdU5P6ls/GJMJpPTiUSiClR8qsTMlrJ8D7VZKUOvdvIMfJcvHEQdHR0blmVVQQ8PDz9qVD4SiVS6u7u/AYC3b98ela/zC21ubm5waWmp8+TJkwUAWFlZsUqlUvUJKpVKwZWVFQsAuIyffowNa3x8/EEoFKrk8/notWvXLH+LfZ8CuIup9uk8Y9px9/f17e/evTvqN96NRqMFHl0MDQ2VhoeH61rAft68eROcm5sbBJw+UC43MjJSmJ+fz+VyufjY2FhqeXl5/NatW7Zt29apU6f+JY5eyuVy0LIs268/n5qaivLoRbThuJqJMRKJVM6ePXt7cnLyUiaTSQ0NDRXEJ1ESAXgHRabzOL2diH5HRL8noj/7jdPhjoN5nMpj0mQyeTudTl+Vx8sHGaezfbFYPOMO2yidTl/91ON0rxg9xuJ19RLRX4joD0TUQURBImojIhARAkTUgv3fXH7rbq1eszXOAp59iTMyMbO43EFmpOJ5L/+fYkbaKEa2EWfNUr0fAHwL4L8AtlDL+D0AVehtcD7SHAFwFMBv3M2soR5cO6jB/g4O8G0478vqkFF8ib7H/i9jR+HMUn+OL36/FIkLF+/hgK7A+d7C/fm+tQN+kbLRjnS8Decj2CF3E0c7qgUMoH7Jz+s7PL+82VYuI9tCKqNaClMtnKhsxKFxoyVJsY491A+pxRiY3zYc2DuQX6CuONPZ6Qdpfxu1pbvaV7J66M2sxkCy9QqEpVo6a7T0Jto0WteVbeSlRVU75cQSy4g3kleNdlGbENWtfgXcf/sqNlBcK22Fd9Y0E3yjFRyVnaxG3RpJv2K98r5cr1yHV3LIbW3UBt7EKb8yTobOlYu/LYpzKuhyA8Ry8r5Xg1VqZoHYz85rAbsZG6/Y/Nqhukn7yojQ/RrjJy/oB7H7GNL10m86Dj/oRj+DzDhcgwx0DTLQNchA1yADXYMMdA0y0DXIQNcgA12DDHQNMtA1yEDXIANdgwx0DTLQNchA1yADXYMMdA0y0DXIQNcgA12DDHQNMtA1yEDXIANdgwx0DTLQNchA1yADXYMMdA0y0DXIQNcgA12DDHQNMtA1yEDXIANdg/4HO8GY/yD0xqsAAAAASUVORK5CYII=') no-repeat center / contain;
}
.personalized-thumbnail.it:after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABkCAYAAADkBDymAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAAnVaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YTkyNzMwZjAtZjg4ZC04YzQyLWE2MzktNzFlNjZmYjkxZmFkIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM1ZDMzMjJiLWQ2NDEtNTQ0YS1hZDM0LTMyMmU0ZDVjNDE5NCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSI4OTdBMTI0RjZFQzQ2QjNGMjJCRUU5NEZENjFFNTVCMSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSIiIHRpZmY6SW1hZ2VXaWR0aD0iOTMiIHRpZmY6SW1hZ2VMZW5ndGg9IjEwMCIgdGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPSIyIiB0aWZmOlNhbXBsZXNQZXJQaXhlbD0iMyIgdGlmZjpYUmVzb2x1dGlvbj0iNzIvMSIgdGlmZjpZUmVzb2x1dGlvbj0iNzIvMSIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpFeGlmVmVyc2lvbj0iMDIzMSIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjkzIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iMTAwIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMC0wNS0xNFQxNTozODo0MyswMzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDUtMTRUMTU6NDU6MTYrMDM6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDUtMTRUMTU6NDU6MTYrMDM6MDAiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NTcxNzliYS1iN2NlLTk4NGItYWM3Mi01OTYzYjg1MzlhNzQiIHN0RXZ0OndoZW49IjIwMjAtMDUtMTRUMTU6NDU6MTYrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGltYWdlL2pwZWcgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJkZXJpdmVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJjb252ZXJ0ZWQgZnJvbSBpbWFnZS9qcGVnIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MzVkMzMyMmItZDY0MS01NDRhLWFkMzQtMzIyZTRkNWM0MTk0IiBzdEV2dDp3aGVuPSIyMDIwLTA1LTE0VDE1OjQ1OjE2KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1NzE3OWJhLWI3Y2UtOTg0Yi1hYzcyLTU5NjNiODUzOWE3NCIgc3RSZWY6ZG9jdW1lbnRJRD0iODk3QTEyNEY2RUM0NkIzRjIyQkVFOTRGRDYxRTU1QjEiIHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD0iODk3QTEyNEY2RUM0NkIzRjIyQkVFOTRGRDYxRTU1QjEiLz4gPHBob3Rvc2hvcDpUZXh0TGF5ZXJzPiA8cmRmOkJhZz4gPHJkZjpsaSBwaG90b3Nob3A6TGF5ZXJOYW1lPSJSSUNBTU8iIHBob3Rvc2hvcDpMYXllclRleHQ9IlJJQ0FNTyIvPiA8L3JkZjpCYWc+IDwvcGhvdG9zaG9wOlRleHRMYXllcnM+IDx0aWZmOkJpdHNQZXJTYW1wbGU+IDxyZGY6U2VxPiA8cmRmOmxpPjg8L3JkZjpsaT4gPHJkZjpsaT44PC9yZGY6bGk+IDxyZGY6bGk+ODwvcmRmOmxpPiA8L3JkZjpTZXE+IDwvdGlmZjpCaXRzUGVyU2FtcGxlPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph3N5GMAAAjzSURBVHic7ZxPaBRZHse/SfwTMy3u2Ie1wS12F3qXXgJq2nWVhV5iFKVzEC8JBBmh+uYSt/WiN7uZSwaFyaYvCqnAQtJMPAgKCTloAjmppHsVhED3yT6YUzus+TMzGvPbQ9VPX15edaracd7Cvi88qqvev9/71K/e32gLEcHol1WrbgP+H2Wga5CBrkEGugYZ6BpkoGuQga5BBroGGegaZKBrkIGuQQa6BhnoGmSga5CBrkEGugYZ6BpkoGuQga5BBroGGegaZKBrkIGuQQa6BhnoGmSga5CBrkEGugYZ6BpkoGuQga5BBroGGegaZKBrkIGuQTt0GyCoRfFMxz+I+ux2NAu9xeeq0nYG+5VB0vVzq8XnN9sg29O0XWGht0ihVQj8TBRBbbBfefxMzLchlQEEe9lhJJanaseGFNguoAn4YaDLoNsA7PTK2OHdy2OEaKAInn/zy5JfHOd57wVurGyLH/RGXYTKo8W2iVe29T2AdQDvvOu6F98U+GY8vc3LtwvAbgDt3nUnNoNncAxP5R1cXpsi73u4jeSG8ouTAalslO/lr0T+srg8tkGEvuHZ8JMXfgTwVrJLbNO2CuvprV6e3QD2APgCQARAB1zoMghVFyF6OkOXuydOs47NDRTt8OvSgM1A5ed+XZpfmWzHDwBWvbAmpBEdIpCCQmdD2Mvb4cLeB2Av/KeebFhbUIMU+Xbj8/fp29myC65TtWOrc7Ft8hflq7Ce3uYZsAcu7EbAf0416r9/KbXAdYAvBVu461QN9r5qFnoHXE9vBYBisRiv1+t7xcTRaHR5YGCgKj7jdJ2dnUvd3d1LYtzc3FzswYMHR968ebMXACzLWrpx48a8nzFclqqearUamZmZ+QMAnD17thKPx1fkul68eBEDgMHBwbJcdqFQ6Hr27Fmc73t6espCHTvgfuE85qzjI/hg3k5EQUILEe0ioi+J6LdE9GciOs0hmUyWsLXPpkQiUZmYmLgkp7Nte1TMn81mv41Go8ty/mg0uizmF4NlWa8AkGVZr+S4kZGRa1xGX1/fd3J8IpGocLz4vFKpnPdri6KcvxLRH4no10T0BRHt8DhtyzNM18CDzU64n9kWWZa1lEwmy8lksgwAi4uL8Tt37vQ3KvTKlSvp4eHhbL1ej1iWtWTbttPX1zcZjUZX6vV65PLly99Uq9WImKdYLMZrtVoMAGq1WqxYLMbVpQOPHz9Oifdzc3OxxcXFLemr1Wrk3Llz35RKpS4ASKfT07ZtO9yWu3fv9vf29maFLO1wu9ldcL0/cPfXDHQeTLfo1KlT0wsLC9cXFhauZ7PZYQCYn59PqdKy7t271w8AqVRq/uXLlxcdx5mcnJx0RkZGrjH4oaGhXjHP/fv3U43uRdVqtVg+n/8Qf/v27bQq3dDQUC+/jImJib9PTU0NO44zubCwcN22bQcApqen08ILbsVH6Ko1iq+CJhSnWKEqaKRCodDFHpvL5RwxbmBgoDo4ODhs27Zz4cKFTX07ey97oezNsmZnZz/EP3r0qFeV5vnz50cA18PlMcJxnEnLspa8/F1CFC8OG01ft+hTtgG26OHDh+mjR48eAQDxM/UrjAerRCJRlQdWAFANpPl8PsUv6ubNm/88efLkv2q1WqxQKHSpBkXA/dp4oK7X6xFVGrb32LFjyjKOHz8+X6vV+r2XM+k9lhdTgdSMx/oWXqvVYqVSqYsbkEwmy8PDw6PbFdjR0bEctPKnT592AW531N3dvcTePjMzo/T2RCJRBYDx8fFUuVzuEp+ptH///hXV80gkonyOJqayzUD3nY/y4MP3Fy9evCtP11RaW1vbu10a1pMnT1IAsLq6GslkMv3yc1lnzpyZAtyvkMeXEydO+E5FX79+rfwSVlZWVM/FDbDAK9Iw0MVNqA1VggMHDiw5jjPJ3nfr1q1/NCrw8OHDVcCd5czNzcXk+Hw+n8pkMv0cl8/nU9w9lEqlrrGxsQx/VfV6PSIOmKxLly7NA+5XCLhezvWKYpv5S5LF48ahQ4f+LTzmza9Q2wBBoYs7hLzz56urV686gNtQ0RtlDQ4OlnmAyuVyGTGuWCzGC4VCdmxsLDM+Pp4CPgLhqSUHLkMFLB6Pr4jjCnu+LIYpzVAAAJlMpp9fWk9PD/f5BHfz6x0+bugFAx9ycbSfiH5PRH9RLY7ERY9t26PwFjizs7Nf+aXLZrPfssGWZb2ybXu0r6/vO14sRaPR5Uqlcp6ITvMzeXEl1iUvjojodC6X+5rvK5XKeTmeF0bioimdTk/Ztj0qLpbS6fSUUO/fiOhPRBQjoggR7Qy6OAoLfR8R/YaIDhFRdyPolUrlPK8ak8lk6VNXpCI4fokcZmdnv+K4XC73tQrqyMjINS5LFR9yRdpDREki+h0RRYloDxG1BYXeQsH+X0aen7fD3c7dB+BX8Da8/PZU5D2OsHsvAwMDZR6Ig+yXAEBnZ+fSwYMHl3nvRZVW3JtpYu+FACwD+B7AG7hbvT9h8956Q4WB3gp39cXgI3ChR/C/dcD9ObUBF/h/vOsaXOBiv76tgsISj63ewR1A4N2/hbvryMvh7Y7SxPIQIK0qn+rIL0gZMhTViZJKG3DbuQoX9ircQ423COHhrDAeylPGdbhvl3+/hfvGxXNS8ehLPGvkBnCQ93NUZ6XvfQKX1+aTn+uS97tV4EU7ZLvZsX70wg9e+0XgoebpYbsFbgT/ZuhsrOqAV2wcX+XzTnk53SKlVQX5vLQNW+uUFy+NwLRKQSyDD6XFIB6YhzqYDtqnf0iPzVD9zhb9uhjVXwTI5any+J2xynWpzlnF9KojP1U5srOo/jIhtId/qCgkdNFYv6ucTqWw550qaH52+dUj5w1zoL1lChnAHl81M+toFsDPJVW9QV+wn8IM5J+sZjzd6BNl/mpXgwx0DTLQNchA1yADXYMMdA0y0DXIQNcgA12DDHQNMtA1yEDXIANdgwx0DTLQNchA1yADXYMMdA0y0DXIQNcgA12DDHQNMtA1yEDXIANdgwx0DTLQNchA1yADXYMMdA0y0DXIQNcgA12DDHQNMtA16L9tdr4OLlOsjwAAAABJRU5ErkJggg==') no-repeat center / contain;
}
.product-item.product-item-customizable .product-item-photo .product-image-container {
  position: relative;
}
.product-item.product-item-customizable .product-item-photo .product-image-container:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 14px;
  z-index: 2;
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 19 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.096 0.01139c0 0.0066402-0.038 0.01139-0.0912 0.01139-0.0531 0-0.0911 0.0047495-0.0911 0.01139 0 0.0062643-0.0256 0.01139-0.0569 0.01139s-0.057 0.0051254-0.057 0.01139c0 0.0062644-0.0256 0.01139-0.0569 0.01139s-0.057 0.0051253-0.057 0.01139c0 0.0062643-0.0205 0.01139-0.0455 0.01139-0.0251 0-0.0456 0.0051254-0.0456 0.01139 0 0.006264-0.0154 0.011389-0.0341 0.011389-0.0188 0-0.0342 0.005126-0.0342 0.01139s-0.0154 0.01139-0.0342 0.01139-0.0342 0.005125-0.0342 0.011389c0 0.006265-0.0153 0.01139-0.0341 0.01139s-0.0342 0.005126-0.0342 0.01139-0.0154 0.01139-0.0342 0.01139-0.0341 0.005125-0.0341 0.011389c0 0.006265-0.0103 0.01139-0.0228 0.01139s-0.0228 0.005125-0.0228 0.01139c0 0.006264-0.0154 0.01139-0.0342 0.01139s-0.0341 0.005125-0.0341 0.011389c0 0.006265-0.0103 0.01139-0.0228 0.01139s-0.0228 0.005125-0.0228 0.01139c0 0.006264-0.0102 0.011389-0.0228 0.011389-0.0125 0-0.0227 0.005126-0.0227 0.01139s-0.0103 0.01139-0.0228 0.01139c-0.0126 0-0.0228 0.005125-0.0228 0.01139 0 0.006264-0.0103 0.011389-0.0228 0.011389s-0.0228 0.005126-0.0228 0.01139-0.0091 0.01139-0.0202 0.01139c-0.01118 0-0.02768 0.010251-0.03671 0.022779-0.00903 0.012529-0.02554 0.02278-0.03669 0.02278-0.01114 0-0.02026 0.005125-0.02026 0.011389 0 0.006265-0.00912 0.01139-0.02026 0.01139-0.01115 0-0.02766 0.010251-0.03669 0.02278-0.00903 0.012528-0.02553 0.022779-0.03668 0.022779-0.01114 0-0.02027 0.005125-0.02027 0.01139 0 0.006264-0.00912 0.011389-0.02026 0.011389-0.01115 0-0.02765 0.010251-0.03668 0.02278-0.00904 0.012529-0.02349 0.022779-0.03212 0.022779s-0.03006 0.015377-0.04761 0.03417-0.03795 0.034169-0.04533 0.034169c-0.00737 0-0.0331 0.020501-0.05718 0.045559-0.02408 0.025057-0.04935 0.045559-0.05616 0.045559-0.01618 0-0.3197 0.30352-0.3197 0.3197 0 0.00681-0.0205 0.03209-0.04556 0.05616-0.02505 0.02408-0.04556 0.04981-0.04556 0.05718 0 0.00738-0.01537 0.02778-0.03416 0.04533-0.0188 0.01755-0.03417 0.03899-0.03417 0.04761 0 0.00863-0.01026 0.02309-0.02278 0.03212-0.01253 0.00903-0.02278 0.02441-0.02278 0.03417s-0.01025 0.02514-0.02278 0.03417-0.02278 0.02553-0.02278 0.03668c0 0.01114-0.00513 0.02027-0.01139 0.02027-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278-0.01139 0.01025-0.01139 0.02278c0 0.01252-0.00513 0.02277-0.01139 0.02277s-0.01139 0.01538-0.01139 0.03417c0 0.0188-0.00513 0.03417-0.01139 0.03417s-0.01139 0.01025-0.01139 0.02278-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.00913-0.01139 0.02026 0 0.01116-0.01025 0.02766-0.02278 0.03669s-0.02278 0.02554-0.02278 0.03669c0 0.01114-0.00512 0.02026-0.01139 0.02026-0.00626 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02766-0.02278 0.03669-0.01252 0.00903-0.02277 0.02334-0.02277 0.0318s-0.00733 0.02271-0.01628 0.03165c-0.01866 0.01867-0.05206 0.0218-0.05206 0.00489 0-0.00627-0.01538-0.01139-0.03417-0.01139-0.0188 0-0.03417-0.00513-0.03417-0.01139 0-0.00627-0.01538-0.01139-0.03417-0.01139s-0.03417-0.00513-0.03417-0.01139c0-0.00627-0.01025-0.01139-0.02278-0.01139s-0.02278-0.00513-0.02278-0.01139c0-0.00627-0.0205-0.01139-0.04556-0.01139-0.02505 0-0.04555-0.00513-0.04555-0.01139 0-0.00627-0.01538-0.01139-0.03417-0.01139-0.0188 0-0.03417-0.00513-0.03417-0.01139 0-0.00627-0.01538-0.01139-0.03417-0.01139-0.0188 0-0.03417-0.00513-0.03417-0.01139s-0.01538-0.01139-0.03417-0.01139-0.03417-0.00513-0.03417-0.01139-0.01538-0.01139-0.03417-0.01139-0.03417-0.00512-0.03417-0.01139c0-0.00626-0.0205-0.01139-0.04556-0.01139-0.02505 0-0.04555-0.00512-0.04555-0.01139 0-0.00626-0.01538-0.01139-0.03417-0.01139-0.0188 0-0.03417-0.00512-0.03417-0.01139 0-0.00626-0.0205-0.01139-0.04556-0.01139s-0.04556-0.00512-0.04556-0.01139c0-0.00626-0.0205-0.01139-0.04556-0.01139s-0.04556-0.00512-0.04556-0.01139c0-0.00626-0.02562-0.01139-0.05695-0.01139-0.03132 0-0.05694-0.00512-0.05694-0.01139 0-0.00626-0.02563-0.01139-0.05695-0.01139s-0.05695-0.00512-0.05695-0.01139c0-0.00626-0.02563-0.01139-0.05695-0.01139s-0.05695-0.00512-0.05695-0.01139c0-0.00633-0.03037-0.01139-0.06834-0.01139-0.03796 0-0.06833-0.00505-0.06833-0.01138 0-0.00651-0.03417-0.01139-0.07973-0.01139s-0.07973-0.00489-0.07973-0.01139c0-0.00664-0.03796-0.01139-0.09112-0.01139-0.05315 0-0.09111-0.00475-0.09111-0.01139 0-0.00696-0.05316-0.01139-0.13668-0.01139s-0.13668-0.00443-0.13668-0.01139c0-0.00734-0.11769-0.01139-0.3303-0.01139s-0.3303 0.00405-0.3303 0.01139c0 7e-3 -0.05694 0.01139-0.14806 0.01139s-0.14807 0.00438-0.14807 0.01139c0 0.00675-0.04176 0.01139-0.1025 0.01139-0.06075 0-0.10251 0.00463-0.10251 0.01139 0 0.00633-0.03038 0.01139-0.06834 0.01139s-0.06834 0.00505-0.06834 0.01139c0 0.00626-0.02562 0.01138-0.05695 0.01138-0.03132 0-0.05694 0.00513-0.05694 0.01139 0 0.00634-0.03038 0.01139-0.06834 0.01139s-0.06834 0.00506-0.06834 0.01139c0 0.00627-0.0205 0.01139-0.04556 0.01139s-0.04556 0.00513-0.04556 0.01139c0 0.00627-0.0205 0.01139-0.04556 0.01139-0.02505 0-0.04556 0.00513-0.04556 0.01139 0 0.00627-0.0205 0.01139-0.04555 0.01139-0.02506 0-0.04556 0.00513-0.04556 0.01139 0 0.00627-0.0205 0.01139-0.04556 0.01139s-0.04556 0.00513-0.04556 0.01139c0 0.00627-0.01538 0.01139-0.03417 0.01139s-0.03417 0.00513-0.03417 0.01139c0 0.00627-0.0205 0.01139-0.04556 0.01139-0.02505 0-0.04556 0.00513-0.04556 0.01139 0 0.00627-0.01537 0.01139-0.03416 0.01139-0.0188 0-0.03417 0.00513-0.03417 0.01139s-0.01538 0.01139-0.03417 0.01139c-0.0188 0-0.03417 0.00513-0.03417 0.01139s-0.01538 0.01139-0.03417 0.01139-0.03417 0.00512-0.03417 0.01139c0 0.00626-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00512-0.02278 0.01139c0 0.00626-0.01537 0.01139-0.03417 0.01139-0.01879 0-0.03417 0.00512-0.03417 0.01139 0 0.00626-0.01537 0.01139-0.03417 0.01139-0.01879 0-0.03416 0.00512-0.03416 0.01139 0 0.00626-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00512-0.02278 0.01139c0 0.00626-0.01538 0.01139-0.03417 0.01139s-0.03417 0.00512-0.03417 0.01139c0 0.00626-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00512-0.02278 0.01139c0 0.00626-0.01538 0.01139-0.03417 0.01139s-0.03417 0.00512-0.03417 0.01139c0 0.00626-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00512-0.02278 0.01138c0 0.00627-0.01025 0.01139-0.02278 0.01139-0.01252 0-0.02277 0.00513-0.02277 0.01139 0 0.00627-0.01026 0.01139-0.02278 0.01139-0.01253 0-0.02278 0.00513-0.02278 0.01139 0 0.00627-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00513-0.02278 0.01139c0 0.00627-0.01538 0.01139-0.03417 0.01139s-0.03417 0.00513-0.03417 0.01139c0 0.00627-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00513-0.02278 0.01139c0 0.00627-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00513-0.02278 0.01139c0 0.00627-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00513-0.02278 0.01139c0 0.00627-0.00912 0.01139-0.02026 0.01139-0.01115 0-0.02765 0.01025-0.03668 0.02278-0.00904 0.01253-0.02554 0.02278-0.03669 0.02278-0.01114 0-0.02026 0.00512-0.02026 0.01139 0 0.00626-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00512-0.02278 0.01139c0 0.00626-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00512-0.02278 0.01139c0 0.00626-0.01025 0.01139-0.02278 0.01139s-0.02278 0.00512-0.02278 0.01139c0 0.00626-0.00912 0.01139-0.02026 0.01139-0.01115 0-0.02766 0.01025-0.03669 0.02278s-0.02553 0.02278-0.03668 0.02278c-0.01114 0-0.02027 0.00512-0.02027 0.01139 0 0.00626-0.00912 0.01139-0.02026 0.01139-0.01115 0-0.02765 0.01025-0.03668 0.02278-0.00904 0.01252-0.02554 0.02277-0.03669 0.02277-0.01114 0-0.02026 0.00513-0.02026 0.01139 0 0.00627-0.00913 0.01139-0.02026 0.01139-0.01115 0-0.02766 0.01025-0.03669 0.02278s-0.02554 0.02278-0.03669 0.02278c-0.01114 0-0.02026 0.00513-0.02026 0.01139 0 0.00627-0.00912 0.01139-0.02026 0.01139-0.01115 0-0.02766 0.01025-0.03669 0.02278s-0.02348 0.02278-0.03212 0.02278c-0.00862 0-0.03005 0.01538-0.04761 0.03417-0.01755 0.01879-0.03898 0.03417-0.0476 0.03417-0.00864 0-0.02309 0.01025-0.03212 0.02278-0.00904 0.01253-0.02441 0.02278-0.03417 0.02278s-0.02514 0.01025-0.03417 0.02278-0.02441 0.02278-0.03417 0.02278-0.02514 0.01025-0.03417 0.02278-0.02348 0.02278-0.03212 0.02278c-0.00862 0-0.03006 0.01537-0.04761 0.03417-0.01755 0.01879-0.03805 0.03416-0.04556 0.03416-0.0075 0-0.028 0.01538-0.04555 0.03417-0.01756 0.0188-0.03795 0.03417-0.04533 0.03417-0.00737 0-0.0331 0.0205-0.05718 0.04556s-0.04971 0.04556-0.05695 0.04556-0.03287 0.0205-0.05695 0.04556-0.04963 0.04556-0.0568 0.04556c-0.00715 0-0.03797 0.02563-0.06848 0.05695-0.03052 0.03132-0.06121 0.05695-0.06823 0.05695-0.00703 0-0.04295 0.03075-0.07984 0.06833-0.03689 0.03759-0.07265 0.06834-0.07947 0.06834-0.0068 0-0.06842 0.05638-0.13693 0.12529s-0.13242 0.12529-0.14201 0.12529c-0.0096 0-0.01745 0.00786-0.01745 0.01746 0 0.02267-0.07376 0.09643-0.09644 0.09643-0.00986 0-0.01746 0.00991-0.01746 0.02278s-0.00759 0.02278-0.01746 0.02278c-0.02267 0-0.09643 0.07376-0.09643 0.09644 0 0.00986-0.00991 0.01746-0.02278 0.01746-0.01284 0-0.02278 0.0076-0.02278 0.01739 0 0.00957-0.06663 0.08375-0.14807 0.16485-0.08143 0.08109-0.14806 0.15413-0.14806 0.16232s-0.01025 0.02227-0.02278 0.0313-0.022781 0.02314-0.022781 0.03137c0 0.01801 0.073851 0.09392 0.091371 0.09392 0.00682 0 0.04258 0.03075 0.07947 0.06834 0.0369 0.03758 0.07277 0.06833 0.07973 0.06833s0.04284 0.03076 0.07973 0.06834c0.03689 0.03759 0.07273 0.06834 0.07965 0.06834 0.00691 0 0.04795 0.03588 0.09119 0.07973 0.04325 0.04385 0.08429 0.07973 0.0912 0.07973 0.00692 0 0.04276 0.03075 0.07965 0.06834 0.03689 0.03758 0.07273 0.06833 0.07965 0.06833 0.00691 0 0.04795 0.03588 0.09119 0.07973 0.04325 0.04385 0.08425 0.07973 0.09112 0.07973s0.04787 0.03588 0.09112 0.07973 0.08428 0.07973 0.0912 0.07973c0.00691 0 0.04275 0.03075 0.07964 0.06834 0.0369 0.03758 0.07277 0.06833 0.07973 0.06833s0.04302 0.03095 0.08015 0.06876l0.06748 0.06877 0.07425-0.07425c0.04085-0.04084 0.07425-0.0796 0.07425-0.08614 0-0.00653 0.07176-0.08338 0.15946-0.17076s0.15945-0.16431 0.15945-0.17094 0.01777-0.02983 0.03949-0.05154c0.02171-0.02172 0.04491-0.03949 0.05154-0.03949s0.08356-0.07175 0.17094-0.15945 0.16446-0.15946 0.1713-0.15946c0.00682 0 0.03737-0.02562 0.06788-0.05695 0.03051-0.03132 0.06126-0.05695 0.06834-0.05695 0.00707 0 0.03782-0.02562 0.06834-0.05694 0.03051-0.03133 0.06143-0.05695 0.06872-0.05695s0.02762-0.01538 0.04517-0.03417 0.03806-0.03417 0.04556-0.03417c0.00751 0 0.02801-0.01538 0.04556-0.03417s0.03899-0.03417 0.04761-0.03417c0.00863 0 0.02309-0.01025 0.03212-0.02278s0.02348-0.02278 0.03212-0.02278c0.00862 0 0.03005-0.01537 0.04761-0.03417 0.01755-0.01879 0.03898-0.03417 0.0476-0.03417 0.00864 0 0.02309-0.01025 0.03212-0.02278 0.00903-0.01252 0.02441-0.02278 0.03417-0.02278s0.02514-0.01025 0.03417-0.02277c0.00903-0.01253 0.02554-0.02278 0.03669-0.02278 0.01114 0 0.02026-0.00513 0.02026-0.01139 0-0.00627 0.00912-0.01139 0.02026-0.01139 0.01115 0 0.02766-0.01025 0.03669-0.02278s0.02441-0.02278 0.03417-0.02278 0.02513-0.01025 0.03417-0.02278c0.00903-0.01253 0.02553-0.02278 0.03668-0.02278 0.01114 0 0.02026-0.00513 0.02026-0.01139 0-0.00627 0.01025-0.01139 0.02278-0.01139s0.02278-0.00513 0.02278-0.01139c0-0.00627 0.01025-0.01139 0.02278-0.01139s0.02278-0.00513 0.02278-0.01139 0.01025-0.01139 0.02278-0.01139 0.02278-0.00513 0.02278-0.01139 0.01025-0.01139 0.02278-0.01139 0.02278-0.00512 0.02278-0.01139c0-0.00626 0.01025-0.01139 0.02278-0.01139s0.02278-0.00512 0.02278-0.01139c0-0.00626 0.01025-0.01139 0.02278-0.01139s0.02278-0.00512 0.02278-0.01139c0-0.00626 0.01025-0.01139 0.02278-0.01139 0.01252 0 0.02277-0.00512 0.02277-0.01139 0-0.00626 0.01026-0.01139 0.02278-0.01139 0.01253 0 0.02278-0.00512 0.02278-0.01139 0-0.00626 0.01025-0.01139 0.02278-0.01139s0.02278-0.00512 0.02278-0.01139c0-0.00626 0.01025-0.01139 0.02278-0.01139s0.02278-0.00512 0.02278-0.01139c0-0.00626 0.01538-0.01139 0.03417-0.01139s0.03417-0.00512 0.03417-0.01139c0-0.00626 0.01025-0.01138 0.02278-0.01138s0.02278-0.00513 0.02278-0.01139c0-0.00627 0.01537-0.01139 0.03417-0.01139 0.01879 0 0.03417-0.00513 0.03417-0.01139 0-0.00627 0.01025-0.01139 0.02277-0.01139 0.01253 0 0.02278-0.00513 0.02278-0.01139 0-0.00627 0.01538-0.01139 0.03417-0.01139 0.0188 0 0.03417-0.00513 0.03417-0.01139 0-0.00627 0.01538-0.01139 0.03417-0.01139s0.03417-0.00513 0.03417-0.01139c0-0.00627 0.01538-0.01139 0.03417-0.01139s0.03417-0.00513 0.03417-0.01139c0-0.00627 0.0205-0.01139 0.04556-0.01139 0.02505 0 0.04556-0.00513 0.04556-0.01139 0-0.00627 0.0205-0.01139 0.04555-0.01139 0.02506 0 0.04556-0.00513 0.04556-0.01139 0-0.00627 0.01538-0.01139 0.03417-0.01139s0.03417-0.00513 0.03417-0.01139 0.02563-0.01139 0.05695-0.01139 0.05695-0.00513 0.05695-0.01139 0.02562-0.01139 0.05695-0.01139c0.03132 0 0.05694-0.00512 0.05694-0.01139 0-0.0065 0.03417-0.01139 0.07973-0.01139s0.07973-0.00489 0.07973-0.01139c0-0.0069 0.04935-0.01139 0.12529-0.01139 0.07593 0 0.12528-0.00449 0.12528-0.01139 0-0.0072 0.07973-0.01139 0.21641-0.01139 0.13667 0 0.2164 0.00419 0.2164 0.01139 0 0.00696 0.05316 0.01139 0.13668 0.01139s0.13667 0.00443 0.13667 0.01139c0 0.0065 0.03417 0.01139 0.07973 0.01139s0.07973 0.00489 0.07973 0.01139c0 0.00633 0.03037 0.01139 0.06834 0.01139 0.03796 0 0.06833 0.00506 0.06833 0.01139 0 0.00626 0.02563 0.01139 0.05695 0.01139s0.05695 0.00513 0.05695 0.01139 0.0205 0.01139 0.04556 0.01139 0.04556 0.00512 0.04556 0.01139c0 0.00626 0.0205 0.01139 0.04556 0.01139 0.02505 0 0.04555 0.00512 0.04555 0.01139 0 0.00626 0.02051 0.01139 0.04556 0.01139 0.02506 0 0.04556 0.00512 0.04556 0.01139 0 0.00626 0.0205 0.01139 0.04556 0.01139s0.04556 0.00512 0.04556 0.01139c0 0.00626 0.01538 0.01139 0.03417 0.01139s0.03417 0.00512 0.03417 0.01139c0 0.00626 0.01537 0.01139 0.03417 0.01139 0.01879 0 0.03417 0.00512 0.03417 0.01139 0 0.00626 0.01537 0.01139 0.03416 0.01139 0.0188 0 0.03417 0.00512 0.03417 0.01139 0 0.00626 0.01025 0.01139 0.02278 0.01139s0.02278 0.00512 0.02278 0.01139c0 0.00626 0.01538 0.01139 0.03417 0.01139s0.03417 0.00512 0.03417 0.01138c0 0.00627 0.01538 0.01139 0.03417 0.01139s0.03417 0.00513 0.03417 0.01139c0 0.00627 0.01537 0.01139 0.03417 0.01139 0.01879 0 0.03417 0.00513 0.03417 0.01139 0 0.00627 0.01025 0.01139 0.02278 0.01139 0.01252 0 0.02278 0.00513 0.02278 0.01139 0 0.00627 0.01025 0.01139 0.02277 0.01139 0.01253 0 0.02278 0.00513 0.02278 0.01139 0 0.00627 0.01538 0.01139 0.03417 0.01139 0.0188 0 0.03417 0.00513 0.03417 0.01139 0 0.00627 0.01025 0.01139 0.02278 0.01139s0.02278 0.00513 0.02278 0.01139c0 0.00627 0.01538 0.01139 0.03417 0.01139s0.03417 0.00513 0.03417 0.01139c0 0.00627 0.01025 0.01139 0.02278 0.01139s0.02278 0.00513 0.02278 0.01139 0.01025 0.01139 0.02278 0.01139c0.01252 0 0.02278 0.00513 0.02278 0.01139s0.01025 0.01139 0.02278 0.01139c0.01252 0 0.02277 0.00512 0.02277 0.01139 0 0.00626 0.01025 0.01139 0.02278 0.01139s0.02278 0.00512 0.02278 0.01139c0 0.00626 0.01025 0.01139 0.02278 0.01139s0.02278 0.00512 0.02278 0.01139c0 0.00626 0.01025 0.01139 0.02278 0.01139s0.02278 0.00512 0.02278 0.01139c0 0.00626 0.01025 0.01139 0.02278 0.01139s0.02278 0.00512 0.02278 0.01139c0 0.00626 0.01025 0.01139 0.02278 0.01139s0.02278 0.00512 0.02278 0.01139c0 0.00626 0.01025 0.01139 0.02278 0.01139s0.02278 0.00512 0.02278 0.01139c0 0.00626 0.01025 0.01139 0.02278 0.01139 0.01252 0 0.02278 0.00512 0.02278 0.01139 0 0.00626 0.00912 0.01139 0.02026 0.01139 0.01115 0 0.02765 0.01025 0.03668 0.02277 0.00904 0.01253 0.02554 0.02278 0.03669 0.02278 0.01114 0 0.02026 0.00513 0.02026 0.01139 0 0.00627 0.01025 0.01139 0.02278 0.01139s0.02278 0.00513 0.02278 0.01139c0 0.00627 0.01025 0.01139 0.02278 0.01139s0.02278 0.00513 0.02278 0.01139c0 0.00627 0.00912 0.01139 0.02026 0.01139 0.01115 0 0.02766 0.01025 0.03669 0.02278s0.02553 0.02278 0.03668 0.02278c0.01114 0 0.02027 0.00513 0.02027 0.01139 0 0.00627 0.01025 0.01139 0.02278 0.01139 0.01252 0 0.02277 0.00513 0.02277 0.01139s0.00913 0.01139 0.02027 0.01139c0.01115 0 0.02765 0.01025 0.03668 0.02278s0.02441 0.02278 0.03417 0.02278 0.02514 0.01025 0.03417 0.02278 0.02554 0.02278 0.03669 0.02278c0.01114 0 0.02026 0.00512 0.02026 0.01139 0 0.00626 0.00912 0.01139 0.02026 0.01139 0.01115 0 0.02766 0.01025 0.03669 0.02278s0.02553 0.02278 0.03668 0.02278c0.01114 0 0.02027 0.00512 0.02027 0.01139 0 0.00626 0.00912 0.01139 0.02026 0.01139 0.01115 0 0.02765 0.01025 0.03668 0.02278 0.00904 0.01252 0.02441 0.02277 0.03417 0.02277s0.02514 0.01026 0.03417 0.02278c0.00903 0.01253 0.02441 0.02278 0.03417 0.02278s0.02514 0.01025 0.03417 0.02278 0.02441 0.02278 0.03417 0.02278 0.02514 0.01025 0.03417 0.02278 0.02441 0.02278 0.03417 0.02278 0.02513 0.01025 0.03417 0.02278c0.00903 0.01253 0.0244 0.02278 0.03417 0.02278 0.00976 0 0.02513 0.01025 0.03416 0.02278 0.00904 0.01253 0.02512 0.02278 0.03573 0.02278 0.01063 0 0.02142 0.00626 0.02397 0.01392 0.00566 0.01698 0.06559-0.03979 0.06559-0.06214 0-0.0083 0.01025-0.02248 0.02278-0.03151s0.02278-0.02441 0.02278-0.03417 0.01025-0.02514 0.02278-0.03417 0.02278-0.02441 0.02278-0.03417 0.01025-0.02513 0.02282-0.03417c0.0125-0.00903 0.0227-0.02348 0.0227-0.03211s0.0154-0.03006 0.0342-0.04761 0.0342-0.03899 0.0342-0.04761c0-0.00864 0.0102-0.02309 0.0228-0.03212 0.0125-0.00903 0.0227-0.02441 0.0227-0.03417s0.0103-0.02514 0.0228-0.03417 0.0228-0.02441 0.0228-0.03417 0.0102-0.02514 0.0228-0.03417c0.0125-0.00903 0.0228-0.02441 0.0228-0.03417s0.0102-0.02513 0.0227-0.03417c0.0126-0.00903 0.0228-0.02348 0.0228-0.03212 0-0.00862 0.0154-0.03005 0.0342-0.0476 0.0188-0.01756 0.0341-0.03899 0.0341-0.04761 0-0.00864 0.0103-0.02309 0.0228-0.03212 0.0126-0.00903 0.0228-0.02441 0.0228-0.03417s0.0103-0.02514 0.0228-0.03417 0.0228-0.02441 0.0228-0.03417 0.0102-0.02514 0.0227-0.03417c0.0126-0.00903 0.0228-0.02349 0.0228-0.03212 0-0.00862 0.0154-0.03006 0.0342-0.04761s0.0342-0.03898 0.0342-0.04761 0.0102-0.02308 0.0227-0.03212c0.0126-0.00903 0.0228-0.0244 0.0228-0.03416 0-0.00977 0.0103-0.02514 0.0228-0.03417 0.0125-0.00904 0.0228-0.02441 0.0228-0.03417s0.0102-0.02514 0.0228-0.03417c0.0125-0.00903 0.0227-0.02441 0.0227-0.03417s0.0103-0.02514 0.0228-0.03417 0.0228-0.02349 0.0228-0.03212c0-0.00862 0.0154-0.03006 0.0342-0.04761s0.0341-0.03899 0.0341-0.04761c0-0.00863 0.0103-0.02309 0.0228-0.03212s0.0228-0.02441 0.0228-0.03417 0.0102-0.02513 0.0228-0.03417c0.0234-0.01691 0.0324-0.07972 0.0114-0.07972-0.0063 0-0.0114-0.00777-0.0114-0.01727 0-0.021-0.1645-0.18775-0.1853-0.18775-0.0081 0-0.0221-0.01025-0.0311-0.02278-0.0091-0.01253-0.0256-0.02278-0.0367-0.02278-0.0112 0-0.0203-0.00512-0.0203-0.01139 0-0.00626-0.0102-0.01139-0.0228-0.01139-0.0125 0-0.0227-0.00512-0.0227-0.01139 0-0.00626-0.0092-0.01139-0.0203-0.01139-0.0112 0-0.0277-0.01025-0.0367-0.02278-9e-3 -0.01252-0.0255-0.02278-0.0367-0.02278-0.0275 0-0.0259-0.03643 0.0025-0.05694 0.0126-0.00904 0.0228-0.02554 0.0228-0.03669 0-0.01114 0.0051-0.02026 0.0114-0.02026s0.0114-0.01025 0.0114-0.02278 0.0051-0.02278 0.0114-0.02278 0.0114-0.00912 0.0114-0.02026c0-0.01115 0.0102-0.02766 0.0228-0.03669 0.0125-0.00903 0.0227-0.02441 0.0227-0.03417s0.0103-0.02514 0.0228-0.03417 0.0228-0.02553 0.0228-0.03668c0-0.01114 0.0051-0.02027 0.0114-0.02027s0.0114-0.01025 0.0114-0.02278 0.0051-0.02278 0.0114-0.02278c0.0062 0 0.0114-0.01025 0.0114-0.02278 0-0.01252 0.0051-0.02277 0.0113-0.02277 0.0063 0 0.0114-0.00777 0.0114-0.01727 0-0.021 0.1645-0.18775 0.1853-0.18775 0.0081 0 0.0221-0.01025 0.0311-0.02278 0.0091-0.01253 0.0256-0.02278 0.0367-0.02278 0.0112 0 0.0203-0.00512 0.0203-0.01139 0-0.00626 0.0154-0.01139 0.0342-0.01139s0.0341-0.00512 0.0341-0.01139c0-0.00626 0.0103-0.01139 0.0228-0.01139s0.0228-0.00512 0.0228-0.01139c0-0.00626 0.0205-0.01139 0.0455-0.01139 0.0251 0 0.0456-0.00512 0.0456-0.01139 0-0.00724 0.0911-0.01139 0.2506-0.01139 0.1594 0 0.2505 0.00415 0.2505 0.01139 0 0.00627 0.0206 0.01139 0.0456 0.01139 0.0251 0 0.0456 0.00513 0.0456 0.01139 0 0.00627 0.0102 0.01139 0.0227 0.01139 0.0126 0 0.0228 0.00513 0.0228 0.01139 0 0.00627 0.0103 0.01139 0.0228 0.01139s0.0228 0.00513 0.0228 0.01139c0 0.00627 0.0091 0.01139 0.0202 0.01139 0.0112 0 0.0277 0.01025 0.0367 0.02278 0.0091 0.01253 0.0231 0.02278 0.0312 0.02278 0.0192 0 0.208 0.18882 0.208 0.20803 0 0.0081 0.0103 0.02212 0.0228 0.03115 0.0125 0.00904 0.0228 0.02441 0.0228 0.03417s0.0102 0.02514 0.0228 0.03417c0.0125 0.00903 0.0227 0.02554 0.0227 0.03669 0 0.01114 0.0052 0.02026 0.0114 0.02026 0.0063 0 0.0114 0.01538 0.0114 0.03417s0.0051 0.03417 0.0114 0.03417 0.0114 0.01538 0.0114 0.03417 0.0051 0.03417 0.0114 0.03417c0.0062 0 0.0114 0.01537 0.0114 0.03417 0 0.01879 0.0051 0.03417 0.0114 0.03417 0.0065 0 0.0114 0.03417 0.0114 0.07972 0 0.04556 0.0048 0.07973 0.0113 0.07973 0.0068 0 0.0114 0.04177 0.0114 0.10251s-0.0046 0.10251-0.0114 0.10251c-0.0063 0-0.0113 0.03037-0.0113 0.06834 0 0.03796-0.0051 0.06833-0.0114 0.06833s-0.0114 0.02051-0.0114 0.04556c0 0.02506-0.0052 0.04556-0.0114 0.04556-0.0063 0-0.0114 0.01538-0.0114 0.03417s-0.0051 0.03417-0.0114 0.03417-0.0114 0.01538-0.0114 0.03417-0.0051 0.03417-0.0114 0.03417c-0.0062 0-0.0114 0.00912-0.0114 0.02026 0 0.01115-0.0102 0.02766-0.0227 0.03669-0.0126 0.00903-0.0228 0.02348-0.0228 0.03212 0 0.00862-0.0154 0.03005-0.0342 0.04761-0.0188 0.01755-0.0342 0.03898-0.0342 0.0476 0 0.00864-0.0102 0.02309-0.0227 0.03212-0.0126 0.00904-0.0228 0.02349-0.0228 0.03212 0 0.00862-0.0154 0.03006-0.0342 0.04761s-0.0342 0.03795-0.0342 0.04533c0 0.00737-0.0205 0.0331-0.0455 0.05718-0.0251 0.02408-0.0456 0.0497-0.0456 0.05695 0 0.00724-0.0205 0.03287-0.0455 0.05695-0.0251 0.02407-0.0456 0.0498-0.0456 0.05717 0 0.00738-0.0154 0.02778-0.0342 0.04533-0.0188 0.01756-0.0341 0.03795-0.0341 0.04534 0 0.00736-0.0205 0.03309-0.0456 0.05717-0.025 0.02408-0.0456 0.04981-0.0456 0.05718 0 0.00738-0.0153 0.02778-0.0341 0.04533s-0.0342 0.03788-0.0342 0.04517-0.0256 0.03821-0.0569 0.06873c-0.0314 0.03051-0.057 0.06133-0.057 0.06848 0 0.00717-0.0205 0.03273-0.0455 0.0568-0.0251 0.02408-0.0456 0.04971-0.0456 0.05695 0 0.00725-0.0205 0.03287-0.0456 0.05695-0.025 0.02408-0.0455 0.04964-0.0455 0.0568 0 0.00715-0.0256 0.03797-0.057 0.06849-0.0313 0.03051-0.0569 0.06133-0.0569 0.06848 0 0.00717-0.0205 0.03273-0.0456 0.0568-0.025 0.02408-0.0455 0.04971-0.0455 0.05695 0 0.00725-0.0205 0.03287-0.0456 0.05695-0.025 0.02408-0.0456 0.04964-0.0456 0.0568s-0.0256 0.03798-0.0569 0.06849-0.0569 0.06126-0.0569 0.06834c0 0.00707-0.0257 0.03782-0.057 0.06834-0.0313 0.03051-0.0569 0.06133-0.0569 0.06848 0 0.00717-0.0205 0.03272-0.0456 0.0568s-0.0456 0.04958-0.0456 0.05669-0.0307 0.0431-0.0683 0.07999-0.0683 0.07288-0.0683 0.07999-0.0205 0.03261-0.0456 0.05669c-0.0251 0.02407-0.0456 0.04963-0.0456 0.0568 0 0.00715-0.0256 0.03797-0.0569 0.06848-0.0313 0.03052-0.057 0.06127-0.057 0.06834s-0.0256 0.03783-0.0569 0.06834-0.0569 0.06127-0.0569 0.06834-0.0257 0.03782-0.057 0.06834c-0.0313 0.03051-0.0569 0.06126-0.0569 0.06833 0 0.00708-0.0257 0.03783-0.057 0.06834-0.0313 0.03052-0.0569 0.06127-0.0569 0.06834s-0.02567 0.03783-0.05699 0.06834-0.05695 0.06126-0.05695 0.06834c0 0.00707-0.02563 0.03782-0.05695 0.06834-0.03132 0.03051-0.05695 0.06126-0.05695 0.06833 0 0.00708-0.02562 0.03783-0.05694 0.06834-0.03133 0.03052-0.05695 0.06127-0.05695 0.06834s-0.02563 0.03783-0.05695 0.06834-0.05695 0.06121-0.05695 0.06822c0 0.00703-0.03075 0.04295-0.06834 0.07985-0.03758 0.03689-0.06834 0.07281-0.06834 0.07984 0 0.00701-0.02562 0.03771-0.05694 0.06822-0.03133 0.03052-0.05695 0.06127-0.05695 0.06834s-0.02563 0.03783-0.05695 0.06834-0.05695 0.06126-0.05695 0.06834c0 0.00707-0.02563 0.03782-0.05695 0.06834-0.03132 0.03051-0.05695 0.0612-0.05695 0.06822 0 0.00703-0.03075 0.04295-0.06833 0.07984-0.03759 0.03689-0.06834 0.07282-0.06834 0.07984s-0.02563 0.03772-0.05695 0.06823-0.05695 0.06121-0.05695 0.06822c0 0.00703-0.03075 0.04295-0.06834 0.07985-0.03758 0.03689-0.06833 0.07276-0.06833 0.07972s-0.03076 0.04284-0.06834 0.07973c-0.03759 0.03689-0.06834 0.07282-0.06834 0.07984s-0.02563 0.03772-0.05695 0.06823-0.05695 0.06126-0.05695 0.06834c0 0.00707-0.02562 0.03782-0.05695 0.06833-0.03132 0.03052-0.05694 0.06121-0.05694 0.06823 0 0.00703-0.03076 0.04295-0.06834 0.07984-0.03759 0.03689-0.06834 0.07282-0.06834 0.07984s-0.02563 0.03771-0.05695 0.06823c-0.03132 0.03051-0.05695 0.06348-0.05695 0.07329 0 0.01023-0.0097 0.01783-0.02278 0.01783-0.01307 0-0.02277 0.00759-0.02277 0.01782 0 0.00981-0.02563 0.04278-0.05695 0.07329-0.03132 0.03052-0.05695 0.06121-0.05695 0.06823 0 0.00703-0.03075 0.04295-0.06834 0.07984s-0.06834 0.07281-0.06834 0.07984c0 0.00702-0.02562 0.03771-0.05695 0.06823-0.03132 0.03051-0.05694 0.06117-0.05694 0.06814 0 0.00698-0.03588 0.04807-0.07973 0.09131-0.04385 0.04325-0.07973 0.08433-0.07973 0.09131 0 0.00697-0.02563 0.03764-0.05695 0.06815s-0.05695 0.06117-0.05695 0.06814c0 0.00698-0.03587 0.04807-0.07972 0.09131-0.04385 0.04325-0.07973 0.08433-0.07973 0.09132 0 0.00697-0.02563 0.03763-0.05695 0.06814s-0.05695 0.06117-0.05695 0.06815-0.03588 0.04806-0.07973 0.09131c-0.04385 0.04324-0.07972 0.08425-0.07972 0.09111 0 0.00687-0.03588 0.04788-0.07973 0.09112-0.04385 0.04325-0.07973 0.08429-0.07973 0.0912s-0.03075 0.04276-0.06834 0.0796c-0.03758 0.0369-0.06834 0.0728-0.06834 0.0798 0 0.0069-0.03075 0.0428-0.06833 0.0797-0.03759 0.0369-0.06834 0.0727-0.06834 0.0797 0 0.0069-0.03588 0.0479-0.07973 0.0912-0.04385 0.0432-0.07973 0.0842-0.07973 0.0911 0 7e-3 -0.03075 0.0428-0.06834 0.0797-0.03758 0.0369-0.06833 0.0728-0.06833 0.0797 0 7e-3 -0.03076 0.0429-0.06834 0.0798-0.03759 0.0368-0.06834 0.0727-0.06834 0.0796 0 0.0185-0.05702 0.0722-0.06618 0.0624-0.00432-0.0047-0.00144-0.0108 0.00638-0.0136 0.00784-0.0028 0.01424-0.0149 0.01424-0.0269s0.00513-0.0218 0.01139-0.0218c0.00627 0 0.01139-0.0103 0.01139-0.0228s0.00513-0.0228 0.01139-0.0228c0.00627 0 0.01139-0.0102 0.01139-0.0228 0-0.0125 0.00513-0.0227 0.01139-0.0227s0.01139-0.0092 0.01139-0.0203 0.01025-0.0277 0.02278-0.0367 0.02278-0.0255 0.02278-0.0367c0-0.0111 0.00512-0.0202 0.01139-0.0202 0.00626 0 0.01139-0.0103 0.01139-0.0228s0.00512-0.0228 0.01139-0.0228c0.00626 0 0.01139-0.0102 0.01139-0.0228 0-0.0125 0.00512-0.0228 0.01139-0.0228 0.00626 0 0.01139-0.0091 0.01139-0.0202 0-0.0112 0.01025-0.0277 0.02278-0.0367 0.01252-9e-3 0.02278-0.0255 0.02278-0.0367 0-0.0111 0.00512-0.0202 0.01139-0.0202 0.00626 0 0.01138-0.0103 0.01138-0.0228 0-0.0126 0.00513-0.0228 0.01139-0.0228 0.00627 0 0.01139-0.0091 0.01139-0.0203 0-0.0111 0.01025-0.0276 0.02278-0.0367 0.01253-9e-3 0.02278-0.0255 0.02278-0.0366 0-0.0112 0.00513-0.0203 0.01139-0.0203 0.00627 0 0.01139-0.0103 0.01139-0.0228s0.00513-0.0228 0.01139-0.0228c0.00627 0 0.01139-0.0102 0.01139-0.0227 0-0.0126 0.00513-0.0228 0.01139-0.0228 0.00627 0 0.01139-0.0103 0.01139-0.0228s0.00513-0.0228 0.01139-0.0228 0.01139-0.0091 0.01139-0.0202c0-0.0112 0.01025-0.0277 0.02278-0.0367 0.01253-0.0091 0.02278-0.02557 0.02278-0.03672 0-0.01114 0.00512-0.02026 0.01139-0.02026 0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.00912 0.01139-0.02026 0-0.01115 0.01025-0.02765 0.02278-0.03669 0.01252-0.00903 0.02278-0.02553 0.02278-0.03668 0-0.01114 0.00512-0.02026 0.01139-0.02026 0.00626 0 0.01139-0.01026 0.01139-0.02278 0-0.01253 0.00512-0.02278 0.01138-0.02278 0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.00913 0.01139-0.02026 0-0.01115 0.01025-0.02766 0.02278-0.03669s0.02278-0.02554 0.02278-0.03669c0-0.01114 0.00513-0.02026 0.01139-0.02026 0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278 0.01139-0.00912 0.01139-0.02026c0-0.01115 0.01025-0.02765 0.02278-0.03669 0.01253-0.00903 0.02278-0.02553 0.02278-0.03668 0-0.01114 0.00512-0.02026 0.01139-0.02026 0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.00913 0.01139-0.02026 0-0.01116 0.01025-0.02766 0.02278-0.03669s0.02278-0.02554 0.02278-0.03669c0-0.01114 0.00512-0.02026 0.01139-0.02026 0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01138-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.00912 0.01139-0.02026 0-0.01115 0.01025-0.02765 0.02278-0.03669 0.01253-0.00903 0.02278-0.02553 0.02278-0.03668 0-0.01114 0.00513-0.02026 0.01139-0.02026 0.00627 0 0.01139-0.01026 0.01139-0.02278 0-0.01253 0.00513-0.02278 0.01139-0.02278 0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278 0.01139-0.00913 0.01139-0.02026c0-0.01115 0.01025-0.02766 0.02278-0.03669s0.02278-0.02554 0.02278-0.03669c0-0.01114 0.00512-0.02026 0.01139-0.02026 0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.00912 0.01139-0.02026 0-0.01115 0.01025-0.02765 0.02278-0.03669 0.01252-0.00903 0.02278-0.02553 0.02278-0.03668 0-0.01114 0.00512-0.02026 0.01138-0.02026 0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.00912 0.01139-0.02026 0-0.01115 0.01025-0.02766 0.02278-0.03669s0.02278-0.02554 0.02278-0.03669c0-0.01114 0.00513-0.02026 0.01139-0.02026 0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278 0.01139-0.01025 0.01139-0.02278c0-0.01252 0.00513-0.02278 0.01139-0.02278s0.01139-0.00912 0.01139-0.02026c0-0.01115 0.01025-0.02765 0.02278-0.03668 0.01253-0.00904 0.02278-0.02554 0.02278-0.03669 0-0.01114 0.00512-0.02026 0.01139-0.02026 0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.00912 0.01139-0.02026 0-0.01115 0.01025-0.02766 0.02278-0.03669 0.01252-0.00903 0.02277-0.02554 0.02277-0.03669 0-0.01114 0.00513-0.02026 0.01139-0.02026 0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278 0-0.01252 0.00513-0.02277 0.01139-0.02277 0.00627 0 0.01139-0.01026 0.01139-0.02278 0-0.01253 0.00513-0.02278 0.01139-0.02278 0.00627 0 0.01139-0.00913 0.01139-0.02027 0-0.01115 0.01025-0.02765 0.02278-0.03668s0.02278-0.02554 0.02278-0.03669c0-0.01114 0.00513-0.02026 0.01139-0.02026s0.01139-0.01025 0.01139-0.02278 0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.00912 0.01139-0.02026 0-0.01115 0.01025-0.02766 0.02278-0.03669s0.02278-0.02553 0.02278-0.03668c0-0.01114 0.00512-0.02027 0.01139-0.02027 0.00626 0 0.01139-0.01025 0.01139-0.02278 0-0.01252 0.00512-0.02278 0.01139-0.02278 0.00626 0 0.01139-0.01025 0.01139-0.02277 0-0.01253 0.00512-0.02278 0.01139-0.02278 0.00626 0 0.01139-0.00913 0.01139-0.02027 0-0.01115 0.01025-0.02765 0.02277-0.03668 0.01253-0.00903 0.02278-0.02554 0.02278-0.03669 0-0.01114 0.00513-0.02026 0.01139-0.02026 0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278 0.01139-0.01025 0.01139-0.02278c0-0.01252 0.00513-0.02278 0.01139-0.02278s0.01139-0.00912 0.01139-0.02026c0-0.01115 0.01025-0.02765 0.02278-0.03668 0.01253-0.00904 0.02278-0.02554 0.02278-0.03669 0-0.01114 0.00512-0.02026 0.01139-0.02026 0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.00912 0.01139-0.02026 0-0.01115 0.01025-0.02766 0.02278-0.03669 0.01252-0.00903 0.02277-0.02553 0.02277-0.03668 0-0.01114 0.00513-0.02027 0.01139-0.02027 0.00627 0 0.01139-0.01025 0.01139-0.02278 0-0.01252 0.00513-0.02278 0.01139-0.02278 0.00627 0 0.01139-0.01025 0.01139-0.02278 0-0.01252 0.00513-0.02277 0.01139-0.02277 0.00627 0 0.01139-0.01026 0.01139-0.02278 0-0.01253 0.00513-0.02278 0.01139-0.02278 0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278c0.00627 0 0.01139-0.01025 0.01139-0.02278s0.00513-0.02278 0.01139-0.02278 0.01139-0.00912 0.01139-0.02026c0-0.01115 0.01025-0.02766 0.02278-0.03669s0.02278-0.02554 0.02278-0.03669c0-0.01114 0.00512-0.02026 0.01139-0.02026 0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.01025 0.01139-0.02278s0.00512-0.02278 0.01139-0.02278c0.00626 0 0.01139-0.01025 0.01139-0.02278 0-0.01252 0.00512-0.02278 0.01139-0.02278 0.00626 0 0.01139-0.00981 0.01139-0.02183 0-0.012 0.00635-0.02394 0.01413-0.02654 0.01771-0.0059-0.01614-0.04274-0.03928-0.04274-0.00846 0-0.02277-0.01025-0.0318-0.02278s-0.02441-0.02278-0.03417-0.02278-0.02514-0.01025-0.03417-0.02278-0.02441-0.02278-0.03417-0.02278-0.02514-0.01025-0.03417-0.02278-0.02441-0.02278-0.03417-0.02278-0.02513-0.01025-0.03417-0.02278c-0.00903-0.01253-0.0244-0.02278-0.03416-0.02278-0.00977 0-0.02514-0.01025-0.03417-0.02278-0.00904-0.01253-0.02554-0.02278-0.03669-0.02278-0.01114 0-0.02026-0.00512-0.02026-0.01139 0-0.00626-0.00913-0.01139-0.02026-0.01139-0.01115 0-0.02766-0.01025-0.03669-0.02278s-0.02441-0.02278-0.03417-0.02278-0.02514-0.01025-0.03417-0.02278c-0.00903-0.01252-0.02553-0.02278-0.03668-0.02278-0.01114 0-0.02027-0.00512-0.02027-0.01138 0-0.00627-0.00912-0.01139-0.02026-0.01139-0.01115 0-0.02765-0.01026-0.03669-0.02278-0.00903-0.01253-0.02553-0.02278-0.03668-0.02278-0.01114 0-0.02026-0.00513-0.02026-0.01139 0-0.00627-0.00913-0.01139-0.02027-0.01139-0.01115 0-0.02765-0.01025-0.03668-0.02278s-0.02554-0.02278-0.03669-0.02278c-0.01114 0-0.02026-0.00513-0.02026-0.01139 0-0.00627-0.00912-0.01139-0.02026-0.01139-0.01115 0-0.02766-0.01025-0.03669-0.02278s-0.02553-0.02278-0.03669-0.02278c-0.01113 0-0.02026-0.00513-0.02026-0.01139s-0.01025-0.01139-0.02278-0.01139-0.02278-0.00512-0.02278-0.01139c0-0.00626-0.01025-0.01139-0.02278-0.01139-0.01252 0-0.02277-0.00512-0.02277-0.01139 0-0.00626-0.00913-0.01139-0.02027-0.01139-0.01115 0-0.02765-0.01025-0.03668-0.02278-0.00904-0.01253-0.02554-0.02278-0.03669-0.02278-0.01114 0-0.02026-0.00512-0.02026-0.01139 0-0.00626-0.01025-0.01139-0.02278-0.01139s-0.02278-0.00512-0.02278-0.01139c0-0.00626-0.00912-0.01139-0.02026-0.01139-0.01115 0-0.02766-0.01025-0.03669-0.02278-0.00903-0.01252-0.02553-0.02277-0.03668-0.02277-0.01114 0-0.02027-0.00513-0.02027-0.01139 0-0.00627-0.01025-0.01139-0.02278-0.01139-0.01252 0-0.02278-0.00513-0.02278-0.01139 0-0.00627-0.01025-0.01139-0.02277-0.01139-0.01253 0-0.02278-0.00513-0.02278-0.01139 0-0.00627-0.01025-0.01139-0.02278-0.01139s-0.02278-0.00513-0.02278-0.01139c0-0.00627-0.01025-0.01139-0.02278-0.01139s-0.02278-0.00513-0.02278-0.01139c0-0.00627-0.01025-0.01139-0.02278-0.01139s-0.02278-0.00513-0.02278-0.01139c0-0.00627-0.01025-0.01139-0.02278-0.01139s-0.02278-0.00513-0.02278-0.01139c0-0.00627-0.00982-0.01139-0.02183-0.01139s-0.02394-0.00636-0.02654-0.01414c-0.00628-0.01881-0.04275 0.01685-0.04275 0.0418 0 0.00984-0.00512 0.0179-0.01139 0.0179-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01138 0.00912-0.01138 0.02026 0 0.01115-0.01026 0.02765-0.02278 0.03669-0.01253 0.00903-0.02278 0.02553-0.02278 0.03668 0 0.01114-0.00513 0.02026-0.01139 0.02026-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02766-0.02278 0.03669s-0.02278 0.02554-0.02278 0.03669c0 0.01114-0.00513 0.02026-0.01139 0.02026s-0.01139 0.01025-0.01139 0.02278-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00512 0.02278-0.01139 0.02278-0.00626 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02765-0.02278 0.03668-0.01253 0.00904-0.02278 0.02554-0.02278 0.03669 0 0.01114-0.00512 0.02026-0.01139 0.02026-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01138 0.01025-0.01138 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01026 0.02766-0.02278 0.03669-0.01253 0.00903-0.02278 0.02554-0.02278 0.03669 0 0.01113-0.00513 0.02026-0.01139 0.02026-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00513 0.02278-0.01139 0.02278-0.00627 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00513 0.02277-0.01139 0.02277-0.00627 0-0.01139 0.01026-0.01139 0.02278 0 0.01253-0.00513 0.02278-0.01139 0.02278s-0.01139 0.00913-0.01139 0.02027c0 0.01115-0.01025 0.02765-0.02278 0.03668s-0.02278 0.02554-0.02278 0.03669c0 0.01114-0.00512 0.02026-0.01139 0.02026-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02766-0.02278 0.03669-0.01252 0.00903-0.02278 0.02553-0.02278 0.03668 0 0.01114-0.00512 0.02027-0.01138 0.02027-0.00627 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00513 0.02277-0.01139 0.02277-0.00627 0-0.01139 0.01026-0.01139 0.02278 0 0.01253-0.00513 0.02278-0.01139 0.02278-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02766-0.02278 0.03669s-0.02278 0.02554-0.02278 0.03669c0 0.01114-0.00513 0.02026-0.01139 0.02026s-0.01139 0.01025-0.01139 0.02278-0.00513 0.02278-0.01139 0.02278-0.01139 0.01025-0.01139 0.02278-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00512 0.02278-0.01139 0.02278-0.00626 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02765-0.02278 0.03668-0.01253 0.00904-0.02278 0.02554-0.02278 0.03669 0 0.01114-0.00512 0.02026-0.01139 0.02026-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01138 0.02278c-0.00627 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01026 0.02766-0.02278 0.03669-0.01253 0.00903-0.02278 0.02554-0.02278 0.03669 0 0.01113-0.00513 0.02026-0.01139 0.02026-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00513 0.02278-0.01139 0.02278-0.00627 0-0.01139 0.01025-0.01139 0.02277 0 0.01253-0.00513 0.02278-0.01139 0.02278s-0.01139 0.00913-0.01139 0.02027c0 0.01115-0.01025 0.02765-0.02278 0.03668-0.01253 0.00904-0.02278 0.02554-0.02278 0.03669 0 0.01114-0.00512 0.02026-0.01139 0.02026-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02765-0.02278 0.03669-0.01252 0.00903-0.02277 0.02553-0.02277 0.03668 0 0.01114-0.00513 0.02027-0.01139 0.02027-0.00627 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00513 0.02277-0.01139 0.02277-0.00627 0-0.01139 0.01026-0.01139 0.02278 0 0.01253-0.00513 0.02278-0.01139 0.02278-0.00627 0-0.01139 0.00913-0.01139 0.02027 0 0.01115-0.01025 0.02765-0.02278 0.03668s-0.02278 0.02554-0.02278 0.03669c0 0.01114-0.00513 0.02026-0.01139 0.02026-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278-0.01139 0.01025-0.01139 0.02278-0.00513 0.02278-0.01139 0.02278-0.01139 0.01025-0.01139 0.02278-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02765-0.02278 0.03669-0.01253 0.00903-0.02278 0.02553-0.02278 0.03668 0 0.01114-0.00512 0.02026-0.01139 0.02026-0.00626 0-0.01139 0.01026-0.01139 0.02278 0 0.01253-0.00512 0.02278-0.01139 0.02278-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.00913-0.01139 0.02027 0 0.01115-0.01025 0.02765-0.02278 0.03668-0.01252 0.00903-0.02277 0.02554-0.02277 0.03669 0 0.01114-0.00513 0.02026-0.01139 0.02026-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00513 0.02278-0.01139 0.02278-0.00627 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02765-0.02278 0.03668-0.01253 0.00904-0.02278 0.02554-0.02278 0.03669 0 0.01114-0.00513 0.02026-0.01139 0.02026s-0.01139 0.01025-0.01139 0.02278-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02766-0.02278 0.03669s-0.02278 0.02553-0.02278 0.03668c0 0.01114-0.00512 0.02027-0.01139 0.02027-0.00626 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00512 0.02278-0.01138 0.02278-0.00627 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00513 0.02277-0.01139 0.02277-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.00913-0.01139 0.02027 0 0.01115-0.01025 0.02765-0.02278 0.03668s-0.02278 0.02554-0.02278 0.03669c0 0.01114-0.00513 0.02026-0.01139 0.02026-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278-0.01139 0.00912-0.01139 0.02026c0 0.01115-0.01025 0.02766-0.02278 0.03669s-0.02278 0.02553-0.02278 0.03668c0 0.01114-0.00512 0.02027-0.01139 0.02027-0.00626 0-0.01139 0.01025-0.01139 0.02277 0 0.01253-0.00512 0.02278-0.01139 0.02278-0.00626 0-0.01139 0.01026-0.01139 0.02278 0 0.01253-0.00512 0.02278-0.01139 0.02278-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02766-0.02277 0.03669-0.01253 0.00903-0.02278 0.02554-0.02278 0.03669 0 0.01114-0.00513 0.02026-0.01139 0.02026-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.01025-0.01139 0.02278s-0.00513 0.02278-0.01139 0.02278c-0.00627 0-0.01139 0.01025-0.01139 0.02278 0 0.01252-0.00513 0.02278-0.01139 0.02278-0.00627 0-0.01139 0.00912-0.01139 0.02026 0 0.01115-0.01025 0.02765-0.02278 0.03668-0.01253 0.00904-0.02278 0.02554-0.02278 0.03669 0 0.01114-0.00513 0.02026-0.01139 0.02026s-0.01139 0.01025-0.01139 0.02278-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.02278-0.01139 0.02278c-0.00626 0-0.01139 0.01025-0.01139 0.02278s-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0091-0.01139 0.0202 0 0.0112-0.01025 0.0277-0.02278 0.0367-0.01253 0.0091-0.02278 0.0256-0.02278 0.0367 0 0.0112-0.00512 0.0203-0.01139 0.0203-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0227-0.01139 0.0227-0.00626 0-0.01138 0.0103-0.01138 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0091-0.01139 0.0202 0 0.0112-0.01025 0.0277-0.02278 0.0367-0.01253 0.0091-0.02278 0.0256-0.02278 0.0367s-0.00513 0.0203-0.01139 0.0203-0.01139 0.0102-0.01139 0.0227c0 0.0126-0.00513 0.0228-0.01139 0.0228s-0.01139 0.0103-0.01139 0.0228-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0227-0.01139 0.0227-0.00626 0-0.01139 0.0092-0.01139 0.0203 0 0.0112-0.01025 0.0277-0.02278 0.0367s-0.02278 0.0255-0.02278 0.0367c0 0.0111-0.00512 0.0202-0.01139 0.0202-0.00626 0-0.01139 0.0103-0.01139 0.0228 0 0.0126-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01138 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0091-0.01139 0.0203 0 0.0111-0.01025 0.0276-0.02278 0.0367-0.01253 9e-3 -0.02278 0.0255-0.02278 0.0367 0 0.0111-0.00513 0.0202-0.01139 0.0202-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00513 0.0227-0.01139 0.0227-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228-0.01139 0.0091-0.01139 0.0203c0 0.0111-0.01025 0.0276-0.02278 0.0366-0.01253 0.0091-0.02278 0.0256-0.02278 0.0367 0 0.0112-0.00512 0.0203-0.01139 0.0203-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0227-0.01139 0.0227-0.00626 0-0.01139 0.0103-0.01139 0.0228 0 0.0126-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0091-0.01139 0.0203 0 0.0111-0.01025 0.0276-0.02277 0.0367-0.01253 9e-3 -0.02278 0.0255-0.02278 0.0367 0 0.0111-0.00513 0.0202-0.01139 0.0202-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00513 0.0227-0.01139 0.0227-0.00627 0-0.01139 0.0092-0.01139 0.0203 0 0.0112-0.01025 0.0277-0.02278 0.0367s-0.02278 0.0255-0.02278 0.0367c0 0.0111-0.00513 0.0202-0.01139 0.0202s-0.01139 0.0103-0.01139 0.0228-0.00513 0.0228-0.01139 0.0228-0.01139 0.0102-0.01139 0.0228c0 0.0125-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0091-0.01139 0.0202 0 0.0112-0.01025 0.0277-0.02278 0.0367-0.01253 0.0091-0.02278 0.0256-0.02278 0.0367s-0.00512 0.0203-0.01139 0.0203c-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0227-0.01139 0.0227-0.00626 0-0.01138 0.0103-0.01138 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00513 0.0227-0.01139 0.0227-0.00627 0-0.01139 0.0103-0.01139 0.0228 0 0.0126-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0091-0.01139 0.0203 0 0.0111-0.01025 0.0276-0.02278 0.0367-0.01253 9e-3 -0.02278 0.0255-0.02278 0.0366 0 0.0112-0.00513 0.0203-0.01139 0.0203-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00513 0.0228-0.01139 0.0228s-0.01139 0.0103-0.01139 0.0228-0.00513 0.0228-0.01139 0.0228-0.01139 0.0091-0.01139 0.0202c0 0.0112-0.01025 0.0277-0.02278 0.0367-0.01253 0.0091-0.02278 0.0256-0.02278 0.0367 0 0.0112-0.00512 0.0203-0.01139 0.0203-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0227-0.01139 0.0227-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0091-0.01139 0.0202 0 0.0112-0.01025 0.0277-0.02277 0.0367-0.01253 9e-3 -0.02278 0.0255-0.02278 0.0367 0 0.0111-0.00513 0.0203-0.01139 0.0203-0.00627 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0092-0.01139 0.0203s-0.01025 0.0276-0.02278 0.0367c-0.01253 9e-3 -0.02278 0.0255-0.02278 0.0367 0 0.0111-0.00513 0.0202-0.01139 0.0202s-0.01139 0.0103-0.01139 0.0228-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0227-0.01139 0.0227-0.00626 0-0.01139 0.0103-0.01139 0.0228 0 0.0126-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0091-0.01139 0.0202 0 0.0112-0.01025 0.0277-0.02278 0.0367-0.01252 9e-3 -0.02278 0.0255-0.02278 0.0367 0 0.0111-0.00512 0.0203-0.01138 0.0203-0.00627 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00513 0.0227-0.01139 0.0227-0.00627 0-0.01139 0.0092-0.01139 0.0203s-0.01025 0.0277-0.02278 0.0367-0.02278 0.0255-0.02278 0.0367c0 0.0111-0.00513 0.0202-0.01139 0.0202-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228-0.01139 0.0102-0.01139 0.0228c0 0.0125-0.00513 0.0228-0.01139 0.0228s-0.01139 0.0102-0.01139 0.0227c0 0.0126-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0091-0.01139 0.0203 0 0.0111-0.01025 0.0276-0.02278 0.0367-0.01253 9e-3 -0.02278 0.0255-0.02278 0.0366 0 0.0112-0.00512 0.0203-0.01139 0.0203-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01138 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00513 0.0227-0.01139 0.0227-0.00627 0-0.01139 0.0092-0.01139 0.0203 0 0.0112-0.01025 0.0277-0.02278 0.0367s-0.02278 0.0255-0.02278 0.0367c0 0.0111-0.00513 0.0202-0.01139 0.0202-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00513 0.0228-0.01139 0.0228s-0.01139 0.0103-0.01139 0.0228-0.00513 0.0228-0.01139 0.0228-0.01139 0.0091-0.01139 0.0202c0 0.0112-0.01025 0.0277-0.02278 0.0367-0.01253 0.0091-0.02278 0.0256-0.02278 0.0367s-0.00512 0.0203-0.01139 0.0203c-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0227-0.01139 0.0227-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0227-0.01139 0.0227-0.00626 0-0.01139 0.0092-0.01139 0.0203 0 0.0112-0.01025 0.0277-0.02277 0.0367-0.01253 9e-3 -0.02278 0.0255-0.02278 0.0367 0 0.0111-0.00513 0.0202-0.01139 0.0202-0.00627 0-0.01139 0.0103-0.01139 0.0228 0 0.0126-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0091-0.01139 0.0202 0 0.0112-0.01025 0.0277-0.02278 0.0367-0.01253 0.0091-0.02278 0.0256-0.02278 0.0367 0 0.0112-0.00512 0.0203-0.01139 0.0203-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0227-0.01139 0.0227-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0091-0.01139 0.0202 0 0.0112-0.01025 0.0277-0.02278 0.0367-0.01252 9e-3 -0.02278 0.0255-0.02278 0.0367 0 0.0111-0.00512 0.0203-0.01139 0.0203-0.00626 0-0.01138 0.0102-0.01138 0.0227 0 0.0126-0.00513 0.0228-0.01139 0.0228-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00513 0.0227-0.01139 0.0227-0.00627 0-0.01139 0.0092-0.01139 0.0203s-0.01025 0.0276-0.02278 0.0367c-0.01253 9e-3 -0.02278 0.0255-0.02278 0.0367 0 0.0111-0.00513 0.0202-0.01139 0.0202-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228-0.01139 0.0102-0.01139 0.0228c0 0.0125-0.00513 0.0227-0.01139 0.0227s-0.01139 0.0103-0.01139 0.0228c0 0.0126-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0091-0.01139 0.0203 0 0.0111-0.01025 0.0276-0.02278 0.0367-0.01253 9e-3 -0.02278 0.0255-0.02278 0.0366 0 0.0112-0.00512 0.0203-0.01139 0.0203-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.00512 0.0228-0.01139 0.0228-0.00626 0-0.01139 0.0103-0.01139 0.0228s-0.00512 0.0228-0.01139 0.0228c-0.00626 0-0.01138 0.0091-0.01138 0.0202 0 0.0112-0.01026 0.0277-0.02278 0.0367-0.01253 0.0091-0.02278 0.0256-0.02278 0.0367 0 0.0112-0.00513 0.0203-0.01139 0.0203-0.00627 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.00513 0.0227-0.01139 0.0227-0.00627 0-0.01139 0.0103-0.01139 0.0228s-0.00513 0.0228-0.01139 0.0228c-0.00627 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.005127 0.0228-0.011391 0.0228-0.006265 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.005125 0.0228-0.01139 0.0228-0.006264 0-0.011389 0.0103-0.011389 0.0228s-0.005126 0.0228-0.01139 0.0228-0.01139 0.0091-0.01139 0.0202c0 0.0112-0.01025 0.0277-0.022779 0.0367-0.012529 0.0091-0.022779 0.0256-0.022779 0.0367s-0.005126 0.0203-0.01139 0.0203-0.01139 0.0102-0.01139 0.0227c0 0.0126-0.005125 0.0228-0.011389 0.0228-0.006265 0-0.01139 0.0103-0.01139 0.0228s-0.005125 0.0228-0.01139 0.0228c-0.006264 0-0.011389 0.0091-0.011389 0.0202 0 0.0112-0.010251 0.0277-0.02278 0.0367-0.012528 0.0091-0.022779 0.0256-0.022779 0.0367 0 0.0112-0.005125 0.0203-0.01139 0.0203-0.006264 0-0.011389 0.0102-0.011389 0.0228 0 0.0125-0.005126 0.0227-0.01139 0.0227s-0.01139 0.0103-0.01139 0.0228-0.005125 0.0228-0.011389 0.0228c-0.006265 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.005125 0.0228-0.01139 0.0228-0.006264 0-0.011389 0.0102-0.011389 0.0227 0 0.0126-0.005126 0.0228-0.01139 0.0228s-0.01139 0.0091-0.01139 0.0203c0 0.0111-0.01025 0.0276-0.022779 0.0367-0.012529 9e-3 -0.022779 0.0255-0.022779 0.0367 0 0.0111-0.005126 0.0202-0.01139 0.0202s-0.01139 0.0103-0.01139 0.0228-0.005125 0.0228-0.011389 0.0228c-0.006265 0-0.01139 0.0102-0.01139 0.0228 0 0.0125-0.005125 0.0227-0.01139 0.0227-0.006264 0-0.011389 0.0103-0.011389 0.0228s-0.005126 0.0228-0.01139 0.0228-0.01139 0.0091-0.01139 0.0203c0 0.0111-0.010251 0.0276-0.022779 0.0366-0.012529 0.0091-0.022779 0.0256-0.022779 0.0367 0 0.0112-0.005126 0.0203-0.01139 0.0203s-0.01139 0.0102-0.01139 0.0228c0 0.0125-0.005125 0.0227-0.011389 0.0227-0.006265 0-0.01139 0.0103-0.01139 0.0228 0 0.0126-0.005126 0.0228-0.01139 0.0228s-0.01139 0.0091-0.01139 0.0203c0 0.0111-0.01025 0.0276-0.022779 0.0367-0.012528 9e-3 -0.022779 0.0255-0.022779 0.0366 0 0.0112-0.005126 0.0203-0.01139 0.0203s-0.01139 0.0103-0.01139 0.0228-0.005125 0.0228-0.011389 0.0228c-0.006265 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.005125 0.0228-0.01139 0.0228-0.006264 0-0.011389 0.0103-0.011389 0.0228s-0.005126 0.0228-0.01139 0.0228-0.01139 0.0091-0.01139 0.0202c0 0.0112-0.01025 0.0277-0.022779 0.0367-0.012529 0.0091-0.022779 0.0256-0.022779 0.0367 0 0.0112-0.005126 0.0203-0.01139 0.0203s-0.01139 0.0102-0.01139 0.0228c0 0.0125-0.005125 0.0227-0.011389 0.0227-0.006265 0-0.01139 0.0092-0.01139 0.0203s-0.010251 0.0277-0.022779 0.0367c-0.012529 9e-3 -0.02278 0.0255-0.02278 0.0367 0 0.0111-0.005125 0.0202-0.011389 0.0202-0.006265 0-0.01139 0.0103-0.01139 0.0228s-0.005125 0.0228-0.01139 0.0228c-0.0062639 0-0.011389 0.0102-0.011389 0.0228 0 0.0125-0.0051253 0.0228-0.01139 0.0228-0.0062643 0-0.01139 0.0102-0.01139 0.0227 0 0.0126-0.0051254 0.0228-0.01139 0.0228s-0.01139 0.0084-0.01139 0.0186-0.010706 0.0279-0.023793 0.0392l-0.023793 0.0207 0.040502 0.0405c0.022267 0.0222 0.047222 0.0405 0.055445 0.0405s0.022335 0.0102 0.031367 0.0227c0.009032 0.0126 0.024408 0.0228 0.034169 0.0228s0.025137 0.0103 0.034169 0.0228 0.023485 0.0228 0.032119 0.0228c0.008622 0 0.030057 0.0154 0.047608 0.0342 0.017552 0.0187 0.038987 0.0341 0.047609 0.0341 0.008634 0 0.023087 0.0103 0.032119 0.0228s0.024408 0.0228 0.034169 0.0228 0.025137 0.0102 0.034169 0.0228c0.009032 0.0125 0.024408 0.0227 0.034169 0.0227s0.025137 0.0103 0.034169 0.0228 0.024408 0.0228 0.034169 0.0228 0.025137 0.0103 0.034169 0.0228 0.023486 0.0228 0.032119 0.0228c0.008622 0 0.030057 0.0153 0.047609 0.0341 0.017551 0.0188 0.038987 0.0342 0.047609 0.0342 0.008633 0 0.023087 0.0102 0.032119 0.0228 0.009032 0.0125 0.024408 0.0228 0.034169 0.0228s0.025137 0.0102 0.034169 0.0227c0.009032 0.0126 0.024408 0.0228 0.034169 0.0228s0.025137 0.0103 0.034169 0.0228 0.024408 0.0228 0.034169 0.0228 0.025137 0.0102 0.034169 0.0228c0.009032 0.0125 0.024408 0.0227 0.034169 0.0227s0.025137 0.0103 0.034169 0.0228c0.009031 0.0125 0.023481 0.0228 0.032121 0.0228 0.00862 0 0.03005 0.0154 0.04761 0.0342 0.01755 0.0188 0.03898 0.0341 0.04761 0.0341s0.02308 0.0103 0.03211 0.0228c0.00904 0.0125 0.02441 0.0228 0.03417 0.0228s0.02514 0.0102 0.03417 0.0228c0.00903 0.0125 0.02441 0.0227 0.03417 0.0227s0.02514 0.0103 0.03417 0.0228c0.00903 0.0126 0.02349 0.0228 0.03212 0.0228 0.00862 0 0.03006 0.0154 0.04761 0.0342s0.03898 0.0341 0.04761 0.0341 0.02308 0.0103 0.03212 0.0228c0.00903 0.0126 0.02365 0.0228 0.03249 0.0228 0.00885 0 0.02535 0.0107 0.03669 0.0238l0.02059 0.0237 0.05192-0.0519c0.02857-0.0286 0.05193-0.0575 0.05193-0.0644 0-0.0068 0.02563-0.0374 0.05695-0.0679s0.05695-0.0612 0.05695-0.0683 0.02562-0.0378 0.05694-0.0684c0.03133-0.0305 0.05695-0.0612 0.05695-0.0682s0.03076-0.0429 0.06834-0.0798c0.03759-0.0369 0.06834-0.0728 0.06834-0.0799 0-7e-3 0.02563-0.0377 0.05695-0.0682s0.05695-0.0612 0.05695-0.0683 0.02562-0.0378 0.05694-0.0684c0.03133-0.0305 0.05695-0.0612 0.05695-0.0682s0.03075-0.0429 0.06834-0.0798 0.06834-0.0728 0.06834-0.0799c0-7e-3 0.02563-0.0377 0.05695-0.0682s0.05695-0.0613 0.05695-0.0683c0-0.0071 0.02562-0.0379 0.05694-0.0684 0.03133-0.0305 0.05695-0.0611 0.05695-0.0681s0.03588-0.0481 0.07973-0.0913c0.04385-0.0433 0.07973-0.0844 0.07973-0.0913 0-7e-3 0.02562-0.0377 0.05695-0.0682 0.03132-0.0305 0.05694-0.0612 0.05694-0.0682s0.03076-0.043 0.06834-0.0798c0.03759-0.0369 0.06834-0.0728 0.06834-0.0798 0-0.0069 0.03075-0.0428 0.06834-0.0797 0.03758-0.0369 0.06834-0.0728 0.06834-0.0797 0-7e-3 0.03075-0.0429 0.06833-0.0798 0.03759-0.0369 0.06834-0.0728 0.06834-0.0798s0.02563-0.0377 0.05695-0.0682 0.05695-0.0612 0.05695-0.0683c0-7e-3 0.03075-0.0429 0.06834-0.0798 0.03758-0.0369 0.06834-0.0728 0.06834-0.0797 0-7e-3 0.03075-0.0429 0.06833-0.0797 0.03759-0.0369 0.06834-0.0728 0.06834-0.0798 0-0.0069 0.03075-0.0428 0.06834-0.0797s0.06834-0.0728 0.06834-0.0797c0-7e-3 0.03075-0.0429 0.06834-0.0798 0.03758-0.0369 0.06833-0.0728 0.06833-0.0798s0.02563-0.0377 0.05695-0.0682 0.05695-0.0612 0.05695-0.0683c0-7e-3 0.03075-0.0429 0.06834-0.0798 0.03758-0.0369 0.06834-0.0728 0.06834-0.0797 0-7e-3 0.03075-0.0429 0.06833-0.0797 0.03759-0.0369 0.06834-0.0728 0.06834-0.0798 0-0.0069 0.03075-0.0428 0.06834-0.0797s0.06834-0.0728 0.06834-0.0797c0-7e-3 0.03075-0.0429 0.06834-0.0798 0.03758-0.0369 0.06833-0.0727 0.06833-0.0797 0-0.0069 0.03076-0.0428 0.06834-0.0797 0.03759-0.0369 0.06834-0.0728 0.06834-0.0797 0-7e-3 0.03075-0.0429 0.06834-0.0798 0.03758-0.0369 0.06834-0.0727 0.06834-0.0797s0.03075-0.0428 0.06833-0.0797c0.03759-0.0369 0.06834-0.0728 0.06834-0.0799 0-7e-3 0.02563-0.0377 0.05695-0.0682s0.05695-0.0612 0.05695-0.0681c0-7e-3 0.03588-0.0481 0.07973-0.0914 0.04385-0.0432 0.07972-0.0843 0.07972-0.0913 0-0.0069 0.02563-0.0376 0.05695-0.0681s0.05695-0.0612 0.05695-0.0682c0-0.0071 0.03075-0.043 0.06834-0.0799 0.03758-0.0369 0.06834-0.0727 0.06834-0.0797s0.03075-0.0428 0.06834-0.0797c0.03758-0.0369 0.06833-0.0728 0.06833-0.0798 0-0.0069 0.03076-0.0428 0.06834-0.0797 0.03759-0.0369 0.06834-0.0728 0.06834-0.0798s0.02563-0.0377 0.05695-0.0683c0.03132-0.0305 0.05695-0.0611 0.05695-0.0681s0.03587-0.0481 0.07972-0.0913c0.04385-0.0433 0.07973-0.0843 0.07973-0.0913s0.02563-0.0377 0.05695-0.0682 0.05695-0.0612 0.05695-0.0682 0.03075-0.0429 0.06834-0.0798c0.03758-0.0369 0.06833-0.0728 0.06833-0.0798 0-0.0069 0.03076-0.0428 0.06834-0.0797 0.03759-0.0369 0.06834-0.0728 0.06834-0.0797 0-7e-3 0.03075-0.0429 0.06834-0.0797 0.03758-0.0369 0.06834-0.0729 0.06834-0.0799s0.02562-0.0377 0.05694-0.0682c0.03133-0.0305 0.05695-0.0612 0.05695-0.0682 0-0.0071 0.03075-0.043 0.06834-0.0799s0.06834-0.0727 0.06834-0.0797 0.03075-0.0428 0.06834-0.0797c0.03758-0.0369 0.06833-0.0728 0.06833-0.0798 0-0.0069 0.03076-0.0428 0.06834-0.0797 0.03759-0.0369 0.06834-0.0728 0.06834-0.0797 0-7e-3 0.03075-0.0429 0.06834-0.0797 0.03758-0.0369 0.06834-0.0728 0.06834-0.0798 0-0.0069 0.03075-0.0428 0.06833-0.0797 0.03759-0.0369 0.06834-0.0728 0.06834-0.0797 0-7e-3 0.03075-0.0429 0.06834-0.0798s0.06834-0.0727 0.06834-0.0797c0-0.0069 0.03075-0.0428 0.06834-0.0797 0.03758-0.0369 0.06833-0.0728 0.06833-0.0797 0-7e-3 0.03076-0.0429 0.06834-0.0798 0.03759-0.0369 0.06834-0.0729 0.06834-0.08s0.0205-0.0326 0.04556-0.0566c0.02506-0.0241 0.04556-0.0496 0.04556-0.0567 0-7e-3 0.03588-0.0482 0.07973-0.0914 0.04385-0.0433 0.07972-0.0843 0.07972-0.0912s0.03076-0.0428 0.06834-0.0797c0.03759-0.0369 0.06834-0.0727 0.06834-0.0797 0-0.0069 0.03075-0.0428 0.06834-0.0797 0.03758-0.0369 0.06834-0.0728 0.06834-0.0799 0-7e-3 0.02562-0.0377 0.05694-0.0682 0.03133-0.0305 0.05695-0.0612 0.05695-0.0682s0.03075-0.043 0.06834-0.0798c0.03759-0.0369 0.06834-0.0729 0.06834-0.0799s0.02563-0.0377 0.05695-0.0682 0.05695-0.0612 0.05695-0.0682c0-0.0071 0.03075-0.043 0.06833-0.0799 0.03759-0.0369 0.06834-0.0728 0.06834-0.0797 0-7e-3 0.03075-0.0428 0.06834-0.0797 0.03758-0.0369 0.06834-0.0729 0.06834-0.0799s0.02562-0.0377 0.05695-0.0682c0.03132-0.0305 0.05694-0.0612 0.05694-0.0682 0-0.0071 0.03076-0.043 0.06834-0.0799 0.03759-0.0369 0.06834-0.07274 0.06834-0.0797s0.03075-0.04284 0.06834-0.07973c0.03758-0.03689 0.06834-0.07277 0.06834-0.07973s0.03075-0.04283 0.06833-0.07972c0.03759-0.0369 0.06834-0.07282 0.06834-0.07985 0-0.00701 0.02563-0.03771 0.05695-0.06822s0.05695-0.06127 0.05695-0.06834 0.02563-0.03782 0.05695-0.06834c0.03132-0.03051 0.05695-0.06117 0.05695-0.06814 0-0.00698 0.03587-0.04807 0.07972-0.09131 0.04385-0.04325 0.07973-0.08433 0.07973-0.09132 0-0.00697 0.02563-0.03763 0.05695-0.06814s0.05699-0.06127 0.05699-0.06834 0.0256-0.03782 0.0569-0.06834c0.0313-0.03051 0.057-0.0612 0.057-0.06822 0-0.00703 0.0307-0.04295 0.0683-0.07984s0.0683-0.07282 0.0683-0.07985c0-0.00701 0.0257-0.03771 0.057-0.06822s0.0569-0.06121 0.0569-0.06822c0-0.00703 0.0308-0.04295 0.0684-0.07985 0.0376-0.03689 0.0683-0.07281 0.0683-0.07984 0-0.00701 0.0256-0.03771 0.057-0.06822 0.0313-0.03052 0.0569-0.06127 0.0569-0.06834s0.0256-0.03783 0.0569-0.06834c0.0314-0.03051 0.057-0.06121 0.057-0.06822 0-0.00703 0.0307-0.04295 0.0683-0.07985 0.0376-0.03689 0.0684-0.07281 0.0684-0.07984 0-0.00701 0.0256-0.03771 0.0569-0.06822s0.057-0.06127 0.057-0.06834 0.0256-0.03783 0.0569-0.06834 0.057-0.06121 0.057-0.06822c0-0.00703 0.0307-0.04295 0.0683-0.07984 0.0376-0.0369 0.0683-0.07282 0.0683-0.07985 0-0.00701 0.0257-0.03771 0.057-0.06822s0.0569-0.06127 0.0569-0.06834 0.0257-0.03782 0.057-0.06834c0.0313-0.03051 0.0569-0.06121 0.0569-0.06822 0-0.00703 0.0308-0.04295 0.0684-0.07984 0.0376-0.0369 0.0683-0.07282 0.0683-0.07985 0-0.00701 0.0256-0.03771 0.057-0.06822 0.0313-0.03051 0.0569-0.06127 0.0569-0.06834s0.0256-0.03782 0.057-0.06834c0.0313-0.03051 0.0569-0.06121 0.0569-0.06822 0-0.00703 0.0308-0.04295 0.0683-0.07984 0.0376-0.0369 0.0684-0.07289 0.0684-0.07999 0-0.00711 0.0205-0.03261 0.0455-0.05669 0.0251-0.02408 0.0456-0.04964 0.0456-0.0568 0-0.00715 0.0256-0.03797 0.0569-0.06849 0.0314-0.03051 0.057-0.06126 0.057-0.06834 0-0.00707 0.0256-0.03782 0.0569-0.06833 0.0314-0.03052 0.057-0.06127 0.057-0.06834 0-0.00708 0.0256-0.03783 0.0569-0.06834 0.0314-0.03051 0.057-0.06127 0.057-0.06834s0.0256-0.03783 0.0569-0.06834c0.0314-0.03051 0.057-0.06126 0.057-0.06834 0-0.00707 0.0256-0.03782 0.0569-0.06833 0.0314-0.03052 0.057-0.06127 0.057-0.06834 0-0.00708 0.0256-0.03783 0.0569-0.06834 0.0314-0.03051 0.057-0.06134 0.057-0.06849 0-0.00716 0.0205-0.03272 0.0455-0.0568 0.0251-0.02408 0.0456-0.0497 0.0456-0.05695 0-0.00724 0.0205-0.03287 0.0456-0.05695 0.025-0.02407 0.0455-0.0497 0.0455-0.05694 0-0.00725 0.0205-0.03288 0.0456-0.05695 0.025-0.02408 0.0455-0.04964 0.0455-0.0568s0.0257-0.03798 0.057-0.06849 0.0569-0.06127 0.0569-0.06834 0.0257-0.03782 0.057-0.06834c0.0313-0.03051 0.0569-0.06143 0.0569-0.06872s0.0154-0.02762 0.0342-0.04517c0.0188-0.01756 0.0342-0.03795 0.0342-0.04534 0-0.00736 0.0205-0.03309 0.0455-0.05717 0.0251-0.02408 0.0456-0.04971 0.0456-0.05695s0.0205-0.03287 0.0455-0.05695c0.0251-0.02408 0.0456-0.0497 0.0456-0.05695 0-0.00724 0.0205-0.03287 0.0456-0.05695 0.025-0.02407 0.0455-0.0498 0.0455-0.05717 0-0.00738 0.0154-0.02778 0.0342-0.04533 0.0188-0.01756 0.0342-0.03806 0.0342-0.04556 0-0.00751 0.0153-0.02801 0.0341-0.04556s0.0342-0.03805 0.0342-0.04556 0.0154-0.02801 0.0342-0.04556 0.0341-0.03805 0.0341-0.04556c0-0.0075 0.0154-0.02801 0.0342-0.04556s0.0342-0.03898 0.0342-0.04761 0.0102-0.02308 0.0227-0.03211c0.0126-0.00904 0.0228-0.02554 0.0228-0.03669 0-0.01114 0.0051-0.02026 0.0114-0.02026s0.0114-0.01025 0.0114-0.02278 0.0051-0.02278 0.0114-0.02278 0.0114-0.01025 0.0114-0.02278 0.0051-0.02278 0.0114-0.02278c0.0062 0 0.0114-0.01025 0.0114-0.02278s0.0051-0.02278 0.0114-0.02278c0.0062 0 0.0113-0.01025 0.0113-0.02278s0.0052-0.02278 0.0114-0.02278c0.0063 0 0.0114-0.01025 0.0114-0.02278s0.0051-0.02278 0.0114-0.02278 0.0114-0.01537 0.0114-0.03417c0-0.01879 0.0051-0.03417 0.0114-0.03417s0.0114-0.01025 0.0114-0.02278c0-0.01252 0.0051-0.02278 0.0114-0.02278 0.0062 0 0.0114-0.01537 0.0114-0.03416 0-0.0188 0.0051-0.03417 0.0113-0.03417 0.0063 0 0.0114-0.01538 0.0114-0.03417 0-0.0188 0.0052-0.03417 0.0114-0.03417 0.0063 0 0.0114-0.01538 0.0114-0.03417s0.0051-0.03417 0.0114-0.03417 0.0114-0.0205 0.0114-0.04556 0.0051-0.04556 0.0114-0.04556 0.0114-0.0205 0.0114-0.04556c0-0.02505 0.0051-0.04556 0.0114-0.04556 0.0062 0 0.0114-0.02562 0.0114-0.05694 0-0.03133 0.0051-0.05695 0.0113-0.05695 0.0064 0 0.0114-0.03038 0.0114-0.06834s0.0051-0.06834 0.0114-0.06834c0.0069 0 0.0114-0.04935 0.0114-0.12529 0-0.07593 0.0045-0.12528 0.0114-0.12528 0.0071 0 0.0114-0.06834 0.0114-0.18224s-0.0043-0.18224-0.0114-0.18224c-0.0067 0-0.0114-0.04176-0.0114-0.1025s-0.0046-0.10251-0.0114-0.10251c-0.0063 0-0.0114-0.03038-0.0114-0.06834s-5e-3 -0.06834-0.0114-0.06834c-0.0062 0-0.0113-0.0205-0.0113-0.04556 0-0.02505-0.0052-0.04555-0.0114-0.04555-0.0063 0-0.0114-0.02563-0.0114-0.05695 0-0.03133-0.0051-0.05695-0.0114-0.05695s-0.0114-0.0205-0.0114-0.04556-0.0051-0.04556-0.0114-0.04556-0.0114-0.01538-0.0114-0.03417-0.0051-0.03417-0.0114-0.03417c-0.0062 0-0.0114-0.01537-0.0114-0.03417 0-0.01879-0.0051-0.03417-0.0114-0.03417-0.0062 0-0.0113-0.01537-0.0113-0.03417 0-0.01879-0.0052-0.03416-0.0114-0.03416-0.0063 0-0.0114-0.01026-0.0114-0.02278 0-0.01253-0.0051-0.02278-0.0114-0.02278s-0.0114-0.01538-0.0114-0.03417c0-0.0188-0.0051-0.03417-0.0114-0.03417s-0.0114-0.01025-0.0114-0.02278-0.0051-0.02278-0.0114-0.02278c-0.0062 0-0.0114-0.01025-0.0114-0.02278s-0.0051-0.02278-0.0113-0.02278c-0.0063 0-0.0114-0.01425-0.0114-0.03165 0-0.01859-0.0094-0.03843-0.0228-0.04808-0.0125-0.00903-0.0228-0.02553-0.0228-0.03668 0-0.01114-0.0051-0.02027-0.0114-0.02027s-0.0114-0.01025-0.0114-0.02278c0-0.01252-0.0051-0.02278-0.0114-0.02278-0.0062 0-0.0114-0.01025-0.0114-0.02278 0-0.01252-0.0051-0.02277-0.0113-0.02277-0.0063 0-0.0114-0.01026-0.0114-0.02278 0-0.01253-0.0052-0.02278-0.0114-0.02278-0.0063 0-0.0114-0.00913-0.0114-0.02027 0-0.01115-0.0103-0.02765-0.0228-0.03668s-0.0228-0.02441-0.0228-0.03417-0.0102-0.02514-0.0228-0.03417c-0.0125-0.00903-0.0227-0.02441-0.0227-0.03417s-0.0103-0.02514-0.0228-0.03417-0.0228-0.02337-0.0228-0.03188-0.0205-0.03516-0.0455-0.05924c-0.0251-0.02407-0.0456-0.04963-0.0456-0.0568 0-0.00715-0.0256-0.03797-0.057-0.068484-0.0313-0.030513-0.0569-0.061014-0.0569-0.06778 0-0.016059-0.1667-0.18279-0.1828-0.18279-0.0068 0-0.0373-0.025626-0.0678-0.056948s-0.0613-0.056949-0.0685-0.056949c-0.0071 0-0.0327-0.020501-0.0568-0.045559-0.024-0.025057-0.0507-0.045559-0.0592-0.045559s-0.0228-0.01025-0.0319-0.022779c-9e-3 -0.012529-0.0244-0.02278-0.0341-0.02278-0.0098 0-0.0252-0.01025-0.0342-0.022779-0.0091-0.012529-0.0256-0.022779-0.0367-0.022779s-0.0203-0.005126-0.0203-0.01139-0.0091-0.01139-0.0202-0.01139c-0.0112 0-0.0277-0.010251-0.0367-0.022779-9e-3 -0.012529-0.0256-0.02278-0.0367-0.02278s-0.0203-0.005125-0.0203-0.01139c0-0.006264-0.0102-0.011389-0.0227-0.011389-0.0126 0-0.0228-0.005126-0.0228-0.01139s-0.0103-0.01139-0.0228-0.01139-0.0228-0.005125-0.0228-0.011389c0-0.006265-0.0102-0.01139-0.0228-0.01139-0.0125 0-0.0227-0.005126-0.0227-0.01139s-0.0103-0.01139-0.0228-0.01139-0.0228-0.005125-0.0228-0.011389c0-0.006265-0.0102-0.01139-0.0228-0.01139-0.0125 0-0.0228-0.005125-0.0228-0.01139 0-0.006264-0.0102-0.011389-0.0227-0.011389-0.0126 0-0.0228-0.005126-0.0228-0.01139 0-0.006265-0.0154-0.01139-0.0342-0.01139s-0.0342-0.005125-0.0342-0.01139c0-0.006264-0.0102-0.011389-0.0227-0.011389-0.0126 0-0.0228-0.005126-0.0228-0.01139s-0.0154-0.01139-0.0342-0.01139-0.0341-0.005125-0.0341-0.01139c0-0.006264-0.0154-0.011389-0.0342-0.011389s-0.0342-0.005126-0.0342-0.01139-0.0154-0.01139-0.0342-0.01139c-0.0187 0-0.0341-0.005125-0.0341-0.011389 0-0.0062648-0.0205-0.01139-0.0456-0.01139-0.025 0-0.0455-0.0051254-0.0455-0.01139 0-0.0062644-0.0257-0.01139-0.057-0.01139s-0.0569-0.0051254-0.0569-0.01139c0-0.0062643-0.0257-0.01139-0.057-0.01139s-0.0569-0.0051254-0.0569-0.01139c0-0.0065036-0.0342-0.01139-0.0798-0.01139-0.0455 0-0.0797-0.0048862-0.0797-0.01139 0-0.0073122-0.1101-0.01139-0.3075-0.01139s-0.3075 0.0040775-0.3075 0.01139zm2.668 5.8945c-0.0141 0.01506-0.0256 0.03309-0.0256 0.04007 0 0.00697-0.0205 0.03238-0.0456 0.05646-0.025 0.02407-0.0455 0.04963-0.0455 0.0568 0 0.00715-0.0257 0.03797-0.057 0.06848-0.0313 0.03052-0.0569 0.06134-0.0569 0.06849 0 0.00716-0.0205 0.03272-0.0456 0.0568s-0.0456 0.0497-0.0456 0.05695c0 0.00724-0.0205 0.03287-0.0455 0.05695-0.0251 0.02407-0.0456 0.0497-0.0456 0.05695 0 0.00724-0.0205 0.03287-0.0455 0.05694-0.0251 0.02408-0.0456 0.04964-0.0456 0.0568s-0.0256 0.03798-0.0569 0.06849c-0.0314 0.03051-0.057 0.06133-0.057 0.06849s-0.0205 0.03272-0.0456 0.0568c-0.025 0.02408-0.0455 0.04963-0.0455 0.0568 0 0.00715-0.0256 0.03797-0.057 0.06849-0.0313 0.03051-0.0569 0.06133-0.0569 0.06848 0 0.00717-0.0205 0.03272-0.0456 0.0568-0.025 0.02408-0.0455 0.04964-0.0455 0.0568s-0.0257 0.03798-0.057 0.06849-0.0569 0.06133-0.0569 0.06849-0.0205 0.03272-0.0456 0.0568c-0.025 0.02407-0.0455 0.0497-0.0455 0.05694 0 0.00725-0.0205 0.03288-0.0456 0.05695-0.0251 0.02413-0.0456 0.05463-0.0456 0.06797 0 0.02519 0.0468 0.0801 0.0683 0.0801 0.0068 0 0.0581 0.04613 0.114 0.10251s0.1072 0.1025 0.114 0.1025 0.0477 0.03588 0.091 0.07973c0.0432 0.04385 0.0866 0.07973 0.0963 0.07973 0.01 0 0.0176 0.00981 0.0176 0.02278 0 0.01269 0.0076 0.02278 0.0171 0.02278 0.0224 0 0.5752 0.55273 0.5752 0.57512 0 0.00955 0.01 0.01715 0.0227 0.01715 0.013 0 0.0228 0.00759 0.0228 0.01763 0 0.0097 0.0359 0.05302 0.0797 0.09626 0.0439 0.04325 0.0798 0.08429 0.0798 0.0912s0.0307 0.04276 0.0683 0.07965 0.0683 0.073 0.0683 0.08022c0 0.00723 0.0154 0.02751 0.0342 0.04507 0.0188 0.01755 0.0342 0.03805 0.0342 0.04555 0 0.00751 0.0154 0.02801 0.0341 0.04556 0.0188 0.01756 0.0342 0.03806 0.0342 0.04556 0 0.00751 0.0154 0.02801 0.0342 0.04556s0.0342 0.03899 0.0342 0.04761c0 0.00863 0.0102 0.02309 0.0227 0.03212 0.0126 0.00903 0.0228 0.02441 0.0228 0.03417s0.0103 0.02514 0.0228 0.03417 0.0228 0.02441 0.0228 0.03417 0.0102 0.02513 0.0228 0.03417c0.0125 0.00903 0.0227 0.0244 0.0227 0.03416 0 0.00977 0.0103 0.02514 0.0228 0.03417 0.0125 0.00904 0.0228 0.02554 0.0228 0.03669 0 0.01114 0.0051 0.02026 0.0114 0.02026 0.0062 0 0.0114 0.01025 0.0114 0.02278s0.0051 0.02278 0.0114 0.02278c0.0062 0 0.0113 0.01025 0.0113 0.02278s0.0052 0.02278 0.0114 0.02278c0.0063 0 0.0114 0.00912 0.0114 0.02026 0 0.01115 0.0103 0.02766 0.0228 0.03669 0.0134 0.00965 0.0228 0.02949 0.0228 0.04808 0 0.0174 0.0051 0.03165 0.0114 0.03165 0.0062 0 0.0114 0.01025 0.0114 0.02278s0.0051 0.02278 0.0114 0.02278c0.0062 0 0.0113 0.01025 0.0113 0.02278 0 0.01252 0.0052 0.02278 0.0114 0.02278 0.0063 0 0.0114 0.01537 0.0114 0.03416 0 0.0188 0.0052 0.03417 0.0114 0.03417 0.0063 0 0.0114 0.01538 0.0114 0.03417 0 0.0188 0.0051 0.03417 0.0114 0.03417s0.0114 0.01025 0.0114 0.02278 0.0051 0.02278 0.0114 0.02278c0.0062 0 0.0114 0.02563 0.0114 0.05695 0 0.03131 0.0051 0.05691 0.0114 0.05691 0.0065 0 0.0113 0.0342 0.0113 0.0798 0 0.0455 0.0049 0.0797 0.0114 0.0797 0.0067 0 0.0114 0.038 0.0114 0.0911 0 0.0532-0.0047 0.0911-0.0114 0.0911-0.0069 0-0.0114 0.0494-0.0114 0.1253 0 0.076-0.0044 0.1253-0.0113 0.1253-0.0063 0-0.0114 0.0205-0.0114 0.0456 0 0.025-0.0052 0.0455-0.0114 0.0455-0.0063 0-0.0114 0.0154-0.0114 0.0342s-0.0051 0.0342-0.0114 0.0342-0.0114 0.0102-0.0114 0.0227c0 0.0126-0.0051 0.0228-0.0114 0.0228-0.0062 0-0.0114 0.0103-0.0114 0.0228s-0.0051 0.0228-0.0114 0.0228c-0.0062 0-0.0114 0.0091-0.0114 0.0202 0 0.0112-0.0102 0.0277-0.0227 0.0367-0.0126 0.0091-0.0228 0.0244-0.0228 0.0342s-0.0103 0.0251-0.0228 0.0342c-0.0125 9e-3 -0.0228 0.0233-0.0228 0.0318 0 0.0086-0.0205 0.0352-0.0455 0.0593-0.0251 0.0241-0.0456 0.0494-0.0456 0.0563 0 0.0162-0.1209 0.1373-0.1372 0.1373-0.0068 0-0.0373 0.0256-0.0678 0.057-0.0305 0.0313-0.0624 0.0569-0.0708 0.0569s-0.0227 0.0103-0.0317 0.0228-0.0235 0.0228-0.0321 0.0228-0.0301 0.0153-0.0476 0.0341c-0.0176 0.0188-0.039 0.0342-0.0476 0.0342-0.0087 0-0.0231 0.0103-0.0322 0.0228-9e-3 0.0125-0.0255 0.0228-0.0367 0.0228-0.0111 0-0.0202 0.0051-0.0202 0.0114 0 0.0062-0.0091 0.0113-0.0203 0.0113-0.0111 0-0.0276 0.0103-0.0367 0.0228-9e-3 0.0125-0.0244 0.0228-0.0341 0.0228-0.0098 0-0.0252 0.0103-0.0342 0.0228s-0.0255 0.0228-0.0367 0.0228c-0.0111 0-0.0202 0.0051-0.0202 0.0113 0 0.0063-0.0092 0.0114-0.0203 0.0114-0.0112 0-0.0277 0.0103-0.0367 0.0228s-0.0255 0.0228-0.0367 0.0228c-0.0111 0-0.0202 0.0051-0.0202 0.0114s-0.0082 0.0114-0.0183 0.0114c-0.01 0-0.0325 0.0154-0.0501 0.0341-0.0175 0.0188-0.039 0.0342-0.0476 0.0342s-0.0231 0.0103-0.0321 0.0228-0.0244 0.0228-0.0342 0.0228c-0.0097 0-0.0251 0.0102-0.0341 0.0228-0.0091 0.0125-0.0234 0.0227-0.0319 0.0227s-0.0352 0.0205-0.0593 0.0456c-0.024 0.025-0.0498 0.0456-0.0571 0.0456-0.0074 0-0.0278 0.0153-0.0454 0.0341-0.0175 0.0188-0.0378 0.0342-0.045 0.0342-0.0073 0-0.0434 0.0307-0.0803 0.0683s-0.0725 0.0684-0.0792 0.0684c-0.0158 0-0.3194 0.3036-0.3194 0.3194 0 0.0067-0.0308 0.0423-0.0683 0.0792-0.0376 0.0369-0.0684 0.073-0.0684 0.0802 0 0.0073-0.0154 0.0275-0.0341 0.0451-0.0188 0.0175-0.0342 0.039-0.0342 0.0476s-0.0103 0.0231-0.0228 0.0321c-0.0125 0.0091-0.0228 0.0244-0.0228 0.0342s-0.0102 0.0251-0.0227 0.0342c-0.0126 9e-3 -0.0228 0.0244-0.0228 0.0341 0 0.0098-0.0103 0.0252-0.0228 0.0342s-0.0228 0.0244-0.0228 0.0342c0 0.0097-0.0102 0.0251-0.0228 0.0341-0.0125 0.0091-0.0227 0.0256-0.0227 0.0367 0 0.0112-0.0052 0.0203-0.0114 0.0203-0.0063 0-0.0114 0.0102-0.0114 0.0228 0 0.0125-0.0052 0.0227-0.0114 0.0227-0.0063 0-0.0114 0.0103-0.0114 0.0228 0 0.0126-0.0051 0.0228-0.0114 0.0228s-0.0114 0.0103-0.0114 0.0228-0.0051 0.0228-0.0114 0.0228c-0.0062 0-0.0114 0.0102-0.0114 0.0227 0 0.0126-0.0051 0.0228-0.0114 0.0228-0.0062 0-0.0113 0.0103-0.0113 0.0228s-0.0052 0.0228-0.0114 0.0228c-0.0063 0-0.0114 0.0102-0.0114 0.0228 0 0.0125-0.0051 0.0227-0.0114 0.0227s-0.0114 0.0154-0.0114 0.0342-0.0051 0.0342-0.0114 0.0342-0.0114 0.0102-0.0114 0.0228c0 0.0125-0.0051 0.0227-0.0114 0.0227-0.0062 0-0.0114 0.0154-0.0114 0.0342s-0.0051 0.0342-0.0114 0.0342c-0.0062 0-0.0113 0.0153-0.0113 0.0341s-0.0052 0.0342-0.0114 0.0342c-0.0063 0-0.0114 0.0205-0.0114 0.0456 0 0.025-0.0051 0.0455-0.0114 0.0455s-0.0114 0.0205-0.0114 0.0456c0 0.025-0.0051 0.0455-0.0114 0.0455s-0.0114 0.0205-0.0114 0.0456-0.0051 0.0456-0.0114 0.0456-0.0114 0.0303-0.0114 0.0683-5e-3 0.0683-0.0113 0.0683c-0.0074 0-0.0114 0.1139-0.0114 0.319 0 0.205 4e-3 0.3189 0.0114 0.3189 0.0063 0 0.0113 0.0303 0.0113 0.0683s0.0051 0.0683 0.0114 0.0683 0.0114 0.0257 0.0114 0.057 0.0051 0.0569 0.0114 0.0569 0.0114 0.0205 0.0114 0.0456 0.0051 0.0456 0.0114 0.0456 0.0114 0.0205 0.0114 0.0455c0 0.0251 0.0051 0.0456 0.0114 0.0456 0.0062 0 0.0114 0.0154 0.0114 0.0341 0 0.0188 0.0051 0.0342 0.0113 0.0342 0.0063 0 0.0114 0.0154 0.0114 0.0342s0.0052 0.0342 0.0114 0.0342c0.0063 0 0.0114 0.0102 0.0114 0.0227 0 0.0126 0.0051 0.0228 0.0114 0.0228s0.0114 0.0154 0.0114 0.0342 0.0051 0.0342 0.0114 0.0342 0.0114 0.0102 0.0114 0.0227c0 0.0126 0.0051 0.0228 0.0114 0.0228 0.0062 0 0.0114 0.0154 0.0114 0.0342s0.0051 0.0341 0.0113 0.0341c0.0063 0 0.0114 0.0103 0.0114 0.0228 0 0.0126 0.0052 0.0228 0.0114 0.0228 0.0063 0 0.0114 0.0103 0.0114 0.0228s0.0051 0.0228 0.0114 0.0228 0.0114 0.0102 0.0114 0.0227c0 0.0126 0.0051 0.0228 0.0114 0.0228 0.0062 0 0.0114 0.0103 0.0114 0.0228s0.0051 0.0228 0.0114 0.0228c0.0062 0 0.0114 0.0102 0.0114 0.0228 0 0.0125 0.0051 0.0227 0.0113 0.0227 0.0063 0 0.0114 0.0103 0.0114 0.0228 0 0.0126 0.0052 0.0228 0.0114 0.0228 0.0063 0 0.0114 0.0103 0.0114 0.0228s0.0051 0.0228 0.0114 0.0228 0.0114 0.0091 0.0114 0.0202c0 0.0112 0.0102 0.0277 0.0228 0.0367 0.0125 9e-3 0.0228 0.0244 0.0228 0.0342 0 0.0097 0.0102 0.0251 0.0227 0.0341 0.0126 0.0091 0.0228 0.0245 0.0228 0.0342 0 0.0098 0.0103 0.0252 0.0228 0.0342s0.0228 0.0244 0.0228 0.0342c0 0.0097 0.0102 0.0251 0.0227 0.0341 0.0126 0.0091 0.0228 0.0235 0.0228 0.0321 0 0.0087 0.0154 0.0301 0.0342 0.0477 0.0188 0.0175 0.0342 0.0379 0.0342 0.0453s0.0205 0.0331 0.0455 0.0572c0.0251 0.024 0.0456 0.0495 0.0456 0.0566 0 7e-3 0.0359 0.0482 0.0797 0.0914 0.0439 0.0433 0.0797 0.0866 0.0797 0.0963 0 0.01 0.0098 0.0176 0.0228 0.0176 0.0128 0 0.0228 0.0076 0.0228 0.0173 0 0.0194 0.1409 0.165 0.1597 0.165 0.0067 0 0.0527 0.041 0.1023 0.0911 0.0495 0.0501 0.0958 0.0911 0.1029 0.0911 7e-3 0 0.0324 0.0205 0.0565 0.0456 0.0241 0.025 0.0498 0.0455 0.0572 0.0455s0.0278 0.0154 0.0453 0.0342c0.0176 0.0188 0.0381 0.0342 0.0456 0.0342s0.028 0.0153 0.0455 0.0341c0.0176 0.0188 0.039 0.0342 0.0476 0.0342 0.0087 0 0.0231 0.0102 0.0322 0.0228 9e-3 0.0125 0.0235 0.0227 0.0321 0.0227s0.03 0.0154 0.0476 0.0342c0.0175 0.0188 0.039 0.0342 0.0476 0.0342s0.0231 0.0102 0.0321 0.0228c0.0091 0.0125 0.0256 0.0227 0.0367 0.0227s0.0203 0.0052 0.0203 0.0114c0 0.0063 0.0091 0.0114 0.0202 0.0114 0.0112 0 0.0277 0.0103 0.0367 0.0228s0.0244 0.0228 0.0342 0.0228c0.0097 0 0.0251 0.0102 0.0342 0.0228 9e-3 0.0125 0.0255 0.0227 0.0366 0.0227 0.0112 0 0.0203 0.0052 0.0203 0.0114 0 0.0063 0.0103 0.0114 0.0228 0.0114s0.0228 0.0051 0.0228 0.0114 0.0091 0.0114 0.0202 0.0114c0.0112 0 0.0277 0.0103 0.0367 0.0228s0.0255 0.0228 0.0367 0.0228c0.0111 0 0.0203 0.0051 0.0203 0.0113 0 0.0063 0.0102 0.0114 0.0227 0.0114 0.0126 0 0.0228 0.0052 0.0228 0.0114 0 0.0063 0.0103 0.0114 0.0228 0.0114s0.0228 0.0051 0.0228 0.0114 0.0091 0.0114 0.0202 0.0114c0.0112 0 0.0277 0.0102 0.0367 0.0228 0.0091 0.0125 0.0256 0.0228 0.0367 0.0228s0.0203 0.0051 0.0203 0.0113c0 0.0063 0.0102 0.0114 0.0228 0.0114 0.0125 0 0.0227 0.0052 0.0227 0.0114 0 0.0063 0.0154 0.0114 0.0342 0.0114s0.0342 0.0051 0.0342 0.0114 0.0102 0.0114 0.0227 0.0114c0.0126 0 0.0228 0.0051 0.0228 0.0114s0.0103 0.0114 0.0228 0.0114 0.0228 0.0051 0.0228 0.0114c0 0.0062 0.0102 0.0114 0.0228 0.0114 0.0125 0 0.0227 0.0051 0.0227 0.0113 0 0.0063 0.0103 0.0114 0.0228 0.0114 0.0126 0 0.0228 0.0052 0.0228 0.0114 0 0.0063 0.0103 0.0114 0.0228 0.0114s0.0228 0.0051 0.0228 0.0114 0.0102 0.0114 0.0227 0.0114c0.0126 0 0.0228 0.0051 0.0228 0.0114 0 0.0062 0.0154 0.0114 0.0342 0.0114s0.0342 0.0051 0.0342 0.0114c0 0.0062 0.0102 0.0114 0.0227 0.0114 0.0126 0 0.0228 0.0051 0.0228 0.0113 0 0.0063 0.0154 0.0114 0.0342 0.0114s0.0342 0.0052 0.0342 0.0114c0 0.0063 0.0102 0.0114 0.0227 0.0114 0.0126 0 0.0228 0.0051 0.0228 0.0114s0.0154 0.0114 0.0342 0.0114 0.0342 0.0051 0.0342 0.0114c0 0.0062 0.0102 0.0114 0.0227 0.0114 0.0126 0 0.0228 0.0051 0.0228 0.0114 0 0.0062 0.0154 0.0113 0.0342 0.0113s0.0342 0.0052 0.0342 0.0114c0 0.0063 0.0102 0.0114 0.0227 0.0114 0.0126 0 0.0228 0.0052 0.0228 0.0114 0 0.0063 0.0154 0.0114 0.0342 0.0114s0.0341 0.0051 0.0341 0.0114 0.0154 0.0114 0.0342 0.0114 0.0342 0.0051 0.0342 0.0114c0 0.0062 0.0154 0.0114 0.0342 0.0114 0.0187 0 0.0341 0.0051 0.0341 0.0114 0 0.0062 0.0154 0.0113 0.0342 0.0113s0.0342 0.0052 0.0342 0.0114c0 0.0063 0.0153 0.0114 0.0341 0.0114s0.0342 0.0052 0.0342 0.0114c0 0.0063 0.0205 0.0114 0.0456 0.0114 0.025 0 0.0455 0.0051 0.0455 0.0114s0.0154 0.0114 0.0342 0.0114 0.0342 0.0051 0.0342 0.0114c0 0.0062 0.0205 0.0114 0.0455 0.0114 0.0251 0 0.0456 0.0051 0.0456 0.0114 0 0.0062 0.0205 0.0113 0.0455 0.0113 0.0251 0 0.0456 0.0052 0.0456 0.0114 0 0.0063 0.0154 0.0114 0.0342 0.0114s0.0341 0.0051 0.0341 0.0114 0.0205 0.0114 0.0456 0.0114c0.025 0 0.0455 0.0051 0.0455 0.0114s0.0257 0.0114 0.057 0.0114 0.0569 0.0051 0.0569 0.0114c0 0.0062 0.0205 0.0114 0.0456 0.0114s0.0456 0.0051 0.0456 0.0114c0 0.0062 0.0256 0.0113 0.0569 0.0113s0.057 0.0052 0.057 0.0114c0 0.0063 0.0256 0.0114 0.0569 0.0114s0.057 0.0051 0.057 0.0114 0.0303 0.0114 0.0683 0.0114 0.0683 0.0051 0.0683 0.0114c0 0.0065 0.0342 0.0114 0.0798 0.0114 0.0455 0 0.0797 0.0049 0.0797 0.0114s0.0342 0.0114 0.0797 0.0114c0.0456 0 0.0797 0.0048 0.0797 0.0113 0 0.0068 0.0418 0.0114 0.1025 0.0114 0.0608 0 0.1026 0.0047 0.1026 0.0114 0 0.0069 0.0493 0.0114 0.1252 0.0114 0.076 0 0.1253 0.0045 0.1253 0.0114 0 0.0074 0.1936 0.0114 0.5581 0.0114s0.5581-4e-3 0.5581-0.0114c0-0.0063 0.0304-0.0114 0.0684-0.0114 0.0379 0 0.0683-5e-3 0.0683-0.0114 0-0.0062 0.0205-0.0114 0.0455-0.0114 0.0251 0 0.0456-0.0051 0.0456-0.0114 0-0.0062 0.0205-0.0113 0.0456-0.0113 0.025 0 0.0455-0.0052 0.0455-0.0114 0-0.0063 0.0154-0.0114 0.0342-0.0114s0.0342-0.0051 0.0342-0.0114 0.0102-0.0114 0.0227-0.0114c0.0126 0 0.0228-0.0051 0.0228-0.0114s0.0154-0.0114 0.0342-0.0114 0.0342-0.0051 0.0342-0.0114c0-0.0062 8e-3 -0.0114 0.0179-0.0114 0.0517 0 0.0504 0.0256 0.0504-0.9958 0-0.9556-2e-4 -0.9632-0.0228-0.9632-0.0125 0-0.0228 0.0051-0.0228 0.0114 0 0.0065-0.0341 0.0114-0.0797 0.0114-0.0455 0-0.0797 0.0049-0.0797 0.0114 0 0.0067-0.0418 0.0114-0.1025 0.0114-0.0608 0-0.1025 0.0046-0.1025 0.0114 0 0.0072-0.0798 0.0113-0.2164 0.0113-0.1367 0-0.2164 0.0042-0.2164 0.0114 0 0.0064-0.0304 0.0114-0.0684 0.0114-0.0379 0-0.0683-5e-3 -0.0683-0.0114 0-0.0164-0.0424-0.014-0.0503 0.0029-0.0053 0.0114-8e-3 0.0114-0.0133 0-5e-3 -0.0107-0.0609-0.0143-0.2221-0.0143-0.1361 0-0.2155-0.0042-0.2155-0.0113 0-0.0069-0.0455-0.0114-0.1139-0.0114-0.0683 0-0.1139-0.0046-0.1139-0.0114 0-0.0065-0.0341-0.0114-0.0797-0.0114-0.0455 0-0.0797-0.0049-0.0797-0.0114s-0.0342-0.0114-0.0797-0.0114c-0.0456 0-0.0798-0.0049-0.0798-0.0114 0-0.0063-0.0303-0.0114-0.0683-0.0114s-0.0683-5e-3 -0.0683-0.0114c0-0.0062-0.0257-0.0114-0.057-0.0114s-0.0569-0.0051-0.0569-0.0113c0-0.0063-0.0205-0.0114-0.0456-0.0114s-0.0456-0.0052-0.0456-0.0114c0-0.0063-0.0256-0.0114-0.0569-0.0114s-0.057-0.0051-0.057-0.0114-0.0205-0.0114-0.0455-0.0114c-0.0251 0-0.0456-0.0051-0.0456-0.0114 0-0.0062-0.0205-0.0114-0.0455-0.0114-0.0251 0-0.0456-0.0051-0.0456-0.0114 0-0.0062-0.0154-0.0113-0.0342-0.0113-0.0187 0-0.0341-0.0052-0.0341-0.0114 0-0.0063-0.0205-0.0114-0.0456-0.0114-0.025 0-0.0455-0.0052-0.0455-0.0114 0-0.0063-0.0205-0.0114-0.0456-0.0114s-0.0456-0.0051-0.0456-0.0114-0.0153-0.0114-0.0341-0.0114-0.0342-0.0051-0.0342-0.0114c0-0.0062-0.0154-0.0114-0.0342-0.0114s-0.0341-0.0051-0.0341-0.0114c0-0.0062-0.0154-0.0113-0.0342-0.0113s-0.0342-0.0052-0.0342-0.0114c0-0.0063-0.0153-0.0114-0.0341-0.0114s-0.0342-0.0052-0.0342-0.0114c0-0.0063-0.0154-0.0114-0.0342-0.0114s-0.0341-0.0051-0.0341-0.0114-0.0154-0.0114-0.0342-0.0114-0.0342-0.0051-0.0342-0.0114c0-0.0062-0.0102-0.0114-0.0228-0.0114-0.0125 0-0.0227-0.0051-0.0227-0.0114 0-0.0062-0.0103-0.0113-0.0228-0.0113-0.0126 0-0.0228-0.0052-0.0228-0.0114 0-0.0063-0.0154-0.0114-0.0342-0.0114s-0.0341-0.0051-0.0341-0.0114-0.0103-0.0114-0.0228-0.0114c-0.0126 0-0.0228-0.0051-0.0228-0.0114s-0.0154-0.0114-0.0342-0.0114-0.0341-0.0051-0.0341-0.0114c0-0.0062-0.0103-0.0114-0.0228-0.0114s-0.0228-0.0051-0.0228-0.0113c0-0.0063-0.0154-0.0114-0.0342-0.0114s-0.0341-0.0052-0.0341-0.0114c0-0.0063-0.0103-0.0114-0.0228-0.0114s-0.0228-0.0051-0.0228-0.0114-0.0102-0.0114-0.0228-0.0114c-0.0125 0-0.0228-0.0051-0.0228-0.0114s-0.0102-0.0114-0.0227-0.0114c-0.0126 0-0.0228-0.0051-0.0228-0.0114 0-0.0062-0.0103-0.0114-0.0228-0.0114s-0.0228-0.0051-0.0228-0.0113c0-0.0063-0.0102-0.0114-0.0227-0.0114-0.0126 0-0.0228-0.0052-0.0228-0.0114 0-0.0063-0.0103-0.0114-0.0228-0.0114s-0.0228-0.0051-0.0228-0.0114-0.0102-0.0114-0.0228-0.0114c-0.0125 0-0.0227-0.0051-0.0227-0.0114s-0.0092-0.0114-0.0203-0.0114c-0.0112 0-0.0277-0.0102-0.0367-0.0228-9e-3 -0.0125-0.0255-0.0227-0.0367-0.0227-0.0111 0-0.0202-0.0052-0.0202-0.0114 0-0.0063-0.0103-0.0114-0.0228-0.0114-0.0126 0-0.0228-0.0051-0.0228-0.0114s-0.0103-0.0114-0.0228-0.0114-0.0228-0.0051-0.0228-0.0114c0-0.0062-0.0091-0.0114-0.0202-0.0114-0.0112 0-0.0277-0.0102-0.0367-0.0228-9e-3 -0.0125-0.0235-0.0227-0.0321-0.0227s-0.0301-0.0154-0.0476-0.0342c-0.0176-0.0188-0.0402-0.0342-0.0502-0.0342s-0.0182-0.0051-0.0182-0.0114c0-0.0062-0.0091-0.0113-0.0202-0.0113-0.0112 0-0.0277-0.0103-0.0367-0.0228-0.0091-0.0126-0.0234-0.0228-0.0319-0.0228s-0.0352-0.0205-0.0592-0.0456c-0.0241-0.025-0.0497-0.0455-0.057-0.0455-0.0072 0-0.0329-0.0205-0.0569-0.0456-0.0241-0.025-0.0494-0.0455-0.0562-0.0455-0.0163 0-0.2286-0.2124-0.2286-0.2286 0-0.0068-0.0205-0.0321-0.0455-0.0562-0.0251-0.0241-0.0456-0.0507-0.0456-0.0592s-0.0102-0.0229-0.0228-0.0319c-0.0125-9e-3 -0.0228-0.0255-0.0228-0.0367 0-0.0111-0.0051-0.0203-0.0113-0.0203-0.0063 0-0.0114-0.0102-0.0114-0.0227 0-0.0126-0.0052-0.0228-0.0114-0.0228-0.0063 0-0.0114-0.0103-0.0114-0.0228s-0.0051-0.0228-0.0114-0.0228-0.0114-0.0102-0.0114-0.0228c0-0.0125-0.0051-0.0227-0.0114-0.0227-0.0062 0-0.0114-0.0154-0.0114-0.0342s-0.0051-0.0342-0.0114-0.0342c-0.0062 0-0.0114-0.0153-0.0114-0.0341s-0.0051-0.0342-0.0113-0.0342c-0.0069 0-0.0114-0.0494-0.0114-0.1253s0.0045-0.1253 0.0114-0.1253c0.0062 0 0.0113-0.0205 0.0113-0.0455 0-0.0251 0.0052-0.0456 0.0114-0.0456 0.0063 0 0.0114-0.0154 0.0114-0.0342s0.0052-0.0341 0.0114-0.0341c0.0063 0 0.0114-0.0103 0.0114-0.0228s0.0051-0.0228 0.0114-0.0228 0.0114-0.0091 0.0114-0.0203c0-0.0111 0.0102-0.0276 0.0228-0.0366 0.0125-0.0091 0.0227-0.0235 0.0227-0.0322 0-0.0086 0.0154-0.03 0.0342-0.0476 0.0188-0.0175 0.0342-0.0376 0.0342-0.0446 0-0.0164 0.1893-0.2059 0.2057-0.2059 0.0069 0 0.0322-0.0205 0.0562-0.0456 0.0241-0.0251 0.0499-0.0456 0.0572-0.0456 0.0074 0 0.0278-0.0153 0.0454-0.0341 0.0175-0.0188 0.038-0.0342 0.0455-0.0342s0.028-0.0154 0.0456-0.0342c0.0175-0.0188 0.039-0.0341 0.0476-0.0341s0.0231-0.0103 0.0321-0.0228 0.0244-0.0228 0.0342-0.0228c0.0097 0 0.0251-0.0103 0.0341-0.0228 0.0091-0.0125 0.0244-0.0228 0.0342-0.0228s0.0251-0.0102 0.0342-0.0227c9e-3 -0.0126 0.0255-0.0228 0.0367-0.0228 0.0111 0 0.0202-0.0051 0.0202-0.0114s0.0091-0.0114 0.0203-0.0114c0.0111 0 0.0276-0.0102 0.0367-0.0228 9e-3 -0.0125 0.0255-0.0228 0.0367-0.0228 0.0111 0 0.0202-0.0051 0.0202-0.0113 0-0.0063 0.0091-0.0114 0.0203-0.0114 0.0111 0 0.0276-0.0103 0.0367-0.0228 9e-3 -0.0125 0.0244-0.0228 0.0341-0.0228 0.0098 0 0.0252-0.0102 0.0342-0.0228 9e-3 -0.0125 0.0244-0.0228 0.0342-0.0228 0.0097 0 0.0251-0.0102 0.0341-0.0227 0.0091-0.0126 0.0235-0.0228 0.0322-0.0228 0.0086 0 0.03-0.0154 0.0476-0.0342 0.0175-0.0188 0.038-0.0342 0.0455-0.0342s0.028-0.0153 0.0456-0.0341c0.0175-0.0188 0.038-0.0342 0.0455-0.0342 0.0076 0 0.0281-0.0154 0.0456-0.0342 0.0176-0.0188 0.0378-0.0341 0.0451-0.0341 0.0072 0 0.0433-0.0308 0.0802-0.0684s0.0725-0.0683 0.0792-0.0683c0.0158 0 0.3194-0.3036 0.3194-0.3194 0-0.0067 0.0308-0.0424 0.0684-0.0792 0.0376-0.0369 0.0683-0.073 0.0683-0.0803 0-0.0072 0.0154-0.0275 0.0342-0.045 0.0188-0.0176 0.0341-0.0381 0.0341-0.0456s0.0154-0.028 0.0342-0.0455c0.0188-0.0176 0.0342-0.039 0.0342-0.0477 0-0.0086 0.0102-0.023 0.0228-0.0321 0.0125-9e-3 0.0227-0.0244 0.0227-0.0341 0-0.0098 0.0103-0.0252 0.0228-0.0342s0.0228-0.0256 0.0228-0.0367 0.0051-0.0203 0.0114-0.0203 0.0114-0.0091 0.0114-0.0202c0-0.0112 0.0102-0.0277 0.0228-0.0367 0.0125-9e-3 0.0227-0.0255 0.0227-0.0367 0-0.0111 0.0052-0.0203 0.0114-0.0203 0.0063 0 0.0114-0.0102 0.0114-0.0227 0-0.0126 0.0051-0.0228 0.0114-0.0228s0.0114-0.0103 0.0114-0.0228 0.0051-0.0228 0.0114-0.0228 0.0114-0.0102 0.0114-0.0228c0-0.0125 0.0051-0.0227 0.0114-0.0227 0.0062 0 0.0114-0.0103 0.0114-0.0228s0.0051-0.0228 0.0113-0.0228c0.0063 0 0.0114-0.0102 0.0114-0.0228 0-0.0125 0.0052-0.0228 0.0114-0.0228 0.0063 0 0.0114-0.0102 0.0114-0.0227 0-0.0126 0.0051-0.0228 0.0114-0.0228s0.0114-0.0103 0.0114-0.0228 0.0051-0.0228 0.0114-0.0228c0.0062 0 0.0114-0.0154 0.0114-0.0341 0-0.0188 0.0051-0.0342 0.0114-0.0342 0.0062 0 0.0114-0.0103 0.0114-0.0228s0.0051-0.0228 0.0113-0.0228c0.0063 0 0.0114-0.0153 0.0114-0.0341s0.0052-0.0342 0.0114-0.0342c0.0063 0 0.0114-0.0154 0.0114-0.0342s0.0051-0.0341 0.0114-0.0341 0.0114-0.0154 0.0114-0.0342 0.0051-0.0342 0.0114-0.0342c0.0062 0 0.0114-0.0205 0.0114-0.0455 0-0.0251 0.0051-0.0456 0.0114-0.0456 0.0062 0 0.0113-0.0205 0.0113-0.0456 0-0.025 0.0052-0.0455 0.0114-0.0455 0.0063 0 0.0114-0.0256 0.0114-0.057 0-0.0313 0.0052-0.0569 0.0114-0.0569 0.0064 0 0.0114-0.0304 0.0114-0.0684 0-0.0379 0.0051-0.0683 0.0114-0.0683 0.0073 0 0.0114-0.1139 0.0114-0.3189s-0.0041-0.3189-0.0114-0.3189c-0.0066 0-0.0114-0.03798-0.0114-0.09114 0-0.05315-0.0047-0.09112-0.0114-0.09112-0.0063 0-0.0114-0.03037-0.0114-0.06833 0-0.03797-5e-3 -0.06834-0.0114-0.06834-0.0062 0-0.0114-0.0205-0.0114-0.04556s-0.0051-0.04556-0.0113-0.04556c-0.0063 0-0.0114-0.0205-0.0114-0.04556s-0.0052-0.04556-0.0114-0.04556c-0.0063 0-0.0114-0.0205-0.0114-0.04556 0-0.02505-0.0051-0.04556-0.0114-0.04556s-0.0114-0.0205-0.0114-0.04556c0-0.02505-0.0051-0.04555-0.0114-0.04555-0.0062 0-0.0114-0.01538-0.0114-0.03417 0-0.0188-0.0051-0.03417-0.0114-0.03417-0.0062 0-0.0113-0.01538-0.0113-0.03417s-0.0052-0.03417-0.0114-0.03417c-0.0063 0-0.0114-0.01538-0.0114-0.03417s-0.0052-0.03417-0.0114-0.03417c-0.0063 0-0.0114-0.01025-0.0114-0.02278s-0.0051-0.02278-0.0114-0.02278-0.0114-0.01537-0.0114-0.03417c0-0.01879-0.0051-0.03417-0.0114-0.03417-0.0062 0-0.0114-0.01025-0.0114-0.02278s-0.0051-0.02278-0.0114-0.02278c-0.0062 0-0.0113-0.01537-0.0113-0.03416 0-0.0188-0.0052-0.03417-0.0114-0.03417-0.0063 0-0.0114-0.01025-0.0114-0.02278s-0.0051-0.02278-0.0114-0.02278-0.0114-0.01025-0.0114-0.02278-0.0051-0.02278-0.0114-0.02278-0.0114-0.01025-0.0114-0.02278-0.0051-0.02278-0.0114-0.02278c-0.0062 0-0.0114-0.01025-0.0114-0.02278s-0.0051-0.02278-0.0114-0.02278c-0.0062 0-0.0113-0.01538-0.0113-0.03417s-0.0052-0.03417-0.0114-0.03417c-0.0063 0-0.0114-0.01025-0.0114-0.02278s-0.0051-0.02278-0.0114-0.02278-0.0114-0.01025-0.0114-0.02278c0-0.01252-0.0051-0.02278-0.0114-0.02278s-0.0114-0.00912-0.0114-0.02026c0-0.01115-0.0102-0.02765-0.0228-0.03668-0.0125-0.00904-0.0227-0.02554-0.0227-0.03669 0-0.01114-0.0052-0.02026-0.0114-0.02026-0.0063 0-0.0114-0.01025-0.0114-0.02278s-0.0051-0.02278-0.0114-0.02278-0.0114-0.01025-0.0114-0.02278-0.0051-0.02278-0.0114-0.02278-0.0114-0.00912-0.0114-0.02026c0-0.01115-0.0102-0.02766-0.0228-0.03669-0.0125-0.00903-0.0227-0.02553-0.0227-0.03669 0-0.01114-0.0052-0.02026-0.0114-0.02026-0.0063 0-0.0114-0.00912-0.0114-0.02026 0-0.01115-0.0103-0.02765-0.0228-0.03669-0.0125-0.00903-0.0228-0.02441-0.0228-0.03417s-0.0102-0.02513-0.0228-0.03417c-0.0125-0.00903-0.0227-0.02553-0.0227-0.03668 0-0.01114-0.0052-0.02026-0.0114-0.02026-0.0063 0-0.0114-0.00913-0.0114-0.02027 0-0.01115-0.0103-0.02765-0.0228-0.03668s-0.0228-0.02441-0.0228-0.03417-0.0102-0.02514-0.0227-0.03417c-0.0126-0.00903-0.0228-0.02349-0.0228-0.03212 0-0.00862-0.0154-0.03006-0.0342-0.04761s-0.0342-0.03899-0.0342-0.04761c0-0.00863-0.0102-0.02308-0.0227-0.03212-0.0126-0.00903-0.0228-0.02348-0.0228-0.03212 0-0.00862-0.0154-0.03005-0.0342-0.0476-0.0188-0.01756-0.0342-0.03796-0.0342-0.04534 0-0.00736-0.0205-0.03309-0.0455-0.05717-0.0251-0.02408-0.0456-0.04971-0.0456-0.05695 0-0.00725-0.0205-0.03287-0.0455-0.05695-0.0251-0.02408-0.0456-0.0497-0.0456-0.05695 0-0.00724-0.0205-0.03287-0.0456-0.05695-0.025-0.02407-0.0455-0.04958-0.0455-0.05668 0-0.00711-0.0308-0.0431-0.0684-0.07999-0.0375-0.03689-0.0683-0.07266-0.0683-0.07947 0-0.0068-0.0564-0.06843-0.1253-0.13694s-0.1253-0.13242-0.1253-0.14201c0-0.00985-0.0099-0.01744-0.0227-0.01744-0.0129 0-0.0228-0.0076-0.0228-0.01747 0-0.00961-0.0178-0.03523-0.0395-0.05694-0.0217-0.02172-0.0473-0.03949-0.057-0.03949-0.0098 0-0.0174-0.00991-0.0174-0.02278 0-0.01518-0.0076-0.02278-0.0228-0.02278-0.0131 0-0.0228-0.0076-0.0228-0.01789 0-0.02302-0.0274-0.05045-0.0504-0.05045-0.0103 0-0.0179-0.00966-0.0179-0.02278 0-0.01287-0.0076-0.02278-0.0175-0.02278-0.0096 0-0.0735-0.05638-0.142-0.12529-0.0685-0.0689-0.1301-0.12528-0.1369-0.12528s-0.0426-0.03075-0.0795-0.06834-0.0727-0.06834-0.0797-0.06834-0.0428-0.03075-0.0797-0.06834c-0.0369-0.03758-0.0728-0.06834-0.0799-0.06834-7e-3 0-0.0377-0.02562-0.0682-0.05694-0.0305-0.03133-0.0624-0.05695-0.0708-0.05695s-0.0227-0.01025-0.0317-0.02278c-0.0203-0.02811-0.0224-0.02788-0.0541 0.00598z' clip-rule='evenodd' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
#alpp_font {
  display: none;
}
.alpp-font-custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.alpp-font-custom-select-wrapper .alpp-font-custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff url(../../frontend/AbitiProfessionali/isacco/it_IT/images/select-bg.svg) no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #000;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 13px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.alpp-font-custom-select-wrapper .alpp-font-custom-select .alpp-font-custom-select__trigger {
  position: relative;
  display: flex;
  cursor: pointer;
}
.alpp-font-custom-select-wrapper .alpp-font-custom-select .alpp-font-custom-select__trigger span {
  font-size: 14px;
  height: 38px;
  line-height: 2.8;
}
.alpp-font-custom-select-wrapper .alpp-font-custom-select.open .alpp-font-custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.alpp-font-custom-select-wrapper .alpp-font-custom-select .alpp-font-custom-options {
  position: absolute;
  display: block;
  top: -2px;
  left: -1px;
  right: 0;
  border: 1px solid;
  border-top: 1px solid;
  background: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.alpp-font-custom-select-wrapper .alpp-font-custom-select .alpp-font-custom-option {
  position: relative;
  display: block;
  padding: 0 13px 0 13px;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.alpp-font-custom-select-wrapper .alpp-font-custom-select .alpp-font-custom-option:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.alpp-font-custom-select-wrapper .alpp-font-custom-select .alpp-font-custom-option.selected {
  color: #ffffff;
  background-color: #305c91;
}
.amrma-return-number {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.amrma-return-number .amrma-header {
  margin-bottom: 5px;
}
.amrma-return-number .amrma-status {
  align-self: baseline;
}
.amrma-header-block {
  display: flex;
  justify-content: space-between;
}
.amrma-header-block .amrma-cancel {
  align-self: center;
}
.amrma-status-container {
  box-sizing: content-box;
  margin-bottom: 50px;
  position: relative;
}
.amrma-status-container .amrma-percent.-status-0 {
  width: 0;
}
.amrma-status-container .amrma-percent.-status-1,
.amrma-status-container .amrma-percent.-status-2 {
  width: 50%;
}
.amrma-status-container .amrma-percent.-status-3,
.amrma-status-container .amrma-percent.-status-4 {
  width: 100%;
}
.amrma-status-container .amrma-progress {
  border-bottom: 2px solid #c2c2c2;
  height: 42%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.amrma-status-container .amrma-percent {
  border-bottom: 2px solid #4b81bd;
  box-sizing: content-box;
  height: 100%;
  position: absolute;
  width: 0;
  z-index: 1;
}
.amrma-status-container .amrma-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.amrma-status-container .amrma-step.-authorized.-checked {
  margin: 0 0 0 10%;
}
.amrma-status-container .amrma-step.-complete:before {
  background: #1e79c2;
}
.amrma-status-container .amrma-step.-checked {
  display: flex;
  flex-basis: 60%;
  margin-right: 10%;
  text-align: center;
}
.amrma-status-container .amrma-step.-checked:before {
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzFFNzlDMiIgc3Ryb2tlLXdpZHRoPSIyIi8+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iOCIgZmlsbD0iIzFFNzlDMiIvPjwvc3ZnPg==');
  background-position: left;
  background-repeat: no-repeat;
  border: none;
  height: 30px;
  top: -1px;
  width: 30px;
}
.amrma-status-container .amrma-name {
  display: none;
}
.amrma-status-container .amrma-step.-checked .amrma-name {
  display: block;
  position: relative;
  top: 35px;
  width: 100%;
}
.amrma-status-container .amrma-step.-failed:before {
  height: 20px;
  top: 3px;
  width: 20px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzczYTEgMSAwIDAgMC0xLjQxNC0xLjQxNEwxMCA4LjU4NSA3LjM3NCA1Ljk2QTEgMSAwIDEgMCA1Ljk2IDcuMzczTDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNEwxMCAxMS40MTRsMi42MjYgMi42MjZhMSAxIDAgMCAwIDEuNDE0LTEuNDE0bC0yLjYyNi0yLjYyNyAyLjYyNi0yLjYyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amrma-status-container .amrma-step.-resolved .-checked .amrma-name,
.amrma-status-container .amrma-step.-pending .-checked .amrma-name {
  max-width: 150px;
}
.amrma-status-container .amrma-step.-pending.-checked {
  text-align: left;
}
.amrma-status-container .amrma-step.-pending.-checked:before {
  background-position: right;
  border-radius: inherit;
  padding: 0 0 0 20px;
}
.amrma-status-container .amrma-step {
  height: 30px;
  min-width: 15px;
  position: relative;
}
.amrma-status-container .amrma-step:before {
  background: #c2c2c2;
  border-radius: 50%;
  content: '';
  height: 16px;
  position: absolute;
  top: 6px;
  width: 16px;
}
.amrma-status-container .amrma-step.-authorized.-checked:before,
.amrma-status-container .amrma-step.-received.-checked:before {
  left: calc(50% - 15px);
}
.amrma-status-container .amrma-step.-resolved.-checked {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  text-align: right;
}
.amrma-status-container .amrma-step.-resolved.-checked:before {
  border-radius: inherit;
  padding: 0 20px 0 0;
  right: 0;
}
.amrma-status-container .amrma-step.-resolved.-checked:before.-received.-checked::before {
  left: 30%;
}
.amrma-bank-details,
.amrma-return-instructions,
.amrma-header-block {
  margin-bottom: 40px;
}
.sr-only,
input[type='checkbox'].amrma-instructions {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.amrma-instructions:focus + .amrma-instructions-title::before {
  border-radius: 4px;
  box-shadow: 0 0 3px 1px #00699d;
  content: '';
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.amrma-instruction-block {
  display: none;
}
.amrma-instructions:checked ~ .amrma-instruction-block {
  background: #eaf1ff;
  border-radius: 1px 1px 2px 2px;
  display: block;
  padding: 20px 10px 15px;
}
.amrma-instruction-block .am-print-shipping-label.action {
  background: #376cf1;
}
.amrma-instructions-title {
  border-bottom: 2px solid #1e79c2;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.amrma-instructions-title .amrma-title {
  margin-bottom: 15px;
}
.amrma-instructions-title .amrma-show {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  height: 30px;
  position: relative;
  width: 30px;
}
.amrma-instructions-title .amrma-show:before {
  border-left: 1px solid #1979c3;
  border-top: 1px solid #1979c3;
  content: '';
  height: 10px;
  left: 28%;
  position: absolute;
  top: 18%;
  transform: rotate(225deg);
  width: 10px;
}
.amrma-instructions:checked + .amrma-instructions-title .amrma-show:before {
  top: 38%;
  transform: rotate(45deg);
}
.amrma-received-message {
  background: #e8f5e9;
  border-radius: 2px;
  margin-bottom: 28px;
  padding: 10px;
  position: relative;
}
.amrma-received-message:before {
  content: '';
  height: 24px;
  position: absolute;
  top: 7px;
  width: 24px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiM0M0EwNDciLz48cGF0aCBkPSJNMTYuNzY0IDkuNTYxYS45MzEuOTMxIDAgMCAwLS4wOTItMS4zMjkuOTcuOTcgMCAwIDAtMS4zNTIuMDlsLTQuODEyIDUuNDIzLTEuODczLTEuODQxYS45Ny45NyAwIDAgMC0xLjM1NCAwIC45MzEuOTMxIDAgMCAwIDAgMS4zMzJsMi40NzcgMi40MzVjLjE0LjEzOC4zMTMuMjI0LjQ5NC4yNTlhLjk3Ljk3IDAgMCAwIDEuMDg1LS4yNTNsNS40MjctNi4xMTZ6IiBmaWxsPSIjZmZmIiBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSIvPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iNiIgeT0iNyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249Ii41Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjIgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjwvZGVmcz48L3N2Zz4=');
}
.amrma-received-message .amrma-message {
  color: #2e7d32;
  margin: 0 0 0 45px;
}
.amrma-table-container {
  margin-bottom: 40px;
}
.amrma-table-container .amrma-title {
  margin-bottom: 10px;
}
.amrma-items-table {
  margin-top: 10px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col {
  margin: 0;
  padding: 5px 0;
  position: static;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col:first-child {
  left: 5px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status {
  background: inherit;
  color: #363636;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: capitalize;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status:before {
  background-position: left center;
  background-repeat: no-repeat;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-rejected {
  color: #d80f33;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-rejected:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjRDgwRjMzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4wNzEgOS45OTZhLjYwNi42MDYgMCAwIDEtLjg1NyAwTDcuNSA4LjI4MiA1Ljc4NiA5Ljk5NmEuNjA2LjYwNiAwIDAgMS0uODU3LS44NTdsMS43MTQtMS43MTRMNC45MjggNS43MWEuNjA2LjYwNiAwIDEgMSAuODU4LS44NTdMNy41IDYuNTY4bDEuNzE0LTEuNzE1YS42MDYuNjA2IDAgMCAxIC44NTcuODU3TDguMzU3IDcuNDI1bDEuNzE0IDEuNzE0YS42MDYuNjA2IDAgMCAxIDAgLjg1N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
  content: '';
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-pending {
  color: #0b78d0;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-pending:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjMjE5NkYzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjY3NCAzLjlsMy4xNTIgMy4yNGEuNTIuNTIgMCAwIDEgMCAuNzJMOC42NzQgMTEuMWEuNDg2LjQ4NiAwIDAgMS0uNyAwIC41Mi41MiAwIDAgMSAwLS43MmwyLjMwNi0yLjM3SDIuOTdWNi45OWg3LjMxTDcuOTc0IDQuNjJhLjUyLjUyIDAgMCAxIDAtLjcyLjQ4Ni40ODYgMCAwIDEgLjcgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
  content: '';
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-resolved::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjNTFCNzU2Ii8+PHBhdGggZD0iTTQuNSA3LjE3OGwzIDIuNTcyIDMuNzUtNC4wNzIiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+');
  content: '';
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-details {
  padding-top: 15px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-details:before {
  content: none;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .details:before {
  content: none;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-image {
  height: 100px;
  padding: 0;
  width: 100px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-image:after {
  content: none;
}
.amrma-table-container .table-wrapper {
  border-bottom: none;
}
.amrma-rating-block {
  align-items: center;
  border: none;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.amrma-rating-block .amrma-title {
  color: #494949;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.amrma-feedback-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  margin: 20px;
  padding: 10px;
}
.amrma-feedback-container .amrma-feedback {
  border: none;
  height: 40px;
  margin-right: 10px;
  width: 80%;
}
.amrma-stars-container {
  background: #ffffff;
  border: 2px solid rgba(23, 93, 224, 0.3);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
  box-sizing: border-box;
  margin: 20px auto;
  max-width: 530px;
  padding: 25px 15px 15px;
}
.amrma-stars-container .rated-message {
  text-align: center;
}
.amrma-stars-container .amrma-stars-block {
  /* 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  */
}
.amrma-stars-container .amrma-stars-block .rating-5:before {
  width: 130px;
}
.amrma-stars-container .amrma-stars-block .rating-4:before {
  width: 104px;
}
.amrma-stars-container .amrma-stars-block .rating-3:before {
  width: 78px;
}
.amrma-stars-container .amrma-stars-block .rating-2:before {
  width: 52px;
}
.amrma-stars-container .amrma-stars-block .rating-1:before {
  width: 26px;
}
.amrma-stars-container .amrma-stars-block {
  height: 24px;
  width: 130px;
}
.amrma-stars-container .amrma-stars-block:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
  content: '';
  height: 24px;
  width: 130px;
}
.amrma-stars-container .amrma-stars-block .amrma-star:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgZmlsbD0iI0ZGQzEwNyIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
  content: '';
  display: inline-block;
  height: 24px;
}
.amrma-stars-container .amrma-stars-block .amrma-radio:focus-visible + .amrma-star {
  box-shadow: 0 0 3px 1px #00699d;
}
.amrma-stars-container .amrma-stars-block .amrma-radio:not(:checked) + .amrma-star:hover:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgZmlsbD0iI0ZGQzEwNyIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
  cursor: pointer;
  opacity: 1;
}
.amrma-send {
  border: 1px solid #1979c3;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  background: #1979c3;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-weight: bold;
  margin-left: 10px;
  padding: 12px 16px;
}
.amrma-send:hover {
  background: #0b78d0;
  border: none;
  color: #ffffff;
}
.amrma-send:focus {
  background: #0b78d0;
  border: none;
  box-shadow: 0 0 3px 1px #00699d;
  color: #ffffff;
}
.amrma-return-select .amrma-select {
  font-size: 16px;
}
@media print {
  .nav-sections,
  .page-footer,
  .sidebar,
  .page-title-wrapper,
  .amrma-received-message,
  .amrma-cancel,
  .amrma-status,
  .amrma-status-container,
  .amrma-return-instructions,
  .amrma-tracking-information,
  .amrma-chat-title,
  .amrma-chat-container {
    display: none;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    padding-left: 0 !important;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: 0;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child .amrma-image {
    margin-right: 0;
    padding: 5px;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col .amrma-status {
    display: block;
  }
}
.amreturns-order-select {
  align-items: flex-start;
  border: 2px solid rgba(23, 93, 224, 0.3);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding: 0;
}
.amreturns-order-select .amreturn-btn {
  box-shadow: none;
}
.amreturns-order-select .amreturn-btn:focus {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 4px;
  box-shadow: 0 0 3px 1px #00699d;
  color: #ffffff;
}
.amreturns-order-select .amreturn-select {
  font-size: 16px;
}
.amreturns-title-container {
  flex: inherit;
  flex-basis: 100%;
  margin: 20px 0 5px 20px;
}
.amreturns-orders-container {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  margin: 0 20px 20px;
}
.amreturns-orders-container .amreturn-btn {
  margin-left: 0;
  margin-top: 10px;
}
.amreturns-select-title {
  color: #333333;
  font-weight: bold;
  line-height: 19px;
}
.amreturn-btn {
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  margin-left: 10px;
  padding: 7px 21px;
  transition: background-color 0.4s;
}
.amreturn-btn:hover {
  background: #2196f3;
  border: 1px solid #2196f3;
  color: #ffffff;
}
.account .table-wrapper {
  border-top: none;
  margin-top: 25px;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row {
  position: relative;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image {
  height: 80px;
  margin: 0;
  padding: 0;
  width: 80px;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image.new-message:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiNEODFCNjAiLz48cGF0aCBkPSJNOS43OSA3LjM4NGwzLjEyMSAzLjE3NWEuODEuODEgMCAwIDAgLjA4OS0uMzU1VjQuNzlhLjc2My43NjMgMCAwIDAtLjA1NS0uMjc4TDkuNzg5IDcuMzg0ek04LjAyNiA4LjI3OWw0LjU3OS00LjE3QS43ODcuNzg3IDAgMCAwIDEyLjIwNiA0aC05LjQxYS43NzMuNzczIDAgMCAwLS4zOTguMTA5bDQuNTc4IDQuMTdhLjc3NS43NzUgMCAwIDAgMS4wNSAweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMi41MjkgMTAuOTI5TDkuMzk5IDcuNzRsLTEuMDIxLjkzMWExLjI5MyAxLjI5MyAwIDAgMS0xLjc1IDBsLTEuMDA2LS45MTctMy4xNSAzLjE3NWMuMS4wNDUuMjEuMDcxLjMyNC4wNzFoOS40MDhhLjc0Ny43NDcgMCAwIDAgLjMyNS0uMDcxek0yLjA1NSA0LjUxMkEuODIzLjgyMyAwIDAgMCAyIDQuNzl2NS40MTRjMCAuMTI3LjAzNy4yNS4wODkuMzU4bDMuMTMyLTMuMTY0LTMuMTY2LTIuODg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');
  content: '';
  height: 15px;
  left: 0;
  position: absolute;
  top: 40%;
  width: 15px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child),
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:last-child) {
  padding: 0 0 0 125px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col.qty {
  padding-top: 15px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child) {
  padding-left: 125px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:last-child {
  padding-top: 20px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
  border-top: none;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
  left: 25px;
  padding: 0;
  position: absolute;
  top: 20px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child:before {
  content: none;
}
.amrma-status {
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px 1px;
  text-transform: uppercase;
}
.amrma-status.-authorized {
  background: #3f51b5;
}
.amrma-status.-cancelled {
  background: #9e9e9e;
}
.amrma-status.-pending {
  background: #0b78d0;
}
.amrma-status.-received {
  background: #9c27b0;
}
.amrma-status.-resolved {
  background: #4caf50;
}
.amrma-status.-rejected {
  background: #c33d3c;
}
.table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
  border-top: 1px solid #d1d1d1;
  padding: 10px;
  vertical-align: middle;
}
.table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col:first-child {
  padding-left: 25px;
  position: relative;
}
.amrma-customer-information {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.amrma-customer-information .amrma-customer-name {
  margin-bottom: 20px;
}
.amrma-product-information {
  align-self: baseline;
}
.amrma-product-information:focus-within .amrma-showmore {
  border-radius: 4px;
  box-shadow: 0 0 3px 1px #00699d;
  display: inline-block;
}
.amrma-product-information .amrma-checkbox:checked ~ .amrma-moreinfo {
  display: block;
}
.amrma-product-information .amrma-checkbox:checked + .amrma-showmore:before {
  top: 9px;
  transform: rotate(315deg);
}
.amrma-product-information .amrma-moreinfo {
  display: none;
  margin-top: 4px;
}
.amrma-product-information .amrma-moreinfo .amrma-info {
  margin-bottom: 0;
}
.amrma-product-information .amrma-showmore {
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
.amrma-product-information .amrma-showmore:before {
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  content: '';
  height: 9px;
  position: absolute;
  right: 0;
  top: 2px;
  transform: rotate(135deg);
  width: 9px;
}
.amrma-product {
  display: flex;
}
.amrma-product-item {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0;
}
.amrma-image {
  display: block;
  height: 100px;
  margin-right: 20px;
  padding-left: 33px;
  width: 100px;
}
.amrma-image img {
  max-height: 100%;
  max-width: 100%;
}
.amrma-checkbox {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
.amrma-customer-name,
.amrma-customer-address {
  flex-basis: 50%;
}
.amrma-title {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
}
label.amrma-title {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
}
.amrma-checkbox-container {
  position: relative;
}
.amrma-checkbox-container:focus-within .amrma-label,
.amrma-checkbox-container:focus-within .amrma-label-container {
  border-radius: 4px;
  box-shadow: 0 0 3px 1px #00699d;
  display: inline-block;
}
.amrma-checkbox-container .amrma-label {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  height: 13px;
  position: absolute;
  top: 44px;
  width: 13px;
}
.amrma-checkbox-container.-policy .amrma-label {
  top: 4px;
}
.amrma-checkbox-container .amrma-image {
  cursor: pointer;
}
.amrma-checkbox-container .amrma-checkbox:checked + .amrma-label,
.amrma-checkbox-container .amrma-checkbox:checked + .amrma-label-container .amrma-label {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMyIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjI1IDYuNWwyLjYgMi42IDMuOS00LjU1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
  border: none;
}
.amrma-products-table {
  margin-bottom: 40px;
}
.amrma-product-message {
  align-self: baseline;
  margin: 15px 0 0;
  width: 100%;
}
.amrma-message-container.-failed {
  border: 2px solid #ffcdd2;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amrma-message-container.-failed .amrma-message:not(.amrma-shipping-payer) {
  background: #ffebee;
}
.amrma-message-container.-options {
  background: none;
  border: 2px solid rgba(23, 93, 224, 0.4);
  border-radius: 2px;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
  box-sizing: border-box;
}
.amrma-message-container.-gray {
  background: none;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  padding: 15px;
}
.amrma-message-container .amrma-message {
  background: #eaf1ff;
  border-radius: 2px;
  margin: 10px 20px 0;
  padding: 5px 10px;
}
.amrma-message-container.-options,
.amrma-message-container.-gray {
  margin-left: 33px;
}
.amrma-return-select {
  margin: 0 20px;
}
.amrma-return-select:last-child {
  margin-bottom: 20px;
}
.amrma-return-select .amrma-title {
  margin-bottom: 10px;
}
.amrma-return-qty {
  align-items: center;
  display: flex;
  margin: 20px 0 0 20px;
}
.amrma-return-qty .amrma-label {
  font-weight: bold;
  margin-right: 10px;
}
.amrma-return-qty .amrma-select {
  flex-basis: 20%;
  font-size: 16px;
}
.amrma-return-qty .amrma-total {
  margin-left: 5px;
}
.amrma-message-container {
  background: #eaf1ff;
  border-radius: 2px;
  margin: 10px 20px 20px;
  padding-bottom: 20px;
}
.amrma-input-block {
  margin-bottom: 20px;
  max-width: 620px;
}
.amrma-input-block .amrma-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}
.amrma-input-block .amrma-field {
  font-size: 16px;
}
.amrma-chat-send .amrma-textarea,
.amrma-comment-block .amrma-comment {
  font-size: 16px;
}
.amrma-return-message {
  background: #f5f5f5;
  border-radius: 2px;
  margin-bottom: 10px;
}
.amrma-img-text {
  background: #f5f5f5;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.amrma-attach:focus-visible + .amrma-label {
  border-radius: 4px;
  box-shadow: 0 0 3px 1px #00699d;
}
.amrma-add-attach-file:focus-within > .amrma-label {
  border-radius: 4px;
  box-shadow: 0 0 3px 1px #00699d;
}
.amrma-attach-file {
  margin-top: 10px;
}
.amrma-chat-send .amrma-attach-file {
  height: 33px;
  margin: 0;
  width: 29px;
}
.amrma-attach-file .amrma-file {
  color: #1979c3;
  margin: 5px 0;
  padding-left: 20px;
}
.amrma-attach-file .amrma-label {
  color: #1979c3;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  transition: color .3s ease;
}
.amrma-attach-file .amrma-label:hover {
  color: #2196f3;
  text-decoration: underline;
}
.amrma-attach-file .amrma-label:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAgMS0yLjM5My0xLjAzNUEzLjU2NSAzLjU2NSAwIDAgMSAwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAgMSAuOTIyLTIuMzE4bC4xNC0uMTQ3TDkuNTU4IDEuMjVBNC4wNzkgNC4wNzkgMCAwIDEgMTIuNTExIDBjMS4xMzYtLjAwMSAyLjI4Ny40NjMgMy4xNjUgMS4zN0E0LjcwNyA0LjcwNyAwIDAgMSAxNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAgMS0xLjIxIDMuMDVsLTcuMTMyIDcuMzctLjUzMS41NDgtMS4wNi0xLjA5N0wxNC43MyA2LjU5Yy41MTMtLjUzLjc2OC0xLjIyNi43Ny0xLjk1M2EzLjEzIDMuMTMgMCAwIDAtLjg4Ni0yLjE3MSAyLjkzMiAyLjkzMiAwIDAgMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMCAwLTEuODkuNzk1TDEuOTg0IDExLjI3Yy0uMzIyLjMzMi0uNDguNzYzLS40ODIgMS4yMjIgMCAuNDg1LjE4My45ODYuNTYyIDEuMzc3LjM3OS4zOS44NjIuNTggMS4zMzIuNThhMS42MzUgMS42MzUgMCAwIDAgMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMCAwIC4xODItLjQ3LjguOCAwIDAgMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAgMC0uNTM4LS4yMzYuNjIuNjIgMCAwIDAtLjQ1My4xODhsLTUuNTQgNS43MjQtMS4wNjItMS4wOTYgNS41NC01LjcyNGMuNDE2LS40MzIuOTctLjY0NiAxLjUxNS0uNjQ0LjU3OCAwIDEuMTYuMjM2IDEuNi42OTEuNDQuNDU2LjY3IDEuMDU2LjY3IDEuNjU0IDAgLjU2LS4yMDcgMS4xMzQtLjYyMyAxLjU2NEw1LjY0IDE1LjA0OUEzLjEwNCAzLjEwNCAwIDAgMSAzLjQwMiAxNmgtLjAwNnoiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=');
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 17px;
}
.amrma-attach-file .amrma-label:focus {
  border-radius: 4px;
  padding: 2px 18px;
}
.amrma-chat-send .amrma-attach-file .amrma-label:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljc5MyAyN2MtMS40Ny4wMDItMi45NTMtLjU5Mi00LjA4My0xLjc0N0E1Ljk4MiA1Ljk4MiAwIDAgMSAwIDIxLjA4MWE1LjU2OCA1LjU2OCAwIDAgMSAxLjU3My0zLjkxMmwuMjQtLjI0OEwxNi4zMDQgMi4xMDlBNi45OTYgNi45OTYgMCAwIDEgMjEuMzQyIDBjMS45MzgtLjAwMiAzLjkwMi43OCA1LjM5OSAyLjMxQTcuODk4IDcuODk4IDAgMCAxIDI5IDcuODI1Yy4wMDMgMS44NjgtLjY4MyAzLjczOC0yLjA2NCA1LjE0OUwxNC43NyAyNS40MDlsLS45MDYuOTI1LTEuODEtMS44NTFMMjUuMTI4IDExLjEyYy44NzYtLjg5NSAxLjMxMS0yLjA3IDEuMzEzLTMuMjk3IDAtMS4yOTYtLjUtMi42My0xLjUxLTMuNjYzLTEuMDEzLTEuMDM1LTIuMzE2LTEuNTQzLTMuNTg4LTEuNTQ0YTQuNDU3IDQuNDU3IDAgMCAwLTMuMjI0IDEuMzQzTDMuMzg0IDE5LjAxOGMtLjU0OS41Ni0uODIgMS4yODctLjgyMiAyLjA2My4wMDIuODE4LjMxMyAxLjY2My45NiAyLjMyMy42NDUuNjU3IDEuNDcuOTc4IDIuMjcxLjk4YTIuODA0IDIuODA0IDAgMCAwIDIuMDItLjgzOWwxMS4xMTItMTEuMzU3Yy4yMDgtLjIxMy4zMS0uNDgyLjMxMS0uNzkxIDAtLjMyNi0uMTI0LS42NjYtLjM5MS0uOTRhMS4yNzggMS4yNzggMCAwIDAtLjkxOC0uMzk4IDEuMDYzIDEuMDYzIDAgMCAwLS43NzMuMzE4bC05LjQ1IDkuNjU4LTEuODEyLTEuODQ4IDkuNDUyLTkuNjZhMy41OCAzLjU4IDAgMCAxIDIuNTgzLTEuMDg2Yy45ODYgMCAxLjk3OC4zOTcgMi43MyAxLjE2NmEzLjk5OSAzLjk5OSAwIDAgMSAxLjE0MSAyLjc5IDMuNzcxIDMuNzcxIDAgMCAxLTEuMDYxIDIuNjRMOS42MiAyNS4zOTRBNS4zMjMgNS4zMjMgMCAwIDEgNS44MDMgMjdoLS4wMSIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==');
  height: 27px;
  left: 5px;
  top: 0;
  width: 29px;
}
.amrma-return-policy {
  display: inline-block;
  margin-top: 30px;
}
.amrma-return-policy.-border {
  border: 2px solid #ffcdd2;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
  padding: 5px;
}
.amrma-return-policy .amrma-text {
  margin-left: 15px;
  padding-left: 20px;
}
.amrma-return-policy .amrma-text-link {
  color: #004a75;
  text-decoration: underline;
}
.amrma-btns-block {
  margin-top: 15px;
}
.amrma-btns-block .amreturn-btn {
  box-shadow: none;
  height: auto;
  line-height: 16px;
  margin: 0 20px 0 0;
  padding: 11px 15px;
}
.amrma-btns-block .amreturn-btn:focus {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 4px;
  box-shadow: 0 0 3px 1px #00699d;
  color: #ffffff;
}
.amrma-link-cancel {
  color: #1979c3;
  font-weight: bold;
}
.amrma-chat-file.-newreturn {
  align-items: center;
  display: flex;
  margin: 0;
}
.amrma-chat-file.-newreturn:before {
  top: 7px;
}
.amrma-chat-file.-newreturn .amrma-file {
  padding: 0;
}
.amrma-chat-file.-newreturn .amrma-delete {
  margin-left: 10px;
  padding: 0;
}
._strong {
  font-weight: 600;
}
._nomargin {
  margin: 0;
}
._hide {
  display: none;
}
.amrma-chat-container {
  background: #f9f9fc;
  border: 1px solid #ebeef5;
  border-radius: 2px;
  box-sizing: border-box;
}
.amrma-chat-block {
  display: flex;
  flex-direction: column;
  margin: 30px 20px 20px;
  max-height: 270px;
  min-height: 270px;
  overflow-y: hidden;
  padding-right: 5px;
}
.amrma-chat-block:hover {
  overflow-y: scroll;
  padding-right: 0;
}
.amrma-chat-block::-webkit-scrollbar-track {
  border-radius: 3px;
}
.amrma-chat-block::-webkit-scrollbar {
  width: 5px;
}
.amrma-chat-block::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 4px;
}
.amrma-message-block {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 15px 20px 10px;
  position: relative;
}
.amrma-message-block:before {
  content: '';
  height: 22px;
  position: absolute;
  top: 15px;
  width: 11px;
}
.amrma-message-block .amrma-message {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.amrma-message-block .amrma-date {
  align-self: flex-end;
  color: #333333;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.amrma-message-block .amrma-image {
  height: auto;
  margin: 0;
  max-width: 225px;
  padding: 0;
  width: auto;
}
.amrma-chat-message.-left .amrma-message-block {
  background: #e2f5fe;
}
.amrma-chat-message.-left .amrma-message-block:before {
  left: -11px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgMjEuNUwuMzI3IDMuMTlDLS41MzUgMS42MzUuOTA0LS4xODggMi42MTUuMjkxTDEwLjUgMi41djE5eiIgZmlsbD0iI0UxRjVGRSIvPjwvc3ZnPg==');
}
.amrma-chat-message.-right .amrma-message-block {
  background: #eceeff;
}
.amrma-chat-message.-right .amrma-message-block:before {
  right: -11px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjEuNUwxMC4xNzIgMy4xOWMuODYzLTEuNTU0LS41NzYtMy4zNzctMi4yODctMi44OThMMCAyLjV2MTl6IiBmaWxsPSIjRUNFRUZGIi8+PC9zdmc+');
}
.amrma-chat-message {
  margin: 5px 20px;
  max-width: 80%;
}
.amrma-chat-message.-default {
  display: none;
}
.amrma-chat-message.-left {
  align-self: flex-start;
}
.amrma-chat-message.-right {
  align-self: flex-end;
}
.amrma-chat-message.-right .amrma-username {
  text-align: right;
}
.amrma-chat-message .amrma-username {
  color: #333333;
  margin-bottom: 5px;
}
.amrma-chat-message .amrma-delete-container {
  text-align: right;
}
.amrma-message:before {
  content: '';
  height: 20px;
  position: absolute;
  width: 13px;
}
.amrma-chat-file {
  padding-left: 25px;
  position: relative;
}
.amrma-chat-file.-preview {
  align-items: center;
  color: #006bb4;
  display: flex;
  margin: 25px;
  padding-right: 20px;
}
.amrma-chat-file:before {
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 17px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAgMS0yLjM5My0xLjAzNUEzLjU2NSAzLjU2NSAwIDAgMSAwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAgMSAuOTIyLTIuMzE4bC4xNC0uMTQ3TDkuNTU4IDEuMjVBNC4wNzkgNC4wNzkgMCAwIDEgMTIuNTExIDBjMS4xMzYtLjAwMSAyLjI4Ny40NjMgMy4xNjUgMS4zN0E0LjcwNyA0LjcwNyAwIDAgMSAxNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAgMS0xLjIxIDMuMDVsLTcuMTMyIDcuMzctLjUzMS41NDgtMS4wNi0xLjA5N0wxNC43MyA2LjU5Yy41MTMtLjUzLjc2OC0xLjIyNi43Ny0xLjk1M2EzLjEzIDMuMTMgMCAwIDAtLjg4Ni0yLjE3MSAyLjkzMiAyLjkzMiAwIDAgMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMCAwLTEuODkuNzk1TDEuOTg0IDExLjI3Yy0uMzIyLjMzMi0uNDguNzYzLS40ODIgMS4yMjIgMCAuNDg1LjE4My45ODYuNTYyIDEuMzc3LjM3OS4zOS44NjIuNTggMS4zMzIuNThhMS42MzUgMS42MzUgMCAwIDAgMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMCAwIC4xODItLjQ3LjguOCAwIDAgMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAgMC0uNTM4LS4yMzYuNjIuNjIgMCAwIDAtLjQ1My4xODhsLTUuNTQgNS43MjQtMS4wNjItMS4wOTYgNS41NC01LjcyNGMuNDE2LS40MzIuOTctLjY0NiAxLjUxNS0uNjQ0LjU3OCAwIDEuMTYuMjM2IDEuNi42OTEuNDQuNDU2LjY3IDEuMDU2LjY3IDEuNjU0IDAgLjU2LS4yMDcgMS4xMzQtLjYyMyAxLjU2NEw1LjY0IDE1LjA0OUEzLjEwNCAzLjEwNCAwIDAgMSAzLjQwMiAxNmgtLjAwNnoiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=');
}
.amrma-chat-file .amrma-file {
  font-weight: 600;
}
.amrma-delete {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzNiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM1LjkxOCAyLjcxNEwzMy4yMDMgMCAxOC40MTggMTQuNzg3IDMuNjMzIDAgLjkxOCAyLjcxMyAxNS43MDUgMTcuNS45MiAzMi4yODcgMy42MzMgMzVsMTQuNzg1LTE0Ljc4NiAxNC43ODUgMTQuNzg1IDIuNzExLTIuNzEzTDIxLjEzMSAxNy41IDM1LjkxOCAyLjcxNCIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  width: 16px;
}
.amrma-chat-send {
  align-items: flex-end;
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  padding: 10px;
  position: relative;
}
.amrma-chat-send .amrma-textarea {
  border: none;
  margin-left: 25px;
  max-height: 250px;
  min-height: 40px;
  resize: none;
  width: 86%;
}
.amrma-chat-send .amrma-hiddentext {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  white-space: pre-wrap;
}
.amrma-chat-notification {
  display: flex;
  margin: 5px 0 5px 20px;
}
.amrma-chat-notification .amrma-notification {
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}
.amrma-chat-notification .amrma-date {
  line-height: 19px;
}
.amrma-chat-comment {
  color: #666666;
  margin: 0 auto;
  padding: 125px 0;
}
.amrma-quick-reply {
  display: none;
}
.action-close:focus-visible::before {
  box-shadow: 0 0 3px 1px #00699d;
}
.amrma-tracking-information {
  margin-bottom: 40px;
}
.amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
  border-top: none;
}
.amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col:first-child {
  padding-left: 10px;
}
.amrma-tracking-add {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.amrma-tracking-add .amrma-input {
  margin: 10px 0;
}
.amrma-tracking-add .amreturn-btn {
  margin-left: 0;
}
.amrma-tracking-add .amrma-label {
  margin-bottom: 5px;
  font-weight: 600;
}
.amrma-tracking-information .amrma-thead .amrma-col.remove {
  display: none;
}
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
.block-bundle-summary .title,
.block-bundle-summary .bundle-summary,
.block-bundle-summary .product-addto-links,
.block-bundle-summary .price-box {
  display: none;
}
.amcart-message-box,
.am-related-box {
  min-width: 320px;
}
.amcart-message-box.required,
.am-related-box.required {
  color: #e02b27;
}
.amcart-message-box.price-box,
.am-related-box.price-box {
  margin: 5px 0 0 10px;
}
.amcart-message-box.price-box p,
.am-related-box.price-box p {
  margin: 0;
  padding: 0;
}
.amcart-message-box .text,
.am-related-box .text {
  font-size: 14px;
  font-weight: normal;
}
.amcart-message-box .product-info-main,
.am-related-box .product-info-main {
  float: none;
  width: auto !important;
}
.amcart-message-box .related,
.am-related-box .related {
  margin: 0 auto;
  width: 320px;
}
.amcart-message-box .product-add-form,
.am-related-box .product-add-form {
  margin: 0 25px;
  text-align: left;
}
.amcart-message-box .product-item-actions,
.am-related-box .product-item-actions {
  display: block;
}
.amcart-message-box .amcart-subtotal,
.am-related-box .amcart-subtotal {
  font-size: 14px;
}
.amcart-message-box .amcart-count,
.am-related-box .amcart-count {
  font-size: 14px;
  margin-bottom: 0;
}
.amcart-message-box .stock.unavailable,
.am-related-box .stock.unavailable {
  margin-top: 10px;
}
.amcart-message-box {
  margin: 40px auto 13px;
}
.amcart-message-box .product-options-bottom .actions,
.amcart-message-box .box-tocart .actions {
  display: none;
}
.am-related-box {
  margin: 20px auto 13px;
}
.am-related-box .am-title {
  color: #333333;
  text-transform: uppercase;
}
.am-related-box .am-product-image.product {
  margin: 0 0 5px 0;
  position: relative;
}
.am-related-box .products-crosssell .product-item {
  padding: 0;
}
.amcart-confirm-overlay {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amcart-confirm-overlay img {
  display: inline;
}
.amcart-confirm-block {
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  height: auto;
  max-height: 88vh;
  max-width: 100%;
  overflow-y: auto;
  position: relative;
  text-align: center;
  z-index: 9999;
  /* rewrite magento styles*/
}
.amcart-confirm-block > p {
  background: none;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
.amcart-confirm-block > .cross {
  color: rgba(0, 0, 0, 0.25);
  font-size: 21px;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
}
.amcart-confirm-block > .cross:hover {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.amcart-confirm-block .am-actions-wrapper > .towishlist,
.amcart-confirm-block .am-actions-wrapper > .tocompare {
  background: #f0f0f0 no-repeat center;
  background-size: 60%;
}
.amcart-confirm-block .am-actions-wrapper > .towishlist:before,
.amcart-confirm-block .am-actions-wrapper > .tocompare:before {
  content: '';
}
.amcart-confirm-block .am-actions-wrapper > .towishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiM2NjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
.amcart-confirm-block .am-actions-wrapper > .towishlist:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
.amcart-confirm-block .am-actions-wrapper > .tocompare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PGc+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXpNMjIgMTJoN3YxNGgtN3oiLz48L2c+PC9zdmc+);
}
.amcart-confirm-block .am-actions-wrapper > .tocompare:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
.amcart-confirm-block .product-item-name {
  margin: 0 0 10px;
}
.amcart-confirm-block .am-slider {
  margin: 15px 0 0 0;
}
.amcart-confirm-block .actions-secondary .action {
  color: #666666;
}
.amcart-confirm-block .product-item .price-box {
  margin: 0 0 15px;
}
.amcart-confirm-block .product-options-bottom .product-social-links {
  display: none;
}
.amcart-confirm-block .product-options-bottom .grouped .price-box .price-container .price,
.amcart-confirm-block .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px;
}
.amcart-confirm-block .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.amcart-confirm-buttons {
  margin: 20px auto;
}
.amcart-confirm-buttons .button {
  border-radius: 3px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  height: 50px;
  line-height: 23px;
  padding: 7px 10px;
  position: relative;
  width: 45%;
}
.amcart-confirm-buttons .button:hover {
  opacity: .8;
}
.amcart-confirm-buttons .checkout {
  display: block;
  font-size: 16px;
  padding: 25px 0 8px 0;
}
.amcart-confirm-buttons .button:last-child {
  margin-right: 0;
}
.amcart-confirm-buttons .am-btn-left {
  margin-right: 10px;
}
.amcart-confirm-buttons button.am-btn-right,
.amcart-confirm-buttons button.am-btn-left {
  border: 0;
}
.amcart-confirm-buttons .timer {
  display: none;
}
.product-details {
  bottom: 3px;
  position: relative;
}
.am-cart-info {
  color: #000000;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.added-item {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin: 33px 15px 5px;
  word-break: break-word;
}
.am_price {
  font-weight: bold;
}
.mask {
  opacity: .4;
}
.am-a-count {
  font-weight: bold;
}
.am-a-count:visited {
  color: #000000;
}
.amcart-message-box .products .product-item-name {
  margin: 0;
}
.amcart-message-box .products .product-item-actions .secondary-addto-links,
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto;
}
.amcart-message-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.am-related-box .products .product-item-name {
  margin: 0;
}
.am-related-box .products .product-item-actions .secondary-addto-links,
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto 10px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper {
  display: none;
  margin: 0;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 999;
  top: -30px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action {
  width: 30px;
  height: 30px;
  background: #f0f0f0;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action:before {
  line-height: 30px;
}
.am-related-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.product-info-main .product-add-form {
  text-align: left;
}
.products.list .swatch-attribute .amcart-error {
  display: none;
}
.am-slider.owl-carousel .owl-nav {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.am-slider.owl-carousel .owl-prev {
  float: left;
  margin-left: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-next {
  float: right;
  margin-right: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-nav .disabled {
  opacity: .3;
}
.am-slider.owl-carousel .product-item {
  margin: 0 auto;
}
.am-slider.owl-carousel .product-item-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.am-slider.arrow {
  cursor: pointer;
  height: 35px;
  width: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+bmV4dDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA2MDIgLTgwOSkiPjxnIGlkPSJuZXh0Ij48ZyBpZD0iR3JvdXAiPjxnIGlkPSJWZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNjAyIDgwOSkiIGZpbGw9IiNCQkJCQkIiLz48L2c+PC9nPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTguMjAzMiAxNi44MDIzTCAxLjY5MjUxIDAuMjkxNTZDIDEuMzAzNzcgLTAuMDk3MTg2NiAwLjY4MDMwNiAtMC4wOTcxODY2IDAuMjkxNTYgMC4yOTE1NkMgLTAuMDk3MTg2NyAwLjY4MDMwNiAtMC4wOTcxODY3IDEuMzAzNzcgMC4yOTE1NiAxLjY5MjUxTCAxNi4wOTgxIDE3LjQ5OTFMIDAuMjkxNTYgMzMuMzA1N0MgLTAuMDk3MTg2NyAzMy42OTQ0IC0wLjA5NzE4NjcgMzQuMzE3OSAwLjI5MTU2IDM0LjcwNjZDIDAuNDgyMjY1IDM0Ljg5NzMgMC43Mzg5ODUgMzUgMC45ODgzNjkgMzVDIDEuMjM3NzUgMzUgMS40OTQ0NyAzNC45MDQ2IDEuNjg1MTggMzQuNzA2NkwgMTguMTk1OSAxOC4xOTU5QyAxOC41ODQ2IDE3LjgxNDUgMTguNTg0NiAxNy4xODM3IDE4LjIwMzIgMTYuODAyM1oiLz48L2RlZnM+PC9zdmc+);
}
.am-slider.arrow.-left {
  transform: rotate(180deg);
}
.am-photo-container {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-item-photo > .amcart-image-success {
  aspect-ratio: auto;
  height: auto;
  width: 100%;
}
.amcart-message-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcart-message-box .owl-stage .product-item,
.amcart-message-box .owl-stage .product-item-info {
  height: 100%;
}
.amcart-message-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.am-related-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.am-related-box .owl-stage .product-item,
.am-related-box .owl-stage .product-item-info {
  height: 100%;
}
.am-related-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.am-related-title {
  background: #cecccc;
  font-size: 15px;
  height: 1px;
  line-height: 0;
  margin: 20px 40px;
}
.am-related-title > .am-title {
  padding: 0 20px;
}
.amimg-container {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
.amprogress {
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.1) 0%, rgba(11, 11, 11, 0.6) 100%) repeat-x rgba(11, 11, 11, 0.2);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
div.swatch-option-tooltip {
  z-index: 99999;
}
.amcart-confirm-block .error {
  margin: 33px 15px 5px;
}
[data-post-ajax] {
  cursor: pointer;
}
.amcart-message-box .bundle-options-wrapper {
  margin-top: 25px;
}
.amcart-message-box .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amcart-message-box .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amcart-message-box .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amcart-message-box .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amcart-message-box .block-bundle-summary {
  display: none;
}
.page-product-downloadable .amcart-message-box .product-add-form {
  margin-bottom: 0;
}
.page-product-downloadable .amcart-message-box .product-options-bottom,
.page-product-downloadable .amcart-message-box .product-options-wrapper {
  float: none;
  width: auto;
}
.page-product-downloadable .amcart-message-box .box-tocart .field.qty {
  display: block;
  margin-bottom: 6px;
}
.page-products .amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap {
  /* don't hide grouped price*/
}
.amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap .amcart-confirm-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left,
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-right {
  font-size: 18px;
  margin: auto;
  max-width: 260px;
  width: 100%;
}
.amcart-minipage-wrap .amcart-message-box {
  max-width: 320px;
}
.amcart-minipage-wrap .am-photo-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amcart-minipage-wrap .am-photo-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amcart-minipage-wrap .am-photo-container .product-image-container {
  vertical-align: middle;
}
.amcart-minipage-wrap .product-options-bottom .price-box {
  display: none;
}
.amcart-minipage-wrap .product-options-bottom .grouped .price-box {
  display: block;
}
.ampage-top-info,
.ampage-bottom-info {
  text-align: left;
}
.ampage-top-info {
  margin: 5px 25px 15px;
}
.ampage-top-info > .am-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.ampage-top-info > .am-rating .rating-summary {
  vertical-align: text-bottom;
}
.ampage-top-info > .am-price,
.ampage-top-info > .am-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amcart-confirm-block .reviews-actions .action {
  color: #000000;
  font-size: 14px;
  margin-left: 15px;
}
.ampage-bottom-info > .am-description {
  font-size: 12px;
  margin: 0 25px;
}
.ampage-bottom-info .swatch-attribute {
  margin-bottom: 20px;
}
.amcart-product-notice {
  background: #fffae5;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
}
.amcart-product-notice p {
  margin-bottom: 0;
}
.amcart-qty-wrap {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  margin: 0 5px 0 7px;
  position: relative;
}
.amcart-qty-wrap > .amcart-label {
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  line-height: 30px;
}
.amcart-qty-wrap > .amcart-control {
  cursor: pointer;
  position: relative;
  width: 25px;
  background: #b2b2b2;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-control:before {
  bottom: 0;
  color: #ffffff;
  font-size: 16px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  line-height: 30px;
}
.amcart-qty-wrap > .amcart-control:hover {
  background: #999999;
}
.amcart-qty-wrap > .amcart-control.-minus {
  order: 1;
}
.amcart-qty-wrap > .amcart-control.-minus:before {
  content: '-';
}
.amcart-qty-wrap > .amcart-control.-plus {
  order: 3;
}
.amcart-qty-wrap > .amcart-control.-plus:before {
  content: '+';
}
.amcart-qty-wrap > .amcart-input,
.amcart-qty-wrap > .amcart-input.input-text.qty {
  box-sizing: border-box;
  margin: 0 5px;
  order: 2;
  padding: 3px;
  text-align: center;
  width: 40px;
  height: 30px;
}
.amcart-qty-wrap > .amcart-refresh {
  cursor: pointer;
  margin-left: 10px;
  opacity: .7;
  order: 4;
  visibility: hidden;
  width: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1;
}
.amcart-message-box > .amcart-qty-wrap {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 5px;
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1340px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 7px;
  width: 14px;
  border-radius: unset;
  margin-top: 0px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go {
  background: #006bb4;
  border: 1px solid #006bb4;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .action.primary[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go[disabled] {
  background: #1979c3;
  border: 1px solid #1979c3;
  opacity: 0.5;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary:hover,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button:hover,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go:hover {
  background: #015690;
  border: 1px solid #015690;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout.disabled,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty.disabled,
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout[disabled],
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty[disabled] {
  background: #315499;
  /* phpcs:ignore: Magento2.Less.ZeroUnits.ZeroUnitFound */
  opacity: 0.5;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout:hover,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty:hover {
  background: #3d69c0;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title-container + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #717171;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.amcheckout-step-container .checkout-agreements .checkout-agreement .label {
  display: flex;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before,
.amcheckout-step-container input[type='checkbox']:focus + label:before,
.amcheckout-step-container input[type='radio']:focus + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1474c2;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1474c2;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart > .title {
  padding: 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:focus {
  box-shadow: false;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1474c2;
  border-radius: 2px;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
  color: #136eb8;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:focus {
  box-shadow: false;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amconf-matrix-observed {
  overflow: auto;
}
.amconf-matrix-table-wrap {
  margin-top: 50px;
  max-width: 500px;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-title {
  font-size: 12px;
  line-height: 21px;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.amconf-matrix-table-wrap .amconf-cell {
  padding: 10px 0;
}
.amconf-matrix-table-wrap .amconf-text {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.amconf-matrix-table-wrap .amconf-matrix-swatch-label {
  padding-top: 5px;
  text-align: left;
}
.amconf-matrix-table-wrap .amconf-swatchlabel-container {
  display: flex;
  flex-direction: column;
}
.amconf-matrix-table-wrap .amconf-matrix-row {
  border-bottom: 1px solid #f6f6f6;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.amconf-matrix-table-wrap .amconf-matrix-row:hover {
  background: #fafafa;
}
.amconf-matrix-table-wrap .amconf-matrix-cell {
  padding: 10px 5px;
}
.amconf-matrix-table-wrap .amconf-matrix-attribute .swatch-option {
  margin: 0;
}
.amconf-matrix-table-wrap .amconf-matrix-qty {
  min-width: 72px;
}
.amconf-matrix-table-wrap .amconf-matrix-qty .mage-error:not(.amconf-matrix-input) {
  margin: 3px auto;
  max-width: 100px;
  white-space: normal;
}
.amconf-matrix-table-wrap .amconf-matrix-price {
  font-weight: bold;
}
.amconf-matrix-table-wrap .amconf-matrix-old-price {
  text-decoration: line-through;
}
.amconf-matrix-table-wrap .amconf-matrix-arrow {
  display: none;
}
.amconf-matrix-table-wrap .amconf-matrix-input {
  max-width: 30px;
  padding: 0 3px;
  text-align: center;
}
.product-social-links {
  position: relative;
}
.amconf-flipper-img,
.product-image-photo {
  transition: .3s all;
}
.product-social-links .action.mailto.friend.amconf-share-link {
  margin: 5px 0 0;
}
.product-social-links .action.mailto.friend.amconf-share-link:before {
  content: '';
}
.product-social-links .product-addto-links .action,
.product-social-links .action.mailto.friend {
  margin-right: 10px;
}
.amconf-share-link {
  cursor: pointer;
}
.amconf-share-link:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzY2NiIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzY2NiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
  display: inline-block;
  height: 18px;
  width: 14px;
}
.amconf-share-link:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzMzMyIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-container {
  -webkit-transition: display 0.3s ease;
  -moz-transition: display 0.3s ease;
  -ms-transition: display 0.3s ease;
  transition: display 0.3s ease;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #dddddd;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  margin-top: 10px;
  padding: 15px 10px;
  position: absolute;
  width: 100%;
  /* phpcs:ignore Magento2.Less.PropertiesSorting.PropertySorting */
  z-index: 9999;
}
.amconf-share-container .amconf-share-input {
  margin-right: 2%;
  width: 75%;
}
.amconf-share-container .amconf-share-button {
  padding: 7px 0;
  vertical-align: top;
  width: 20%;
}
.slick-next.slick-arrow:focus-visible,
.slick-prev.slick-arrow:focus-visible,
.slick-dots > li > button:focus-visible {
  box-shadow: false;
}
.amasty-gallery-image.gallery-slick-observed {
  margin: 0 auto;
}
.amasty-gallery-thumb-link.slick-slide {
  scale: .98;
}
.amasty-gallery-thumb-link.slick-slide:focus-visible {
  box-shadow: false;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.minicart-items .product-item-details .product .options.list dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.minicart-items .product-item-details .product .options.list dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.swatch-attribute span.swatch-option-price {
  padding-right: 10px;
  text-align: left;
}
.swatch-opt .slick-slider {
  margin-bottom: 20px;
}
.swatch-opt .slick-track {
  display: flex;
}
dd .swatch-option {
  display: inline-block;
}
.slick-initialized .swatch-option.slick-slide,
.slick-initialized .swatch-option.slick-slide.text,
.slick-initialized .slick-slide .swatch-option {
  box-sizing: border-box;
  height: 20px;
  margin: 2px 5px;
  max-width: none;
  padding: 0;
}
.swatch-attribute-options.slick-slider .swatch-option-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.swatch-attribute-options .slick-list {
  margin: 0 25px;
}
.swatch-attribute.size .swatch-option {
  vertical-align: sub;
}
.swatch-option-container.slick-slide {
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  text-align: center;
}
.swatch-option-container.slick-slide .swatch-option.text {
  margin: 5px 0 0;
  padding: 0;
}
.amconf-matrix-full-subtotal {
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  font-size: 20px;
  padding: 4px 0;
  text-align: center;
}
/* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
.tintContainer img {
  max-height: none;
}
.amautocomplete-suggestions-container {
  padding-top: .4rem;
  position: absolute;
  z-index: 1;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  cursor: pointer;
  filter: drop-shadow(0 0 3px #00699d);
  list-style: none;
  padding: .1rem;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li {
  text-decoration: none;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: row;
  gap: 9px;
  margin: 0;
  padding: 9px;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #c7c7c7;
  content: '\e60a';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:hover:before {
  color: #1979c2;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:before {
  flex-shrink: 0;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active:before {
  color: #1979c2;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:last-child {
  border-bottom: none;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:hover,
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active {
  background: #e8f6ff;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:active,
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active {
  box-shadow: 0 0 3px #00699d;
}
.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;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.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%;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-prev:focus,
.amrelated-grid-wrapper .slick-next:focus {
  box-shadow: false;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button {
  background-color: #dfdedd;
}
.amrelated-sidebar-wrap .slick-prev:focus,
.amrelated-sidebar-wrap .slick-next:focus {
  box-shadow: false;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  padding: 10px 0;
  position: relative;
}
.amrelated-pack-wrapper .amrelated-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f9f9f9;
  margin-top: 25px;
  position: relative;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.amrelated-pack-item .amrelated-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  z-index: unset;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-wrap: break-word;
  word-break: 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 .price-wrapper .price {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  background: transparent;
  border: 0;
  flex-direction: row-reverse;
  height: auto;
  min-width: auto;
  position: unset;
  width: auto;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  margin-left: 10px;
  position: static;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  align-self: center;
  position: static;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  max-width: 100%;
  min-height: 2.7rem;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  height: 100px;
  margin: 0;
  min-width: 100px;
  position: relative;
  text-align: center;
  width: 100px;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  height: 100%;
  width: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-height: 100%;
  max-width: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f6ff;
  border: 1px solid #3978bd;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  box-sizing: border-box;
  color: #000000;
  font-weight: 600;
  height: 30px;
  min-width: 30px;
  padding: 0 4px;
  position: absolute;
  right: 0;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-size: 11px;
  font-weight: 400;
}
.amrelated-photo-container .amrelated-checkbox {
  opacity: 0;
  position: absolute;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  background: #ffffff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}
.amrelated-photo-container .amrelated-checkbox:focus + .amrelated-label {
  box-shadow: false;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c84949;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
.amrelated-discount.-product {
  display: none;
  font-size: 12px;
  right: -10px;
  top: -10px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  font-size: 16px;
  max-width: 100%;
  padding: 5px 15px;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  font-weight: 600;
  margin-left: 5px;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.amrelated-price-wrapper {
  border-bottom: none;
  box-sizing: border-box;
  justify-content: center;
  margin: 0 15px;
  padding: 15px;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  height: auto;
  line-height: normal;
  padding: 7px 15px;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  background: #ffffff;
  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%;
  transform: translate(-50%, -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: #ffffff;
  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: #000000;
  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-wrap: break-word;
  word-break: 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;
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 53.5px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 20px;
  width: calc(100% - 53.5px);
}
.field .control select[multiple] {
  height: auto;
  background: #ffffff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.opc-block-summary .order-attributes-form .field-tooltip-content {
  left: -270px;
  top: -55px;
}
.opc-block-summary .order-attributes-form .field-tooltip-content:before {
  left: 270px;
  top: 44px;
  transform: rotate(-90deg);
}
.opc-block-summary .order-attributes-form .field-tooltip-content:after {
  border-width: 9px;
  left: 271px;
  top: 44px;
  transform: rotate(-90deg);
  width: 0;
}
[data-ui-id='checkout-cart-validationmessages-message-error'] {
  color: #c92623;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  margin-right: 10px;
  max-height: 35px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 35px;
  height: 35px;
}
.am-attachments .am-fileline .am-filesize {
  font-size: 90%;
}
.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-wrap: break-word;
  word-break: 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-wrap: break-word;
  word-break: 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("../../frontend/AbitiProfessionali/isacco/it_IT/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: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  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: #014495;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/AbitiProfessionali/isacco/it_IT/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/AbitiProfessionali/isacco/it_IT/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 #00699d;
}
.amstockstatus-status-container {
  display: inline-block;
}
.amstockstatus-category {
  margin-bottom: 20px;
}
.amstockstatus-cart {
  padding: 12px;
  background: #fdf0d5 none repeat scroll 0 0;
}
.swatch-option.am-stockstatus-disabled:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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%);
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
}
.amstock-button.-clear,
.amstock-button.-link {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
._keyfocus .amstock-button.-clear:focus,
.amstock-button.-clear:not([disabled]):focus {
  box-shadow: none;
}
.amstock-button.-clear:hover,
.amstock-button.-clear:focus,
.amstock-button.-clear:active {
  background: transparent;
  box-shadow: none;
}
.amstock-button.-link {
  vertical-align: inherit;
  font-weight: 400;
  line-height: 1.9rem;
}
.amstock-button.-link:focus {
  text-decoration: underline;
}
.product-info-stock-sku > .amstock-button.-link {
  text-align: right;
}
.amstockstatus-info-link {
  display: block;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amstock-popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.24);
  transition: visibility .2s, opacity .2s;
}
.amstock-popup-wrapper:not(.-active) {
  visibility: hidden;
  opacity: 0;
}
.amstock-popup-block {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 25px 15px;
  padding: 30px 15px 45px;
  width: 100%;
  height: calc(100% - 25px * 2);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 7px rgba(139, 144, 154, 0.25), 0 6px 25px rgba(139, 144, 154, 0.5);
  text-align: left;
  transition: transform .4s, opacity .4s;
}
.amstock-popup-wrapper:not(.-active) .amstock-popup-block {
  opacity: 0;
  transform: translateY(20px);
}
.amstock-popup-block > .amstock-button.-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  padding: 25px;
  width: 10px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNDMkMyQzIiIGQ9Ik04LjMyODQ0IDcuNTAwNzZsNi40OTk2Ni02LjQ5OTc0Yy4yMjg5LS4yMjg4MzYuMjI4OS0uNTk5ODUxIDAtLjgyODY1OS0uMjI4OC0uMjI4ODA4Ny0uNTk5OC0uMjI4ODM4LS44Mjg2IDBMNy40OTk3NSA2LjY3MjA5IDEuMDAwMDQuMTcyMzYxYy0uMjI4ODMzLS4yMjg4MzgtLjU5OTg0OC0uMjI4ODM4LS44Mjg2NTYgMC0uMjI4ODA4Mi4yMjg4MzctLjIyODgzNzUuNTk5ODUyIDAgLjgyODY1OUw2LjY3MTA5IDcuNTAwNzMuMTcxMzg0IDE0LjAwMDVjLS4yMjg4Mzc1LjIyODgtLjIyODgzNzUuNTk5OCAwIC44Mjg2LjExNDQwNC4xMTQ0LjI2NDM3NC4xNzE2LjQxNDM0NS4xNzE2LjE0OTk3IDAgLjI5OTkxMi0uMDU3Mi40MTQzNDEtLjE3MTZsNi40OTk2OC02LjQ5OTY4IDYuNDk5NzUgNi40OTk2OGMuMTE0NC4xMTQ0LjI2NDMuMTcxNi40MTQzLjE3MTYuMTUgMCAuMjk5OS0uMDU3Mi40MTQzLS4xNzE2LjIyODktLjIyODguMjI4OS0uNTk5OCAwLS44Mjg2TDguMzI4NDQgNy41MDA3NnoiLz4KPC9zdmc+Cg==) center / 10px no-repeat;
  font-size: 0;
  transition: filter .2s;
}
.amstock-popup-block > .amstock-button.-close:hover,
.amstock-popup-block > .amstock-button.-close:focus,
.amstock-popup-block > .amstock-button.-close:active {
  filter: brightness(0.5);
}
.ie11 .amstock-popup-block > .amstock-button.-close {
  transition: opacity .2s;
}
.ie11 .amstock-popup-block > .amstock-button.-close:hover,
.ie11 .amstock-popup-block > .amstock-button.-close:focus,
.ie11 .amstock-popup-block > .amstock-button.-close:active {
  opacity: .6;
}
.amstock-popup-block > .amstock-header {
  word-wrap: break-word;
  word-break: break-word;
  margin: 20px 15px 40px;
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.3rem;
}
.ie11 .amstock-popup-block > .amstock-header {
  word-break: break-all;
}
.ie11 .amstock-popup-block > .amstock-header {
  word-break: break-all;
}
.ie11 .amstock-popup-block > .amstock-header {
  word-break: break-all;
}
.amstock-popup-block > .amstock-content {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #181818 rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  overflow: auto;
  margin-top: 40px;
  max-height: calc(100% - 100px);
  height: 100%;
  color: #333;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar {
  background: #5f5e5e;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #181818;
  cursor: pointer;
}
.amstock-popup-block > .amstock-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #5f5e5e;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar {
  width: 4px;
}
.amstock-popup-block > .amstock-content::-webkit-scrollbar-thumb {
  width: 4px;
}
.amstock-popup-block > .amstock-content ::-webkit-scrollbar-track {
  width: 4px;
}
.amstock-popup-block .amstock-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 10px 0;
  min-height: 35px;
  border-top: 1px solid transparent;
}
.amstock-popup-block .amstock-item:not(:first-child) {
  border-color: #ebeef5;
}
.amstock-popup-block .amstock-item > .amstock-title {
  word-wrap: break-word;
  word-break: break-word;
  flex-basis: calc(100% / 3);
  margin-bottom: 5px;
  padding: 0;
  min-width: calc(100% / 3);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-title {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-title {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-title {
  word-break: break-all;
}
.amstock-popup-block .amstock-item > .amstock-value {
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-value {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-value {
  word-break: break-all;
}
.ie11 .amstock-popup-block .amstock-item > .amstock-value {
  word-break: break-all;
}
.amstock-popup-block .amstock-image {
  display: flex;
  margin-right: 10px;
  max-width: 50%;
}
body.-amstock-popup-active {
  overflow: hidden;
}
.amstockstatus-tooltip-block {
  display: inline-block;
  margin-left: 8px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAwQzQuNDc3IDAgMCA0LjQ3NyAwIDEwYzAgNS41MjIgNC40NzcgMTAgMTAgMTBzMTAtNC40NzggMTAtMTBjMC01LjUyMy00LjQ3OC0xMC0xMC0xMHptLjg2NyAxNi40M2MtLjI0NS4yMzgtLjU0LjM2LS44ODMuMzYtLjE2NiAwLS4zMjYtLjAzMi0uNDc4LS4wOTVhMS4zOTcgMS4zOTcgMCAwMS0uMzk3LS4yNDggMS4xNyAxLjE3IDAgMDEtLjI3NC0uMzc1IDEuMDkzIDEuMDkzIDAgMDEtLjEwMi0uNDdjMC0uMzMzLjEyMy0uNjE5LjM2OC0uODU4LjI0NC0uMjM4LjU0LS4zNi44ODItLjM2LjMzNCAwIC42MjYuMTE3Ljg3NS4zNDMuMjUuMjMuMzczLjUxLjM3My44NDYgMCAuMzM0LS4xMjIuNjE4LS4zNjYuODU3aC4wMDJ6bTIuOTI0LTkuMDcyYTIuODIgMi44MiAwIDAxLS4zNS43NzJjLS4xNTIuMjM0LS4zMzguNDYtLjU1NC42NzYtLjIxNi4yMTYtLjQ2LjQ0MS0uNzI4LjY3NS0uMjM0LjItLjQyNS4zNzQtLjU3LjUyNy0uMTQ3LjE1LS4yNjQuMzA0LS4zNTIuNDU2YTEuNiAxLjYgMCAwMC0uMTg0LjQ5Yy0uMDM1LjE3Ny0uMDU0IDEuMDE3LS4wNTQgMS4yNzV2LjQ1Nkg4LjkyN3YtLjY2N2MwLS4yOC4wMi0xLjE1Ny4wNjItMS4zOGEyLjc0NCAyLjc0NCAwIDAxLjU0NS0xLjIxMWMuMTQ3LS4xODYuMzMyLS4zODUuNTUzLS41OTZsLjc5LS43NTRjLjIyMS0uMi40MTItLjQyMi41NzEtLjY2Ny4xNTgtLjI0Ny4yMzYtLjU0NS4yMzYtLjg5NiAwLS40NTYtLjE0My0uODQtLjQzLTEuMTQ4LS4yODgtLjMxMS0uNjkzLS40NjctMS4yMi0uNDY3YTEuNzE1IDEuNzE1IDAgMDAtMS42NDkgMS4xNDIgMi4yOCAyLjI4IDAgMDAtLjE0MS42ODRsLTIuMTU4LS4xOTNjLjA3LS41NjIuMjItMS4wNjIuNDQ4LTEuNTAxLjIyNy0uNDM5LjUyMy0uODA5Ljg4NS0xLjExNmEzLjg0MiAzLjg0MiAwIDAxMS4yNDctLjY5M2MuNDY4LS4xNTcuOTcxLS4yMzYgMS41MDktLjIzNi41MDIgMCAuOTguMDczIDEuNDMuMjJhMy41NyAzLjU3IDAgMDExLjE5NC42NDljLjM0NS4yODYuNjE4LjY0LjgxNiAxLjA2LjE5OS40MjMuMjk4LjkwOS4yOTggMS40NTcgMCAuMzc1LS4wNC43MDYtLjEyMi45ODV2LjAwMXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=') center / 20px no-repeat;
  vertical-align: bottom;
  cursor: pointer;
}
.amstockstatus-tooltip-block:hover,
.amstockstatus-tooltip-block:focus {
  position: relative;
  z-index: 500;
}
.amstockstatus-status-container .amstockstatus-tooltip-block {
  vertical-align: text-bottom;
}
.amstockstatus-tooltip-content {
  position: absolute;
  right: -1rem;
  bottom: 3rem;
  z-index: 1;
  display: none;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  border: 1px solid #383838;
  border-radius: 5px;
  background: #383838;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  color: #ececec;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  cursor: default;
}
.amstockstatus-tooltip-content:before {
  position: absolute;
  top: 100%;
  right: 1.2rem;
  z-index: 3;
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #383838;
  content: '';
}
.amstockstatus-tooltip-content:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 10px;
  content: '';
}
.amstockstatus-tooltip-block:hover .amstockstatus-tooltip-content,
.amstockstatus-tooltip-block:focus .amstockstatus-tooltip-content {
  display: block;
}
.amstockstatus-tooltip-content > .amstockstatus-inner {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #181818 rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  display: block;
  overflow: hidden auto;
  min-width: 230px;
  max-width: 320px;
  max-height: 140px;
  text-align: left;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar {
  background: #5f5e5e;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #181818;
  cursor: pointer;
}
.amstockstatus-tooltip-content > .amstockstatus-inner ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #5f5e5e;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner::-webkit-scrollbar-thumb {
  width: 4px;
}
.amstockstatus-tooltip-content > .amstockstatus-inner ::-webkit-scrollbar-track {
  width: 4px;
}
.product-info-stock-sku > .amstockstatus-tooltip-block {
  margin-bottom: 3px;
}
.amstockstatus-status-container.-checkout {
  padding-left: 88px;
}
.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block,
.am-checkout .amstockstatus-tooltip-block {
  position: static;
}
.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content,
.am-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content {
  right: 0;
  bottom: 30px;
  left: 88px;
}
.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content:before,
.am-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content:before {
  content: none;
}
.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content > .amstockstatus-inner,
.am-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content > .amstockstatus-inner {
  max-height: 65px;
}
.opc-block-summary .amstockstatus-status-container.-checkout {
  padding-left: 118px;
}
.am-checkout .amstockstatus-tooltip-block .amstockstatus-tooltip-content {
  bottom: 70px;
}
:root {
  --bmx-primary: #fb3003;
  --bmx-border: #ebebeb;
  --bmx-link: #203656;
  --bmx-link-hover: #4e678a;
  --bmx-subdued: #707070;
  --bmx-gradient: linear-gradient(to right, #fb3003 0%, #ffa387 100%);
}
.bmx\:absolute {
  position: absolute;
}
.bmx\:relative {
  position: relative;
}
.bmx\:sticky {
  position: sticky;
}
.bmx\:fixed {
  position: fixed;
}
.bmx\:rounded {
  border-radius: 4px;
}
.bmx\:rounded-full {
  border-radius: 999999px;
}
.bmx\:shadow {
  box-shadow: 0 0 #000000 0, 0 0 #000000 0, 0 1px 3px 0 #000000 1a, 0 1px 2px -1px #000000 1a;
}
.bmx\:w-full {
  width: 100%;
}
.bmx\:border {
  border: 1px solid #ebebeb;
}
.bmx\:opacity-60 {
  opacity: 0.6;
}
.bmx\:overflow-hidden {
  overflow: hidden;
}
.bmx\:grid {
  display: grid;
}
.bmx\:flex {
  display: flex;
}
.bmx\:hidden {
  display: none;
}
.bmx\:flex-wrap {
  flex-wrap: wrap;
}
.bmx\:flex-shrink-0 {
  flex-shrink: 0;
}
.bmx\:flex-direction-column {
  flex-direction: column;
}
.bmx\:justify-end {
  justify-content: flex-end;
}
.bmx\:justify-center {
  justify-content: center;
}
.bmx\:justify-between {
  justify-content: space-between;
}
.bmx\:block {
  display: block;
}
.bmx\:items-center {
  align-items: center;
}
.bmx\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bmx\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bmx\:grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bmx\:col-span-2 {
  grid-column: span 2;
}
.bmx\:gap-2 {
  gap: 8px;
}
.bmx\:gap-4 {
  gap: 16px;
}
.bmx\:gap-6 {
  gap: 24px;
}
.bmx\:gap-x-6 {
  column-gap: 24px;
}
.bmx\:text-base {
  font-size: 15px;
  line-height: 22px;
}
.bmx\:text-xl {
  font-size: 20px;
  line-height: 28px;
}
.bmx\:text-2xl {
  font-size: 24px;
  line-height: 32px;
}
.bmx\:text-white {
  color: white !important;
}
.bmx\:text-sm {
  font-size: 14px;
  line-height: 20px;
}
.bmx\:text-subdued {
  color: var(--bmx-subdued) !important;
}
.bmx\:text-center {
  text-align: center;
}
.bmx\:font-bold {
  font-weight: 700;
}
.bmx\:m-0 {
  margin: 0;
}
.bmx\:mr-2 {
  margin-right: 4px;
}
.bmx\:mt-4 {
  margin-top: 16px !important;
}
.bmx\:mb-2 {
  margin-bottom: 8px !important;
}
.bmx\:mb-4 {
  margin-bottom: 16px !important;
}
.bmx\:mb-6 {
  margin-bottom: 24px !important;
}
.bmx\:mb-8 {
  margin-bottom: 32px !important;
}
.bmx\:mb-12 {
  margin-bottom: 48px !important;
}
.bmx\:my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.bmx\:my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.bmx\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.bmx\:p-0 {
  padding: 0;
}
.bmx\:p-8 {
  padding: 32px;
}
.bmx\:p-12 {
  padding: 48px;
}
.bmx\:py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.bmx\:px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.bmx\:pl-0 {
  padding-left: 0;
}
.bmx\:pl-4 {
  padding-left: 16px;
}
.bmx\:pl-8 {
  padding-left: 32px;
}
.bmx\:pl-12 {
  padding-left: 48px;
}
.bmx\:pl-16 {
  padding-left: 64px;
}
.bmx\:pl-20 {
  padding-left: 80px;
}
.bmx\:top-0 {
  top: 0;
}
.bmx\:left-0 {
  left: 0;
}
.bmx\:h-1 {
  height: 4px;
}
.bmx\:bg-primary {
  background-color: var(--bmx-primary);
}
.bmx\:card {
  border-radius: 4px;
  padding: 24px;
  border: 1px solid var(--bmx-border);
  background: #ffffff;
}
.bmx\:card-title {
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #374151;
}
.bmx\:card-title:after {
  margin-top: 8px;
  content: "";
  display: block;
  width: 26px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='6' viewBox='0 0 26 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(../../frontend/AbitiProfessionali/isacco/it_IT/css/%23clip0_3_15)'%3E%3Crect width='26' height='6' fill='white'/%3E%3Ccircle cx='3' cy='3' r='3' fill='%23FB3003'/%3E%3Ccircle cx='13' cy='3' r='3' fill='%23FD876D'/%3E%3Ccircle cx='23' cy='3' r='3' fill='%23FED4CA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3_15'%3E%3Crect width='26' height='6' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
h1.bmx\:card-title {
  font-size: 28px;
  line-height: 36px;
}
h2.bmx\:card-title {
  font-size: 24px;
  line-height: 32px;
}
h3.bmx\:card-title {
  font-size: 20px;
  line-height: 28px;
}
.bmx\:no-after {
  margin: 0 !important;
}
.bmx\:no-after:after {
  content: none !important;
  display: none !important;
}
.bmx\:category-badge {
  background: var(--bmx-gradient);
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1;
  border-radius: 25px;
  display: inline-block;
  padding: 6px 11px;
  background-size: 200% auto;
}
.bmx\:list-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bmx\:list-inline li {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.bmx\:list-inline li:after {
  content: "";
  display: inline-block;
  background-color: var(--bmx-primary);
  border-radius: 50%;
  margin-left: 12px;
  height: 3px;
  vertical-align: middle;
  position: relative;
  width: 3px;
}
.bmx\:list-inline li:last-child:after {
  display: none;
}
.bmx\:link {
  color: var(--bmx-link) !important;
  text-decoration: none;
}
.bmx\:link:hover {
  color: var(--bmx-link-hover) !important;
  text-decoration: none;
}
.bmx\:link:focus {
  outline: 2px solid var(--bmx-primary);
  outline-offset: 2px;
  border-radius: 2px;
}
.bmx\:hr {
  display: block;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  background: var(--bmx-border);
  background: linear-gradient(to left, var(--bmx-border) 0%, transparent 100%);
}
.bmx\:last\:hidden:last-child {
  display: none;
}
.bmx\:thumb::after {
  content: "";
  background: var(--bmx-link);
  display: block;
  height: 100%;
  left: 0;
  opacity: .6;
  top: 0;
  position: absolute;
  width: 100%;
}
.bmx\:number {
  box-shadow: 0 0 #000000 0, 0 0 #000000 0, 0 1px 3px 0 #000000 1a, 0 1px 2px -1px #000000 1a;
  content: "";
  color: #ffffff;
  display: block;
  border: solid 2px #ffffff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  left: -12px;
  text-align: center;
  top: -12px;
  position: absolute;
  width: 24px;
  background: var(--bmx-gradient);
  z-index: 1;
}
.bmx\:min-h-250 {
  min-height: 250px;
}
.bmx\:mask {
  background-color: var(--bmx-subdued);
}
.bmx\:z-10 {
  z-index: 10;
}
.bmx\:z-20 {
  z-index: 20;
}
body.blog .block-wishlist {
  display: none;
}
.a2a_svg {
  width: 26px !important;
  height: 26px !important;
}
#reading-progress-bar {
  --reading-progress: 0%;
  width: var(--reading-progress);
}
.bmx\: button:focus,
.bmx\: input:focus,
.bmx\: textarea:focus,
.bmx\: select:focus {
  outline: 2px solid var(--bmx-primary);
  outline-offset: 2px;
  border-radius: 2px;
}
.bmx\:sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1024px) {
  .bmx\:lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bmx\:lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bmx\:lg\:col-span-2 {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bmx\:sticky {
    position: relative;
  }
}
@media (max-width: 479px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.toolbar.mx-list-toolbar {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
  color: #707070;
}
.toolbar.mx-list-toolbar::before {
  content: none;
}
.toolbar.mx-list-toolbar::after {
  content: none;
}
.toolbar.mx-list-toolbar .toolbar-amount {
  display: block;
  float: none;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.toolbar.mx-list-toolbar .pages {
  margin-bottom: 0;
}
.toolbar.mx-list-toolbar .limiter {
  margin-bottom: 0;
}
.toolbar.mx-list-toolbar .limiter .limiter-options {
  width: 4em;
}
@media (max-width: 768px) {
  .toolbar.mx-list-toolbar {
    flex-direction: column;
    row-gap: 2em;
  }
  .toolbar.mx-list-toolbar .pages .items.pages-items .pages-item-next,
  .toolbar.mx-list-toolbar .pages .items.pages-items .pages-item-previous {
    position: relative;
  }
}
.blog.page-layout-2columns-right .sidebar-main,
.blog.page-layout-2columns-right .sidebar-additional {
  width: 28%;
}
.blog.page-layout-2columns-right .column.main {
  width: 71.777777%;
}
.blog__search__default button {
  padding: 3px 6px;
  min-width: 46px;
}
.block-post-login {
  max-width: 600px;
  margin: auto;
}
.block-post-login .form-wrapper {
  display: flex;
}
.block-post-login .form-wrapper input {
  vertical-align: middle;
}
.block-post-login .form-wrapper button {
  margin-left: 2rem;
}
.mst-cache-warmer__toolbar {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  border-radius: 0;
  z-index: 1000000;
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 30rem;
}
.mst-cache-warmer__toolbar > strong {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #7c7977;
}
.mst-cache-warmer__toolbar._hit > strong {
  background: #69BA6D;
}
.mst-cache-warmer__toolbar._miss > strong {
  background: #D0011B;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-body {
  padding: 1rem;
  background: #fff;
  text-align: center;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-body > strong {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #85736c;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-body .mst-cache-warmer__clean-cache {
  display: block;
  text-align: right;
  padding-top: 5px;
  cursor: pointer;
  text-decoration: underline;
  width: max-content;
  color: #85736c;
  margin-left: auto;
}
.mst-cache-warmer__toolbar table tr th,
.mst-cache-warmer__toolbar table tr td {
  background: #fff;
  padding: .5rem 1rem;
  font-size: 1.2rem;
}
.mst-cache-warmer__toolbar table tr th {
  background: #f1f1f1;
  padding: 1rem;
  text-align: center;
}
.mst-cache-warmer__toolbar table tr td {
  text-align: left;
  border-top: 1px solid #f1f1f1;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test,
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info {
  background: #fff;
  padding: .5rem 1rem;
  text-align: right;
  font-size: 1.2rem;
  border-top: 1px solid #f1f1f1;
  color: #85736c;
  margin: 0;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test a,
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info a {
  color: #85736c;
  text-decoration: underline;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test li,
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info li {
  text-align: left;
  padding-bottom: .5rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test .__item,
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info .__item {
  font-weight: 600;
}
.m__page__data {
  display: none;
}
.cache-warmer__hole_punch_block_info {
  position: relative;
  border: 1px dotted red;
  margin: 6px 2px;
  padding: 18px 2px 2px 2px;
  zoom: 1;
}
.cache-warmer__hole_punch_timer_info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 5px;
  background: #faa;
  color: #333;
  font: normal 9px Arial;
  text-align: left !important;
  z-index: 998;
  text-transform: none;
}
.mst-cache-warmer__test-block {
  text-align: center;
}
.mst-cache-warmer__test-block .mst-cache-warmer__status-checker {
  min-width: 400px;
  background: #fff;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  padding: 2rem 5rem;
  font-size: 2rem;
  display: inline-block;
  font-weight: 800;
  color: #928f8e;
  margin-bottom: 5rem;
}
.mst-cache-warmer__test-block .mst-cache-warmer__status-checker span {
  font-size: 3rem;
  padding: 0 1rem;
}
.mst-cache-warmer__test-block .cacheable {
  background: #d0ffd9;
}
.mst-cache-warmer__test-block .non-cacheable {
  background: #ffe8e6;
}
.mst-comments__wrapper .block-title strong {
  font-size: 2rem;
}
.mst-comments__wrapper .mst-comments__form {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  margin-bottom: 25px;
  margin-top: 10px;
}
.mst-comments__wrapper .mst-comments__form .comment-fieldset {
  margin-bottom: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__message {
  padding-top: .5rem;
  padding-bottom: 1.5rem;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment strong {
  font-weight: 600;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta .mst-comment__author .mst-comment__admin {
  color: #fff;
  background: #1B5E20;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta time {
  color: #666;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comments__form {
  padding: 1rem 1.5rem;
}
.mst-comments__wrapper .link {
  color: #006bb4;
  cursor: pointer;
  padding: 5px;
  font-weight: 500;
  border-radius: 3px;
  user-select: none;
}
.mst-comments__wrapper .link.active {
  background-color: #1979c3;
  color: #ffffff;
}
.mst-comments__wrapper .mst-comments__toolbar {
  display: flex;
  padding: 8px 0;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item {
  padding: 0 8px;
  border-right: 1px solid #c9c9c9;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item:first-child {
  padding-left: 0;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item:last-child {
  padding-right: 0;
  border-right: none;
}
.mst-comments__wrapper .reply {
  padding-left: 25px;
  position: relative;
}
.mst-comments__wrapper .reply::before {
  content: "\21AA";
  font-size: 1.8rem;
  position: absolute;
  left: 5px;
}
.mst-comments__wrapper .hidden {
  display: none;
}
.form.subscribe .field.consent {
  margin-top: .5rem;
  font-size: 13px;
}
.form.subscribe .field.consent label {
  position: relative;
}
body.gdpr-privacy-settings .column.main .actions-toolbar {
  margin-bottom: 1.5em;
}
body.gdpr-privacy-settings .column.main #download-form,
body.gdpr-privacy-settings .column.main #anonymize-form,
body.gdpr-privacy-settings .column.main #remove-form {
  margin-left: 7em;
}
.mst-gdpr_customer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.mst-gdpr_customer .card {
  border-radius: 0.4rem;
  --tw-bg-opacity: 1;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.mst-gdpr_customer .card .gap-4 {
  gap: 1rem;
  display: flex;
}
.mst-gdpr_customer .card .gap-4 .icon {
  --tw-text-opacity: 1;
  background-color: #f5f5f5;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 2rem;
}
.mst-gdpr_customer .card .gap-4 > div > a {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.mst-gdpr_customer .card .gap-4 > div > h3 {
  margin-bottom: 1rem;
  line-height: 1.75rem;
}
.mst-gdpr_customer .card .gap-4 > div button {
  float: right;
}
.mst-anonymize,
.mst-download,
.mst-remove {
  border-radius: 0.4rem;
  --tw-bg-opacity: 1;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .mst-gdpr_customer .card .gap-4 {
    display: block;
  }
}
legend.hidden {
  display: none;
}
.mst-gdpr__cookie-bar-wrapper {
  display: none;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
  transition: all 0.5s ease;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  max-width: 50vw;
  min-width: 70rem;
  z-index: 10000;
  background: #ffffff;
  box-shadow: rgba(37, 44, 97, 0.15) 0 5px 15px 0, rgba(93, 100, 148, 0.2) 0 2px 4px 0;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 10rem;
  box-sizing: border-box;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar * {
  transition: background-color 0.5s ease;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
  display: flex;
  margin-left: 1rem;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
  width: 10rem;
  margin-right: 1rem;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button:last-child {
  margin-right: 0;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button[data-trigger-settings="trigger"] {
  border: none;
  background: transparent;
  opacity: 0.8;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button[data-trigger-settings="trigger"]:hover {
  opacity: 1;
}
.mst-gdpr__cookie-bar-wrapper._loading .mst-gdpr__cookie-bar {
  opacity: .7;
}
.mst-gdpr__cookie-bar-wrapper._loading .mst-gdpr__cookie-bar button {
  opacity: 0;
}
.mst-gdpr__cookie-bar-overlay {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.footer.links.mst-gdpr-cookie-consent-settings {
  color: #575757;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
    flex-direction: column;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button:last-child {
    margin-bottom: 0;
  }
}
.mst-gdpr__cookie-settings--hidden-block {
  display: none;
}
.action.primary.mst-gdpr__cookie-settings--success-btn,
.amshopby-button.mst-gdpr__cookie-settings--success-btn,
.am-filter-go.mst-gdpr__cookie-settings--success-btn {
  padding: 10px 35px;
}
.mst-gdpr__cookie-settings--cookie-group-container .title {
  width: 80%;
  display: inline-block;
}
.mst-gdpr__cookie-settings--cookie-group-container .checkbox {
  float: right;
  margin: .4rem 0;
  top: 0;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container {
  padding: 0 3rem;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container h4 {
  cursor: pointer;
  margin: 0;
  padding: 20px 0;
  display: inline-block;
  text-decoration: none;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container h4:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #858585;
  content: "";
  font-family: 'luma-icons';
  margin: 0 1rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container h4[aria-expanded="true"]:before {
  content: '\e621';
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container h4[aria-expanded="false"]:before {
  content: '\e622';
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container label {
  float: right;
  margin-left: 5px;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container label .hidden {
  display: none;
}
.mst-gdpr__cookie-settings--cookie-group-container .content {
  margin: 2rem 3rem 0 3rem;
  padding-bottom: 2rem;
}
.mst-gdpr__cookie-settings--cookie-group-container .content table {
  width: 100%;
}
.mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(1) {
  width: 20%;
}
.mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(2) {
  width: 70%;
}
.mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(3) {
  width: 10%;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input:checked + .slider {
  background-color: #2078c0;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input:focus + .slider {
  box-shadow: 0 0 1px #2078c0;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input:disabled + .slider:before {
  background-color: #48a5ee;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 15px;
  left: 0;
  right: 0;
  bottom: -15px;
  background-color: #cccccc;
  -webkit-transition: .2s;
  transition: .2s;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch .slider.disabled {
  cursor: default;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch .slider.round {
  border-radius: 30px;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch .slider.round::before {
  border-radius: 50%;
}
.mst-gdpr__cookie-settings--group-content {
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(37, 44, 97, 0.15);
  margin-bottom: 4px;
}
.mst-gdpr__cookie-settings--group-content > .mst-gdpr__cookie-settings--cookie-group-container:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.mst-gdpr__cookie-settings--group-content > .mst-gdpr__cookie-settings--cookie-group-container:nth-last-child(2) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mst-gdpr__cookie-settings--group-content > .mst-gdpr__cookie-settings--cookie-group-container:nth-child(4n+3) {
  background: #f7f7f7;
}
.mst-gdpr__cookie-settings--cookie-modal-settings {
  z-index: 10001;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-title {
  font-weight: bold;
  border: none;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-text {
  margin-bottom: 1.5em;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-footer {
  border: none;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 5px;
}
.mst-gdpr__cookie-settings--cookie-modal-settings .modal-content {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide {
    z-index: 10001;
  }
}
@media (max-width: 640px) {
  .mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(2),
  .mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(3),
  .mst-gdpr__cookie-settings--cookie-group-container .content table th:nth-child(2),
  .mst-gdpr__cookie-settings--cookie-group-container .content table th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 500px) {
  .mst-gdpr__cookie-settings--cookie-group-container .title-container {
    padding: 0 2rem;
  }
  .mst-gdpr__cookie-settings--cookie-group-container .title-container .title {
    width: auto;
  }
}
.form.subscribe .field.consent {
  margin-top: .5rem;
  font-size: 13px;
}
.form.subscribe .field.consent label {
  position: relative;
}
#newsletter-validate-detail {
  display: flex;
  flex-direction: column;
}
#newsletter-validate-detail .field.consent {
  padding-bottom: 2rem;
}
#newsletter-validate-detail .field.consent input {
  margin-right: 1rem;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin: 50px auto 0;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-content__description h1,
.mst-seo-content__description h2 {
  margin-bottom: 15px;
  margin-top: 30px;
}
.mst-seo-content__description h2 {
  font-size: 22px;
}
.mst-seo-content__description p {
  margin-bottom: 20px;
}
.mst-seo-sitemap__map .search-bar {
  display: flex;
}
.mst-seo-sitemap__map .search-bar input[type=search] {
  position: relative;
  margin: 0 auto;
  max-width: 45rem;
}
.mst-seo-sitemap__map .provider {
  margin-bottom: 4rem;
}
.mst-seo-sitemap__map .provider ul {
  list-style: none;
  margin: 2rem 0 0 2rem;
  padding: 0;
}
.mst-seo-sitemap__map .provider ul.cols-1 {
  column-count: 1;
}
.mst-seo-sitemap__map .provider ul.cols-2 {
  column-count: 2;
}
.mst-seo-sitemap__map .provider ul.cols-3 {
  column-count: 3;
}
.mst-seo-sitemap__map .provider ul.cols-4 {
  column-count: 4;
}
.mst-seo-sitemap__map .provider ul.cols-5 {
  column-count: 5;
}
.mst-seo-sitemap__map .provider ul.cols-6 {
  column-count: 6;
}
.mst-seo-sitemap__map .provider ul.cols-7 {
  column-count: 7;
}
.mst-seo-sitemap__map .provider ul.cols-8 {
  column-count: 8;
}
.mst-seo-sitemap__map .provider ul.cols-9 {
  column-count: 9;
}
.mst-seo-sitemap__map .provider ul.cols-10 {
  column-count: 10;
}
.mst-seo-sitemap__map .provider ul li {
  display: inline;
}
.mst-seo-sitemap__map .provider ul li a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}
.mst-seo-sitemap__map .provider ul li a span:after {
  font-size: 10px;
  line-height: 20px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #707070;
}
.mst-seo-sitemap__map .provider ul li a span:last-child:after {
  display: none;
}
.mst-seo-sitemap__map .provider .letter {
  margin: 0 0 2rem -2rem;
}
.mst-seo-sitemap__map .provider .letter strong {
  font-size: 2rem;
  font-weight: 800;
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_visible {
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_hidden {
  display: none;
}
.mst-seo-sitemap__map .provider .letter ul {
  margin-top: 0;
}
.mst-seo-sitemap__map .provider ._highlight {
  background: #fad764;
  font-style: normal;
}
@media (max-width: 801px) {
  .mst-seo-sitemap__map ul {
    column-count: 1 !important;
  }
}
.hidden {
  display: none;
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.4rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section h4 {
  color: #999;
  padding: 1rem;
  display: block;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
  cursor: default;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .action {
  margin-bottom: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._disabled {
  outline: none;
  box-shadow: none;
  display: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
.mst_vote {
  display: flex;
  align-items: center;
  justify-self: flex-end;
  margin-top: -12px;
  line-height: 1px;
}
.mst_vote .mst_vote__wrapper {
  display: flex;
  align-items: center;
  margin: 5px;
}
.mst_vote .mst_vote__wrapper .vote {
  cursor: pointer;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
}
.mst_vote .mst_vote__wrapper .vote:hover svg path {
  stroke: #006bb4;
}
.mst_vote .mst_vote__wrapper .counter {
  font-size: 1.6rem;
  margin-left: 5px;
  color: #333333;
}
.review-content-container > .mst_vote {
  float: right;
  margin-top: 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #000000;
  padding: 20px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 20px;
}
.block-category-event .block-title {
  margin: 0 0 20px;
}
.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: 100px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 100px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 12.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 50px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 20px auto 12.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 62.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 20px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 20px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 75px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #c4c4c4;
  margin: 0 0 100px;
  padding: 20px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/AbitiProfessionali/isacco/it_IT/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/AbitiProfessionali/isacco/it_IT/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%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 20px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #000000;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 20px 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: 20px;
  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 #000000;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 20px 12.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: false;
}
.swatch-option.text {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #000000;
}
.swatch-option.selected {
  outline: 2px solid #014495;
  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 #012858;
}
.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('../../frontend/AbitiProfessionali/isacco/it_IT/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #000000;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 12.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 #000000;
  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 #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 50px 0;
}
.swatch-opt-listing {
  margin-bottom: 20px;
}
.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;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 50px;
  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 15px 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 .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .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;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 50px;
  padding-top: 20px;
}
.block-cart-failed {
  margin: 100px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 20px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 75px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 100px;
}
.bundle-options-container .legend.title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 3.5rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 75px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 50px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 75px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 6.25rem;
  margin-bottom: 5rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 62.5px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 50px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 12.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 75px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 6.25rem;
  margin-bottom: 5rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 50px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 50px;
  margin-top: 50px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #c4c4c4;
  clear: left;
  margin: 0 0 100px;
  padding-top: 50px;
}
.products {
  margin: 75px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  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: 12.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;
}
.product-item-actions .actions-secondary > button.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 {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.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 {
  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: 62.5px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 20px 0 62.5px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #a9a9a9;
  font-size: 12px;
}
.product-item .old-price {
  margin: 12.5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 12.5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 20px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 12.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 75px 75px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 75px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(196, 196, 196, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 62.5px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 12.5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.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.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;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #a9a9a9;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 50px;
}
.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 {
  margin: 20px 0;
  color: #4a4a4a;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 20px 0 62.5px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.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: 5.5px 10px 20px 10px;
}
.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: 5.5px 75px 20px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 32.5px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 12.5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 20px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 12.5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 50px 0;
}
.product-info-main .product.alert {
  margin: 20px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 32.5px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 50px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 20px;
}
.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.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 12.5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 20px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 12.5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 32.5px;
}
.prices-tier .item {
  margin-bottom: 20px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #014495;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #014495;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #014495;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 50px;
  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: 20px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #4a4a4a;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -12.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 12.5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 20px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #c4c4c4;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #c4c4c4;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #c4c4c4;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 12.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 20px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #c4c4c4;
  clear: both;
  margin: 0 -20px -1px;
  padding: 0 20px;
}
.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:not(:empty) {
  background: #ffffff;
  border: 1px solid #000000;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 12.5px 100px 12.5px 20px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 12.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-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 20px;
}
.search.found {
  margin-bottom: 20px;
}
.checkout-cart-index .gpay-button {
  width: 200px !important;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-cart-index .page-title-wrapper h1 {
  font-size: 24px;
}
.cart-container .form-cart {
  margin-bottom: 36px;
}
.cart-container .form-cart .actions.main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear,
.cart-container .form-cart .actions.main .update {
  display: block;
  border: 0;
  box-shadow: none;
  outline: none;
  background: none;
  color: #014495;
  font-weight: normal;
}
.cart-container .form-cart .actions.main .continue:hover,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .update:hover {
  text-decoration: underline;
}
.cart-container .form-cart .actions.main .button-actions {
  display: flex;
}
.cart-container .field.qty .control {
  width: 100px;
}
.cart-container .field.qty .control .input-text.qty {
  width: 100px;
  height: 34px;
}
.cart-container .field.qty .control [class^='qty'] {
  line-height: 34px;
  width: 34px;
  box-sizing: border-box;
}
.cart-container .field.qty .control .qty-dec {
  border-right: 1px solid;
}
.cart-container .field.qty .control .qty-inc {
  border-left: 1px solid;
}
.cart-container .field.qty .control .qty-inc:before {
  font-size: 9px;
}
.cart-summary {
  background: #f2f2f2;
  margin-bottom: 0;
  padding: 12px 25px 34px;
}
.cart-summary > .title {
  font-size: 2.2rem;
  line-height: 22px;
  font-weight: 700;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 62.5px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.cart-summary .cart-totals {
  border: 0;
}
.cart-summary .cart-totals .grand .mark,
.cart-summary .cart-totals .grand .amount {
  border: 0;
  font-size: 14px;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 4px 0 0;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 14px;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 16px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 50px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper {
  margin-bottom: 17px;
}
.cart.table-wrapper .cart thead tr th.col {
  padding-bottom: 0;
  padding-top: 22px;
  text-align: center;
}
.cart.table-wrapper .cart thead tr th.col.item {
  text-align: left;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.cart.table-wrapper .col.actions {
  padding: 24px 0 20px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 15px 11px 20px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col.price .price,
.cart.table-wrapper .col.subtotal .price {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400 !important;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 10px 42px 20px 150px;
  position: relative;
}
.cart.table-wrapper .item .col.item .product-image-container {
  margin-top: -4px;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
  text-align: right;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  font-size: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  transition: .3s;
  content: '\e906';
  font-family: 'IsaccoIcons';
  color: #bbb;
  font-size: 16px;
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:active {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:focus:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #000000;
}
.cart.table-wrapper .action {
  margin-right: 62.5px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: calc(100% - 30px);
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5.5px;
}
.cart.table-wrapper .product-item-name a {
  font-weight: bold;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  font-size: 12px;
}
.cart.table-wrapper .product-item-name + .item-options dt {
  font-weight: normal;
  margin-right: 3px;
}
.cart.table-wrapper .product-item-name + .item-options dd {
  font-weight: bold;
}
.cart.table-wrapper .product-item-name + .item-options dd .swatch-option {
  border: 0;
  height: auto;
  width: auto;
  display: inline;
  padding: 0;
  margin: 0;
  line-height: 14px;
}
.cart.table-wrapper .product-item-name + .item-options dt,
.cart.table-wrapper .product-item-name + .item-options dd {
  line-height: 12px;
  margin-bottom: 7px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 20px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 50px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 62.5px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #c4c4c4;
}
.cart-discount {
  border-bottom: 1px solid #c4c4c4;
  clear: left;
}
.cart-discount .block > .title {
  padding: 0 !important;
  margin-bottom: 14px !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border: 0;
}
.cart-discount .block > .title strong {
  color: #000000;
}
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: inherit;
  color: inherit;
  content: '\e903';
  font-family: 'IsaccoIcons';
  margin: 0 0 2px 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-discount .block > .title:after {
  transition: .4s;
  position: static;
}
.cart-discount .block > .title[aria-expanded="true"]:after {
  transition: .4s;
  transform: rotate(180deg);
  content: '\e903';
}
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .amshopby-button,
.cart-discount .actions-toolbar .am-filter-go {
  padding: 0;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  letter-spacing: 0;
  width: 120px !important;
  color: #ffffff;
  background: #014495;
  border: 0;
  border-radius: 0 1px 1px 0;
  box-shadow: none !important;
}
.cart-discount .content {
  padding: 0 !important;
}
.cart-discount input {
  border: 1px solid #bbb;
  box-sizing: border-box;
  border-radius: 1px 0 0 1px;
  height: 45px;
  width: 244px;
}
.cart-discount input::placeholder {
  font-size: 12px;
}
.cart-discount .fieldset {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-empty {
  padding-left: 20px;
  padding-right: 20px;
}
.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: center;
}
.vacation-notification {
  background: #E42020;
  color: #ffffff;
  text-align: center;
  padding: 11px;
}
.vacation-notification span {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  text-align: left;
}
.vacation-notification span:before {
  flex-shrink: 0;
  margin-right: 14px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xMC4wMDA3IDE0LjE2NzNDMTIuMzAxOCAxNC4xNjczIDE0LjE2NzMgMTIuMzAxOCAxNC4xNjczIDEwLjAwMDdDMTQuMTY3MyA3LjY5OTQ2IDEyLjMwMTggNS44MzM5OCAxMC4wMDA3IDUuODMzOThDNy42OTk0NiA1LjgzMzk4IDUuODMzOTggNy42OTk0NiA1LjgzMzk4IDEwLjAwMDdDNS44MzM5OCAxMi4zMDE4IDcuNjk5NDYgMTQuMTY3MyAxMC4wMDA3IDE0LjE2NzNaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAgMC44MzM5ODRWMi41MDA2NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwIDE3LjVWMTkuMTY2NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMuNTE1NjIgMy41MTU2Mkw0LjY5ODk2IDQuNjk4OTYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNS4zMDA4IDE1LjMwMDhMMTYuNDg0MSAxNi40ODQxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMC44MzM5ODQgMTBIMi41MDA2NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE3LjUgMTBIMTkuMTY2NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMuNTE1NjIgMTYuNDg0MUw0LjY5ODk2IDE1LjMwMDgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNS4zMDA4IDQuNjk4OTZMMTYuNDg0MSAzLjUxNTYyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPg==) no-repeat center;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 20px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 20px 20px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 75px 0 50px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 20px 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;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-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: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-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: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.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: -10px;
  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: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 28px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  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;
}
.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 > 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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #014495;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  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: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #bbbbbb;
  margin: 0 -28px;
  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: 50px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #bbbbbb;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 12.5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 20px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.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: 12.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 20px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 12.5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 12.5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > 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 .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  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: #000000;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 20px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 20px 62.5px 20px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 20px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 20px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 20px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 50px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 50px;
}
.opc-wrapper {
  margin: 0 0 50px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 100px;
}
.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;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 12.5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #000000;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.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: #000000;
}
.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: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #000000;
}
.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: #000000;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #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: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 20px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 50px;
  padding: 50px 80px 50px 50px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #014495;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #014495;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 50px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 12.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 50px 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: 50px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 50px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 50px;
  padding-top: 50px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 20px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 75px;
}
.opc-block-shipping-information {
  padding: 0 75px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 50px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 20px;
  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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  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: #000000;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.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 50px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 50px;
  padding: 22px 75px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  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 #c4c4c4;
  padding: 20px 100px 20px 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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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: 20px;
}
.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 20px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 12.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #c4c4c4;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 62.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: -150px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 62.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 12.5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 62.5px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 20px;
}
.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: 100px;
  padding-top: 100px;
  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 form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 50px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 12.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 12.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 50px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 50px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 50px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 50px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 50px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 50px 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: 50px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  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: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 20px;
  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: #000000;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 50px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 50px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 12.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: 12.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 12.5px;
  padding-right: 12.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 {
  display: inline-block;
  padding-right: 50px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 50px;
}
.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.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 75px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 50px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 20px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 50px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 12.5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 20px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 20px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .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;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 50px;
}
.account .column.main {
  margin-bottom: 75px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 100px;
}
.account .table-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 20px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 12.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: 40px;
  line-height: 40px;
  padding: 0 9px;
  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: 20px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -20px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 62.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 20px;
}
.samples-item {
  margin: 0 0 20px;
}
.field.downloads {
  margin-bottom: 20px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #014495;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #014495;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #014495;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 50px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 12.5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 50px;
  margin-top: 50px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 75px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 50px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 50px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 20px;
}
.gift-message .field {
  margin-bottom: 50px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 50px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 50px;
}
.gift-options-content .fieldset {
  margin: 0 0 50px;
}
.gift-summary {
  margin-top: 20px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 50px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #000000;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 20px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #000000;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 50px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 20px 100px 20px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 20px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #000000;
}
.gift-item-block .content {
  padding: 20px 0 50px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 20px 0;
}
.gift-messages-order {
  margin-bottom: 62.5px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 100px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 20px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 12.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 20px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 150px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 62.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #c4c4c4;
}
.block-giftregistry-shared-items .col {
  padding: 24px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 20px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 12.5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 20px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 50px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 50px 0 20px;
  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: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  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 20px 20px 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: 20px 0;
}
.gift-wrapping-title .action-remove {
  margin: -12.5px 0 0 12.5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #000000;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 20px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 50px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 20px 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: 50px;
}
.order-options .product {
  margin-bottom: 20px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 20px;
}
.order-options .gift-wrapping {
  margin-bottom: 20px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 20px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 20px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 50px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-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;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(196, 196, 196, 0.3);
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #5ca901;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 12.5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #c4c4c4;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 20px 20px 50px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 12.5px 20px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 20px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 62.5px;
  padding: 0 20px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 20px 50px 0 20px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 20px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 20px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 20px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 20px;
  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: 16px;
}
.map-popup .popup-header .title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 6.25rem;
  margin-bottom: 5rem;
}
.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: 20px;
  top: 20px;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-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: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: 0 0 50px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 50px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 20px;
}
.map-popup .map-msrp {
  margin-bottom: 20px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 20px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #014495;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #014495;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #014495;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.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: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #000000;
}
.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: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #000000;
}
.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: transparent;
  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 {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #000000;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  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;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 6.25rem;
  margin-bottom: 5rem;
}
.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: 20px;
  top: 20px;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-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: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 20px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice {
  color: #4a4a4a;
  display: inline-block;
  margin-right: 50px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #707070;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 12.5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 50px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 50px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 150px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 50px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 50px;
}
.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 20px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 20px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 20px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 50px;
  margin-top: 75px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #000000;
}
.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: 62.5px;
  padding-left: 46px;
}
.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: 20px;
}
.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: 20px;
}
.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: 75px;
}
.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: 20px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 100px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 62.5px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 20px;
}
.multicheckout .item-options {
  margin: 20px 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 #c4c4c4;
  padding-bottom: 20px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #737373;
}
.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: 100px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: -20px;
}
.multicheckout .box-title span {
  margin-right: 20px;
}
.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 12.5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 100px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #a9a9a9;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #4a4a4a;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  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: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #014495;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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;
}
.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: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  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: #014495;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 50px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #c4c4c4;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #c4c4c4;
  color: #000000;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #c4c4c4;
  color: #000000;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 50px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 120px;
  margin-top: 20px;
}
.review-list {
  margin-bottom: 75px;
}
.review-list .block-title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 6.25rem;
  margin-bottom: 5rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 50px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 20px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
  margin: 0 0 50px;
}
.review-content {
  margin-bottom: 50px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 50px;
}
.product-reviews-summary {
  margin-bottom: 12.5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 50px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 12.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 20px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 50px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 50px;
}
.customer-review .review-details .review-date {
  color: #737373;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 62.5px;
}
.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: 62.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 20px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 50px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 75px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #014495;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #014495;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #014495;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 100px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #c4c4c4;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #c4c4c4;
  margin-bottom: 100px;
  padding: 20px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #c4c4c4;
  padding: 0 0 20px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 75px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #c4c4c4;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #c4c4c4;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #c4c4c4;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 50px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #ffffff;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #000000;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: transparent;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: transparent;
  color: #000000;
  font-weight: 400;
}
.block-collapsible-nav .item.current a {
  border-color: transparent;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 20px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 50px;
}
.page-header .panel.wrapper {
  background-color: #f2f2f2;
  color: #000000;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 50px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #000000;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #000000;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #000000;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #000000;
  text-decoration: underline;
}
.header.content {
  padding-top: 20px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 20px 100px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 75px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 20px;
  padding: 12px 50px 12px 62.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #000000;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #014495;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #014495;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 20px;
}
.message.global.demo {
  margin: 0 0 20px;
  padding: 12px 50px 12px 62.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #014495;
}
.message.global.demo a:active {
  color: #014495;
}
.page-footer {
  margin-top: 62.5px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 50px;
}
.footer.content .links > li {
  background: #014495;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -20px;
  padding: 0 20px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 20px 0;
}
.footer.content .links strong {
  color: #737373;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #014495;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 20px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: transparent;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 100px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 50px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #999999;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.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: #006bb4;
  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: #014495;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #014495;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #014495;
  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: #006bb4;
  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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 50px;
}
.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: #014495;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #014495;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #014495;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.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 #c4c4c4;
}
.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 #c4c4c4;
}
.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 #c4c4c4;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 20px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 20px 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: 20px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 20px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #4a4a4a;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 62.5px;
}
.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: 20px;
}
.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: 20px 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-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #000000;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 50px;
}
.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: 50px;
}
.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: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 20px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 20px 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: #014495;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  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: #014495;
  border: 1px solid #014495;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #014495;
  border: none;
  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: 50px;
}
.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: 50px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 50px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 50px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-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: 50px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 20px 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: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-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;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -20px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #c4c4c4;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #c4c4c4;
    padding: 20px 100px 20px 20px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 50px;
    top: 20px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .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: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -20px;
    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: 20px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .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: 20px;
    padding-right: 20px;
  }
  .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: 'luma-icons';
    margin: 0 10px 0 0;
    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: calc(-1 * (100% - 0px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 0px);
  }
  .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: 12.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: 'luma-icons';
    margin: 0 10px 0 0;
    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: 20px 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% - 0px);
  }
  .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.7);
    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: #01387c;
    border: solid #012d62;
    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: 62.5px 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: #014495;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #000000;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #5ca901;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #5ca901;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #5ca901;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #5ca901;
  }
  .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: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #000000;
  }
  .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: #000000;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #014495;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #5ca901;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .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: 14px;
    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;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left {
    background: none;
    box-shadow: none;
    color: #a4a4a4;
    margin-top: 10px;
    padding: 0;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .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-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 45px;
    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;
  }
  .amstockstatus-tooltip-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    width: 100%;
  }
  .amstockstatus-tooltip-content > .amstockstatus-inner {
    max-width: 100%;
    max-height: 30vh;
  }
  .amstockstatus-tooltip-content:before,
  .amstockstatus-tooltip-content:after {
    display: none;
  }
  .amstockstatus-status-container.-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content,
  .amstockstatus-tooltip-content .am-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content,
  .am-checkout .amstockstatus-tooltip-block > .amstockstatus-tooltip-content {
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 10px;
    width: calc(100% - 20px);
  }
  html:not(.nav-open) .header.content .nav-toggle,
  .header.content .logo {
    z-index: 1;
  }
  .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%;
  }
  .block-cart-failed .block-title {
    margin: 0 50px 50px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 20px;
  }
  .checkout-cart-index .vacation-notification {
    margin-top: -34px;
    margin-bottom: 30px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
    flex-direction: column;
  }
  .cart-container .form-cart .actions.main .action.continue,
  .cart-container .form-cart .actions.main .action.update {
    margin-bottom: 13px;
    line-height: 1;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .update {
    padding: 0;
    line-height: 1;
  }
  .cart-container .form-cart .actions.main .button-actions {
    flex-direction: column;
  }
  .cart-discount {
    border-bottom: 0;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cart-discount input {
    width: 216px !important;
  }
  .cart.table-wrapper {
    border-top: 0;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp,
  .cart.table-wrapper thead .col.actions {
    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;
    white-space: nowrap;
    width: 33%;
    text-align: center !important;
  }
  .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: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .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: left;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal {
    margin-top: -8px;
  }
  .cart.table-wrapper .col.price .price-including-tax,
  .order-items.table-wrapper .col.price .price-including-tax,
  .cart.table-wrapper .col.subtotal .price-including-tax,
  .order-items.table-wrapper .col.subtotal .price-including-tax {
    line-height: 31px;
  }
  .cart.table-wrapper .col.price .price-including-tax .price,
  .order-items.table-wrapper .col.price .price-including-tax .price,
  .cart.table-wrapper .col.subtotal .price-including-tax .price,
  .order-items.table-wrapper .col.subtotal .price-including-tax .price {
    font-size: 18px;
  }
  .cart-discount .field {
    padding: 0;
    float: left;
    margin: 0;
  }
  .cart-discount .actions-toolbar {
    float: left;
  }
  .checkout-cart-index .page-title-wrapper h1 {
    margin-bottom: 20px;
  }
  .minicart-wrapper {
    margin-top: 20px;
  }
  .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;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 50px;
  }
  .field-tooltip .field-tooltip-content {
    right: -20px;
    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 50px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 20px;
  }
  .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 50px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 12.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 50px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 20px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 20px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #000000;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -12.5px 14px -1px -15px;
    padding: 4px 20px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #000000;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #000000;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 100px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #c4c4c4;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -20px 62.5px;
  }
  .filter-options-content {
    padding: 12.5px 20px;
  }
  .filter .filter-current {
    border: solid #c4c4c4;
    border-width: 1px 0;
    margin: 12.5px -20px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #4a4a4a;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 50px;
  }
  .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: 20px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -20px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #c4c4c4;
    background: #ffffff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #000000;
    display: block;
    padding: 12.5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: transparent;
  }
  .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: 62.5px;
  }
  .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: 100px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 12.5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #c4c4c4;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #014495;
    font-size: 1.6rem;
    margin: 0 -20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 20px 50px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 20px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 12.5px 20px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 20px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 75px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 50px 0 50px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 50px;
  }
  .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,
  .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: 50px;
  }
  .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;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #000000;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .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%;
  }
  .am-filter-items-attr_size_letter .swatch-option.selected {
    outline: none;
    background: #000000 !important;
    color: #ffffff;
  }
  .product-info-main {
    margin-top: 25px;
  }
  .catalog-product-view .page-main .product-info-main .yotpoBottomLine {
    display: block;
    margin: 0;
  }
  .catalog-product-view .page-main .product-info-main .product.attribute.sku {
    padding: 0;
    margin-bottom: 11px;
  }
  .catalog-product-view .page-main .product-info-main .product-info-price {
    margin: 0;
  }
  .catalog-product-view .page-main .product-info-price .price-box {
    margin-top: 25px;
  }
  .catalog-product-view .page-main .box-tocart .fieldset {
    flex-direction: column;
    align-items: inherit;
  }
  .catalog-product-view .page-main .box-tocart .fieldset .actions {
    margin-top: 25px;
  }
  .catalog-product-view .box-tocart {
    margin-bottom: 20px;
  }
  .catalog-product-view .pdp-description-table > div {
    width: 100%;
    padding: 20px;
  }
  .catalog-product-view .mobile-only.contact-us-block {
    background: #F8F8F8;
    margin-top: 30px;
    padding: 35px 20px 18px;
    margin-bottom: 70px;
    position: relative;
  }
  .catalog-product-view .mobile-only.contact-us-block p {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .catalog-product-view .mobile-only.contact-us-block h3 {
    margin: 0 0 30px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .catalog-product-view .mobile-only.contact-us-block a {
    display: block;
    width: 48%;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
  }
  .catalog-product-view .mobile-only.contact-us-block a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: #64b161;
    content: '\e917';
    font-family: 'IsaccoIcons';
    margin: 0 12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-product-view .mobile-only.contact-us-block a:not(.phone-call):before {
    margin-right: 4px;
    content: '';
    width: 35px;
    height: 35px;
    background: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+PHBhdGggZD0iTS44MTMgMzVhLjc0NC43NDQgMCAwMS0uNzE4LS45NDFsMi4yNzUtOC4zMWExNy4zNjcgMTcuMzY3IDAgMDEtMi4xNjItOC40Qy4yMTIgNy43ODMgNy45OTcgMCAxNy41NjIgMGM0LjY0LjAwMiA5IDEuODEgMTIuMjc2IDUuMDg4YTE3LjI0NyAxNy4yNDcgMCAwMTUuMDc4IDEyLjI3NWMtLjAwNCA5LjU2Ni03Ljc4OSAxNy4zNS0xNy4zNTQgMTcuMzVoLS4wMDdhMTcuMzkgMTcuMzkgMCAwMS04LjAzLTEuOTcybC04LjUyMyAyLjIzNUEuNzQ4Ljc0OCAwIDAxLjgxMyAzNXoiIGZpbGw9IiNFNUU1RTUiLz48cGF0aCBkPSJNLjgxMyAzNC4yNTVsMi4zNTYtOC42MDRhMTYuNTc1IDE2LjU3NSAwIDAxLTIuMjE3LTguMzAyQy45NTYgOC4xOTQgOC40MDcuNzQ1IDE3LjU2Mi43NDVhMTYuNTA0IDE2LjUwNCAwIDAxMTEuNzUgNC44NyAxNi41MDUgMTYuNTA1IDAgMDE0Ljg2IDExLjc0OGMtLjAwNCA5LjE1NS03LjQ1NiAxNi42MDUtMTYuNjEgMTYuNjA1aC0uMDA3YTE2LjU5NiAxNi41OTYgMCAwMS03LjkzNy0yLjAyMmwtOC44MDUgMi4zMXptOS4yMTMtNS4zMTVsLjUwNC4zYTEzLjc4NyAxMy43ODcgMCAwMDcuMDI3IDEuOTI0aC4wMDVjNy42MDkgMCAxMy44MDItNi4xOTIgMTMuODA1LTEzLjgwM2ExMy43MTggMTMuNzE4IDAgMDAtNC4wNC05Ljc2NCAxMy43MTYgMTMuNzE2IDAgMDAtOS43Ni00LjA0OEM5Ljk1MiAzLjU1IDMuNzYgOS43NDEgMy43NTcgMTcuMzVhMTMuNzY0IDEzLjc2NCAwIDAwMi4xMSA3LjM0NWwuMzI5LjUyM0w0LjggMzAuMzFsNS4yMjUtMS4zN3oiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMS4zOSAzMy42NzZsMi4yNzUtOC4zMDdhMTYgMTYgMCAwMS0yLjE0LTguMDE0Yy4wMDMtOC44MzkgNy4xOTYtMTYuMDMgMTYuMDM0LTE2LjAzYTE1LjkzMSAxNS45MzEgMCAwMTExLjM0MiA0LjcwMiAxNS45MzEgMTUuOTMxIDAgMDE0LjY5MyAxMS4zNGMtLjAwNCA4Ljg0LTcuMTk3IDE2LjAzLTE2LjAzNCAxNi4wM2gtLjAwN2ExNi4wMzIgMTYuMDMyIDAgMDEtNy42NjItMS45NWwtOC41IDIuMjI5eiIgZmlsbD0iIzY0QjE2MSIvPjxwYXRoIGQ9Ik0uODEzIDM0LjI1NWwyLjM1Ni04LjYwNGExNi41NzUgMTYuNTc1IDAgMDEtMi4yMTctOC4zMDJDLjk1NiA4LjE5NCA4LjQwNy43NDUgMTcuNTYyLjc0NWExNi41MDQgMTYuNTA0IDAgMDExMS43NSA0Ljg3IDE2LjUwNSAxNi41MDUgMCAwMTQuODYgMTEuNzQ4Yy0uMDA0IDkuMTU1LTcuNDU2IDE2LjYwNS0xNi42MSAxNi42MDVoLS4wMDdhMTYuNTk2IDE2LjU5NiAwIDAxLTcuOTM3LTIuMDIybC04LjgwNSAyLjMxem05LjIxMy01LjMxNWwuNTA0LjNhMTMuNzg3IDEzLjc4NyAwIDAwNy4wMjcgMS45MjRoLjAwNWM3LjYwOSAwIDEzLjgwMi02LjE5MiAxMy44MDUtMTMuODAzYTEzLjcxOCAxMy43MTggMCAwMC00LjA0LTkuNzY0IDEzLjcxNiAxMy43MTYgMCAwMC05Ljc2LTQuMDQ4QzkuOTUyIDMuNTUgMy43NiA5Ljc0MSAzLjc1NyAxNy4zNWExMy43NjQgMTMuNzY0IDAgMDAyLjExIDcuMzQ1bC4zMjkuNTIzTDQuOCAzMC4zMWw1LjIyNS0xLjM3eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNDEgMTAuNDA3Yy0uMzEtLjY5LS42MzctLjcwNS0uOTMzLS43MTctLjI0Mi0uMDEtLjUxOS0uMDEtLjc5NS0uMDEtLjI3NyAwLS43MjcuMTA1LTEuMTA3LjUyLS4zOC40MTUtMS40NTMgMS40Mi0xLjQ1MyAzLjQ2MSAwIDIuMDQyIDEuNDg4IDQuMDE1IDEuNjk1IDQuMjkyLjIwNy4yNzcgMi44NzEgNC42MDIgNy4wOSA2LjI2NSAzLjUwNSAxLjM4MyA0LjIxOCAxLjEwOCA0Ljk4IDEuMDM5Ljc2LS4wNyAyLjQ1NS0xLjAwNCAyLjgtMS45NzMuMzQ3LS45Ny4zNDctMS44LjI0My0xLjk3NC0uMTA0LS4xNzItLjM4LS4yNzYtLjc5Ni0uNDg0LS40MTUtLjIwNy0yLjQ1NS0xLjIxMi0yLjgzNi0xLjM1LS4zOC0uMTM5LS42NTctLjIwNy0uOTMzLjIwOC0uMjc3LjQxNS0xLjA3MiAxLjM1LTEuMzE0IDEuNjI2LS4yNDIuMjc4LS40ODQuMzEzLS45LjEwNS0uNDE0LS4yMDgtMS43NTEtLjY0Ni0zLjMzNy0yLjA2LTEuMjMzLTEuMS0yLjA2Ny0yLjQ1OS0yLjMwOS0yLjg3NC0uMjQyLS40MTUtLjAwNC0uNjIuMTgzLS44NDcuMzM1LS40MDguODk4LTEuMTQyIDEuMDM3LTEuNDE5LjEzOC0uMjc3LjA2OS0uNTItLjAzNS0uNzI3LS4xMDQtLjIwNy0uOTEtMi4yNi0xLjI4LTMuMDh6IiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMzV2MzVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=');
  }
  .catalog-product-view .mobile-only.contact-us-block:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    border: 40px;
    background: #DEDEDE;
    bottom: -40px;
  }
  .customer-account-create .block.block-amazon-login {
    margin-top: 35px;
  }
  .customer-account-create .columns .column.main {
    padding-bottom: 0;
  }
  .filter-options {
    padding: 20px;
  }
  .sidebar.sidebar-main .block.filter.active .block-title.filter-title {
    border: none;
  }
  .sidebar.sidebar-main .block.filter.active .block-title.filter-title strong::after {
    margin: 0;
  }
  .sidebar.sidebar-main .block-subtitle.filter-subtitle {
    font-size: 28px;
    font-weight: bold;
  }
  .page-wrapper {
    padding-top: 100px;
    overflow: hidden;
  }
  .authorization-link a {
    display: flex;
    align-items: center;
  }
  .page-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: white;
    max-width: 100%;
  }
  .page-header .header-note {
    text-align: center;
    font-size: 18px;
    margin-top: 56px;
    margin-bottom: 88px;
  }
  .page-header .header-note div {
    font-size: 16px;
    margin-top: 11px;
  }
  .nav-open .nav-toggle {
    display: inline-block;
    text-decoration: none;
  }
  .nav-open .nav-toggle:after {
    content: none;
  }
  .nav-open .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '\e905';
    font-family: 'IsaccoIcons';
    margin: 8px 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-wrapper .nav-sections {
    top: 65px;
    background: #ffffff;
    height: calc(100% - 65px);
    box-shadow: none;
    z-index: -1;
  }
  .page-wrapper .nav-sections .nav-sections-item-title {
    display: none;
  }
  .page-wrapper .nav-sections .nav-sections-item-content {
    padding: 13px 20px 0;
    margin-top: 0;
  }
  .page-wrapper .nav-sections .navigation {
    background: #ffffff;
    padding-bottom: 25px;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 17px;
  }
  .page-wrapper .nav-sections .navigation a {
    padding: 0;
    color: #000000;
    font-weight: 500;
    text-transform: none;
  }
  .page-wrapper .nav-sections .navigation .level1 a,
  .page-wrapper .nav-sections .navigation .all-category a {
    padding-top: 26px !important;
  }
  .page-wrapper .nav-sections .navigation > li {
    border: 0;
    padding: 15px 0;
  }
  .page-wrapper .nav-sections .navigation li.active > a {
    color: #59a832 !important;
    font-weight: bold;
  }
  .page-wrapper .nav-sections .navigation .parent .level-top {
    border: 0;
    display: block;
    text-decoration: none;
  }
  .page-wrapper .nav-sections .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    line-height: inherit;
    color: inherit;
    content: '\e903';
    font-family: 'IsaccoIcons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-wrapper .nav-sections .navigation .parent .level-top:after {
    right: 0;
    top: 3px;
    font-size: 10px;
    transform: rotate(-90deg);
  }
  .page-wrapper .nav-sections .navigation .all-category a {
    padding-top: 13px !important;
    color: #0c4692 !important;
    font-weight: bold;
  }
  .page-wrapper .nav-sections .navigation .submenu:not(:first-child) > li > a {
    padding: 0;
    color: #000000;
  }
  .page-wrapper .nav-sections .navigation .submenu:not(:first-child) ul {
    padding-left: 0;
  }
  .page-wrapper .nav-sections .navigation .level0 {
    padding: 12px 0;
    text-align: left;
    border: 0;
  }
  .page-wrapper .nav-sections .navigation .level0 a:not(.ui-state-active) {
    border: 0;
  }
  .page-wrapper .nav-sections .navigation .level0 a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin: 0;
  }
  .page-wrapper .nav-sections .navigation .level0 a.ui-state-active {
    background: #f2f2f2;
    margin: -12px -20px 0;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
  }
  .page-wrapper .nav-sections .navigation .level0 a.ui-state-active:after {
    top: 19px;
    right: auto;
    left: 20px;
    transform: rotate(90deg);
    color: #0c4692;
    font-size: 10px;
  }
  .page-wrapper .nav-sections .navigation .level0 a.ui-state-active + ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.links {
    display: none;
  }
  .page-header {
    border: 0;
  }
  .page-header .header.content {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .minicart-wrapper {
    margin-top: 0;
    float: none;
  }
  .page-header .minicart-wrapper .action.showcart .text,
  .page-header .minicart-wrapper .action.showcart.active .text {
    position: absolute;
  }
  .page-header .minicart-wrapper .action.showcart:before,
  .page-header .minicart-wrapper .action.showcart.active:before {
    margin: 0;
    font-size: 24px;
    line-height: 27px;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    right: -7px;
    top: 0;
  }
  .page-header .block-search {
    margin-top: 0;
  }
  .page-header .block-search .label {
    float: none;
  }
  .page-header .block-search .label:before {
    margin-right: 0;
    font-size: 23px;
    line-height: 27px;
  }
  .page-header .block-search .label.active + .control {
    left: 0;
    padding: 0;
    top: 0;
    right: 0;
    height: 122px;
    background: #ffffff;
    z-index: 1000;
    margin: 0;
  }
  .page-header .block-search .label.active + .control .-close-icon {
    padding-left: 20px;
    padding-top: 24px;
    margin-bottom: 29px;
  }
  .page-header .block-search .label.active + .control input {
    margin: 0;
    border-radius: 0;
    border-width: 0 0 1px 0;
    font-size: 18px;
    padding-left: 20px;
  }
  .page-header .block-search .label.active + .control input:focus {
    box-shadow: none;
  }
  .page-header .block-search .label.active + .control .search.mobile-only {
    position: absolute;
    z-index: 1000;
    right: 19px;
    bottom: 6px;
    width: 22px;
    height: 31px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: inline-block;
    text-decoration: none;
  }
  .page-header .block-search .label.active + .control .search.mobile-only:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: '\e902';
    font-family: 'IsaccoIcons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-header .block-search .label.active + .control .search.mobile-only:after {
    overflow: inherit;
  }
  .page-header .block-search .control {
    position: absolute;
    border-top: 0;
    left: -300%;
  }
  .page-header .block-search .control input {
    position: static;
  }
  .page-header .header.content {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .page-header .header.content:after {
    content: none;
  }
  .page-header .logo {
    margin: -5px 15px 12px 12%;
    height: 38px;
    width: 180px;
    max-width: 180px;
  }
  .page-header .nav-toggle {
    top: 12px;
    left: 18px;
  }
  .page-header .nav-toggle:before {
    color: #000000;
  }
  .desktop-menu {
    display: none !important;
  }
  .page-header .nav-sections .authorization-link {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-header .nav-sections .switcher {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    font-weight: normal;
    font-size: 14px;
    padding: 12px 9px 12px 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    margin-left: 0;
  }
  .page-header .nav-sections .switcher a {
    color: inherit;
  }
  .page-header .nav-sections .switcher a:focus,
  .page-header .nav-sections .switcher a:active,
  .page-header .nav-sections .switcher a:visited,
  .page-header .nav-sections .switcher a:hover {
    color: inherit;
  }
  .page-header .nav-sections .switcher,
  .page-header .nav-sections .switcher strong {
    font-weight: normal;
  }
  .page-header .nav-sections .switcher .options {
    display: block;
  }
  .page-header .nav-sections .switcher .options .action.toggle {
    display: block;
  }
  .page-header .nav-sections .switcher .options .action.toggle:after {
    content: none;
  }
  .page-header .nav-sections .switcher .options ul.switcher-dropdown {
    padding: 0;
    position: static;
    border: 0;
    box-shadow: none;
  }
  .page-header .nav-sections .switcher .options ul.switcher-dropdown:before,
  .page-header .nav-sections .switcher .options ul.switcher-dropdown:after {
    content: none;
  }
  .page-header .nav-sections .switcher .options ul.switcher-dropdown li {
    margin: 20px 0 0;
  }
  .page-header .nav-sections .switcher .options ul.switcher-dropdown li a {
    padding: 0;
  }
  .page-header .nav-sections .switcher .switcher-trigger strong:after {
    top: 5px;
    right: 0;
    margin: 0;
    font-size: 10px;
  }
  .page-header .nav-sections .switcher .label {
    display: none;
  }
  .page-footer {
    background: #014495;
  }
  .page-footer .footer.content {
    border-top: none;
    display: flex;
    flex-direction: column;
  }
  .page-footer .footer.content .block.newsletter {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    order: 6;
  }
  .page-footer .footer.content .block.newsletter form {
    position: relative;
  }
  .page-footer .footer.content .block.newsletter button {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-footer .footer.content .footer-column {
    margin-bottom: 10px;
  }
  .page-footer .footer.content .footer-column li:last-child,
  .page-footer .footer.content .footer-column li.last {
    padding-bottom: 30px;
  }
  .page-footer .footer.content .footer-column:last-child {
    display: flex;
    justify-content: center;
    margin-bottom: 39px;
    order: -1;
  }
  .page-footer .footer.content .footer-column:last-child img {
    max-width: 155px;
  }
  .page-footer .footer.content .footer-column h3 {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    text-decoration: none;
  }
  .page-footer .footer.content .footer-column h3[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }
  .page-footer .footer.content .footer-column h3:after {
    transition: .4s;
  }
  .page-footer .footer.content .footer-column h3:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    line-height: inherit;
    color: #ffffff;
    content: '\e903';
    font-family: 'IsaccoIcons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-footer .footer.content .footer-collection .footer-column:last-of-type {
    margin: 32px auto 24px;
  }
  .page-footer .footer.content .footer_middel_feedaty_widget {
    margin-left: auto !important;
  }
  .page-footer:before {
    background-image: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/footer-vector-mobile.svg');
    height: 50px;
    left: 0;
    top: -48px;
  }
  .copyright {
    padding: 11px 20px 20px 20px;
  }
  .copyright .copyright-content .copyright-left {
    line-height: 18px;
  }
  .copyright .social-links {
    padding-bottom: 10px;
    padding-top: 25px;
  }
  .copyright .social-links .footer-link:before {
    font-size: 29px;
    margin: 0 13px;
  }
  .catalog-category-view .page-wrapper,
  .catalogsearch-result-index .page-wrapper,
  .page-with-filter .page-wrapper {
    padding-top: 88px;
  }
  .catalog-category-view .page-title-wrapper,
  .catalogsearch-result-index .page-title-wrapper,
  .page-with-filter .page-title-wrapper {
    text-align: center;
  }
  .catalog-category-view .page-title-wrapper h1,
  .catalogsearch-result-index .page-title-wrapper h1,
  .page-with-filter .page-title-wrapper h1 {
    margin-bottom: 20px;
  }
  .catalog-category-view .filter-title strong,
  .catalogsearch-result-index .filter-title strong,
  .page-with-filter .filter-title strong {
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    text-transform: uppercase;
    width: 48%;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0;
    font-weight: 500;
    z-index: 100000;
  }
  .catalog-category-view .filter .filter-current,
  .catalogsearch-result-index .filter .filter-current,
  .page-with-filter .filter .filter-current {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
  }
  .catalog-category-view .filter.active .filter-title,
  .catalogsearch-result-index .filter.active .filter-title,
  .page-with-filter .filter.active .filter-title {
    border: 0;
    font-weight: bold;
    font-size: 28px;
    z-index: 81;
  }
  .catalog-category-view .filter.active .filter-title strong,
  .catalogsearch-result-index .filter.active .filter-title strong,
  .page-with-filter .filter.active .filter-title strong {
    width: auto;
    right: 19px;
    top: 15px;
  }
  .catalog-category-view .filter.active .filter-title strong:after,
  .catalogsearch-result-index .filter.active .filter-title strong:after,
  .page-with-filter .filter.active .filter-title strong:after {
    margin: 0;
    color: #000000;
    font-size: 22px;
  }
  .catalog-category-view .filter.active .filter-subtitle,
  .catalogsearch-result-index .filter.active .filter-subtitle,
  .page-with-filter .filter.active .filter-subtitle {
    font-weight: bold;
    font-size: 28px;
    z-index: 80;
    background: white;
    padding: 20px;
    border: 0;
    box-sizing: border-box;
    height: auto;
  }
  .catalog-category-view .filter.active .filter-options,
  .catalogsearch-result-index .filter.active .filter-options,
  .page-with-filter .filter.active .filter-options {
    padding: 28px 20px 0;
  }
  .catalog-category-view .filter.active .outer-button:after,
  .catalogsearch-result-index .filter.active .outer-button:after,
  .page-with-filter .filter.active .outer-button:after {
    content: none;
  }
  .catalog-category-view .outer-button,
  .catalogsearch-result-index .outer-button,
  .page-with-filter .outer-button {
    position: relative;
  }
  .catalog-category-view .outer-button:after,
  .catalogsearch-result-index .outer-button:after,
  .page-with-filter .outer-button:after {
    content: attr(data-filters);
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    border-radius: 50%;
    color: #ffffff;
    width: 14px;
    height: 14px;
    background: #014495;
    position: absolute;
    right: -26px;
    bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-category-view .toolbar-sorter.sorter div[data-role="content"],
  .catalogsearch-result-index .toolbar-sorter.sorter div[data-role="content"],
  .page-with-filter .toolbar-sorter.sorter div[data-role="content"] {
    top: calc(100% - 1px);
    min-width: 163px;
    right: 0;
    left: auto;
    border-top: 1px solid #c4c4c4;
  }
  .page-with-filter.ambrand-index-index .filter-title strong {
    top: 30px;
  }
  .page-with-filter.ambrand-index-index .columns {
    padding-top: 30px;
  }
  .seo-text {
    font-size: 16px;
    line-height: 130%;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
  }
  .toolbar.toolbar-products {
    margin-bottom: 50px;
    text-align: left;
    justify-content: center;
  }
  .toolbar.toolbar-products:first-child {
    justify-content: space-between;
  }
  .toolbar.toolbar-products:before,
  .toolbar.toolbar-products:after {
    content: none;
  }
  .toolbar.toolbar-products .toolbar-amount {
    transform: translateY(54px);
    margin: 0;
  }
  .toolbar-sorter.sorter {
    margin: 0;
    position: static;
    width: 48%;
  }
  .toolbar-sorter.sorter .sorter-label {
    display: none;
  }
  .toolbar-sorter.sorter [data-role="collapsible"] {
    width: 100%;
  }
  .toolbar-sorter.sorter span[data-role="title"] {
    border-color: #c4c4c4;
    background: #ffffff;
    padding: 0;
    height: 45px;
    text-transform: uppercase;
    width: 100%;
    line-height: 45px;
    margin: 0;
    justify-content: center;
    font-weight: 500;
  }
  .toolbar-sorter.sorter span[data-role="title"]:after {
    content: none;
  }
  .toolbar-sorter.sorter div[data-role="content"] {
    border-color: #c4c4c4;
  }
  .category-brand-title {
    font-size: 30px;
  }
  .ambrand-index-index .brand-description {
    margin-bottom: 0;
    margin-top: 22px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .ambrand-index-index .brand-description p {
    text-align: center;
    font-size: 12px;
  }
  .ambrand-index-index .category-image:after {
    height: 18px;
  }
  .catalog-category-view .columns .column.main,
  .catalogsearch-result-index .columns .column.main {
    padding-bottom: 0;
  }
  .catalog-category-view .page-title-wrapper,
  .catalogsearch-result-index .page-title-wrapper {
    position: relative;
  }
  .catalog-category-view .page-title-wrapper .page-title.-arrow,
  .catalogsearch-result-index .page-title-wrapper .page-title.-arrow {
    display: inline-block;
    text-decoration: none;
  }
  .catalog-category-view .page-title-wrapper .page-title.-arrow:after,
  .catalogsearch-result-index .page-title-wrapper .page-title.-arrow:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    line-height: inherit;
    color: #000000;
    content: '\e903';
    font-family: 'IsaccoIcons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view .page-title-wrapper .page-title.-arrow:after,
  .catalogsearch-result-index .page-title-wrapper .page-title.-arrow:after {
    transition: .4s;
    transform: translate(8px, 0);
  }
  .catalog-category-view .page-title-wrapper .page-title.-arrow[aria-expanded="true"]:after,
  .catalogsearch-result-index .page-title-wrapper .page-title.-arrow[aria-expanded="true"]:after {
    transform: rotate(180deg) translate(-8px, 3px);
  }
  .catalog-category-view .categories-lvl1,
  .catalogsearch-result-index .categories-lvl1 {
    padding: 22px 20px 35px;
    position: absolute;
    background: white;
    z-index: 2;
    left: -20px;
    right: -20px;
    top: cacl(100% + 20px);
    text-align: left;
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    max-height: 520px;
    box-sizing: border-box;
    overflow: scroll;
  }
  .catalog-category-view .categories-lvl1 a,
  .catalogsearch-result-index .categories-lvl1 a {
    display: block;
    padding-bottom: 14px;
    font-size: 14px;
    color: #000000;
  }
  .catalog-category-view .categories-lvl1 a:hover,
  .catalogsearch-result-index .categories-lvl1 a:hover,
  .catalog-category-view .categories-lvl1 a:visited,
  .catalogsearch-result-index .categories-lvl1 a:visited,
  .catalog-category-view .categories-lvl1 a:active,
  .catalogsearch-result-index .categories-lvl1 a:active {
    color: #000000;
  }
  .catalog-category-view .categories-lvl1 a.-bold,
  .catalogsearch-result-index .categories-lvl1 a.-bold {
    font-weight: bold;
  }
  .catalog-category-view .categories-lvl1 .categories-lvl2,
  .catalogsearch-result-index .categories-lvl1 .categories-lvl2 {
    padding-left: 25px;
  }
  .catalog-category-view .product-items .item.product.product-item,
  .catalogsearch-result-index .product-items .item.product.product-item {
    margin-bottom: 25px;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
    min-width: 100%;
    padding: 26px 20px;
    z-index: 100000000;
  }
  .catalog-product-view .columns .column.main {
    padding-bottom: 0;
  }
  .catalog-product-view .widget .block-title,
  .catalog-product-view .block-title {
    padding: 0;
    margin: 0 0 30px;
  }
  .catalog-product-view .product-items.slick-slider > .slick-list {
    padding: 0;
  }
  .catalog-product-view .block.related {
    margin-bottom: 35px;
  }
  .catalog-product-view .widget.block.block-static-block > p {
    display: none;
  }
  .catalog-product-view .block-viewed-products-grid {
    margin-bottom: 40px;
  }
  .block.related,
  .block.block-viewed-products-grid,
  .block.amrelated-grid-wrapper {
    margin-bottom: 0;
  }
  .block.related .product-items,
  .block.block-viewed-products-grid .product-items,
  .block.amrelated-grid-wrapper .product-items {
    padding-left: 20px;
    padding-right: 0;
  }
  .block-viewed-products-grid {
    padding: 30px 0;
  }
  .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
    margin: auto !important;
  }
  .checkout-index-index .opc-wrapper .form-login {
    margin: 0;
    padding: 0;
    background: transparent;
  }
  .checkout-index-index .opc-wrapper .form-login + .form-shipping-address {
    padding: 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .label {
    word-break: inherit;
  }
  .checkout-index-index .opc-wrapper .form-shipping-address,
  .checkout-index-index .opc-wrapper .methods-shipping {
    background: transparent;
  }
  .checkout-index-index #checkout {
    margin-top: 55px;
  }
  .checkout-index-index #maincontent {
    position: relative;
  }
  .checkout-index-index .checkout-column:nth-child(2) {
    padding: 0 !important;
  }
  .checkout-index-index .page-wrapper {
    padding-top: 90px;
  }
  .checkout-index-index .page-header .logo {
    height: auto;
    width: 240px;
    max-width: none;
  }
  .checkout-index-index div.authentication-wrapper {
    right: 20px;
    top: 15px;
    text-align: right;
  }
  .checkout-index-index .opc-wrapper .methods-shipping {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .checkout-column.opc:last-child {
    margin: 0 -20px;
    width: calc(100% + 40px) !important;
  }
  .checkout-index-index .opc-wrapper .step-title {
    padding: 0 0 20px;
  }
  .checkout-index-index div.authentication-wrapper .authentication-dropdown {
    margin-top: 0;
  }
  .checkout-index-index div.authentication-wrapper .authentication-dropdown .modal-inner-wrap {
    padding: 13px 18px 28px;
  }
  .checkout-index-index div.authentication-wrapper .authentication-dropdown .block-title {
    font-size: 26px;
  }
  .checkout-index-index._has-modal-custom .modal-custom-overlay {
    display: none;
  }
  .checkout-index-index._has-auth-shown .authentication-wrapper {
    z-index: 9;
  }
  .checkout-index-index._has-auth-shown .authentication-wrapper .modal-custom .action-close {
    top: -6px;
    right: -10px;
  }
  .checkout-index-index._has-auth-shown .authentication-wrapper .block-authentication .block-title {
    margin-bottom: 28px;
  }
  .checkout-index-index .custom-slide {
    max-width: 360px;
    width: 97vw;
    right: -12px;
    left: auto;
    top: calc(100% + 5px);
    position: absolute;
    overflow: initial;
  }
  .checkout-index-index .custom-slide .modal-inner-wrap {
    background: #ffffff;
    text-align: left;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #bbb;
    transform: none;
  }
  .checkout-index-index .custom-slide .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin: 0;
    transform: translateY(-4px);
  }
  body.cms-home .home-banner {
    margin-top: -35px;
  }
  body.cms-home .home-banner img {
    max-height: 520px;
    object-fit: contain;
    margin: auto;
  }
  body.cms-home .banner-cta {
    display: none;
  }
  body.cms-home .slick-dotted.slick-slider {
    margin-bottom: 13px;
  }
  body.cms-home .columns .column.main {
    padding-bottom: 0;
  }
  body.cms-home .home-banner.-desktop {
    display: none;
  }
  .cms-about-us .page-footer {
    margin: 21px 0 0 0;
  }
  .cms-about-us .page-wrapper {
    padding-top: 85px;
  }
  .cms-about-us .breadcrumbs {
    margin-bottom: 18px;
    display: block;
    padding: 0;
  }
  body.account .column.main .block:not(.widget) .block-title {
    margin: 20px 0;
  }
  body.account .column.main .block:not(.widget) .block-title:before,
  body.account .column.main .block:not(.widget) .block-title:after {
    content: none;
  }
  body.account .column.main .block:not(.widget) .block-title > .action {
    margin: 0;
  }
  body.account .column.main .block-dashboard-orders,
  body.account .column.main .block-dashboard-info {
    margin-bottom: 50px;
  }
  body.account .page-main {
    padding-top: 63px;
  }
  body.account h1 {
    font-size: 24px;
  }
  body.account .block-collapsible-nav {
    top: -13px;
  }
  body.account .block-collapsible-nav .title {
    padding-top: 10px;
    border: 0;
  }
  body.account .block-collapsible-nav .title:after {
    top: 9px;
    right: 24px;
  }
  body.account .block-collapsible-nav .content.active {
    padding-left: 20px;
  }
  body.account .block-collapsible-nav .content.active .nav {
    margin-bottom: 0;
  }
  .checkout-cart-index .columns .column.main {
    padding-bottom: 0;
  }
  body.cms-home .page-wrapper {
    padding-top: 65px;
  }
  body.cms-home .category-section,
  body.cms-home .section-uniform,
  body.cms-home .section-best-seller,
  body.cms-home .section-supplier,
  body.cms-home .section-brands,
  body.cms-home .section-professional-workwear,
  body.cms-home .section-about-us {
    margin-top: 40px;
  }
  body.cms-home .banner-home .slick-arrow {
    display: none !important;
  }
  body.cms-home .banner-home .slick-list .slick-slide a:after {
    background: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/banner-slider-bg-mobile.svg') bottom left no-repeat;
  }
  body.cms-home .banner-home .slick-list .slick-slide .pagebuilder-slide-wrapper {
    min-height: inherit !important;
  }
  body.cms-home .banner-home .slick-list .slick-slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
    justify-content: flex-start;
  }
  body.cms-home .banner-home .slick-list .slick-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content h2 {
    line-height: 1.2 !important;
    margin-bottom: 12px;
    max-width: 300px;
  }
  body.cms-home .banner-home .slick-list .slick-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content h2 span {
    font-size: 24px !important;
  }
  body.cms-home .banner-home .slick-list .slick-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content p {
    line-height: 1.5 !important;
    margin-bottom: 0;
  }
  body.cms-home .banner-home .slick-list .slick-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content p span {
    font-size: 16px !important;
    padding: 0 8px;
  }
  body.cms-home .banner-home .slick-list .slick-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content .pagebuilder-slide-button {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 14px;
  }
  body.cms-home .banner-home .pagebuilder-slider {
    margin-bottom: 0;
    position: relative;
  }
  body.cms-home .banner-home .pagebuilder-slider .slick-dots {
    bottom: 56px;
    left: 40px;
    position: absolute;
    width: auto;
  }
  body.cms-home .banner-home .pagebuilder-slider .slick-dots li button {
    background: #ffffff;
    height: 8px;
    width: 8px;
  }
  body.cms-home .banner-home .pagebuilder-slider .slick-dots li:not(.slick-active) button {
    opacity: 0.3;
  }
  body.cms-home .category-section {
    padding: 0 20px;
  }
  body.cms-home .category-section .pagebuilder-column-line {
    display: inline !important;
  }
  body.cms-home .category-section .pagebuilder-column-line:nth-of-type(odd) .pagebuilder-column {
    margin-bottom: 26px;
  }
  body.cms-home .category-section .pagebuilder-column-line:nth-of-type(odd) .pagebuilder-column:nth-of-type(odd) {
    margin-right: 26px;
  }
  body.cms-home .category-section .pagebuilder-column-line:nth-of-type(even) .pagebuilder-column:nth-of-type(even) {
    margin-right: 26px;
  }
  body.cms-home .category-section .pagebuilder-column-line .pagebuilder-column {
    display: inline-block !important;
    width: 43% !important;
  }
  body.cms-home .category-section .pagebuilder-column-line .pagebuilder-column h3 {
    background: #014495 url('../../frontend/AbitiProfessionali/isacco/it_IT/images/category-card-top-mobile.svg') no-repeat top left;
    border-radius: 0 15px 0 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 30px;
    padding: 12px 20px 12px 12px;
    text-align: left;
  }
  body.cms-home .category-section .pagebuilder-column-line .pagebuilder-column .category-section-button {
    display: none;
  }
  body.cms-home .section-uniform .pagebuilder-column-line {
    gap: 22px;
  }
  body.cms-home .section-uniform .pagebuilder-column:last-of-type {
    padding: 0 20px;
  }
  body.cms-home .section-uniform h2 {
    font-size: 32px;
  }
  body.cms-home .section-uniform .pagebuilder-button-primary {
    text-align: left !important;
  }
  body.cms-home .section-uniform .pagebuilder-button-primary span {
    line-height: 19px;
  }
  body.cms-home .section-best-seller {
    padding: 0 20px;
  }
  body.cms-home .section-best-seller h2,
  body.cms-home .section-best-seller .section-best-seller-content {
    text-align: center;
  }
  body.cms-home .section-best-seller h2 {
    font-size: 40px;
  }
  body.cms-home .section-best-seller .section-best-seller-content {
    padding: 0 10px;
  }
  body.cms-home .section-best-seller .section-best-seller-content p,
  body.cms-home .section-best-seller .section-best-seller-content span {
    font-size: 16px;
  }
  body.cms-home .section-best-seller .best-seller {
    margin-top: 12px !important;
  }
  body.cms-home .section-best-seller .best-seller .product-items .slick-track {
    display: flex;
    gap: 32px;
  }
  body.cms-home .section-best-seller .best-seller .product-items .slick-track:before {
    display: none;
  }
  body.cms-home .section-best-seller .best-seller .product-items .slick-slide {
    margin-right: 32px;
  }
  body.cms-home .section-best-seller .best-seller .product-items .slick-slide .product-item .product-item-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  body.cms-home .section-best-seller .best-seller .product-items .slick-slide .product-item .product-item-info .product-item-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  body.cms-home .section-supplier .pagebuilder-column-line {
    gap: 22px;
  }
  body.cms-home .section-supplier .section-supplier-content {
    padding: 0 20px;
  }
  body.cms-home .section-supplier .section-supplier-content h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  body.cms-home .section-supplier .section-supplier-content .supplier-text p {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 0;
  }
  body.cms-home .section-brands .amslider-header-container {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 32px;
  }
  body.cms-home .section-brands .ambrands-slider.amslider {
    margin: 32px 0 50px;
  }
  body.cms-home .section-about-us h2 {
    font-size: 32px;
    line-height: 38px !important;
  }
  body.cms-home .section-professional-workwear:after {
    background-image: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/banner-professional-uniform-bg-mobile.svg');
  }
  body.cms-home .section-professional-workwear h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  body.cms-home .section-professional-workwear .row-full-width-inner {
    padding: 0 20px;
  }
  body.cms-home .section-professional-workwear .row-full-width-inner ul li {
    margin: 0;
  }
  body.cms-home .section-professional-workwear .row-full-width-inner p {
    font-weight: 700;
  }
  body.cms-home .section-professional-workwear .row-full-width-inner .section-professional-workwear-content p {
    line-height: 1.3 !important;
  }
  body.cms-home .section-professional-workwear .row-full-width-inner .section-professional-workwear-content p span {
    font-size: 24px !important;
  }
  body.cms-home .section-our-work .section-our-work-content {
    gap: 16px;
    padding: 30px 20px 0 20px;
  }
  body.cms-home .section-our-work .section-our-work-content h2 {
    line-height: 38px !important;
  }
  body.cms-home .section-our-work .section-our-work-content h2 span {
    font-size: 32px !important;
  }
  body.cms-home .section-our-work .pagebuilder-column-line:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  body.cms-home .section-our-work .pagebuilder-column-line:nth-of-type(even) .pagebuilder-column {
    width: 100% !important;
  }
  body.cms-home .section-our-work .pagebuilder-column-line:nth-of-type(even) .section-our-work-content p {
    margin-bottom: 64px;
  }
  body.cms-home .page-footer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .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,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #c4c4c4;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 20px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 20px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 20px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 12.5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 12.5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -50px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -18px 0 20px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #c4c4c4;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 12.5px 20px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 20px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 12.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: 50px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 20px;
  }
  .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;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .cart.table-wrapper {
    overflow: hidden;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .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: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 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 20px 20px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -20px 0;
    width: calc(100% + 2*20px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 20px;
  }
  .product-info-price > *:last-child {
    padding-right: 20px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .cart .table.items .item-info {
    position: relative;
  }
  .cart .table.items .item .col.actions .actions-toolbar {
    padding: 0;
  }
  .cart .table.items .item .col.actions .actions-toolbar a {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.cart-summary {
    padding-top: 22px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 50px -15px 15px;
    padding: 50px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -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 80px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 49px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 75px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #000000;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 50px;
    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;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 62.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 12.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 62.5px -20px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 50px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 20px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #c4c4c4;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #c4c4c4;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 20px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 12.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: 100px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 62.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 62.5px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 12.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 12.5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 50px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 20px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 20px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@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;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    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;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #c4c4c4;
  }
  .table > tbody + tbody {
    border-top: 1px solid #c4c4c4;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amrma-select-container {
    flex-basis: 35%;
  }
  .amasty_rma-account-view .amrma-select-container .admin__control-select {
    height: 100%;
  }
  .amrma-return-number {
    flex-direction: row;
  }
  .amrma-return-number .amrma-header {
    margin: 0;
  }
  .amrma-return-number .amrma-status {
    align-self: auto;
    margin: 0 10px;
  }
  .amrma-product-item {
    flex-direction: row;
  }
  .amrma-product-message {
    margin-left: 15px;
    width: 360px;
  }
  .amrma-message-container.-options,
  .amrma-message-container.-gray {
    margin: 0;
  }
  .amreturns-orders-container {
    flex-direction: row;
  }
  .amreturns-orders-container .amreturn-btn {
    margin-left: 10px;
    margin-top: 0;
  }
  .amreturns-orders-container .amreturn-select {
    margin-bottom: 0;
    width: 85%;
  }
  .returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image {
    height: 50px;
    width: 50px;
  }
  .returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image:after {
    left: 0;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child):not(:last-child) {
    padding: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child) {
    padding: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col.qty {
    padding-top: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    border-top: 1px solid #d1d1d1;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    left: auto;
    padding: 10px 10px 10px 25px;
    position: relative;
    top: auto;
  }
  .amrma-chat-send {
    margin: 0 20px 20px;
  }
  .amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
    border-top: 1px solid #d1d1d1;
  }
  .account .amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col {
    padding: 10px;
  }
  .amrma-tracking-add {
    display: flex;
    flex-direction: row;
    margin: 0 25px;
  }
  .amrma-tracking-add .amrma-input {
    flex-basis: 50%;
    margin: 0 20px;
  }
  .amrma-tracking-add .amreturn-btn {
    padding: 7px 36px;
    height: auto;
    border: none;
    line-height: 14px;
    background: #1979c3;
    color: #fff;
  }
  .amrma-tracking-add .amreturn-btn:hover {
    background: #2196f3;
  }
  .amrma-tracking-add .amrma-label {
    display: none;
  }
  .amrma-select-container {
    flex-basis: 35%;
  }
  .amcart-minipage-wrap .amcart-message-box {
    margin: 0 auto;
    max-width: initial;
    padding-bottom: 13px;
    position: relative;
    width: 400px;
  }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px;
  }
  .amcart-product-notice {
    border-radius: 0 0 7px 7px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 100px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin-top: 3px;
    width: 13px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=) no-repeat center;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-minus {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiNDMkMyQzIiLz48L3N2Zz4=) no-repeat center;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-plus {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDYuNSAxMC41KSI+CiAgICA8cGF0aCBkPSJNMTMgMTkuMTEyVjEuNzE4QzEzIC4zMDMgMTEuMzE0LS40MzEgMTAuMjc4LjUzM0wxLjIzMyA4Ljk0OWExLjYxOSAxLjYxOSAwIDAgMC0uMDM3IDIuMzM1bDkuMDQ1IDguOTc3YzEuMDIxIDEuMDE0IDIuNzU5LjI5IDIuNzU5LTEuMTQ5eiIgZmlsbD0iI0MyQzJDMiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat center;
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    margin: 0 3px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty > .mage-error:not(.amconf-matrix-input) {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .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: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .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: #014495;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #014495;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #014495;
    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: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .product-item-inner {
    display: none;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -20px 0 20px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
  }
  .page-products .product-item-actions {
    position: relative;
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 50px;
    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: 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;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 20px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 50px 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: 62.5px;
    padding-right: 62.5px;
    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: 62.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 100px;
    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;
    min-width: 180px;
    padding-right: 100px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .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;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .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;
  }
}
.action.primary,
.amshopby-button,
.am-filter-go {
  padding-top: 18px;
  padding-bottom: 16px;
  text-transform: capitalize;
  letter-spacing: 2px;
  border-radius: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 20px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 20px;
}
.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: 20px 20px 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: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 20px;
  right: 75px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.am-filelink {
  margin-right: 11px;
  color: #000000;
  font-size: 18px;
  letter-spacing: -.25px;
}
.am-filelink:hover,
.am-filelink:visited,
.am-filelink:active {
  color: #000000;
}
.am-attachments .am-fileline .am-fileicon {
  margin-right: 13px;
}
.amshopby-slider-container .ui-slider-horizontal,
.amshopby-slider-container .ui-slider-range {
  height: 5px;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  margin-top: -8.5px;
}
.amshopby-slider-container .amshopby-slider-display {
  font-size: 1.6rem;
  margin-top: 6px;
}
.am-filter-items-attr_color {
  font-size: 1.3rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.am-filter-items-attr_color .item {
  width: 50%;
}
.am-filter-items-attr_color .item .swatch-option.image {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.am-filter-items-attr_color.am-swatch-options .swatch-option {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  min-width: 25px;
  margin: 0 8px 0 0;
  padding: 0;
  float: none;
  overflow: initial;
  flex-shrink: 0;
}
.am-filter-items-attr_color.am-swatch-options .swatch-option.selected,
.am-filter-items-attr_color.am-swatch-options .swatch-option:not(.disabled):hover,
.am-filter-items-attr_color.am-swatch-options .swatch-option.image:not(.disabled):hover {
  outline: none;
  border: 0;
}
.am-filter-items-attr_color.am-swatch-options .swatch-option.selected:before,
.am-filter-items-attr_color.am-swatch-options .swatch-option:not(.disabled):hover:before,
.am-filter-items-attr_color.am-swatch-options .swatch-option.image:not(.disabled):hover:before {
  display: block;
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  border: 1px solid #000;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  box-sizing: border-box;
}
.am-filter-items-attr_size_letter .am-swatch-link {
  padding: 0;
}
.am-filter-items-attr_size_letter .swatch-option.text {
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-weight: 500;
  border: 1px solid #000;
  padding: 0;
  box-sizing: border-box;
  font-size: 12px;
  margin: 0 1px 0 0;
}
.product-info-main .yotpo-bottomline .write-review-btn-hidden {
  display: none;
}
#scalapayText,
#scalapayPayin4Text {
  margin: 10px 0 !important;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}
.catalog-product-view .product-info-main .page-title-wrapper .amshopby-option-link a {
  display: block;
  width: max-content;
}
.catalog-product-view .product-info-main .page-title-wrapper .amshopby-option-link a img {
  float: right;
}
.catalog-product-view .product-info-main .product.attribute.sku {
  margin-bottom: 20px;
  display: inline-block;
  color: #000000;
}
.catalog-product-view .product-info-main .product.attribute.sku .type {
  margin-right: 0;
}
.catalog-product-view .product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.catalog-product-view .product-info-main .yotpoBottomLine {
  margin-left: 11px;
  display: inline;
  vertical-align: sub;
}
.catalog-product-view .product-info-main .product-add-form {
  padding-top: 27px;
}
.catalog-product-view .product-info-main .product-info-price {
  margin-bottom: 0;
  border: 0;
}
.catalog-product-view .swatch-opt {
  margin: 0;
}
.catalog-product-view .product-info-price .price-box {
  padding: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  width: auto;
  justify-content: flex-end;
  color: #000000;
}
.catalog-product-view .product-info-price .price-box .special-price {
  color: #e42020;
}
.catalog-product-view .product-info-price .price-box .old-price .price-container {
  margin-right: 10px;
}
.catalog-product-view .product-info-price .price-box .old-price .price-container > .price-label {
  display: none;
}
.catalog-product-view .product-info-price .price-box .old-price .price-container span {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  text-decoration-line: line-through;
  color: #6b6d76;
}
.catalog-product-view .product-info-price .price-box .price-container > span {
  margin: 0;
  font-size: 0;
}
.catalog-product-view .product-info-price .price-box .price-container .price {
  font-size: 28px;
}
.catalog-product-view .box-tocart {
  margin-top: 17px !important;
}
.catalog-product-view .box-tocart .fieldset {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.catalog-product-view .box-tocart .fieldset .field.qty {
  padding-right: 25px;
  margin: 0;
}
.catalog-product-view .box-tocart .fieldset .actions {
  flex: 0 0 calc(100% - 90px - 25px);
}
.catalog-product-view .box-tocart .fieldset .actions button {
  width: 100%;
  margin: 0;
}
.catalog-product-view .box-tocart .product-social-links .action.towishlist {
  margin: 15px 0 0;
  color: #000000;
  width: 100%;
  text-align: center;
  text-transform: none;
  letter-spacing: 2px;
  font-weight: 500;
}
.catalog-product-view .box-tocart .product-social-links .action.towishlist:before {
  content: none;
}
.catalog-product-view .swatch-option[aria-describedby^="option-label-color"] {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  min-width: 30px;
  margin: 0 8px 0 0;
  padding: 0;
  float: none;
  overflow: initial;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0;
}
.catalog-product-view .swatch-option[aria-describedby^="option-label-color"].selected,
.catalog-product-view .swatch-option[aria-describedby^="option-label-color"]:not(.disabled):hover,
.catalog-product-view .swatch-option[aria-describedby^="option-label-color"].image:not(.disabled):hover {
  outline: none;
  border: 0;
}
.catalog-product-view .swatch-option[aria-describedby^="option-label-color"].selected:before,
.catalog-product-view .swatch-option[aria-describedby^="option-label-color"]:not(.disabled):hover:before,
.catalog-product-view .swatch-option[aria-describedby^="option-label-color"].image:not(.disabled):hover:before {
  display: block;
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  border: 1px solid #000;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  box-sizing: border-box;
}
.catalog-product-view .swatch-option[aria-describedby^="option-label-color"].selected:before,
.catalog-product-view .swatch-option[aria-describedby^="option-label-color"].image:not(.disabled):hover:before {
  width: 40px;
  height: 40px;
  left: -5px;
  top: -5px;
}
.catalog-product-view .swatch-attribute {
  font-size: 16px;
}
.catalog-product-view .swatch-attribute.color .swatch-option {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  min-width: 30px;
  margin: 0 8px 0 0;
  padding: 0;
  float: none;
  overflow: initial;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0;
}
.catalog-product-view .swatch-attribute.color .swatch-option.selected,
.catalog-product-view .swatch-attribute.color .swatch-option:not(.disabled):hover,
.catalog-product-view .swatch-attribute.color .swatch-option.image:not(.disabled):hover {
  outline: none;
  border: 0;
}
.catalog-product-view .swatch-attribute.color .swatch-option.selected:before,
.catalog-product-view .swatch-attribute.color .swatch-option:not(.disabled):hover:before,
.catalog-product-view .swatch-attribute.color .swatch-option.image:not(.disabled):hover:before {
  display: block;
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  border: 1px solid #000;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  box-sizing: border-box;
}
.catalog-product-view .swatch-attribute.color .swatch-option.selected:before,
.catalog-product-view .swatch-attribute.color .swatch-option.image:not(.disabled):hover:before {
  width: 40px;
  height: 40px;
  left: -5px;
  top: -5px;
}
.catalog-product-view .swatch-attribute-label:after {
  content: ':';
}
.catalog-product-view .swatch-attribute-selected-option {
  padding-left: 6px;
}
.catalog-product-view .swatch-option.text {
  height: 35px;
  width: 35px;
  box-sizing: border-box;
  line-height: 35px;
  padding: 0;
  margin-right: 11px;
}
.catalog-product-view .swatch-option.text.selected {
  outline: none;
  color: #ffffff;
  border: 0;
}
.catalog-product-view .swatch-option.text.disabled {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
}
.catalog-product-view .swatch-option.text.disabled:after {
  content: none;
}
.catalog-product-view .swatch-option.text:not(.disabled):hover {
  outline: none;
  color: #ffffff;
  background: #000000;
}
.catalog-product-view .swatch-option.text:focus {
  box-shadow: none;
}
.catalog-product-view .widget.block.block-static-block {
  margin: 0;
}
.fotorama-item .fotorama__dot {
  background: #C6C6C6;
  width: 13px;
  height: 13px;
  border: 0;
  left: 0;
  top: 0;
}
.fotorama-item .fotorama__active .fotorama__dot {
  background: #7B7B7B;
}
.fotorama-item .fotorama__nav--dots {
  margin-top: 16px;
}
.fotorama-item .fotorama__nav--dots .fotorama__nav__frame {
  width: 13px;
  height: 13px;
}
.fotorama-item .fotorama__nav--dots .fotorama__nav__frame:not(:last-child) {
  margin-right: 20px;
}
.field.qty .control {
  position: relative;
  display: inline-block;
  width: 90px;
  white-space: nowrap;
}
.field.qty .control .input-text.qty {
  width: 90px;
  height: 50px;
  border-radius: 0;
  font-size: 15px;
}
.field.qty .control [class^='qty'] {
  position: absolute;
  top: 0;
  background: transparent;
  border: 0;
  font-size: 0;
  width: 35px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.field.qty .control [class^='qty']:focus {
  box-shadow: none;
}
.field.qty .control .qty-dec {
  left: 0;
  display: inline-block;
  text-decoration: none;
}
.field.qty .control .qty-dec:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2px;
  line-height: inherit;
  color: #000000;
  content: '\e908';
  font-family: 'IsaccoIcons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field.qty .control .qty-dec.-disabled {
  pointer-events: none;
}
.field.qty .control .qty-dec.-disabled:before {
  color: #c7c7c7;
}
.field.qty .control .qty-inc {
  right: 0;
  display: inline-block;
  text-decoration: none;
}
.field.qty .control .qty-inc:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #000000;
  content: '\e907';
  font-family: 'IsaccoIcons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#amprogress {
  background: rgba(255, 255, 255, 0.5);
}
.yotpo * {
  font-family: 'Apercu Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
}
.yotpo a {
  text-decoration: underline;
  font-size: 14px !important;
}
.yotpo .yotpo-icon.yotpo-icon-star.rating-star:before {
  content: "\f005" !important;
  font-family: 'FontAwesome' !important;
}
.yotpo .yotpo-icon.yotpo-icon-empty-star:before {
  content: "\f006" !important;
  font-family: 'FontAwesome' !important;
}
.yotpo .text-m {
  margin-left: 7px;
}
.yotpo .yotpo-label.yotpo-small-box {
  display: none;
}
.yotpo .yotpo-regular-box,
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border: 0 !important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  color: #6A6C77 !important;
  font-weight: normal;
  font-size: 20px;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper span {
  font-size: 20px;
}
.yotpo .yotpo-small-box.yotpo-nav {
  border-bottom: 0;
  border-top: 1px solid #dedede;
}
.yotpo .yotpo-default-button {
  display: none !important;
}
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews {
  float: none !important;
  margin: auto;
  text-align: center !important;
}
.yotpo .yotpo .font-color-gray {
  color: #6B6D76 !important;
  text-decoration: underline;
}
.yotpo .yotpo-first-review {
  display: none;
}
.catalog-category-view .yotpo .text-m,
.catalogsearch-result-index .yotpo .text-m {
  display: none !important;
}
.catalog-category-view .yotpo.bottomLine .yotpo-bottomline .yotpo-stars,
.catalogsearch-result-index .yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
  margin-right: 0 !important;
}
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews,
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars {
  padding: 0 !important;
}
.catalog-product-view .product-options-wrapper .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-options-wrapper .fieldset .field {
  margin-bottom: 40px;
}
.catalog-product-view .product-options-wrapper .fieldset .field .control {
  width: 100%;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset {
  border: solid #dedede;
  border-width: 1px 0;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset [data-role="title"] {
  font-size: 1.6rem;
  padding-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 15px;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset [data-role="title"] .label {
  color: #8c8c8c;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset [data-role="title"] .label:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7px;
  line-height: inherit;
  color: #000000;
  content: '\e90d';
  font-family: 'IsaccoIcons';
  margin: 0 0 0 15px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset h2 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .field.choice {
  display: flex;
  margin-bottom: 20px;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .field.choice .label:after {
  width: 18px;
  height: 18px;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .field.choice .label:before {
  font-size: 8px;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .fieldset {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .fieldset:nth-child(2) {
  margin-bottom: 40px;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .fieldset .field {
  width: 47.8%;
  margin: 0;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .fieldset .field .label {
  margin-bottom: 10px;
  font-size: 16px;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .fieldset .field .control {
  width: 100%;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .fieldset .field input,
.catalog-product-view .product-options-wrapper .customize-item-fieldset .fieldset .field select {
  border-radius: 0;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .fieldset .field .note {
  margin-top: 4px;
}
.catalog-product-view .product-options-wrapper .customize-item-fieldset .fieldset .field .note ._bold {
  font-weight: bold;
}
.catalog-product-view .product.pricing,
.catalog-product-view .product.attribute.overview {
  display: none;
}
.catalog-product-view .swatch-attribute {
  margin-bottom: 25px;
}
.catalog-product-view .swatch-attribute.color {
  margin-bottom: 17px;
}
.catalog-product-view .swatch-attribute .mage-error {
  margin-top: 5px;
}
.catalog-product-view .swatch-attribute.color .swatch-attribute-options {
  display: flex;
  margin: 14px 0 0;
  flex-wrap: wrap;
}
.catalog-product-view .swatch-attribute.color .swatch-attribute-options .swatch-option {
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  margin-right: 15px;
}
.catalog-product-view .swatch-attribute.size_letter .swatch-attribute-options {
  margin: 13px 0 0;
}
.pdp-description-table {
  display: flex;
  clear: both;
  font-size: 16px;
  border: 1px solid #000000;
}
.pdp-description-table > div {
  width: 50%;
  box-sizing: border-box;
  padding: 30px 0 26px 37px;
}
.pdp-description-table .title {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 22px;
}
.pdp-description-table .why-abiti {
  border-left: 1px solid #000000;
}
.pdp-description-table .why-abiti .title {
  color: #5ca901;
}
.pdp-description-table .why-abiti ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pdp-description-table .why-abiti li {
  margin-bottom: 5px;
  font-size: 16px;
  align-items: center;
  display: flex;
  text-decoration: none;
}
.pdp-description-table .why-abiti li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: inherit;
  color: #014495;
  font-family: 'IsaccoIcons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pdp-description-table .why-abiti li.authorized:before {
  content: '\e912';
}
.pdp-description-table .why-abiti li.delivery:before {
  content: '\e911';
}
.pdp-description-table .why-abiti li.payment:before {
  content: '\e910';
}
.pdp-description-table .why-abiti li.available:before {
  content: '\e90f';
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: none !important;
}
#confirmBox > .cross {
  top: -3px;
  color: #000000;
  font-size: 33px;
}
@media screen and (max-width: 330px) {
  .catalog-product-view .product-options-wrapper .customize-item-fieldset h2 {
    letter-spacing: -1px;
  }
}
.customer-account-login h1,
.customer-account-create h1,
.customer-account-forgotpassword h1 {
  font-size: 24px;
}
.customer-account-login .field.note,
.customer-account-create .field.note,
.customer-account-forgotpassword .field.note {
  color: #a9a9a9;
  font-size: 15px;
  margin-bottom: 26px;
  letter-spacing: -.3px;
}
.customer-account-login .field.password .control .input-text,
.customer-account-create .field.password .control .input-text,
.customer-account-forgotpassword .field.password .control .input-text {
  z-index: 1;
}
.customer-account-login .form-login .fieldset > .field,
.customer-account-create .form-login .fieldset > .field,
.customer-account-forgotpassword .form-login .fieldset > .field,
.customer-account-login .form-create-account .fieldset > .field,
.customer-account-create .form-create-account .fieldset > .field,
.customer-account-forgotpassword .form-create-account .fieldset > .field,
.customer-account-login .form.password.forget .fieldset > .field,
.customer-account-create .form.password.forget .fieldset > .field,
.customer-account-forgotpassword .form.password.forget .fieldset > .field {
  margin-bottom: 21px;
}
.customer-account-login .form-login .fieldset > .field > .control,
.customer-account-create .form-login .fieldset > .field > .control,
.customer-account-forgotpassword .form-login .fieldset > .field > .control,
.customer-account-login .form-create-account .fieldset > .field > .control,
.customer-account-create .form-create-account .fieldset > .field > .control,
.customer-account-forgotpassword .form-create-account .fieldset > .field > .control,
.customer-account-login .form.password.forget .fieldset > .field > .control,
.customer-account-create .form.password.forget .fieldset > .field > .control,
.customer-account-forgotpassword .form.password.forget .fieldset > .field > .control {
  width: 100%;
}
.customer-account-login .form-login .fieldset > .field > .label,
.customer-account-create .form-login .fieldset > .field > .label,
.customer-account-forgotpassword .form-login .fieldset > .field > .label,
.customer-account-login .form-create-account .fieldset > .field > .label,
.customer-account-create .form-create-account .fieldset > .field > .label,
.customer-account-forgotpassword .form-create-account .fieldset > .field > .label,
.customer-account-login .form.password.forget .fieldset > .field > .label,
.customer-account-create .form.password.forget .fieldset > .field > .label,
.customer-account-forgotpassword .form.password.forget .fieldset > .field > .label {
  font-weight: normal;
  margin-bottom: 13px;
}
.customer-account-login .form-login .fieldset > .field > .label:after,
.customer-account-create .form-login .fieldset > .field > .label:after,
.customer-account-forgotpassword .form-login .fieldset > .field > .label:after,
.customer-account-login .form-create-account .fieldset > .field > .label:after,
.customer-account-create .form-create-account .fieldset > .field > .label:after,
.customer-account-forgotpassword .form-create-account .fieldset > .field > .label:after,
.customer-account-login .form.password.forget .fieldset > .field > .label:after,
.customer-account-create .form.password.forget .fieldset > .field > .label:after,
.customer-account-forgotpassword .form.password.forget .fieldset > .field > .label:after {
  margin-left: 6px;
  color: #000000;
}
.customer-account-login .form-login .fieldset:after,
.customer-account-create .form-login .fieldset:after,
.customer-account-forgotpassword .form-login .fieldset:after,
.customer-account-login .form-create-account .fieldset:after,
.customer-account-create .form-create-account .fieldset:after,
.customer-account-forgotpassword .form-create-account .fieldset:after,
.customer-account-login .form.password.forget .fieldset:after,
.customer-account-create .form.password.forget .fieldset:after,
.customer-account-forgotpassword .form.password.forget .fieldset:after {
  content: none;
}
.customer-account-login .form-login input:not([type="checkbox"]),
.customer-account-create .form-login input:not([type="checkbox"]),
.customer-account-forgotpassword .form-login input:not([type="checkbox"]),
.customer-account-login .form-create-account input:not([type="checkbox"]),
.customer-account-create .form-create-account input:not([type="checkbox"]),
.customer-account-forgotpassword .form-create-account input:not([type="checkbox"]),
.customer-account-login .form.password.forget input:not([type="checkbox"]),
.customer-account-create .form.password.forget input:not([type="checkbox"]),
.customer-account-forgotpassword .form.password.forget input:not([type="checkbox"]) {
  height: 45px;
}
.customer-account-login .form-login .actions-toolbar,
.customer-account-create .form-login .actions-toolbar,
.customer-account-forgotpassword .form-login .actions-toolbar,
.customer-account-login .form-create-account .actions-toolbar,
.customer-account-create .form-create-account .actions-toolbar,
.customer-account-forgotpassword .form-create-account .actions-toolbar,
.customer-account-login .form.password.forget .actions-toolbar,
.customer-account-create .form.password.forget .actions-toolbar,
.customer-account-forgotpassword .form.password.forget .actions-toolbar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.customer-account-login .form-login .actions-toolbar .primary,
.customer-account-create .form-login .actions-toolbar .primary,
.customer-account-forgotpassword .form-login .actions-toolbar .primary,
.customer-account-login .form-create-account .actions-toolbar .primary,
.customer-account-create .form-create-account .actions-toolbar .primary,
.customer-account-forgotpassword .form-create-account .actions-toolbar .primary,
.customer-account-login .form.password.forget .actions-toolbar .primary,
.customer-account-create .form.password.forget .actions-toolbar .primary,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary,
.customer-account-login .form-login .actions-toolbar button,
.customer-account-create .form-login .actions-toolbar button,
.customer-account-forgotpassword .form-login .actions-toolbar button,
.customer-account-login .form-create-account .actions-toolbar button,
.customer-account-create .form-create-account .actions-toolbar button,
.customer-account-forgotpassword .form-create-account .actions-toolbar button,
.customer-account-login .form.password.forget .actions-toolbar button,
.customer-account-create .form.password.forget .actions-toolbar button,
.customer-account-forgotpassword .form.password.forget .actions-toolbar button {
  width: 100%;
}
.customer-account-login .block-customer-login,
.customer-account-create .block-customer-login,
.customer-account-forgotpassword .block-customer-login {
  margin-bottom: 20px;
}
.customer-account-login .block .block-title,
.customer-account-create .block .block-title,
.customer-account-forgotpassword .block .block-title {
  border: 0;
  font-size: 24px;
  margin-bottom: 6px;
}
.customer-account-login .block .block-title strong,
.customer-account-create .block .block-title strong,
.customer-account-forgotpassword .block .block-title strong {
  font-weight: 500;
}
.customer-account-login .register-container,
.customer-account-create .register-container,
.customer-account-forgotpassword .register-container,
.customer-account-login .login-container,
.customer-account-create .login-container,
.customer-account-forgotpassword .login-container,
.customer-account-login .register-wrapper,
.customer-account-create .register-wrapper,
.customer-account-forgotpassword .register-wrapper {
  margin: -5px auto 0;
  max-width: 1011px;
}
.customer-account-login .login-container .block-amazon-login .login-title,
.customer-account-create .login-container .block-amazon-login .login-title,
.customer-account-forgotpassword .login-container .block-amazon-login .login-title {
  margin-top: -30px;
}
.customer-account-login .login-container .action.remind,
.customer-account-create .login-container .action.remind,
.customer-account-forgotpassword .login-container .action.remind {
  margin-top: 20px;
  color: #014495;
}
.customer-account-login .login-container button.action.primary,
.customer-account-create .login-container button.action.primary,
.customer-account-forgotpassword .login-container button.action.primary,
.customer-account-login .login-container a.action.primary,
.customer-account-create .login-container a.action.primary,
.customer-account-forgotpassword .login-container a.action.primary,
.customer-account-login .login-container button.amshopby-button,
.customer-account-create .login-container button.amshopby-button,
.customer-account-forgotpassword .login-container button.amshopby-button,
.customer-account-login .login-container a.amshopby-button,
.customer-account-create .login-container a.amshopby-button,
.customer-account-forgotpassword .login-container a.amshopby-button,
.customer-account-login .login-container button.am-filter-go,
.customer-account-create .login-container button.am-filter-go,
.customer-account-forgotpassword .login-container button.am-filter-go,
.customer-account-login .login-container a.am-filter-go,
.customer-account-create .login-container a.am-filter-go,
.customer-account-forgotpassword .login-container a.am-filter-go {
  background: #014495;
  border: 1px solid #014495;
  border-radius: 2px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-transform: none;
}
.customer-account-login .login-container .primary .action.create,
.customer-account-create .login-container .primary .action.create,
.customer-account-forgotpassword .login-container .primary .action.create {
  min-width: 320px;
  margin-top: -10px;
}
.customer-account-login .block-amazon-login,
.customer-account-create .block-amazon-login,
.customer-account-forgotpassword .block-amazon-login {
  float: none !important;
}
.customer-account-login .block-amazon-login .actions-toolbar,
.customer-account-create .block-amazon-login .actions-toolbar,
.customer-account-forgotpassword .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.customer-account-login .block-new-customer,
.customer-account-create .block-new-customer,
.customer-account-forgotpassword .block-new-customer {
  max-width: 462px;
  letter-spacing: -0.2px;
}
.customer-account-login .required-fields-note,
.customer-account-create .required-fields-note,
.customer-account-forgotpassword .required-fields-note {
  text-transform: lowercase;
  color: #bbb;
  font-size: 12px;
  margin-top: -14px;
  margin-bottom: 30px;
}
.customer-account-create .block,
.customer-account-create .fieldset,
.customer-account-create .actions-toolbar > .primary {
  margin-bottom: 0;
}
.filter-options .am-labels-folding .item {
  padding: 0;
  margin: 0;
}
.filter-options .amshopby-search-box {
  margin-bottom: 21px;
}
.filter-options .amshopby-search-box input {
  height: 35px;
}
.filter-options .items input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.filter-options-title {
  font-size: 1.6rem;
  text-transform: none;
  padding: 0 0 2px;
  border-bottom: 1px solid #c4c4c4;
  cursor: pointer;
}
.filter-options-title:after {
  font-size: 1.2rem;
  right: 0;
  top: 5px;
}
.filter-options-title.filter-current-title:after {
  content: none;
}
.filter-options-item {
  padding-bottom: 0;
  margin-bottom: 35px;
  border: 0;
}
.filter-options-content {
  padding: 20px 0 0;
}
.filter-options-content ul,
.filter-options-content ol {
  padding: 0;
  margin: 0;
}
.filter-options-content a {
  display: inline-flex;
  align-items: center;
  margin: 4px 0 0 4px;
  padding-left: 0;
  color: #000000;
  width: 100%;
}
.filter-options-content .item {
  margin: 5px 0;
  position: relative;
}
.filter-options-content .item input[type="checkbox"],
.filter-options-content .item input[type="radio"] {
  position: absolute;
}
.amshopby-filter-current {
  position: relative;
  margin-bottom: 33px;
}
.amshopby-filter-current.filter-current .items {
  padding: 19px 0 0;
  margin: 0;
  list-style: none;
}
.amshopby-filter-current.filter-current .amshopby-item.item {
  display: inline-block;
  align-items: center;
  position: relative;
  padding: 7px 35px 7px 16px;
  margin-right: 12px;
  width: auto;
  border-radius: 40px;
  border: 1px solid #000000;
  cursor: pointer;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 0;
}
.amshopby-filter-current .amshopby-remove {
  top: 50%;
  right: 13px;
  left: auto;
  width: 10px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik01Ljc0NDM0IDUuMDAxOTRMOS44NDU4NiAwLjkwMDQyOEMxMC4wNTE0IDAuNjk0ODgxIDEwLjA1MTQgMC4zNjE2NCA5Ljg0NTg2IDAuMTU2MTEzQzkuNjQwMzEgLTAuMDQ5NDMzNSA5LjMwNzA1IC0wLjA0OTQzMzUgOS4xMDE1MyAwLjE1NjExM0w0Ljk5OTk5IDQuMjU3NjNMMC44OTg0NzUgMC4xNTYxMTNDMC42OTI5MjggLTAuMDQ5NDMzNSAwLjM1OTY4NyAtMC4wNDk0MzM1IDAuMTU0MTYgMC4xNTYxMTNDLTAuMDUxMzY3MSAwLjM2MTY1OSAtMC4wNTEzODY2IDAuNjk0OTAxIDAuMTU0MTYgMC45MDA0MjhMNC4yNTU2OCA1LjAwMTk0TDAuMTU0MTYgOS4xMDM0NkMtMC4wNTEzODY2IDkuMzA5MDEgLTAuMDUxMzg2NiA5LjY0MjI1IDAuMTU0MTYgOS44NDc3N0MwLjM1OTcwNiAxMC4wNTMzIDAuNjkyOTQ4IDEwLjA1MzMgMC44OTg0NzUgOS44NDc3N0w0Ljk5OTk5IDUuNzQ2MjZMOS4xMDE0OSA5Ljg0Nzc3QzkuMzA3MDMgMTAuMDUzMyA5LjY0MDI5IDEwLjA1MzMgOS44NDU4MiA5Ljg0Nzc3QzEwLjA1MTMgOS42NDIyMyAxMC4wNTEzIDkuMzA4OTkgOS44NDU4MiA5LjEwMzQ2TDUuNzQ0MzQgNS4wMDE5NFoiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+) no-repeat center;
  transform: translateY(-50%);
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  content: none;
}
.amshopby-filter-current .block-actions.filter-actions {
  position: absolute;
  right: 2px;
  top: -1px;
  padding: 0;
  margin: 0;
  z-index: 10000;
}
.amshopby-filter-current .block-actions.filter-actions a {
  color: #000000;
  text-decoration: underline;
  font-size: 12px;
  z-index: 1000;
}
.filter-options-content {
  padding: 12px 0 0;
}
.filter-options-content a.amshopby-link-selected {
  color: #5ca901 !important;
}
.filter-options-content a:hover,
.filter-options-content a:active {
  background: transparent;
  color: #5ca901 !important;
}
.filter-options-content .am-shopby-form [data-amshopby-filter="size_letter"] {
  margin-top: 8px;
  padding: 0;
}
.filter-options-content .am-shopby-form [data-amshopby-filter="color"] {
  padding: 0;
}
.filter-options-title:after {
  margin-right: 0;
  top: 1px !important;
}
.am-show-button > .am-button {
  border-radius: 0;
}
body .whatsapp_a {
  background: url(../../frontend/AbitiProfessionali/isacco/it_IT/images/whatsapp-icon.svg) 50% 50% no-repeat;
  background-size: cover;
}
body .whatsapp_a i {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: false;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #014495;
  border-color: #014495;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #014495;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(-60%);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/AbitiProfessionali/isacco/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
.navigation {
  font-size: 1.6rem;
}
.navigation > ul {
  text-align: center;
}
.navigation > ul .columns-wrapper > li > a {
  text-transform: uppercase;
}
.navigation .level0 .submenu {
  text-align: left;
}
.header-phone {
  font-size: 1.3rem;
  letter-spacing: -.5px;
  display: inline-block;
  text-decoration: none;
}
.header-phone:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e904';
  font-family: 'IsaccoIcons';
  margin: 0 9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-phone:before {
  width: 14px;
  transform: translateY(-2px);
}
.authorization-link {
  margin: 0;
  list-style: none;
}
.authorization-link a {
  color: #000000;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
.authorization-link a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e900';
  font-family: 'IsaccoIcons';
  margin: 0 11px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.authorization-link a.wishlist-link:before {
  margin-right: 6px;
  content: '\e90b';
  font-size: 17px;
}
.page-wrapper .page-header .header.panel {
  padding-top: 6px;
  padding-bottom: 3px;
  display: none;
}
.minicart-wrapper .action.showcart,
.minicart-wrapper .action.showcart.active {
  color: #000000;
  font-size: 1.6rem;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart .counter.qty,
.minicart-wrapper .action.showcart.active .counter.qty {
  border-radius: 20px;
  width: 20px;
  height: 16px;
  line-height: 15px;
  padding: 0;
  font-size: 10px;
  margin: 0 0 0 6px;
  transform: translateY(2px);
}
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart.active .text {
  position: static;
  height: auto;
  width: auto;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart.active:hover:before {
  color: #000000;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e901';
  font-family: 'IsaccoIcons';
  margin: 0 7px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:before {
  color: #000000;
  font-size: 15px;
}
.minicart-wrapper .block-minicart {
  top: calc(100% + 6px);
  right: 0;
  padding: 29px 28px 14px;
}
.minicart-wrapper .block-minicart:after,
.minicart-wrapper .block-minicart:before {
  content: none;
}
.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 button {
  margin-bottom: 17px;
}
.minicart-wrapper .block-minicart .block-content > .actions .secondary {
  margin-top: 17px;
}
.minicart-wrapper .block-minicart .block-content .subtotal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 18px;
  margin-right: 0;
}
.minicart-wrapper .block-minicart .block-content .subtotal .label {
  margin-right: 5px;
}
.minicart-wrapper .block-minicart .block-content .subtotal .label > span {
  margin-right: -5px;
}
.minicart-wrapper .block-minicart .block-content .items-total {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content .items-total .count {
  font-weight: normal;
}
.minicart-wrapper .block-minicart .block-content .amount .price-wrapper:first-child .price {
  font-size: 16px;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  padding: 12px 0 27px;
}
.minicart-wrapper .block-minicart .minicart-items li {
  padding: 30px 0;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-name {
  margin-bottom: 12px;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-name a {
  color: #000000;
  font-size: 16px;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-name a:hover,
.minicart-wrapper .block-minicart .minicart-items li .product-item-name a:visited,
.minicart-wrapper .block-minicart .minicart-items li .product-item-name a:active {
  color: #000000;
}
.minicart-wrapper .block-minicart .minicart-items li .product .toggle {
  padding: 0;
}
.minicart-wrapper .block-minicart .minicart-items li .product .toggle:after {
  margin-left: 5px;
  color: #000000;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-details {
  padding-left: 93px;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-details .product.options:not(.list) {
  margin-bottom: 10px;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-details .product.options.list {
  margin: 10px 0 0;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-details .price {
  font-weight: normal;
  font-size: 16px;
}
.minicart-wrapper .block-minicart .minicart-items li .product-item-details .price-including-tax {
  margin: 0;
}
.minicart-wrapper .block-minicart .minicart-items li .actions {
  margin: -22px 3px 0;
}
.minicart-wrapper .block-minicart .minicart-items li .swatch-option {
  border: 0;
  font-weight: normal;
  font-size: inherit;
  padding: 0;
  margin: 0;
  line-height: inherit;
  min-width: auto;
  cursor: default;
  height: auto;
}
.minicart-wrapper .block-minicart .minicart-items li .swatch-option:hover {
  outline: none;
  color: inherit;
}
.minicart-wrapper .block-minicart .minicart-items .action.close:before {
  color: #000000;
}
.minicart-wrapper .block-minicart .minicart-items .action.delete:before {
  transition: .3s;
  content: '\e906';
  font-family: 'IsaccoIcons';
  color: #bbb;
  font-size: 16px;
}
.minicart-wrapper .block-minicart .minicart-items .action.delete:hover:before {
  color: #000000;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  padding: 0 30px;
}
.block-search .label {
  display: inline-block;
  text-decoration: none;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e902';
  font-family: 'IsaccoIcons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search input {
  font-size: 16px;
}
.page-header .switcher {
  margin-left: 18px;
}
.page-header .switcher .options ul.dropdown {
  white-space: nowrap;
  min-width: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.page-header .switcher .options ul.dropdown a {
  padding: 6px 11px 3px 10px;
  color: #000000;
}
.page-header .switcher .options ul.dropdown a:hover {
  color: #5ca901;
}
.page-header .switcher .options ul.dropdown:after {
  right: 10px;
}
.page-header .switcher .options ul.dropdown:before {
  right: 11px;
}
.or-separator {
  margin: 17px 0 17px;
  font-size: 14px;
}
.or-separator:before,
.or-separator:after {
  content: '-';
}
.or-separator:before {
  padding-right: 6px;
}
.or-separator:after {
  padding-left: 6px;
}
.page-footer {
  position: relative;
}
.page-footer:before {
  background-position: bottom left;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  width: 100%;
}
.footer.content {
  color: #ffffff;
  padding-top: 30px;
}
.footer.content h3,
.footer.content h2 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.footer.content a {
  color: inherit;
}
.footer.content a:hover,
.footer.content a:visited,
.footer.content a:focus,
.footer.content a:active {
  color: inherit;
}
.footer.content li {
  font-size: 16px;
  padding-bottom: 9px;
}
.footer.content .newsletter_privacy {
  margin-top: 18px;
  position: relative;
}
.footer.content .newsletter_privacy .mage-error {
  bottom: -16px;
  position: absolute;
  margin: 0;
}
.footer.content .block.newsletter {
  float: none;
  min-width: 270px;
}
.footer.content .block.newsletter .field .control:before {
  content: none;
}
.footer.content .block.newsletter .form.subscribe {
  display: flex;
  flex-direction: column;
}
.footer.content .block.newsletter input[type="email"] {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  padding: 0 0 0 13px;
}
.footer.content .block.newsletter input[type="email"]::-moz-placeholder {
  color: #ababab;
}
.footer.content .block.newsletter input[type="email"]::-webkit-input-placeholder {
  color: #ababab;
}
.footer.content .block.newsletter input[type="email"]:-ms-input-placeholder {
  color: #ababab;
}
.footer.content .block.newsletter button {
  background: #ffffff;
  color: #014495;
  font-size: 14px;
  letter-spacing: normal;
  padding: 12px 14px;
}
.footer.content .additional-link {
  font-size: 18px;
  margin-top: 40px;
  text-decoration: underline;
}
.social-links .footer-link {
  color: #ffffff;
  font-size: 0;
  display: inline-block;
  text-decoration: none;
}
.social-links .footer-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  line-height: inherit;
  color: inherit;
  content: '\e90a';
  font-family: 'IsaccoIcons';
  margin: 0 13px 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-links .footer-link.whatsup-link:before {
  content: '\e909';
  font-size: 34px;
}
.desktop-only {
  display: none !important;
}
.copyright {
  font-size: 12px;
}
.copyright a {
  color: #ffffff;
}
.copyright a:visited,
.copyright a:hover,
.copyright a:active {
  color: #ffffff;
}
.copyright-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin: auto;
  max-width: 1440px;
  text-align: center;
  width: 100%;
}
.copyright-content .copyright-left {
  line-height: 22px;
}
.copyright-content .copyright-right {
  align-items: center;
  display: flex;
  transform: translateY(11px);
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.copyright-content .copyright-right .icon {
  margin-right: 25px;
}
.copyright-content .copyright-right .icon:last-child {
  margin: 0;
}
.pages strong.page,
.pages .item {
  line-height: 3.5rem;
  font-size: 1.4rem;
}
.pages .action {
  background: #014495;
  border-color: #014495;
  box-shadow: none;
}
.pages .action:hover {
  background: #5ca901;
  border-color: #5ca901;
  box-shadow: none;
}
.pages .action:hover,
.pages .action:active,
.pages .action:visited,
.pages .action.next:before,
.pages .action.next:visited:before,
.pages .action.next:hover:before,
.pages .action.previous:before,
.pages .action.previous:visited:before {
  color: #fff;
}
.category-image {
  margin-bottom: 0;
  position: relative;
}
.category-image img {
  width: 100%;
}
.category-image:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}
.category-image:after {
  position: absolute;
  content: '';
  width: 100%;
  color: white;
  background-image: url("../../frontend/AbitiProfessionali/isacco/it_IT/images/brand-banner-vector.svg");
  background-repeat: no-repeat;
  z-index: 3;
  top: 85%;
  left: -6px;
  background-size: contain;
}
.category-image .category-brand-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase !important;
}
.breadcrumbs .items {
  font-size: 13px;
  color: #000000;
}
.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:hover {
  color: #dedede;
}
.catalog-category-view.page-products .columns,
.catalogsearch-result-index.page-products .columns {
  padding-top: 0;
}
.catalog-category-view .toolbar:last-child,
.catalogsearch-result-index .toolbar:last-child {
  justify-content: center;
  margin-bottom: 0;
}
.catalog-category-view .products,
.catalogsearch-result-index .products {
  margin-top: 0;
}
.items.am-filter-items-attr_size_number li,
.items.am-filter-items-attr_eta li {
  margin-right: 8px;
  display: inline-block;
}
.toolbar {
  position: relative;
  z-index: 3;
  margin-bottom: 38px;
  text-align: right;
  display: flex;
  align-items: center;
}
.toolbar .toolbar-amount {
  float: none;
  display: inline-block;
  padding: 0;
  margin-right: 40px;
}
.toolbar-sorter.sorter {
  display: flex;
  align-items: center;
}
.toolbar-sorter.sorter .active [data-role="title"]:after {
  transform: rotate(180deg);
}
.toolbar-sorter.sorter [data-role="collapsible"] {
  position: relative;
}
.toolbar-sorter.sorter [data-role="title"] {
  transition: .4s;
  padding: 5px 0 5px 11px;
  box-sizing: border-box;
  border: 1px solid #000000;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  display: flex;
  text-decoration: none;
}
.toolbar-sorter.sorter [data-role="title"]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: inherit;
  color: inherit;
  content: '\e903';
  font-family: 'IsaccoIcons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toolbar-sorter.sorter [data-role="content"] {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px 12px;
  border: 1px solid #000000;
  border-top: 0;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
}
.toolbar-sorter.sorter [data-role="content"] ol {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.toolbar-sorter.sorter [data-role="content"] ol li {
  margin: 0 0 10px 0;
  cursor: pointer;
}
.toolbar-sorter.sorter [data-role="content"] ol li:last-child {
  margin-bottom: 0;
}
.page-with-filter.ambrand-index-index .products {
  margin-top: 0;
}
.ambrand-index-index .toolbar:last-child {
  justify-content: center;
  margin-bottom: 0;
}
.ambrand-index-index .category-description {
  margin-bottom: 0;
}
.ambrand-index-index .category-description .brand-description {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.ambrand-index-index .category-description .brand-description p {
  margin: 0;
}
.catalog-category-view .products,
.catalogsearch-result-index .products,
.block.related .products,
.block.block-viewed-products-grid .products,
.block.amrelated-grid-wrapper .products,
.ambrand-index-index .products {
  margin-bottom: 25px;
}
.catalog-category-view .amscroll-load-button,
.catalogsearch-result-index .amscroll-load-button,
.block.related .amscroll-load-button,
.block.block-viewed-products-grid .amscroll-load-button,
.block.amrelated-grid-wrapper .amscroll-load-button,
.ambrand-index-index .amscroll-load-button {
  width: 200px;
  height: 50px;
  margin: auto;
  color: #000000;
  font-weight: 500;
  font-size: 17px;
  border: 2px solid #000000;
  background: transparent;
  line-height: 47px;
  padding: 0;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}
.catalog-category-view .amscroll-load-button:after,
.catalogsearch-result-index .amscroll-load-button:after,
.block.related .amscroll-load-button:after,
.block.block-viewed-products-grid .amscroll-load-button:after,
.block.amrelated-grid-wrapper .amscroll-load-button:after,
.ambrand-index-index .amscroll-load-button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: inherit;
  color: inherit;
  content: '\e903';
  font-family: 'IsaccoIcons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-items .swatch-attribute-options {
  margin: 6px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-items .empty-swatches {
  height: 23px;
}
.product-items .swatch-attribute.color .swatch-option:not(.plus-button-for-swatches-template) {
  width: 17px;
  height: 17px;
  border: 0;
  border-radius: 50%;
  min-width: 17px;
  margin: 0 8px 0 0;
  padding: 0;
  float: none;
  overflow: initial;
  flex-shrink: 0;
  margin-right: 6px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  width: 17px !important;
  height: 17px !important;
}
.product-items .swatch-attribute.color .swatch-option:not(.plus-button-for-swatches-template).selected,
.product-items .swatch-attribute.color .swatch-option:not(.plus-button-for-swatches-template):not(.disabled):hover,
.product-items .swatch-attribute.color .swatch-option:not(.plus-button-for-swatches-template).image:not(.disabled):hover {
  outline: none;
  border: 0;
}
.product-items .swatch-attribute.color .swatch-option:not(.plus-button-for-swatches-template).selected:before,
.product-items .swatch-attribute.color .swatch-option:not(.plus-button-for-swatches-template):not(.disabled):hover:before,
.product-items .swatch-attribute.color .swatch-option:not(.plus-button-for-swatches-template).image:not(.disabled):hover:before {
  display: block;
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  border: 1px solid #000;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  box-sizing: border-box;
}
.product-items .swatch-attribute.color .swatch-option:not(.plus-button-for-swatches-template).selected:before,
.product-items .swatch-attribute.color .swatch-option:not(.plus-button-for-swatches-template):not(.disabled):hover:before {
  width: 21px !important;
  height: 21px !important;
  left: -2px !important;
  top: -2px !important;
}
.product-items .swatch-attribute.color .swatch-option:not(.plus-button-for-swatches-template):last-child {
  margin: 0;
}
.product-items .swatch-attribute.color .swatch-option.plus-button-for-swatches-template {
  display: block;
  width: 17px;
  height: 17px;
  min-width: auto;
  color: transparent;
  padding: 0;
  border: 0;
  margin: 0;
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMDUzNTYgMTIuMjI0SDguOTQ5NTZWOS4zOTJIMTEuNzgxNlY4LjQ5Nkg4Ljk0OTU2VjUuNjhIOC4wNTM1NlY4LjQ5Nkg1LjIyMTU2VjkuMzkySDguMDUzNTZWMTIuMjI0WiIgZmlsbD0iYmxhY2siLz4KPGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9ImJsYWNrIi8+Cjwvc3ZnPg==") no-repeat center;
  flex-shrink: 0;
  box-shadow: none;
}
.product-items .swatch-attribute.color .swatch-option.plus-button-for-swatches-template:hover {
  border: 0;
  outline: none;
  color: transparent;
  text-decoration: none;
}
.product-items .swatch-attribute.color .swatch-option.plus-button-for-swatches-template.selected {
  background-color: transparent !important;
  outline: none;
}
.product-items .item.product.product-item {
  text-align: center;
}
.product-items .item.product.product-item .product-item-name {
  font-size: 1.5rem;
  margin: 12px 0 0;
  min-height: 51px;
}
.product-items .item.product.product-item .swatch-attribute:not(.color) {
  display: none;
}
.product-items .item.product.product-item .price-box {
  margin: 0;
}
.label-new {
  width: 70px;
  height: 25px;
  border: 1px solid #6B6D76;
  box-sizing: border-box;
  line-height: 25px;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
  background: white;
  font-size: 11px;
  color: #000000;
}
.product-item {
  position: relative;
}
.product-item .label-new {
  position: absolute;
  right: 5px;
  top: -8px;
}
.product-item.low-opacity {
  opacity: .5;
}
.product-item .price-box {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.product-item .price-box .price {
  font-weight: normal;
}
.product-item .price-box .price-label {
  display: none !important;
}
.product-item .price-box .old-price {
  margin: 0 10px 0 0;
  text-decoration: line-through;
}
.not-available-text {
  color: #e42020;
  font-size: 16px;
  display: block;
}
.catalog-product-view .label-new {
  width: 95px;
  height: 35px;
  line-height: 35px;
  margin: -5px 0 26px;
  font-size: 15px;
}
.catalog-product-view .not-available-text {
  margin-top: 20px;
}
.catalog-product-view .not-available-text:before {
  margin-right: 7px;
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNS4zMDcgMi42NTIyOUMxMy41NjU4IDAuOTExMTA5IDExLjI2NTIgMCA4Ljk2NDY1IDBDNi42NjQxMyAwIDQuMzYzNTQgMC45MTExMDkgMi42MjIyOSAyLjY1MjI5Qy0wLjg3MDg0IDYuMTQ1MzUgLTAuODcwODQgMTEuODQ0IDIuNjIyMjkgMTUuMzM3MUM0LjM3NDEyIDE3LjA4ODkgNi42NjQxNiAxOCA4Ljk2NDY1IDE4QzExLjI2NTEgMTggMTMuNTU1MiAxNy4wODg5IDE1LjMwNyAxNS4zMzcxQzE4Ljg5NCAxMS43NTAyIDE4Ljg5NCA2LjIzOTE4IDE1LjMwNyAyLjY1MjI5Wk04Ljk5OTg0IDE1Ljg2NDdDNy4yMzc1NiAxNS44NjQ3IDUuNDg1NTkgMTUuMTc4OCA0LjE0NTQ2IDEzLjg0OTFDMS43NzEwMSAxMS40NjQxIDEuNDY0OTQgNy43NiAzLjQwNjY5IDUuMDE2MTZMOC45OTk4NCAxMC42MDk0TDEyLjk3ODMgMTQuNTg3OEMxMS43NzUzIDE1LjQ0MjYgMTAuMzgyNCAxNS44NjQ3IDguOTk5ODQgMTUuODY0N1pNMTQuNTkzIDEyLjk3MzJMOC45OTk4NCA3LjM4MDA3TDUuMDIxMzEgMy40MDE2MUM2LjIyNDM2IDIuNTQ2NzkgNy42MTczMiAyLjEyNDYzIDguOTk5ODQgMi4xMjQ2M0MxMC43NjIxIDIuMTI0NjMgMTIuNTE0MSAyLjgxMDYgMTMuODU0MiA0LjE0MDMyQzE2LjIyODYgNi41MjUyOCAxNi41MzQ3IDEwLjIyOTQgMTQuNTkzIDEyLjk3MzJaIiBmaWxsPSIjRTQyMDIwIi8+DQo8cGF0aCBkPSJNOS4wMDAwNCAyLjEyNDYzQzEwLjc2MjMgMi4xMjQ2MyAxMi41MTQzIDIuODEwNiAxMy44NTQ0IDQuMTQwMzJDMTYuMjI4OSA2LjUyNTI1IDE2LjUzNDkgMTAuMjI5NCAxNC41OTMyIDEyLjk3MzJMOS4wMDAwNCA3LjM4MDA3TDguOTY0ODQgNy4zNDQ4OFYxMC41NzQyTDkuMDAwMDQgMTAuNjA5NEwxMi45Nzg1IDE0LjU4NzhDMTEuNzc1NSAxNS40NDI2IDEwLjM4MjYgMTUuODY0NyA5LjAwMDA0IDE1Ljg2NDdDOC45ODgzMyAxNS44NjQ3IDguOTc2NTkgMTUuODY0NCA4Ljk2NDg0IDE1Ljg2NDNWMThDMTEuMjY1MyAxOCAxMy41NTU0IDE3LjA4ODkgMTUuMzA3MiAxNS4zMzcxQzE4Ljg5NDIgMTEuNzUwMiAxOC44OTQyIDYuMjM5MTggMTUuMzA3MiAyLjY1MjMzQzEzLjU2NiAwLjkxMTEwOSAxMS4yNjU0IDAgOC45NjQ4NCAwVjIuMTI0OThDOC45NzY1NSAyLjEyNDkxIDguOTg4MzMgMi4xMjQ2MyA5LjAwMDA0IDIuMTI0NjNaIiBmaWxsPSIjRTQyMDIwIi8+DQo8L3N2Zz4=");
}
div.swatch-option-tooltip {
  display: none !important;
}
.mst-search__result-tabs {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #simplebar-container {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }
  #simplebar-container::-webkit-scrollbar {
    display: none;
  }
}
#simplebar-container {
  width: 100%;
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  align-items: flex-start;
}
.ssb_sb {
  background: #c4c4c4;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.ssb_st {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
}
.block.related,
.block.block-viewed-products-grid,
.block.amrelated-grid-wrapper {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  margin-bottom: 30px !important;
}
.block.related .block-title,
.block.block-viewed-products-grid .block-title,
.block.amrelated-grid-wrapper .block-title {
  text-align: center;
}
.block.related .block-title strong,
.block.block-viewed-products-grid .block-title strong,
.block.amrelated-grid-wrapper .block-title strong {
  font-size: 24px;
  font-weight: bold;
}
.block.related .product-items.slick-slider .slick-slide .product-item,
.block.block-viewed-products-grid .product-items.slick-slider .slick-slide .product-item,
.block.amrelated-grid-wrapper .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.block.related .product-item-info,
.block.block-viewed-products-grid .product-item-info,
.block.amrelated-grid-wrapper .product-item-info {
  width: 100%;
}
.block.related .products,
.block.block-viewed-products-grid .products,
.block.amrelated-grid-wrapper .products {
  margin: 0;
}
.block.amrelated-grid-wrapper#reviews-block .block-title {
  margin-bottom: 0;
}
.block.block-viewed-products-grid {
  background: #f8f8f8;
}
.yotpo .yotpo-regular-box {
  padding-top: 0 !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  border: none;
}
.checkout-agreement.field.choice input[type="checkbox"]:checked + label:before {
  content: '\e90e';
}
.checkout-index-index .gpay-button {
  width: 200px !important;
}
.checkout-index-index .columns .column.main {
  padding-bottom: 0;
}
.checkout-index-index input[type="checkbox"] + label:not([class^='amrma-label']),
.checkout-index-index input[type="radio"] + label:not([class^='amrma-label']) {
  padding-left: 31px;
}
.checkout-index-index input[type="checkbox"] + label:not([class^='amrma-label']):after,
.checkout-index-index input[type="radio"] + label:not([class^='amrma-label']):after {
  border-color: #c4c4c4;
}
.checkout-index-index input[type="checkbox"]:checked + label:not([class^='amrma-label']):before,
.checkout-index-index input[type="radio"]:checked + label:not([class^='amrma-label']):before {
  color: #014495;
  font-size: 8px;
}
.checkout-index-index input[type="checkbox"]:checked + label:not([class^='amrma-label']):before {
  left: 3px;
  top: 2px;
}
.checkout-index-index input:not(input[type="checkbox"]):not(input[type="radio"]) {
  height: 45px;
}
.checkout-index-index input[type="radio"] + label:not([class^='amrma-label']):after {
  width: 18px;
  height: 18px;
}
.checkout-index-index input[type="radio"]:checked + label:not([class^='amrma-label']):before {
  width: 10px;
  height: 10px;
  background: #014495;
}
.checkout-index-index .payment-method-amasty_stripe .amstripe-image {
  position: static;
  transform: none;
}
.checkout-index-index .payment-method-amasty_stripe .payment-method-title .label {
  padding: 0 0 0 32px;
  margin-top: 0;
  max-height: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content {
  padding: 0 22px 0 34px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content p {
  padding: 0 0 0 32px;
}
.checkout-index-index .opc-wrapper .step-title {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 31px;
}
.checkout-index-index .opc-wrapper .amcheckout-shipping-address .step-title {
  margin-bottom: 26px;
}
.checkout-index-index .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border: 0;
  padding: 0;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address {
  margin-bottom: 17px;
}
.checkout-index-index .checkout-payment-method .payment-method-title {
  padding: 0;
  margin-bottom: 10px;
}
.checkout-index-index .page-wrapper .page-header {
  border-bottom: 1px solid #c4c4c4;
}
.checkout-index-index .page-wrapper .page-header .header.content {
  padding: 20px 0;
  box-shadow: none;
}
.checkout-index-index .page-wrapper .page-header .logo {
  float: none;
  margin: auto;
}
.checkout-index-index .checkout-header {
  display: none;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: transparent;
  padding: 0;
  margin-top: 14px;
}
.checkout-index-index .checkout-column:nth-child(2) {
  padding: 0 42px;
}
.checkout-index-index .checkout-block {
  box-shadow: none;
  padding: 0;
  margin: 0 0 26px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: none;
}
.checkout-index-index .opc-wrapper .form-login {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .note {
  margin-top: 4px;
  color: #bbb;
}
.checkout-index-index form.form-shipping-address {
  margin: 0;
}
.checkout-index-index form fieldset,
.checkout-index-index form .fieldset {
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-index-index form fieldset > .field,
.checkout-index-index form .fieldset > .field {
  margin-bottom: 21px;
}
.checkout-index-index form fieldset > .field > .control,
.checkout-index-index form .fieldset > .field > .control {
  width: 100%;
}
.checkout-index-index form fieldset > .field.required > .label:after,
.checkout-index-index form .fieldset > .field.required > .label:after,
.checkout-index-index form fieldset > .field._required > .label:after,
.checkout-index-index form .fieldset > .field._required > .label:after {
  margin-left: 6px;
  color: #000000;
}
.checkout-index-index form fieldset > .field > .label,
.checkout-index-index form .fieldset > .field > .label {
  font-weight: normal;
  margin-bottom: 13px;
}
.checkout-index-index form .field-tooltip .field-tooltip-action:before {
  color: #000000;
}
.checkout-index-index .payment-method {
  position: relative;
  margin-bottom: 30px;
}
.checkout-index-index .payment-method input[type="checkbox"],
.checkout-index-index .payment-method input[type="radio"] {
  position: absolute;
}
.checkout-index-index .secure-note {
  font-size: 14px;
  line-height: 120%;
  color: #C4C4C4;
  display: flex;
  align-items: center;
}
.checkout-index-index .secure-note:before {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  display: block;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAkCAMAAACpD3pbAAAAP1BMVEUAAAAAQJcBRJUARJMBQ5UARJYAQ5UAQ5UAQI8ARJMARJQAQpQAQJUAQ5UAQ5MBRJUARJQBQ5YARZUAQJMBRJWOpvrnAAAAFHRSTlMAIN9A77+fkBCAcGAwr1DPv18wH57YusQAAAC3SURBVDjLzZJbDoMgEACXZQWq1fqY+5+1SYsVQ/CvifMFDGTZhxSkvlOwrndSkyI/QnXBG2BjCKMC6s92AeZ85l/AUlpn0B/bB9haaM12ZwA97aKciDAUj9WddTJe+/oJoXQ5/JaXE/gqURiOm6mqEjyOf0jFHjC5EVwFjC7n3EJFHBfcSMfJh7Z+fjpgDR1zjRt6zQ1s6O1a93l2Gvo7Mk4bGp1EvLbz7kQ6/qXNe7tPv68mdX4DrfQz4gz/4IgAAAAASUVORK5CYII=) no-repeat center / contain;
}
.checkout-index-index .amcheckout-method input[type="radio"],
.checkout-index-index .amcheckout-method input[type="checkbox"] {
  position: absolute;
}
.checkout-index-index .table-checkout-shipping-method tbody td {
  padding: 0 5px;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container {
  padding: 25px 0;
  margin: 0;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .minicart-items-wrapper {
  padding: 15px 25px;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container.-small {
  padding: 25px;
  padding-right: 25px;
  padding-top: 0;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container.-small .payment-option-content {
  padding: 0;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container.-discount {
  border-top: 1px solid #C4C4C4;
  padding-top: 34px;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .step-title.amcheckout-title {
  padding-left: 25px;
  padding-right: 25px;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .step-title.amcheckout-title {
  padding-bottom: 0;
  margin-bottom: 18px;
  border: 0;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .table-totals {
  border-top: 0;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .table-totals th {
  padding-left: 25px;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .table-totals td {
  padding-right: 25px;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .table-totals .totals-tax th {
  padding-bottom: 18px;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .table-totals .grand .mark,
.checkout-index-index .opc-block-summary.amcheckout-summary-container .table-totals .grand .amount {
  padding-top: 18px;
  font-size: 14px;
  border-color: #C4C4C4;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .items-in-cart > .title:after {
  content: none;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .block.items-in-cart {
  margin-bottom: 0;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .block.items-in-cart > .title {
  padding: 0 25px;
  border: 0;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .block.items-in-cart > .title strong {
  font-size: 16px;
  font-weight: bold;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .product-item {
  padding-bottom: 0;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .item-options {
  margin-bottom: 0;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .item-options dt {
  margin-right: 5px;
  font-weight: normal;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .item-options dd {
  font-weight: bold;
}
.checkout-index-index .opc-block-summary.amcheckout-summary-container .swatch-option.text {
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 17px;
  font-weight: inherit;
  min-width: auto;
  height: auto;
}
.checkout-index-index .authentication-wrapper {
  margin: 0;
  position: absolute;
  right: 50px;
  top: 15px;
  width: 30%;
  max-width: 390px;
  min-width: 300px;
}
.checkout-index-index .authentication-wrapper input {
  height: 45px;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown {
  margin-top: 4px;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  padding: 3% 8% 5%;
}
.checkout-index-index .authentication-wrapper .modal-custom .action-close {
  top: -8px;
  right: -9px;
}
.checkout-index-index .authentication-wrapper .block-authentication .block-title {
  margin-bottom: 29px;
}
.checkout-index-index .authentication-wrapper .block-authentication .actions-toolbar {
  margin-top: 29px;
}
.checkout-index-index .authentication-wrapper .block-authentication .actions-toolbar > .primary .action {
  padding: 0;
  width: 105px;
  height: 40px;
}
.checkout-index-index .authentication-wrapper .block-authentication .actions-toolbar > .primary .action span {
  font-size: 16px;
  letter-spacing: 0;
}
.checkout-index-index .authentication-wrapper .block-authentication .actions-toolbar > .secondary {
  padding-top: 6px;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-title {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-title strong {
  color: #000000;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: inherit;
  color: inherit;
  content: '\e903';
  font-family: 'IsaccoIcons';
  margin: 0 0 2px 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-title:after {
  transition: .4s;
  position: static;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-title[aria-expanded="true"]:after {
  transition: .4s;
  transform: rotate(180deg);
  content: '\e903';
}
.checkout-index-index .opc-payment-additional.discount-code .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-index-index .opc-payment-additional.discount-code .actions-toolbar .action.primary,
.checkout-index-index .opc-payment-additional.discount-code .actions-toolbar .amshopby-button,
.checkout-index-index .opc-payment-additional.discount-code .actions-toolbar .am-filter-go {
  padding: 0;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  letter-spacing: 0;
  width: 120px !important;
  color: #ffffff;
  background: #014495;
  border: 0;
  border-radius: 0 1px 1px 0;
  box-shadow: none !important;
}
.checkout-index-index .opc-payment-additional.discount-code .content {
  padding: 0 !important;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-inner {
  position: relative;
  margin-top: 12px;
  margin-bottom: 10px;
}
.checkout-index-index .opc-payment-additional.discount-code input {
  border: 1px solid #bbb;
  box-sizing: border-box;
  border-radius: 1px 0 0 1px;
  height: 45px;
  width: 100%;
  background: transparent;
}
.checkout-index-index .opc-payment-additional.discount-code input::placeholder {
  font-size: 12px;
}
.checkout-index-index .checkout-agreement.field.choice label {
  line-height: 1;
  padding-left: 25px;
}
.checkout-index-index .checkout-agreements.fieldset {
  margin-bottom: 7px;
}
.checkout-index-index .action.primary.checkout,
.checkout-index-index .amshopby-button.checkout,
.checkout-index-index .am-filter-go.checkout {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
}
.checkout-index-index .amcheckout-comment label {
  margin-bottom: 12px;
  display: block;
}
.checkout-index-index .amcheckout-comment textarea {
  height: 140px;
  padding: 10px;
}
.checkout-index-index .amazon-button-container {
  margin-top: 10px;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  padding: 20px;
}
body.cms-home .page-main {
  padding: 0;
}
body.cms-home .top-home-block {
  position: relative;
}
body.cms-home .top-home-block .banner-cta {
  position: absolute;
  bottom: 34.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  background: #014495;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
body.cms-home .top-home-block .home-banner > .banner:not(:first-child) {
  display: none;
}
body.cms-home .top-home-block .home-banner > .banner > a > img {
  width: 100%;
}
body.cms-home .top-home-block .home-banner.slick-slider {
  padding: 0;
}
body.cms-home .top-home-block .home-banner.slick-slider .slick-arrow {
  z-index: 2;
  background: #ffffff url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAxNSAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQwMSAwLjc3Nzc5MkMxMy45NDEgMC43NzY3ODUgMTQuMzc5NiAxLjIxMzg4IDE0LjM4MDYgMS43NTM5MkMxNC4zODExIDIuMDE0MjcgMTQuMjc3NyAyLjI2NDA3IDE0LjA5MzMgMi40NDc5N0wzLjA0NzY1IDEzLjQ4OTdMMTQuMDkzMyAyNC41MzEzQzE0LjQ2ODQgMjQuOTE5NyAxNC40NTc3IDI1LjUzODggMTQuMDY5MyAyNS45MTRDMTMuNjkwMyAyNi4yOCAxMy4wODk2IDI2LjI4IDEyLjcxMDcgMjUuOTE0TDAuOTc2Njg2IDE0LjE4QzAuNTk0OTYzIDEzLjc5ODIgMC41OTQ5NjMgMTMuMTc5MiAwLjk3NjY4NiAxMi43OTczTDEyLjcxMDcgMS4wNjMyNkMxMi44OTM5IDAuODgwNDY2IDEzLjE0MjEgMC43Nzc3OTIgMTMuNDAxIDAuNzc3NzkyWiIgZmlsbD0iIzQxNDE0MSIvPgo8L3N2Zz4=") no-repeat 12px center !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
body.cms-home .top-home-block .home-banner.slick-slider .slick-arrow.slick-prev {
  left: 3.5%;
  transform: translateY(-50%);
}
body.cms-home .top-home-block .home-banner.slick-slider .slick-arrow.slick-next {
  right: 3.5%;
  transform: rotate(180deg) translateY(50%);
}
body.cms-home .top-home-block .home-banner.slick-slider .slick-dots {
  bottom: 23px;
}
body.cms-home .top-home-block .home-banner.slick-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin-left: 0;
  margin-right: 10px;
}
body.cms-home .top-home-block .home-banner.slick-slider .slick-dots li:last-child {
  margin: 0;
}
body.cms-home .top-home-block .home-banner.slick-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f2f2f2;
}
body.cms-home .top-home-block .home-banner.slick-slider .slick-dots li button:before {
  content: none;
}
body.cms-home .top-home-block .home-banner.slick-slider .slick-dots li.slick-active button {
  background: #7B7B7B;
}
body.cms-home .home-categories-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1340px;
  padding: 0 20px;
  margin: auto;
}
body.cms-home .home-categories-block .home-category {
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}
body.cms-home .home-categories-block .home-category img {
  display: block;
  width: 100%;
}
body.cms-home .home-categories-block .category-name {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-align: center;
}
body.cms-home .home-scroller {
  max-width: 1280px;
}
body.cms-home .home-scroller h3 {
  margin-bottom: 48px;
  font-size: 36px;
  text-align: center;
}
body.cms-home .home-scroller .categories-slider .wrapper {
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: block;
}
body.cms-home .home-scroller .categories-slider .wrapper img {
  margin: auto;
}
body.cms-home .home-scroller .categories-slider .category {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
body.cms-home .home-scroller .categories-slider .category .title {
  max-width: 250px;
  margin: auto;
  color: #000000;
}
body.cms-home .home-scroller .categories-slider .category.-custom .wrapper {
  background: #014495;
}
body.cms-home .home-scroller .slick-arrow {
  height: 41px;
  width: 20px;
}
body.cms-home .home-scroller .slick-arrow.slick-next {
  transform: rotate(180deg) translate(-23px, 57px);
}
body.cms-home .home-scroller .slick-arrow.slick-prev {
  transform: translate(-27px, -57px);
}
body.cms-home .home-scroller .slick-slide {
  margin: 0 10px;
  vertical-align: text-top;
}
body.cms-home .home-scroller .slick-list {
  margin: 0 -10px;
  padding: 0;
}
body.cms-home .widget.block-products-list .price-final_price,
body.cms-home .widget.block-products-list [class^=swatch-opt],
body.cms-home .widget.block-products-list .product-item-inner {
  display: none;
}
body.cms-home .widget.block-products-list .product-item {
  max-width: none;
}
body.cms-home .widget.block-products-list .product-item .product-item-photo {
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 0 30px;
}
body.cms-home .widget.block-products-list .product-item .product-item-link {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  max-width: 250px;
  margin: 8px auto 0;
  color: #000000;
  display: block;
}
body.cms-home .title-small {
  margin-top: 53px;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 25px;
}
body.cms-home .site-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  width: 95%;
  margin: auto;
}
body.cms-home .site-text a {
  color: #5ca901;
}
.cms-no-route .not-found-wrapper {
  margin: 0 0 -123px;
  text-align: center;
}
.cms-no-route .not-found-wrapper img {
  max-width: 240px;
}
.cms-no-route .not-found-wrapper .text {
  margin: 16px 0 24px;
  font-weight: 500;
  font-size: 20px;
}
.cms-no-route .not-found-wrapper .action.primary,
.cms-no-route .not-found-wrapper .amshopby-button,
.cms-no-route .not-found-wrapper .am-filter-go {
  width: 230px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  letter-spacing: 0;
}
.contact-index-index h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
.contact-index-index .page-title-wrapper,
.contact-index-index .contacts-wrapper {
  max-width: 705px;
  margin: auto;
}
.contact-index-index .contacts-wrapper .field.note {
  font-size: 14.5px;
  border-bottom: 1px solid;
  padding-bottom: 9px;
  margin-bottom: 29px;
}
.contact-index-index .contacts-wrapper a {
  display: block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left;
  color: #000000;
  font-size: 16px;
  margin-bottom: 13px;
}
.contact-index-index .contacts-wrapper a:visited {
  color: #000000;
}
.contact-index-index .contacts-wrapper a.phone {
  background-image: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/icon-phone.svg');
}
.contact-index-index .contacts-wrapper a.whatsapp {
  background-image: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/icon-whatsapp.svg');
}
.contact-index-index .contacts-wrapper a.office {
  background-image: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/icon-fax.svg');
}
.contact-index-index .contacts-wrapper a.mail {
  background-image: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/icon-email.svg');
}
.contact-index-index .contacts-wrapper p {
  margin-bottom: 10px;
  font-size: 15px;
}
.contact-index-index .contacts-wrapper p.first {
  margin-top: 25px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  max-width: 100%;
  margin-top: 34px;
  width: 100%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact input {
  height: 45px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset > .field {
  margin-bottom: 21px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset > .field > .control {
  width: 100%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset > .field > .label {
  font-weight: normal;
  margin-bottom: 13px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset > .field > .label:after {
  margin-left: 6px;
  color: #000000;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset .action.primary,
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset .amshopby-button,
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset .am-filter-go {
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  letter-spacing: 1px;
  text-align: center;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset .primary {
  text-align: left;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset textarea {
  height: 170px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset:after {
  content: none;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset .actions-toolbar {
  margin-top: 36px;
}
.contact-index-index .columns .column.main {
  padding-bottom: 0;
}
.cms-about-us .page-title {
  margin-bottom: 23px;
}
.cms-about-us .column.main {
  padding-bottom: 0;
  font-size: 16px;
}
.cms-about-us .column.main p {
  margin-bottom: 19px;
  line-height: 24px;
}
.cms-about-us .column.main .separate {
  margin-top: 30px;
  margin-bottom: 17px;
}
.grecaptcha-badge {
  z-index: 1;
}
.block-collapsible-nav .item {
  margin: 0;
}
.block-collapsible-nav .item > strong,
.block-collapsible-nav .item > a {
  padding: 3px 18px 3px 0;
}
.block-collapsible-nav .item a:hover {
  color: #5ca901;
}
.nav.items {
  padding: 0;
  list-style: none;
}
.nav.items strong {
  font-weight: normal;
}
body.account .table-wrapper.orders-recent {
  margin: 0;
}
body.account .table-wrapper {
  border: 0;
}
body.account .column.main a {
  color: #5ca901;
}
body.account .table-order-items {
  font-size: 16px;
}
body.account .table-order-items th {
  color: #bbb;
  font-weight: 500;
  font-size: 14px;
}
body.account .table-order-items.table > tbody > tr > td {
  border-color: #bbb;
}
body.account .messages {
  margin-bottom: 0;
}
body.account .page-main .block .block-title {
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
}
body.account .page-main .block .block-title strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
body.account .page-main .block .box {
  padding: 25px;
  background: rgba(196, 196, 196, 0.1);
  box-sizing: border-box;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.account .page-main .block .box .box-actions .action {
  margin-right: 30px;
}
body.account .page-main .block .box .box-actions .action:after {
  content: none;
}
body.account .page-main .block .box-content {
  font-size: 14px;
}
body.account.sales-order-history .orders-history {
  margin: 0 0 40px;
}
body.account.sales-order-history .orders-history .col.actions .action:after {
  content: none;
}
body.account.wishlist-index-index .product-item-name {
  text-align: center;
}
body.account.wishlist-index-index .product-item-name .product-item-link {
  color: #000000;
}
body.account.wishlist-index-index .actions-toolbar .action {
  background: #014495;
  border: 0;
  color: #ffffff;
  box-shadow: none;
  border-radius: 2px;
}
body.account.wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-item-inner {
  display: none;
}
body.account.customer-address-index .customer-addresses-toolbar {
  margin-bottom: 0;
}
body.account.customer-address-form .form-address-edit fieldset,
body.account.customer-account-edit .form-address-edit fieldset,
body.account.newsletter-manage-index .form-address-edit fieldset,
body.account.customer-address-form .form-edit-account fieldset,
body.account.customer-account-edit .form-edit-account fieldset,
body.account.newsletter-manage-index .form-edit-account fieldset,
body.account.customer-address-form .form-newsletter-manage fieldset,
body.account.customer-account-edit .form-newsletter-manage fieldset,
body.account.newsletter-manage-index .form-newsletter-manage fieldset {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
body.account.customer-address-form .form-address-edit fieldset > .field,
body.account.customer-account-edit .form-address-edit fieldset > .field,
body.account.newsletter-manage-index .form-address-edit fieldset > .field,
body.account.customer-address-form .form-edit-account fieldset > .field,
body.account.customer-account-edit .form-edit-account fieldset > .field,
body.account.newsletter-manage-index .form-edit-account fieldset > .field,
body.account.customer-address-form .form-newsletter-manage fieldset > .field,
body.account.customer-account-edit .form-newsletter-manage fieldset > .field,
body.account.newsletter-manage-index .form-newsletter-manage fieldset > .field {
  margin-bottom: 21px;
}
body.account.customer-address-form .form-address-edit fieldset > .field > .control,
body.account.customer-account-edit .form-address-edit fieldset > .field > .control,
body.account.newsletter-manage-index .form-address-edit fieldset > .field > .control,
body.account.customer-address-form .form-edit-account fieldset > .field > .control,
body.account.customer-account-edit .form-edit-account fieldset > .field > .control,
body.account.newsletter-manage-index .form-edit-account fieldset > .field > .control,
body.account.customer-address-form .form-newsletter-manage fieldset > .field > .control,
body.account.customer-account-edit .form-newsletter-manage fieldset > .field > .control,
body.account.newsletter-manage-index .form-newsletter-manage fieldset > .field > .control {
  width: 100%;
}
body.account.customer-address-form .form-address-edit fieldset > .field > .label,
body.account.customer-account-edit .form-address-edit fieldset > .field > .label,
body.account.newsletter-manage-index .form-address-edit fieldset > .field > .label,
body.account.customer-address-form .form-edit-account fieldset > .field > .label,
body.account.customer-account-edit .form-edit-account fieldset > .field > .label,
body.account.newsletter-manage-index .form-edit-account fieldset > .field > .label,
body.account.customer-address-form .form-newsletter-manage fieldset > .field > .label,
body.account.customer-account-edit .form-newsletter-manage fieldset > .field > .label,
body.account.newsletter-manage-index .form-newsletter-manage fieldset > .field > .label {
  font-weight: normal;
  margin-bottom: 13px;
}
body.account.customer-address-form .form-address-edit fieldset > .field > .label:after,
body.account.customer-account-edit .form-address-edit fieldset > .field > .label:after,
body.account.newsletter-manage-index .form-address-edit fieldset > .field > .label:after,
body.account.customer-address-form .form-edit-account fieldset > .field > .label:after,
body.account.customer-account-edit .form-edit-account fieldset > .field > .label:after,
body.account.newsletter-manage-index .form-edit-account fieldset > .field > .label:after,
body.account.customer-address-form .form-newsletter-manage fieldset > .field > .label:after,
body.account.customer-account-edit .form-newsletter-manage fieldset > .field > .label:after,
body.account.newsletter-manage-index .form-newsletter-manage fieldset > .field > .label:after {
  margin-left: 6px;
  color: #000000;
}
body.account.customer-address-form .form-address-edit .actions-toolbar button,
body.account.customer-account-edit .form-address-edit .actions-toolbar button,
body.account.newsletter-manage-index .form-address-edit .actions-toolbar button,
body.account.customer-address-form .form-edit-account .actions-toolbar button,
body.account.customer-account-edit .form-edit-account .actions-toolbar button,
body.account.newsletter-manage-index .form-edit-account .actions-toolbar button,
body.account.customer-address-form .form-newsletter-manage .actions-toolbar button,
body.account.customer-account-edit .form-newsletter-manage .actions-toolbar button,
body.account.newsletter-manage-index .form-newsletter-manage .actions-toolbar button {
  width: 100%;
  height: 45px;
  padding: 0;
  line-height: 45px;
  border-radius: 2px;
}
body.account.customer-address-form .form-address-edit .legend,
body.account.customer-account-edit .form-address-edit .legend,
body.account.newsletter-manage-index .form-address-edit .legend,
body.account.customer-address-form .form-edit-account .legend,
body.account.customer-account-edit .form-edit-account .legend,
body.account.newsletter-manage-index .form-edit-account .legend,
body.account.customer-address-form .form-newsletter-manage .legend,
body.account.customer-account-edit .form-newsletter-manage .legend,
body.account.newsletter-manage-index .form-newsletter-manage .legend {
  border: 0;
  padding: 0;
  margin-bottom: 35px;
}
body.account.customer-address-form .form-address-edit .legend span,
body.account.customer-account-edit .form-address-edit .legend span,
body.account.newsletter-manage-index .form-address-edit .legend span,
body.account.customer-address-form .form-edit-account .legend span,
body.account.customer-account-edit .form-edit-account .legend span,
body.account.newsletter-manage-index .form-edit-account .legend span,
body.account.customer-address-form .form-newsletter-manage .legend span,
body.account.customer-account-edit .form-newsletter-manage .legend span,
body.account.newsletter-manage-index .form-newsletter-manage .legend span {
  font-weight: bold;
  font-size: 22px;
}
body.account .field.customer_type {
  display: flex;
}
body.account .toolbar select {
  background-color: #ffffff;
  padding-right: 23px;
  cursor: pointer;
}
body.account .toolbar .toolbar-amount {
  line-height: 40px;
}
.cart-empty {
  text-align: center;
}
.cart-empty p {
  font-size: 20px;
  font-weight: bold;
  margin: 19px 0 21px;
}
.cart-empty .action.primary,
.cart-empty .amshopby-button,
.cart-empty .am-filter-go {
  width: 230px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  text-align: center;
}
.cart-empty img {
  max-width: 85px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
body.cms-home .page-main {
  padding: 0;
}
body.cms-home .page-title-wrapper {
  display: none;
}
body.cms-home .column.main {
  padding-bottom: 0;
}
body.cms-home .banner-home .row-full-width-inner {
  max-width: 100%;
}
body.cms-home .banner-home .row-full-width-inner .pagebuilder-slider {
  padding: 0;
}
body.cms-home .banner-home .row-full-width-inner .pagebuilder-slider .slick-slide a {
  position: relative;
}
body.cms-home .banner-home .row-full-width-inner .pagebuilder-slider .slick-slide a:after {
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
body.cms-home .banner-home .row-full-width-inner .pagebuilder-slider .slick-arrow {
  background: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/prev.svg') center center !important;
  border: 2px solid #ffffff;
  height: 48px;
  transform: translate(0, 0);
  width: 48px;
  z-index: 1;
}
body.cms-home .banner-home .row-full-width-inner .pagebuilder-slider .slick-arrow.slick-prev {
  left: 27px;
}
body.cms-home .banner-home .row-full-width-inner .pagebuilder-slider .slick-arrow.slick-next {
  right: 27px;
  transform: rotate(180deg);
}
body.cms-home .banner-home .row-full-width-inner .pagebuilder-poster-content .pagebuilder-slide-button {
  align-items: center;
  background-color: #014495;
  border-radius: 0;
  color: #ffffff;
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 1;
}
body.cms-home .banner-home .row-full-width-inner .pagebuilder-poster-content .pagebuilder-slide-button:hover,
body.cms-home .banner-home .row-full-width-inner .pagebuilder-poster-content .pagebuilder-slide-button:active {
  color: #ffffff;
}
body.cms-home .banner-home .row-full-width-inner .pagebuilder-poster-content .pagebuilder-slide-button:after {
  background: url("../../frontend/AbitiProfessionali/isacco/it_IT/images/icon-arrow-white.svg") center center no-repeat;
  content: '';
  display: block;
  height: 16px;
  width: 22px;
}
body.cms-home .section-uniform .pagebuilder-column-line,
body.cms-home .section-supplier .pagebuilder-column-line {
  gap: 34px;
}
body.cms-home .category-section {
  text-align: center;
}
body.cms-home .category-section .pagebuilder-column {
  position: relative;
}
body.cms-home .category-section .pagebuilder-column .category-section-button {
  bottom: 38px;
  position: absolute;
  right: 29px;
}
body.cms-home .category-section .pagebuilder-column .category-section-button .pagebuilder-button-secondary {
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
  opacity: 0.7;
}
body.cms-home .category-section .pagebuilder-column .category-section-button .pagebuilder-button-secondary:after {
  background: url("../../frontend/AbitiProfessionali/isacco/it_IT/images/icon-arrow.svg") center center no-repeat;
  content: '';
  display: block;
  height: 21px;
  width: 21px;
}
body.cms-home .category-section .pagebuilder-column h3 {
  align-items: center;
  color: #ffffff;
  display: flex;
  margin: 0;
  text-align: left;
}
body.cms-home .section-uniform h2 {
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 22px;
}
body.cms-home .section-uniform ul {
  list-style-type: none;
  margin-bottom: 28px;
  padding: 0;
}
body.cms-home .section-uniform ul li {
  display: flex;
  font-size: 16px;
  flex-direction: row;
  line-height: 30px !important;
  margin-bottom: 0;
}
body.cms-home .section-uniform ul li:before {
  content: '✔';
  display: block;
  font-size: 16px;
  margin-right: 4px;
}
body.cms-home .section-uniform div[data-content-type="button-item"] {
  width: 100%;
}
body.cms-home .section-uniform div[data-content-type="button-item"] .pagebuilder-button-primary {
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  width: 100%;
}
body.cms-home .section-uniform div[data-content-type="button-item"] .pagebuilder-button-primary:after {
  background: url("../../frontend/AbitiProfessionali/isacco/it_IT/images/icon-pen.svg") center center no-repeat;
  content: '';
  display: block;
  height: 32px;
  width: 32px;
}
body.cms-home .section-best-seller h2 {
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 18px;
}
body.cms-home .section-best-seller .best-seller .product-items {
  padding-bottom: 51px;
}
body.cms-home .section-best-seller .best-seller .product-items .slick-arrow {
  background: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/prev-black.svg') center center !important;
  border: 2px solid #ffffff;
  height: 51px;
  transform: translate(0, 0);
  top: 90%;
  width: 51px;
}
body.cms-home .section-best-seller .best-seller .product-items .slick-arrow.slick-prev {
  left: 50%;
  transform: translateX(-125%);
  z-index: 0;
}
body.cms-home .section-best-seller .best-seller .product-items .slick-arrow.slick-next {
  right: 50%;
  transform: translateX(100%) rotate(180deg);
  z-index: 0;
}
body.cms-home .section-best-seller .best-seller .product-items .product-item-inner,
body.cms-home .section-best-seller .best-seller .product-items .swatch-attribute {
  display: none;
}
body.cms-home .section-best-seller .best-seller .product-items .price-box {
  justify-content: start;
  margin: 0;
}
body.cms-home .section-supplier .section-supplier-content {
  justify-content: center !important;
}
body.cms-home .section-supplier .section-supplier-content h2 {
  font-weight: 500;
  margin: 0 0 18px;
}
body.cms-home .section-supplier .section-supplier-image {
  position: relative;
}
body.cms-home .section-supplier .section-supplier-image img {
  width: 100%;
}
body.cms-home .section-brands .amslider-header-container {
  font-weight: 500;
  padding: 0;
}
body.cms-home .section-brands .ambrands-slider.amslider .swiper-button-prev {
  background: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/prev-black.svg') center center no-repeat;
  border-radius: 0;
  height: 48px;
  left: 50%;
  top: 100%;
  transform: translateX(-125%);
  width: 48px;
  z-index: 0;
}
body.cms-home .section-brands .ambrands-slider.amslider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.25;
}
body.cms-home .section-brands .ambrands-slider.amslider .swiper-button-next {
  background: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/prev-black.svg') center center no-repeat;
  border-radius: 0;
  height: 48px;
  left: 50%;
  top: 100%;
  transform: rotate(180deg);
  width: 48px;
  z-index: 0;
}
body.cms-home .section-brands .ambrands-slider.amslider .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
body.cms-home .section-about-us h2 {
  font-weight: 500;
  margin: 0;
}
body.cms-home .section-professional-workwear {
  position: relative;
}
body.cms-home .section-professional-workwear:before {
  background-color: #002D67;
  content: '';
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.cms-home .section-professional-workwear:after {
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
body.cms-home .section-professional-workwear h1 {
  color: #6da645;
  margin-bottom: 0;
}
body.cms-home .section-professional-workwear .row-full-width-inner {
  max-width: 960px;
  z-index: 5;
}
body.cms-home .section-professional-workwear p {
  margin-bottom: 0;
}
body.cms-home .section-professional-workwear ul {
  color: #ffffff;
  margin-bottom: 0;
  padding-left: 16px;
}
body.cms-home .section-professional-workwear ul li {
  text-decoration: underline;
}
body.cms-home .section-professional-workwear ul li a:hover {
  color: #ffffff;
}
body.cms-home .section-professional-workwear .row-full-width-inner > div {
  margin-bottom: 5px;
}
body.cms-home .section-our-work {
  background-position: bottom left !important;
  background-size: auto !important;
}
body.cms-home .section-our-work .section-our-work-image img {
  height: 100% !important;
  width: 100%;
}
body.cms-home .section-our-work .section-our-work-content div {
  margin-top: 0 !important;
}
body.cms-home .section-our-work .section-our-work-content h2 {
  margin: 0;
}
.rating-summary .rating-result > span:before {
  color: #fec600;
}

.product-info-main .product-reviews-summary {
  margin-bottom: 25px;
}
.products.list.items.product-items .product-reviews-summary {
  margin-bottom: 15px;
}

.product-reviews-summary .reviews-actions {
   /*line-height: 16px;*/
}
.product-info-main .reviews-actions {
  font-size: 1.6rem;
}
.product-info-main .rating-summary {
  margin-right: 5px;
}

.product-reviews-summary.store-rating-summary {
  text-align: center;
  margin-bottom: 50px;
}

.store-rating-summary,
.product-reviews-summary.store-rating-summary .reviews-actions {
  font-size: 14px;
  margin-top: 5px;
}
.store-rating-summary .store-avg-rating {
  font-weight: bold;
  margin-left: 15px;
}
.customer-account-forgotpassword .store-avg-rating,
.customer-account-login .store-avg-rating {
  color: #343841 !important;
}

.box-reviews {
  clear: both;
  overflow: hidden;
}
.box-reviews h2 {
  text-align: center;
  margin-bottom: 50px;
}
.customer-reviews-sidebar {
  float: left;
  width: 25%;
}
.customer-reviews-main {
  float: left;
  width: 75%;
}
.customer-reviews-badge {
  border-radius: 50%;
  border: 5px solid #fec600;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: bold;
}
.customer-reviews-badge .badge-value {
  margin-top: 20%;
  font-size: 48px;
}
.customer-reviews-badge .badge-text {
  padding: 0 15px;
}

.customer-reviews-sidebar .product-reviews-summary {
  text-align: center;
}
.customer-reviews-sidebar .rating-summary .rating-result {
  width: 140px;
}
.customer-reviews-sidebar .rating-summary .rating-result:before,
.customer-reviews-sidebar .rating-summary .rating-result > span:before {
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  width: 140px;
}
.customer-reviews-sidebar .product-reviews-summary .reviews-actions {
  font-size: 25px;
}
.customer-reviews-sidebar .rating-count {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;
  color: #999;
}

.customer-reviews-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
  border-bottom: 1px #ececec solid;
}
.customer-reviews-item .review-detail {
  float: left;
  width: 75%;
}
.customer-reviews-item .review-detail .review-ratings {
  float: left;
  margin-right: 15px;
}
.customer-reviews-item .review-detail .reviews-actions {
  /*line-height: 16px;*/
  font-size: 1.3rem;
  margin-top: 2px;
}
.customer-reviews-item .review-detail .review-recommend {
  color: #20a94f;
  display: block;
  margin-top: 15px;
}
.customer-reviews-item .review-detail .review-recommend:before {
  font-family: 'luma-icons';
  content: '\e610';
  color: #20a94f;
  margin-right: 10px;
}
.customer-reviews-item .review-detail .review-verified {
  display: block;
  margin-top: 5px;
}
.customer-reviews-item .review-date {
  float: right;
  width: 25%;
  text-align: right;
}
.customer-reviews-item .review-content {
  margin: 25px 0;
}
.customer-reviews-item .review-rating {
  float: none;
}
.customer-reviews-main .reviews-pagination {
  margin: 20px 0;
  text-align: right;
}
.customer-reviews-main .reviews-pagination button {
  background: transparent;
  border: 0 none;
  font-size: 24px;
  color: #999;
  padding: 0 10px;
}
.customer-reviews-main .reviews-pagination button.reviews-page-previous {
  padding-left: 0;
}
.customer-reviews-main .reviews-pagination button.reviews-page-next {
  padding-right: 0;
}
.customer-reviews-main .reviews-pagination button span {
  text-indent: -9999px;
  display: block;
}
.customer-reviews-main .reviews-pagination button:before {
  font-family: 'luma-icons';
}
.customer-reviews-main .reviews-pagination .reviews-page-previous:before {
  /*content: '\e617';*/

  content: " ";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAkCAYAAAB4+EEtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEMwRjRGNEI2NTA1MTFFODlDRkJDOEZGMDNDMjc5RkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEMwRjRGNEM2NTA1MTFFODlDRkJDOEZGMDNDMjc5RkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzBGNEY0OTY1MDUxMUU4OUNGQkM4RkYwM0MyNzlGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzBGNEY0QTY1MDUxMUU4OUNGQkM4RkYwM0MyNzlGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuuhFr4AAAHySURBVHjaYvj//z8DtfD+ffs8C/PzF/z9+5cJmzzVLDp+7JiDlrr6e2V5hf+lRcWzaWbZ2bNnzXU1td6CLILiH3U1NRPQ1TExUAiuXLlimJyQuOnbt29CyOJycvIPMRRT4qNbN29qmRgYPkHyEdhXkydOrKJqMD64f1/ZwtT0AbpFne0drbj0kGXR0ydP5G0tre6gW9RQWzcBnz6SLXr58qWEk539VTSL/peXls4kpJcki96+fSvi7uJyDt2i/JzcRf/+/WOimmWfPn4S8PXyOoFuUXpK6uo/f/6wEGMGURZ9/fqVOyQw8CC6RfExsVt+/vzJTqyDCSr48eMHZ1R4xC50iyJCw/Z8//6dk5RowCv569cv9qT4+I3oFgX6+R/+/PkzL6mJC6cEKB4y09NXolvk7eF56sOHD0LkZBmsgqCUBSq90S1ydXK+8PbNGzFyCwKsglXlFdPRLXKwsb3+4sULaUqKNwyB5samHlBpgGyRtbnFvcePH8tTWjugcHq7uxvRLTIzNvl/7+5dNWpURRRXMSSBAQtGuicQuid9umZquhdXdC+I6V7F0L3ypHuzgO4NHro35ejeSKV78xuGL1++bGigq/cS3cI5s2YXUr2K0dHROT93wXw/Li6ud8jijx49lKdqL2ZAOoPEdnMBAgwA47dmQi1IcfQAAAAASUVORK5CYII=') no-repeat center center;
  background-size: 1.5rem;
}
.customer-reviews-main .reviews-pagination .reviews-page-next:before {
  /*content: '\e608';*/

  content: " ";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAkCAYAAAB4+EEtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTczNThGODk2NTA1MTFFODg4NTNCOTRERUY5NkY0RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTczNThGOEE2NTA1MTFFODg4NTNCOTRERUY5NkY0RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNzM1OEY4NzY1MDUxMUU4ODg1M0I5NERFRjk2RjRFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNzM1OEY4ODY1MDUxMUU4ODg1M0I5NERFRjk2RjRFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgy3bOcAAAHoSURBVHjaYvj//z8DNvz371+mwvz8Bfv37fPEpYZUjFOitKh4trK8wn8tdfX3x48dc6CZZXU1NROAFv0AWQbCuppab8+ePWtOqWVMDFiAnJz8Q2T+t2/fhJITEjdduXLFkIESgMsVkydOrEL2HQibGBg+uXXzphbV4wyEO9s7WtEttDA1ffDg/n1lqlsGwg21dRPQLbS1tLrz9MkTeapbBsLlpaUzkS0DYSc7+6svX76UoLpl//79Y8rPyV2EbqG7i8u5t2/filDVMhD+8+cPS3pK6mp0C329vE58+vhJgKqWgfDPnz/Z42Nit6BbGBIYePDr16/cVLUMhL9//84ZERq2B93CqPCIXT9+/OCkqmUg/PnzZ95AP//D6BYmxcdv/PXrFztVLQPhDx8+CHl7eJ5CtzAzPX0lKH6pahkIv33zRszVyfkCuoWg2gKUgqlqGQi/ePFC2sHG9jq6hVXlFdOpbhkIP378WN7a3OIemoU/mhubeqhuGQjfu3tXzczY5D+6hb3d3Y14qxiagSEVjHRLIHRL+nTL1HQrruhWENOtiqFb5UnXZgHdGjx0a8rRrZFKt+b3nFmzC9EtMtDVe3n58mVDqvdiHj16KI/M5+Liejd3wXw/HR2d8zSpYujWGaRVNxcgwACCBGZCkbCUIAAAAABJRU5ErkJggg==') no-repeat center center;
  background-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .box-reviews {
    order: 4;
    margin-top: 25px;
  }
  .customer-reviews-sidebar {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .customer-reviews-main {
    float: none;
    width: 100%;
  }

  .customer-reviews-main .reviews-pagination .reviews-page-previous:before,
  .customer-reviews-main .reviews-pagination .reviews-page-next:before {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 1.8rem;
   }

  .product-reviews-summary .reviews-actions {
    line-height: 1.4rem;
  }
  .product-info-main .product-reviews-summary .reviews-actions {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 5px;
  }
  .product-reviews-summary .reviews-actions {
    line-height: 1.4rem;
  }

  .store-rating-summary,
  .product-reviews-summary.store-rating-summary .reviews-actions {
    margin-top: 10px;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/* The issue with a blurred text was fixed */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate(0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/AbitiProfessionali/isacco/it_IT/Amasty_Cart/css/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.whatsapp_a i {
    font-size: 40px;
    margin-top: 10px;
}

.whatsapp_a {
    border: medium none;
    border-radius: 50%;
    box-shadow: none;
    height: 60px;
    line-height: normal;
    margin: 0;
    opacity: 0.9;
    outline: medium none;
    padding: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 60px;
    z-index: 99999999;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all ease-in 1s;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.tada:hover {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.rotate:hover {
    -webkit-animation-name: rotation;
    animation-name: rotation;
}

.whatsapp_a.grow:hover {
    transform: scale(1.2);
}

.whatsapp_a.shrik:hover {
    transform: scale(0.8);
}

@-webkit-keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.buzz:hover {
    -webkit-animation-name: buzz;
    animation-name: buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/AbitiProfessionali/isacco/it_IT/Magecomp_Whatsappcontact/whatsappcontact/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/AbitiProfessionali/isacco/it_IT/Magecomp_Whatsappcontact/whatsappcontact/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/AbitiProfessionali/isacco/it_IT/Magecomp_Whatsappcontact/whatsappcontact/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/AbitiProfessionali/isacco/it_IT/Magecomp_Whatsappcontact/whatsappcontact/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/AbitiProfessionali/isacco/it_IT/Magecomp_Whatsappcontact/whatsappcontact/css/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/AbitiProfessionali/isacco/it_IT/Magecomp_Whatsappcontact/whatsappcontact/css/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/**
 * @package     Plumrocket_Newsletterpopup
 * @copyright   Copyright (c) 2017 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
 */

/*=== animate ===*/
.newspopup-animated-form {
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
        animation-duration: 1s;
  -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

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

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

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


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



/* Effect 8: 3D flip horizontal */
@-webkit-keyframes flip3d_hor {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-110deg);
    -moz-transform: rotateY(-110deg);
    -ms-transform: rotateY(-110deg);
    transform: rotateY(-110deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flip3d_hor {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-110deg);
    -moz-transform: rotateY(-110deg);
    -ms-transform: rotateY(-110deg);
    transform: rotateY(-110deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}


@keyframes flip3d_hor {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-110deg);
    -moz-transform: rotateY(-110deg);
    -ms-transform: rotateY(-110deg);
    transform: rotateY(-110deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.flip3d_hor {
  -webkit-animation-name: flip3d_hor;
  -moz-animation-name: flip3d_hor;
          animation-name: flip3d_hor;
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*background animation*/
.prpop-addedoverlay {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration:0.25s;
        animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
        animation-fill-mode: both;
  -webkit-animation-name: background_a;
  -moz-animation-name: background_a;
        animation-name: background_a;
}


@-webkit-keyframes background_a {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@-moz-keyframes background_a {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes background_a {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}
/**
 * @package     Plumrocket_Newsletterpopup
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
*/
/**
 * @package     Plumrocket_Newsletterpopup
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
*/

@-webkit-keyframes show_newspopup_up_bg {
    0% {overflow-y: hidden;}
    100% {overflow-y: auto;}
}

@-moz-keyframes show_newspopup_up_bg {
    0% {overflow-y: hidden;}
    100% {overflow-y: auto;}
}

@keyframes show_newspopup_up_bg {
    0% {overflow-y: hidden;}
    100% {overflow-y: auto;}

}

.newspopup_up_bg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
}

.newspopup_ov_hidden {
    overflow: hidden;
}

.newspopup_up_bg input {
    opacity: 1;
}

.newspopup_up_bg div.mage-error {
    background: #BA0000;
    bottom: 0px;
    color: #FFF !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    min-height: 13px;
    padding: 10px !important;
    position: absolute !important;
    white-space: normal;
    left: -160px;
    width: 150px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newspopup_up_bg div.mage-error:after {
    position: absolute;
    right: -8px;
    bottom: 8px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #BA0000;
}

.newspopup_up_bg *:focus,
.newspopup_up_bg input:not([disabled]):focus,
.newspopup_up_bg textarea:not([disabled]):focus,
.newspopup_up_bg select:not([disabled]):focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.newspopup_up_bg .required-entry.mage-error {
    border: 1px solid #F00 !important;
}

.newspopup_up_bg .required-entry.mage-error:focus {
    -webkit-box-shadow: 0 0 3px 1px #FFB5B5;
    ;
    -moz-box-shadow: 0 0 3px 1px #FFB5B5;
    ;
    box-shadow: 0 0 3px 1px #FFB5B5;
    ;
}

.pr-mode-form .error, .pr-mode-form .success, .pr-mode-form .notice,
.newspopup_up_bg .error, .newspopup_up_bg .success, .newspopup_up_bg .notice {
    padding: 6px 5px 6px 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 8px;
    font-size: 11px;
    text-align: left;
    font-weight: 700;
    width: 100%;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: 2px center;
    display: table-cell;
    vertical-align: middle;
    min-height: 41px;
    height: 41px;
}

.pr-mode-form .error,
.newspopup_up_bg .error {
    background-color: #F8B9B9;
    color: #630C0C;
    background-image: url("../../frontend/AbitiProfessionali/isacco/it_IT/Plumrocket_Newsletterpopup/images/popup_error.png");
}

.pr-mode-form .notice,
.newspopup_up_bg .notice {
    background-color: #fdf0d5;
    color: #6f4400;
}

.newspopup_up_bg .success {
    background-color: #8FF387;
    color: #0E5005;
    background-image: url("../../frontend/AbitiProfessionali/isacco/it_IT/Plumrocket_Newsletterpopup/images/popup_success.png");
}

.newspopup_up_bg .error a,
.newspopup_up_bg .success a {
    color: #141313;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

.newspopup_up_bg .error a:hover,
.newspopup_up_bg .success a:hover {
    text-decoration: underline;
}

.newspopup_up_bg .newspopup-messages-holder {
    display: table;
    width: 100%;
    margin-bottom: 7px;
}

.newspopup_up_bg .newspopup-messages-holder-tr {
    display: table-row;
}

.newspopup_up_bg .error a,
.newspopup_up_bg .success a {
    color: #141313;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

.newspopup_up_bg .error a:hover,
.newspopup_up_bg .success a:hover {
    text-decoration: underline;
}

.newspopup_up_bg .error p,
.newspopup_up_bg .success p {
    margin-bottom: 0;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="radio"]+label {
    display: inline-block !important;
    margin-right: 10px;
    font-size: 12px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .pl-clearfix:before,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .pl-clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item input[type="radio"]+label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input[type="radio"]+label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item input[type="checkbox"]+label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input[type="checkbox"]+label {
    font-size: 12px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="text"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="email"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="password"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="date"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="number"] {
    -webkit-appearance: none;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item {
    text-align: left;
    margin-bottom: 5px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item input,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item label {
    display: inline-block !important;
    vertical-align: middle;
    margin: 2px 0 0 5px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item+div:not(.mailchimp_item),
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item+div:not(.integration_item) {
    margin-top: 10px !important;
    position: relative;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form select[name="mailchimp_list"] {
    margin-bottom: 15px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul+h3 {
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul li:before,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul li:after {
    content: "";
    display: block;
    clear: both;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .newspopup_button_wrapper {
    position: relative;
}

label.data-agreement,
input.data-agreement {
    vertical-align: middle;
    float: left;
}

label.data-agreement,
.prgdpr-consent-checkbox label {
    font-size: 12px;
    line-height: 16px;
    width: 90%;
    text-align: left;
}

.pr-mode-form .newspopup-up-form.newspopup-theme label.data-agreement {
    font-size: 12px;
}

div.agreement-hld #agreement-error {
    bottom: initial !important;
    top: -8px;
}

.modals-wrapper .modal-popup.nl_agreement-modal {
    z-index: 8000;
}

.newspopup-blur {
    -webkit-filter: blur(1.7px);
    -moz-filter: blur(1.7px);
    filter: blur(1.7px);
}

.newspopup-message-success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    -webkit-box-shadow: 0 0 30px 0 #292929;
    -moz-box-shadow: 0 0 30px 0 #292929;
    box-shadow: 0 0 30px 0 #292929;
    max-width: 516px;
    width: 100%;
    margin: 10% auto 5% auto;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: 0;
    border-radius: 12px;
    overflow: hidden;
}

.pr-mode-form .newspopup-message-success {
    transform: none;
}

.newspopup-message-success * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.newspopup-message-success .success-head-wrp{
    background-image: url("../../frontend/AbitiProfessionali/isacco/it_IT/Plumrocket_Newsletterpopup/images/success_bg_c.png");
    background-color: #0e62e2;
    background-position: center;
    background-size: cover;
    padding: 20px 15px;
    position: relative;
}

.newspopup-message-success .success-head-wrp:after{
    position: absolute;
    content: '';
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #0e62e3;
}

.newspopup-message-success .newspopup-message-icon {
    background-image: url("../../frontend/AbitiProfessionali/isacco/it_IT/Plumrocket_Newsletterpopup/images/success_mes_icon.png");
    background-size: 88px 88px;
    width: 88px;
    height: 88px;
    display: inline-block;
    -webkit-transform: scale(3, 3);
    -moz-transform: scale(3, 3);
    -webkit-animation-fill-mode: both;
    -webkit-animation: newspopup-message-icon-anim 0.5s 1s;
    -moz-animation: newspopup-message-icon-anim 0.5s 1s;
    animation: newspopup-message-icon-anim 0.5s 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(3, 3);
    -moz-transform: scale(3, 3);
    transform: scale(3, 3);
    -ms-transform: scale(1, 1)\9;
    opacity: 1\9;
    background-repeat: no-repeat;
    background-position: center;
}

.newspopup-message-success .success-body-wrp{
    background-color: #ffffff;
    padding: 20px 15px;
}

.newspopup_up_bg_form .g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0% 50%;
}

#newspopup_up_bg_1 .newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul li .g-recaptcha-key {
    text-align: center;
    display: inline-block;
}

.newspopup_up_bg_form .g-recaptcha-key a {
    display: block;
}

.newspopup_up_bg_form .integration_item_wrapper {
	padding: 10px 0;
}
.newspopup_up_bg_form .integration_item_wrapper h3{
    margin-top: 10px;
}
.newspopup_up_bg_form .integration_item_wrapper select{
	padding-left: 10px;
}

.newspopup_up_bg_form .integration_item {
	display: flex;
	align-items: center;
}
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input{
  top: 0;
}

@-webkit-keyframes newspopup-message-icon-anim {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes newspopup-message-icon-anim {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        -moz-transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
    }
}

@keyframes newspopup-message-icon-anim {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.newspopup-message-success .newspopup-message-content {
    margin: 20px 0;
}

.newspopup-message-success .newspopup-message-content p{
    font-size: 20px;
}

.newspopup-message-success .message-title{
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.newspopup-message-success .message-title,
.newspopup-message-success .coupon_wrp{
    margin-bottom: 25px;
}

.newspopup-message-success .newspopup-message-content .message-title h2{
    font-size: 40px;
    font-weight: 800;
}

.newspopup-message-success .newspopup-message-content .message-title h2,
.newspopup-message-success .newspopup-message-content .message-title p{
    margin: 0;
}

.newspopup-message-success .newspopup-message-content .message-title p{
    font-weight: 600;
    font-size: 24px;
}

.newspopup-message-success .coupon_wrp{
    padding: 16px;
    margin-right: auto;
    margin-left: auto;
    border: 1.5px dashed #89a1c4;
    background-color: #eeeeee;
    max-width: 370px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    position: relative;
    user-select: none;
}
.newspopup-message-success .coupon_wrp:before,
.newspopup-message-success .coupon_wrp:after{
    position: absolute;
    content:"";
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 10;
}

.newspopup-message-success .coupon_wrp:before{
    left: 0;
    transform: translate(-50%, -50%);
    border-right: 1.5px dashed #89a1c4;
}
.newspopup-message-success .coupon_wrp:after{
    right: 0;
    transform: translate(50%, -50%);
    border-left: 1.5px dashed #89a1c4;
}

.newspopup-message-success .coupon-message{
    color: #4c4c4c;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
    text-align: right;
    flex:4;
}

.newspopup-message-success .coupon-use{
    color: #d12320;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-word;
    flex:5;
    user-select: all;
}

.newspopup-message-success .coupon-expiration{
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    color: #3783e2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newspopup-message-success .coupon-expiration:before{
    content: '';
    display: inline-block;
    background-image: url("../../frontend/AbitiProfessionali/isacco/it_IT/Plumrocket_Newsletterpopup/images/clock.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 3px;
}
.newspopup-message-success .coupon-expiration span{
    font-size: 13px;
    vertical-align: middle;
}

.newspopup-message-success .newspopup-message-close {
    background-color: rgb(113, 195, 65);
    box-shadow: 0px 6px 13px 0px rgba(113, 195, 65, 0.5);
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 0px;
    height: 48px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 222px;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.newspopup-message-success .newspopup-message-close:hover {
    background-color: #5FA337;
}

/* mode form */
.pr-mode-form,
.pr-mode-form .newspopup-theme {
    position: static!important;
    background: none!important;
    padding: 0!important;
    margin: 0 auto!important;
    overflow: visible!important;
    height: auto!important;
}
.pr-mode-form .newspopup-up-form.newspopup-theme{
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding: 0!important;
}
.pr-mode-form .newspopup-up-form.newspopup-theme p,
.pr-mode-form .newspopup-up-form.newspopup-theme label{
    font-family: inherit!important;
    font-style: inherit!important;
    font-size: inherit;
    vertical-align: middle!important;
}

.pr-mode-form .newspopup-up-form.newspopup-theme li{
    display: block!important;
    margin-left: 0!important;
    font-family: inherit!important;
    font-style: inherit!important;
}

.pr-mode-form .newspopup-up-form.newspopup-theme .integration_item{
    display: flex !important;
}

.pr-mode-form .newspopup-up-form .cross{
    display: none!important;
}
.pr-mode-form .newspopup-up-form.newspopup-theme .hld-pop{
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
.pr-mode-form .newspopup_up_bg_form .input-box{
    position: relative;
}
.pr-mode-form div.mage-error {
    background: #BA0000;
    bottom: 0px;
    color: #FFF !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    min-height: 13px;
    padding: 10px !important;
    position: absolute !important;
    white-space: normal;
    left: -160px;
    width: 150px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.pr-mode-form div.mage-error:after {
    position: absolute;
    right: -8px;
    bottom: 8px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #BA0000;
}
.pr-mode-form div.mage-error + .mage-error{
    display: block!important;
    opacity: 1!important;
}
.pr-mode-form .newspopup-message-success{
    position: static;
    margin: 30px auto;
}
.pr-mode-form .newspopup-messages-holder{
    margin-bottom: 10px;
    display: table!important;
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative!important;
    z-index: 200;
}
.pr-mode-form .newspopup-messages-holder-tr{
    display: table-row;
}

.preview-notice{
    color: #382005;
    background-color: #fec107;
    padding: 15px 40px 15px 90px;
    border: 1px solid #b26f39;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.preview-notice > span{
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-notice > a{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 0;
    width: 20px;
    height: 20px;
}
.preview-notice > a:before{
    content: "\2716";
    font-size: 16px;
    color: #9e751c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preview-notice > a:hover:before{
    color: #bd8e28;
}

.newspopup_up_bg .prgdpr-consent-checkbox,
.pr-mode-form .prgdpr-consent-checkbox {
  display: flex;
}

.newspopup_up_bg .agreement-hld input[type="checkbox"],
.newspopup_up_bg .prgdpr-consent-checkbox input[type="checkbox"],
.pr-mode-form .agreement-hld input[type="checkbox"],
.pr-mode-form .prgdpr-consent-checkbox input[type="checkbox"] {
  top: 0;
}

@media (max-width: 1200px) {
    .newspopup-blur {
        -webkit-filter: none;
        -moz-filter: none;
        filter: none;
    }
}

@media (max-width: 640px) {
    div.agreement-hld #agreement-error {
        top: initial;
    }

    .input-box.agreement-hld {
        margin-top: 15px;
    }
}

@media (max-width: 410px) {
    .newspopup_up_bg_form .g-recaptcha{
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .newspopup_up_bg_form .g-recaptcha {
        transform: scale(0.66);
    }
}

@media (max-width: 600px){
    .newspopup-message-success {
        max-width: 90%;
    }

    .newspopup-message-success .coupon_wrp{
        flex-direction: column;
    }

    .newspopup-message-success .newspopup-message-content .message-title h2{
        font-size: 30px;
    }

    .newspopup-message-success .newspopup-message-content .message-title p{
        font-size: 20px;
    }

    .newspopup-message-success .coupon-message{
        text-align: center;
        line-height: 1.2;
    }
}
/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

:root {
    --stripe-payment-button-min-width: 248px;
}

.payment-request-button {
    min-width: var(--stripe-payment-button-min-width);
    height: auto;
}

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

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

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .catalog-product-view .payment-request-button {
        margin-right: 1%;
        width: 49%;
    }
}

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

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

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: var(--stripe-payment-button-min-width);
}.rating-summary .rating-result > span:before {
  color: #fec600 !important;
}
.reviews-actions a.action.view {
  font-size: 1.4rem;
  margin-left: 5px;
}
.reviews-actions a.action.view,
.product-reviews-summary.short .reviews-actions,
.customer-reviews-item .review-detail .reviews-actions {
  color: #6B6D76 !important;
}

@media only screen and (min-width: 640px) {
  .review-ratings ~ .review-content, .review-ratings ~ .review-details {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .box-reviews h2 {
    margin-top: 1rem;
  }
  .footer-column-feedaty {
    margin-bottom: 25px;
  }
}
.action.primary {
  padding-top: 18px;
  padding-bottom: 16px;
  text-transform: capitalize;
  letter-spacing: 2px;
  border-radius: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/AbitiProfessionali/isacco/it_IT/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: false;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #014495;
  border-color: #014495;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #014495;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/AbitiProfessionali/isacco/it_IT/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
.scalapay_instalments_checkout_logo {
    background-image: url("../../frontend/AbitiProfessionali/isacco/it_IT/Scalapay_Scalapay/images/scalapay-logo-black.png");
    background-size: 105px 31px;
    vertical-align: middle;
    display: inline-block;
    height: 31px;
    width: 105px;
}

.scalapay_instalments_checkout_logo_italy {
    background-image: url("../../frontend/AbitiProfessionali/isacco/it_IT/Scalapay_Scalapay/images/scalapay-logo-black.png");
    background-size: 105px 31px;
    vertical-align: middle;
    display: inline-block;
    height: 31px;
    width: 105px;
}

.scalapay_instalments_cart_logo {
    background-image: url("../../frontend/AbitiProfessionali/isacco/it_IT/Scalapay_Scalapay/images/scalapay-logo-black.png");
    background-size: 105px 31px;
    vertical-align: middle;
    display: inline-block;
    height: 31px;
    width: 105px;
}

.scalapay_instalments_product_logo {
    background-image: url("../../frontend/AbitiProfessionali/isacco/it_IT/Scalapay_Scalapay/images/scalapay-logo-black.png");
    background-size: 105px 31px;
    vertical-align: middle;
    display: inline-block;
    height: 31px;
    width: 105px;
}

.scalapay-modal {
    overflow-y: auto !important;
    pointer-events: auto !important;
}

.scalapayModal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    /* overflow: auto; */
    z-index:9999;
}

.scalapay-modal-content {
    height: 100% !important;
    clear: both;
    padding-top: 20px !important;
    background-color: #fefefe;
    margin: 0 auto; /* 1% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    overflow: auto;
}

.scalapay-close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: #ffffff;
    font-size: 25px;
}

.scalapay-close-buttonclose-button:hover {
    background-color: darkgray;
}

.scalapay-show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.img-responsive-scalapay {
    width: 100%;
}

.scalapay-ajax-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../frontend/AbitiProfessionali/isacco/it_IT/Scalapay_Scalapay/images/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249,.7);
}

a#scalapayText,
a#scalapayText:hover,
a#scalapayText:visited,
a#scalapayText:active,
a#scalapayText:link {
    color: #000;
}object.snize-async {
    width: 0 !important;
    height: 0 !important;
}
